/*!
Theme Name: cmom
Theme URI: http://underscores.me/
Author: Dressler LLC
Author URI: http://dressler.io/
Description: Children\'s Museum of Manhattan
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cmom
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cmom is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Pages
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Learn Subpage Headings */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

*:focus {
  outline-style: none;
  outline-color: transparent;
  outline: none; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: Gotham-Medium;
  clear: both; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

strong {
  font-family: Gotham-Bold; }

li {
  margin: 0;
  font-family: Gotham-Book;
  font-size: 16px;
  line-height: 23px;
  text-align: left; }

@font-face {
  font-family: Gotham-Book;
  src: url("/wp-content/themes/cmom/font/gotham-book.otf"); }

@font-face {
  font-family: Gotham-Bold;
  src: url("/wp-content/themes/cmom/font/gotham-bold.otf"); }

@font-face {
  font-family: Gotham-BoldItalic;
  src: url("/wp-content/themes/cmom/font/gotham-bolditalic.otf"); }

@font-face {
  font-family: Gotham-Medium;
  src: url("/wp-content/themes/cmom/font/gotham-medium.otf"); }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  overflow-x: hidden; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0;
  padding-left: 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.hero-slider {
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: black; }

.hero-slider, .hero-image {
  position: relative;
  overflow: hidden; }
  .hero-slider.small, .hero-image.small {
    height: 385px; }
    .hero-slider.small.image-only, .hero-image.small.image-only {
      height: auto; }
    .hero-slider.small .hero-slide, .hero-image.small .hero-slide {
      background-position: center top; }
    .hero-slider.small .hero-slider-inner, .hero-image.small .hero-slider-inner {
      width: 100%; }
  .hero-slider p, .hero-image p {
    width: 0;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Gotham-Book;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.1px;
    line-height: 21px; }

.banner-image {
  position: relative;
  width: 100%;
  height: 385px;
  background-size: cover; }

.hero-slider-inner,
.hero-slider-inner .slick-track > .slick-slide {
  width: 100%;
  overflow: hidden;
  max-height: 800px; }

.image-only .hero-slider-inner {
  max-height: 450px; }

.hero-slider-inner .slick-slide img {
  width: 100%;
  height: auto; }

.hero-slide-inner {
  position: absolute;
  height: 100%; }

.hero-slider, .hero-image, .hero-slide {
  background-size: cover;
  background-position: center; }

.hero-slide {
  position: relative;
  width: 100%; }

.hero-slider-grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .hero-slider-grid .container {
    position: relative;
    height: 100%; }

.featuredContainer {
  border: solid 2px white;
  margin: 25px 0;
  display: none;
  padding: 18px 0; }
  .featuredContainer .featuredTitle {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-left: 15px;
    margin-bottom: 8px; }
  .featuredContainer + .regularContainer {
    margin-top: 0 !important; }

.regularContainer {
  margin: 25px 0;
  display: none; }

.hero-caption-box, .hero-calendar-tab, .hero-caption-box::after {
  background: rgba(35, 31, 32, 0.8); }

.hero-caption-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 32px;
  text-align: left; }
  .hero-caption-box * {
    -webkit-font-smoothing: antialiased; }

