@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
 *   Base styles: opinionated defaults
 *   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/* Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/* Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Chrome Frame prompt
 * ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/* Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/* Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

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

audio, canvas, video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

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: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

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

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

input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

@include border-box-sizing;
* {
  margin: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.429;
  width: 100%;
  height: 100%;
  color: #004677;
}

h1, h2, h4, h5 {
  font-weight: 700;
  color: #004677;
}

h1, h2, h3 {
  line-height: 1.333;
}

h4, h5 {
  line-height: 1.235;
}

h1 {
  font-size: 1.3125em;
  line-height: 1.666;
}

h2, h3 {
  font-size: 1.125em;
}

h3 {
  font-weight: 500;
  line-height: 1.333;
  color: #f5822b;
  padding-bottom: 0.625em;
}
h3 > a {
  color: #00bbe5;
}

h4 {
  font-size: 1.0625em;
}

h5 {
  font-size: 0.8125em;
}

p {
  font-size: 0.875em;
  color: #004677;
  line-height: 1.429;
  margin-bottom: 0.4375em;
}

em {
  font-style: italic !important;
}

a {
  text-decoration: none;
  color: #00bbe5;
}
a:hover {
  color: #004677;
}

h4.exhibit-title {
  font-style: italic;
}

@media (min-width: 768px) {
  h1 {
    font-size: 1.625em;
  }

  h2, h3 {
    font-size: 1.375em;
  }

  h3 {
    font-weight: 500;
    line-height: 1.333;
  }

  h4 {
    font-size: 1.0625em;
  }

  h5 {
    font-size: 0.8125em;
  }

  p {
    font-size: 1em;
    color: #004677;
    line-height: 1.618;
  }
}
.container,
.slide-container,
.content,
.columns,
.main-content,
.menu-areas-of-interest-container {
  overflow: hidden;
  *zoom: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .container,
  .slide-container,
  .content,
  .columns,
  .main-content,
  .menu-areas-of-interest-container {
    overflow: hidden;
    *zoom: 1;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-content {
  margin-top: 1.75em;
}
@media (min-width: 768px) {
  .main-content {
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1.75em;
  }
}

.break {
  clear: both;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.su-row {
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}

.btn {
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #004677;
  font-weight: 700;
  padding: 4.5px 10px;
}
.btn:not(.home) {
  margin-top: 1.5625em !important;
}

.btn-yellow {
  color: #004677;
  background-color: #d0d61b;
}
.btn-yellow:hover {
  background-color: #eff53d;
}

.btn.btn-orange {
  border-color: #f5822b;
  color: #f5822b;
  text-shadow: none;
}

.btn-cat {
  background-color: #f5822b;
  color: #ffffff;
}

.main-content .tag {
  text-transform: uppercase;
  color: black;
  background: #f7f7f7;
  padding: 4.5px 10px;
}

.front {
  padding-top: 1em;
}
@media (min-width: 768px) {
  .front {
    font-size: 2rem;
    padding-top: 1em;
  }
}

.secondary-with-image,
.featured-with-image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  color: #ffffff;
}
.secondary-with-image .inner,
.featured-with-image .inner {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  height: 100%;
}
.secondary-with-image .top-inner,
.secondary-with-image .bottom-inner,
.featured-with-image .top-inner,
.featured-with-image .bottom-inner {
  z-index: 3;
  width: 100%;
}
.secondary-with-image .top-inner,
.featured-with-image .top-inner {
  margin: 11px;
  text-align: right;
  position: absolute;
  top: 1em;
  right: 1em;
}
.secondary-with-image .bottom-inner,
.featured-with-image .bottom-inner {
  overflow: hidden;
  *zoom: 1;
  overflow: initial;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: rgba(160, 160, 160, 0.8);
  padding-left: 1em;
  padding-top: 0.5em;
}
@media (min-width: 768px) {
  .secondary-with-image .bottom-inner,
  .featured-with-image .bottom-inner {
    height: 60%;
  }
}
.secondary-with-image h2,
.featured-with-image h2 {
  font-weight: 700;
  color: #004677;
}
.secondary-with-image p,
.featured-with-image p {
  color: #004677;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .secondary-with-image,
  .featured-with-image {
    background-size: cover;
    background-position: center center;
    margin-bottom: 0.3em;
  }
  .secondary-with-image h2, .secondary-with-image p,
  .featured-with-image h2,
  .featured-with-image p {
    color: #ffffff;
  }
}

.image-overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}

.featured-with-image {
  height: 310px;
}
.featured-with-image h2 {
  font-size: 1em;
}
@media (min-width: 768px) {
  .featured-with-image h2 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .featured-with-image .bottom-inner {
    background: none;
  }
  .featured-with-image .bottom-inner h2 {
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .featured-with-image {
    height: 600px;
  }
  .featured-with-image .bottom-inner {
    height: 60%;
    width: 80%;
  }
}

.secondary-with-image {
  min-height: 300px;
}
.secondary-with-image h2 {
  font-size: 1em;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .secondary-with-image h2 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .secondary-with-image {
    float: left;
    width: 49.75%;
  }
  .secondary-with-image .bottom-inner {
    background: none;
  }
  .secondary-with-image:nth-of-type(2n + 1) {
    margin-left: 0.5%;
  }
  .secondary-with-image .bottom-inner h2 {
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
  }
  .secondary-with-image .bottom-inner {
    height: 60%;
    width: 80%;
  }
}

.page-content-section {
  overflow: hidden;
  *zoom: 1;
  padding-top: 1em;
  padding-bottom: 1em;
}
.page-content-section img.main-image {
  display: block;
  width: 28%;
  height: 52px;
  float: left;
}
.page-content-section p {
  font-size: 1em;
  font-weight: 700;
}
.page-content-section .title-section {
  float: left;
  width: 70%;
  margin-left: 2%;
}
.page-content-section .title-section a.btn-yellow {
  font-size: 0.625em;
}
@media (min-width: 768px) {
  .page-content-section {
    position: relative;
    min-height: 300px;
    padding-top: 7.5em;
    float: left;
    width: 49.75%;
  }
  .page-content-section:nth-of-type(2n + 1) {
    margin-left: 0.5%;
  }
  .page-content-section img.main-image {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .page-content-section .title-section {
    width: 100%;
    height: 100px;
    text-align: center;
    position: relative;
  }
  .page-content-section .title-section a.btn-yellow {
    font-size: 1em;
  }
  .page-content-section h2 {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-content-section h2 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .page-content-section h2, .page-content-section p {
    color: #ffffff;
    font-weight: 500;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-content-section h2, .page-content-section p {
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
  }
}
@media (min-width: 768px) {
  .page-content-section p {
    margin-bottom: 1em;
  }
}

.sub-container .flex-content {
  padding-top: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.sub-container .flex-content .text-content {
  overflow: none;
}

.stacked-post {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .stacked-post {
    margin-bottom: 2em;
  }
}
.stacked-post .partial-content {
  float: left;
  width: 22%;
}
.stacked-post .featured-image {
  width: 78%;
}
.stacked-post h3 {
  padding-bottom: 0.5em;
}
.stacked-post.has_thumb .featured-image {
  width: 22%;
  float: left;
}
.stacked-post.has_thumb .partial-content {
  float: left;
  padding-left: 1em;
  width: 78%;
}

.flex-content {
  margin-top: 1em;
}

.text-content {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1em;
}

.split {
  margin-bottom: 1em;
}
.split img {
  width: 100%;
}
.split li > img {
  width: 4.6875em;
}

@media (min-width: 768px) {
  .split {
    width: 50%;
    float: left;
  }
  .split img {
    height: auto;
  }
  .split:first-of-type {
    padding-right: 5%;
  }
  .split li > img {
    width: 9.375em;
  }
}
ul.gallery {
  overflow: hidden;
  *zoom: 1;
}
ul.gallery li {
  margin-bottom: 1em;
  width: 33%;
  float: left;
  text-align: center;
}
@media (min-width: 768px) {
  ul.gallery li {
    margin-bottom: 2em;
  }
}
ul.gallery li img {
  width: 4.6875em;
  height: 4.6875em;
  border-radius: 2.34375em;
}
@media (min-width: 1024px) {
  ul.gallery li {
    width: 25%;
    float: left;
  }
  ul.gallery li img {
    width: 9.375em;
    height: 9.375em;
    border-radius: 4.6875em;
  }
}

.breadcrumb-container.theme1 {
  margin-bottom: 1em;
}
.breadcrumb-container.theme1 li:first-of-type > a {
  margin-left: 0;
}
.breadcrumb-container.theme1 li:last-of-type span:last-of-type {
  display: none;
}
.breadcrumb-container.theme1 a:first-of-type {
  padding-left: 0 !important;
  padding-right: 3px !important;
}

.owl-carousel {
  margin-top: 1em;
  margin-bottom: 1em;
}
.owl-carousel .item {
  border: 1px solid #a1a1a1;
  padding: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  .owl-carousel {
    clear: both;
  }
}

.owl-dot {
  display: inline-block;
}
.owl-dot span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

#field_4_1 label {
  display: none;
}

#field_6_4.field_sublabel_below > label {
  display: none;
}

#choice_6_4_1 {
  margin-top: 0;
}

#input_7_10 {
  overflow: hidden;
  *zoom: 1;
}
#input_7_10 li {
  width: 50%;
  float: left;
}

.msp-forms .validation_error {
  display: none;
}
.msp-forms input[type='text'],
.msp-forms textarea {
  border: 3px solid #a1a1a1;
}
.msp-forms input[type='submit'] {
  text-transform: uppercase;
  border: 2px solid #004677;
  font-weight: 700;
  padding: 4.5px 10px;
  color: #004677;
  background-color: #d0d61b;
}
.msp-forms label {
  text-transform: uppercase;
  font-size: 0.8125em;
  margin: 0;
}
.msp-forms label .gfield_required {
  color: #004677;
}
.msp-forms .gfield_radio li input[type=radio] {
  margin-top: 0 !important;
}

.gforms_confirmation_message {
  text-align: center;
}

.catalog {
  overflow: hidden;
  *zoom: 1;
}
.catalog .item-many {
  margin-bottom: 1em;
  text-align: center;
}
.catalog .item-many p.date {
  margin-top: 1em;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .catalog .item-many {
    width: 33.3%;
    height: 235px;
    float: left;
    margin-bottom: 2em;
  }
}
.catalog .tags {
  padding: 0.25em;
  font-size: 0.625em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #instafeed img {
    margin-right: 1em;
    margin-bottom: 1em;
  }
}
.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent !important;
}
.addtocalendar var {
  display: none;
}

.atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer;
}
.atcb-link:focus ~ ul, .atcb-link:active ~ ul {
  visibility: visible;
}

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.atcb-list:hover {
  visibility: visible;
}

.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  float: none;
  text-align: left;
}

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
}

.atcb-item.hover, .atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.atc-style-blue .atcb-link {
  margin: 0;
  padding: 7px 25px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  line-height: 20px;
  vertical-align: middle;
  background: #004677;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.13) inset;
  border-radius: 0px;
  zoom: 1;
}
.atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus {
  margin: 0;
  padding: 7px 25px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  line-height: 20px;
  vertical-align: middle;
  background: #004677;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.13) inset;
  border-radius: 0px;
  zoom: 1;
}
.atc-style-blue .atcb-list {
  width: 170px;
  border: 1px solid #bababa;
  border-radius: 2px;
  box-shadow: 0 0 5px #AAA;
  background: #fff;
  color: #000;
}
.atc-style-blue .atcb-item {
  background: #fff;
  color: #000;
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
}
.atc-style-blue .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 5px 15px;
}
.atc-style-blue .atcb-item-link:hover, .atc-style-blue .atcb-item-link:active, .atc-style-blue .atcb-item-link:focus {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 5px 15px;
}
.atc-style-blue .atcb-item-link:hover, .atc-style-blue .atcb-item-link:active, .atc-style-blue .atcb-item-link:focus {
  color: #fff;
}
.atc-style-blue .atcb-item.hover, .atc-style-blue .atcb-item:hover {
  background: #004677;
}

#alert {
  background: red;
  color: #ffffff;
}
#alert .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
}
#alert .container #alert-text {
  -ms-flex-positive: 5;
      flex-grow: 5;
}
#alert .container #alert-text p {
  margin-bottom: 0;
}
#alert .container span#dismiss-alert {
  display: block;
  text-align: right;
  font-size: 1.375em;
}
#alert .container p {
  text-align: center;
}

header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
header a {
  color: #ffffff;
}

header.home #mobile-header img {
  width: 50%;
}

header.interior #mobile-header {
  position: relative;
  height: 105px;
}
header.interior #mobile-header img {
  width: 30%;
}
header.interior #mobile-header .misc {
  position: absolute;
  bottom: 0.25em;
  right: 0;
}

#mobile-header a.logo {
  display: block;
  margin-top: 1em;
}
#mobile-header .misc {
  text-align: right;
}
#mobile-header .misc li {
  margin-bottom: 0.75rem;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  #mobile-header {
    display: none;
  }
}

#mobile-menu {
  background-color: #004677;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
#mobile-menu .menu-areas-of-interest-container {
  overflow: hidden;
  *zoom: 1;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: none;
  margin-top: 0.9375em;
}
@media (min-width: 768px) {
  #mobile-menu .menu-areas-of-interest-container {
    padding-left: 0;
    padding-right: 0;
  }
}
#mobile-menu .menu-areas-of-interest-container li.main {
  font-size: 1.25em;
  margin-bottom: 0.75em;
}
#mobile-menu .menu-areas-of-interest-container li:not(.main) {
  width: 47.36842%;
  float: left;
  margin-bottom: 0.5em;
}
#mobile-menu .menu-areas-of-interest-container li > a {
  color: #ffffff;
}
#mobile-menu .menu-areas-of-interest-container li > a.active, #mobile-menu .menu-areas-of-interest-container li > a:hover {
  color: #00bbe5;
}
@media (min-width: 768px) {
  #mobile-menu {
    display: none;
  }
}

.explore-park-wrapper {
  border-top: 1px solid #ffffff;
  overflow: hidden;
  *zoom: 1;
}
.explore-park-wrapper li {
  width: 47.36842%;
  float: left;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 0.75em;
}
.explore-park-wrapper li a {
  overflow: hidden;
  *zoom: 1;
  color: #ffffff;
  font-size: 0.8125em;
}
@media (min-width: 768px) {
  .explore-park-wrapper li a {
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
  }
}
.explore-park-wrapper li a i {
  vertical-align: middle;
  float: left;
  line-height: 2em;
  font-size: 1.5em;
}
.explore-park-wrapper li a span.right {
  float: right;
  padding-left: 3px;
  width: 75%;
}
.explore-park-wrapper li a:hover {
  color: #00bbe5;
}
.explore-park-wrapper li:not(:last-of-type) {
  border-right: 1px solid #ffffff;
}

.menu-bar-wrap {
  height: 55px;
  border-bottom: 1px solid #ffffff;
}
.menu-bar-wrap .container {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
@media (min-width: 768px) {
  .menu-bar-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.menu-bar-wrap h3 {
  color: #ffffff;
  font-size: 21px;
  line-height: 55px;
  text-align: left;
}
.menu-bar-wrap i#toggle-menu {
  line-height: 55px;
  float: right;
  font-size: 21px;
  cursor: pointer;
}

#desktop-header {
  display: none;
}
@media (min-width: 768px) {
  #desktop-header {
    display: block;
  }
}
#desktop-header .container {
  position: relative;
}
#desktop-header .container img {
  margin-top: 1em;
  margin-left: 1em;
}
#desktop-header .container.home {
  height: 500px;
}
#desktop-header .container.interior {
  height: 326px;
}
#desktop-header .main-nav {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 353px;
  height: 250px;
}
#desktop-header .menu-areas-of-interest-container {
  background: #004677;
  color: #ffffff;
  opacity: 0.9;
  padding: 22px;
  margin-bottom: 0.5em;
}
#desktop-header .menu-areas-of-interest-container h3 {
  margin-bottom: 0.4375em;
}
#desktop-header .menu-areas-of-interest-container li {
  margin-right: 0.875em;
  margin-bottom: 0.4375em;
}
#desktop-header .menu-areas-of-interest-container li > a {
  color: #ffffff;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
}
#desktop-header #menu-areas-of-interest {
  overflow: hidden;
  *zoom: 1;
}
#desktop-header #menu-areas-of-interest li.main {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#desktop-header #menu-areas-of-interest li {
  width: 44.73684%;
  float: left;
}
#desktop-header .explore-park-wrapper {
  border: 0;
}
#desktop-header .explore-park-container {
  overflow: hidden;
  *zoom: 1;
}
#desktop-header .explore-park-container li {
  background: #004677;
  opacity: 0.9;
  width: 47.5%;
  float: left;
}
#desktop-header .explore-park-container li:first-of-type {
  margin-right: 5%;
}
#desktop-header .explore-park-container li a {
  overflow: hidden;
  *zoom: 1;
  display: block;
  padding: 5px 0 5px 7px;
}
#desktop-header .explore-park-container li a:hover {
  color: #00bbe5;
}
#desktop-header .explore-park-container li i {
  font-size: 1.5em;
  line-height: 2;
  float: left;
  margin-right: 11px;
  color: #00bbe5;
}
#desktop-header .explore-park-container li span.right {
  display: inline-block;
  float: left;
  width: 76%;
}
#desktop-header .container.interior .bottom-nav {
  left: 0;
}
#desktop-header .container.interior .bottom-nav li {
  float: left;
  margin-right: 1em;
}
#desktop-header .bottom-nav {
  position: absolute;
  bottom: 2em;
  right: 0;
  width: 60%;
}
#desktop-header .bottom-nav ul {
  margin-left: 1.25em;
  margin-right: 1.25em;
}
#desktop-header .bottom-nav li {
  float: right;
  display: inline-block;
  margin-right: 1em;
}
#desktop-header .bottom-nav li:first-of-type {
  margin-right: 0;
}

span.Closed, span.Opened {
  text-transform: uppercase;
}

span.Open {
  color: #eff53d;
}

span.Closed {
  color: #f5822b;
}

.main-content .content ul, .main-content .content ol {
  padding-left: 1.375em;
  line-height: 1.5em;
}
.main-content .content ul {
  list-style-type: disc;
}
.main-content .content ol {
  list-style-type: decimal;
}

.search-container {
  background-color: #f5822b;
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

#searchform {
  line-height: 4.25em;
  text-align: center;
}
#searchform label {
  color: #ffffff;
  text-transform: uppercase;
}
#searchform input {
  border: 2px solid #dcdcdc;
}
#searchform input[type='text'] {
  width: 10.625em;
}
#searchform input[type='submit'] {
  background-color: #d0d61b;
  color: #004677;
  border: 2px solid #ffffff !important;
}
@media (min-width: 768px) {
  #searchform {
    line-height: 7em;
  }
  #searchform label {
    font-size: 1.125em;
  }
  #searchform input {
    height: 3.1875em;
  }
  #searchform input[type='text'] {
    min-width: 500px;
    max-width: 890px;
  }
  #searchform input[type='submit'] {
    width: 3.1875em;
  }
}

footer {
  background-color: #004677;
  color: #ffffff;
}
footer .container {
  padding-top: 2.8125em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
@media (min-width: 768px) {
  footer .container {
    padding-left: 0;
    padding-right: 0;
  }
}
footer #gform_submit_button_4 {
  border-radius: 0;
  margin-top: 0 !important;
  border: 2px solid #ffffff;
}
footer #gform_submit_button_4:hover {
  background-color: #eff53d;
  line-height: initial;
}
footer p {
  color: #ffffff;
  font-size: 13px;
}
footer .widget h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0.4375em;
}
footer .widget p {
  margin-bottom: 0.875em;
}
footer .widget a.btn-yellow {
  border: 2px solid #ffffff;
}
footer .widget a.btn-yellow:hover {
  background-color: #eff53d;
}
footer .copyright {
  overflow: hidden;
  *zoom: 1;
  font-size: 0.625em;
}
footer .copyright p:first-of-type {
  width: 19%;
  float: left;
}
@media (min-width: 1024px) {
  footer .copyright p:first-of-type {
    width: 11%;
  }
}
footer .copyright p {
  width: 78%;
  float: left;
}

ul#menu-footer li {
  font-size: 0.9375em;
  text-transform: uppercase;
}
ul#menu-footer li a {
  line-height: 1.618;
}
ul#menu-footer li a:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  #text-12, #gform_widget-2 {
    overflow: hidden;
    *zoom: 1;
    position: relative;
    height: 200px;
  }
  #text-12 a.home, #gform_widget-2 a.home {
    position: absolute;
    bottom: 26px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  #text-12 a.home, #gform_widget-2 a.home {
    bottom: 50px;
  }
}

@media (min-width: 768px) {
  footer .gform_wrapper .gform_footer {
    padding: 0;
  }
  footer .gform_wrapper {
    margin: 0;
  }

  footer .widget {
    width: 25%;
    float: left;
    padding: 1em;
    margin-bottom: 0;
  }
  footer .widget h3 {
    font-size: 1.125em;
  }

  #nav_menu-3 {
    margin-left: 12%;
  }

  #shortcodes-ultimate-3 {
    width: 50%;
    float: left;
    margin-bottom: 0;
    position: relative;
    top: -18px;
  }
}
@media (min-width: 768px) {
  #shortcodes-ultimate-3 {
    top: -90px;
  }
}
.single .categories,
.single .tags {
  margin-top: 1em;
  margin-bottom: 1em;
  display: inline-block;
}
.single a.btn-orange {
  font-size: 0.875em;
}
.single a.tag {
  font-size: 0.625em;
}
.single img {
  max-width: 100%;
  height: auto;
}
.single .wp-caption-text {
  font-size: 12px;
}

.featured-image {
  margin-bottom: 1em;
}
.featured-image img {
  max-width: 100%;
  height: auto;
}

.has-content-area ul, .has-content-area ol {
  list-style-type: disc;
  padding-left: 1.25em;
}

@media (min-width: 768px) {
  .single .content {
    width: 73.68421%;
    float: left;
  }
  .single .sidebar-container {
    width: 21.05263%;
    float: right;
  }
}
@media (min-width: 1024px) {
  .single .content {
    width: 66.10169%;
    float: left;
  }
  .single .sidebar-container {
    float: right;
    width: 353px;
    padding-top: 50px;
  }
}
.event-details h3 {
  margin-bottom: 0 !important;
}

.timeline .su-column {
  float: left !important;
}
.timeline .su-column-size-7-8 {
  margin-right: 0;
  width: 80%;
}

.main-content .sidebar .menu {
  background-color: #00bbe5;
}
.main-content .sidebar li {
  padding: 10px;
  border-bottom: 2px solid #004677;
}
.main-content .sidebar li.current_page_item, .main-content .sidebar li:hover {
  background: #004677;
}
.main-content .sidebar li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
}

@media (min-width: 768px) {
  .page:not(.home) .page-content,
  .page:not(.home) .content,
  .blog .page-content,
  .blog .content {
    width: 73.68421%;
    float: left;
  }
  .page:not(.home) .sidebar-container,
  .blog .sidebar-container {
    width: 21.05263%;
    float: right;
  }
}
@media (min-width: 1024px) {
  .page:not(.home) .page-content,
  .page:not(.home) .content,
  .blog .page-content,
  .blog .content {
    width: 66.10169%;
    float: left;
  }
  .page:not(.home) .sidebar-container,
  .blog .sidebar-container {
    float: right;
    width: 353px;
    padding-top: 50px;
  }
}
.home .flex-content,
.page-content-section,
.content {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
@media (min-width: 768px) {
  .home .flex-content,
  .page-content-section,
  .content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .page-content-section {
    margin-bottom: 0.3em;
  }
}

.add-btm-margin {
  margin-bottom: 1em;
}

.featured-hort {
  margin-bottom: 1em;
}
.featured-hort .featured-with-image {
  max-height: 420px;
}

.page-id-32407 h1.title {
  display: none;
}

.levels {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .levels {
    width: 100%;
  }
}
.levels .level {
  position: relative;
  background-color: #f7f7f7;
  padding: 1em;
  margin-bottom: 1em;
}
.levels .level h4 {
  margin-bottom: 0.4375em;
}
.levels .level h4 > span {
  float: right;
  font-weight: normal;
}
.levels .level ul {
  list-style-type: disc;
  margin-bottom: 1.25em;
}
.levels .level ul li {
  margin-left: 1em;
  width: 100%;
}
@media (min-width: 768px) {
  .levels .level a.btn {
    position: absolute;
    bottom: 1em;
    right: 1em;
  }
}

header.explore {
  position: relative;
  background-color: #ffffff;
  height: 50px;
}
header.explore .container {
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 5px;
  overflow: hidden;
  *zoom: 1;
}
header.explore img {
  display: inline-block;
  width: 45px;
  height: auto;
  float: left;
}
header.explore p.social-media-links {
  float: right;
}
header.explore p.social-media-links img {
  width: 30px;
  padding-top: 5px;
}

body.page-id-32302 a#back-btn {
  display: none;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
body.page-id-32302 a#back-btn:hover {
  color: #ffffff;
}
body.page-id-32302 .info {
  display: none;
}
body.page-id-32302 #map-menu {
  height: 100%;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  background: #004677;
}
body.page-id-32302 #map-menu h1, body.page-id-32302 #map-menu h3, body.page-id-32302 #map-menu p, body.page-id-32302 #map-menu li {
  color: #ffffff;
}
@media (min-width: 768px) {
  body.page-id-32302 #map-menu {
    width: 30%;
  }
}
body.page-id-32302 .menu li {
  border-top: 1px solid #ffffff;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
body.page-id-32302 .menu li:last-of-type {
  border-bottom: 1px solid #ffffff;
}
body.page-id-32302 .menu a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
}
body.page-id-32302 ul.active-filters {
  border-top: 1px solid #ffffff;
  padding-top: 0.625em;
}
body.page-id-32302 ul.active-filters li {
  padding-bottom: 0.4375em;
}
body.page-id-32302 ul.active-filters li.active {
  color: #d0d61b !important;
}
body.page-id-32302 ul#garden-filters li.active {
  cursor: pointer;
}
@media (min-width: 768px) {
  body.page-id-32302 {
    overflow: hidden;
  }
}

#map {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #map {
    display: block;
    width: 70%;
    height: auto;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 30%;
  }
}

.mapboxgl-popup-content {
  max-width: 300px;
}

#topics, #months-filter {
  text-transform: uppercase;
  margin-bottom: 1em;
}

.topics-filter a {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 0.875em;
  color: #004677 !important;
}

h2 span.view-all,
h2 > a.smaller {
  font-size: 0.625em;
  font-weight: normal;
  text-transform: uppercase;
}

#filter {
  padding: 0 1em 0 1em;
}

#view-results {
  overflow: hidden;
  *zoom: 1;
}
#view-results p.date {
  padding-top: 0.8em;
  font-size: 0.8em;
}
#view-results .item {
  width: 50%;
  float: left;
  height: 300px;
  padding: 0.5em;
  margin-bottom: 1em;
}
#view-results .item img {
  max-width: 100%;
}
#view-results .item h3 {
  font-size: 0.875em;
  cursor: pointer;
}
@media (min-width: 768px) {
  #view-results .item {
    width: 32%;
    float: left;
    font-size: 1em;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #view-results .item {
    width: 21.05263%;
    float: left;
  }
}

#view-results .hide {
  display: none;
}

.align-center {
  margin-bottom: 1em;
  text-align: center;
}

.page-template-article-program-template .content-section {
  margin-bottom: 1em;
}

.gallery-caption {
  margin-top: 0.625em;
}

.main-content ul.job_types {
  list-style-type: none;
}

div.single_job_listing ul.job-listing-meta.meta {
  padding-left: 0;
  list-style-type: none;
}
div.single_job_listing .company {
  min-height: 5em;
}

/* Retina Displays */
