@charset "UTF-8";
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  background: #eff1f3;
  overflow-x: hidden; }

*:focus {
  outline: none; }

h1 {
  font-weight: 700;
  color: #5d0024;
  font-size: 32px;
  margin: 0; }

.clear {
  clear: both; }

a {
  color: #3573b5;
  text-decoration: none !important; }

img {
  max-width: 100%; }

.fa-external-link {
  font-size: 13px;
  margin-left: 5px; }

div.center-text {
  text-align: center; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }
  header div.header-top {
    background: #5d0024; }
    header div.header-top ul {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 13px; }
      header div.header-top ul li {
        display: inline-block;
        color: #f1f3f5;
        margin: 0 15px;
        border-bottom: 3px solid #5d0024;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        header div.header-top ul li.title {
          background: #49001c;
          color: #c1c4c8;
          margin: 0 15px 0 0;
          border-bottom: 3px solid #49001c; }
          header div.header-top ul li.title a {
            padding: 15px 25px 12px; }
          header div.header-top ul li.title.current, header div.header-top ul li.title.current:hover {
            border-color: #999942; }
        header div.header-top ul li.current {
          border-bottom: 3px solid #999942; }
        header div.header-top ul li:hover {
          border-bottom: 3px solid #999942; }
        header div.header-top ul li a {
          color: #fff;
          display: block;
          padding: 15px 0px 12px; }
  header div.header-bottom {
    background: rgba(239, 241, 243, 0.63);
    border-bottom: 3px solid #e2eaf0;
    padding: 35px 0 0; }
    header div.header-bottom img.logo {
      width: 385px; }
    header div.header-bottom ul {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 18px;
      margin-top: 35px; }
      header div.header-bottom ul li {
        display: inline-block;
        padding: 15px 0;
        margin-right: 45px;
        cursor: pointer; }
        header div.header-bottom ul li a {
          color: #3e454f; }
        header div.header-bottom ul li:last-child {
          margin-right: 0; }
        header div.header-bottom ul li.has-children {
          position: relative;
          cursor: default; }
          header div.header-bottom ul li.has-children ul.child-menu {
            position: absolute;
            margin-top: 0;
            z-index: 1;
            width: 275px;
            padding: 15px 0;
            background: #fefbfb;
            border-bottom: 4px solid #5d0024;
            -webkit-box-shadow: 3px -3px 7px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 3px -3px 7px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 3px -3px 7px 0px rgba(0, 0, 0, 0.1);
            margin-top: 15px !important;
            display: none; }
            header div.header-bottom ul li.has-children ul.child-menu li {
              display: block;
              padding: 0;
              font-size: 16px;
              color: #3e454f;
              font-weight: 700;
              width: 100%;
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              header div.header-bottom ul li.has-children ul.child-menu li:hover {
                color: #5d0024;
                background: rgba(0, 0, 0, 0.05); }
              header div.header-bottom ul li.has-children ul.child-menu li a {
                display: block;
                padding: 5px 25px; }
          header div.header-bottom ul li.has-children:before {
            content: "";
            position: absolute;
            z-index: 999;
            top: 43px;
            left: 25px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 6px 12px 6px;
            border-color: transparent transparent #fefbfb transparent;
            opacity: 0; }
          header div.header-bottom ul li.has-children.active:before {
            opacity: 1; }
    header div.header-bottom div.buttons {
      float: right; }
      header div.header-bottom div.buttons div.blue-button-1, header div.header-bottom div.buttons div.blue-button-2 {
        float: left;
        width: 130px;
        text-align: center; }
      header div.header-bottom div.buttons div.blue-button-1 {
        border-right: 1px solid #5b7896; }
    header div.header-bottom .search-form {
      position: relative;
      float: right;
      width: 175px;
      margin-right: 15px; }
      header div.header-bottom .search-form input[type=text] {
        width: 100%;
        font-size: 14px;
        background: url(../images/global/icon-search.svg) right 10px center no-repeat #eff1f3;
        background-size: 16px;
        border: 1px solid #d5dee7;
        padding: 10.5px 30px 10.5px 15px; }
      header div.header-bottom .search-form button[type=submit] {
        position: absolute;
        right: 0;
        top: 0;
        height: 43px;
        width: 35px;
        background: none;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 0; }

.button-group {
  margin: 0 0 40px; }
  .button-group a {
    margin-right: 40px; }
    .button-group a:last-child {
      margin: 0; }

.blue-button-1 {
  background: #09396c;
  color: #eff1f3;
  font-weight: 500;
  padding: 10px 24px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .blue-button-1:hover {
    background: #072d54;
    color: #eff1f3; }
  .blue-button-1.large {
    font-size: 18px;
    padding: 18px 45px; }
  .blue-button-1 i {
    font-size: 90%;
    margin-left: 12px; }

.blue-button-2 {
  background: #06274a;
  color: #eff1f3;
  font-weight: 500;
  padding: 10px 24px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .blue-button-2:hover {
    background: #041b32;
    color: #eff1f3; }
  .blue-button-2.large {
    font-size: 18px;
    padding: 18px 45px; }
  .blue-button-2 i {
    font-size: 90%;
    margin-left: 12px; }

div.maroon-button, a.maroon-button {
  display: block;
  background: #5d0024;
  color: #eff1f3;
  font-weight: 500;
  padding: 10px 24px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  div.maroon-button:hover, a.maroon-button:hover {
    background: #44001a; }
  div.maroon-button a, a.maroon-button a {
    color: #fff; }
  div.maroon-button.inline, a.maroon-button.inline {
    display: inline-block; }

footer div.footer-top {
  background: #3e454f;
  padding: 60px 0 0;
  position: relative; }
  footer div.footer-top div.footer-section {
    margin-bottom: 45px;
    border-left: 1px solid #4e5661;
    padding-left: 15px; }
    footer div.footer-top div.footer-section h2 {
      color: #ffffff;
      font-weight: 700;
      margin: 0 0 20px;
      font-size: 18px; }
    footer div.footer-top div.footer-section h5 {
      color: #fff;
      font-weight: 400;
      font-style: italic; }
    footer div.footer-top div.footer-section ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer div.footer-top div.footer-section ul li {
        color: #eff1f3;
        margin-bottom: 5px; }
        footer div.footer-top div.footer-section ul li a {
          color: #eff1f3; }
    footer div.footer-top div.footer-section p {
      color: #ccc;
      font-size: 13px; }
      footer div.footer-top div.footer-section p.hours {
        font-size: 16px; }
      footer div.footer-top div.footer-section p.last-ticket {
        font-style: italic; }
    footer div.footer-top div.footer-section.social {
      margin-bottom: 5px; }
  footer div.footer-top div.newsletter-signup {
    background: #dadbdd;
    padding: 15px;
    margin-top: 25px;
    position: relative; }
    footer div.footer-top div.newsletter-signup div.stars {
      background: url(../images/global/icon-stars-lightgray.svg) center no-repeat #bbbbbb;
      background-size: 39px;
      width: 60px;
      height: 25px;
      position: absolute;
      right: 0;
      top: 0; }
    footer div.footer-top div.newsletter-signup h2 {
      color: #3e454f;
      font-weight: 700;
      margin: 0 0 20px;
      font-size: 18px; }
    footer div.footer-top div.newsletter-signup p {
      color: #555; }
    footer div.footer-top div.newsletter-signup div.blue-button-1 {
      margin: 27px 0 0;
      text-align: center; }
    footer div.footer-top div.newsletter-signup input {
      border: 1px solid #d8d9da;
      background: #eff1f3;
      font-size: 14px;
      color: #3e454f;
      padding: 12px 20px;
      width: 100%;
      margin-bottom: 15px; }
    footer div.footer-top div.newsletter-signup button {
      background: #122b51;
      font-size: 16px;
      text-align: center;
      padding: 10px 0;
      border: 0;
      width: 100%;
      color: #eff1f3;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      footer div.footer-top div.newsletter-signup button:hover {
        background: #0d203c; }
  footer div.footer-top ul.social li {
    background-color: #282f38;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-size: 18px 20px !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer; }
    footer div.footer-top ul.social li:hover {
      background-color: #1d2329 !important; }
    footer div.footer-top ul.social li a {
      display: block;
      width: 100%;
      height: 100%; }

footer div.footer-bottom {
  background: #5d0024;
  border-top: 3px solid #43001a;
  border-bottom: 3px solid #43001a; }
  footer div.footer-bottom div.emblem {
    background: #43001a;
    padding: 10px;
    float: left;
    margin-right: 25px;
    cursor: pointer; }
    footer div.footer-bottom div.emblem img {
      width: 45px; }
  footer div.footer-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer div.footer-bottom ul li {
      display: inline-block;
      padding: 30px 0;
      margin-right: 15px;
      font-size: 14px; }
      footer div.footer-bottom ul li a {
        color: #dadbdd; }
  footer div.footer-bottom p {
    margin: 0;
    padding: 19px 0 0;
    font-size: 14px;
    color: #b0b0b0;
    text-align: right; }
    footer div.footer-bottom p a {
      color: #dadbdd; }

footer.foundation-footer div.footer-top div.newsletter-signup {
  margin-top: 62px; }

section.blue-bar {
  background: #06274a;
  padding: 32px;
  position: relative;
  z-index: 1; }
  section.blue-bar div.text {
    float: left; }
    section.blue-bar div.text p {
      font-size: 14px;
      color: #9b9fa6;
      margin: 0; }
    section.blue-bar div.text h1 {
      font-size: 22px;
      color: #fefbfb;
      margin: 0;
      font-weight: 700; }
  section.blue-bar img.down-arrow {
    width: 30px;
    float: right;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 8px;
    display: none; }
  section.blue-bar div.gallery-map {
    float: right; }
    section.blue-bar div.gallery-map img {
      width: 70px;
      float: left;
      margin-right: 20px; }
    section.blue-bar div.gallery-map p {
      font-size: 18px;
      color: #2e68a5;
      border-bottom: 2px solid #2e68a5;
      margin: 0;
      padding-bottom: 5px;
      float: right; }
  section.blue-bar .logout {
    float: right;
    font-style: italic; }
    section.blue-bar .logout .blue-button-1 {
      display: inline-block;
      background: #225488;
      border-radius: 4px; }
      section.blue-bar .logout .blue-button-1:hover {
        background: #fff;
        color: #09396c; }

section.yellow-bar {
  background: #3e454f;
  border-bottom: 3px solid #999942;
  padding: 32px;
  position: relative;
  z-index: 1; }
  section.yellow-bar div.text {
    float: left; }
    section.yellow-bar div.text p {
      font-size: 14px;
      color: #fff;
      margin: 0; }
    section.yellow-bar div.text h1 {
      font-size: 22px;
      color: #fefbfb;
      margin: 0;
      font-weight: 700; }
  section.yellow-bar img.down-arrow {
    width: 30px;
    float: right;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 8px;
    display: none; }
  section.yellow-bar div.gallery-map {
    float: right; }
    section.yellow-bar div.gallery-map img {
      width: 70px;
      float: left;
      margin-right: 20px; }
    section.yellow-bar div.gallery-map p {
      font-size: 18px;
      color: #2e68a5;
      border-bottom: 2px solid #2e68a5;
      margin: 0;
      padding-bottom: 5px;
      float: right; }

div.divider {
  width: 100%;
  height: 1px;
  background: #dadbdd; }

div.widget-maroon-head {
  margin-bottom: 50px; }
  div.widget-maroon-head div.head {
    padding: 25px 35px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 5px solid #49001c;
    background: #5d0024;
    color: #fefbfb;
    line-height: 1.4; }
  div.widget-maroon-head div.body {
    background: #fefbfb;
    border: 1px solid #dadbdd;
    border-top: 0;
    padding: 35px;
    color: #3e454f;
    font-size: 16px; }
    div.widget-maroon-head div.body a {
      margin-top: 25px; }
  div.widget-maroon-head ul, div.widget-maroon-head ol {
    padding-left: 15px; }

div.widget-photo-head {
  margin-bottom: 50px; }
  div.widget-photo-head div.head {
    border-bottom: 5px solid #49001c;
    background-size: cover !important;
    position: relative;
    line-height: 1; }
    div.widget-photo-head div.head div.maroon {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 25px 35px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 15px;
      color: #fefbfb;
      background: rgba(93, 0, 36, 0.46); }
  div.widget-photo-head div.body {
    background: #fefbfb;
    border: 1px solid #dadbdd;
    border-top: 0;
    padding: 35px;
    color: #3e454f;
    font-size: 16px; }
    div.widget-photo-head div.body a {
      margin-top: 25px; }
  div.widget-photo-head ul, div.widget-photo-head ol {
    padding-left: 15px; }

div.widget-all-maroon {
  background: #5d0024;
  color: #fefbfb;
  padding: 25px 35px;
  margin-bottom: 50px; }
  div.widget-all-maroon div.divider {
    background: #49001c;
    margin: 20px 0; }
  div.widget-all-maroon h1 {
    color: #fefbfb;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 0 10px; }

div.widget-plain {
  margin-bottom: 50px; }
  div.widget-plain h1 {
    color: #3e454f;
    font-size: 22px;
    margin-bottom: 5px; }

div.light-blue-side {
  background: #eff1f3;
  padding: 15px 30px; }
  div.light-blue-side h1 {
    font-size: 22px;
    color: #3e454f;
    font-weight: 400; }

section.blue-boxes {
  background: #eff1f3;
  height: 200px;
  text-align: center;
  position: relative;
  z-index: 1; }
  section.blue-boxes h1 {
    font-size: 24px;
    color: #eff1f3;
    margin: 0;
    font-weight: 400; }
  section.blue-boxes p {
    color: #eff1f3;
    font-size: 16px; }
  section.blue-boxes a {
    color: #fff; }
  section.blue-boxes div.bottom {
    color: #eff1f3;
    cursor: pointer; }
  section.blue-boxes div.box-one {
    width: 30%;
    float: left;
    margin-top: -25px; }
    section.blue-boxes div.box-one div.top {
      background: #06274a;
      padding: 40px;
      height: 200px; }
    section.blue-boxes div.box-one div.bottom {
      background: #052240;
      padding: 15px;
      border-top: 1px solid #42576f;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      section.blue-boxes div.box-one div.bottom:hover {
        background: #031528; }
  section.blue-boxes.one div.box-one {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  section.blue-boxes.two div.box-one {
    width: 50%; }
  section.blue-boxes div.box-two {
    width: 40%;
    float: left;
    margin-top: -40px;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1; }
    section.blue-boxes div.box-two div.top {
      background: #09396c;
      padding: 55px 40px 40px;
      height: 225px;
      border-top: 3px solid #9b9fa6; }
    section.blue-boxes div.box-two div.bottom {
      background: #083463;
      padding: 15px;
      border-top: 1px solid #42576f;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      section.blue-boxes div.box-two div.bottom:hover {
        background: #06284b; }
  section.blue-boxes.two div.box-two {
    width: 50%;
    margin-top: -25px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    section.blue-boxes.two div.box-two div.top {
      padding: 40px;
      height: 200px;
      border: 0; }
  section.blue-boxes div.box-three {
    width: 30%;
    float: left;
    margin-top: -25px; }
    section.blue-boxes div.box-three div.top {
      background: #06274a;
      padding: 40px;
      height: 200px; }
    section.blue-boxes div.box-three div.bottom {
      background: #052240;
      padding: 15px;
      border-top: 1px solid #42576f;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      section.blue-boxes div.box-three div.bottom:hover {
        background: #031528; }

section.s1-form {
  padding: 60px;
  background: #fefbfb; }
  section.s1-form h1 {
    color: #3e454f;
    font-size: 22px;
    margin-bottom: 5px; }
  section.s1-form h2 {
    color: #3e454f;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700; }
  section.s1-form div.divider {
    margin: 15px 0; }
  section.s1-form .login img.seal {
    margin-top: -80px;
    margin-bottom: -100px;
    margin-left: -80px; }
  section.s1-form .login div.form label {
    width: 100%; }
  section.s1-form .login div.form input[type=submit] {
    margin: 10px auto 25px;
    float: none;
    display: block; }
  section.s1-form .login div.form .row:last-child {
    margin-bottom: 100px; }
  section.s1-form .forgot-password h2 {
    text-align: center;
    margin: 0 0 40px; }
  section.s1-form .create-account div.form label {
    width: 50%;
    margin: 0 0 30px;
    padding-right: 30px; }
    section.s1-form .create-account div.form label:nth-child(2n) {
      padding: 0; }
  section.s1-form .create-account div.form input[type=submit] {
    margin: 10px auto 25px;
    float: none;
    display: block; }
  section.s1-form .create-account div.form .row:last-child {
    margin-bottom: 100px; }
  section.s1-form .create-account h1 {
    text-align: center; }
  section.s1-form .create-account div.message {
    margin: 0 0 30px; }
  section.s1-form .login-intro {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 0 60px; }
    section.s1-form .login-intro h1 {
      margin: 0 0 20px; }

div.form {
  font-size: 16px; }
  div.form select {
    background: url(../images/global/form-arrow-2-lg.svg) right center no-repeat #fff;
    background-size: 45px;
    border-radius: 5px;
    padding: 10px;
    -webkit-appearance: none;
    border: 2px solid #dadbdd;
    width: 100%; }
  div.form select.solid-blue {
    border-radius: 5px;
    border: 0;
    background: url(../images/global/form-arrow.svg) right 10px center no-repeat #09396c;
    background-size: 19px;
    padding: 10px;
    color: #fff;
    width: 45%;
    margin-bottom: 25px;
    -webkit-appearance: none; }
  div.form select.invalid,
  div.form select.solid-blue.invalid {
    background-color: #c92525; }
  div.form label {
    font-weight: 400;
    margin-bottom: 0;
    width: 40%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px; }
    div.form label p {
      margin-bottom: 2px; }
    div.form label.invalid input,
    div.form label.invalid input:focus,
    div.form label.invalid textarea,
    div.form label.invalid textarea:focus {
      border: 2px solid #eb491d;
      color: #eb491d; }
    div.form label.smaller {
      width: 25%; }
    div.form label.smallest {
      width: 10%;
      margin-right: calc(30% + 30px); }
    div.form label.half {
      width: calc(100%/2 - 30px); }
    div.form label.larger {
      width: calc(80% + 30px); }
    div.form label.largest {
      width: calc(100% - 30px); }
    div.form label input {
      width: 100%; }
    div.form label.error {
      color: #eb481e;
      display: block;
      width: 100%;
      margin: 0;
      font-style: italic;
      margin: 15px 0 0; }
    div.form label.error:last-of-type {
      margin-bottom: 25px; }
  div.form input[type=text], div.form input[type=email], div.form input[type=password] {
    background: #fff;
    border-radius: 5px;
    border: 2px solid #dadbdd;
    padding: 10px;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    div.form input[type=text]:focus, div.form input[type=email]:focus, div.form input[type=password]:focus {
      border: 2px solid #a1c4ea; }
    div.form input[type=text]::-webkit-input-placeholder, div.form input[type=email]::-webkit-input-placeholder, div.form input[type=password]::-webkit-input-placeholder {
      color: #dadbdd; }
    div.form input[type=text]:-ms-input-placeholder, div.form input[type=email]:-ms-input-placeholder, div.form input[type=password]:-ms-input-placeholder {
      color: #dadbdd; }
    div.form input[type=text]::-ms-input-placeholder, div.form input[type=email]::-ms-input-placeholder, div.form input[type=password]::-ms-input-placeholder {
      color: #dadbdd; }
    div.form input[type=text]::placeholder, div.form input[type=email]::placeholder, div.form input[type=password]::placeholder {
      color: #dadbdd; }
  div.form textarea {
    background: #fff;
    border-radius: 5px;
    border: 2px solid #dadbdd;
    padding: 10px;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 120px; }
    div.form textarea:focus {
      border: 2px solid #a1c4ea; }
    div.form textarea::-webkit-input-placeholder {
      color: #dadbdd; }
    div.form textarea:-ms-input-placeholder {
      color: #dadbdd; }
    div.form textarea::-ms-input-placeholder {
      color: #dadbdd; }
    div.form textarea::placeholder {
      color: #dadbdd; }
  div.form div.bubble {
    background: #dadbdd;
    width: 40%;
    float: right;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    margin-top: 23px;
    margin-right: 15px; }
    div.form div.bubble:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 7px 7px 0;
      border-color: transparent #dadbdd transparent transparent;
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    div.form div.bubble p {
      color: #3e454f;
      font-size: 13px;
      margin: 0; }
  div.form input[type=submit] {
    background: #fff;
    border-radius: 5px;
    border: 0;
    padding: 10px 50px;
    color: #fff;
    background: #5d0024;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    float: left; }
    div.form input[type=submit]:hover {
      background: #44001a; }
  div.form div.message {
    padding: 30px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    margin-top: 25px; }
    div.form div.message a {
      color: #fff;
      text-decoration: underline !important; }
    div.form div.message p {
      margin-bottom: 0; }
    div.form div.message div.close-message {
      width: 16px;
      height: 16px;
      position: absolute;
      right: 15px;
      top: 15px;
      cursor: pointer; }
    div.form div.message.success {
      background: #3573b5; }
    div.form div.message.invalid {
      background: #c92525; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 5px; }
  .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    border: 2px solid #dde2ef;
    position: absolute;
    left: 0; }
  .styled-checkbox:hover + label:before {
    background: #09396c;
    border: 2px solid #09396c; }
  .styled-checkbox:focus + label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0); }
  .styled-checkbox:checked + label:before {
    background: #09396c;
    border: 2px solid #09396c; }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .styled-checkbox:disabled + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd; }
  .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.styled-checkboxlist input {
  position: absolute;
  opacity: 0; }
  .styled-checkboxlist input + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 5px; }
  .styled-checkboxlist input + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    border: 2px solid #dde2ef;
    position: absolute;
    left: 0; }
  .styled-checkboxlist input:hover + label:before {
    background: #09396c;
    border: 2px solid #09396c; }
  .styled-checkboxlist input:focus + label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0); }
  .styled-checkboxlist input:checked + label:before {
    background: #09396c;
    border: 2px solid #09396c; }
  .styled-checkboxlist input:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .styled-checkboxlist input:disabled + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd; }
  .styled-checkboxlist input:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.styled-checkboxlist tr {
  display: inline-block;
  width: 46%; }
  .styled-checkboxlist tr td label {
    width: 100%; }

.s1-form input:disabled, .s1-form select:disabled, .s1-form input:disabled::-webkit-input-placeholder {
  background-color: #ccc !important;
  color: #aaa !important; }

.s1-form input:disabled, .s1-form select:disabled, .s1-form input:disabled:-ms-input-placeholder {
  background-color: #ccc !important;
  color: #aaa !important; }

.s1-form input:disabled, .s1-form select:disabled, .s1-form input:disabled::-ms-input-placeholder {
  background-color: #ccc !important;
  color: #aaa !important; }

.s1-form input:disabled, .s1-form select:disabled, .s1-form input:disabled::placeholder {
  background-color: #ccc !important;
  color: #aaa !important; }

#secMailChimpForm #mc_embed_signup {
  clear: left; }
  #secMailChimpForm #mc_embed_signup h2 {
    color: #3e454f;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700; }
  #secMailChimpForm #mc_embed_signup .mc-field-group input {
    background: #fff;
    border-radius: 5px;
    border: 2px solid #dadbdd;
    padding: 10px;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #secMailChimpForm #mc_embed_signup .mc-field-group input:focus {
      border: 2px solid #a1c4ea; }
  #secMailChimpForm #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin-bottom: 0; }
  #secMailChimpForm #mc_embed_signup .button {
    border-radius: 5px;
    border: 0;
    padding: 10px 50px;
    color: #fff;
    background: #5d0024;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    float: left;
    height: auto;
    line-height: inherit; }
    #secMailChimpForm #mc_embed_signup .button:hover {
      background: #44001a; }

div.stay-connected h1 {
  font-size: 18px;
  color: #3e454f;
  margin-bottom: 15px; }

div.stay-connected ul.social {
  padding: 0;
  margin: 0; }
  div.stay-connected ul.social li {
    background-color: #282f38;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-size: 18px 20px !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer; }
    div.stay-connected ul.social li:hover {
      background-color: #1d2329 !important; }
    div.stay-connected ul.social li a {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0; }

div.pagination {
  width: 100%;
  display: block;
  margin: 0;
  border-radius: 0;
  border-top: 1px solid #dadbdd;
  padding-top: 15px; }
  div.pagination div.previous {
    width: 25%;
    float: left;
    color: #3573b5;
    text-transform: uppercase; }
    div.pagination div.previous img {
      width: 20px;
      float: left;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      margin-top: 3px;
      margin-right: 15px; }
  div.pagination div.count {
    width: 50%;
    float: left; }
    div.pagination div.count ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center;
      width: 100%; }
      div.pagination div.count ul li {
        display: inline-block;
        padding: 0 5px;
        position: relative;
        color: #3573b5;
        cursor: pointer; }
        div.pagination div.count ul li a {
          color: #3573b5; }
        div.pagination div.count ul li.current {
          color: #51565f; }
          div.pagination div.count ul li.current:after {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -5px;
            background: #51565f; }
  div.pagination div.next {
    width: 25%;
    float: left;
    color: #3573b5;
    text-transform: uppercase;
    text-align: right; }
    div.pagination div.next img {
      width: 20px;
      float: right;
      margin-top: 3px;
      margin-left: 15px; }

div.category-selector {
  background: #eff1f3;
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  div.category-selector h1 {
    color: #3e454f;
    font-size: 22px;
    padding: 15px 30px 0;
    margin: 0;
    font-weight: 600; }
    div.category-selector h1 img.arrow {
      display: none; }
  div.category-selector div.reveal {
    width: 100%;
    padding: 15px 30px; }
    div.category-selector div.reveal ul {
      margin: 0 !important;
      list-style: none;
      padding: 0; }
      div.category-selector div.reveal ul li {
        width: 33.3333333333%;
        float: left;
        line-height: 1.2;
        height: 36px;
        color: #576077;
        font-size: 14px; }

div.content-block-1 {
  margin: 25px 0; }
  div.content-block-1 img {
    width: 30%;
    height: inherit;
    float: left; }
  div.content-block-1 div.right {
    padding-left: 30px;
    width: 70%;
    float: right; }
    div.content-block-1 div.right h1 {
      font-size: 22px;
      color: #3e454f;
      font-weight: 600;
      margin-bottom: 5px; }
    div.content-block-1 div.right div.maroon-button,
    div.content-block-1 div.right a.maroon-button {
      margin-top: 15px;
      padding: 10px 80px;
      float: left; }
    div.content-block-1 div.right .resource-header {
      font-size: 15px;
      font-weight: 700;
      margin: 25px 0 10px; }
    div.content-block-1 div.right .maroon-links {
      color: #5d0024; }
      div.content-block-1 div.right .maroon-links span {
        font-weight: 700;
        margin-right: 20px; }
  div.content-block-1 div.divider {
    width: 80%;
    margin: 25px auto; }
  div.content-block-1 .maroon-links a {
    color: #5d0024; }

.gsc-control-searchbox-only {
  position: relative;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  width: 180px !important;
  margin-right: 15px !important;
  float: right; }
  .gsc-control-searchbox-only form.gsc-search-box {
    margin: 0 !important; }
  .gsc-control-searchbox-only table {
    margin: 0 !important;
    padding: 0 !important; }
    .gsc-control-searchbox-only table td {
      border: 0;
      padding: 0 !important; }
    .gsc-control-searchbox-only table td.gsc-input div.gsc-input-box {
      height: auto !important;
      background: none !important;
      border: 0 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
      .gsc-control-searchbox-only table td.gsc-input div.gsc-input-box td {
        width: 100%; }
    .gsc-control-searchbox-only table td.gsc-input input.gsc-input {
      background: none !important;
      background: url(../images/global/icon-search.svg) right 10px center no-repeat #eff1f3 !important;
      background-size: 16px !important;
      border: 1px solid #d5dee7 !important;
      padding: 10.5px 30px 10.5px 15px !important;
      color: #333;
      text-indent: 0 !important; }
    .gsc-control-searchbox-only table td.gsc-search-button {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 4px;
      height: 100%;
      width: 36px; }
      .gsc-control-searchbox-only table td.gsc-search-button input.gsc-search-button {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        background: none !important;
        text-indent: -9999px;
        opacity: 0; }

div.header-container.active {
  position: relative; }

div.bush-alert {
  background: #DDD;
  color: #ff0000;
  text-align: center;
  padding: 20px 15%;
  font-weight: bold; }

.embed-container-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.clickable-rows tr {
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .clickable-rows tr td {
    padding: 0; }
  .clickable-rows tr a {
    display: block;
    color: inherit;
    padding: 10px; }

.clickable-rows tr:hover {
  background: #c6d4ff; }

.table-option {
  font-size: 20px; }

.table-option.button {
  padding: 4px 12px;
  font-size: 15px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  border-radius: 3px; }
  .table-option.button.gray {
    background: #ddd;
    color: #333; }
    .table-option.button.gray:hover {
      background: #c5c5c5; }
  .table-option.button.maroon {
    background: #5d0024;
    color: #fff; }
    .table-option.button.maroon:hover {
      background: #44001a; }
  .table-option.button i {
    font-size: 90%;
    position: relative;
    top: 0px;
    margin-left: 10px; }

#divLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.85); }
  #divLoading img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -108px;
    margin-top: -108px; }

section.s1-home {
  margin-top: 48px;
  position: relative; }
  section.s1-home div.absolute {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 30%; }
  section.s1-home div.s1-image-slider div.slide-image {
    width: 100%;
    padding-bottom: 45%; }
  section.s1-home div.s1-image-slider button.slick-prev, section.s1-home div.s1-image-slider button.slick-next {
    position: absolute;
    background: url(../images/global/icon-arrow.svg) center no-repeat rgba(239, 241, 243, 0.5);
    background-size: 30px;
    right: 30px;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 55px;
    width: 55px;
    z-index: 10;
    font-size: 0;
    border: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    section.s1-home div.s1-image-slider button.slick-prev:hover, section.s1-home div.s1-image-slider button.slick-next:hover {
      background: url(../images/global/icon-arrow.svg) center no-repeat #eff1f3;
      background-size: 30px; }
  section.s1-home div.s1-image-slider button.slick-prev {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: auto;
    left: 30px; }
  section.s1-home div.s1-image-slider ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none; }
    section.s1-home div.s1-image-slider ul.slick-dots li {
      float: left;
      width: 33.3333333333%;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    section.s1-home div.s1-image-slider ul.slick-dots button {
      display: block;
      border: 0;
      background: none;
      height: 11px;
      width: 100%;
      text-indent: -9999px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    section.s1-home div.s1-image-slider ul.slick-dots li button {
      background: rgba(153, 153, 66, 0.47); }
    section.s1-home div.s1-image-slider ul.slick-dots li:hover button {
      background: #999942; }
    section.s1-home div.s1-image-slider ul.slick-dots li:first-child button {
      background: rgba(93, 0, 36, 0.47); }
    section.s1-home div.s1-image-slider ul.slick-dots li:first-child:hover button {
      background: #5d0024; }
    section.s1-home div.s1-image-slider ul.slick-dots li:last-child button {
      background: rgba(9, 57, 108, 0.47); }
    section.s1-home div.s1-image-slider ul.slick-dots li:last-child:hover button {
      background: #09396c; }
  section.s1-home div.s1-image-slider .slick-active[data-slick-index='0'] li:first-child button {
    background: #5d0024; }
  section.s1-home div.s1-image-slider .slick-active[data-slick-index='1'] li button {
    background: #999942; }
  section.s1-home div.s1-image-slider .slick-active[data-slick-index='2'] li:last-child button {
    background: #09396c; }
  section.s1-home div.transparent-box {
    background: rgba(239, 241, 243, 0.8);
    padding: 25px 60px; }
    section.s1-home div.transparent-box h1 {
      margin-bottom: 10px; }
    section.s1-home div.transparent-box a {
      font-weight: 700; }

section.s2-home div.blue-1, section.s2-home div.blue-2, section.s2-home div.blue-3 {
  width: 33.3333333333%;
  float: left;
  padding: 45px 0;
  text-align: center; }
  section.s2-home div.blue-1 div.star-box, section.s2-home div.blue-1 a.star-box, section.s2-home div.blue-2 div.star-box, section.s2-home div.blue-2 a.star-box, section.s2-home div.blue-3 div.star-box, section.s2-home div.blue-3 a.star-box {
    display: inline-block;
    padding: 30px 0 25px;
    width: 350px;
    position: relative; }
    section.s2-home div.blue-1 div.star-box h2, section.s2-home div.blue-1 a.star-box h2, section.s2-home div.blue-2 div.star-box h2, section.s2-home div.blue-2 a.star-box h2, section.s2-home div.blue-3 div.star-box h2, section.s2-home div.blue-3 a.star-box h2 {
      color: #eff1f3;
      font-size: 24px;
      margin: 0; }
    section.s2-home div.blue-1 div.star-box span, section.s2-home div.blue-1 a.star-box span, section.s2-home div.blue-2 div.star-box span, section.s2-home div.blue-2 a.star-box span, section.s2-home div.blue-3 div.star-box span, section.s2-home div.blue-3 a.star-box span {
      color: #ccc; }
    section.s2-home div.blue-1 div.star-box div.stars, section.s2-home div.blue-1 a.star-box div.stars, section.s2-home div.blue-2 div.star-box div.stars, section.s2-home div.blue-2 a.star-box div.stars, section.s2-home div.blue-3 div.star-box div.stars, section.s2-home div.blue-3 a.star-box div.stars {
      position: absolute;
      top: -5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 10px;
      width: 58px;
      z-index: 1; }
    section.s2-home div.blue-1 div.star-box .svg-wrapper, section.s2-home div.blue-1 a.star-box .svg-wrapper, section.s2-home div.blue-2 div.star-box .svg-wrapper, section.s2-home div.blue-2 a.star-box .svg-wrapper, section.s2-home div.blue-3 div.star-box .svg-wrapper, section.s2-home div.blue-3 a.star-box .svg-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      cursor: pointer; }
      section.s2-home div.blue-1 div.star-box .svg-wrapper svg, section.s2-home div.blue-1 a.star-box .svg-wrapper svg, section.s2-home div.blue-2 div.star-box .svg-wrapper svg, section.s2-home div.blue-2 a.star-box .svg-wrapper svg, section.s2-home div.blue-3 div.star-box .svg-wrapper svg, section.s2-home div.blue-3 a.star-box .svg-wrapper svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        section.s2-home div.blue-1 div.star-box .svg-wrapper svg .shape, section.s2-home div.blue-1 a.star-box .svg-wrapper svg .shape, section.s2-home div.blue-2 div.star-box .svg-wrapper svg .shape, section.s2-home div.blue-2 a.star-box .svg-wrapper svg .shape, section.s2-home div.blue-3 div.star-box .svg-wrapper svg .shape, section.s2-home div.blue-3 a.star-box .svg-wrapper svg .shape {
          stroke-dashoffset: 0;
          stroke-dasharray: 1120 5000;
          stroke-width: 1px;
          fill: transparent;
          stroke: #5b7896;
          border-bottom: 2px solid black;
          -webkit-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
          -o-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
          transition: stroke-dashoffset 1s, stroke-dasharray 1s;
          width: 100%;
          height: 100%; }
      section.s2-home div.blue-1 div.star-box .svg-wrapper:hover .shape, section.s2-home div.blue-1 a.star-box .svg-wrapper:hover .shape, section.s2-home div.blue-2 div.star-box .svg-wrapper:hover .shape, section.s2-home div.blue-2 a.star-box .svg-wrapper:hover .shape, section.s2-home div.blue-3 div.star-box .svg-wrapper:hover .shape, section.s2-home div.blue-3 a.star-box .svg-wrapper:hover .shape {
        stroke-dashoffset: -578;
        stroke-dasharray: 100 5000; }

section.s2-home div.blue-1 {
  background: #09396c; }
  section.s2-home div.blue-1 div.stars {
    background: url(../images/global/icon-stars-lightgray.svg) center no-repeat #09396c; }

section.s2-home div.blue-2 {
  background: #06274a; }
  section.s2-home div.blue-2 div.stars {
    background: url(../images/global/icon-stars-lightgray.svg) center no-repeat #06274a; }

section.s2-home div.blue-3 {
  background: #031930; }
  section.s2-home div.blue-3 div.stars {
    background: url(../images/global/icon-stars-lightgray.svg) center no-repeat #031930; }

section.s3-home {
  padding: 100px 0;
  background: #fff; }
  section.s3-home div.maroon-box {
    background: #5d0024;
    padding: 30px 40px;
    height: 184px; }
    section.s3-home div.maroon-box h2 {
      margin: 0;
      color: #eff1f3;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px; }
    section.s3-home div.maroon-box div.faq-dropdown {
      float: left;
      width: 100%;
      margin-bottom: 10px; }
    section.s3-home div.maroon-box select {
      border: 1px solid #764058;
      background: url(../images/global/icon-arrow-down.svg) right 15px center no-repeat #fdfdfe;
      background-size: 15px;
      width: 100%;
      padding: 7px 10px 7px 20px;
      -webkit-appearance: none; }
      section.s3-home div.maroon-box select:invalid {
        color: #3e454f;
        font-size: 20px;
        float: left;
        margin: 0;
        font-weight: 700; }
    section.s3-home div.maroon-box button, section.s3-home div.maroon-box a {
      float: right;
      border: 1px solid #764058;
      padding: 7px 55px;
      color: #fdfdfe;
      font-size: 20px;
      background: #48001c;
      cursor: pointer;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      section.s3-home div.maroon-box button:hover, section.s3-home div.maroon-box a:hover {
        background: #2f0012; }
    section.s3-home div.maroon-box p {
      color: #fff;
      margin-bottom: 20px; }

section.s4-home {
  background: url(../images/home/Bush-Museum-Lobby.jpg) center no-repeat;
  padding: 280px 0 190px;
  border-top: 3px solid #5d0024; }
  section.s4-home div.transparent-box {
    background: rgba(253, 253, 254, 0.76);
    padding: 40px 60px;
    text-align: center; }
    section.s4-home div.transparent-box p {
      color: #3e454f;
      margin: 0; }
    section.s4-home div.transparent-box h2 {
      font-size: 24px;
      color: #3573b5;
      font-weight: 700;
      margin: 5px 0 20px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      cursor: pointer; }
      section.s4-home div.transparent-box h2:hover {
        color: #295a8e; }
    section.s4-home div.transparent-box img.stars {
      height: 10px; }

section.s5-home {
  background: #eff1f3;
  padding: 140px 0;
  overflow: hidden; }
  section.s5-home h1 {
    font-size: 28px;
    margin-bottom: 5px; }
  section.s5-home p {
    color: #3e454f;
    font-size: 18px; }
  section.s5-home p.link {
    font-weight: 700;
    margin-top: 25px; }
  section.s5-home img.right-arrow {
    width: 30px;
    margin-left: 15px; }
  section.s5-home div.blue-button-2 {
    float: left; }
  section.s5-home ul.event-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    section.s5-home ul.event-list > li {
      border-top: 1px solid #dadbdd;
      padding: 12px 0 0;
      margin-top: 50px; }
      section.s5-home ul.event-list > li:first-child {
        margin-top: 0; }
      section.s5-home ul.event-list > li div.left {
        width: 30%;
        float: left; }
        section.s5-home ul.event-list > li div.left p.date {
          margin: 0;
          color: #9b9fa6;
          font-size: 14px; }
      section.s5-home ul.event-list > li div.right {
        width: 70%;
        float: right; }
        section.s5-home ul.event-list > li div.right h2 {
          font-size: 22px;
          color: #3e454f;
          margin: 0 0 25px;
          float: left;
          font-weight: 500; }
        section.s5-home ul.event-list > li div.right p {
          font-size: 16px;
          color: #3e454f; }
          section.s5-home ul.event-list > li div.right p.host {
            color: #9b9fa6;
            font-size: 12px;
            margin-top: 25px;
            margin-bottom: 0;
            font-weight: 700; }
          section.s5-home ul.event-list > li div.right p.details {
            float: right;
            font-size: 14px;
            font-weight: 700; }
  section.s5-home .no-events {
    margin: 30px 0 0;
    text-align: center;
    font-style: italic; }
  section.s5-home img.seal {
    width: 500px;
    position: absolute;
    left: -275px;
    top: -100px; }
  section.s5-home div.higher-zindex {
    position: relative;
    z-index: 1; }

section.s6-home {
  background: #fff;
  padding: 20px 0 100px; }
  section.s6-home h1 {
    font-size: 28px;
    float: left;
    margin-bottom: 50px; }
  section.s6-home div.blue-button-2 {
    float: left;
    margin-left: 25px;
    padding: 6px 24px; }
  section.s6-home div.featured-info div.image {
    background: #ccc;
    width: 100%;
    padding-bottom: 70%;
    position: relative;
    margin-bottom: 25px;
    background-size: cover !important; }
    section.s6-home div.featured-info div.image h2 {
      position: absolute;
      left: 25px;
      right: 25px;
      bottom: 25px;
      color: #eff1f3;
      font-size: 36px;
      margin: 0;
      font-weight: 700; }
  section.s6-home div.featured-info div.maroon-button {
    padding: 6px 36px;
    background: #5d0024;
    color: #eff1f3;
    float: left;
    margin-top: 35px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer; }
    section.s6-home div.featured-info div.maroon-button:hover {
      background: #2a0010; }

.memorial {
  padding: 0;
  max-width: 1000px; }
  .memorial .image {
    max-width: 100%; }
    .memorial .image img {
      display: block; }
      .memorial .image img.mobile {
        display: none; }
  .memorial .inner {
    padding: 70px 20px;
    text-align: center; }
  .memorial h3 {
    margin: 0 0 40px; }
  .memorial p {
    font-size: 14px; }

section.admission-head {
  background: url(../images/home/Bush-Center.jpg) center no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 214px;
  margin-top: 48px; }

section.s1-admission {
  background: #fefbfb;
  padding: 75px 0 105px; }
  section.s1-admission.gravesite h3 {
    float: none;
    font-size: 18px;
    margin-top: 25px;
    color: #333; }
  section.s1-admission.gravesite .side-image {
    margin-bottom: 25px; }
  section.s1-admission h3 {
    font-size: 15px;
    color: #9b9fa6;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    background: #fefbfb;
    float: left;
    padding-right: 15px;
    position: relative;
    z-index: 1; }
  section.s1-admission div.star-line {
    position: relative;
    width: 100%;
    height: 1px;
    background: #dadbdd;
    margin-top: 8px;
    margin-bottom: 40px; }
    section.s1-admission div.star-line:after {
      content: "";
      position: absolute;
      right: 0;
      margin-top: -6px;
      background: url(../images/global/icon-single-lightgray-star.svg) right no-repeat #fefbfb;
      width: 20px;
      height: 11px; }
  section.s1-admission div.hours {
    color: #3e454f; }
    section.s1-admission div.hours p {
      margin: 0; }
      section.s1-admission div.hours p.italic {
        font-style: italic;
        font-size: 14px; }
    section.s1-admission div.hours div.divider {
      margin: 20px 0 15px; }
  section.s1-admission div.under-text {
    margin-top: 40px; }
    section.s1-admission div.under-text p {
      font-size: 14px; }
  section.s1-admission img.seal {
    position: absolute;
    top: -45px; }
  section.s1-admission div.star-box {
    display: block;
    float: left;
    border: 1px solid #5b7896;
    padding: 30px 0 25px;
    width: 23%;
    margin-left: 2.66666666667%;
    height: 150px;
    position: relative;
    text-align: center;
    margin-bottom: 40px; }
    section.s1-admission div.star-box.bigger {
      width: 74.3333333333%; }
      section.s1-admission div.star-box.bigger div.inside-box-left {
        width: 30%;
        float: left; }
      section.s1-admission div.star-box.bigger div.inside-box-right {
        width: 70%;
        float: right; }
        section.s1-admission div.star-box.bigger div.inside-box-right p {
          font-size: 14px;
          color: #3e454f; }
        section.s1-admission div.star-box.bigger div.inside-box-right div.maroon-button {
          width: 50%;
          margin: 0 auto;
          background: #48001c;
          color: #fdfdfe;
          font-size: 16px;
          padding: 15px;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          cursor: pointer; }
          section.s1-admission div.star-box.bigger div.inside-box-right div.maroon-button:hover {
            background: #2f0012; }
    section.s1-admission div.star-box:first-child {
      margin-left: 0; }
    section.s1-admission div.star-box:before {
      content: "";
      background: url(../images/global/icon-single-blue-star.svg) center no-repeat #fefbfb;
      position: absolute;
      top: -5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 11px;
      width: 25px;
      z-index: 1; }
    section.s1-admission div.star-box h1 {
      color: #09396c;
      margin: 0;
      font-size: 34px;
      margin-top: 10px;
      margin-bottom: 5px; }
    section.s1-admission div.star-box h2 {
      color: #09396c;
      font-size: 14px;
      margin: 0; }
    section.s1-admission div.star-box p {
      font-size: 12px;
      color: #9b9fa6; }
  section.s1-admission ul {
    color: #3e454f;
    list-style: none;
    margin: 0;
    padding-left: 15px; }
    section.s1-admission ul li {
      position: relative;
      margin-bottom: 5px; }
      section.s1-admission ul li:before {
        content: "• ";
        color: #500000;
        position: absolute;
        left: -15px;
        font-size: 20px;
        line-height: 1; }
  section.s1-admission div.divider {
    margin-top: 50px; }

section.s3-admission {
  background: url(../images/home/Bush-Museum-Lobby.jpg) center no-repeat;
  padding: 280px 0 190px;
  border-top: 3px solid #5d0024; }
  section.s3-admission div.transparent-box {
    background: rgba(253, 253, 254, 0.76);
    padding: 40px 60px;
    text-align: center; }
    section.s3-admission div.transparent-box p {
      color: #3e454f;
      margin: 0; }
    section.s3-admission div.transparent-box h2 {
      font-size: 28px;
      color: #3573b5;
      font-weight: 700;
      margin: 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      cursor: pointer; }
      section.s3-admission div.transparent-box h2:hover {
        color: #295a8e; }
    section.s3-admission div.transparent-box img.stars {
      height: 10px; }

section.faq-head {
  background: url(../images/home/Bush-Center.jpg) center no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 214px;
  margin-top: 48px; }

section.s1-faq {
  background: #fefbfb;
  padding: 75px 0 105px; }
  section.s1-faq ul.faq {
    padding: 0;
    margin: 0;
    list-style: none; }
    section.s1-faq ul.faq li {
      border-bottom: 1px solid #dadbdd;
      padding: 20px 0; }
      section.s1-faq ul.faq li p.question {
        font-weight: 700;
        margin: 0;
        cursor: pointer; }
      section.s1-faq ul.faq li div.answer {
        display: none;
        margin-top: 5px !important; }
      section.s1-faq ul.faq li:first-child div.answer {
        display: block; }

section.bush-head {
  background: #f0f2f3;
  background: url(../images/home/Bush-Center.jpg) center no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 214px;
  margin-top: 45px; }

section.s1-bush {
  visibility: hidden;
  position: relative; }
  section.s1-bush div.bush-slide.slick-initialized {
    visibility: visible; }
  section.s1-bush div.bush-slide div.single-image img {
    height: 465px; }
  section.s1-bush div.bush-slide button.slick-prev {
    position: absolute;
    background: url(../images/global/icon-arrow.svg) center no-repeat rgba(239, 241, 243, 0.9);
    background-size: 30px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    height: 55px;
    width: 55px;
    z-index: 10;
    font-size: 0;
    border: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    section.s1-bush div.bush-slide button.slick-prev:hover {
      background: url(../images/global/icon-arrow.svg) center no-repeat #eff1f3;
      background-size: 30px; }
  section.s1-bush div.bush-slide button.slick-next {
    position: absolute;
    background: url(../images/global/icon-arrow.svg) center no-repeat rgba(239, 241, 243, 0.9);
    background-size: 30px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 55px;
    width: 55px;
    z-index: 10;
    font-size: 0;
    border: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    section.s1-bush div.bush-slide button.slick-next:hover {
      background: url(../images/global/icon-arrow.svg) center no-repeat #eff1f3;
      background-size: 30px; }

section.s2-bush {
  background: #f3f3f3;
  padding: 60px 0; }
  section.s2-bush h1 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 15px; }
  section.s2-bush p {
    margin-bottom: 0; }

section.s3-bush {
  background: #590022;
  color: #f3f3f3;
  text-align: center;
  padding: 60px 0; }
  section.s3-bush h1 {
    color: #f3f3f3;
    font-size: 22px; }
  section.s3-bush img.stars {
    height: 10px;
    margin-bottom: 30px;
    margin-top: 5px; }
  section.s3-bush p.strong {
    font-size: 18px;
    font-weight: 700;
    margin: 50px 0; }
  section.s3-bush div.star-box, section.s3-bush a.star-box {
    display: inline-block;
    padding: 30px 0 25px;
    width: 100%;
    position: relative; }
    section.s3-bush div.star-box h2, section.s3-bush a.star-box h2 {
      color: #eff1f3;
      font-size: 16px;
      margin: 0;
      font-weight: 700; }
    section.s3-bush div.star-box span, section.s3-bush a.star-box span {
      color: #ccc; }
    section.s3-bush div.star-box div.stars, section.s3-bush a.star-box div.stars {
      position: absolute;
      top: -5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 10px;
      width: 58px;
      z-index: 1;
      background: url(../images/global/icon-stars-lightgray.svg) center no-repeat #590022; }
    section.s3-bush div.star-box .svg-wrapper, section.s3-bush a.star-box .svg-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      cursor: pointer; }
      section.s3-bush div.star-box .svg-wrapper svg, section.s3-bush a.star-box .svg-wrapper svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        section.s3-bush div.star-box .svg-wrapper svg .shape, section.s3-bush a.star-box .svg-wrapper svg .shape {
          stroke-dashoffset: 0;
          stroke-dasharray: 1120 5000;
          stroke-width: 1px;
          fill: transparent;
          stroke: #925c71;
          border-bottom: 2px solid black;
          -webkit-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
          -o-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
          transition: stroke-dashoffset 1s, stroke-dasharray 1s;
          width: 100%;
          height: 100%; }
      section.s3-bush div.star-box .svg-wrapper:hover .shape, section.s3-bush a.star-box .svg-wrapper:hover .shape {
        stroke-dashoffset: -585;
        stroke-dasharray: 100 5000; }

section.s4-bush {
  background: #f3f3f3;
  padding: 60px 0; }
  section.s4-bush h1 {
    font-size: 22px;
    margin-bottom: 15px; }
    section.s4-bush h1.spirit {
      margin-top: 60px; }
  section.s4-bush p.link {
    font-weight: 700;
    margin-top: 25px; }
  section.s4-bush img.right-arrow {
    width: 30px;
    margin-left: 15px; }
  section.s4-bush div.book {
    margin-top: 40px; }
    section.s4-bush div.book img {
      width: 225px; }
    section.s4-bush div.book h1 {
      margin-top: 25px;
      color: #3e454f;
      margin-bottom: 5px;
      font-weight: 600; }
  section.s4-bush div.divider {
    margin: 40px 0; }

section.s5-bush {
  background: #272d35; }
  section.s5-bush img.bush-walking {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover; }

section.s6-bush {
  background: #e8e8e8;
  padding: 60px 0; }
  section.s6-bush h1 {
    font-size: 22px;
    margin-bottom: 15px; }
  section.s6-bush p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

section.s7-bush {
  background: #f3f3f3;
  padding: 60px 0; }
  section.s7-bush h1 {
    margin-bottom: 15px;
    font-size: 22px; }
  section.s7-bush img.relief-effort {
    height: 225px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 15px; }
  section.s7-bush div.divider {
    margin: 40px 0; }

section.s8-bush {
  background: url(../images/bush/bottom-image-update.jpg) center no-repeat;
  background-size: cover;
  padding: 420px 0 40px; }
  section.s8-bush div.transparent {
    padding: 25px 60px;
    background: rgba(253, 253, 254, 0.84); }
    section.s8-bush div.transparent h1 {
      font-size: 22px;
      margin-bottom: 15px; }
    section.s8-bush div.transparent p {
      margin-bottom: 0; }

section.barb-head {
  background: #f0f2f3;
  background: url(../images/home/Bush-Center.jpg) center no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 214px;
  margin-top: 48px; }

section.s1-barb {
  background: url(../images/barb/top-image.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 40%; }

section.s2-barb {
  background: #272d35; }
  section.s2-barb div.grey-box {
    padding: 60px 100px 110px;
    background: #d0d1d3;
    text-align: center; }
    section.s2-barb div.grey-box p {
      color: #292f38;
      font-weight: 600;
      font-style: italic;
      font-size: 28px;
      margin: 0; }
    section.s2-barb div.grey-box div.circle-image {
      background: url(../images/barb/circle-image.jpg) center no-repeat;
      background-size: cover;
      width: 190px;
      height: 190px;
      border-radius: 50%;
      margin: 15px auto -200px; }

section.s3-barb {
  background: #f3f3f3;
  padding: 180px 0 60px; }
  section.s3-barb h1 {
    font-size: 22px;
    margin-bottom: 15px; }
  section.s3-barb div.side-image {
    margin-bottom: 25px; }
    section.s3-barb div.side-image img {
      width: 100%;
      height: 265px;
      -o-object-fit: cover;
      object-fit: cover;
      margin-bottom: 5px; }
    section.s3-barb div.side-image p {
      color: #3e454f;
      font-size: 14px;
      font-style: italic; }

section.exhibits-head {
  background: url(../images/home/Bush-Center.jpg) center no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 214px;
  margin-top: 48px; }

section.exhibit-container div.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 0.5s linear;
  -o-transition: visibility 1s, opacity 0.5s linear;
  transition: visibility 1s, opacity 0.5s linear; }
  section.exhibit-container div.lightbox.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear; }
  section.exhibit-container div.lightbox h1.close-it {
    color: #fefbfb;
    margin: 0;
    font-size: 22px;
    float: right;
    cursor: pointer;
    margin-top: 50px; }
    section.exhibit-container div.lightbox h1.close-it img {
      width: 18px;
      margin-left: 10px; }
  section.exhibit-container div.lightbox div.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    section.exhibit-container div.lightbox div.middle p.caption {
      color: #fefbfb;
      margin-top: 15px;
      margin-bottom: 0;
      font-size: 14px; }
    section.exhibit-container div.lightbox div.middle button.slick-prev {
      position: absolute;
      background: url(../images/global/icon-arrow.svg) center no-repeat rgba(239, 241, 243, 0.9);
      background-size: 30px;
      left: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
      height: 55px;
      width: 55px;
      z-index: 10;
      font-size: 0;
      border: 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      section.exhibit-container div.lightbox div.middle button.slick-prev:hover {
        background: url(../images/global/icon-arrow.svg) center no-repeat #eff1f3;
        background-size: 30px; }
    section.exhibit-container div.lightbox div.middle button.slick-next {
      position: absolute;
      background: url(../images/global/icon-arrow.svg) center no-repeat rgba(239, 241, 243, 0.9);
      background-size: 30px;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 55px;
      width: 55px;
      z-index: 10;
      font-size: 0;
      border: 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      section.exhibit-container div.lightbox div.middle button.slick-next:hover {
        background: url(../images/global/icon-arrow.svg) center no-repeat #eff1f3;
        background-size: 30px; }
  section.exhibit-container div.lightbox div.inside-slide {
    text-align: center; }
    section.exhibit-container div.lightbox div.inside-slide img {
      display: inline-block;
      height: 500px; }

section.exhibit-container div.exhibit {
  background-size: cover !important;
  height: 700px;
  width: 100%;
  position: relative; }
  section.exhibit-container div.exhibit:after {
    content: "";
    position: absolute;
    background: rgba(6, 39, 74, 0.72);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  section.exhibit-container div.exhibit div.activator {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 1;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 1s, opacity 0.5s linear;
    -o-transition: visibility 1s, opacity 0.5s linear;
    transition: visibility 1s, opacity 0.5s linear; }
    section.exhibit-container div.exhibit div.activator h1 {
      color: #fefbfb;
      font-size: 38px;
      margin: 0; }
    section.exhibit-container div.exhibit div.activator p.link {
      font-weight: 700;
      font-size: 18px;
      color: #d5d2d2;
      margin-top: 15px; }
      section.exhibit-container div.exhibit div.activator p.link img.right-arrow {
        width: 30px;
        margin-left: 15px; }
  section.exhibit-container div.exhibit div.inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(6, 39, 74, 0.72);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 0.5s linear;
    -o-transition: visibility 1s, opacity 0.5s linear;
    transition: visibility 1s, opacity 0.5s linear; }
    section.exhibit-container div.exhibit div.inside div.top {
      width: 100%;
      position: absolute;
      top: 80px; }
      section.exhibit-container div.exhibit div.inside div.top h1 {
        color: #fefbfb;
        margin: 0;
        font-size: 22px;
        float: right;
        cursor: pointer; }
        section.exhibit-container div.exhibit div.inside div.top h1 img {
          width: 18px;
          margin-left: 10px; }
    section.exhibit-container div.exhibit div.inside div.bottom {
      width: 100%;
      position: absolute;
      bottom: 60px; }
      section.exhibit-container div.exhibit div.inside div.bottom h1 {
        font-size: 38px;
        color: #fefbfb;
        margin: 0 0 15px; }
      section.exhibit-container div.exhibit div.inside div.bottom p {
        color: #fefbfb;
        margin: 0; }
      section.exhibit-container div.exhibit div.inside div.bottom div.audio-guide {
        text-align: center;
        float: left;
        margin-top: 35px;
        margin-right: 25px; }
        section.exhibit-container div.exhibit div.inside div.bottom div.audio-guide img {
          width: 85px;
          margin-bottom: 5px; }
        section.exhibit-container div.exhibit div.inside div.bottom div.audio-guide p {
          color: #2e68a5; }
      section.exhibit-container div.exhibit div.inside div.bottom div.album {
        text-align: center;
        float: left;
        margin-top: 35px; }
        section.exhibit-container div.exhibit div.inside div.bottom div.album img {
          width: 81px;
          margin-bottom: 5px; }
        section.exhibit-container div.exhibit div.inside div.bottom div.album p {
          color: #2e68a5; }
      section.exhibit-container div.exhibit div.inside div.bottom div.thumbnail-container {
        position: relative;
        float: right; }
        section.exhibit-container div.exhibit div.inside div.bottom div.thumbnail-container img {
          height: 310px; }
        section.exhibit-container div.exhibit div.inside div.bottom div.thumbnail-container div.gallery-activator {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(45, 104, 164, 0.59);
          cursor: pointer;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          section.exhibit-container div.exhibit div.inside div.bottom div.thumbnail-container div.gallery-activator:hover {
            background: rgba(45, 104, 164, 0.8); }
          section.exhibit-container div.exhibit div.inside div.bottom div.thumbnail-container div.gallery-activator h1 {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            color: #fefbfb;
            font-size: 24px;
            margin: 0; }
  section.exhibit-container div.exhibit.active div.inside {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear; }
  section.exhibit-container div.exhibit.active div.activator {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 0.5s linear;
    -o-transition: visibility 1s, opacity 0.5s linear;
    transition: visibility 1s, opacity 0.5s linear; }

section.s1-oexhibit {
  background: url(../images/home/Bush-Museum-Lobby.jpg) bottom center no-repeat;
  background-size: cover;
  padding-bottom: 40%; }

section.s2-oexhibit div.transparent-blue {
  padding: 120px 15px;
  background: rgba(6, 39, 74, 0.72);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative; }
  section.s2-oexhibit div.transparent-blue:hover {
    background: rgba(6, 39, 74, 0.9); }
  section.s2-oexhibit div.transparent-blue h1 {
    color: #f3f3f3;
    margin: 0;
    font-size: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px; }

section.s2-oexhibit img.right-arrow {
  width: 30px;
  margin-top: -7px; }

section.s2-oexhibit div.current-exhibit {
  width: 25%;
  float: left;
  background-size: cover !important; }

section.s2-oexhibit div.future-exhibit {
  width: 25%;
  float: left;
  background-size: cover !important; }

section.s2-oexhibit div.permanent-collection {
  width: 25%;
  float: left;
  background-size: cover !important; }

section.s2-oexhibit div.past-exhibits {
  width: 25%;
  float: left;
  background-size: cover !important; }

section.s3-oexhibit {
  background: #f3f3f3;
  padding: 60px 0; }
  section.s3-oexhibit h1 {
    color: #3e454f;
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px; }

section.s1-cexhibit {
  background-image: url(../images/exhibits/current-exhibit.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 35%; }

section.s1-cexhibit-p {
  background: url(../images/exhibits/past-exhibit.jpg) bottom center no-repeat;
  background-size: cover;
  padding-bottom: 40%; }

section.s2-cexhibit {
  background: #f3f3f3;
  padding: 60px 0; }
  section.s2-cexhibit h1 {
    font-size: 32px; }
  section.s2-cexhibit p.date {
    font-size: 14px;
    margin-bottom: 25px; }
  section.s2-cexhibit div.maroon-button {
    float: left;
    margin-top: 25px;
    padding: 10px 80px; }
  section.s2-cexhibit div.exhibit-preview {
    margin-top: 50px; }
    section.s2-cexhibit div.exhibit-preview:first-child {
      margin-top: 0; }
  section.s2-cexhibit div.divider {
    margin: 50px 0; }
  section.s2-cexhibit div.past-exhibit div.col-md-3 {
    text-align: center; }
  section.s2-cexhibit div.past-exhibit img.featured-image {
    max-height: 300px;
    max-width: 100%; }
  section.s2-cexhibit div.past-exhibit div.pagination {
    margin-bottom: 50px; }
  section.s2-cexhibit div.pagination {
    padding-top: 0;
    border-top: 0; }

div.permanent-collection-side,
div.past-exhibits-side,
div.future-exhibits-side,
div.current-exhibits-side {
  background-size: cover !important;
  margin-bottom: 15px; }
  div.permanent-collection-side div.transparent-blue,
  div.past-exhibits-side div.transparent-blue,
  div.future-exhibits-side div.transparent-blue,
  div.current-exhibits-side div.transparent-blue {
    background: rgba(6, 39, 74, 0.6);
    height: 215px;
    position: relative; }
    div.permanent-collection-side div.transparent-blue div.text,
    div.past-exhibits-side div.transparent-blue div.text,
    div.future-exhibits-side div.transparent-blue div.text,
    div.current-exhibits-side div.transparent-blue div.text {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 15px; }
      div.permanent-collection-side div.transparent-blue div.text h1,
      div.past-exhibits-side div.transparent-blue div.text h1,
      div.future-exhibits-side div.transparent-blue div.text h1,
      div.current-exhibits-side div.transparent-blue div.text h1 {
        color: #f3f3f3;
        font-size: 26px;
        margin: 0; }
      div.permanent-collection-side div.transparent-blue div.text p,
      div.past-exhibits-side div.transparent-blue div.text p,
      div.future-exhibits-side div.transparent-blue div.text p,
      div.current-exhibits-side div.transparent-blue div.text p {
        color: #d2d2d2;
        font-size: 14px;
        margin: 0; }
        div.permanent-collection-side div.transparent-blue div.text p img,
        div.past-exhibits-side div.transparent-blue div.text p img,
        div.future-exhibits-side div.transparent-blue div.text p img,
        div.current-exhibits-side div.transparent-blue div.text p img {
          width: 15px; }

section.basic-head {
  background: url(../images/home/Bush-Center.jpg) center no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 214px;
  margin-top: 48px; }

section.s1-basic {
  background: #fefbfb;
  padding: 75px 0 105px; }
  section.s1-basic h1 {
    font-weight: 700;
    color: #5d0024;
    font-size: 32px; }
  section.s1-basic h2 {
    font-weight: 700;
    color: #5d0024;
    font-size: 28px; }
  section.s1-basic h3 {
    font-weight: 700;
    color: #5d0024;
    font-size: 22px; }
  section.s1-basic h4 {
    font-weight: 700;
    color: #3e454f;
    font-size: 22px; }
  section.s1-basic h5 {
    font-size: 22px;
    color: #3e454f;
    font-weight: 500; }
  section.s1-basic h6 {
    color: #9b9fa6;
    font-size: 12px;
    font-weight: 700; }

section.s1-blog {
  background: #fefbfb;
  padding: 60px 0; }
  section.s1-blog ul.categories {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px; }
    section.s1-blog ul.categories li {
      margin-top: 5px; }
  section.s1-blog div.stay-connected {
    margin-top: 40px;
    margin-bottom: 40px; }
  section.s1-blog img.seal {
    width: 500px;
    position: absolute;
    left: -275px;
    top: -100px; }
  section.s1-blog div.blog-post {
    position: relative;
    z-index: 1; }
    section.s1-blog div.blog-post div.divider {
      margin: 0 0 15px; }
    section.s1-blog div.blog-post p.date {
      font-size: 14px;
      color: #9b9fa6;
      margin-bottom: 0; }
    section.s1-blog div.blog-post h1 {
      font-size: 22px;
      color: #3e454f;
      font-weight: 400;
      margin-bottom: 15px; }
    section.s1-blog div.blog-post div.maroon-button {
      margin-top: 15px;
      margin-bottom: 50px;
      padding: 10px 100px;
      float: left; }
    section.s1-blog div.blog-post img.featured-image {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
    section.s1-blog div.blog-post a.maroon-button {
      display: inline-block;
      padding: 10px 100px; }
  section.s1-blog .widget-maroon-head div.blue-button-1 {
    text-align: center;
    margin: 25px auto 0; }
  section.s1-blog span#spnNewsletters {
    position: relative; }

section.s1-single-blog {
  background: #fefbfb;
  padding: 0 0 60px; }
  section.s1-single-blog img.featured-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 40px; }
  section.s1-single-blog div.stay-connected {
    margin-top: 40px;
    margin-bottom: 40px; }
  section.s1-single-blog div.blog-post p.date {
    font-size: 14px;
    color: #9b9fa6;
    margin-bottom: 0; }
  section.s1-single-blog div.blog-post h1 {
    font-size: 32px;
    margin-bottom: 15px; }
  section.s1-single-blog div.blog-post div.maroon-button {
    margin-top: 15px;
    margin-bottom: 50px;
    padding: 10px 100px;
    float: left; }
  section.s1-single-blog div.blog-post img.featured-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; }
  section.s1-single-blog div.blog-post a.maroon-button {
    display: inline-block;
    padding: 10px 100px; }
  section.s1-single-blog div.maroon-button {
    padding: 10px 100px;
    float: left; }

section.s1-upcoming-events {
  background: #fefbfb;
  padding: 60px 0; }
  section.s1-upcoming-events img.seal {
    width: 500px;
    position: absolute;
    left: -275px;
    top: -100px; }
  section.s1-upcoming-events div.past-events h1 {
    font-weight: 600;
    font-size: 22px;
    color: #3e454f;
    margin-bottom: 10px; }
  section.s1-upcoming-events div.past-events div.maroon-button, section.s1-upcoming-events div.past-events a.maroon-button {
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    margin-top: 15px; }
  section.s1-upcoming-events div.event {
    margin-bottom: 30px; }
    section.s1-upcoming-events div.event h1 {
      color: #3e454f;
      font-size: 22px;
      font-weight: 400;
      margin-top: 5px;
      margin-bottom: 30px; }
    section.s1-upcoming-events div.event p.date, section.s1-upcoming-events div.event p.time, section.s1-upcoming-events div.event p.location {
      color: #9b9fa6;
      font-size: 14px;
      margin: 0; }
    section.s1-upcoming-events div.event p.location {
      margin-bottom: 30px; }
    section.s1-upcoming-events div.event div.maroon-button, section.s1-upcoming-events div.event a.maroon-button {
      padding: 10px 60px;
      float: left;
      margin-right: 30px;
      margin-top: 25px;
      margin-bottom: 50px; }
    section.s1-upcoming-events div.event div.maroon-button.pdf::after {
      font-family: 'FontAwesome';
      content: '\f1c1';
      margin-left: 8px; }
    section.s1-upcoming-events div.event div.divider {
      margin-bottom: 15px; }
    section.s1-upcoming-events div.event ul.tags {
      list-style: none;
      margin: 0 0 0 100px;
      padding: 0;
      height: 100px;
      /*your fixed height*/
      float: left; }
      section.s1-upcoming-events div.event ul.tags.first {
        margin-left: 0; }
      section.s1-upcoming-events div.event ul.tags li {
        font-size: 14px; }
        section.s1-upcoming-events div.event ul.tags li a {
          color: #09396c;
          font-weight: 700; }
  section.s1-upcoming-events div#divEvents {
    position: relative;
    width: 72.5%;
    display: inline-block;
    vertical-align: top; }
  section.s1-upcoming-events div.event-sidebar {
    display: inline-block;
    width: 25%;
    float: right; }
    section.s1-upcoming-events div.event-sidebar div.category-selector ul li {
      width: 50%; }
    section.s1-upcoming-events div.event-sidebar div.category-selector div.reveal {
      padding: 15px; }
  section.s1-upcoming-events .no-events {
    font-weight: 700; }

section.s1-contact {
  background: #fefbfb;
  padding: 60px 0; }
  section.s1-contact div.widget-maroon-head {
    margin-bottom: 30px; }
    section.s1-contact div.widget-maroon-head div.body {
      padding: 15px 30px;
      position: relative; }
      section.s1-contact div.widget-maroon-head div.body ul.social {
        position: absolute;
        bottom: 5px;
        right: 9px; }
        section.s1-contact div.widget-maroon-head div.body ul.social li {
          width: 25px;
          height: 25px;
          background-size: 10px 12px !important; }
      section.s1-contact div.widget-maroon-head div.body p {
        margin-top: 15px; }
        section.s1-contact div.widget-maroon-head div.body p:first-child {
          margin-top: 0; }
    section.s1-contact div.widget-maroon-head.square div.body {
      height: 270px; }
    section.s1-contact div.widget-maroon-head.square div.head {
      height: 84.33px;
      position: relative; }
      section.s1-contact div.widget-maroon-head.square div.head p {
        position: absolute;
        left: 35px;
        right: 35px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 2px 0 0; }
    section.s1-contact div.widget-maroon-head.vertical div.head {
      height: 84.33px;
      position: relative; }
      section.s1-contact div.widget-maroon-head.vertical div.head p {
        position: absolute;
        left: 35px;
        right: 35px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 2px 0 0; }
    section.s1-contact div.widget-maroon-head.vertical div.body {
      height: 479px; }
    section.s1-contact div.widget-maroon-head.horizontal div.body {
      height: 108px; }
    section.s1-contact div.widget-maroon-head.horizontal div.head {
      position: relative;
      height: 70.33px; }
      section.s1-contact div.widget-maroon-head.horizontal div.head p {
        position: absolute;
        left: 35px;
        right: 35px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 2px 0 0; }
  section.s1-contact ul.helpful-links {
    list-style: none;
    margin: 0;
    padding: 0; }
    section.s1-contact ul.helpful-links li {
      display: block;
      margin: 0 0 5px;
      /*width:33%;
			float:left;*/ }

section.s1-about {
  padding: 150px 0; }
  section.s1-about img.seal {
    width: 500px;
    position: absolute;
    left: -450px;
    top: -100px;
    z-index: -1; }
  section.s1-about h1 {
    margin-bottom: 15px; }

section.s2-about {
  background: url(../images/about/horses.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 30%;
  border-top: 3px solid #550020;
  border-bottom: 3px solid #550020; }
  section.s2-about div.transparent-box {
    background: rgba(253, 253, 254, 0.76);
    padding: 40px 60px;
    text-align: center; }
    section.s2-about div.transparent-box p {
      color: #3e454f;
      margin: 0; }
    section.s2-about div.transparent-box h2 {
      font-size: 28px;
      color: #3573b5;
      font-weight: 700;
      margin: 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      cursor: pointer; }
      section.s2-about div.transparent-box h2:hover {
        color: #295a8e; }
    section.s2-about div.transparent-box img.stars {
      height: 10px; }

section.s3-about {
  padding: 60px 0;
  background: #edeff1;
  text-align: center; }
  section.s3-about div.small-divider {
    background: #b7b7b7;
    height: 2px;
    width: 220px;
    margin: 125px auto; }
  section.s3-about h1 {
    color: #656464;
    margin-bottom: 25px; }
  section.s3-about div.foundation-leader, section.s3-about div.museum-leader {
    width: 24%;
    margin-left: 1.33333333333%;
    margin-bottom: 30px;
    float: left; }
    section.s3-about div.foundation-leader:nth-child(4n + 1), section.s3-about div.museum-leader:nth-child(4n + 1) {
      margin-left: 0; }
    section.s3-about div.foundation-leader img, section.s3-about div.museum-leader img {
      width: 100%; }
    section.s3-about div.foundation-leader div.name-tag, section.s3-about div.museum-leader div.name-tag {
      height: 105px;
      background: #062547;
      padding: 15px 15px 0; }
      section.s3-about div.foundation-leader div.name-tag h1, section.s3-about div.museum-leader div.name-tag h1 {
        font-size: 24px;
        color: #e4e6e8;
        font-weight: 400;
        margin: 0; }
      section.s3-about div.foundation-leader div.name-tag p, section.s3-about div.museum-leader div.name-tag p {
        color: #e4e6e8;
        margin: 0; }
        section.s3-about div.foundation-leader div.name-tag p.title, section.s3-about div.museum-leader div.name-tag p.title {
          font-style: italic;
          font-size: 14px; }
        section.s3-about div.foundation-leader div.name-tag p a, section.s3-about div.museum-leader div.name-tag p a {
          color: #e4e6e8;
          font-size: 14px; }
  section.s3-about div.board-member {
    width: 31.3333333333%;
    margin-left: 3%;
    background: #062547;
    margin-bottom: 30px;
    padding: 25px 5px;
    float: left; }
    section.s3-about div.board-member:nth-child(3n + 2) {
      margin-left: 0; }
    section.s3-about div.board-member h1 {
      margin: 0;
      color: #e4e6e8;
      font-size: 24px;
      font-weight: 400; }
      section.s3-about div.board-member h1 span {
        font-size: 16px;
        font-style: italic; }
  section.s3-about div.featured-leadership {
    margin-top: 60px;
    margin-bottom: 60px; }
    section.s3-about div.featured-leadership img {
      width: 24%;
      float: left; }
    section.s3-about div.featured-leadership div.right {
      padding-left: 30px;
      width: 75%;
      float: right;
      text-align: left; }
      section.s3-about div.featured-leadership div.right p.title {
        color: #656464;
        font-size: 14px;
        font-style: italic;
        margin: 0; }
      section.s3-about div.featured-leadership div.right h1 {
        font-size: 24px;
        font-weight: 600; }
      section.s3-about div.featured-leadership div.right p.info {
        margin-top: 30px; }
  section.s3-about div.divider {
    margin-top: 80px;
    margin-bottom: 30px; }
  section.s3-about div.advisory-council {
    text-align: left; }
    section.s3-about div.advisory-council ul.library-advisory-council {
      -webkit-column-count: 4;
      column-count: 4;
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: left;
      margin-top: 30px; }

.junior-docent-app table {
  margin-bottom: 25px; }
  .junior-docent-app table tr {
    display: inline-block;
    margin: 0 35px 15px 0; }
    .junior-docent-app table tr label {
      width: initial;
      margin: initial;
      margin-left: 10px;
      float: none; }

.junior-docent-app div.form .available > label {
  float: none;
  display: block; }
  .junior-docent-app div.form .available > label p {
    margin-bottom: 8px; }

.junior-docent-app .agree-terms p {
  display: inline-block; }

.junior-docent-app .agree-terms input {
  display: inline-block;
  width: initial;
  margin-right: 10px;
  float: left; }

section.s1-scholarships {
  background: #fefbfb;
  padding: 60px 0; }
  section.s1-scholarships ul.scholarships {
    padding: 0;
    margin: 0;
    list-style: none; }
    section.s1-scholarships ul.scholarships li {
      border-bottom: 1px solid #dadbdd;
      padding: 20px 0; }
      section.s1-scholarships ul.scholarships li p.scholarship {
        font-weight: 700;
        margin: 0;
        cursor: pointer; }
      section.s1-scholarships ul.scholarships li div.recipient {
        display: none;
        margin-top: 15px !important;
        position: relative; }
        section.s1-scholarships ul.scholarships li div.recipient img.recipient-image {
          width: 50%;
          float: left; }
        section.s1-scholarships ul.scholarships li div.recipient div.right {
          width: 50%;
          float: right;
          padding-left: 30px; }
        section.s1-scholarships ul.scholarships li div.recipient.has-image div.right {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      section.s1-scholarships ul.scholarships li:first-child div.recipient {
        display: block; }
  section.s1-scholarships div.education-side img {
    margin-bottom: 15px;
    width: 100%; }
  section.s1-scholarships div.education-side div.maroon-button {
    margin-bottom: 30px;
    text-align: center; }

section.s1-grants {
  background: #fefbfb;
  padding: 60px 0; }
  section.s1-grants ul.grants {
    padding: 0;
    margin: 0;
    list-style: none; }
    section.s1-grants ul.grants li {
      border-bottom: 1px solid #dadbdd;
      padding: 20px 0; }
      section.s1-grants ul.grants li p.grant {
        font-weight: 700;
        margin: 0;
        cursor: pointer; }
      section.s1-grants ul.grants li div.recipients {
        display: none;
        margin-top: 15px; }
        section.s1-grants ul.grants li div.recipients ul {
          margin: 0;
          -webkit-column-count: 2;
          column-count: 2;
          list-style-position: inside;
          padding-left: 0;
          margin-bottom: 15px; }
          section.s1-grants ul.grants li div.recipients ul li {
            border-bottom: 0;
            padding: 5px;
            text-indent: -22px;
            padding-left: 20px; }
        section.s1-grants ul.grants li div.recipients div.faculty-member {
          margin-top: 30px; }
          section.s1-grants ul.grants li div.recipients div.faculty-member h1 {
            color: #3e454f;
            font-size: 18px;
            margin-bottom: 15px; }
          section.s1-grants ul.grants li div.recipients div.faculty-member img.transparent-colors {
            margin-bottom: 15px; }
          section.s1-grants ul.grants li div.recipients div.faculty-member div.left {
            width: 30%;
            float: left; }
          section.s1-grants ul.grants li div.recipients div.faculty-member div.right {
            width: 70%;
            float: left;
            padding-left: 30px; }
      section.s1-grants ul.grants li div.recipient {
        margin-top: 15px !important;
        position: relative; }
      section.s1-grants ul.grants li:first-child div.recipients {
        display: block; }
  section.s1-grants div.education-side img {
    margin-bottom: 15px;
    width: 100%; }
  section.s1-grants div.education-side div.maroon-button {
    margin-bottom: 30px;
    text-align: center; }

section.s1-grants-scholarships ul.faq {
  margin-bottom: 30px; }
  section.s1-grants-scholarships ul.faq ul, section.s1-grants-scholarships ul.faq ol {
    margin: 0;
    padding: 0;
    padding-left: 15px; }
    section.s1-grants-scholarships ul.faq ul li, section.s1-grants-scholarships ul.faq ol li {
      border-bottom: 0;
      padding: 5px 0; }
  section.s1-grants-scholarships ul.faq h2 {
    font-size: 16px;
    font-weight: 700; }

section.s1-form.contest .contest-table {
  margin: 15px 0; }
  section.s1-form.contest .contest-table .th-email {
    width: 300px; }

section.s1-form.contest .add-edit-btn {
  display: inline-block;
  margin: 0 15px 20px 0;
  border-radius: 4px; }
  section.s1-form.contest .add-edit-btn .fa {
    margin-left: 10px; }

section.s1-form.contest .thumbnail {
  margin-right: 0px; }

section.s1-form.contest .fa-chevron-left {
  margin-right: 6px; }

section.s1-form.contest #btnSubmit {
  margin-bottom: 15px; }

section.s1-form.contest #divPermissionMessage {
  font-size: 18px;
  color: red;
  color: #b71c1c;
  font-weight: 700;
  line-height: 1.8; }

section.s1-form.contest .form-row {
  position: relative; }
  section.s1-form.contest .form-row label.error {
    position: absolute;
    top: 70px;
    left: 0;
    width: initial;
    font-style: italic;
    color: red;
    font-size: 14px; }

section.s1-form.contest .class-edit textarea {
  height: 146px; }

section.s1-form.contest h1 {
  margin: 0 0 20px; }

section.s1-form.contest h3 {
  font-size: 20px;
  color: #999;
  font-weight: 700;
  margin: 0 0 10px; }

section.s1-form.contest h4 {
  color: #09396c;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase; }

.entry-popup {
  width: 100%;
  max-width: 650px; }
  .entry-popup .form-row {
    margin: 0 0 25px; }
    .entry-popup .form-row label {
      float: none;
      display: block;
      width: 100%; }
    .entry-popup .form-row.submit {
      margin-top: 50px; }
  .entry-popup .blue-button-1 {
    border: 0;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 3px; }
    .entry-popup .blue-button-1 i {
      margin-left: 6px; }
  .entry-popup input[type=file] {
    background: #eee;
    width: 100%;
    padding: 12px; }
  .entry-popup .button {
    border-radius: 5px;
    border: 0;
    padding: 10px 50px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-right: 25px; }
    .entry-popup .button.maroon {
      color: #fff;
      background: #5d0024; }
      .entry-popup .button.maroon:hover {
        backgroun: #44001a; }
    .entry-popup .button.gray {
      color: #333;
      background: #ddd; }
      .entry-popup .button.gray:hover {
        backgroun: #c5c5c5; }

.education-overview img.seal {
  opacity: .6; }

.education-overview h1 {
  font-size: 30px;
  margin: 0 0 40px; }

.education-overview .s1-upcoming-events #divEvents {
  width: 100%; }

.education-overview .s1-upcoming-events .education-overview-sidebar {
  background: #eff1f3;
  position: relative;
  z-index: 1;
  margin: 70px 0 30px 30px;
  padding: 10px 30px 40px; }

.education-overview .education-overview-blocks {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc; }
  .education-overview .education-overview-blocks:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .education-overview .education-overview-blocks h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px; }
  .education-overview .education-overview-blocks p {
    margin-bottom: 15px; }
  .education-overview .education-overview-blocks .maroon-button.small {
    display: inline-block;
    padding: 7px 20px; }

.education-overview .s1-basic {
  padding-top: 0; }

div.form label.storytelling {
  width: 53%; }

.contest-table {
  width: 100%; }
  .contest-table .table-option.button.maroon {
    font-size: 16px; }

.contest-table td,
.contest-table th {
  padding: 10px;
  line-height: 2.2; }
  .contest-table td img,
  .contest-table th img {
    max-width: 100%;
    width: 100px; }

.contest-table tr:nth-child(odd) {
  background: #eee; }

.clickable-rows.contest-table tr:nth-child(odd):hover {
  background: #c6d4ff; }

.contest-table th {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777; }

table.contest-table .table-header,
.clickable-rows tr.table-header:hover {
  cursor: default;
  background: none; }

.contest-table .th-edit,
.contest-table .th-count {
  width: 50px; }

.contest-table .th-school {
  width: 250px; }

.contest-table .th-phone,
.contest-table .th-email {
  width: 175px; }

.contest-table .th-name {
  width: 160px; }

.contest-table .th-permission {
  width: 160px; }

.contest-table .th-edit {
  width: 140px; }

.contest-table .th-id {
  width: 80px; }

.contest-table .th-date {
  width: 120px; }

.contest-table .th-entry-title {
  width: 180px; }

.contest-table .th-thumb {
  width: 170px; }

.contest-table a.thumbnail {
  padding: 0px;
  margin: 0px; }

/* Contest How-to */
.s1-form.contest.how-to {
  padding: 0;
  background-color: #eff1f3; }
  .s1-form.contest.how-to h1 {
    font-weight: 700;
    color: #5d0024;
    font-size: 32px; }
  .s1-form.contest.how-to .row {
    padding: 25px 0; }
    .s1-form.contest.how-to .row#reverseOrder {
      display: inline-block; }
  .s1-form.contest.how-to .add-edit-btn {
    margin-top: 15px; }
  .s1-form.contest.how-to .container {
    padding: 40px; }
    .s1-form.contest.how-to .container .wrapper {
      padding: 40px 0; }
  .s1-form.contest.how-to .img-section, .s1-form.contest.how-to .text {
    display: inline-block;
    vertical-align: middle; }
  .s1-form.contest.how-to .img-section {
    width: 36.5%;
    position: relative; }
    .s1-form.contest.how-to .img-section.left {
      margin-right: 4%; }
    .s1-form.contest.how-to .img-section.right {
      margin-left: 4%; }
  .s1-form.contest.how-to .text {
    width: 58%; }
  .s1-form.contest.how-to .intro {
    padding: 40px 0 80px; }
    .s1-form.contest.how-to .intro #getStarted {
      margin: 25px 0; }
  .s1-form.contest.how-to .note-section h2 {
    color: #5d0024;
    letter-spacing: 0;
    font-size: 24px; }
  .s1-form.contest.how-to .note-section .title {
    color: #3e454f; }
  .s1-form.contest.how-to .note-section .notes {
    max-width: 60%;
    margin: 0 auto;
    padding: 100px 60px;
    text-align: center;
    color: #fff; }
  .s1-form.contest.how-to .note-section .divider {
    width: 95%;
    margin: 25px 0; }
  .s1-form.contest.how-to .flyers {
    text-align: center;
    max-width: 90%;
    margin: 0 auto; }
    .s1-form.contest.how-to .flyers h3 {
      color: #3e454f; }
    .s1-form.contest.how-to .flyers a {
      margin-top: 25px; }
  .s1-form.contest.how-to .special-note-section {
    background-color: #5d0024;
    color: #fff;
    text-align: center; }
    .s1-form.contest.how-to .special-note-section .note {
      max-width: 80%;
      margin: 0 auto; }
    .s1-form.contest.how-to .special-note-section h2 {
      margin-top: 7px;
      color: #fff; }
    .s1-form.contest.how-to .special-note-section h4 {
      color: #fff; }
  .s1-form.contest.how-to a .hover-icon {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .s1-form.contest.how-to a .hover-icon:hover {
      opacity: 1;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .s1-form.contest.how-to a .hover-icon .fa {
      color: #5d0024;
      font-size: 36px;
      position: absolute;
      left: 50%;
      margin-left: -16px;
      top: 39%; }

.self-guided .more-info {
  margin-top: 115px; }
  .self-guided .more-info .section-title {
    font-weight: 600; }
  .self-guided .more-info ul {
    max-width: 90%;
    margin-bottom: 25px; }
  .self-guided .more-info .grade-level {
    margin-top: 25px;
    margin-bottom: 50px; }
    .self-guided .more-info .grade-level:last-child {
      margin-top: 0; }
  .self-guided .more-info .resources {
    margin-bottom: 50px; }
    .self-guided .more-info .resources .link-section {
      -webkit-column-count: 2;
      column-count: 2; }

section.s1-research {
  background: url(../images/research/header.jpg) center no-repeat;
  background-size: cover;
  padding: 180px 0; }
  section.s1-research div.transparent-white {
    background: rgba(253, 253, 254, 0.76);
    padding: 50px; }
    section.s1-research div.transparent-white div.blue-button {
      text-align: center;
      background: #09396c;
      color: #eff1f3;
      font-weight: 500;
      padding: 10px 24px;
      cursor: pointer;
      width: 200px;
      margin-top: 20px; }
      section.s1-research div.transparent-white div.blue-button a {
        color: #fff; }

section.s2-research {
  background: #eff1f3;
  padding: 0 0 60px;
  text-align: center; }
  section.s2-research div.white-box {
    background: #fcfcfc;
    padding: 50px;
    margin-top: -25px;
    margin-bottom: 60px; }
    section.s2-research div.white-box h1 {
      font-size: 32px;
      color: #06274a;
      margin: 0; }
    section.s2-research div.white-box div.blue-button {
      background: #09396c;
      color: #eff1f3;
      font-weight: 500;
      padding: 10px 24px;
      cursor: pointer;
      width: 200px;
      margin: 30px auto 0; }
      section.s2-research div.white-box div.blue-button a {
        color: #fff; }
  section.s2-research div.archive-count {
    margin-bottom: 50px; }
    section.s2-research div.archive-count h1 {
      color: #b2b6bb;
      margin-bottom: 5px;
      margin-top: 10px; }
    section.s2-research div.archive-count h2 {
      font-size: 20px;
      margin: 0;
      color: #093362;
      text-transform: uppercase; }
    section.s2-research div.archive-count img {
      width: 105px;
      height: 85px;
      -o-object-fit: contain;
      object-fit: contain; }

section.s3-research {
  background: #fcfcfc;
  padding: 60px 0; }
  section.s3-research h1 {
    color: #093362;
    font-size: 26px;
    margin-bottom: 15px; }
  section.s3-research div.blue-button {
    background: #09396c;
    color: #eff1f3;
    font-weight: 500;
    padding: 10px 24px;
    cursor: pointer;
    width: 200px;
    margin-top: 50px;
    text-align: center; }
    section.s3-research div.blue-button a {
      color: #fff; }

section.s1-awardees {
  padding: 60px 0; }
  section.s1-awardees h1 {
    margin-bottom: 30px; }
  section.s1-awardees div.program {
    margin-bottom: 35px; }
    section.s1-awardees div.program img.featured-image {
      width: 100%;
      height: 280px;
      -o-object-fit: cover;
      object-fit: cover; }
    section.s1-awardees div.program p.title {
      font-size: 18px;
      font-weight: 700; }
    section.s1-awardees div.program div.dropdown {
      padding: 10px 0 0;
      border-top: 1px solid #dadbdd;
      margin-top: 30px; }
      section.s1-awardees div.program div.dropdown p.activator {
        font-size: 18px;
        font-weight: 700;
        cursor: pointer; }
      section.s1-awardees div.program div.dropdown div.awardees {
        display: none; }
        section.s1-awardees div.program div.dropdown div.awardees ul {
          list-style: none;
          margin: 0;
          padding: 0;
          -webkit-column-count: 2;
          column-count: 2; }
          section.s1-awardees div.program div.dropdown div.awardees ul li strong {
            color: #3e454f;
            font-weight: 600; }
  section.s1-awardees div.divider {
    margin: 25px 0 50px; }

section.s1-search-results {
  background: #fefbfb;
  padding: 75px 0 105px; }
  section.s1-search-results .gsc-control-cse {
    background: none; }
  section.s1-search-results .gsc-webResult.gsc-result, section.s1-search-results .gsc-results .gsc-imageResult {
    background: none; }
  section.s1-search-results .gsc-webResult.gsc-result {
    padding: 0 0 30px;
    border-bottom: 1px solid #dadbdd; }
    section.s1-search-results .gsc-webResult.gsc-result .gsc-thumbnail-inside {
      padding: 0; }
    section.s1-search-results .gsc-webResult.gsc-result .gsc-url-top {
      padding: 0; }
    section.s1-search-results .gsc-webResult.gsc-result .gs-title {
      height: auto;
      margin: 0 0 3px;
      text-decoration: none; }
    section.s1-search-results .gsc-webResult.gsc-result .gs-webResult.gs-result a.gs-title:link, section.s1-search-results .gsc-webResult.gsc-result .gs-webResult.gs-result a.gs-title:link b, section.s1-search-results .gsc-webResult.gsc-result .gs-imageResult a.gs-title:link, section.s1-search-results .gsc-webResult.gsc-result .gs-imageResult a.gs-title:link b,
    section.s1-search-results .gsc-webResult.gsc-result .gs-webResult.gs-result a.gs-title:visited, section.s1-search-results .gsc-webResult.gsc-result .gs-webResult.gs-result a.gs-title:visited b, section.s1-search-results .gsc-webResult.gsc-result .gs-imageResult a.gs-title:visited, section.s1-search-results .gsc-webResult.gsc-result .gs-imageResult a.gs-title:visited b {
      font-weight: 700;
      color: #5d0024;
      font-size: 18px;
      text-decoration: none; }
    section.s1-search-results .gsc-webResult.gsc-result .gsc-url-top {
      margin: 0 0 4px; }
    section.s1-search-results .gsc-webResult.gsc-result .gs-webResult div.gs-visibleUrl, section.s1-search-results .gsc-webResult.gsc-result .gs-imageResult div.gs-visibleUrl {
      color: #777; }
    section.s1-search-results .gsc-webResult.gsc-result .gs-fileFormat {
      margin: 0 0 3px; }
  section.s1-search-results .gsc-expansionArea .gsc-webResult.gsc-result {
    padding: 30px 0;
    border-bottom: 1px solid #dadbdd; }

section.foundation-head {
  background: url(../images/foundation/foundation-header.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 214px;
  margin-top: 48px; }

section.s1-foundation-home {
  background: url(../images/foundation/home-header.jpg) center no-repeat;
  background-size: cover !important;
  padding: 140px 0;
  border-top: 10px solid #999942; }
  section.s1-foundation-home div.transparent-white {
    padding: 75px;
    background: rgba(239, 241, 243, 0.8); }
    section.s1-foundation-home div.transparent-white h1 {
      font-size: 22px;
      margin-bottom: 10px; }
    section.s1-foundation-home div.transparent-white a {
      font-weight: 700; }

section.s2-foundation-home div.maroon-1, section.s2-foundation-home div.maroon-2 {
  width: 50%;
  float: left;
  padding: 45px 0;
  text-align: center; }
  section.s2-foundation-home div.maroon-1 div.star-box, section.s2-foundation-home div.maroon-1 a.star-box, section.s2-foundation-home div.maroon-2 div.star-box, section.s2-foundation-home div.maroon-2 a.star-box {
    display: inline-block;
    padding: 30px 0 25px;
    width: 350px;
    position: relative;
    color: #bbb; }
    section.s2-foundation-home div.maroon-1 div.star-box h2, section.s2-foundation-home div.maroon-1 a.star-box h2, section.s2-foundation-home div.maroon-2 div.star-box h2, section.s2-foundation-home div.maroon-2 a.star-box h2 {
      color: #eff1f3;
      font-size: 24px;
      margin: 0; }
    section.s2-foundation-home div.maroon-1 div.star-box div.stars, section.s2-foundation-home div.maroon-1 a.star-box div.stars, section.s2-foundation-home div.maroon-2 div.star-box div.stars, section.s2-foundation-home div.maroon-2 a.star-box div.stars {
      position: absolute;
      top: -5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 10px;
      width: 58px;
      z-index: 1; }
    section.s2-foundation-home div.maroon-1 div.star-box .svg-wrapper, section.s2-foundation-home div.maroon-1 a.star-box .svg-wrapper, section.s2-foundation-home div.maroon-2 div.star-box .svg-wrapper, section.s2-foundation-home div.maroon-2 a.star-box .svg-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      cursor: pointer; }
      section.s2-foundation-home div.maroon-1 div.star-box .svg-wrapper svg, section.s2-foundation-home div.maroon-1 a.star-box .svg-wrapper svg, section.s2-foundation-home div.maroon-2 div.star-box .svg-wrapper svg, section.s2-foundation-home div.maroon-2 a.star-box .svg-wrapper svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        section.s2-foundation-home div.maroon-1 div.star-box .svg-wrapper svg .shape, section.s2-foundation-home div.maroon-1 a.star-box .svg-wrapper svg .shape, section.s2-foundation-home div.maroon-2 div.star-box .svg-wrapper svg .shape, section.s2-foundation-home div.maroon-2 a.star-box .svg-wrapper svg .shape {
          stroke-dashoffset: 0;
          stroke-dasharray: 1120 5000;
          stroke-width: 1px;
          fill: transparent;
          stroke: #845265;
          border-bottom: 2px solid black;
          -webkit-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
          -o-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
          transition: stroke-dashoffset 1s, stroke-dasharray 1s;
          width: 100%;
          height: 100%; }
      section.s2-foundation-home div.maroon-1 div.star-box .svg-wrapper:hover .shape, section.s2-foundation-home div.maroon-1 a.star-box .svg-wrapper:hover .shape, section.s2-foundation-home div.maroon-2 div.star-box .svg-wrapper:hover .shape, section.s2-foundation-home div.maroon-2 a.star-box .svg-wrapper:hover .shape {
        stroke-dashoffset: -578;
        stroke-dasharray: 100 5000; }

section.s2-foundation-home div.maroon-1 {
  background: #550020; }
  section.s2-foundation-home div.maroon-1 div.stars {
    background: url(../images/global/icon-stars-lightgray.svg) center no-repeat #550020; }

section.s2-foundation-home div.maroon-2 {
  background: #420019; }
  section.s2-foundation-home div.maroon-2 div.stars {
    background: url(../images/global/icon-stars-lightgray.svg) center no-repeat #420019; }

section.s3-foundation-home {
  background: #f3f3f3;
  padding: 140px 0; }
  section.s3-foundation-home h1 {
    font-size: 28px;
    margin-bottom: 35px; }
  section.s3-foundation-home ul.event-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    section.s3-foundation-home ul.event-list > li {
      border-top: 1px solid #dadbdd;
      padding: 12px 0 0;
      margin-top: 50px; }
      section.s3-foundation-home ul.event-list > li:first-child {
        margin-top: 0; }
      section.s3-foundation-home ul.event-list > li div.left {
        width: 30%;
        float: left; }
        section.s3-foundation-home ul.event-list > li div.left p.date {
          margin: 0;
          color: #9b9fa6;
          font-size: 14px; }
      section.s3-foundation-home ul.event-list > li div.right {
        width: 70%;
        float: right; }
        section.s3-foundation-home ul.event-list > li div.right h2 {
          font-size: 22px;
          color: #3e454f;
          margin: 0 0 25px;
          float: left;
          font-weight: 500; }
        section.s3-foundation-home ul.event-list > li div.right p {
          font-size: 16px;
          color: #3e454f; }
          section.s3-foundation-home ul.event-list > li div.right p.host {
            color: #9b9fa6;
            font-size: 12px;
            margin-top: 25px;
            margin-bottom: 0;
            font-weight: 700; }
          section.s3-foundation-home ul.event-list > li div.right p.details {
            float: right;
            font-size: 14px;
            font-weight: 700; }
  section.s3-foundation-home div.newsletter {
    background: #1a3a6b;
    padding: 30px; }
    section.s3-foundation-home div.newsletter h1 {
      color: #fff;
      margin-bottom: 15px; }
    section.s3-foundation-home div.newsletter p {
      color: #fff; }
    section.s3-foundation-home div.newsletter div.white-button {
      background: #06274a;
      color: #fff;
      padding: 10px 24px;
      font-weight: 700;
      float: left;
      margin-top: 15px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      cursor: pointer; }
      section.s3-foundation-home div.newsletter div.white-button a {
        color: #fff; }
      section.s3-foundation-home div.newsletter div.white-button a:hover {
        background: #041b32; }
      section.s3-foundation-home div.newsletter div.white-button:hover {
        background: #041b32; }
  section.s3-foundation-home div.stay-connected {
    margin-top: 50px; }
    section.s3-foundation-home div.stay-connected h1 {
      color: #1a3a6b;
      margin-bottom: 15px; }
    section.s3-foundation-home div.stay-connected ul.social {
      padding: 0;
      margin: 0; }
      section.s3-foundation-home div.stay-connected ul.social li {
        background-color: #282f38;
        width: 35px;
        height: 35px;
        display: inline-block;
        background-size: 18px 20px !important;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        cursor: pointer; }
        section.s3-foundation-home div.stay-connected ul.social li:hover {
          background-color: #1d2329 !important; }
        section.s3-foundation-home div.stay-connected ul.social li a {
          font-size: 0; }

section.s4-foundation-home {
  border-top: 3px solid #590022;
  border-bottom: 3px solid #9b9b9b; }
  section.s4-foundation-home div.left {
    padding-bottom: 33%;
    position: relative;
    width: 33.3333333333%;
    float: left;
    background: url(../images/foundation/home-left.jpg) center no-repeat;
    background-size: cover; }
  section.s4-foundation-home div.middle {
    padding-bottom: 33%;
    position: relative;
    width: 33.3333333333%;
    float: left;
    background: url(../images/foundation/home-middle.jpg) center no-repeat;
    background-size: cover; }
    section.s4-foundation-home div.middle div.transparent-box {
      background: rgba(253, 253, 254, 0.76);
      padding: 40px 15px;
      text-align: center;
      position: absolute;
      left: 15px;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      section.s4-foundation-home div.middle div.transparent-box p {
        color: #3e454f;
        margin: 0; }
      section.s4-foundation-home div.middle div.transparent-box h2 {
        font-size: 28px;
        color: #3573b5;
        font-weight: 700;
        margin: 0;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        cursor: pointer; }
        section.s4-foundation-home div.middle div.transparent-box h2:hover {
          color: #295a8e; }
      section.s4-foundation-home div.middle div.transparent-box img.stars {
        height: 10px; }
  section.s4-foundation-home div.right {
    padding-bottom: 33%;
    position: relative;
    width: 33.3333333333%;
    float: left;
    background: url(../images/foundation/home-right.jpg) center no-repeat;
    background-size: cover; }

section.s1-foundation-about {
  padding: 150px 0; }
  section.s1-foundation-about img.seal {
    width: 500px;
    position: absolute;
    left: -450px;
    top: -100px;
    z-index: -1; }
  section.s1-foundation-about h1 {
    margin-bottom: 15px; }

section.s2-foundation-about {
  background: url(../images/foundation/home-horses.jpg) center no-repeat !important;
  background-size: cover !important;
  padding: 280px 0 190px;
  border-top: 3px solid #999942; }
  section.s2-foundation-about div.transparent-box {
    background: rgba(253, 253, 254, 0.76);
    padding: 40px 60px;
    text-align: center; }
    section.s2-foundation-about div.transparent-box p {
      color: #3e454f;
      margin: 0; }
    section.s2-foundation-about div.transparent-box h2 {
      font-size: 28px;
      color: #3573b5;
      font-weight: 700;
      margin: 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      cursor: pointer; }
      section.s2-foundation-about div.transparent-box h2:hover {
        color: #295a8e; }
    section.s2-foundation-about div.transparent-box img.stars {
      height: 10px; }

section.s3-foundation-about {
  padding: 60px 0;
  background: #e4e6e8;
  border-top: 3px solid #550020; }
  section.s3-foundation-about h1 {
    margin-bottom: 15px; }
  section.s3-foundation-about div.message {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    height: 375px; }
    section.s3-foundation-about div.message p {
      margin: 0;
      text-indent: 1.5em; }

section.s4-foundation-about {
  padding: 60px 0;
  background: #edeff1;
  text-align: center; }
  section.s4-foundation-about div.small-divider {
    background: #b7b7b7;
    height: 2px;
    width: 220px;
    margin: 125px auto; }
  section.s4-foundation-about h1 {
    color: #656464;
    margin-bottom: 25px; }
  section.s4-foundation-about div.foundation-leader, section.s4-foundation-about div.museum-leader {
    width: 24%;
    margin-left: 1.33333333333%;
    margin-bottom: 30px;
    float: left; }
    section.s4-foundation-about div.foundation-leader:nth-child(4n + 1), section.s4-foundation-about div.museum-leader:nth-child(4n + 1) {
      margin-left: 0; }
    section.s4-foundation-about div.foundation-leader img, section.s4-foundation-about div.museum-leader img {
      width: 100%; }
    section.s4-foundation-about div.foundation-leader div.name-tag, section.s4-foundation-about div.museum-leader div.name-tag {
      height: 105px;
      background: #062547;
      padding: 15px 15px 0; }
      section.s4-foundation-about div.foundation-leader div.name-tag h1, section.s4-foundation-about div.museum-leader div.name-tag h1 {
        font-size: 24px;
        color: #e4e6e8;
        font-weight: 400;
        margin: 0; }
      section.s4-foundation-about div.foundation-leader div.name-tag p, section.s4-foundation-about div.museum-leader div.name-tag p {
        color: #e4e6e8;
        margin: 0; }
        section.s4-foundation-about div.foundation-leader div.name-tag p.title, section.s4-foundation-about div.museum-leader div.name-tag p.title {
          font-style: italic;
          font-size: 14px; }
        section.s4-foundation-about div.foundation-leader div.name-tag p a, section.s4-foundation-about div.museum-leader div.name-tag p a {
          color: #e4e6e8;
          font-size: 14px; }
  section.s4-foundation-about div.board-member {
    position: relative;
    width: 31.3333333333%;
    margin-left: 3%;
    background: #062547;
    margin-bottom: 30px;
    padding: 25px 5px;
    float: left;
    height: 102px; }
    section.s4-foundation-about div.board-member:nth-child(3n + 1) {
      margin-left: 0; }
    section.s4-foundation-about div.board-member h1 {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0;
      color: #e4e6e8;
      font-size: 24px;
      font-weight: 400; }
      section.s4-foundation-about div.board-member h1 span {
        font-size: 16px;
        font-style: italic; }

section.s1-foundation-give {
  background: url(../images/foundation/waystogive-header.jpg) center no-repeat;
  background-size: cover;
  padding: 90px 0; }
  section.s1-foundation-give div.transparent-box {
    background: rgba(253, 253, 254, 0.76);
    padding: 60px; }
    section.s1-foundation-give div.transparent-box h1 {
      margin-bottom: 15px; }

section.s2-foundation-give {
  padding: 60px 0;
  border-bottom: 3px solid #9b9b9b;
  text-align: center; }
  section.s2-foundation-give h1 {
    color: #093362;
    font-size: 33px;
    margin-bottom: 15px; }
  section.s2-foundation-give p {
    color: #093362;
    font-size: 20px; }
  section.s2-foundation-give img {
    height: 90px;
    width: 125px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 15px; }
  section.s2-foundation-give .row {
    position: relative; }
  section.s2-foundation-give img.seal {
    max-width: none;
    width: 500px;
    height: 500px;
    position: absolute;
    left: -55px;
    top: 420px;
    z-index: 0; }
  section.s2-foundation-give div.borderless-boxes {
    padding-top: 50px; }
  section.s2-foundation-give div.borderless-box {
    padding: 50px 0 0; }
  section.s2-foundation-give div.border-box {
    border: 2px solid #09315d;
    padding: 50px;
    position: relative;
    margin-bottom: 50px; }
    section.s2-foundation-give div.border-box div.blue-button {
      position: absolute;
      background: #09315d;
      border: 5px solid #eff1f3;
      font-size: 26px;
      color: #f4f4f4;
      padding: 10px 33px;
      bottom: -32px;
      cursor: pointer;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      section.s2-foundation-give div.border-box div.blue-button a {
        color: #fff; }
      section.s2-foundation-give div.border-box div.blue-button a:hover {
        background: #072546; }
      section.s2-foundation-give div.border-box div.blue-button:hover {
        background: #072546; }
  section.s2-foundation-give div.grey-box {
    background: #d7d8da;
    text-align: center;
    padding: 50px;
    margin-top: 50px; }
    section.s2-foundation-give div.grey-box h1 {
      color: #093362;
      font-size: 32px;
      margin-bottom: 15px; }
    section.s2-foundation-give div.grey-box p {
      color: #42464b;
      margin-bottom: 0; }

section.s1-foundation-gallery {
  position: relative; }
  section.s1-foundation-gallery div.foundation-gallery-1 div.single-image {
    position: relative; }
    section.s1-foundation-gallery div.foundation-gallery-1 div.single-image img {
      height: 465px; }
    section.s1-foundation-gallery div.foundation-gallery-1 div.single-image div.caption {
      background: rgba(255, 255, 255, 0.8);
      padding: 15px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: all 0.5s ease 0.5s;
      -o-transition: all 0.5s ease 0.5s;
      transition: all 0.5s ease 0.5s; }
      section.s1-foundation-gallery div.foundation-gallery-1 div.single-image div.caption p {
        margin: 0;
        font-size: 12px; }
    section.s1-foundation-gallery div.foundation-gallery-1 div.single-image.slick-center div.caption {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
  section.s1-foundation-gallery div.foundation-gallery-1 button.slick-prev {
    position: absolute;
    background: url(../images/global/icon-arrow.svg) center no-repeat rgba(239, 241, 243, 0.9);
    background-size: 30px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    height: 55px;
    width: 55px;
    z-index: 10;
    font-size: 0;
    border: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    section.s1-foundation-gallery div.foundation-gallery-1 button.slick-prev:hover {
      background: url(../images/global/icon-arrow.svg) center no-repeat #eff1f3;
      background-size: 30px; }
  section.s1-foundation-gallery div.foundation-gallery-1 button.slick-next {
    position: absolute;
    background: url(../images/global/icon-arrow.svg) center no-repeat rgba(239, 241, 243, 0.9);
    background-size: 30px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 55px;
    width: 55px;
    z-index: 10;
    font-size: 0;
    border: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    section.s1-foundation-gallery div.foundation-gallery-1 button.slick-next:hover {
      background: url(../images/global/icon-arrow.svg) center no-repeat #eff1f3;
      background-size: 30px; }

section.s2-foundation-gallery {
  background: #eff1f3;
  padding: 60px;
  position: relative; }
  section.s2-foundation-gallery div.foundation-gallery-2 div.single-image {
    text-align: center; }
    section.s2-foundation-gallery div.foundation-gallery-2 div.single-image img {
      width: 200px;
      height: 200px;
      -o-object-fit: cover;
      object-fit: cover;
      display: inline-block; }
  section.s2-foundation-gallery div.foundation-gallery-2 button.slick-prev {
    position: absolute;
    background: url(../images/global/icon-arrow.svg) center no-repeat rgba(239, 241, 243, 0.9);
    background-size: 30px;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    height: 55px;
    width: 55px;
    z-index: 10;
    font-size: 0;
    border: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    section.s2-foundation-gallery div.foundation-gallery-2 button.slick-prev:hover {
      background: url(../images/global/icon-arrow.svg) center no-repeat #eff1f3;
      background-size: 30px; }
  section.s2-foundation-gallery div.foundation-gallery-2 button.slick-next {
    position: absolute;
    background: url(../images/global/icon-arrow.svg) center no-repeat rgba(239, 241, 243, 0.9);
    background-size: 30px;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 55px;
    width: 55px;
    z-index: 10;
    font-size: 0;
    border: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    section.s2-foundation-gallery div.foundation-gallery-2 button.slick-next:hover {
      background: url(../images/global/icon-arrow.svg) center no-repeat #eff1f3;
      background-size: 30px; }

section.s1-foundation-membership {
  background: url(../images/foundation/membership-header.jpg) center no-repeat;
  background-size: cover;
  padding: 150px 0; }
  section.s1-foundation-membership div.transparent-box {
    background: rgba(253, 253, 254, 0.76);
    padding: 60px; }
    section.s1-foundation-membership div.transparent-box h1 {
      margin-bottom: 15px; }
    section.s1-foundation-membership div.transparent-box a {
      font-weight: 700; }
    section.s1-foundation-membership div.transparent-box p:last-child {
      margin-bottom: 0; }

section.s2-foundation-membership {
  padding: 60px 0;
  background: #eff1f3; }
  section.s2-foundation-membership div.individual-header {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background: #550020;
    padding: 35px 55px;
    text-align: center;
    width: 380px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-bottom: -50px; }
  section.s2-foundation-membership div.individual-container {
    background: #fff;
    border: 2px solid #550020;
    padding: 100px 50px 50px;
    margin-bottom: 30px; }
    section.s2-foundation-membership div.individual-container h2 {
      font-size: 22px;
      color: #550020;
      margin: 0;
      text-align: center;
      margin-bottom: 30px; }
    section.s2-foundation-membership div.individual-container ul {
      width: 47%;
      float: left;
      padding: 0;
      margin: 0;
      list-style: none;
      margin-right: 3%; }
      section.s2-foundation-membership div.individual-container ul li {
        font-size: 18px;
        color: #42464b;
        border-top: 1px solid #eff1f3;
        padding: 10px 0; }
        section.s2-foundation-membership div.individual-container ul li:first-child {
          border-top: 0; }
  section.s2-foundation-membership div.dual-header {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background: #420019;
    padding: 35px 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-top: 50px; }
  section.s2-foundation-membership div.dual-container {
    background: #fff;
    border: 2px solid #420019;
    padding: 30px;
    margin-bottom: 30px;
    height: 300px; }
    section.s2-foundation-membership div.dual-container h2 {
      font-size: 22px;
      color: #420019;
      margin: 0;
      text-align: center;
      margin-bottom: 30px; }
    section.s2-foundation-membership div.dual-container ul {
      padding: 0;
      margin: 0;
      list-style: none;
      margin-right: 3%; }
      section.s2-foundation-membership div.dual-container ul li {
        font-size: 18px;
        color: #42464b;
        border-top: 1px solid #eff1f3;
        padding: 10px 0; }
        section.s2-foundation-membership div.dual-container ul li:first-child {
          border-top: 0; }
  section.s2-foundation-membership div.family-header {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background: #06274a;
    padding: 35px 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  section.s2-foundation-membership div.family-container {
    background: #fff;
    border: 2px solid #06274a;
    padding: 30px;
    margin-bottom: 30px;
    height: 285px; }
    section.s2-foundation-membership div.family-container h2 {
      font-size: 22px;
      color: #06274a;
      margin: 0;
      text-align: center;
      margin-bottom: 30px; }
    section.s2-foundation-membership div.family-container ul {
      padding: 0;
      margin: 0;
      list-style: none;
      margin-right: 3%; }
      section.s2-foundation-membership div.family-container ul li {
        font-size: 18px;
        color: #42464b;
        border-top: 1px solid #eff1f3;
        padding: 10px 0; }
        section.s2-foundation-membership div.family-container ul li:first-child {
          border-top: 0; }
  section.s2-foundation-membership div.supporting-header {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background: #09396c;
    padding: 35px 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  section.s2-foundation-membership div.supporting-container {
    background: #fff;
    border: 2px solid #09396c;
    padding: 30px;
    margin-bottom: 30px;
    height: 285px; }
    section.s2-foundation-membership div.supporting-container h2 {
      font-size: 22px;
      color: #09396c;
      margin: 0;
      text-align: center;
      margin-bottom: 30px; }
    section.s2-foundation-membership div.supporting-container ul {
      padding: 0;
      margin: 0;
      list-style: none;
      margin-right: 3%; }
      section.s2-foundation-membership div.supporting-container ul li {
        font-size: 18px;
        color: #42464b;
        border-top: 1px solid #eff1f3;
        padding: 10px 0; }
        section.s2-foundation-membership div.supporting-container ul li:first-child {
          border-top: 0; }
  section.s2-foundation-membership div.patron-header {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background: #3573b5;
    padding: 35px 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  section.s2-foundation-membership div.patron-container {
    background: #fff;
    border: 2px solid #3573b5;
    padding: 30px;
    margin-bottom: 30px;
    height: 285px; }
    section.s2-foundation-membership div.patron-container h2 {
      font-size: 22px;
      color: #3573b5;
      margin: 0;
      text-align: center;
      margin-bottom: 30px; }
    section.s2-foundation-membership div.patron-container ul {
      padding: 0;
      margin: 0;
      list-style: none;
      margin-right: 3%; }
      section.s2-foundation-membership div.patron-container ul li {
        font-size: 18px;
        color: #42464b;
        border-top: 1px solid #eff1f3;
        padding: 10px 0; }
        section.s2-foundation-membership div.patron-container ul li:first-child {
          border-top: 0; }
  section.s2-foundation-membership div.blue-button {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    background: #09396c;
    text-align: center;
    color: #fff; }

section.s1-society {
  padding: 150px 0;
  border-bottom: 3px solid #999942; }
  section.s1-society img.seal {
    width: 500px;
    position: absolute;
    left: -450px;
    top: -100px;
    z-index: -1; }
  section.s1-society h1 {
    margin-bottom: 15px;
    color: #42464b;
    font-weight: 600; }
  section.s1-society div.blue-button-2 {
    margin-top: 25px;
    float: left; }

section.s2-society {
  background: url(../images/foundation/banner.jpg) center no-repeat;
  background-color: #ccc;
  background-size: cover;
  padding: 0;
  padding-bottom: 40%;
  border-bottom: 3px solid #550020; }

section.s3-society {
  background: #eff1f3;
  padding: 60px 0; }
  section.s3-society div.divider {
    margin: 30px 0; }
  section.s3-society h1 {
    font-size: 28px;
    margin-bottom: 5px; }
  section.s3-society strong {
    margin-bottom: 5px; }
  section.s3-society p.caption {
    font-size: 14px;
    margin-top: 5px; }
  section.s3-society div.blue-button-2 {
    float: left; }
  section.s3-society div.blue-button-2 {
    float: left; }

section.s1-foundation-donate {
  padding: 60px 0; }
  section.s1-foundation-donate h1 {
    margin-bottom: 15px; }
  section.s1-foundation-donate img.seal {
    margin-top: -125px;
    margin-bottom: -100px; }
  section.s1-foundation-donate div.quote {
    background: #dadbdd;
    text-align: center;
    padding: 25px;
    margin-top: 50px; }
    section.s1-foundation-donate div.quote p {
      font-size: 14px;
      margin-bottom: 0; }
      section.s1-foundation-donate div.quote p.quote {
        color: #3e454f;
        font-size: 22px;
        margin-bottom: 15px; }

section div.IATS_Div {
  background: none;
  font-family: "Source Sans Pro", sans-serif; }
  section div.IATS_Div .IATS_EventTitle {
    display: none; }
  section div.IATS_Div span.IATS_AmountSectionTitle,
  section div.IATS_Div span.IATS_PaymentSectionTitle {
    color: #5d0024;
    letter-spacing: 0;
    font-size: 24px; }
  section div.IATS_Div input, section div.IATS_Div select {
    background: #fff;
    border-radius: 5px;
    border: 2px solid #dadbdd;
    padding: 7px;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  section div.IATS_Div input:focus {
    border: 2px solid #a1c4ea; }
  section div.IATS_Div input.IATS_PaymentInputField,
  section div.IATS_Div input.IATS_OtherAmount,
  section div.IATS_Div input.IATS_AccountNumberField,
  section div.IATS_Div input.IATS_CVV2Field {
    height: 34px; }
  section div.IATS_Div input.IATS_OtherAmount {
    width: 150px;
    margin: 0 0 0 -43px; }
  section div.IATS_Div .IATS_PaymentItemDiv {
    margin: 0 0 3px; }
  section div.IATS_Div button.IATS_Action {
    background: #09396c;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    border: 0;
    border-radius: 0;
    height: auto;
    letter-spacing: 0;
    padding: 10px 26px 12px; }

section.s1-foundation-donate input.IATS_RadioAmtButton {
  visibility: hidden; }

section.s1-foundation-become-member .IATS_AmountSpan {
  font-size: 16px;
  position: relative;
  top: 0; }

::-moz-selection {
  background-color: #999942;
  color: white; }

::selection {
  background-color: #999942;
  color: white; }

section.s1-memories {
  background: #fefbfb;
  padding: 60px 0; }
  section.s1-memories img.seal {
    width: 500px;
    position: absolute;
    left: -275px;
    top: -100px; }
  section.s1-memories div.memory-top {
    position: relative; }
    section.s1-memories div.memory-top p {
      margin-bottom: 25px; }
    section.s1-memories div.memory-top a {
      margin-bottom: 40px; }
  section.s1-memories .loading-gif {
    position: relative;
    top: -80px;
    text-align: center; }
    section.s1-memories .loading-gif img {
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -108px; }
  section.s1-memories div.shared-memories {
    opacity: 0;
    position: relative;
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    padding: 0 0 2em 0;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }
    section.s1-memories div.shared-memories.show {
      opacity: 1; }
    section.s1-memories div.shared-memories div.shared-memory {
      margin: .5% .5% 2.5% .5%;
      background-color: rgba(245, 245, 245, 0.7);
      padding: 25px;
      width: 48%;
      box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
      -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
      -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
      -webkit-transition: top 1s ease, left 1s ease;
      -moz-transition: top 1s ease, left 1s ease;
      -o-transition: top 1s ease, left 1s ease;
      -ms-transition: top 1s ease, left 1s ease; }
      section.s1-memories div.shared-memories div.shared-memory img.memory-thumbnail {
        max-width: 98%;
        width: 100%;
        margin-bottom: 25px; }
      section.s1-memories div.shared-memories div.shared-memory .memory-name {
        font-size: 18px; }
        section.s1-memories div.shared-memories div.shared-memory .memory-name span {
          font-weight: 700; }
      section.s1-memories div.shared-memories div.shared-memory .memory-location {
        font-size: 18px; }
        section.s1-memories div.shared-memories div.shared-memory .memory-location span {
          font-weight: 700; }

.grid-sizer {
  width: 48%; }

.gutter-sizer {
  width: 3%; }

section.s1-form img.seal {
  width: 500px;
  position: absolute;
  left: -275px;
  top: -100px;
  opacity: 0.5; }

section.s1-form .char-count {
  color: #5d0024;
  font-size: 12px;
  display: inline;
  margin-left: 10px; }

.mobile {
  display: none; }

/*---------------
	CONTAINERS
----------------*/
@media (min-width: 768px) {
  .container.wide {
    width: 750px; } }

@media (min-width: 992px) {
  .container.wide {
    width: 95%; } }

@media (min-width: 1420px) {
  .container.wide {
    width: 1400px; } }

/* HEIGHT 800 */
/* --------------------------------------------------------------- */
@media only screen and (max-height: 900px) {
  section.s1-home div.s1-image-slider div.slide-image {
    padding-bottom: 38%; }
  header div.header-bottom img.logo {
    width: 300px; }
  header div.header-bottom {
    background: rgba(239, 241, 243, 0.78);
    padding-top: 12px; }
  header div.header-bottom ul {
    margin-top: 10px; }
  section.s1-home div.absolute {
    bottom: 23%; }
  section.faq-head,
  section.admission-head,
  section.basic-head,
  section.barb-head,
  section.bush-head,
  section.exhibits-head,
  section.foundation-head {
    height: 147px; } }

/* --------------------------------------------------------------- */
/* 1500 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1500px) {
  section.s1-home div.s1-image-slider div.slide-image {
    padding-bottom: 65%; }
  section.s1-home div.s1-image-slider button.slick-next,
  section.s1-home div.s1-image-slider button.slick-prev {
    top: auto;
    bottom: 40px;
    background-color: rgba(239, 241, 243, 0.75); } }

/* --------------------------------------------------------------- */
/* HEIGHT 800 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1500px) and (max-height: 900px) {
  section.s1-home div.s1-image-slider div.slide-image {
    padding-bottom: 45%; }
  section.s1-home div.absolute {
    bottom: 14%; } }

/* --------------------------------------------------------------- */
/* 1200 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  header div.header-bottom ul li {
    margin-right: 25px;
    font-size: 17px; }
  header div.header-bottom ul li a {
    font-size: 17px; }
  section.s2-home div.blue-1 a.star-box, section.s2-home div.blue-2 a.star-box, section.s2-home div.blue-3 a.star-box,
  section.s2-home div.blue-1 div.star-box, section.s2-home div.blue-2 div.star-box, section.s2-home div.blue-3 div.star-box {
    width: 300px; }
  section.s2-home .svg-wrapper:hover .shape {
    stroke-dashoffset: -505 !important; }
  section.s6-home div.featured-info div.image h2 {
    font-size: 26px; }
  section.s3-bush div.star-box .svg-wrapper:hover .shape,
  section.s3-bush a.star-box .svg-wrapper:hover .shape {
    stroke-dashoffset: -485; }
  section.s2-barb div.grey-box {
    padding: 30px 60px 110px; }
  section.s2-oexhibit div.transparent-blue h1 {
    font-size: 24px; }
  section.s2-oexhibit img.right-arrow {
    width: 25px; }
  div.form div.bubble {
    width: 36%; }
  section.s1-foundation-home div.transparent-white {
    padding: 30px; }
  section.s3-foundation-home div.newsletter {
    padding: 20px; }
  section.s3-foundation-home h1 {
    font-size: 24px; }
  section.s3-foundation-home div.col-md-7 {
    width: 66.66666667%; }
  section.s3-foundation-home div.col-md-4 {
    margin-left: 0; }
  section.s4-foundation-home div.middle div.transparent-box {
    padding: 15px; }
  section.s3-foundation-home ul.event-list li div.left {
    width: 20%; }
  section.s3-foundation-home ul.event-list li div.right {
    width: 80%;
    float: left; }
  section.s2-foundation-give div.border-box {
    padding: 25px 25px 50px; }
  section.s2-foundation-give div.borderless-box {
    padding: 25px 0 0; }
  section.s2-foundation-give h1 {
    font-size: 30px;
    margin-bottom: 10px; }
  section.s2-foundation-give p {
    font-size: 18px; }
  section.s2-foundation-give div.border-box div.blue-button {
    font-size: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%; }
  section.s1-contact div.widget-maroon-head div.body p {
    font-size: 15px; }
  section.s1-contact div.widget-maroon-head.square div.head,
  section.s1-contact div.widget-maroon-head.vertical div.head {
    height: 100.33px; }
  section.s2-foundation-membership div.member-body h2 {
    font-size: 20px; }
  section.s2-foundation-membership div.member-body ul li {
    font-size: 16px; }
  section.s2-foundation-membership div.member-head {
    font-size: 22px; }
  section.s1-foundation-membership div.transparent-box {
    padding: 30px; }
  section.s3-foundation-about div.message {
    height: 470px; }
  section.s1-research div.transparent-white,
  section.s2-research div.white-box {
    padding: 30px; }
  section.s1-research {
    padding: 110px 0; }
  section.s1-upcoming-events div.event-sidebar div.category-selector ul li {
    width: 100%; }
  section.s1-form.contest.how-to .add-edit-btn {
    margin: 0 8px 20px 0; }
  footer div.footer-top div.newsletter-signup {
    padding: 30px 15px 15px; } }

/* --------------------------------------------------------------- */
/* WIDTH 1200 AND HEIGHT 800 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1200px) and (max-height: 800px) {
  section.s1-home div.s1-image-slider div.slide-image {
    padding-bottom: 60%; }
  section.s1-home div.absolute {
    bottom: 10%; } }

/* --------------------------------------------------------------- */
/* 992 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .mobile {
    display: block; }
  .no-mobile {
    display: none; }
  div.widget-maroon-head,
  div.widget-all-maroon {
    margin-top: 50px; }
  section.admission-head,
  section.faq-head,
  section.exhibits-head,
  section.basic-head,
  section.foundation-head {
    margin-top: 40px; }
  section.s1-admission,
  section.s1-faq,
  section.s1-basic,
  section.s1-form {
    padding: 60px 0; }
  section.s1-form .form {
    margin-bottom: 60px; }
  section.s1-admission div.hours p.italic {
    margin-bottom: 25px; }
  section.s1-admission img.seal {
    display: none; }
  section.blue-bar {
    padding: 30px 0px; }
    section.blue-bar img.down-arrow {
      display: none; }
  section.s1-admission div.star-box,
  section.s1-admission div.star-box.bigger {
    width: 48%;
    margin: 0 0 15px 4%; }
  section.s1-admission div.star-box:nth-child(2n+1) {
    margin-left: 0; }
  section.s1-admission div.star-box.bigger {
    margin-bottom: 35px; }
  section.s1-admission div.star-box.bigger div.inside-box-right div.maroon-button {
    width: 90%;
    padding: 5px;
    font-size: 14px; }
  section.s1-admission div.under-text {
    margin: 30px 0; }
  section.s1-admission div.divider {
    margin: 25px 0; }
  section.s1-admission h3 {
    margin-top: -7px; }
  section.blue-boxes {
    height: inherit; }
    section.blue-boxes div.col-md-12 {
      padding: 0; }
  section.blue-boxes div.box-one,
  section.blue-boxes div.box-two,
  section.blue-boxes div.box-three {
    width: 100%;
    float: none;
    margin-top: 0;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.15); }
    section.blue-boxes div.box-one div.top,
    section.blue-boxes div.box-two div.top,
    section.blue-boxes div.box-three div.top {
      height: inherit;
      padding: 20px; }
  section.blue-boxes div.box-one {
    position: relative;
    z-index: 15; }
  section.blue-boxes div.box-two div.top {
    border-top: 0; }
  section.blue-boxes.one div.box-one div.top {
    padding: 50px 30px; }
  section.blue-boxes.two div.box-one {
    margin-top: -25px; }
  section.blue-boxes.two div.box-one,
  section.blue-boxes.two div.box-two {
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none; }
    section.blue-boxes.two div.box-one div.top,
    section.blue-boxes.two div.box-two div.top {
      padding: 30px 15px;
      height: 200px; }
  section.s1-home {
    margin-top: 0; }
  section.s2-home div.blue-1 a.star-box, section.s2-home div.blue-2 a.star-box, section.s2-home div.blue-3 a.star-box,
  section.s2-foundation-home div.maroon-1 a.star-box, section.s2-foundation-home div.maroon-2 a.star-box,
  section.s2-home div.blue-1 div.star-box, section.s2-home div.blue-2 .star-box, section.s2-home div.blue-3 div.star-box,
  section.s2-foundation-home div.maroon-1 div.star-box, section.s2-foundation-home div.maroon-2 div.star-box {
    width: 240px; }
  section.s2-home div.blue-1 a.star-box h2, section.s2-home div.blue-2 a.star-box h2, section.s2-home div.blue-3 a.star-box h2,
  section.s2-foundation-home div.maroon-1 a.star-box h2, section.s2-foundation-home div.maroon-2 a.star-box h2,
  section.s2-home div.blue-1 div.star-box h2, section.s2-home div.blue-2 div.star-box h2, section.s2-home div.blue-3 div.star-box h2,
  section.s2-foundation-home div.maroon-1 div.star-box h2, section.s2-foundation-home div.maroon-2 div.star-box h2 {
    font-size: 18px; }
  section.s2-home .svg-wrapper:hover .shape,
  section.s2-foundation-home .svg-wrapper:hover .shape {
    stroke-dashoffset: -407 !important; }
  section.s1-home div.absolute {
    bottom: 0;
    background: rgba(239, 241, 243, 0.47); }
  section.s1-home div.absolute div.container {
    width: 100%;
    padding: 0; }
  section.s1-home div.transparent-box {
    background: transparent;
    text-align: center;
    padding: 25px 75px; }
    section.s1-home div.transparent-box h1 {
      margin: 0;
      font-size: 24px; }
  section.s1-home div.s1-image-slider div.slide-image {
    padding: 0;
    height: 295px; }
  section.s1-home div.s1-image-slider button.slick-next,
  section.s1-home div.s1-image-slider button.slick-prev {
    bottom: 0; }
  section.s1-home div.transparent-box div.top {
    background: rgba(239, 241, 243, 0.47);
    padding: 15px; }
  section.s1-home div.transparent-box div.bottom {
    padding: 15px;
    background: #f5f7f9; }
  section.s1-home div.absolute {
    position: relative; }
  section.s3-home div.maroon-box button,
  section.s3-home div.maroon-box a {
    padding: 5px 30px; }
  section.s3-home div.maroon-box {
    padding: 30px; }
  section.s3-home div.col-md-6:first-child {
    margin-bottom: 30px; }
  section.s6-home div.featured-info {
    margin-bottom: 50px; }
  header div.header-bottom {
    padding: 15px;
    border: 0;
    background: transparent; }
    header div.header-bottom img {
      max-width: 100%; }
  header div.header-top div.mobile-activation {
    float: right;
    padding: 10px 15px; }
    header div.header-top div.mobile-activation h1 {
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
      color: #fff;
      float: right;
      margin-top: 2px;
      margin-right: 5px; }
    header div.header-top div.mobile-activation div.hamburger {
      background: url(../images/global/mobile/hamburger.svg) center no-repeat;
      background-size: 17px;
      width: 25px;
      height: 20px;
      float: right; }
  header.mobile div.secondary-navigation {
    background: #49001c;
    color: #f1f3f5;
    font-size: 10px;
    float: left;
    margin-left: 15px;
    padding: 14px; }
    header.mobile div.secondary-navigation div.dropdown {
      position: absolute;
      left: 0;
      width: 100%;
      top: 42px;
      display: none; }
      header.mobile div.secondary-navigation div.dropdown ul {
        padding: 0 30px 15px;
        background: #3e454f; }
        header.mobile div.secondary-navigation div.dropdown ul li {
          display: block;
          border-bottom: 1px solid #49515b; }
    header.mobile div.secondary-navigation img.down-arrow {
      width: 8px;
      margin-left: 5px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    header.mobile div.secondary-navigation.active img.down-arrow {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    header.mobile div.secondary-navigation p {
      margin: 0; }
  header.mobile div.navigation-menu {
    position: absolute;
    width: 100%;
    display: none; }
    header.mobile div.navigation-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative;
      width: 100%;
      padding: 15px 30px;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s; }
      header.mobile div.navigation-menu ul li {
        padding: 8px 0;
        border-top: 1px solid #bec1c4;
        color: #5d0024; }
        header.mobile div.navigation-menu ul li a {
          color: #5d0024; }
        header.mobile div.navigation-menu ul li:first-child {
          border-top: 0; }
        header.mobile div.navigation-menu ul li.has-children ul {
          position: absolute;
          top: 0;
          left: 0;
          padding-bottom: 80px;
          visibility: hidden;
          -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
          transform: translateX(100%);
          opacity: 0;
          -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          -o-transition-property: transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          -webkit-transition-delay: 1s;
          -o-transition-delay: 1s;
          transition-delay: 1s; }
          header.mobile div.navigation-menu ul li.has-children ul li.back {
            font-size: 12px;
            font-weight: bold;
            color: #3e454f;
            text-transform: uppercase;
            background: url(../images/global/mobile/left-arrow.svg) left center no-repeat;
            background-size: 15px;
            padding-left: 20px; }
          header.mobile div.navigation-menu ul li.has-children ul.active {
            position: relative;
            left: 30px;
            visibility: visible;
            opacity: 1;
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s; }
      header.mobile div.navigation-menu ul.active {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        padding-top: 5px; }
        header.mobile div.navigation-menu ul.active > li,
        header.mobile div.navigation-menu ul.active .parent-link {
          display: none; }
        header.mobile div.navigation-menu ul.active > li.active,
        header.mobile div.navigation-menu ul.active > li .child-menu li {
          display: block; }
    header.mobile div.navigation-menu div.top {
      position: relative;
      background: #e0e2e4;
      overflow-x: hidden;
      min-height: 421px; }
    header.mobile div.navigation-menu div.bottom {
      background: #fff;
      padding: 15px 30px;
      border-bottom: 3px solid #9b9fa6; }
      header.mobile div.navigation-menu div.bottom div.buttons div.blue-button-1, header.mobile div.navigation-menu div.bottom div.buttons div.blue-button-2 {
        float: left;
        width: 50%;
        text-align: center; }
      header.mobile div.navigation-menu div.bottom div.buttons div.blue-button-1 {
        border-right: 1px solid #5b7896; }
  header.mobile div.input-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px 15px; }
    header.mobile div.input-container input {
      font-size: 14px;
      background: url(../images/global/icon-search.svg) right 10px center no-repeat #eff1f3;
      background-size: 16px;
      border: 1px solid #d5dee7;
      width: 100%;
      padding: 10.5px 30px 10.5px 15px; }
    header.mobile div.input-container button {
      position: absolute;
      right: 30px;
      top: 0;
      height: 43px;
      width: 40px;
      background: none;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-size: 0; }
  section.bush-head {
    margin-top: 42px; }
  section.s2-bush h1 {
    margin-top: 0; }
  section.s2-bush img.time-in-office {
    margin-top: 25px; }
  section.s2-barb div.grey-box p {
    font-size: 20px; }
  section.s3-barb div.side-image {
    margin-bottom: 0;
    margin-top: 25px; }
  section.s3-barb div.side-image img {
    height: inherit; }
  section.s3-bush a.star-box,
  section.s3-bush div.star-box {
    margin-top: 25px; }
  section.s4-bush h1.spirit {
    margin-top: 0; }
  section.s6-bush h1 {
    margin-top: 25px; }
  section.s6-bush p {
    -webkit-column-count: 1;
    column-count: 1; }
  section.s8-bush {
    padding: 60px 0; }
  section.s8-bush div.transparent {
    padding: 15px; }
  section.s3-bush a.star-box .svg-wrapper svg .shape,
  section.s3-bush div.star-box .svg-wrapper svg .shape {
    stroke-dasharray: 2000 5000 !important;
    stroke-dashoffset: 0 !important; }
  section.exhibit-container div.exhibit {
    height: 490px; }
  section.exhibit-container div.exhibit div.inside div.bottom div.thumbnail-container {
    display: none; }
  section.exhibit-container div.exhibit div.inside div.bottom {
    bottom: 15px; }
  section.exhibit-container div.exhibit div.inside div.top {
    top: 15px; }
  section.s2-oexhibit div.transparent-blue h1 {
    font-size: 20px; }
  section.s2-oexhibit img.right-arrow {
    width: 20px; }
  section.s3-foundation-home {
    padding: 60px 0; }
  section.s3-foundation-home div.col-md-7 {
    width: 100%; }
  section.s3-foundation-home div.newsletter {
    margin-top: 50px; }
  div.category-selector {
    background: #eff1f3;
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    div.category-selector h1 {
      background: #c6c9cb;
      color: #3e454f;
      font-size: 22px;
      padding: 15px 30px;
      margin: 0;
      font-weight: 400; }
      div.category-selector h1 img.arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 19px;
        float: right;
        margin-top: 9px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        display: block; }
      div.category-selector h1.active img.arrow {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    div.category-selector div.reveal {
      width: 100%;
      padding: 15px 30px;
      display: none; }
      div.category-selector div.reveal ul {
        margin: 0 !important; }
  section.s1-upcoming-events div#divEvents,
  section.s1-upcoming-events div.event-sidebar {
    width: 100%; }
  section.s1-upcoming-events div.event-sidebar div.category-selector ul li {
    width: 33.3%; }
  section.s1-single-blog img.featured-image {
    height: 350px; }
  section.s1-single-blog div.maroon-button {
    margin-top: 25px; }
  div.event div.col-md-4 {
    text-align: center; }
  div.event img {
    margin-bottom: 10px; }
  section.s2-foundation-give div.borderless-boxes {
    float: none !important; }
  section.s2-foundation-give div.grey-box {
    margin-top: 50px; }
  section.s1-foundation-gallery {
    text-align: center;
    background: #eff1f3; }
    section.s1-foundation-gallery div.single-image {
      margin-bottom: 15px; }
      section.s1-foundation-gallery div.single-image div.caption {
        padding: 15px;
        text-align: left;
        font-size: 12px; }
  section.s1-contact div.widget-maroon-head {
    margin-top: 0; }
  section.s1-contact div.widget-maroon-head.square div.head, section.s1-contact div.widget-maroon-head.vertical div.head {
    height: 80px; }
  section.s2-foundation-membership div.member-body {
    height: inherit; }
  section.s2-foundation-membership div.member-head {
    width: 100%;
    padding: 35px 0; }
  section.s4-foundation-about div.foundation-leader, section.s4-foundation-about div.museum-leader,
  section.s3-about div.museum-leader {
    width: 31.3333333333%;
    margin-left: 3%;
    margin-bottom: 30px;
    float: left; }
    section.s4-foundation-about div.foundation-leader:nth-child(4n + 1), section.s4-foundation-about div.museum-leader:nth-child(4n + 1),
    section.s3-about div.museum-leader:nth-child(4n + 1) {
      margin-left: 3%; }
    section.s4-foundation-about div.foundation-leader:nth-child(3n + 1), section.s4-foundation-about div.museum-leader:nth-child(3n + 1),
    section.s3-about div.museum-leader:nth-child(3n + 1) {
      margin-left: 0 !important; }
  section.s4-foundation-about div.foundation-leader div.name-tag,
  section.s3-about div.museum-leader div.name-tag {
    height: 125px; }
  section.s3-foundation-about div.message {
    height: inherit; }
  section.s4-foundation-home div.left,
  section.s4-foundation-home div.right {
    display: none; }
  section.s4-foundation-home div.middle {
    width: 100%;
    background: url(../images/foundation/home-middle.jpg) bottom no-repeat;
    background-size: cover !important; }
  section.s2-foundation-membership div.member-body {
    padding: 30px; }
  section.s2-foundation-membership div.individual-header {
    margin-bottom: inherit; }
  section.s2-cexhibit div.past-exhibit img.featured-image {
    margin-bottom: 15px; }
  section.s2-about {
    padding-bottom: 50%; }
  section.s1-scholarships div.education-side,
  section.s1-grants div.education-side {
    margin-top: 50px; }
  section.s1-scholarships div.education-side div.game,
  section.s1-grants div.education-side div.game {
    width: 48%;
    margin-left: 4%;
    float: left; }
    section.s1-scholarships div.education-side div.game:first-child,
    section.s1-grants div.education-side div.game:first-child {
      margin-left: 0; }
  section.s2-research div.col-md-10 div.col-md-4 {
    width: 33.33333333%;
    float: left; }
  section.s1-awardees div.program img.featured-image {
    height: inherit;
    margin-bottom: 15px;
    width: inherit;
    max-width: 100%; }
  header {
    z-index: 999; }
  section.s1-form .login img.seal {
    position: absolute;
    width: 300px;
    margin-top: -250px;
    margin-left: -150px;
    opacity: .60; }
  .education-overview .s1-upcoming-events .education-overview-sidebar {
    margin: 0; }
  section.s1-form.contest.how-to .add-edit-btn {
    margin: 10px 8px 20px 0; } }

/* --------------------------------------------------------------- */
/* 768 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  section.s2-home div.blue-1, section.s2-home div.blue-2, section.s2-home div.blue-3,
  section.s2-foundation-home div.maroon-1, section.s2-foundation-home div.maroon-2 {
    width: 100%; }
  section.s2-home div.blue-1 a.star-box, section.s2-home div.blue-2 a.star-box, section.s2-home div.blue-3 a.star-box,
  section.s2-foundation-home div.maroon-1 a.star-box, section.s2-foundation-home div.maroon-2 a.star-box,
  section.s2-home div.blue-1 div.star-box, section.s2-home div.blue-2 div.star-box, section.s2-home div.blue-3 div.star-box,
  section.s2-foundation-home div.maroon-1 div.star-box, section.s2-foundation-home div.maroon-2 div.star-box {
    width: 80%; }
  section.s2-home div.blue-1 a.star-box .svg-wrapper svg .shape, section.s2-home div.blue-2 a.star-box .svg-wrapper svg .shape, section.s2-home div.blue-3 a.star-box .svg-wrapper svg .shape,
  section.s2-foundation-home div.maroon-1 a.star-box .svg-wrapper svg .shape, section.s2-foundation-home div.maroon-2 a.star-box .svg-wrapper svg .shape,
  section.s2-home div.blue-1 div.star-box .svg-wrapper svg .shape, section.s2-home div.blue-2 div.star-box .svg-wrapper svg .shape, section.s2-home div.blue-3 div.star-box .svg-wrapper svg .shape,
  section.s2-foundation-home div.maroon-1 div.star-box .svg-wrapper svg .shape, section.s2-foundation-home div.maroon-2 div.star-box .svg-wrapper svg .shape {
    stroke-dasharray: 2120 5000 !important;
    stroke-dashoffset: 0 !important; }
  section.s3-home .col-md-6 {
    padding: 0;
    background: #5d0024; }
  section.s3-home div.maroon-box {
    padding: 30px 20px;
    text-align: center; }
  section.s3-home div.maroon-box button,
  section.s3-home div.maroon-box a {
    width: 100%;
    float: none;
    display: block; }
  section.s3-home div.maroon-box div.faq-dropdown {
    width: 100%;
    float: none;
    margin-bottom: 10px; }
  section.exhibit-container div.exhibit div.inside div.bottom div.thumbnail-container {
    display: none; }
  section.s2-oexhibit div.current-exhibit,
  section.s2-oexhibit div.permanent-collection,
  section.s2-oexhibit div.future-exhibit,
  section.s2-oexhibit div.past-exhibits {
    width: 100%; }
  section.s2-foundation-give div.col-md-4 {
    width: 100%;
    float: left;
    height: inherit; }
  div.content-block-1 {
    margin: 25px 0; }
    div.content-block-1 img {
      width: 100%;
      height: inherit;
      float: none; }
    div.content-block-1 div.right {
      padding-left: 0px;
      width: 100%;
      float: none; }
      div.content-block-1 div.right h1 {
        margin-top: 15px; }
      div.content-block-1 div.right div.maroon-button {
        width: 100%;
        padding: 10px;
        text-align: center; }
    div.content-block-1 div.divider {
      width: 80%;
      margin: 25px auto; }
  section.s1-contact div.widget-maroon-head.square div.head, section.s1-contact div.widget-maroon-head.vertical div.head {
    height: 100px; }
  section.s1-contact ul.helpful-links li {
    width: 50%;
    font-size: 14px; }
  section.s2-foundation-membership div.individual-container ul {
    width: 100%; }
  section.s4-foundation-about div.foundation-leader,
  section.s4-foundation-about div.museum-leader,
  section.s3-about div.museum-leader,
  section.s4-foundation-about div.board-member {
    width: 48%;
    margin-left: 4%; }
    section.s4-foundation-about div.foundation-leader:nth-child(2n),
    section.s4-foundation-about div.museum-leader:nth-child(2n),
    section.s3-about div.museum-leader:nth-child(2n),
    section.s4-foundation-about div.board-member:nth-child(2n) {
      margin-left: 4%; }
    section.s4-foundation-about div.foundation-leader:nth-child(3n+1),
    section.s4-foundation-about div.museum-leader:nth-child(3n+1),
    section.s3-about div.museum-leader:nth-child(3n+1),
    section.s4-foundation-about div.board-member:nth-child(3n+1) {
      margin-left: 4% !important; }
    section.s4-foundation-about div.foundation-leader:nth-child(2n + 1),
    section.s4-foundation-about div.museum-leader:nth-child(2n + 1),
    section.s3-about div.museum-leader:nth-child(2n + 1),
    section.s4-foundation-about div.board-member:nth-child(2n + 1) {
      margin-left: 0 !important; }
  section.s4-foundation-about div.foundation-leader div.name-tag h1, section.s4-foundation-about div.museum-leader div.name-tag h1 {
    font-size: 22px; }
  section.s4-foundation-about div.foundation-leader div.name-tag p a, section.s4-foundation-about div.museum-leader div.name-tag p a {
    font-size: 14px; }
  section.s3-foundation-about div.message {
    -webkit-column-count: 1;
    column-count: 1; }
  section.s2-foundation-membership div.member-body {
    padding: 15px; }
  section.s2-research div.col-md-10 div.col-md-4 {
    width: 50%;
    float: left; }
  section.s1-form.contest.how-to .row {
    text-align: center;
    padding: 10px 0; }
    section.s1-form.contest.how-to .row.how-to {
      text-align: left; }
      section.s1-form.contest.how-to .row.how-to h1 {
        font-size: 28px; }
    section.s1-form.contest.how-to .row#reverseOrder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
      flex-flow: column-reverse; }
  section.s1-form.contest.how-to .img-section {
    width: 80%;
    margin: 0 auto; }
    section.s1-form.contest.how-to .img-section.right {
      margin-left: 0;
      margin: 0 auto; }
    section.s1-form.contest.how-to .img-section.left {
      margin-right: 0; }
  section.s1-form.contest.how-to .text {
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto; } }

/* --------------------------------------------------------------- */
/* 600 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  section.s2-home div.blue-1, section.s2-home div.blue-2, section.s2-home div.blue-3,
  section.s2-foundation-home div.maroon-1, section.s2-foundation-home div.maroon-2 {
    padding: 25px 0; }
  section.s3-home {
    padding: 80px 0 60px; }
  section.s4-home div.transparent-box,
  section.s3-admission div.transparent-box {
    padding: 30px 15px; }
  section.s4-home div.transparent-box h2,
  section.s3-admission div.transparent-box h2 {
    font-size: 18px; }
  section.s5-home ul.event-list li div.left,
  section.s3-foundation-home ul.event-list li div.left {
    width: 100%;
    margin-bottom: 15px; }
  section.s5-home ul.event-list li div.right,
  section.s3-foundation-home ul.event-list li div.right {
    width: 100%; }
  section.s5-home ul.event-list li div.right p.details,
  section.s3-foundation-home ul.event-list li div.right p.details {
    float: none; }
  section.s5-home {
    padding: 60px 0; }
  section.s5-home img.seal {
    left: 0;
    top: -45px;
    width: 50%;
    right: 0;
    left: inherit; }
  section.s6-home {
    padding: 60px 0; }
  section.s6-home div.blue-button-2 {
    float: none;
    margin-left: 0;
    padding: 6px 24px;
    width: 100%;
    margin-bottom: 30px;
    text-align: center; }
  section.s6-home h1 {
    float: none;
    margin-bottom: 25px;
    text-align: center; }
  section.s6-home div.featured-info div.maroon-button {
    margin-top: 10px; }
  section.s4-home,
  section.s3-admission {
    padding: 100px 0; }
  section.s1-home div.absolute div.row {
    margin: 0; }
    section.s1-home div.absolute div.row div.col-md-7 {
      padding: 0; }
  section.blue-boxes.two div.box-one,
  section.blue-boxes.two div.box-two {
    float: none;
    width: 100%;
    margin: 0; }
    section.blue-boxes.two div.box-one div.top,
    section.blue-boxes.two div.box-two div.top {
      height: auto;
      padding: 40px; }
  section.s5-home ul.event-list li div.right h2,
  section.s3-foundation-home ul.event-list li div.right h2 {
    float: none; }
  section.s1-bush div.bush-slide div.single-image img,
  section.s1-foundation-gallery div.foundation-gallery-1 div.single-image img {
    height: 350px; }
  section.s1-admission div.star-box,
  section.s1-admission div.star-box.bigger {
    width: 100%;
    float: none;
    margin: 0 0 15px; }
  section.s2-barb div.grey-box {
    padding: 15px 15px 110px; }
  section.s1-barb {
    padding-bottom: 72%; }
  section.s3-barb {
    padding: 125px 0 60px; }
  section.blue-bar div.text {
    width: 100%;
    float: none; }
  section.blue-bar div.gallery-map {
    float: none;
    clear: both;
    margin-top: 15px; }
    section.blue-bar div.gallery-map p {
      float: left; }
  section.exhibit-container div.exhibit {
    height: 490px; }
  section.exhibit-container div.exhibit div.activator h1 {
    font-size: 24px; }
  section.exhibit-container div.exhibit div.inside div.bottom {
    bottom: 15px; }
  section.exhibit-container div.exhibit div.inside div.top {
    top: 15px; }
  section.exhibit-container div.exhibit div.inside div.bottom div.thumbnail-container {
    margin-top: 15px; }
  section.exhibit-container div.exhibit div.inside div.bottom div.thumbnail-container img {
    height: 120px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  section.exhibit-container div.exhibit div.inside div.bottom div.audio-guide img {
    width: 48px; }
  section.exhibit-container div.exhibit div.inside div.bottom div.album img {
    width: 48px; }
  section.exhibit-container div.exhibit div.inside div.bottom h1 {
    font-size: 24px; }
  footer div.footer-bottom p,
  footer div.footer-bottom {
    text-align: center; }
  footer div.footer-bottom div.emblem {
    float: none;
    width: 65px;
    margin: 0 auto; }
  footer div.footer-bottom p {
    padding: 0 0 30px; }
  section.s1-admission div.star-box h2 {
    font-size: 20px; }
  section.s1-admission div.star-box.bigger h1 {
    margin-top: -10px; }
  section.s1-admission div.star-box.bigger {
    padding: 30px 10px 25px; }
  section.s1-admission div.star-box.bigger {
    margin-bottom: 50px; }
  div.form label, div.form select {
    width: 100%; }
    div.form label.largest, div.form label.larger, div.form label.smaller, div.form label.half, div.form label.smallest, div.form select.largest, div.form select.larger, div.form select.smaller, div.form select.half, div.form select.smallest {
      width: 100%; }
  div.form div.bubble {
    display: none; }
  section.s1-foundation-home {
    padding: 60px 0; }
  section.s1-single-blog img.featured-image {
    height: 250px; }
  section.s1-contact div.col-md-6,
  section.s1-contact div.col-md-4 {
    width: 100%;
    float: none; }
  section.s1-contact div.widget-maroon-head.square div.head, section.s1-contact div.widget-maroon-head.vertical div.head {
    height: inherit; }
    section.s1-contact div.widget-maroon-head.square div.head p, section.s1-contact div.widget-maroon-head.vertical div.head p {
      position: relative;
      margin: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      top: inherit;
      left: inherit;
      right: inherit; }
  section.s1-contact div.widget-maroon-head.square div.body, section.s1-contact div.widget-maroon-head.vertical div.body {
    height: inherit; }
  section.s1-contact div.widget-maroon-head.horizontal div.body {
    height: inherit; }
  div.form div.bubble {
    width: 100%;
    margin: 0 0 30px; }
  div.form div.bubble:after {
    right: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: -7px;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #dadbdd transparent; }
  section.s1-foundation-about,
  section.s1-about,
  section.s1-society {
    padding: 60px 0; }
  section.s2-foundation-about div.transparent-box {
    padding: 30px; }
  section.s2-foundation-about {
    padding: 200px 0; }
  section.s3-foundation-about div.message {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    height: inherit; }
  section.s4-foundation-about h1,
  section.s3-foundation-about h1,
  section.s1-foundation-about h1,
  section.s1-about h1,
  section.s1-society h1 {
    font-size: 25px; }
  section.s4-foundation-about div.foundation-leader,
  section.s4-foundation-about div.museum-leader,
  section.s3-about div.museum-leader,
  section.s4-foundation-about div.board-member {
    width: 100%;
    margin-left: 0 !important; }
    section.s4-foundation-about div.foundation-leader:nth-child(3n+1),
    section.s4-foundation-about div.museum-leader:nth-child(3n+1),
    section.s3-about div.museum-leader:nth-child(3n+1),
    section.s4-foundation-about div.board-member:nth-child(3n+1) {
      margin-left: 0 !important; }
  section.s3-about div.featured-leadership img,
  section.s3-about div.featured-leadership div.right {
    float: none;
    margin: 0 0 25px;
    padding: 0;
    width: 100%; }
  section.s4-foundation-about div.small-divider {
    margin: 50px auto; }
  section.s4-foundation-home div.middle {
    padding-bottom: 100%; }
  section.s1-foundation-give div.transparent-box {
    padding: 15px; }
  section.s2-foundation-give div.border-box div.blue-button {
    padding: 10px; }
  section.s3-about div.advisory-council ul.library-advisory-council {
    -webkit-column-count: 2;
    column-count: 2; }
  section.s2-about {
    padding-bottom: 75%; }
  section.s1-grants ul.grants li div.recipients div.faculty-member div.right,
  section.s1-grants ul.grants li div.recipients div.faculty-member div.left {
    width: 100%;
    float: none;
    padding: 0; }
  section.s1-grants ul.grants li div.recipients div.faculty-member div.right {
    margin-top: 15px; }
  div.category-selector h1 {
    padding-right: 55px;
    font-size: 20px;
    position: relative; }
    div.category-selector h1 img.arrow {
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -2px; }
  section.s1-upcoming-events div.event-sidebar div.category-selector ul li {
    width: 50%; }
  .memorial {
    margin: 0 5%; }
    .memorial .inner {
      padding: 60px 20px; }
    .memorial .image img {
      display: none; }
      .memorial .image img.mobile {
        display: block;
        width: 100%; }
    .memorial h3 {
      font-size: 20px;
      line-height: 1.6; }
    .memorial p {
      line-height: 1.6; }
  section.s1-memories div.shared-memories div.shared-memory {
    width: 96%;
    margin: 0 2% 20px; }
  section.s1-memories div.shared-memories div.shared-memory .memory-name,
  section.s1-memories div.shared-memories div.shared-memory .memory-location {
    font-size: 15px; }
  section.s1-memories div.shared-memories div.shared-memory .memory-description {
    font-size: 14px; }
  section.s1-form.contest.how-to .row.how-to {
    text-align: center;
    max-width: 90%;
    margin: 0 auto; }
    section.s1-form.contest.how-to .row.how-to h1 {
      max-width: 300px;
      margin: 0 auto 25px; } }

/* --------------------------------------------------------------- */
/* 500 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 500px) {
  section.s1-home div.s1-image-slider button.slick-next,
  section.s1-home div.s1-image-slider button.slick-prev {
    height: 40px;
    width: 40px;
    background-size: 20px;
    left: 20px; }
  section.s1-home div.s1-image-slider button.slick-next {
    left: auto;
    right: 20px; }
  section.s3-about div.advisory-council ul.library-advisory-council {
    -webkit-column-count: 1;
    column-count: 1; }
  section.s3-society h1 {
    font-size: 22px; }
  section.s1-scholarships ul.scholarships li div.recipient img.recipient-image {
    width: 100%;
    float: none;
    margin-bottom: 15px; }
  section.s1-scholarships ul.scholarships li div.recipient.has-image div.right {
    position: relative;
    top: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  section.s1-scholarships ul.scholarships li div.recipient div.right {
    width: 100%;
    float: none;
    padding-left: 0; }
    section.s1-scholarships ul.scholarships li div.recipient div.right img {
      margin: 15px auto 30px;
      display: block; }
  section.s1-scholarships div.education-side div.game,
  section.s1-grants div.education-side div.game {
    width: 100%;
    margin-left: 0; }
  section.s1-grants ul.grants li div.recipients ul {
    -webkit-column-count: 1;
    column-count: 1; }
  section.s2-research div.col-md-10 div.col-md-4 {
    width: 100%;
    float: none; }
  section.s1-upcoming-events div.event ul.tags,
  section.s1-upcoming-events div.event ul.tags.first {
    margin: 0;
    float: none;
    height: auto; }
  div.category-selector div.reveal ul li {
    width: 100%;
    float: none; }
  section.s1-form {
    padding: 30px 0; }
  section.s1-form div.form select.solid-blue {
    width: 100%; }
  section.s1-home div.transparent-box {
    padding: 15px; }
  div.IATS_Div {
    width: 100% !important; }
  section.s2-society {
    padding-bottom: 75%; }
  section.s1-upcoming-events div.event-sidebar div.category-selector ul li {
    width: 90%; }
  .memorial .inner {
    padding: 40px 20px; }
  .self-guided .more-info .resources .link-section {
    -webkit-column-count: 1;
    column-count: 1; } }

/* --------------------------------------------------------------- */