.hero-caption-header {
  font-family: Gotham-BoldItalic;
  font-size: 29px;
  color: #FEFEFE; }

.hero-image .hero-caption-header {
  font-family: Gotham-Bold; }

.hero-caption-subheader {
  font-family: Gotham-Bold;
  font-size: 19px;
  color: #FFFFFF;
  letter-spacing: 0px; }

.hero-calendar-tab {
  position: fixed;
  z-index: 200;
  right: 0;
  top: 350px; }
  .hero-calendar-tab svg {
    display: block;
    width: 142px; }

.slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  margin-right: calc(20px - 5px);
  padding: 0;
  list-style: none;
  z-index: 100; }
  .slick-dots li {
    display: inline-block;
    margin: 20px 5px;
    width: 22px;
    height: 22px;
    background: #0097C1;
    border-radius: 50px;
    border: 3px solid #FFFFFF; }
    .slick-dots li.slick-active {
      background: black; }
    .slick-dots li button {
      opacity: 0; }

.hero-calendar-tab {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 22px 15px;
  width: 125px;
  min-height: 92px;
  height: auto;
  overflow: hidden;
  text-align: left;
  transition: height 0.1s, width 0.1s, padding 0.1s; }
  .hero-calendar-tab.open {
    margin-top: 0;
    padding: 25px 12px 15px 12px;
    width: 280px; }
    .hero-calendar-tab.open .hero-calendar-tab-top {
      margin-top: 0; }
    .hero-calendar-tab.open h5 {
      width: 80%;
      margin: auto;
      color: #fff; }
    .hero-calendar-tab.open .hero-calendar-tab-event {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
      display: flex;
      /* NEW, Spec - Firefox, Chrome, Opera */ }
    .hero-calendar-tab.open .hero-calendar-tab-event + .hero-calendar-tab-event {
      margin-top: 25px; }
    .hero-calendar-tab.open .featuredContainer,
    .hero-calendar-tab.open .regularContainer {
      display: block; }
    .hero-calendar-tab.open .hero-calendar-tab-event,
    .hero-calendar-tab.open .hero-calendar-tab-link {
      opacity: 1; }
    .hero-calendar-tab.open .hero-calendar-tab-header {
      max-width: 195px;
      min-width: 128px;
      opacity: 1; }
    .hero-calendar-tab.open .hero-calendar-tab-link {
      display: block;
      pointer-events: auto; }

.hero-calendar-tab-svg {
  min-height: 45px;
  cursor: pointer; }

.hero-calendar-tab-header {
  padding-left: 8px;
  max-width: 0;
  min-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: Gotham-Bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  transition: all 0.1s; }

.hero-calendar-tab-top,
.hero-calendar-tab-events,
.hero-calendar-tab-event {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.hero-calendar-tab-event,
.hero-calendar-tab-link {
  display: none; }

.hero-calendar-tab-events {
  -webkit-flex-direction: column;
  flex-direction: column; }

.hero-calendar-tab-event {
  opacity: 0; }

.hero-calendar-tab-time {
  line-height: 1;
  font-family: Gotham-Book;
  margin-left: 15px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: right;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }
  .hero-calendar-tab-time .am-pm {
    display: block;
    height: 30px;
    font-size: 12px;
    text-transform: uppercase; }

.hero-calendar-tab-title {
  padding-left: 15px;
  width: 163px;
  min-width: 163px;
  font-family: Gotham-Medium;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
  -webkit-font-smoothing: antialiased; }
  .hero-calendar-tab-title a {
    color: #fff;
    text-decoration: none;
    max-height: 36px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis; }
  .hero-calendar-tab-title .see-more {
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline; }

.hero-calendar-tab-link {
  display: none;
  align-self: flex-end;
  pointer-events: none;
  opacity: 0;
  font-family: Gotham-Bold;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 992px) {
  .slick-initialized .slick-slide.hero-slide {
    display: block; }
  .hero-slider.padded-section,
  .hero-image.padded-section {
    padding: 0; }
    .hero-slider.padded-section .container,
    .hero-image.padded-section .container {
      padding: 0; }
  .hero-slider-grid,
  .hero-slider-grid .container,
  .hero-caption-box {
    height: auto; }
  .hero-caption-box {
    background-color: #000;
    position: static;
    padding: 15px; } }

@media (max-width: 992px) {
  .hero-slider.small {
    display: none; } }

.weather-box {
  padding: 20px 0;
  background: #ED164C; }
  .weather-box .container {
    height: 100%;
    text-align: left; }
  .weather-box svg {
    width: 125px;
    height: 123px; }

.weather-box-inner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  height: 100%;
  -webkit-align-items: center;
  align-items: center; }

.copy-column {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  margin-left: 25px;
  -webkit-flex-direction: column;
  flex-direction: column; }

.open-copy {
  font-family: Gotham-Bold;
  font-size: 34px;
  line-height: 36px;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased; }

.weather-copy {
  font-family: Gotham-Bold;
  font-size: 24px;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased; }
  .weather-copy a {
    color: #FFFFFF; }

@media (max-width: 992px) {
  .weather-box-inner {
    -webkit-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 480px) {
  .weather-box svg {
    margin-bottom: 20px;
    width: 100px;
    height: 70px; }
  .open-copy {
    font-size: 22px; }
  .weather-copy {
    font-size: 16px; } }

.directions-section {
  position: relative;
  padding-top: 15px; }
  .directions-section .container {
    height: auto; }
  .directions-section * {
    position: relative; }

.directions-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  min-height: 600px;
  text-align: left; }

.accordion-wrapper {
  position: relative;
  min-width: 371px; }

.directions-accordion {
  width: 371px;
  height: auto; }
  .directions-accordion * {
    margin: 2px 0; }

.accordion-header {
  padding-left: 22px;
  width: 100%;
  background: #8B6494;
  font-family: Gotham-Bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1.8em;
  cursor: pointer; }

.accordion-copy {
  padding: 15px 22px;
  font-family: Gotham-Book;
  font-size: 16px;
  color: #231F20;
  line-height: 27px; }
  .accordion-copy.active {
    max-height: 500px; }

.directions-map {
  position: relative;
  margin-left: 17px;
  width: 772px;
  height: 100%; }

.directions-header {
  position: absolute;
  top: 0;
  right: 0;
  color: #fefefe;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: Gotham-Bold;
  font-size: 36px;
  min-height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px; }

.home .directions-header {
  min-height: 31px; }

.page-template-places-to-eat .directions-header {
  background-color: transparent;
  justify-content: flex-start;
  position: relative; }

.places-to-eat .banner-image .container {
  position: relative; }

.places-to-eat .banner-image .directions-header {
  top: auto;
  right: auto;
  padding: 0 40px;
  left: 0;
  bottom: 0;
  color: white;
  width: auto; }

.places-to-eat .directions-section.padded-section {
  margin: 15px 0; }

.places-to-eat .directions-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0;
  justify-content: space-between; }

.places-to-eat .directions-map {
  margin: 0; }

.places-to-eat .directions-accordion {
  margin-left: 15px;
  height: 100%; }

.places-to-eat .accordion-header {
  background-color: #f47721; }

.places-to-eat .accordion-main {
  margin-top: 20px; }

.places-to-eat p {
  margin: 0;
  font-family: Gotham-Book;
  font-size: 16px;
  color: #231F20;
  line-height: 31px;
  text-align: left; }
  .places-to-eat p b {
    font-family: Gotham-Medium; }

@media (max-width: 768px) {
  .places-to-eat .banner-image .directions-header {
    padding: 20px 40px; }
  .places-to-eat .directions-accordion {
    margin: 0; }
    .places-to-eat .directions-accordion p {
      margin: 0; }
  .places-to-eat .directions-row {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .places-to-eat .accordion-wrapper {
    height: auto; } }

@media (max-width: 992px) {
  .directions-row {
    padding: 0; }
  .directions-map {
    margin-left: 44px; }
  .directions-header {
    display: none; } }

@media (max-width: 768px) {
  .directions-section.padded-section {
    margin: 0;
    height: auto; }
  .directions-row {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .directions-map {
    margin-left: 0;
    width: 100%; }
  .accordion-wrapper {
    margin-bottom: 44px; }
  .directions-accordion {
    width: 100%; } }

@media (max-width: 480px) {
  .accordion-wrapper {
    min-width: 0; } }

.admissions-section {
  padding: 20px 0;
  min-height: 302px;
  background: #0097C1; }
  .admissions-section .container {
    height: 100%; }
  .admissions-section .columns {
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .admissions-section .column {
    min-height: 220px; }
    @media (min-width: 993px) {
      .admissions-section .column {
        max-width: 615px; } }
    @media (min-width: 1201px) {
      .admissions-section .column {
        max-width: 800px; } }
  .admissions-section p {
    position: relative;
    margin-top: 23px;
    margin-bottom: 14px;
    height: 16px;
    font-family: Gotham-Book;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
    -webkit-font-smoothing: antialiased; }
    @media only screen and (min-width: 440px) {
      .admissions-section p {
        font-size: 21px; } }
    .admissions-section p span {
      display: inline-block;
      width: 50%;
      white-space: nowrap; }
    .admissions-section p .left-justified {
      text-align: left; }
    .admissions-section p .right-justified {
      text-align: right; }

.who-we-are {
  padding: 20px 0;
  min-height: 408px; }
  .who-we-are p {
    margin: 0;
    font-family: Gotham-Book;
    font-size: 16px;
    color: #231F20;
    line-height: 23px;
    text-align: left; }
  .who-we-are .container {
    height: auto; }
  .who-we-are .underlined-header {
    border-bottom: 2px solid black;
    color: black; }
  .who-we-are .column:first-child {
    -webkit-flex: 0 55.5%;
    flex: 0 55.5%; }

@media (max-width: 480px) {
  div.who-we-are div.column {
    padding-top: 0; }
  .who-we-are img {
    display: none; } }

.news-section {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  height: 407px;
  position: relative; }
  .news-section .news-section-inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
    .news-section .news-section-inner:before {
      background-color: rgba(34, 31, 31, 0.8);
      content: ' ';
      height: 61px;
      left: 0;
      position: absolute;
      top: 0;
      width: calc((100% - 1200px) / 2); }

.news-left {
  width: calc(50% + 100px);
  background-size: cover;
  background-position: 100% 50%; }

.news-right {
  margin-left: 15px;
  width: calc(50% - 100px);
  background: #91B43D; }

.news-items {
  padding: 23px 30px 23px 20px; }

.news-item {
  text-align: left; }
  .news-item:not(:first-child) {
    margin-top: 37px; }

a.news-link {
  font-family: Gotham-Bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.dateline {
  font-family: Gotham-Book;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px; }

.caption-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 187px;
  height: 61px;
  background: rgba(34, 31, 31, 0.8);
  font-family: Gotham-Bold;
  font-size: 36px;
  color: #FEFEFE;
  -webkit-font-smoothing: antialiased; }

.news-section-inner {
  pointer-events: none; }

@media (max-width: 768px) {
  .news-section {
    height: auto; }
  .news-left {
    display: none; }
  .news-section-inner {
    left: 0; }
  .news-right {
    margin: 0;
    width: 100%; } }

@media (max-width: 480px) {
  .news-items {
    width: auto; } }

.events-thumbs {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  margin-top: 15px;
  width: 100%;
  height: calc(283px - 15px); }
  .events-thumbs a,
  .events-thumbs a:focus,
  .events-thumbs a:visited {
    text-decoration: none !important; }
  .events-thumbs a:hover {
    text-decoration: underline !important; }

.events-thumb {
  -webkit-flex: 0 100%;
  flex: 0 100%;
  position: relative;
  padding: 15px !important;
  margin-right: 15px;
  height: 268px;
  background-color: black;
  text-align: left; }
  .events-thumb * {
    -webkit-font-smoothing: antialiased; }
  .events-thumb:first-child {
    margin-left: 15px; }
  .events-thumb .events-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    pointer-events: none; }
  .events-thumb::after {
    content: 'Learn More';
    right: 12px;
    padding-top: 1px;
    padding-left: 7px;
    position: absolute;
    width: 118px;
    height: 26px;
    background-image: url(/wp-content/themes/cmom/img/next.png);
    background-color: black;
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 102% 48%;
    font-family: Gotham-Bold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.1px;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    pointer-events: none; }
  .events-thumb:hover .events-overlay, .events-thumb:hover::after {
    opacity: 1;
    pointer-events: auto; }

.events-thumb:nth-child(n+1) {
  background-color: #F47721; }

.events-thumb:nth-child(2n+2) {
  background-color: #ED164C; }

.events-thumb:nth-child(3n+3) {
  background-color: #8B6494; }

.events-thumb:nth-child(4n+4) {
  background-color: #0097C1; }

.events-top-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.events-middle-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100% - 27px - 24px); }

.events-date {
  font-family: Gotham-Bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  text-decoration: none; }

.calendar-icon {
  width: 27px;
  height: 27px;
  background-image: url("img/calendar-icon.png");
  background-size: 100%; }

.events-thumb-supheader {
  font-family: Gotham-Bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  text-decoration: none; }

.events-thumb-header {
  font-family: Gotham-Bold;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0.24px;
  line-height: 38px;
  text-decoration: none; }

.events-thumb-age {
  position: absolute;
  bottom: 20px;
  font-family: Gotham-Bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.1px; }

.events-section .disclaimer-text {
  padding-top: 15px;
  color: black; }

@media (max-width: 992px) {
  .events-thumbs {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    height: 566px; }
  .events-thumb {
    -webkit-flex: 0 268px;
    flex: 0 268px;
    margin-bottom: 15px;
    width: calc(50% - 7.5px); }
    .events-thumb:first-child {
      margin-left: 0; } }

@media (max-width: 480px) {
  .events-thumbs {
    height: auto; }
  .events-thumb {
    -webkit-flex: 0 100%;
    flex: 0 100%;
    margin-bottom: 15px;
    width: 100%; }
    .events-thumb:first-child {
      margin-left: 0; } }

.support-section {
  height: auto;
  min-height: 422px; }
  .support-section p {
    font-family: Gotham-Book;
    font-size: 16px;
    color: #231F20;
    line-height: 23px; }
  .support-section .underlined-header {
    color: black;
    border-bottom: 2px solid black; }
  .support-section .buttons,
  .support-section .columns {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-align-items: center;
    align-items: center; }
  .support-section .columns {
    padding: 53px 43px; }
  .support-section .column:last-child {
    margin-left: 60px;
    width: 639px;
    height: auto;
    text-align: left; }

.support-buttons {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: initial;
  align-items: initial;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 32px; }

.support-button {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 113px;
  height: 37px;
  background-color: black;
  font-family: Gotham-Bold;
  font-size: 16px;
  color: #FFFFFF; }
  .support-button:first-child {
    margin-right: 26.5px; }
  .support-button:last-child {
    margin-left: 26.5px; }

a:hover.support-button {
  color: white; }

@media (max-width: 480px) {
  div.support-section div.column {
    padding-top: 0; }
  .support-section img {
    display: none; } }

#topOptionalBox .support-buttons {
  justify-content: flex-start; }
  #topOptionalBox .support-buttons a {
    margin-left: 0;
    padding: 0 12px;
    width: auto; }

.footer {
  background: #15A78D;
  width: 100%;
  height: 300px; }
  .footer * {
    -webkit-font-smoothing: antialiased;
    text-align: left; }
  .footer .container {
    height: 100%; }

.footer-columns {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  padding: 48px 100px 40px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%; }

.footer-column {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%; }
  .footer-column:nth-child(2) {
    width: 251px; }
  .footer-column:nth-child(3) {
    width: 223px; }

.footer-branding {
  width: 222px;
  height: 49px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.footer-info {
  font-family: Gotham-Bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px; }

.footer-link {
  font-family: Gotham-Bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1;
  height: 16px;
  white-space: nowrap; }

.footer-newsletter {
  min-height: 43px; }

.newsletter-copy {
  font-family: Gotham-Bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px; }

.newsletter-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  margin-top: 4px;
  height: 40px; }
  .newsletter-form * {
    background: white;
    border: none;
    border-radius: 0;
    text-transform: uppercase; }
    .newsletter-form *:focus {
      outline: none; }
  .newsletter-form input {
    padding-left: 7px;
    width: 157px;
    font-family: Gotham-Book;
    font-size: 14px;
    line-height: 14px;
    color: #15A78D;
    letter-spacing: 0.09px; }
  .newsletter-form input[type="submit"] {
    margin-left: 5px;
    padding: 0;
    width: 61px;
    background-color: white;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-family: Gotham-Book;
    font-size: 14px;
    line-height: 14px;
    color: #15A78D;
    letter-spacing: 0.1px; }

::-webkit-input-placeholder {
  font-family: Gotham-Book;
  font-size: 14px;
  color: #15A78D;
  letter-spacing: 0.09px;
  text-transform: uppercase; }

.footer-social-links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 195px;
  height: 28px; }

.footer-social-link {
  max-width: 27px;
  height: 27px; }
  .footer-social-link:hover {
    opacity: 0.7; }

@media (max-width: 1200px) {
  .footer-columns {
    padding: 40px 0px; } }

@media (max-width: 992px) {
  .footer {
    height: auto; }
  .footer-columns {
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
  .footer-column:nth-child(n) {
    width: auto;
    min-height: 200px; }
    .footer-column:nth-child(n):not(last-child) {
      margin-bottom: 22px; } }

.columns {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  height: 100%; }

.underlined-header, .search .entry-title {
  margin-bottom: 20px;
  min-height: 39px;
  border-bottom: 2px solid white;
  font-family: Gotham-Bold;
  font-size: 36px;
  color: #FFFFFF;
  text-align: left;
  line-height: 36px;
  -webkit-font-smoothing: antialiased; }

.button {
  font-size: 21px;
  letter-spacing: 1px;
  padding: 15px 40px;
  line-height: 1;
  display: inline-block; }
  .button:hover {
    background-color: white;
    padding: 12px 37px;
    text-decoration: underline; }
  .button.white {
    background-color: transparent;
    border: 4px solid white;
    color: white;
    display: block;
    width: 235px;
    -webkit-font-smoothing: antialiased;
    font-family: Gotham-Bold;
    font-size: 18px;
    padding: 15px 12px; }
    .button.white:hover {
      background-color: white; }
  .button.black {
    background-color: #231F20;
    border: 4px solid #231F20;
    color: white;
    display: block;
    width: 235px;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    font-family: Gotham-Bold;
    font-size: 18px;
    padding: 15px 12px; }
    .button.black:hover {
      text-decoration: underline;
      border: 4px solid #231F20; }

a, a:active, a:hover {
  color: #05a8cb; }

.hero-caption-body-text {
  min-width: 460px; }
  @media (max-width: 480px) {
    .hero-caption-body-text {
      min-width: auto; } }

.calendar-top-section {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  padding: 15px 15px; }

.calendar-top-right {
  margin-left: 15px;
  width: 391px;
  height: 300px; }

.calendar-select-month,
.calendar-select-day {
  background: #15A78D; }

.calendar-select-month {
  position: relative;
  width: 391px;
  height: 41px; }

.select-month-inner {
  height: 100%; }
  .select-month-inner *:not(.month-slide-copy) {
    height: 100%; }

.calendar-select-day {
  height: 100%; }
  .calendar-select-day *:not(.day):not(.day-label) {
    height: 100%; }

.month-slide {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: Gotham-Bold;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

.calendar-select-day {
  margin-top: 15px;
  width: 391px;
  height: 243px; }
  .calendar-select-day .day,
  .calendar-select-day .day-label {
    width: 55px;
    -webkit-font-smoothing: antialiased; }
  .calendar-select-day .day-label {
    font-family: Gotham-Bold;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.14px; }
  .calendar-select-day .day {
    position: relative;
    font-family: Gotham-Medium;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.1px; }
    .calendar-select-day .day.inactive {
      opacity: 0.5; }
    .calendar-select-day .day::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -17.5px;
      margin-top: -17.5px;
      width: 35px;
      height: 35px;
      border: 0px solid #FFFFFF;
      border-radius: 50px;
      transition: border 0.1s; }
    .calendar-select-day .day.active::after {
      border: 3px solid #FFFFFF; }
  .calendar-select-day .days {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: space-around;
    align-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%; }
  .calendar-select-day .days {
    height: 100%; }

.today {
  position: relative;
  width: 766px;
  height: 176px;
  background: #0097C1; }
  .today .calendar-icon {
    width: 86px;
    height: 89px;
    background-image: url("/wp-content/themes/cmom/img/calendar-icon-large.png");
    background-size: 100% auto; }
  .today *:not(.todays-date):not(.calendar-icon) {
    height: 100%; }

.arrows-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.arrow-prev,
.arrow-next {
  position: absolute;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
  width: 70px;
  height: 100%; }
  .arrow-prev::after,
  .arrow-next::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0; }

.arrow-prev {
  left: 0; }
  .arrow-prev::after {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid white; }

.arrow-next {
  right: 0; }
  .arrow-next::after {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid white; }

#month-arrows .arrow-prev {
  left: 0; }
  #month-arrows .arrow-prev::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white; }

#month-arrows .arrow-next {
  right: 0; }
  #month-arrows .arrow-next::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white; }

.slick-initialized .slick-slide {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%; }

.todays-date {
  margin-left: 15px;
  max-width: 520px;
  font-family: Gotham-Bold;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0.35px;
  line-height: 41px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

.filters {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
  padding: 0 30px;
  width: 766px;
  height: 109px;
  background: #91B43D; }

.filter-header {
  font-family: Gotham-Medium;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0.21px;
  -webkit-font-smoothing: antialiased; }

.filter-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%; }

.filter-option {
  cursor: pointer;
  font-family: Gotham-Book;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0.21px;
  -webkit-font-smoothing: antialiased; }
  .filter-option.active {
    font-family: Gotham-Bold; }

.calendar-events {
  perspective: 1000px; }

.calendar-event {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  margin: 15px;
  color: white;
  min-height: 260px; }
  .calendar-event.hidden {
    display: none; }
  .calendar-event.inactive {
    transform-origin: 50% 50%;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    opacity: 0; }
  .calendar-event:nth-child(n+1) .calendar-event-box {
    background-color: #8B6494; }
  .calendar-event:nth-child(2n+2) .calendar-event-box {
    background-color: #ED164C; }
  .calendar-event:nth-child(3n+3) .calendar-event-box {
    background-color: #F47721; }
  .calendar-event:nth-child(4n+4) .calendar-event-box {
    background-color: #0097C1; }

.calendar-event-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  padding: 30px 15px 15px 15px;
  width: 100%; }
  .calendar-event-box > * {
    width: 100%; }

.calendar-event-image {
  margin-left: 15px;
  width: 389px;
  min-height: 100%;
  background-color: orange;
  background-size: cover; }

.calendar-event-time {
  width: 114px;
  font-family: Gotham-Bold;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0.24px;
  line-height: 1;
  text-align: right;
  -webkit-font-smoothing: antialiased; }

.calendar-event-info {
  margin-left: 15px; }
  .calendar-event-info .underlined-header {
    margin-bottom: 3px;
    min-height: 45px; }

.age-limit {
  font-family: Gotham-Bold;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0.14px;
  text-align: left;
  -webkit-font-smoothing: antialiased; }

.calendar-event-summary {
  margin-top: 15px;
  font-family: Gotham-Book;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.09px;
  line-height: 21px;
  text-align: left;
  -webkit-font-smoothing: antialiased; }

.disclaimer-text {
  padding-bottom: 15px;
  color: #15A78D; }

.calendar-event:nth-child(n).special-event .calendar-event-box {
  background-color: orange; }

@media (max-width: 992px) {
  .calendar-top-section {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 15px 0; }
  .calendar-icon {
    display: none; }
  .today,
  .filters,
  .calendar-select-month,
  .calendar-select-day {
    width: 100%; }
  .filters {
    padding: 15px;
    height: auto; }
  .filters, .filter-options {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .calendar-select-day {
    height: 330px; }
  .calendar-top-right {
    margin: 15px 0 0 0;
    width: 100%;
    height: auto; }
  .calendar-select-day .day, .calendar-select-day .day-label {
    width: 13%; }
  .calendar-event {
    margin: 15px 0; } }

@media (max-width: 768px) {
  .calendar-event-image {
    display: none; } }

#page #tribe-events .tribe-events-button {
  background-color: #0097C1; }

body.tribe-events-day {
  padding: 0px; }

.calendar-page a:visited {
  color: #0097C1; }

.calendar-page .container {
  padding-top: 2em; }

.calendar-page .mobile-show {
  display: none; }

.calendar-page .event-left {
  float: left;
  max-width: 65%; }

.calendar-page .event-left.no-image {
  max-width: 100%; }

.calendar-page .tribe-events-divider {
  margin: 0px 5px; }

.calendar-page #tribe-events .tribe-bar-filters .tribe-bar-submit .tribe-events-button {
  border: 1px solid white; }

.calendar-page #tribe-events-content {
  text-align: left; }

.calendar-page .tribe-events-single .recurringinfo {
  display: none; }

.calendar-page #tribe-events-content .tribe-events-tooltip h4 {
  color: #0097C1; }

.calendar-page .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a {
  opacity: 1; }

.calendar-page #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  background-color: #0097C1; }

.calendar-page .tribe-events-read-more {
  font-weight: bold;
  margin-top: 15px; }

.calendar-page .tribe-events-loop .tribe-events-event-meta {
  margin-top: 0px; }

.calendar-page .tribe-events-loop {
  text-align: left; }

.calendar-page .tribe-events-single .tribe-events-schedule {
  margin: initial; }

.calendar-page #tribe-events-day .tribe-events-day-time-slot > h5 {
  background-color: #666; }

.calendar-page .tribe-event-schedule-details {
  font-size: 1rem;
  line-height: 20px; }

.calendar-page .tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: #0097C1; }

.calendar-page .tribe-events-list .tribe-events-event-image {
  float: right;
  max-width: 30%; }

.calendar-page .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image {
  margin: auto;
  float: right;
  width: 30%; }

.calendar-page .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title {
  display: block;
  margin-bottom: 0px;
  margin-top: 10px; }

.calendar-page #tribe-bar-collapse-toggle {
  background: none; }

.calendar-page #tribe-bar-form {
  color: #fff;
  background: #0097C1; }

.calendar-page #tribe-bar-form .tribe-bar-views-inner label {
  color: #444; }

.calendar-page .event-filter-age-filter, .calendar-page .tribe-bar-search-filter {
  width: 25%;
  padding: 15px;
  float: left; }

.calendar-page #tribe-bar-form select {
  background: #fff;
  width: 100%; }

.calendar-page #tribe-bar-form input[type="text"] {
  background: #fff; }

.calendar-page #tribe-bar-form .tribe-bar-submit {
  padding: 18px;
  margin-left: 0px; }

.calendar-page #tribe-bar-form .tribe-bar-views-list .tribe-bar-submit {
  padding: 18px; }

.calendar-page #tribe-bar-form .tribe-bar-views-inner, .calendar-page #tribe-bar-form .tribe-bar-views-inner a {
  background: none; }

.calendar-page #tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: none; }

.calendar-page #tribe-bar-form #tribe-bar-views li.tribe-bar-views-option {
  background: #0097C1; }

@media (max-width: 768px) {
  .calendar-page .mobile-show {
    display: block; }
  .calendar-page .mobile-hide {
    display: none; }
  .calendar-page .tribe-events-loop .tribe-events-event-meta {
    padding-top: 8px;
    background: none;
    border: none; }
  .calendar-page .tribe-events-event-image {
    width: 100%;
    text-align: center;
    clear: both;
    float: none;
    padding-top: 16px; }
  .calendar-page .tribe-events-list .tribe-events-loop .mobile-show .tribe-events-event-image {
    width: 100%;
    float: none;
    clear: both; }
  .calendar-page .event-left {
    max-width: 100%;
    width: 100%; } }

.event-is-recurring {
  display: none; }

/* Preload images */
body:after {
  content: url(img/close.png) url(img/loading.gif) url(img/prev.png) url(img/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 40; }
  .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both; }

.lb-container {
  padding: 20px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav .lb-prev, .lb-nav .lb-next {
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  width: 25%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }
  .lb-nav .lb-prev:hover, .lb-nav .lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .lb-nav .lb-prev a, .lb-nav .lb-next a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
    width: 70px;
    height: 80px; }

.lb-nav .lb-prev {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  left: 0;
  float: left; }
  .lb-nav .lb-prev a {
    background: url(img/prev.png) no-repeat rgba(35, 31, 32, 0.8);
    background-position: -3px 16px; }

.lb-nav .lb-next {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  right: 0;
  float: right; }
  .lb-nav .lb-next a {
    background: url(img/next.png) no-repeat rgba(35, 31, 32, 0.8);
    background-position: 23px 16px; }

.lb-dataContainer {
  margin: 0 auto;
  z-index: 50;
  *zoom: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px;
  position: relative;
  top: -118px;
  border-radius: initial;
  opacity: 0;
  transition: opacity 250ms;
  -webkit-trainsition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms; }
  .lb-dataContainer:hover {
    cursor: pointer;
    opacity: 1;
    transition: opacity 250ms;
    -webkit-trainsition: opacity 250ms;
    -moz-transition: opacity 250ms;
    -o-transition: opacity 250ms; }
  .lb-dataContainer:after {
    content: "";
    display: table;
    clear: both; }

.lb-data {
  padding: 0 4px;
  color: #231F20; }

.lb-data .lb-details {
  width: 100%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-family: Gotham-Bold;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1; }

.lb-data .lb-number {
  display: block;
  clear: left;
  line-height: 1;
  font-family: Gotham-Book;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px; }

.lb-outerContainer.animating .lb-closeContainer {
  opacity: 0;
  transition: opacity 50ms;
  -webkit-trainsition: opacity 50ms;
  -moz-transition: opacity 50ms;
  -o-transition: opacity 50ms; }

.lb-closeContainer {
  position: relative;
  opacity: 1;
  z-index: 5000;
  transition: opacity 250ms;
  -webkit-trainsition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms; }

.lb-close {
  display: block;
  float: right;
  width: 55px;
  height: 55px;
  background: url(img/close.png) top right no-repeat #424243;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 30px;
  border: 4px solid white;
  padding: 10px;
  background-position: 10px 9px;
  position: absolute;
  right: -18px;
  top: -20px; }

.lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

@media (max-width: 680px) {
  .lightbox-images a {
    pointer-events: none; } }

.stripe-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 20px;
  width: 100%;
  min-height: 60px;
  font-family: Gotham-Bold;
  font-size: 36px;
  color: #FFFFFF;
  text-align: left;
  -webkit-font-smoothing: antialiased; }

.stripe-row:nth-child(n+1) .stripe-header {
  background-color: #F47721; }

.stripe-row:nth-child(2n+2) .stripe-header {
  background-color: #ED164C; }

.stripe-row:nth-child(3n+3) .stripe-header {
  background-color: #8B6494; }

.stripe-row:nth-child(4n+4) .stripe-header {
  background-color: #0097C1; }

.stripe-row > *:last-child {
  margin-bottom: 25px; }

.stripe-infobox {
  margin: 25px 0; }

.stripe-infobox,
.stripe-list,
.stripe-item,
.search .entry-summary {
  font-family: Gotham-Book;
  font-size: 16px;
  color: #231F20;
  line-height: 24px;
  text-align: left; }
  .stripe-infobox strong, .stripe-infobox b, .stripe-infobox .blue,
  .stripe-list strong,
  .stripe-list b,
  .stripe-list .blue,
  .stripe-item strong,
  .stripe-item b,
  .stripe-item .blue,
  .search .entry-summary strong,
  .search .entry-summary b,
  .search .entry-summary .blue {
    font-family: Gotham-Medium; }
  .stripe-infobox .blue,
  .stripe-list .blue,
  .stripe-item .blue,
  .search .entry-summary .blue {
    color: #0094c1; }

.stripe-list {
  position: relative;
  padding-left: 25px;
  text-align: left;
  font-family: Gotham-Bold;
  -webkit-font-smoothing: antialiased;
  cursor: pointer; }
  .stripe-list:before {
    content: '';
    position: absolute;
    left: 0;
    margin-top: 1.5px;
    background-size: contain;
    background: url("/wp-content/themes/cmom/img/list_arrow.png") no-repeat 50% 50%;
    width: 18px;
    height: 18px;
    transform-origin: 50% 50%;
    transition: transform 0.35s; }
  .stripe-list.active::before {
    transform: rotateZ(90deg); }
  .stripe-list.active + .stripe-items {
    max-height: 800px; }

.stripe-items {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s; }

.stripe-item {
  position: relative;
  margin-left: 25px; }

.impact .hero-row.stripe-row:nth-child(n+1) .infobox-button {
  background-color: #000000; }

.impact .hero-row .infobox-image {
  min-width: 290px;
  width: 290px;
  height: 200px; }

.impact .picture-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: center;
  justify-content: center; }

.impact .underlined-header {
  margin: 15px 0;
  color: black;
  border-color: black; }

.impact .stripe-infobox {
  margin: 15px 0;
  width: 100%; }

.impact .infobox-image {
  margin: 15px;
  min-width: 250px;
  width: 250px;
  height: 250px;
  background-size: cover;
  background-position: center; }

.impact .infobox-text {
  -webkit-flex: auto;
  flex: auto; }

.impact .infobox-button {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
  width: 247px;
  height: 57px;
  background-color: #8eb13d;
  font-family: Gotham-Bold;
  font-size: 18px;
  color: white;
  -webkit-font-smoothing: antialiased; }

.impact .stripe-row:nth-child(n+1) .infobox-button {
  background-color: #F47721; }

.impact .stripe-row:nth-child(2n+2) .infobox-button {
  background-color: #ED164C; }

.impact .stripe-row:nth-child(3n+3) .infobox-button {
  background-color: #8B6494; }

.impact .stripe-row:nth-child(4n+4) .infobox-button {
  background-color: #0097C1; }

@media only screen and (max-width: 782px) {
  .impact .topRow .infobox-button {
    width: 100%; }
  .impact .topRow .infobox-image {
    display: none; } }

.capital-campaign .stripe-infobox {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }

.capital-campaign .stripe-infobox {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .capital-campaign .stripe-infobox .infobox-column {
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%; }

.capital-campaign .stripe-image {
  -webkit-flex: 388px 0 0;
  flex: 388px 0 0;
  width: 388px; }
  .capital-campaign .stripe-image:first-child {
    margin-right: 15px; }
  .capital-campaign .stripe-image:last-child {
    margin-left: 15px; }

.capital-campaign .stripe-button {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex: 175px 0 0;
  flex: 175px 0 0;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
  width: 175px;
  height: 37px;
  font-family: Gotham-Bold;
  color: white;
  background-color: black;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

.capital-campaign .stripe-infobox > .stripe-button {
  position: relative; }

.capital-campaign .container > .stripe-row:first-child {
  margin-top: 15px; }

.section-header-text {
  font-family: Gotham-Bold;
  font-size: 42px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-align: left;
  padding-left: 44px; }
  @media (max-width: 480px) {
    .section-header-text {
      padding-left: 0;
      font-size: 32px; } }

.join .button-center {
  text-align: center; }

.join .button-wrapper {
  display: inline-block; }

.join .support-button {
  margin: 0;
  width: 200px; }

.join .hero-image {
  margin-bottom: 15px;
  height: 370px; }

.text-columns {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }
  .text-columns .text-column {
    -webkit-flex: 1;
    flex: 1;
    margin-right: 15px; }
    .text-columns .text-column:last-child {
      margin: 0; }
  @media (max-width: 768px) {
    .text-columns {
      -webkit-flex-direction: column;
      flex-direction: column; }
      .text-columns .text-column {
        margin-bottom: 15px; }
        .text-columns .text-column:last-child {
          margin: 0; } }

@media (max-width: 768px) {
  .capital-campaign .stripe-infobox {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .capital-campaign .stripe-image,
  .capital-campaign .stripe-image:first-child,
  .capital-campaign .stripe-image:last-child {
    -webkit-flex: 1;
    flex: 1;
    margin: 15px 0;
    max-width: 100%; } }

@media (max-width: 768px) {
  .picture-row {
    -webkit-flex-direction: column;
    flex-direction: column; } }

.contact {
  /*  p {
    margin: 0;
    font-family: Gotham-Bold;
    -webkit-font-smoothing: antialiased;
  }*/ }
  .contact .contact-fields {
    padding: 15px;
    background-color: #ec154b;
    color: white; }
  .contact .two-fields {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */ }
  .contact .stripe-infobox {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */ }
  .contact .contact-info {
    margin-bottom: 15px;
    max-width: 370px; }
    .contact .contact-info a {
      font-family: Gotham-Bold;
      color: black; }
  .contact .contact-phone {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    font-family: Gotham-bold;
    -webkit-font-smoothing: antialiased; }
  .contact #mc_embed_signup,
  .contact .contact-fields {
    -webkit-flex: 1;
    flex: 1; }
  .contact .contact-block {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-flex-direction: column;
    flex-direction: column; }
  @media (min-width: 768px) {
    .contact .two-fields .contact-block:first-child {
      padding-right: 15px; }
    .contact .two-fields .contact-block:last-child {
      padding-left: 15px; } }
  .contact input[type="text"] {
    -webkit-flex: 1;
    flex: 1; }
  .contact .radio-block {
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .contact .radio-button {
    pointer-events: none; }
  .contact .clear {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .contact .contact-button {
    margin: 0;
    font-family: Gotham-Book;
    font-size: 16px;
    color: #231F20;
    padding: .6em 30px;
    font-family: gotham-bold;
    background: white; }
  .contact input[type="radio"] {
    margin: 0 0 4px 0;
    padding-left: 15px; }
  .contact .radio-text {
    margin-left: 15px;
    -webkit-font-smoothing: antialiased; }
  .contact textarea, .contact input {
    margin-bottom: 30px;
    padding: 6px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: Gotham-Book;
    font-size: 16px;
    color: #231F20;
    line-height: 24px;
    text-align: left;
    -webkit-font-smoothing: antialiased; }

@media (min-width: 768px) {
  .contact-fields {
    margin-left: 15px; } }

@media (max-width: 768px) {
  .contact .stripe-infobox {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .contact .contact-info {
    max-width: 100%; }
  .two-fields {
    -webkit-flex-direction: column;
    flex-direction: column; } }

.search {
  text-align: center; }
  .search.site-main .search-form {
    display: none; }
  .search .nav-previous, .search .nav-next {
    font-family: Gotham-Bold; }
  .search .nav-previous {
    text-align: left; }
  .search #content {
    min-height: 50vh; }
  .search .underlined-header {
    display: inherit;
    font-family: Gotham;
    color: black;
    border-bottom: 5px solid black; }
  .search .entry-title {
    display: table;
    width: auto;
    font-family: Gotham;
    font-size: 2em;
    color: #231F20; }
    .search .entry-title a {
      color: #231F20; }
  .search h2.entry-title {
    margin: 0; }
  .search article a.full-blue {
    text-align: right;
    padding: 5px 10px;
    width: 100%;
    display: block;
    color: white;
    font-size: 24px;
    background: #0097C1;
    font-family: "Gotham"; }
  .search p {
    font-family: Gotham;
    color: black; }
  .search .entry-summary p {
    margin-bottom: 0; }
  .search .entry-header, .search .entry-summary {
    font-family: "Gotham";
    margin-top: 0px;
    padding: 15px; }
  .search article {
    outline: 4px solid #0097C1; }
  .search > article:last-child {
    margin-bottom: 25px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

a.visit-link.button {
  font-size: 16px;
  background-color: black;
  display: block;
  font-family: Gotham-Bold;
  float: left;
  clear: both;
  margin-top: 15px;
  color: #fff; }

a.visit-link.button:hover {
  padding: 15px 40px; }

/*input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: $color__text-input;
	border: 1px solid $color__border-input;
	border-radius: 3px;
	padding: 3px;

	&:focus {
		color: $color__text-input-focus;
	}
}

select {
	border: 1px solid $color__border-input;
}

textarea {
	width: 100%;
}
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: underline; }
  a:focus, a:active {
    text-decoration: underline;
    color: inherit; }
  a:hover {
    text-decoration: underline; }

div.submenu-wrapper a,
div.submenu-wrapper a:visited,
div.submenu-wrapper a:focus,
div.submenu-wrapper a:active {
  text-decoration: none; }

.footer a,
a.hero-calendar-tab-link,
a.news-link {
  color: white;
  text-decoration: none; }
  .footer a:visited, .footer a:focus, .footer a:active,
  a.hero-calendar-tab-link:visited,
  a.hero-calendar-tab-link:focus,
  a.hero-calendar-tab-link:active,
  a.news-link:visited,
  a.news-link:focus,
  a.news-link:active {
    color: white;
    text-decoration: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.page-template-home .site-header {
  margin: 44px 0 22px 0; }

.main-navigation {
  display: inline-block;
  float: right;
  width: 594px; }
  .main-navigation .main-nav .navigation-link.active .menu-wrapper {
    position: absolute;
    height: 0;
    left: -204px;
    top: 68px;
    display: block;
    width: 700px; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative; }
    .main-navigation ul ul ul {
      left: -999em;
      top: 0; }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
      left: 100%; }
    .main-navigation ul ul a {
      width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left; }
  .main-navigation a {
    color: white;
    text-decoration: none; }

/* Small menu. */
.menu-toggle {
  padding: 0;
  width: 57px;
  height: 57px; }

.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
#mobileNavigation {
  clear: both;
  display: none; }
  #mobileNavigation a {
    color: #ffffff;
    display: block;
    font-family: 'Gotham-Bold';
    font-size: 16px;
    padding: 15px 0;
    text-decoration: none; }
  #mobileNavigation li {
    list-style-type: none; }
  #mobileNavigation .sub-menu {
    clear: none;
    position: relative;
    visibility: visible; }
  #mobileNavigation ul.menu {
    margin: 0 -15px;
    padding: 0; }
    #mobileNavigation ul.menu li {
      text-align: center; }
    #mobileNavigation ul.menu > li:nth-child(1) {
      background: #F47721; }
    #mobileNavigation ul.menu > li:nth-child(2) {
      background: #ED164C; }
    #mobileNavigation ul.menu > li:nth-child(3) {
      background: #8B6494; }
    #mobileNavigation ul.menu > li:nth-child(4) {
      background: #0097C1; }
    #mobileNavigation ul.menu > li:nth-child(5) {
      background: #15A78D; }
    #mobileNavigation ul.menu > li:nth-child(6) {
      background: #91B43D; }
    #mobileNavigation ul.menu > li li {
      background-color: black; }

@media only screen and (max-width: 782px) {
  #site-navigation {
    display: none !important; }
  .hero-calendar-tab {
    display: none; }
  .page-template-home .site-header {
    margin-bottom: 0; }
  .logo-row {
    margin-bottom: 22px !important; }
  .top-bar + .container {
    display: block; } }

.site-header {
  margin: 44px 0 22px 0; }

.top-bar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 40px 0 20px;
  width: 100%;
  height: 33px;
  background-color: black;
  color: white; }
  .top-bar p, .top-bar a {
    margin: 0;
    font-family: Gotham-Medium;
    font-size: 14px;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased; }
  .top-bar .top-links > * {
    margin-left: 40px; }

.top-status {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }

.clock {
  margin-right: 12px;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/cmom/img/clock.png");
  background-size: contain; }

.search-icon {
  position: relative;
  display: block;
  padding-left: 15px;
  width: 16px;
  height: 22px;
  background-image: url("/wp-content/themes/cmom/img/search.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
  transition: width 0.5s; }
  .search-icon.active {
    width: 210px; }
    .search-icon.active .search-submit {
      pointer-events: auto; }
  .search-icon .search-field {
    background-color: black;
    color: white;
    border: none;
    font-family: Gotham-Book;
    font-size: 14px;
    color: #FFFFFF;
    transition: opacity 0.5s; }
    .search-icon .search-field:focus {
      outline: none; }
    .search-icon .search-field::-webkit-input-placeholder {
      color: gray; }
  .search-icon .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    pointer-events: none;
    opacity: 0; }

.top-links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }

.logo-row {
  display: inline-block;
  width: 454px;
  height: 57px;
  float: left; }

.logo {
  width: 454px;
  display: inline-block;
  height: 57px;
  background-image: url("/wp-content/themes/cmom/img/logo_xl.png");
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat; }

.hamburger {
  display: none;
  margin-left: 15px;
  width: 57px;
  height: 57px;
  cursor: pointer; }

#site-navigation {
  margin: 15px 0 0 5px; }

.navigation-links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-align-content: flex-end;
  align-content: flex-end;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  max-height: 60px; }

.navigation-link {
  display: inline-block;
  padding-top: 1px;
  width: 94px;
  height: 24px;
  font-family: Gotham-Bold;
  font-size: 16px;
  color: #FFFFFF;
  height: auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  margin: 3px; }
  .navigation-link:first-child {
    margin: 3px 3px 0 0; }
  .navigation-link:last-child {
    margin: 3px 0 0 3px; }
  .navigation-link a {
    z-index: 10;
    display: block; }
  .navigation-link:nth-child(1) {
    background: #F47721; }
  .navigation-link:nth-child(2) {
    background: #ED164C; }
  .navigation-link:nth-child(3) {
    background: #8B6494; }
  .navigation-link:nth-child(4) {
    background: #0097C1; }
  .navigation-link:nth-child(5) {
    background: #15A78D; }
  .navigation-link:nth-child(6) {
    background: #91B43D; }

.submenu-wrapper {
  position: relative;
  clear: both;
  display: block;
  height: 85px;
  margin: 15px 0 0 0;
  perspective: 10px;
  -webkit-perspective: 10px; }
  .submenu-wrapper .wrap {
    transform: rotateX(6deg) skew(-81deg, 0deg);
    -webkit-transform: rotateX(6deg) skew(-81deg, 0deg);
    position: absolute;
    height: 54px;
    width: 80px;
    top: -31px;
    right: 0;
    width: 57%;
    z-index: -1; }

.sub-menu {
  clear: right;
  visibility: hidden;
  list-style: none;
  max-width: 992px;
  position: absolute;
  right: 0;
  text-align: right;
  padding: 0 17px; }
  .sub-menu.active {
    visibility: visible;
    margin: 15px 0 0 0;
    height: auto;
    z-index: 20; }
  .sub-menu .item {
    display: inline-block; }
    .sub-menu .item:hover {
      background-color: white; }
    .sub-menu .item a {
      font-family: Gotham-Bold;
      font-size: 16px;
      display: block;
      padding: 9px;
      color: white;
      -webkit-font-smoothing: antialiased; }
      .sub-menu .item a:hover {
        text-decoration: none; }
  .sub-menu.menu-1 {
    background: #F47721; }
    .sub-menu.menu-1 .item a:hover {
      color: #F47721; }
  .sub-menu.menu-2 {
    background: #ED164C; }
    .sub-menu.menu-2 .item a:hover {
      color: #ED164C; }
  .sub-menu.menu-3 {
    background: #8B6494; }
    .sub-menu.menu-3 .item a:hover {
      color: #8B6494; }
  .sub-menu.menu-4 {
    background: #0097C1; }
    .sub-menu.menu-4 .item a:hover {
      color: #0097C1; }
  .sub-menu.menu-5 {
    background: #15A78D; }
    .sub-menu.menu-5 .item a:hover {
      color: #15A78D; }
  .sub-menu.menu-6 {
    background: #91B43D; }
    .sub-menu.menu-6 .item a:hover {
      color: #91B43D; }

/*--------------------------------------------------------------
# Minimum queries
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .sub-menu.menu-4 {
    width: 935px; } }

/*--------------------------------------------------------------
# Maximum Queries
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .logo-row {
    width: 393px; }
    .logo-row .logo {
      height: 48px;
      width: 383px; }
  .site-header {
    display: block; }
  .sub-menu .item a {
    padding: 8px; }
  .submenu-wrapper .wrap {
    transform: rotateX(6deg) skew(-79deg, 0deg);
    -webkit-transform: rotateX(6deg) skew(-79deg, 0deg);
    width: 74%; }
  .main-navigation .main-nav .navigation-link.active .sub-menu {
    right: 3px;
    width: 620px;
    max-width: 750px;
    text-align: right;
    top: 4.75em; } }

@media (max-width: 992px) {
  .logo-row {
    width: 154px;
    overflow-x: hidden; }
  #site-navigation {
    margin: 9px 0 0 5px; }
  .submenu-wrapper {
    position: relative;
    bottom: 6px; }
  .submenu-wrapper .wrap {
    transform: rotateX(6deg) skew(-76deg, 0deg);
    -webkit-transform: rotateX(6deg) skew(-76deg, 0deg);
    width: 102%; }
  .sub-menu {
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
    text-align: right; }
    .sub-menu.menu-4 .item a {
      font-size: 14px;
      padding: 8px 4px; }
    .sub-menu .item a {
      font-size: 15px; }
  .top-links a {
    display: none; }
  .main-navigation .main-nav .navigation-link.active .sub-menu {
    right: 0px;
    width: 610px; } }

@media (max-width: 782px) {
  .site-header {
    margin: 44px 15px; }
  .hamburger {
    display: inline-block;
    float: right; }
  .page-template-home #site-navigation.active {
    height: auto;
    margin: 0; }
  #site-navigation {
    display: none; }
    #site-navigation.active {
      display: block;
      height: auto;
      margin: 15px 0 0 5px; }
  .main-navigation .main-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .main-navigation .main-nav li {
      float: none;
      clear: both;
      width: 100%; }
  .submenu-wrapper {
    bottom: 3px;
    height: 0; }
    .submenu-wrapper:not(.active) {
      display: none; }
    .submenu-wrapper .wrap {
      height: 15px;
      -webkit-transform: rotateX(0deg) skew(0deg, 0deg);
      transform: rotateX(0deg) skew(0deg, 0deg);
      width: 100%;
      position: static; }
  .sub-menu {
    display: none;
    width: 100%; }
    .sub-menu.menu-4 {
      padding: 8px; }
    .sub-menu.active {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-end;
      -webkit-justify-content: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin: 0; }
      .sub-menu.active.item {
        line-height: 1; }
  .logo {
    display: inline-block;
    float: left; }
  .logo-row,
  #site-navigation,
  .navigation-links {
    width: 100%; } }

@media (max-width: 768px) {
  .top-bar {
    padding: 0 15px; }
  #site-navigation {
    position: relative;
    margin: 15px 0 0 0;
    width: 100%; }
  .submenu-wrapper {
    bottom: 3px;
    height: 0; }
    .submenu-wrapper .wrap {
      -webkit-transform: rotateX(0deg) skew(0deg, 0deg);
      transform: rotateX(0deg) skew(0deg, 0deg);
      width: 100%;
      position: static; }
  .site-branding {
    flex-direction: column; }
  .logo-row,
  .navigation-link,
  .navigation-links {
    width: 100%;
    margin: 3px 0;
    padding: 6px 0 5px 0;
    font-size: 20px; }
  .navigation-links {
    margin-top: 0;
    max-height: 0;
    height: auto;
    overflow: hidden;
    transition: all 1s; } }

@media (max-width: 600px) {
  .site-header {
    margin: 44px 0px; }
  .logo {
    height: 45px;
    width: 359px; }
  .hamburger {
    position: relative;
    margin-left: 5px;
    bottom: 4px; }
  .submenu-wrapper .wrap {
    height: 15px; }
  .sub-menu .item a {
    padding: 5px;
    font-size: 14px; } }

@media (max-width: 480px) {
  .logo-row .logo {
    height: 48px;
    width: 215px;
    background-size: cover;
    background-position: -170px; }
  .hamburger {
    bottom: 2px; }
  .main-navigation .main-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .main-navigation .main-nav li {
      width: 100%; }
  .navigation-link:not(:first-child):not(:last-child),
  .navigation-link:first-child, .navigation-link:last-child {
    margin: 0 0 5px 0; }
  .top-status {
    display: none; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.site-content {
  text-align: center; }

body {
  text-align: center; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.page, .single {
  overflow-x: hidden; }

.page, .container, .single {
  text-align: center; }

.padded-section {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }

.container {
  display: inline-block;
  width: 1200px;
  height: 100%; }

@media (max-width: 1200px) {
  .container {
    width: 992px; } }

@media (max-width: 992px) {
  .container {
    padding: 0 15px;
    width: 100%; }
  .columns {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .columns, .column {
    display: block;
    margin: 0 !important;
    width: 100% !important;
    height: auto; }
    .columns:not(:first-child), .column:not(:first-child) {
      padding-top: 50px; }
  .padded-section {
    padding: 22px 0;
    height: auto; }
    .padded-section .columns {
      padding: 0; } }

@media (max-width: 768px) {
  .container {
    width: 100%; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.page-title {
  font-size: 36px;
  color: #231F20;
  text-align: left;
  margin: 0;
  font-weight: 400;
  line-height: 1;
  font-family: Gotham-Bold;
  padding: 0 40px 20px 0;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 480px) {
    .page-title:not(.container) {
      padding: 0 0 20px 0; } }
  @media (max-width: 400px) {
    .page-title {
      font-size: 24px; } }

.default-page > .page {
  text-align: left; }

#page {
  overflow: hidden; }

.error404 {
  text-align: center; }
  .error404 .page-content {
    text-align: left; }
  .error404 .search404 {
    margin-bottom: 50px;
    margin-top: 35px;
    text-align: center; }
  .error404 form {
    display: inline-flex; }
  .error404 input[type=search] {
    border: 1px solid #0097C1;
    box-sizing: border-box;
    color: #0097C1;
    min-height: 35px;
    padding: 0 15px;
    -webkit-appearance: unset; }
    .error404 input[type=search]::-webkit-input-placeholder {
      color: #0097C1; }
    .error404 input[type=search]:-moz-placeholder {
      /* Firefox 18- */
      color: #0097C1; }
    .error404 input[type=search]::-moz-placeholder {
      /* Firefox 19+ */
      color: #0097C1; }
    .error404 input[type=search]:-ms-input-placeholder {
      color: #0097C1; }
  .error404 input[type=submit] {
    background-color: #0097C1;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: Gotham-Bold;
    font-size: 1rem;
    padding: 10px 15px 9px 15px;
    text-shadow: none;
    -webkit-appearance: unset; }

.faqs {
  letter-spacing: 1px; }
  .faqs .faq-wrapper {
    padding: 15px 0px; }
    .faqs .faq-wrapper section {
      margin: 0 0 30px 0; }
      .faqs .faq-wrapper section .faq-header {
        margin: 0 0 30px 0;
        padding-left: 20px;
        display: flex;
        align-items: center;
        min-height: 60px;
        font-family: Gotham-Bold;
        font-size: 36px;
        color: white;
        -webkit-font-smoothing: antialiased;
        height: auto;
        text-align: left;
        font-weight: 400;
        line-height: initial;
        position: relative;
        text-align: left; }
      .faqs .faq-wrapper section .question {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        line-height: 23px; }
        .faqs .faq-wrapper section .question.active > li ul {
          height: auto;
          visibility: visible;
          margin: 5px 0; }
        .faqs .faq-wrapper section .question.active > li:before {
          content: '\00276F';
          position: absolute;
          left: 5px;
          display: inline-block;
          margin-right: 10px;
          -webkit-transform: rotateZ(90deg);
          -moz-transform: rotateZ(90deg);
          -ms-transform: rotateZ(90deg);
          -o-transform: rotateZ(90deg);
          transform: rotateZ(90deg); }
        .faqs .faq-wrapper section .question > li {
          margin: 0 40px 15px 40px;
          padding: 0 0 0 30px;
          position: relative;
          cursor: pointer; }
          .faqs .faq-wrapper section .question > li span {
            font-size: 24px;
            line-height: 26px;
            display: inline-block;
            font-family: Gotham-Book;
            -webkit-font-smoothing: antialiased;
            font-weight: 900; }
          .faqs .faq-wrapper section .question > li span:hover {
            cursor: pointer; }
          .faqs .faq-wrapper section .question > li:before {
            content: '\00276F';
            position: absolute;
            left: 5px;
            top: 0px;
            display: inline-block;
            margin-right: 10px;
            -webkit-transform: rotateZ(0deg);
            -moz-transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -o-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
            -webkit-transition: transform 0.35s;
            -moz-transition: transform 0.35s;
            -ms-transition: transform 0.35s;
            -o-transition: transform 0.35s;
            transition: transform 0.35s; }
          .faqs .faq-wrapper section .question > li ul {
            height: 0;
            visibility: hidden;
            margin: 0;
            padding: 0;
            list-style: none;
            margin: 0px; }
            .faqs .faq-wrapper section .question > li ul li {
              font-size: 18px;
              color: #231F20;
              margin: 10px 0;
              line-height: 1.4;
              font-family: Gotham-Book;
              -webkit-font-smoothing: antialiased; }
              .faqs .faq-wrapper section .question > li ul li em {
                display: block;
                font-weight: 900;
                margin: 10px 0 -10px 0; }
      .faqs .faq-wrapper section.section-1 .faq-header {
        background-color: #ED164C; }
      .faqs .faq-wrapper section.section-1 .question > li {
        color: #ED164C; }
        .faqs .faq-wrapper section.section-1 .question > li a {
          color: #ED164C; }
      .faqs .faq-wrapper section.section-2 .faq-header {
        background-color: #8B6494; }
      .faqs .faq-wrapper section.section-2 .question > li {
        color: #8B6494; }
        .faqs .faq-wrapper section.section-2 .question > li a {
          color: #8B6494; }
      .faqs .faq-wrapper section.section-3 .faq-header {
        background-color: #0097C1; }
      .faqs .faq-wrapper section.section-3 .question > li {
        color: #0097C1; }
        .faqs .faq-wrapper section.section-3 .question > li a {
          color: #0097C1; }
      .faqs .faq-wrapper section.section-4 .faq-header {
        background-color: #91B43D; }
      .faqs .faq-wrapper section.section-4 .question > li {
        color: #91B43D; }
        .faqs .faq-wrapper section.section-4 .question > li a {
          color: #91B43D; }
  @media (max-width: 600px) {
    .faqs .faq-wrapper section .faq-header {
      font-size: 26px;
      line-height: 30px; }
    .faqs .faq-wrapper section .question {
      margin: 0 0 15px 0; }
      .faqs .faq-wrapper section .question > li {
        margin: 0 20px 0 40px; }
        .faqs .faq-wrapper section .question > li span {
          font-size: 20px;
          line-height: 24px; }
        .faqs .faq-wrapper section .question > li ul li em {
          margin: 15px 0 10px 0; } }
  @media (max-width: 480px) {
    .faqs .faq-wrapper section .question > li:before,
    .faqs .faq-wrapper section .question.active > li:before {
      left: -20px; } }
  @media (max-width: 400px) {
    .faqs .page-title {
      padding: 20px 30px; }
    .faqs .faq-wrapper section .faq-header {
      font-size: 24px;
      padding: 20px 30px; }
    .faqs .faq-wrapper section .question > li span {
      font-size: 18px; }
    .faqs .faq-wrapper section .question > li ul li {
      font-size: 16px; } }

.exhibitions {
  /*--------------------------------------------------------------
  # Minimum queries
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Maximum Queries
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Range Queries
  --------------------------------------------------------------*/ }
  .exhibitions .exhibitions-wrapper {
    padding: 15px 0;
    margin: 0 auto;
    display: block; }
  .exhibitions .exhibit-name {
    margin: 0 0 15px 0;
    padding: 20px 40px;
    font-family: Gotham-Bold;
    font-size: 36px;
    color: white;
    -webkit-font-smoothing: antialiased;
    height: auto;
    text-align: left;
    font-weight: 400;
    line-height: initial;
    position: relative; }
    .exhibitions .exhibit-name:after {
      content: '+';
      position: absolute;
      right: 30px; }
    .exhibitions .exhibit-name.ui-accordion-header-active:after {
      content: '-';
      position: absolute;
      right: 32px; }
    .exhibitions .exhibit-name:focus {
      outline-style: none;
      outline-color: none; }
    .exhibitions .exhibit-name:nth-of-type(6n+1) {
      background-color: #8B6494; }
    .exhibitions .exhibit-name:nth-of-type(6n+2) {
      background-color: #0097C1; }
    .exhibitions .exhibit-name:nth-of-type(6n+3) {
      background-color: #15A78D; }
    .exhibitions .exhibit-name:nth-of-type(6n+4) {
      background-color: #91B43D; }
    .exhibitions .exhibit-name:nth-of-type(6n+5) {
      background-color: #F47721; }
    .exhibitions .exhibit-name:nth-of-type(6n+6) {
      background-color: #ED164C; }
  .exhibitions .accordion-copy {
    padding-left: 0px;
    text-align: left; }
    .exhibitions .accordion-copy .button {
      color: white; }
      .exhibitions .accordion-copy .button:hover {
        text-decoration: underline; }
    .exhibitions .accordion-copy:nth-of-type(6n+1) .button {
      background-color: #8B6494; }
      .exhibitions .accordion-copy:nth-of-type(6n+1) .button:hover {
        border: 3px solid #8B6494; }
    .exhibitions .accordion-copy:nth-of-type(6n+2) .button {
      background-color: #0097C1; }
      .exhibitions .accordion-copy:nth-of-type(6n+2) .button:hover {
        border: 3px solid #0097C1; }
    .exhibitions .accordion-copy:nth-of-type(6n+3) .button {
      background-color: #15A78D; }
      .exhibitions .accordion-copy:nth-of-type(6n+3) .button:hover {
        border: 3px solid #15A78D; }
    .exhibitions .accordion-copy:nth-of-type(6n+4) .button {
      background-color: #91B43D; }
      .exhibitions .accordion-copy:nth-of-type(6n+4) .button:hover {
        border: 3px solid #91B43D; }
    .exhibitions .accordion-copy:nth-of-type(6n+5) .button {
      background-color: #F47721; }
      .exhibitions .accordion-copy:nth-of-type(6n+5) .button:hover {
        border: 3px solid #F47721; }
    .exhibitions .accordion-copy:nth-of-type(6n+6) .button {
      background-color: #ED164C; }
      .exhibitions .accordion-copy:nth-of-type(6n+6) .button:hover {
        border: 3px solid #ED164C; }
    .exhibitions .accordion-copy .content-wrapper {
      padding: 30px 40px;
      max-width: 1680px;
      margin: 0 auto; }
    .exhibitions .accordion-copy .exhibition-details {
      margin: 0 0 40px 0;
      width: 100%;
      text-align: left;
      color: #231F20;
      clear: right;
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 992px) {
        .exhibitions .accordion-copy .exhibition-details {
          flex-direction: row;
          justify-content: space-between; } }
      .exhibitions .accordion-copy .exhibition-details .details-left {
        flex: 0 0 32%;
        margin: 0 auto 25px auto; }
        .exhibitions .accordion-copy .exhibition-details .details-left img {
          width: 100%;
          max-width: 350px;
          height: inherit; }
      .exhibitions .accordion-copy .exhibition-details .details-right {
        flex: 0 0 63%; }
        .exhibitions .accordion-copy .exhibition-details .details-right .location {
          display: inline-block;
          font-size: 22px;
          font-family: Gotham-Bold;
          font-weight: 400;
          line-height: 1;
          margin: 0 0 5px 0; }
        .exhibitions .accordion-copy .exhibition-details .details-right .age-restriction, .exhibitions .accordion-copy .exhibition-details .details-right .duration {
          display: block;
          width: 420px;
          font-family: Gotham-Book;
          line-height: 1; }
        .exhibitions .accordion-copy .exhibition-details .details-right .age-restriction {
          padding-bottom: 5px; }
        .exhibitions .accordion-copy .exhibition-details .details-right .duration {
          margin: 0 0 15px 0; }
        .exhibitions .accordion-copy .exhibition-details .details-right .description {
          margin: 0 0 30px 0;
          font-family: Gotham-Book;
          font-size: 16px;
          color: #231F20;
          line-height: 23px;
          text-align: left; }
    .exhibitions .accordion-copy .lightbox-images {
      display: flex;
      margin: 0 auto;
      flex-flow: row wrap;
      justify-content: space-between;
      width: 100%; }
      .exhibitions .accordion-copy .lightbox-images .exhibition-image-placeholder {
        width: 250px;
        cursor: default; }
      .exhibitions .accordion-copy .lightbox-images .exhibition-lightbox-image {
        vertical-align: top;
        overflow: hidden; }
        .exhibitions .accordion-copy .lightbox-images .exhibition-lightbox-image img {
          width: 100%;
          height: auto; }
        .exhibitions .accordion-copy .lightbox-images .exhibition-lightbox-image:hover {
          cursor: pointer; }
    .exhibitions .accordion-copy.active {
      max-height: 6000px; }
    .exhibitions .accordion-copy:not(.active) {
      height: auto; }
  .exhibitions .button.black {
    margin: 0 auto 30px auto;
    display: inline-block;
    width: auto; }
  @media (max-width: 1200px) {
    .exhibitions .accordion-copy.active .lightbox-images .exhibition-lightbox-image {
      width: 280px;
      height: 280px;
      margin: 0px;
      margin-bottom: 40px; } }
  @media (max-width: 992px) {
    .exhibitions .accordion-copy.active .location {
      width: 328px; } }
  @media (max-width: 768px) {
    .exhibitions .accordion-copy {
      padding: 15px 0; }
    .exhibitions .accordion-copy.active .location {
      width: 241px;
      font-size: 21px; } }
  @media (max-width: 680px) {
    .exhibitions .accordion-copy .lightbox-images {
      justify-content: space-around; }
    .exhibitions .exhibition-lightbox-image img {
      width: 400px; }
    .exhibitions .accordion-copy.active .details-left {
      display: none; }
    .exhibitions .accordion-copy.active .location {
      width: 100%;
      font-size: 22px; }
    .exhibitions .accordion-copy.active .age-restriction, .exhibitions .accordion-copy.active .duration {
      width: auto; }
    .exhibitions .accordion-copy.active .age-restriction {
      margin: 0 0 5px 0; }
    .exhibitions .accordion-copy.active .button {
      display: block;
      text-align: center; } }
  @media (max-width: 480px) {
    .exhibitions .accordion-copy.active {
      padding: 0px 10px; }
      .exhibitions .accordion-copy.active .lightbox-images {
        width: 270px; }
        .exhibitions .accordion-copy.active .lightbox-images .exhibition-lightbox-image {
          width: 270px;
          height: 270px; }
      .exhibitions .accordion-copy.active .content-wrapper .lightbox-images .exhibition-lightbox-image:nth-of-type(odd) {
        margin: 0 0 15px 0; }
    .exhibitions .exhibit-name {
      margin: 0 0 40px 0;
      padding: 20px 16px;
      font-size: 25px; } }

.learn {
  max-width: 1200px;
  margin: 0 auto;
  /*--------------------------------------------------------------
  # Mobile Queries
  --------------------------------------------------------------*/ }
  .learn .featured-workshops::after {
    content: '';
    clear: both;
    display: block; }
  .learn .featured-workshops .feature:nth-of-type(6n+1) .feature-text {
    background-color: #15A78D; }
  .learn .featured-workshops .feature:nth-of-type(6n+2) .feature-text {
    background-color: #ED164C; }
  .learn .featured-workshops .feature:nth-of-type(6n+3) .feature-text {
    background-color: #8B6494; }
  .learn .featured-workshops .feature:nth-of-type(6n+4) .feature-text {
    background-color: #0097C1; }
  .learn .featured-workshops .feature:nth-of-type(6n+5) .feature-text {
    background-color: #91B43D; }
  .learn .featured-workshops .feature:nth-of-type(6n+6) .feature-text {
    background-color: #F47721; }
  .learn .featured-workshops .feature.image .feature-text {
    width: 795px;
    display: inline-block;
    height: 325px;
    margin: 0 0 15px 0; }
  .learn .featured-workshops .feature.image .feature-image {
    margin: 0;
    display: inline-block;
    width: 390px;
    height: 325px;
    overflow: hidden; }
    .learn .featured-workshops .feature.image .feature-image img {
      max-width: none;
      width: 100%;
      height: auto; }
  .learn .featured-workshops .feature:not(.image) {
    clear: both; }
    .learn .featured-workshops .feature:not(.image) .feature-text {
      width: 100%; }
  .learn .featured-workshops .feature .feature-text {
    color: white;
    padding: 40px;
    margin: 0 0 15px 0; }
    .learn .featured-workshops .feature .feature-text .title {
      font-size: 36px;
      margin: 0;
      line-height: 1;
      text-align: left;
      padding-bottom: 6px;
      border-bottom: 2px solid white;
      font-family: Gotham-Bold;
      -webkit-font-smoothing: antialiased;
      font-weight: 400; }
    .learn .featured-workshops .feature .feature-text .description {
      margin: 20px 0;
      font-family: Gotham-Book;
      font-size: 16px;
      line-height: 23px;
      text-align: left; }
    .learn .featured-workshops .feature .feature-text .button.black {
      display: inline-block;
      width: 243px;
      padding: 11px 12px; }
      .learn .featured-workshops .feature .feature-text .button.black:hover {
        color: white;
        padding: 11px 12px; }
  .learn .featured-workshops .feature.feature-0.image .feature-text {
    float: left; }
  .learn .featured-workshops .feature.feature-0.image .feature-image {
    float: right; }
  .learn .featured-workshops .feature.feature-1.image .feature-text {
    float: right; }
  .learn .featured-workshops .feature.feature-1.image .feature-image {
    float: left; }
  .learn h2.additional-resource {
    color: white;
    font-size: 36px;
    margin: 0;
    line-height: 1;
    text-align: left;
    padding-left: 20px;
    font-family: Gotham-Bold;
    min-height: 60px;
    display: flex;
    align-items: center;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
    .learn h2.additional-resource:nth-of-type(6n+1) {
      background-color: #91B43D; }
    .learn h2.additional-resource:nth-of-type(6n+2) {
      background-color: #F47721; }
    .learn h2.additional-resource:nth-of-type(6n+3) {
      background-color: #15A78D; }
    .learn h2.additional-resource:nth-of-type(6n+4) {
      background-color: #ED164C; }
    .learn h2.additional-resource:nth-of-type(6n+5) {
      background-color: #8B6494; }
    .learn h2.additional-resource:nth-of-type(6n+6) {
      background-color: #0097C1; }
  .learn .resources {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start; }
    .learn .resources .resource {
      height: 390px;
      width: 390px;
      margin: 15px 0 0 0; }
      .learn .resources .resource:nth-of-type(9n+1), .learn .resources .resource:nth-of-type(9n+6), .learn .resources .resource:nth-of-type(9n+8) {
        background-color: #F47721; }
        .learn .resources .resource:nth-of-type(9n+1).image figcaption, .learn .resources .resource:nth-of-type(9n+6).image figcaption, .learn .resources .resource:nth-of-type(9n+8).image figcaption {
          background-color: #F47721; }
        .learn .resources .resource:nth-of-type(9n+1) .button.black, .learn .resources .resource:nth-of-type(9n+6) .button.black, .learn .resources .resource:nth-of-type(9n+8) .button.black {
          padding: 12px; }
      .learn .resources .resource:nth-of-type(9n+2), .learn .resources .resource:nth-of-type(9n+4), .learn .resources .resource:nth-of-type(9n+9) {
        background-color: #ED164C; }
        .learn .resources .resource:nth-of-type(9n+2).image figcaption, .learn .resources .resource:nth-of-type(9n+4).image figcaption, .learn .resources .resource:nth-of-type(9n+9).image figcaption {
          background-color: #ED164C; }
        .learn .resources .resource:nth-of-type(9n+2) .button.black, .learn .resources .resource:nth-of-type(9n+4) .button.black, .learn .resources .resource:nth-of-type(9n+9) .button.black {
          padding: 12px; }
      .learn .resources .resource:nth-of-type(9n+3), .learn .resources .resource:nth-of-type(9n+5), .learn .resources .resource:nth-of-type(9n+7) {
        background-color: #8B6494; }
        .learn .resources .resource:nth-of-type(9n+3).image figcaption, .learn .resources .resource:nth-of-type(9n+5).image figcaption, .learn .resources .resource:nth-of-type(9n+7).image figcaption {
          background-color: #8B6494; }
        .learn .resources .resource:nth-of-type(9n+3) .button.black, .learn .resources .resource:nth-of-type(9n+5) .button.black, .learn .resources .resource:nth-of-type(9n+7) .button.black {
          padding: 12px; }
      .learn .resources .resource figcaption {
        overflow: auto;
        padding: 20px;
        height: inherit;
        color: white; }
        .learn .resources .resource figcaption .resource-title {
          font-size: 22px;
          padding: 0 0 6px 0;
          margin: 0;
          line-height: 1;
          text-align: left;
          font-family: Gotham-Bold;
          font-weight: 400;
          -webkit-font-smoothing: antialiased;
          border-bottom: 2px solid transparent;
          transition: border-bottom 750ms ease; }
        .learn .resources .resource figcaption .resource-description {
          text-align: left;
          font-family: Gotham-Book;
          line-height: 23px;
          font-size: 16px;
          margin: 25px 0; }
      .learn .resources .resource.image {
        overflow: hidden;
        position: relative; }
        .learn .resources .resource.image.active figcaption {
          top: 0;
          transition: top 750ms ease; }
          .learn .resources .resource.image.active figcaption .resource-title {
            transition: border-bottom 750ms ease;
            border-bottom: 2px solid white; }
        .learn .resources .resource.image figcaption {
          position: absolute;
          top: 84%;
          width: inherit;
          height: inherit;
          transition: top 1s ease; }
          .learn .resources .resource.image figcaption .resource-title {
            border-bottom: 2px solid transparent;
            transition: border-bottom 750ms ease; }
        .learn .resources .resource.image img {
          height: inherit;
          overflow: auto;
          max-height: 100%;
          max-width: none; }
      .learn .resources .resource:not(.image) figcaption .resource-title {
        border-bottom: 2px solid white; }
  @media (max-width: 1200px) {
    .learn .featured-workshops .feature .feature-text {
      padding: 25px 30px; }
    .learn .featured-workshops .feature.image .feature-text {
      width: 650px; }
    .learn .featured-workshops .feature.image .feature-image {
      width: 327px; }
      .learn .featured-workshops .feature.image .feature-image img {
        height: 100%;
        width: auto; }
    .learn .resources .resource {
      width: 320px;
      height: 320px; }
      .learn .resources .resource figcaption {
        padding: 15px; }
        .learn .resources .resource figcaption .resource-title {
          font-size: 20px; }
        .learn .resources .resource figcaption .resource-description {
          margin: 15px 0 10px;
          line-height: 19px; }
      .learn .resources .resource .button.black {
        padding: 10px;
        font-size: 14px;
        width: 193px; } }
  @media (max-width: 992px) {
    .learn.container {
      width: 768px; }
    .learn .featured-workshops .feature .feature-text {
      padding: 20px 25px; }
      .learn .featured-workshops .feature .feature-text .title {
        font-size: 24px; }
      .learn .featured-workshops .feature .feature-text .description {
        line-height: 20px;
        margin: 15px 0 10px; }
      .learn .featured-workshops .feature .feature-text .button.black {
        padding: 10px;
        font-size: 16px;
        width: 193px;
        margin-top: 5px; }
        .learn .featured-workshops .feature .feature-text .button.black:hover {
          padding: 10px; }
    .learn .featured-workshops .feature.image .feature-text {
      width: 405px;
      height: 341px; }
    .learn .featured-workshops .feature.image .feature-image {
      width: calc(45% - 15px);
      height: 341px; }
      .learn .featured-workshops .feature.image .feature-image img {
        max-width: none; }
    .learn .resources .resource {
      width: 361px;
      height: 361px; }
      .learn .resources .resource.image figcaption {
        top: 85%; }
      .learn .resources .resource figcaption .resource-title {
        font-size: 22px; }
      .learn .resources .resource figcaption .resource-description {
        margin: 20px 0;
        line-height: 23px; }
      .learn .resources .resource .button.black {
        padding: 10px;
        font-size: 14px;
        width: 193px; } }
  @media (min-widtH: 993px) {
    .learn .resources .resource:nth-of-type(3n+2) {
      margin: 15px 15px 0 15px; } }
  @media (min-width: 783px) and (max-width: 825px) {
    .learn .resources .resource:nth-of-type(even) {
      margin: 15px 0 0 0; } }
  @media (min-width: 826px) and (max-width: 992px) {
    .learn .resources .resource:nth-of-type(even) {
      margin: 15px 0 0 15px; } }
  @media (max-width: 782px) {
    .learn.container {
      width: 100%; }
    .learn .resources {
      flex-direction: column;
      -webkit-flex-direction: column; }
      .learn .resources .resource {
        -webkit-align-self: center;
        align-self: center;
        width: 456px;
        height: 456px; }
        .learn .resources .resource.image figcaption {
          top: 86%; }
        .learn .resources .resource figcaption {
          padding: 20px; }
          .learn .resources .resource figcaption .resource-title {
            font-size: 24px; }
          .learn .resources .resource figcaption .resource-description {
            margin: 20px 0;
            line-height: 23px;
            font-size: 16px; }
        .learn .resources .resource .button.black {
          font-size: 16px;
          width: 235px; }
    .learn .featured-workshops .feature.image .feature-image {
      clear: right;
      display: none;
      float: none; }
    .learn .featured-workshops .feature.image .feature-text {
      clear: left;
      float: none;
      width: 100%;
      height: auto; } }
  @media (max-width: 480px) {
    .learn h2.additional-resource {
      font-size: 24px;
      padding: 20px 15px; }
    .learn .resources .resource {
      width: 100%;
      height: auto;
      pointer-events: auto; }
      .learn .resources .resource.image figcaption {
        height: 100%; }
        .learn .resources .resource.image figcaption .resource-title {
          border-bottom: 2px solid white; }
      .learn .resources .resource figcaption {
        padding: 20px 18px; }
        .learn .resources .resource figcaption:hover {
          cursor: pointer; }
        .learn .resources .resource figcaption .resource-title {
          font-size: 16px; }
        .learn .resources .resource figcaption .resource-description {
          margin: 15px 0;
          line-height: 18px;
          font-size: 16px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .learn .resources {
      flex-direction: row;
      -webkit-flex-direction: row; }
      .learn .resources .resource {
        width: 361px;
        height: 361px; }
        .learn .resources .resource:nth-of-type(odd) {
          margin: 15px 15px 0 0; }
        .learn .resources .resource figcaption .resource-title {
          font-size: 22px; }
        .learn .resources .resource.image figcaption {
          top: 85%; }
        .learn .resources .resource .button {
          visibility: hidden; } }

.learn.subpage {
  /*--------------------------------------------------------------
  # Minimum queries
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Maximum Queries
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Range Queries
  --------------------------------------------------------------*/ }
  .learn.subpage.curricula {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .learn.subpage.curricula .buttons-wrapper {
      margin: 15px 0 0 0;
      width: 100%;
      text-align: left; }
      .learn.subpage.curricula .buttons-wrapper .button {
        background-color: #15A78D;
        color: white;
        margin: 0 30px 0 0; }
        .learn.subpage.curricula .buttons-wrapper .button:hover {
          border: 4px solid #15A78D;
          padding: 11px 36px;
          text-decoration: underline; }
    .learn.subpage.curricula .banner {
      order: 2;
      margin: 0 40px 80px 40px;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .learn.subpage.curricula .banner.transparent .text {
        padding: 0 40px 0 0; }
      .learn.subpage.curricula .banner .text, .learn.subpage.curricula .banner .image {
        flex-shrink: 0;
        -webkit-flex-shrink: 0; }
    .learn.subpage.curricula .content.column {
      order: 1; }
  .learn.subpage .page-title {
    padding-bottom: 20px; }
  .learn.subpage .banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    background-color: #15A78D;
    margin: 0 0 40px 0; }
    .learn.subpage .banner.transparent {
      background-color: transparent; }
      .learn.subpage .banner.transparent .text {
        padding: 0px 40px 0px 0px; }
        .learn.subpage .banner.transparent .text p {
          color: #231F20; }
    .learn.subpage .banner .text {
      padding: 40px 40px; }
      .learn.subpage .banner .text p {
        color: white;
        font-family: Gotham-Book;
        text-align: left;
        margin: 0;
        line-height: 1.2; }
    .learn.subpage .banner .image {
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      overflow: hidden; }
      .learn.subpage .banner .image img {
        height: 100%;
        width: auto; }
    .learn.subpage .banner.Large .text p {
      font-size: 16px;
      line-height: 1.5; }
    .learn.subpage .banner.Large .image {
      width: 50%; }
    .learn.subpage .banner.Large.transparent .text p {
      margin: 0;
      font-size: 16px; }
      .learn.subpage .banner.Large.transparent .text p a {
        font-family: Gotham-Bold;
        color: #231F20;
        font-weight: 400;
        text-decoration: underline; }
        .learn.subpage .banner.Large.transparent .text p a:hover {
          text-decoration: none; }
      .learn.subpage .banner.Large.transparent .text p:empty {
        display: none; }
    .learn.subpage .banner.Small .text {
      width: 66%; }
      .learn.subpage .banner.Small .text p {
        font-size: 16px; }
    .learn.subpage .banner.Small .image {
      width: 34%; }
    .learn.subpage .banner.Small.transparent .text {
      width: 75%; }
      .learn.subpage .banner.Small.transparent .text p {
        font-size: 16px; }
  .learn.subpage .features {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 0 0 30px 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row; }
    .learn.subpage .features .button {
      color: white; }
      .learn.subpage .features .button:hover {
        padding: 11px 36px; }
    .learn.subpage .features.features-0 .button {
      background-color: #91B43D; }
      .learn.subpage .features.features-0 .button:hover {
        background-color: white;
        color: #91B43D;
        border: 4px solid #91B43D; }
    .learn.subpage .features.features-1 .button {
      background-color: #F47721; }
      .learn.subpage .features.features-1 .button:hover {
        background-color: white;
        color: #F47721;
        border: 4px solid #F47721; }
    .learn.subpage .features.features-2 .button {
      background-color: #ED164C; }
      .learn.subpage .features.features-2 .button:hover {
        background-color: white;
        color: #ED164C;
        border: 4px solid #ED164C; }
    .learn.subpage .features.features-3 .button {
      background-color: #8B6494; }
      .learn.subpage .features.features-3 .button:hover {
        background-color: white;
        color: #8B6494;
        border: 4px solid #8B6494; }
    .learn.subpage .features.features-4 .button {
      background-color: #0097C1; }
      .learn.subpage .features.features-4 .button:hover {
        background-color: white;
        color: #0097C1;
        border: 4px solid #0097C1; }
    .learn.subpage .features.features-5 .button {
      background-color: #15A78D; }
      .learn.subpage .features.features-5 .button:hover {
        background-color: white;
        color: #15A78D;
        border: 4px solid #15A78D; }
    .learn.subpage .features .feature {
      margin: 0; }
  .learn.subpage .content .content-wrapper .features a:not(.button) {
    font-family: Gotham-Bold;
    font-weight: 400;
    text-decoration: underline;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased; }
    .learn.subpage .content .content-wrapper .features a:not(.button):hover {
      text-decoration: none; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+1) .feature-section-title {
    background-color: #91B43D; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+1) .features a:not(.button) {
    color: #91B43D; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+1) .download-links .button {
    background-color: #91B43D;
    color: white; }
    .learn.subpage .content .content-wrapper:nth-of-type(6n+1) .download-links .button:hover {
      padding: 11px 37px;
      border: 4px solid #91B43D;
      background-color: transparent;
      color: #91B43D; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+2) .feature-section-title {
    background-color: #F47721; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+2) .features a:not(.button) {
    color: #F47721; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+2) .download-links .button {
    background-color: #F47721;
    color: white; }
    .learn.subpage .content .content-wrapper:nth-of-type(6n+2) .download-links .button:hover {
      padding: 11px 36px;
      border: 4px solid #F47721;
      text-decoration: underline; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+3) .feature-section-title {
    background-color: #ED164C; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+3) .features a:not(.button) {
    color: #ED164C; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+3) .download-links .button {
    background-color: #ED164C;
    color: white; }
    .learn.subpage .content .content-wrapper:nth-of-type(6n+3) .download-links .button:hover {
      padding: 11px 36px;
      border: 4px solid #ED164C;
      text-decoration: underline; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+4) .feature-section-title {
    background-color: #8B6494; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+4) .features a:not(.button) {
    color: #8B6494; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+4) .download-links .button {
    background-color: #8B6494;
    color: white; }
    .learn.subpage .content .content-wrapper:nth-of-type(6n+4) .download-links .button:hover {
      padding: 11px 36px;
      border: 4px solid #8B6494;
      text-decoration: underline; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+5) .feature-section-title {
    background-color: #0097C1; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+5) .features a:not(.button) {
    color: #0097C1; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+5) .download-links .button {
    background-color: #0097C1;
    color: white; }
    .learn.subpage .content .content-wrapper:nth-of-type(6n+5) .download-links .button:hover {
      padding: 11px 36px;
      border: 4px solid #0097C1;
      text-decoration: underline; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+6) .feature-section-title {
    background-color: #15A78D; }
  .learn.subpage .content .content-wrapper:nth-of-type(6n+6) .download-links .button {
    background-color: #15A78D;
    color: white; }
    .learn.subpage .content .content-wrapper:nth-of-type(6n+6) .download-links .button:hover {
      padding: 11px 36px;
      border: 4px solid #15A78D;
      text-decoration: underline; }
  .learn.subpage .content .feature-section-title {
    font-family: Gotham-Bold;
    -webkit-font-smoothing: antialiased;
    font-size: 36px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: white;
    text-align: left;
    margin: 0 0 30px 0;
    padding-left: 20px;
    min-height: 60px;
    line-height: 1; }
  .learn.subpage .content .subheader {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 0 30px 0; }
    .learn.subpage .content .subheader .button {
      margin: 0 0 10px 0; }
    .learn.subpage .content .subheader .description {
      width: 66%;
      font-family: Gotham-Book;
      text-align: left;
      margin: 0;
      line-height: 1.2;
      font-size: 16px;
      flex-grow: 1;
      -webkit-flex-grow: 1;
      order: 1; }
    .learn.subpage .content .subheader .download-links {
      order: 2;
      width: 34%; }
      .learn.subpage .content .subheader .download-links .download-link-title {
        margin: 0 0 15px 0;
        font-family: Gotham-Bold;
        -webkit-font-smoothing: antialiased;
        font-size: 24px;
        line-height: 1; }
  .learn.subpage .content.grid .features .feature {
    width: 350px;
    margin: 0 0px 30px 0px; }
    .learn.subpage .content.grid .features .feature .image-wrapper {
      max-height: 350px;
      width: 350px;
      overflow: hidden; }
      .learn.subpage .content.grid .features .feature .image-wrapper img {
        height: auto;
        width: 350px;
        max-width: 100%; }
    .learn.subpage .content.grid .features .feature figcaption {
      color: #231F20; }
      .learn.subpage .content.grid .features .feature figcaption .feature-title {
        margin: 30px 0 15px 0;
        font-family: Gotham-Bold;
        -webkit-font-smoothing: antialiased;
        font-size: 26px;
        font-weight: 400;
        text-align: left;
        line-height: 1.1;
        padding: 0 0 4px 0;
        border-bottom: 2px solid #231F20; }
        .learn.subpage .content.grid .features .feature figcaption .feature-title.transparent {
          border-bottom: 2px solid transparent; }
      .learn.subpage .content.grid .features .feature figcaption p {
        font-family: Gotham-Book;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        margin: 0;
        line-height: 20px; }
      .learn.subpage .content.grid .features .feature figcaption .button-wrapper {
        text-align: left;
        margin: 15px 0 0 0; }
  .learn.subpage .content.column .features {
    width: 100%;
    flex-direction: column;
    -webkit-flex-direction: column; }
    .learn.subpage .content.column .features .feature {
      margin: 0 0 40px 0;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .learn.subpage .content.column .features .feature .image-wrapper {
        width: 290px;
        height: 290px;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        overflow: hidden; }
        .learn.subpage .content.column .features .feature .image-wrapper img {
          max-width: none;
          width: 100%;
          height: auto; }
      .learn.subpage .content.column .features .feature figcaption {
        margin: 0 0 0 40px;
        color: #231F20;
        flex-shrink: 0;
        width: 870px; }
        .learn.subpage .content.column .features .feature figcaption.expanded {
          margin: 0;
          width: 100%; }
        .learn.subpage .content.column .features .feature figcaption .feature-title {
          margin: 0 0 15px 0;
          font-family: Gotham-Bold;
          -webkit-font-smoothing: antialiased;
          font-size: 36px;
          font-weight: 400;
          text-align: left;
          line-height: 1;
          border-bottom: 2px solid #231F20; }
          .learn.subpage .content.column .features .feature figcaption .feature-title.transparent {
            border-bottom: 2px solid transparent; }
        .learn.subpage .content.column .features .feature figcaption p {
          font-family: Gotham-Book;
          font-size: 16px;
          font-weight: 400;
          text-align: left;
          margin: 0 0 20px 0;
          line-height: 20px; }
        .learn.subpage .content.column .features .feature figcaption .button-wrapper {
          margin: 15px 0 0 0;
          text-align: left; }
  @media (min-width: 1201px) {
    .learn.subpage .content.grid .features .feature:nth-of-type(3n+2) {
      margin: 0 30px 30px 30px; } }
  @media (min-width: 993px) {
    .learn.subpage .content.grid .features .feature:nth-of-type(3n+2) {
      margin: 0 30px 30px 30px; } }
  @media (max-width: 1200px) {
    .learn.subpage .content.grid .features .feature {
      width: 310px; }
      .learn.subpage .content.grid .features .feature .image-wrapper {
        width: 310px; }
    .learn.subpage .banner.Small.transparent .text {
      width: 60%; }
    .learn.subpage .content.column .features .feature figcaption {
      width: 700px; } }
  @media (max-width: 992px) {
    .learn.subpage.curricula .banner .text, .learn.subpage.curricula .banner.Large.transparent .text {
      order: 3;
      padding: 0; }
    .learn.subpage.curricula .banner .buttons-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-around;
      -webkit-justify-content: space-around;
      order: 2;
      margin: 30px 0; }
      .learn.subpage.curricula .banner .buttons-wrapper .button {
        margin: 0; }
    .learn.subpage .banner.Large .text, .learn.subpage .banner.Small .text {
      padding: 20px 40px; }
      .learn.subpage .banner.Large .text p, .learn.subpage .banner.Small .text p {
        font-size: 16px; }
    .learn.subpage .banner.Small .text {
      width: 63%; }
    .learn.subpage .banner.Small .image {
      width: 37%; }
    .learn.subpage .content.column {
      padding-top: 0; }
      .learn.subpage .content.column .features .feature {
        display: block;
        padding: 0;
        margin: 0; }
        .learn.subpage .content.column .features .feature + .feature {
          margin-top: 25px; }
        .learn.subpage .content.column .features .feature .image-wrapper {
          float: left;
          margin: 0 30px 30px 0;
          width: 250px;
          height: auto;
          max-height: 250px; }
        .learn.subpage .content.column .features .feature figcaption {
          margin: 0;
          width: 100%; }
          .learn.subpage .content.column .features .feature figcaption.expanded .feature-title {
            width: 100%; }
          .learn.subpage .content.column .features .feature figcaption .feature-title {
            width: 458px;
            display: inline-block;
            font-size: 26px;
            padding: 0 0 4px 0; }
        .learn.subpage .content.column .features .feature:after {
          content: '';
          display: block;
          clear: both; }
    .learn.subpage .content .subheader {
      display: block; }
      .learn.subpage .content .subheader .description {
        display: inherit;
        text-align: left;
        width: 100%; }
      .learn.subpage .content .subheader .download-links {
        width: 251px;
        margin: 0 0 15px 15px;
        float: right; } }
  @media (max-width: 768px) {
    .learn.subpage .banner.Small .text {
      width: 55%; }
    .learn.subpage .banner.Small .image {
      width: 45%; }
    .learn.subpage .content .feature-section-title {
      font-size: 30px; }
    .learn.subpage .content.column .features .feature figcaption .feature-title {
      font-size: 30px;
      width: 371px; } }
  @media (max-width: 680px) {
    .learn.subpage.curricula .banner .text, .learn.subpage.curricula .banner.Large.transparent .text {
      order: 1; }
    .learn.subpage.curricula .banner .buttons-wrapper {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .learn.subpage.curricula .banner .buttons-wrapper .button {
        font-size: 16px;
        width: 320px;
        text-align: center;
        margin: 0 0 15px 0; }
    .learn.subpage .banner.Large .text, .learn.subpage .banner.Small .text {
      padding: 20px 15px 0 15px;
      width: 100%; }
      .learn.subpage .banner.Large .text p, .learn.subpage .banner.Small .text p {
        font-size: 16px; }
    .learn.subpage .banner.Large .image, .learn.subpage .banner.Small .image {
      display: none; }
    .learn.subpage .content.grid .features .feature figcaption .feature-title {
      font-size: 30px; }
    .learn.subpage .content .features {
      align-items: center;
      flex-direction: column; }
      .learn.subpage .content .features .feature {
        padding-bottom: 60px; }
    .learn.subpage .content.column .features .feature .image-wrapper {
      text-align: center;
      width: 100%; }
      .learn.subpage .content.column .features .feature .image-wrapper img {
        max-width: 100%;
        width: auto; }
    .learn.subpage .content.column .features .feature figcaption .feature-title {
      width: 100%; }
    .learn.subpage .content.column .features .feature figcaption p {
      font-size: 16px; }
    .learn.subpage .content.column .features .feature .button {
      font-size: 16px;
      padding: 11px 40px; }
      .learn.subpage .content.column .features .feature .button:hover {
        padding: 7px 36px; } }
  @media (max-width: 600px) {
    .learn.subpage .content.column .features .feature figcaption {
      margin: 0; }
    .learn.subpage .content .subheader .download-links {
      float: none;
      width: 100%;
      margin: 0 0 15px 0; } }
  @media (max-width: 480px) {
    .learn.subpage .page-title {
      padding: 20px; }
    .learn.subpage .banner.Large .text, .learn.subpage .banner.Small .text {
      padding: 20px; }
      .learn.subpage .banner.Large .text p, .learn.subpage .banner.Small .text p {
        font-size: 16px; }
    .learn.subpage .content .feature-section-title {
      padding: 20px;
      font-size: 24px; }
    .learn.subpage .content.column .features .feature {
      padding: 0 20px; }
    .learn.subpage .content .subheader {
      padding: 0 20px; } }
  @media (max-width: 400px) {
    .learn.subpage .content .content-wrapper:nth-of-type(6n+1) .download-links .button:hover,
    .learn.subpage .content .content-wrapper:nth-of-type(6n+2) .download-links .button:hover,
    .learn.subpage .content .content-wrapper:nth-of-type(6n+3) .download-links .button:hover,
    .learn.subpage .content .content-wrapper:nth-of-type(6n+4) .download-links .button:hover,
    .learn.subpage .content .content-wrapper:nth-of-type(6n+5) .download-links .button:hover,
    .learn.subpage .content .content-wrapper:nth-of-type(6n+6) .download-links .button:hover {
      padding: 11px 34px; }
    .learn.subpage .content .subheader .button {
      font-size: 16px;
      padding: 15px 38px; } }
  @media (min-width: 401px) and (max-width: 992px) {
    .learn.subpage .content .content-wrapper:nth-of-type(6n+1) .download-links .button:hover,
    .learn.subpage .content .content-wrapper:nth-of-type(6n+2) .download-links .button:hover,
    .learn.subpage .content .content-wrapper:nth-of-type(6n+3) .download-links .button:hover,
    .learn.subpage .content .content-wrapper:nth-of-type(6n+4) .download-links .button:hover,
    .learn.subpage .content .content-wrapper:nth-of-type(6n+5) .download-links .button:hover,
    .learn.subpage .content .content-wrapper:nth-of-type(6n+6) .download-links .button:hover {
      padding: 11px 36px; } }

.events .newsletter {
  background-color: #15A78D;
  padding: 30px 0;
  margin: 15px 0; }
  .events .newsletter .header {
    font-family: Gotham-Bold;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 0;
    color: white;
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 15px 0; }
  .events .newsletter .mc-field-group {
    display: inline-block;
    margin: 0 5px 0 0; }
  .events .newsletter .clear {
    display: inline-block; }
  .events .newsletter input[type="email"] {
    width: 320px;
    border: none;
    color: #15A78D;
    font-size: 24px;
    line-height: 1.4;
    padding: 6px 10px;
    font-family: Gotham-Book;
    -webkit-font-smoothing: antialiased;
    font-weight: 600; }
    .events .newsletter input[type="email"]:focus {
      outline-color: #15A78D; }
  .events .newsletter ::-webkit-input-placeholder {
    color: #15A78D;
    font-size: 24px; }
  .events .newsletter :-moz-placeholder {
    color: #15A78D;
    font-size: 24px; }
  .events .newsletter ::-moz-placeholder {
    color: #15A78D;
    font-size: 24px; }
  .events .newsletter :-ms-input-placeholder {
    color: #15A78D;
    font-size: 24px; }
  .events .newsletter input[type="submit"] {
    font-family: Gotham-Book;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    background: white;
    color: #15A78D;
    text-transform: uppercase;
    border: none;
    width: 100px;
    font-size: 24px;
    line-height: 1.4;
    padding: 6px 10px;
    border-radius: initial; }
    .events .newsletter input[type="submit"]:focus {
      outline-color: #15A78D; }

.events .events-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column; }
  .events .events-wrapper .event {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 15px 0; }
    .events .events-wrapper .event:nth-of-type(6n+1) .description {
      background-color: #91B43D; }
    .events .events-wrapper .event:nth-of-type(6n+2) .description {
      background-color: #F47721; }
    .events .events-wrapper .event:nth-of-type(6n+3) .description {
      background-color: #ED164C; }
    .events .events-wrapper .event:nth-of-type(6n+4) .description {
      background-color: #8B6494; }
    .events .events-wrapper .event:nth-of-type(6n+5) .description {
      background-color: #0097C1; }
    .events .events-wrapper .event:nth-of-type(6n+6) .description {
      background-color: #15A78D; }
    .events .events-wrapper .event:focus {
      outline-color: none;
      outline-style: none; }
    .events .events-wrapper .event a {
      color: #fff; }
    .events .events-wrapper .event .description {
      width: 790px;
      margin: 0 15px 0 0;
      padding: 30px;
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      font-family: Gotham-Book;
      -webkit-font-smoothing: antialiased;
      font-weight: 600;
      color: white;
      text-align: left;
      line-height: 24px; }
      .events .events-wrapper .event .description .event-title {
        color: white;
        border-bottom: 2px solid white;
        font-family: Gotham-Bold;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        margin: 0;
        font-size: 36px;
        line-height: 1;
        padding: 0 0 5px 0;
        text-align: left; }
      .events .events-wrapper .event .description p {
        font-size: 16px;
        line-height: 24px;
        text-align: left; }
        .events .events-wrapper .event .description p:last-of-type {
          margin-bottom: 0; }
      .events .events-wrapper .event .description ul {
        margin: 0 0 15px 30px;
        padding: 0; }
        .events .events-wrapper .event .description ul li {
          list-style: none;
          text-align: left; }
      .events .events-wrapper .event .description strong {
        display: block;
        font-family: Gotham-Bold;
        text-align: left;
        letter-spacing: 1px; }
    .events .events-wrapper .event .photo-wrapper {
      position: relative;
      flex-grow: 0;
      -webkit-flex-grow: 0;
      width: 395px; }
      .events .events-wrapper .event .photo-wrapper .photo {
        width: 100%; }
        .events .events-wrapper .event .photo-wrapper .photo img {
          width: 100%; }
      .events .events-wrapper .event .photo-wrapper .tickets {
        width: 100%; }

@media (max-width: 1200px) {
  .events .events-wrapper .event .description {
    width: 600px; }
  .events .events-wrapper .event .photo-wrapper {
    width: 377px; } }

@media (max-width: 992px) {
  .events .events-wrapper .event {
    flex-direction: column;
    -webkit-flex-direction: column; }
    .events .events-wrapper .event .description, .events .events-wrapper .event .photo-wrapper {
      width: 100%; }
    .events .events-wrapper .event .photo-wrapper {
      margin: 0 0 15px 0; } }

@media (max-width: 680px) {
  .events .events-wrapper .event {
    margin: 0 0 30px 0; }
    .events .events-wrapper .event .description, .events .events-wrapper .event .photo-wrapper {
      width: 100%; }
    .events .events-wrapper .event .description {
      margin: 0 0 0px 0; }
    .events .events-wrapper .event .photo-wrapper {
      height: 56px;
      margin: 0; }
      .events .events-wrapper .event .photo-wrapper .photo {
        display: none; } }

@media (max-width: 480px) {
  .events .newsletter .header {
    font-size: 24px; }
  .events .newsletter .mc-field-group {
    display: block;
    margin: 0 auto 15px auto; }
  .events .newsletter input[type="email"] {
    width: 270px;
    font-size: 16px;
    line-height: 1;
    padding: 9px 10px 6px; }
  .events .newsletter input[type="submit"] {
    font-size: 16px; }
  .events .events-wrapper .event .description .event-title {
    font-size: 24px; } }

.group-visits .visit-section:not(:last-of-type) {
  margin: 0 0 60px 0; }

.group-visits .visit-section:nth-of-type(6n+1) .filters {
  background-color: #8B6494; }

.group-visits .visit-section:nth-of-type(6n+1) .section-title {
  background-color: #0097C1; }

.group-visits .visit-section:nth-of-type(6n+1) .visit:nth-of-type(6n+2) .description {
  background-color: #0097C1; }

.group-visits .visit-section:nth-of-type(6n+1) .visit:nth-of-type(6n+3) .description {
  background-color: #15A78D; }

.group-visits .visit-section:nth-of-type(6n+1) .visit:nth-of-type(6n+4) .description {
  background-color: #91B43D; }

.group-visits .visit-section:nth-of-type(6n+1) .visit:nth-of-type(6n+5) .description {
  background-color: #F47721; }

.group-visits .visit-section:nth-of-type(6n+1) .visit:nth-of-type(6n+6) .description {
  background-color: #ED164C; }

.group-visits .visit-section:nth-of-type(6n+1) .visit:nth-of-type(6n+1) .description {
  background-color: #8B6494; }

.group-visits .visit-section:nth-of-type(6n+2) .filters, .group-visits .visit-section:nth-of-type(6n+5) .filters {
  background-color: #91B43D; }

.group-visits .visit-section:nth-of-type(6n+2) .section-title, .group-visits .visit-section:nth-of-type(6n+5) .section-title {
  background-color: #F47721; }

.group-visits .visit-section:nth-of-type(6n+2) .visit:nth-of-type(6n+2) .description, .group-visits .visit-section:nth-of-type(6n+5) .visit:nth-of-type(6n+2) .description {
  background-color: #F47721; }

.group-visits .visit-section:nth-of-type(6n+2) .visit:nth-of-type(6n+3) .description, .group-visits .visit-section:nth-of-type(6n+5) .visit:nth-of-type(6n+3) .description {
  background-color: #ED164C; }

.group-visits .visit-section:nth-of-type(6n+2) .visit:nth-of-type(6n+4) .description, .group-visits .visit-section:nth-of-type(6n+5) .visit:nth-of-type(6n+4) .description {
  background-color: #8B6494; }

.group-visits .visit-section:nth-of-type(6n+2) .visit:nth-of-type(6n+5) .description, .group-visits .visit-section:nth-of-type(6n+5) .visit:nth-of-type(6n+5) .description {
  background-color: #0097C1; }

.group-visits .visit-section:nth-of-type(6n+2) .visit:nth-of-type(6n+6) .description, .group-visits .visit-section:nth-of-type(6n+5) .visit:nth-of-type(6n+6) .description {
  background-color: #15A78D; }

.group-visits .visit-section:nth-of-type(6n+2) .visit:nth-of-type(6n+1) .description, .group-visits .visit-section:nth-of-type(6n+5) .visit:nth-of-type(6n+1) .description {
  background-color: #91B43D; }

.group-visits .visit-section:nth-of-type(6n+3) .filters, .group-visits .visit-section:nth-of-type(6n+6) .filters {
  background-color: #ED164C; }

.group-visits .visit-section:nth-of-type(6n+3) .section-title, .group-visits .visit-section:nth-of-type(6n+6) .section-title {
  background-color: #15A78D; }

.group-visits .visit-section:nth-of-type(6n+3) .visit:nth-of-type(6n+2) .description, .group-visits .visit-section:nth-of-type(6n+6) .visit:nth-of-type(6n+2) .description {
  background-color: #15A78D; }

.group-visits .visit-section:nth-of-type(6n+3) .visit:nth-of-type(6n+3) .description, .group-visits .visit-section:nth-of-type(6n+6) .visit:nth-of-type(6n+3) .description {
  background-color: #91B43D; }

.group-visits .visit-section:nth-of-type(6n+3) .visit:nth-of-type(6n+4) .description, .group-visits .visit-section:nth-of-type(6n+6) .visit:nth-of-type(6n+4) .description {
  background-color: #F47721; }

.group-visits .visit-section:nth-of-type(6n+3) .visit:nth-of-type(6n+5) .description, .group-visits .visit-section:nth-of-type(6n+6) .visit:nth-of-type(6n+5) .description {
  background-color: #ED164C; }

.group-visits .visit-section:nth-of-type(6n+3) .visit:nth-of-type(6n+6) .description, .group-visits .visit-section:nth-of-type(6n+6) .visit:nth-of-type(6n+6) .description {
  background-color: #8B6494; }

.group-visits .visit-section:nth-of-type(6n+3) .visit:nth-of-type(6n+1) .description, .group-visits .visit-section:nth-of-type(6n+6) .visit:nth-of-type(6n+1) .description {
  background-color: #0097C1; }

.group-visits .visit-section .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin: 0 0 15px 0; }
  .group-visits .visit-section .row .filters {
    margin-top: 0;
    margin: 0 15px 0 0;
    width: 790px;
    flex-shrink: 0; }
  .group-visits .visit-section .row .section-title {
    color: white;
    font-family: Gotham-Bold;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 0;
    font-size: 36px;
    line-height: 1;
    padding: 20px 30px;
    text-align: left;
    flex-grow: 0;
    height: 109px; }

.group-visits .visits-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column; }
  .group-visits .visits-wrapper .visit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 15px 0; }
    .group-visits .visits-wrapper .visit:not(.inactive) {
      max-height: 2000px;
      visibility: visible;
      transition: max-height 0.5s ease, visibility 0.5s ease; }
    .group-visits .visits-wrapper .visit.inactive {
      visibility: hidden;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease, visibility 0.5s ease; }
    .group-visits .visits-wrapper .visit:focus {
      outline-color: none;
      outline-style: none; }
    .group-visits .visits-wrapper .visit .description {
      width: 790px;
      margin: 0 15px 0 0;
      padding: 30px;
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      font-family: Gotham-Book;
      -webkit-font-smoothing: antialiased;
      font-weight: 600;
      color: white;
      text-align: left;
      line-height: 20px; }
      .group-visits .visits-wrapper .visit .description a {
        color: #ffffff; }
      .group-visits .visits-wrapper .visit .description .visit-title {
        color: white;
        border-bottom: 2px solid white;
        font-family: Gotham-Bold;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        margin: 0;
        font-size: 36px;
        line-height: 1;
        padding: 0 0 5px 0;
        text-align: left; }
        .group-visits .visits-wrapper .visit .description .visit-title .subtitle {
          font-family: Gotham-Book;
          -webkit-font-smoothing: initial;
          font-size: 18px; }
      .group-visits .visits-wrapper .visit .description p {
        font-size: 16px;
        line-height: 24px;
        text-align: left; }
        .group-visits .visits-wrapper .visit .description p:last-of-type {
          margin-bottom: 0; }
        .group-visits .visits-wrapper .visit .description p br {
          display: none; }
      .group-visits .visits-wrapper .visit .description ul {
        margin: 0 0 15px 30px;
        padding: 0; }
        .group-visits .visits-wrapper .visit .description ul li {
          list-style: none;
          text-align: left; }
      .group-visits .visits-wrapper .visit .description strong {
        display: block;
        font-family: Gotham-Bold;
        -webkit-font-smoothing: antialiased;
        text-align: left;
        letter-spacing: 1px; }
    .group-visits .visits-wrapper .visit .photo-wrapper {
      position: relative;
      flex-grow: 0;
      -webkit-flex-grow: 0;
      width: 395px;
      height: 395px; }
      .group-visits .visits-wrapper .visit .photo-wrapper .photo {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%; }

@media (max-width: 1200px) {
  .group-visits .visit-section .row .filters {
    width: 600px; }
  .group-visits .visits-wrapper .visit .description {
    width: 600px; }
  .group-visits .visits-wrapper .visit .photo-wrapper {
    width: 377px; } }

@media (max-width: 992px) {
  .group-visits .visit-section .row {
    flex-direction: column; }
    .group-visits .visit-section .row .filters {
      order: 1;
      margin: 0;
      width: 100%; }
      .group-visits .visit-section .row .filters .filter-options {
        flex-direction: row;
        -webkit-flex-direction: row; }
    .group-visits .visit-section .row .section-title {
      margin: 0 0 15px 0;
      order: 0;
      height: auto;
      width: 100%; }
  .group-visits .visits-wrapper .visit {
    flex-direction: column;
    -webkit-flex-direction: column; }
    .group-visits .visits-wrapper .visit .description, .group-visits .visits-wrapper .visit .photo-wrapper {
      width: 100%; }
    .group-visits .visits-wrapper .visit .description {
      order: 2; }
    .group-visits .visits-wrapper .visit .photo-wrapper {
      height: 325px;
      order: 1;
      margin: 0 0 15px 0; } }

@media (max-width: 680px) {
  .group-visits .visits-wrapper .visit .description, .group-visits .visits-wrapper .visit .photo-wrapper {
    width: 100%; }
  .group-visits .visits-wrapper .visit .photo-wrapper {
    height: 235px; } }

@media (max-width: 600px) {
  .group-visits .visit-section .row .filters .filter-option {
    font-size: 16px;
    padding: 5px 6px; }
  .group-visits .visits-wrapper .visit .description .visit-title .subtitle {
    display: block; } }

@media (max-width: 480px) {
  .group-visits .visit-section .row .section-title {
    font-size: 24px; }
  .group-visits .visits-wrapper .visit .description .visit-title {
    font-size: 24px; }
  .group-visits .visits-wrapper .visit .photo-wrapper {
    height: 0;
    display: none; } }

@media (max-width: 400px) {
  .group-visits .visit-section .row .filters .filter-header {
    width: 100%; }
  .group-visits .visit-section .row .filters .filter-options {
    flex-direction: column;
    -webkit-flex-direction: column; } }

.press .page-title {
  background-color: #F47721;
  color: white;
  padding: 15px 30px; }

.press .filters {
  background-color: #ED164C;
  width: 100%; }
  .press .filters .filter-options {
    width: 700px; }

.press .press-wrapper {
  margin: 15px 0; }
  .press .press-wrapper .press-year:not(.active):not(.inactive) {
    display: none; }
  .press .press-wrapper .press-year.active {
    max-height: 4000px;
    transition: max-height 1s ease; }
  .press .press-wrapper .press-year.inactive {
    max-height: 0;
    transition: max-height 300ms ease; }
  .press .press-wrapper .press-year .wrap-five:not(.active):not(.pending) {
    display: none; }
  .press .press-wrapper .press-year .wrap-five.active {
    max-height: 4000px;
    transition: max-height 1s ease; }
  .press .press-wrapper .press-year .wrap-five.pending {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 500ms ease; }
  .press .press-wrapper .press-year .article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 15px 0; }
    .press .press-wrapper .press-year .article:nth-of-type(4n+1) .description {
      background-color: #8B6494; }
    .press .press-wrapper .press-year .article:nth-of-type(4n+2) .description {
      background-color: #0097C1; }
    .press .press-wrapper .press-year .article:nth-of-type(4n+3) .description {
      background-color: #15A78D; }
    .press .press-wrapper .press-year .article:nth-of-type(4n+4) .description {
      background-color: #91B43D; }
    .press .press-wrapper .press-year .article .description {
      width: 790px;
      margin: 0 15px 0 0;
      padding: 30px 30px 25px 30px;
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      font-family: Gotham-Book;
      -webkit-font-smoothing: antialiased;
      font-weight: 600;
      color: white;
      text-align: left;
      line-height: 20px; }
      .press .press-wrapper .press-year .article .description.full {
        width: 100%; }
      .press .press-wrapper .press-year .article .description a {
        color: #fff; }
      .press .press-wrapper .press-year .article .description .date {
        font-family: Gotham-Book;
        font-size: 22px;
        color: #FFFFFF;
        letter-spacing: 0.21px;
        -webkit-font-smoothing: antialiased;
        display: block;
        margin: 0 0 5px 0; }
        .press .press-wrapper .press-year .article .description .date a {
          color: #FFFFFF;
          text-decoration: none; }
      .press .press-wrapper .press-year .article .description .article-title {
        color: white;
        border-bottom: 2px solid white;
        font-family: Gotham-Bold;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        margin: 0;
        font-size: 24px;
        line-height: 1;
        padding: 0 0 5px 0;
        text-align: left; }
      .press .press-wrapper .press-year .article .description .paragraph {
        max-height: 93px;
        overflow: hidden; }
        .press .press-wrapper .press-year .article .description .paragraph p {
          font-size: 16px;
          text-align: left; }
      .press .press-wrapper .press-year .article .description .continue {
        display: block;
        text-align: right;
        color: white;
        margin-top: 20px;
        line-height: 1;
        font-family: Gotham-Medium;
        font-size: 16px; }
    .press .press-wrapper .press-year .article .photo-wrapper {
      position: relative;
      flex-grow: 0;
      -webkit-flex-grow: 0;
      width: 395px; }
      .press .press-wrapper .press-year .article .photo-wrapper .photo {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%; }

.press .pagination {
  display: block;
  width: 100%;
  background-color: #F47721;
  margin: 0 0 15px 0; }
  .press .pagination a {
    font-family: Gotham-Book;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none;
    position: relative; }
    .press .pagination a.inactive {
      visibility: hidden; }
    .press .pagination a:active, .press .pagination a:visited, .press .pagination a:focus {
      outline-color: none;
      outline-style: none;
      text-decoration: none; }
    .press .pagination a:hover {
      background-color: white;
      color: #F47721;
      border: 4px solid #F47721;
      padding: 11px 25px; }
    .press .pagination a.previous-articles {
      float: left; }
      .press .pagination a.previous-articles:before {
        position: absolute;
        content: '<';
        display: block;
        left: 14px;
        top: 16px; }
      .press .pagination a.previous-articles:hover:before {
        top: 12px;
        left: 10px; }
    .press .pagination a.next-articles {
      float: right; }
      .press .pagination a.next-articles:after {
        position: absolute;
        content: '>';
        display: block;
        clear: both;
        right: 14px;
        top: 16px; }
      .press .pagination a.next-articles:hover:after {
        top: 12px;
        right: 10px; }
  .press .pagination:after {
    content: '';
    display: block;
    clear: both; }

@media (max-width: 1200px) {
  .press .press-section .row .filters {
    width: 600px; }
  .press .press-wrapper .press-year .article .description {
    width: 600px; }
  .press .press-wrapper .press-year .article .photo-wrapper {
    width: 377px; } }

@media (max-width: 992px) {
  .press .filters {
    padding: 15px 30px; }
    .press .filters .filter-options {
      width: 100%;
      flex-direction: row;
      -webkit-flex-direction: row; }
  .press .press-wrapper .press-year .article {
    flex-direction: column;
    -webkit-flex-direction: column; }
    .press .press-wrapper .press-year .article .description, .press .press-wrapper .press-year .article .photo-wrapper {
      width: 100%; }
    .press .press-wrapper .press-year .article .description {
      order: 2; }
    .press .press-wrapper .press-year .article .photo-wrapper {
      height: 325px;
      order: 1;
      margin: 0 0 15px 0; } }

@media (max-width: 680px) {
  .press .filters .filter-options {
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    flex-shrink: 0;
    -webkit-flex-shrink: 0; }
    .press .filters .filter-options .filter-option {
      flex-shrink: 0;
      -webkit-flex-shrink: 0; }
  .press .press-wrapper .press-year .article .description, .press .press-wrapper .press-year .article .photo-wrapper {
    width: 100%; }
  .press .press-wrapper .press-year .article .photo-wrapper {
    height: 235px; } }

@media (max-width: 600px) {
  .press .filters .filter-option {
    font-size: 16px;
    padding: 5px 6px; }
  .press .press-wrapper .press-year .article .description .article-title .subtitle {
    display: block; }
  .press .pagination a {
    font-size: 16px;
    overflow: hidden; } }

@media (max-width: 480px) {
  .press .filters .filter-header {
    display: block;
    width: 100%;
    line-height: 1;
    margin: 0 0 15px 0; }
  .press .filters .filter-options {
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    flex-shrink: 0;
    -webkit-flex-shrink: 0; }
    .press .filters .filter-options .filter-option {
      flex-shrink: 0;
      -webkit-flex-shrink: 0; }
  .press .press-section .row .section-title {
    font-size: 24px; }
  .press .press-wrapper .press-year .article .description .article-title {
    font-size: 24px; }
  .press .press-wrapper .press-year .article .photo-wrapper {
    height: 0;
    display: none; }
  .press .pagination a {
    font-size: 24px;
    width: 40px;
    height: 48px;
    color: transparent; }
    .press .pagination a.previous-articles:before {
      color: white;
      left: 21px;
      top: 13px; }
    .press .pagination a.previous-articles:hover {
      color: transparent; }
      .press .pagination a.previous-articles:hover:before {
        color: #F47721;
        top: 9px;
        left: 17px; }
    .press .pagination a.next-articles:after {
      color: white;
      right: 21px;
      top: 13px; }
    .press .pagination a.next-articles:hover {
      color: transparent; }
      .press .pagination a.next-articles:hover:after {
        color: #F47721;
        top: 9px;
        right: 17px; } }

.press-single .page-title {
  padding: 20px 40px; }

.press-single .feature-section-title {
  background-color: #91B43D;
  font-family: Gotham-Bold;
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  font-weight: 400;
  color: white;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 20px 40px;
  line-height: 1; }

.press-single .content {
  margin: 0 40px 80px 40px; }
  .press-single .content .date {
    font-family: Gotham-Medium;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 15px 0;
    text-align: left; }
  .press-single .content .text {
    width: 100%; }
    .press-single .content .text p {
      color: #231F20;
      font-family: Gotham-Book;
      text-align: left;
      line-height: 1.5;
      margin: 0 0 15px 0;
      font-size: 16px;
      text-align: justify;
      text-align-last: left; }
    .press-single .content .text a {
      color: #05a8cb;
      font-weight: bold; }
  .press-single .content .image-wrapper {
    width: 400px;
    height: 400px;
    float: right;
    margin: 0 0 20px 20px;
    overflow: hidden; }
  .press-single .content .image {
    height: 100%;
    width: auto;
    max-width: none;
    position: relative; }

@media (max-width: 768px) {
  .press-single .content .image-wrapper {
    width: 100%;
    float: none;
    margin: 0 0 20px 0px; } }

@media (max-width: 680px) {
  .press-single .feature-section-title {
    font-size: 24px; }
  .press-single .content .image-wrapper {
    height: 250px; }
  .press-single .content .text p {
    text-align: left; } }

@media (max-width: 480px) {
  .press-single .feature-section-title {
    font-size: 18px; }
  .press-single .content .image-wrapper {
    display: none; } }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }