form, p, ul, ol, dl, dt, dd, li, body, h1, h2, h3, h4, h5, h6, td, tr, button, input, fieldset {
  margin: 0;
  padding: 0; }

header, footer, article, section, hgroup, nav, figure {
  display: block; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 62.5%;
  font-weight: 400;
  background-color: white;
  font-family: "open-sans", Arial, sans-serif;
  color: #4e4e4e; }

img {
  width: 100%;
  height: auto;
  display: block; }

.row {
  width: 100%;
  overflow: auto;
  position: relative; }

.content-wrap {
  width: 100%;
  padding: 0 5%;
  position: relative;
  overflow: auto; }

.grid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .grid-wrap.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .grid-wrap.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

img.pixel {
  width: 1px; }

a {
  color: #8ebe3f;
  text-decoration: none; }
  a:hover {
    color: #00b0ca; }

p {
  font-size: 1.7em;
  line-height: 1.5em; }

h1, h2, h3, h4, h5 {
  font-family: "brandon-grotesque", Arial, sans-serif; }

.cta-btn {
  background: #00b0ca;
  color: white;
  width: 350px;
  padding: 15px;
  font-size: 2em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  text-align: center;
  right: 0;
  bottom: -40px;
  min-height: 63px;
  display: block;
  cursor: pointer; }
  .cta-btn:hover {
    color: white; }
  .cta-btn.no-position {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 1.2em !important;
    width: 100%;
    line-height: 1.4em; }

.prev-next {
  line-height: 1.2em;
  background: #00b0ca;
  color: white;
  width: 48%;
  padding: 10px;
  font-size: 1.8em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  display: block;
  margin-top: 30px; }
  .prev-next:hover {
    color: white; }
  .prev-next.left {
    float: left; }
  .prev-next.right {
    float: right; }

.defaultcolor {
  background-color: #8ebe3f;
  fill: #8ebe3f; }

.riverfront {
  background-color: #0064af;
  fill: #0064af; }

.museum-at-the-gateway-arch {
  background-color: #8ebe3f;
  fill: #8ebe3f; }

.museum {
  background-color: #8ebe3f;
  fill: #8ebe3f; }

.gateway-arch-national-park {
  background-color: #005a5a;
  fill: #005a5a; }

.arch-park-grounds {
  background-color: #005a5a;
  fill: #005a5a; }

.north-gateway {
  background-color: #ed8700;
  fill: #ed8700; }

.luther-ely-smith-square {
  background-color: #9b9b9b;
  fill: #9b9b9b; }

.old-courthouse {
  background-color: #202b5e;
  fill: #202b5e; }

.kiener-plaza {
  background-color: #e05206;
  fill: #e05206; }

.gateway-arch {
  background-color: #c6168d;
  fill: #c6168d; }

.other {
  background-color: #56120f;
  fill: #56120f; }

.mobile-only {
  display: none; }

header {
  background: white;
  position: relative;
  z-index: 100; }
  header .col {
    width: 100%;
    overflow: auto;
    float: left; }
  header .logo {
    background: white;
    height: 190px;
    top: 0;
    position: absolute;
    left: 0;
    padding: 17px 50px 38px;
    z-index: 3; }
    header .logo img {
      width: 225px; }
    header .logo.with-announce-bar {
      top: 56px; }
  header .row.secondary {
    padding: 10px 5%;
    font-size: 1.6em;
    min-height: 53px;
    z-index: 2;
    overflow: visible; }
    header .row.secondary .btn {
      text-align: center;
      display: block;
      background: #3e0d53;
      padding: 5px 40px;
      color: white;
      text-decoration: none;
      margin-left: 5px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-family: "brandon-grotesque", Arial, sans-serif; }
      header .row.secondary .btn.donate {
        background: #00b0ca url("/assets/images/icon_arch.svg") no-repeat top 8px right 10px;
        background-size: 16px; }
      header .row.secondary .btn.webcam {
        background: #3e0d53 url("/assets/images/icon_cams.svg") no-repeat top 8px right 10px;
        background-size: 16px;
        padding: 5px 40px 5px 25px; }
      header .row.secondary .btn.bluesatarch {
        background: #3e0d53 url("/assets/images/icon_music.svg") no-repeat top 8px right 10px;
        background-size: 16px;
        padding: 5px 40px 5px 25px; }
      header .row.secondary .btn.search {
        background: #3e0d53 url("/assets/images/icon_magnifying_glass.svg") no-repeat top 8px right 10px;
        background-size: 16px;
        cursor: pointer; }
    header .row.secondary .grid-wrap {
      float: right; }
      header .row.secondary .grid-wrap .col {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
        overflow: visible; }
      header .row.secondary .grid-wrap .col.cart {
        text-align: right;
        padding: 8px 20px 0 0;
        font-size: .5em; }
        header .row.secondary .grid-wrap .col.cart a {
          color: #000000; }
          header .row.secondary .grid-wrap .col.cart a:hover {
            text-decoration: underline; }
    header .row.secondary.sticky {
      margin-bottom: 72px; }
  header .announcement-bar {
    background: #00b0ca;
    color: white;
    font-size: 1.05em;
    text-align: center;
    padding: 15px 5%;
    overflow: hidden; }
    header .announcement-bar .col {
      overflow: hidden; }
    header .announcement-bar a {
      color: white; }

.row.main-nav {
  padding: 23px 5% 0;
  overflow: visible;
  z-index: 1; }
  .row.main-nav nav ul {
    list-style-type: none;
    font-size: 1.8em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    font-family: "brandon-grotesque", Arial, sans-serif; }
    .row.main-nav nav ul li {
      display: inline-block;
      margin-left: 30px;
      min-height: 49px;
      position: relative; }
    .row.main-nav nav ul a {
      color: #4e4e4e;
      display: block;
      padding: 0 0 23px 0;
      text-decoration: none; }
      .row.main-nav nav ul a:hover {
        color: #8ebe3f; }
      .row.main-nav nav ul a.open {
        color: #8ebe3f; }
      .row.main-nav nav ul a.focus {
        color: #8ebe3f; }
      .row.main-nav nav ul a.active {
        color: #8ebe3f; }
  .row.main-nav .nav-drop {
    background: #202b5e;
    width: 300px;
    position: absolute;
    padding: 30px;
    left: -28px;
    display: none;
    top: 40px; }
    .row.main-nav .nav-drop.alt {
      left: auto;
      right: -18px; }
    .row.main-nav .nav-drop.poi {
      width: 567px; }
      .row.main-nav .nav-drop.poi .nav-drop-group {
        float: left;
        margin-left: 30px; }
        .row.main-nav .nav-drop.poi .nav-drop-group:first-child {
          margin-left: 0; }
    .row.main-nav .nav-drop.open {
      display: block; }
    .row.main-nav .nav-drop ul {
      font-size: 1em;
      font-weight: 500;
      text-transform: uppercase;
      text-align: left; }
      .row.main-nav .nav-drop ul li {
        margin-left: 0;
        display: block;
        min-height: 0; }
      .row.main-nav .nav-drop ul a {
        color: white; }
  .row.main-nav .nav-drop-group.poi {
    width: 60%; }
    .row.main-nav .nav-drop-group.poi .old-courthouse {
      background-color: #2e3c7d; }
    .row.main-nav .nav-drop-group.poi a {
      display: block;
      padding: 10px 15px 10px 10px; }
      .row.main-nav .nav-drop-group.poi a:hover {
        background: white !important; }
      .row.main-nav .nav-drop-group.poi a.hover {
        background: white !important; }
      .row.main-nav .nav-drop-group.poi a.focus {
        background: white !important; }
  .row.main-nav.sticky {
    position: fixed;
    background: white;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .row.main-nav .minilogo {
    position: absolute;
    left: 5%;
    top: 17px;
    width: 60px; }

.search-bar {
  position: absolute;
  width: 600px;
  right: -37px;
  padding: 37px;
  background: #eaecee;
  display: none; }
  .search-bar input[type=text] {
    font-size: 1em;
    display: inline-block;
    width: 69% !important;
    margin-right: 2%;
    font-size: 1em !important; }
  .search-bar input[type=submit] {
    font-family: "brandon-grotesque", Arial, sans-serif;
    border: none;
    background: #00b0ca;
    color: white;
    width: 28%;
    padding: 9px 10px;
    font-size: 1.1em;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none; }

.row.sub-nav {
  padding: 0 5% 16px 325px;
  overflow: visible; }
  .row.sub-nav nav ul {
    list-style-type: none;
    font-size: 1.8em;
    font-weight: 500;
    text-align: right;
    font-family: "brandon-grotesque", Arial, sans-serif; }
    .row.sub-nav nav ul li {
      display: inline-block;
      margin-left: 30px;
      min-height: 49px;
      position: relative; }
    .row.sub-nav nav ul a {
      color: #8ebe3f;
      display: block;
      padding: 0 0 7px 0;
      text-decoration: none; }
      .row.sub-nav nav ul a:hover {
        color: #00b0ca; }
      .row.sub-nav nav ul a.active {
        background: url("/assets/images/sub_nav_underline.svg") no-repeat bottom left;
        background-size: 44px 4px; }

.row.secondary {
  background: #eaecee; }

.nav_dropdown {
  background: #202b5e;
  width: 650px;
  position: absolute;
  padding: 30px;
  left: -28px;
  display: none; }
  .nav_dropdown .col {
    float: none; }
    .nav_dropdown .col.list {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .nav_dropdown .col.nav-poi {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2; }
      .nav_dropdown .col.nav-poi .nav-grid-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .nav_dropdown .col.nav-poi .nav-grid-wrap .col {
          -webkit-box-flex: 1;
          -ms-flex: 1 33.33333333%;
          flex: 1 33.33333333%;
          max-width: 33.33333333%;
          padding: 5px; }
          .nav_dropdown .col.nav-poi .nav-grid-wrap .col h3 {
            padding: 5px;
            font-size: .6em;
            text-align: left;
            min-height: 42px; }
      .nav_dropdown .col.nav-poi a {
        color: white;
        padding-bottom: 0; }
  .nav_dropdown ul {
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left; }
    .nav_dropdown ul.sub-nav-group a {
      color: white; }
    .nav_dropdown ul li {
      margin-left: 0;
      display: block; }
    .nav_dropdown ul a {
      color: white; }

.mobile_navigation {
  display: none;
  background-color: #202b5e;
  width: 100%;
  height: 60px;
  padding: 14px 5%;
  color: white; }

.nav_overlay {
  background: #202b5e;
  padding: 14px 5% 38px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 9999;
  display: none;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  /*h2 {
		border-bottom: 1px solid white;
		margin-bottom: 10px;
		font-size: 3.6em;
		color: white;
		font-weight: 500;
		border-top: 1px solid white;
		margin-top: 40px;
		padding-bottom: 5px;
	}

	h3 {
		color: white;
		font-size: 2.6em;
		font-weight: normal;
		padding-bottom: 10px;
		border-bottom: 1px solid $color_blue_medium;
	}*/ }
  .nav_overlay .close_btn {
    width: 50px;
    display: block; }
  .nav_overlay .mobile_nav_wrap {
    margin-top: 30px; }
  .nav_overlay ul {
    margin-bottom: 30px;
    list-style-type: none; }
    .nav_overlay ul li {
      margin-left: 0;
      font-size: 3.4em;
      font-weight: 700;
      color: white;
      border-bottom: 1px solid #0064af; }
    .nav_overlay ul a {
      color: #fff;
      display: block;
      padding: 10px 10px 5px 5px; }
      .nav_overlay ul a:active {
        background-color: #00b0ca;
        text-decoration: none; }
      .nav_overlay ul a:hover {
        text-decoration: none; }
    .nav_overlay ul ul {
      margin-left: 30px; }
      .nav_overlay ul ul li {
        font-size: .7em;
        font-weight: 500;
        border-bottom: none; }
      .nav_overlay ul ul ul {
        margin-left: 40px;
        margin-bottom: 0; }
        .nav_overlay ul ul ul li {
          font-size: .7em;
          border-bottom: none;
          list-style-type: circle; }

.drop_btn {
  display: block;
  color: white;
  font-size: 1.6em;
  text-transform: uppercase; }
  .drop_btn:hover {
    color: white; }
  .drop_btn span {
    font-size: 1.2em;
    font-weight: 700;
    padding-top: 3px;
    display: block; }
  .drop_btn svg {
    width: 45px;
    float: left;
    margin-right: 10px; }

.mobile_search .search-btn {
  margin-top: 20px;
  font-family: "brandon-grotesque", Arial, sans-serif;
  border: none;
  background: #00b0ca;
  color: white;
  width: 50%;
  padding: 9px 10px;
  font-size: 2.2em;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  float: right; }

.row.hero {
  background-color: #eaecee;
  background-size: cover;
  min-height: 700px;
  position: relative; }
  .row.hero h1 {
    font-size: 12em;
    color: white;
    text-transform: uppercase;
    line-height: .9em;
    /*position:absolute;
		left: 5%;
		top: 154px;
		width: 40%;
		z-index: 10;*/ }
  .row.hero .graphic-element-1 {
    width: 246px;
    height: 470px;
    display: block;
    background-color: rgba(142, 190, 63, 0.75);
    position: absolute;
    top: 140px;
    left: 50px;
    z-index: 2; }
  .row.hero .graphic-element-2 {
    width: 122px;
    height: 400px;
    display: block;
    background-color: rgba(255, 203, 5, 0.75);
    position: absolute;
    top: 258px;
    left: 315px;
    z-index: 2; }
  .row.hero .graphic-element-3 {
    width: 200px;
    height: 223px;
    display: block;
    background-color: rgba(0, 188, 228, 0.75);
    position: absolute;
    top: 185px;
    left: 455px;
    z-index: 2; }
  .row.hero .vid_container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .row.hero video.main {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    /* background-size: cover; */
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
    top: -25%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0); }
  .row.hero.special h1 {
    font-size: 9.8em;
    margin-bottom: 20px; }
  .row.hero.special p {
    color: white;
    font-size: 2.6em;
    margin-bottom: 20px;
    font-family: "brandon-grotesque", Arial, sans-serif; }

.hero-content {
  position: relative;
  margin: 154px 0 200px 5%;
  width: 50%;
  z-index: 3; }
  .hero-content .cta-btn {
    position: relative;
    bottom: auto;
    right: auto; }

.color-overlay {
  background: -moz-linear-gradient(45deg, rgba(0, 188, 228, 0.5) 0%, rgba(0, 188, 228, 0.5) 1%, rgba(142, 190, 63, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(0, 188, 228, 0.5) 0%, rgba(0, 188, 228, 0.5) 1%, rgba(142, 190, 63, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, rgba(0, 188, 228, 0.5) 0%, rgba(0, 188, 228, 0.5) 1%, rgba(142, 190, 63, 0.5) 100%);
  background: linear-gradient(45deg, rgba(0, 188, 228, 0.5) 0%, rgba(0, 188, 228, 0.5) 1%, rgba(142, 190, 63, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8000bce4', endColorstr='#808ebe3f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  height: 100%;
  width: 100%; }

.home h2 {
  font-size: 4.6em;
  font-weight: 900;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: 35px; }
  .home h2 span {
    padding-right: 8px;
    background-color: white;
    display: inline; }
  .home h2.accent {
    /*background-position: right 0 bottom 8px;
			background-repeat: no-repeat;
			background-image: linear-gradient(transparent 82%, #8ebe3f 18%);
			background-size: 100% 32px;	*/ }
    .home h2.accent:after {
      display: inline-block;
      background: #8ebe3f;
      content: "";
      width: 150px;
      height: 5px; }

.home .events {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0;
  overflow: visible;
  margin-bottom: 60px;
  z-index: 4; }
  .home .events .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: white;
    overflow: hidden;
    float: none; }
    .home .events .col.upcoming {
      -ms-flex-preferred-size: 63%;
      flex-basis: 63%;
      margin-top: -90px;
      padding: 30px 5% 40px 40px; }
    .home .events .col.mission {
      -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
      padding: 30px 20px 40px 5%; }
      .home .events .col.mission h2 {
        font-size: 3.5em;
        font-weight: 500;
        line-height: 1em;
        text-transform: uppercase;
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-bottom: 1px solid #9b9b9b; }
      .home .events .col.mission h3 {
        font-size: 3.5em;
        font-weight: 500;
        line-height: 1em;
        text-transform: uppercase;
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-bottom: 1px solid #9b9b9b; }
      .home .events .col.mission p {
        margin-bottom: 20px; }

/*.todays {

	.calendar {

		margin-bottom: 60px;

		h3 {
			font-size: 3.5em;
			font-weight: $font-weight-medium;
			line-height: 1em;
			text-transform: uppercase;
			padding-bottom: 15px;
			margin-bottom: 30px;
			border-bottom: 1px solid $color_gray_light;
		}

	}


	article.event {

		margin-bottom: 25px;

		h1 {
			font-size: 2.1em;
			line-height: 1em;
			font-weight: $font-weight-bold;
			margin-bottom: 5px;
		}

		.poi {
			font-size: 1.7em;
			color: $color_gray_medium;
		}

		.time {
			font-size: 2.1em;
			font-weight: $font-weight-bold;
			text-align: right;
		}
	}
}*/
.plan-event-box {
  background: #e05206;
  padding: 37px 34px 60px;
  color: white;
  position: relative; }
  .plan-event-box a {
    text-decoration: underline;
    color: inherit; }
    .plan-event-box a.cta-btn {
      text-decoration: none; }
  .plan-event-box h3 {
    line-height: 1.1em;
    display: block;
    font-size: 3.2em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px; }

.membership-list {
  list-style-type: none;
  font-size: 1.7em;
  margin-left: 0 !important; }
  .membership-list li {
    margin-bottom: 15px;
    padding-left: 48px;
    position: relative; }
  .membership-list .mbr-arch:before {
    display: block;
    position: absolute;
    content: url("/assets/images/icon_membership_arch.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    left: 0; }
  .membership-list .mbr-parking:before {
    display: block;
    position: absolute;
    content: url("/assets/images/icon_membership_auto.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    left: 0; }
  .membership-list .mbr-events:before {
    display: block;
    position: absolute;
    content: url("/assets/images/icon_membership_wine.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    left: 0; }
  .membership-list .mbr-shopping:before {
    display: block;
    position: absolute;
    content: url("/assets/images/icon_membership_shopping.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    left: 0; }
  .membership-list .mbr-tree:before {
    display: block;
    position: absolute;
    content: url("/assets/images/icon_trees_white.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    left: 0; }
  .membership-list .mbr-courthouse:before {
    display: block;
    position: absolute;
    content: url("/assets/images/icon_courthouse_white.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    left: 0; }
  .membership-list .mbr-book:before {
    display: block;
    position: absolute;
    content: url("/assets/images/icon_book_white.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    left: 0; }
  .membership-list .mbr-handshake:before {
    display: block;
    position: absolute;
    content: url("/assets/images/icon_handshake_white.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    left: 0; }
  .membership-list.dark .mbr-arch:before {
    display: block;
    position: absolute;
    content: url("/assets/images/icon_membership_arch_dark.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    left: 0; }
  .membership-list.dark .mbr-parking:before {
    display: block;
    position: absolute;
    content: url("/assets/images/icon_membership_auto_dark.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    left: 0; }
  .membership-list.dark .mbr-events:before {
    display: block;
    position: absolute;
    content: url("/assets/images/icon_membership_wine_dark.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    left: 0; }
  .membership-list.dark .mbr-shopping:before {
    display: block;
    position: absolute;
    content: url("/assets/images/icon_membership_shopping_dark.svg");
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    left: 0; }

.home .slideshow-container {
  position: relative; }
  .home .slideshow-container .slide {
    width: 100%; }
    .home .slideshow-container .slide .container {
      background: #fbf6e7;
      margin-bottom: 40px; }
    .home .slideshow-container .slide .location-bar {
      text-align: right;
      color: white; }
      .home .slideshow-container .slide .location-bar p {
        font-size: 1.2em;
        padding: 5px 10px;
        text-transform: uppercase; }
    .home .slideshow-container .slide .cta-btn {
      bottom: 0; }
  .home .slideshow-container article.content {
    padding: 35px 45px 70px; }
    .home .slideshow-container article.content h1 {
      font-size: 4.6em;
      font-weight: 700;
      margin-bottom: 10px;
      line-height: 1em; }
    .home .slideshow-container article.content time {
      font-size: 2.6em;
      font-weight: 700;
      margin-bottom: 13px;
      line-height: 1.2em;
      display: block;
      text-transform: uppercase; }

.test_reset {
  display: block;
  content: "";
  height: 40px; }

.flickity-page-dots {
  text-align: right;
  top: 10px;
  right: 10px;
  bottom: auto; }
  .flickity-page-dots .dot {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    border: 1px solid #00b0ca; }
    .flickity-page-dots .dot.is-selected {
      background: #00b0ca; }

.flickity-prev-next-button {
  top: 34px;
  background: white;
  border: 1px solid #00b0ca; }
  .flickity-prev-next-button.next {
    right: 10px; }
  .flickity-prev-next-button.previous {
    right: 64px;
    left: auto; }
  .flickity-prev-next-button .arrow {
    fill: #00b0ca; }

.plan-visit {
  margin-bottom: 100px; }
  .plan-visit a {
    color: white; }
  .plan-visit h3 {
    line-height: 1.1em;
    padding: 12px 20px;
    font-size: 2.2em;
    font-weight: 500; }
  .plan-visit .poi.grid-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .plan-visit .poi .col {
    padding: 0 5px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.sub-plan h4 {
  font-size: 2.2em;
  font-weight: 500; }

.sub-plan a {
  color: #4e4e4e;
  display: block; }

.sub-plan .col {
  background: #fbf6e7;
  border-left: 1px solid white;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33.33333333%;
  flex: 1 0 33.33333333%;
  padding: 40px 35px; }

.map-embed iframe {
  width: 100%;
  border: 0;
  min-height: 450px; }

.legacy-museum {
  margin-bottom: 150px;
  overflow: visible; }
  .legacy-museum:after {
    content: "";
    display: table;
    clear: both; }
  .legacy-museum .content-wrap {
    overflow: visible; }
  .legacy-museum h3 {
    font-size: 3.5em;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.1em; }
  .legacy-museum .leg-mus {
    overflow: visible; }
  .legacy-museum .col {
    width: 50%;
    float: left;
    position: relative; }
  .legacy-museum .image-block {
    color: white;
    padding: 55px 50px 140px;
    background-size: cover; }

.artifacts {
  margin-bottom: 100px; }
  .artifacts a {
    color: white; }
  .artifacts h3 {
    line-height: 1.1em;
    padding: 12px 20px;
    font-size: 2.2em;
    font-weight: 500; }
  .artifacts.grid-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .artifacts .col {
    padding: 0 5px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.updates {
  margin-bottom: 100px; }
  .updates h3 {
    font-weight: 500;
    font-size: 3.5em;
    line-height: 1em; }
  .updates .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    padding-right: 30px; }
    .updates .col:first-child {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 18%;
      flex: 1 0 18%; }
    .updates .col article h1 {
      font-weight: 500;
      font-size: 2.2em;
      line-height: 1.1em;
      margin-bottom: 5px; }
    .updates .col article time {
      font-size: 1.7em; }

.page_wrap {
  position: relative; }

.main-image-container {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /*.secondary-container {
	display: block;
	position: absolute;
	right: 52%;
	top: 0;
	width: 50%;

	}*/ }
  .main-image-container .col {
    margin-left: 18px;
    width: 50%; }
  .main-image-container .pos-2 {
    margin-bottom: 18px; }
  .main-image-container .pos-3 {
    width: 60%;
    float: right; }

.main-heading {
  width: 61%;
  margin-top: 130px;
  margin-bottom: 120px; }
  .main-heading p {
    z-index: 1;
    position: relative; }
    .main-heading p span {
      background: rgba(255, 255, 255, 0.9); }
  .main-heading h1 {
    font-size: 6.5em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.08em; }
    .main-heading h1 span {
      background: rgba(255, 255, 255, 0.9); }
  .main-heading.alt {
    margin-top: 65px;
    margin-bottom: 80px; }

.content-half.two {
  margin-top: -30px; }

.content-half .content-wrap {
  padding: 0 12% 60px; }
  .content-half .content-wrap.more-padding-top {
    padding-top: 40px; }

.col.main {
  width: 64%;
  padding-right: 6%;
  background: white;
  padding-top: 40px; }
  .col.main :first-child {
    margin-top: 0 !important; }
  .col.main.more-padding-top {
    padding-top: 100px; }
  .col.main hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid white;
    margin: 40px 0 0 0; }
  .col.main p {
    margin-bottom: 20px; }
  .col.main h1 {
    font-size: 4.6em;
    line-height: 1.15em;
    text-transform: none;
    font-weight: 700;
    margin: 50px 0 30px; }
  .col.main h2 {
    font-size: 4.6em;
    line-height: 1.15em;
    text-transform: none;
    font-weight: 700;
    margin: 50px 0 30px; }
    .col.main h2 span {
      padding-right: 8px;
      background-color: white;
      display: inline; }
    .col.main h2.accent {
      text-transform: uppercase; }
    .col.main h2.accent:after {
      display: inline-block;
      background: #8ebe3f;
      content: "";
      width: 150px;
      height: 5px; }
  .col.main h3 {
    font-size: 2.8em;
    margin-bottom: 20px;
    line-height: 1.3em; }
  .col.main h4 {
    font-size: 2.5em;
    margin-bottom: 20px;
    line-height: 1.2em; }
  .col.main ul {
    font-size: 1.7em;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-left: 35px; }
    .col.main ul ul, .col.main ul ol {
      font-size: 1em; }
  .col.main ol {
    font-size: 1.7em;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-left: 35px; }
    .col.main ol ul, .col.main ol ol {
      font-size: 1em; }
  .col.main li {
    margin-bottom: 5px; }
  .col.main time {
    display: block;
    font-size: 1.7em;
    margin-bottom: 20px; }
  .col.main img {
    margin-bottom: 20px; }
  .col.main.full {
    padding: 0;
    width: 100%; }
  .col.main iframe {
    margin-bottom: 50px; }
  .col.main.main--full-width {
    width: 100%; }

.col.sidebar {
  width: 36%;
  padding-top: 40px; }

.ee_gmap {
  margin-bottom: 30px; }

.sidebar-chunk {
  margin-bottom: 60px; }
  .sidebar-chunk p {
    margin-bottom: 20px; }
  .sidebar-chunk h2 {
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1em; }
  .sidebar-chunk h3 {
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1em; }
  .sidebar-chunk .event {
    margin-bottom: 30px; }
    .sidebar-chunk .event h1 {
      font-size: 2.1em;
      font-weight: 700;
      line-height: 1.3em; }
    .sidebar-chunk .event .poi {
      font-size: 1.7em; }
    .sidebar-chunk .event time {
      font-size: 1.7em;
      font-weight: 700; }
  .sidebar-chunk.main {
    padding: 30px 30px 30px 30px;
    margin-bottom: 0;
    background: #fbf6e7; }
  .sidebar-chunk.general {
    background: #fbf6e7; }
    .sidebar-chunk.general p {
      margin-bottom: 20px; }
    .sidebar-chunk.general h2 {
      margin-bottom: 20px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 3em;
      line-height: 1em; }
    .sidebar-chunk.general h3 {
      margin-bottom: 20px;
      font-weight: 600;
      font-size: 3em;
      line-height: 1em; }
    .sidebar-chunk.general h4 {
      margin-bottom: 10px;
      font-size: 2em;
      border-bottom: 1px solid gray; }
    .sidebar-chunk.general ul {
      font-size: 1.7em;
      margin: 0 0 30px 21px;
      margin-left: 21px;
      margin-bottom: 30px; }
  .sidebar-chunk.green h4 {
    margin-bottom: 10px;
    font-size: 2em;
    border-bottom: 1px solid white; }
  .sidebar-chunk.eero {
    background: #202b5e;
    color: white; }
  .sidebar-chunk.green {
    background: #8ebe3f;
    color: white; }
  .sidebar-chunk.white {
    background: #fff; }
  .sidebar-chunk.sub-navigation nav ul {
    font-size: 1.7em; }
  .sidebar-chunk.sub-navigation.hubs {
    background: #202b5e; }
  .sidebar-chunk.sub-navigation ul {
    list-style-type: none;
    font-size: 1.7em;
    margin-left: -30px; }
    .sidebar-chunk.sub-navigation ul li {
      margin-bottom: 8px; }
      .sidebar-chunk.sub-navigation ul li a {
        display: block;
        padding-left: 30px; }
        .sidebar-chunk.sub-navigation ul li a.active {
          background: url("/assets/images/sub_nav_underline.svg") no-repeat top 11px left -23px;
          background-size: 44px 4px; }
  .sidebar-chunk.event-details h3 {
    margin-bottom: 20px; }
  .sidebar-chunk.event-details h4 {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 26px; }
  .sidebar-chunk.event-details ul {
    list-style-type: none;
    font-size: 1.8em;
    margin-bottom: 30px; }
    .sidebar-chunk.event-details ul li {
      margin-bottom: 8px; }
    .sidebar-chunk.event-details ul .time {
      display: block;
      font-size: .8em; }
    .sidebar-chunk.event-details ul h4 {
      font-size: 1.1em;
      margin-bottom: 0; }
  .sidebar-chunk.extra-top {
    margin-top: 60px; }

.row.splitter {
  margin-bottom: 50px; }

.slideshow-container {
  position: relative; }

.slide {
  width: 100%;
  height: auto; }

.slideshow .caption {
  font-size: 1.1em;
  bottom: 0;
  text-align: center;
  color: white;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  padding: 10px; }

.content-slide-down {
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #939598; }
  .content-slide-down h2, .content-slide-down h3 {
    padding-right: 45px; }
  .content-slide-down .slidedown-btn {
    width: 37px;
    background: none;
    border: none;
    position: absolute;
    top: 8px;
    right: 0;
    float: right;
    cursor: pointer; }
    .content-slide-down .slidedown-btn img {
      margin-bottom: 0; }
  .content-slide-down .slide-down {
    display: none; }

.filters {
  margin-bottom: 60px; }
  .filters .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px; }
    .filters .col:first-child {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2; }
  .filters h2 {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px; }
  .filters input[type="text"] {
    padding: 15px 10px !important;
    font-size: 1.6em !important;
    margin-right: 4%;
    width: 48% !important;
    float: left;
    background: url("/assets/images/icon_calendar.svg") no-repeat top 13px right 10px;
    background-size: 20px 20px;
    border: 1px solid #c5c5c5; }
    .filters input[type="text"]:last-of-type {
      margin-right: 0; }
  .filters label {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .filters input[type="submit"] {
    font-family: "brandon-grotesque", Arial, sans-serif;
    border: none;
    background: #00b0ca;
    color: white;
    width: 100%;
    padding: 9px 10px;
    font-size: 2.2em;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    margin-top: 40px;
    -webkit-appearance: none; }
  .filters select {
    font-size: 1.6em;
    width: 100%; }

.events-list {
  margin-bottom: 100px; }
  .events-list a {
    color: white; }
  .events-list .meta {
    padding: 15px 20px; }
  .events-list h3 {
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 3px; }
  .events-list h4 {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 3px; }
  .events-list h5 {
    font-size: 1.7em;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 3px; }
  .events-list time {
    font-size: 1.7em;
    font-weight: 400;
    line-height: 1.1em; }
  .events-list .events.grid-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .events-list .events .col {
    padding: 0 5px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.ui-widget {
  font-size: 1.8em;
  font-family: "brandon-grotesque", Arial, sans-serif;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15); }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fbf6e7;
  color: #777620; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #202b5e;
  background: #0064af;
  color: white; }

.slideshow-container-alt {
  position: relative;
  margin-bottom: 80px;
  overflow: auto; }
  .slideshow-container-alt .slide {
    width: 100%; }
    .slideshow-container-alt .slide img {
      width: 70%;
      float: right; }
    .slideshow-container-alt .slide .location-bar {
      text-align: right;
      color: white; }
      .slideshow-container-alt .slide .location-bar p {
        font-size: 1.2em;
        padding: 5px 10px;
        text-transform: uppercase; }
  .slideshow-container-alt .container {
    background: #fbf6e7;
    position: absolute;
    width: 50%;
    float: left;
    margin-top: 30px; }
    .slideshow-container-alt .container .content {
      padding: 35px 45px 70px; }
      .slideshow-container-alt .container .content h1 {
        font-size: 4.6em;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1em; }
      .slideshow-container-alt .container .content time {
        font-size: 2.6em;
        font-weight: 700;
        margin-bottom: 13px;
        line-height: 1.2em;
        display: block;
        text-transform: uppercase; }

.view-more {
  padding: 60px 5% 0; }

.view-more .cta-btn {
  position: relative;
  right: auto;
  bottom: auto;
  display: block;
  margin: 0 auto; }

.events .pagination {
  margin-top: 60px;
  font-size: 1.7em;
  width: 100%; }
  .events .pagination a {
    color: #8ebe3f;
    font-size: inherit;
    display: inline-block; }
    .events .pagination a:nth-child(2) {
      margin-left: 0; }
    .events .pagination a.last {
      margin-left: 20px; }
    .events .pagination a.first {
      margin-right: 20px; }
  .events .pagination .active a {
    color: #00b0ca;
    border: 1px solid #00b0ca;
    padding: 0 6px; }
  .events .pagination .pagination-pages {
    padding: 0 20px;
    display: inline-block; }

.sp-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sp-block {
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sp-block.quarter {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%; }

.sp-block.featured, .sp-block.half {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%; }

.sp-block.third {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  max-width: 33%; }

.sp-block.full {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%; }

.sp-text-label {
  text-align: center;
  margin-bottom: 0 !important; }

.sp-block p {
  font-size: 1.9em; }

.enhanced-event h2 span {
  padding-right: 8px;
  background-color: white;
  display: inline; }

.enhanced-event h2.accent:after {
  display: inline-block;
  background: #8ebe3f;
  content: "";
  width: 150px;
  height: 5px; }

.enhanced-event h2.main {
  font-size: 4.6em;
  font-weight: 900;
  line-height: 1.1em;
  text-transform: uppercase;
  background: white;
  margin-bottom: 35px; }

.enhanced-event .content p {
  margin-bottom: 20px; }

.enhanced-event h3 {
  font-size: 2.8em;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.3em; }

.enhanced-event .dropdown-detail h3 {
  padding-right: 45px; }

.enhanced-event h4 {
  font-size: 2.4em; }

.enhanced-event .row.hero.event {
  background-color: #eaecee;
  background-size: cover;
  background-position: center;
  min-height: 700px;
  position: relative;
  height: calc(100vh - 246px); }
  .enhanced-event .row.hero.event.virtual {
    height: auto; }

.enhanced-event .hero-enhanced-wrap {
  padding-top: 110px; }

.enhanced-event .hero-enhanced-wrap .hero-text {
  width: 60%;
  padding: 35px;
  margin-left: -2.5%;
  position: relative;
  float: left; }
  .enhanced-event .hero-enhanced-wrap .hero-text p {
    font-size: 1.7em;
    line-height: 1.5em;
    color: white; }
  .enhanced-event .hero-enhanced-wrap .hero-text h1 {
    font-size: 9.8em;
    color: white; }
  .enhanced-event .hero-enhanced-wrap .hero-text h2 {
    margin-top: 20px;
    font-size: 3.1em;
    color: white; }

.enhanced-event .hero-enhanced-wrap .logo-box {
  height: 307px;
  padding: 25px;
  float: left;
  width: 350px;
  background-color: white; }
  .enhanced-event .hero-enhanced-wrap .logo-box img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.enhanced-event .location-tab {
  font-size: 1.8em !important;
  padding: 5px 10px;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 0;
  right: 0; }

.enhanced-event .enhanced-sub-nav {
  position: absolute;
  bottom: 0;
  font-family: "brandon-grotesque", Arial, sans-serif; }
  .enhanced-event .enhanced-sub-nav ul {
    list-style-type: none;
    padding: 10px 0; }
    .enhanced-event .enhanced-sub-nav ul li {
      display: inline-block;
      padding-right: 20px;
      margin: 5px 20px 5px 0;
      border-right: 1px solid white; }
      .enhanced-event .enhanced-sub-nav ul li:last-of-type {
        border-right: none; }
      .enhanced-event .enhanced-sub-nav ul li:last-of-type {
        padding-right: 0;
        margin-right: 0; }
  .enhanced-event .enhanced-sub-nav a {
    color: white;
    font-size: 1.7em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em; }

.enhanced-event .enhanced-col-main {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 52%;
  flex: 0 1 52%;
  padding: 60px 0 60px 0; }

.enhanced-event .enhanced-col-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  padding: 60px 0 20px 0; }
  .enhanced-event .enhanced-col-sidebar .row:last-of-type .logo-grid {
    margin-bottom: 0;
    padding-bottom: 0; }
  .enhanced-event .enhanced-col-sidebar .logo-grid {
    border-top: 1px solid #c7c7c7;
    padding: 15px 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .enhanced-event .enhanced-col-sidebar .logo-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 46%;
    flex: 0 1 46%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    .enhanced-event .enhanced-col-sidebar .logo-box.featured {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
  .enhanced-event .enhanced-col-sidebar .sp {
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 10px; }

.enhanced-main-heading {
  width: 61%;
  margin-top: 162px;
  margin-bottom: 190px; }
  .enhanced-main-heading p {
    z-index: 1;
    position: relative; }
    .enhanced-main-heading p span {
      background: rgba(255, 255, 255, 0.9); }
  .enhanced-main-heading h1 {
    font-size: 6.5em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.08em; }
    .enhanced-main-heading h1 span {
      background: rgba(255, 255, 255, 0.9); }
  .enhanced-main-heading.alt {
    margin-top: 65px;
    margin-bottom: 80px; }

.enhanced-event-section ul, .enhanced-event-section ol {
  font-size: 1.7em;
  line-height: 1.5em;
  margin-bottom: 20px;
  margin-left: 35px; }
  .enhanced-event-section ul ul, .enhanced-event-section ul ol, .enhanced-event-section ol ul, .enhanced-event-section ol ol {
    font-size: 1em;
    margin-bottom: 0; }

.enhanced-event-section .enhanced-event-section-content-wrap {
  position: relative; }

.enhanced-event-section .image-slider {
  width: 48%;
  float: left;
  margin-bottom: 100px; }

.enhanced-event-section .content {
  background-color: white;
  border: 1px solid #d9d9d9;
  padding: 60px 4%;
  margin: 0px 0 100px 0%;
  width: 52%;
  float: left;
  position: relative; }

.enhanced-event-section .reverse .image-slider {
  width: 48%;
  float: right; }

.enhanced-event-section .reverse .content {
  background-color: white;
  border: 1px solid #d9d9d9;
  padding: 60px 4%;
  margin: 0px 0 100px 0%;
  width: 52%;
  float: right;
  position: relative; }

.enhanced-event-section .dropdown-detail {
  border-top: 1px solid #939598;
  padding: 15px 0 0 0;
  position: relative; }

.enhanced-event-section .more-info {
  display: none;
  padding-bottom: 30px; }

.enhanced-event-section .slidedown-btn {
  width: 37px;
  background: none;
  border: none;
  position: absolute;
  top: 26px;
  right: 0;
  cursor: pointer; }

.other-events {
  margin-bottom: 70px; }

.other-events .grid-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.other-events-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  margin-right: 5%;
  margin-bottom: 30px; }
  .other-events-box:nth-child(3n) {
    margin-right: 0; }
  .other-events-box p {
    margin-bottom: 20px; }
  .other-events-box ul, .other-events-box ol {
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-left: 35px; }
  .other-events-box img {
    margin-bottom: 10px; }

.virtual-wrapper {
  background-color: #0f1f36;
  padding: 80px 0 100px; }
  .virtual-wrapper .cta-btn {
    font-size: 2em !important;
    width: 100%;
    min-width: 300px;
    height: 63px; }
  .virtual-wrapper .rsvp-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px; }

.virtual-wrapper-inner {
  width: 80%;
  margin: 0 auto; }

.timer-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.timer {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .timer .big-num {
    color: #f5831f;
    font-size: 8.3em;
    font-weight: 200;
    padding: 0 20px; }
  .timer .small-num {
    color: #f5831f;
    font-size: 4em;
    font-weight: 200;
    padding: 0 20px;
    margin-top: auto; }
    .timer .small-num span {
      margin-top: 15px; }
  .timer span {
    color: white;
    font-size: 16px;
    display: block; }

/*div {
  display: inline-block;
  line-height: 1;
  padding: 20px;
  font-size: 40px;
}*/
.sp {
  margin-bottom: 40px; }

.sp .sp-wrap {
  margin-bottom: 60px; }

.sp .sp-block {
  padding: 10px 40px; }

.sp .row {
  margin-bottom: 20px; }

.sp h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #939598; }

.sp h4 {
  text-align: center;
  font-weight: 300;
  line-height: 1em; }

.museum-hubs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .museum-hubs .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 10px; }
    .museum-hubs .col .mus-content-wrap {
      color: white;
      padding: 48px 58px;
      min-height: 500px;
      display: block; }
  .museum-hubs h2 {
    font-size: 3.5em;
    font-weight: 500; }
  .museum-hubs p {
    margin-bottom: 20px; }

.artifact-meta {
  color: white;
  font-size: 1.1em;
  border: 1px solid #00b0ca;
  display: block;
  background: #00b0ca;
  padding: 20px 20px 2px 20px;
  margin-bottom: 20px; }

.staff-bio {
  text-align: center; }
  .staff-bio img {
    margin-bottom: 10px;
    border: 5px solid white; }
  .staff-bio h1 {
    font-size: 2em;
    font-weight: 700; }
  .staff-bio h2 {
    font-size: 1.6em !important;
    font-weight: 400; }

.blocker {
  background-color: rgba(0, 176, 202, 0.95);
  z-index: 999; }

.modal {
  text-align: center;
  padding: 30px 30px;
  box-shadow: 0 0 10px #016c7b;
  max-width: 900px;
  -webkit-box-shadow: 0 0 10px #016c7b;
  -moz-box-shadow: 0 0 10px #016c7b;
  -o-box-shadow: 0 0 10px #016c7b;
  -ms-box-shadow: 0 0 10px #016c7b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0; }
  .modal p {
    font-size: 1.625em;
    margin-bottom: 20px;
    text-align: left; }
  .modal h4 {
    font-family: "brandon-grotesque", Arial, sans-serif;
    font-size: 3em;
    color: #4e4e4e;
    margin-bottom: 5px;
    line-height: 1em; }
  .modal h5 {
    font-family: "brandon-grotesque", Arial, sans-serif;
    font-size: 2em;
    font-weight: 400;
    color: #4e4e4e;
    margin-bottom: 20px; }
  .modal img {
    margin-bottom: 20px;
    width: 75%;
    max-width: 330px;
    margin: 0 auto 20px; }

.legacy .row {
  overflow: hidden;
  background: url("/assets/images/timeline_dot.svg") no-repeat top center;
  background-size: 26px 26px; }
  .legacy .row:last-child {
    background: url("/assets/images/timeline_dot.svg") no-repeat top center, url("/assets/images/timeline_dot.svg") no-repeat bottom center;
    background-size: 26px 26px, 26px 26px; }

.legacy .row.alt time {
  text-align: left; }

.legacy article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px; }
  .legacy article.alt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.legacy::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background: #868687; }

.legacy .col-a {
  -webkit-box-flex: 1;
  -ms-flex: 1 45%;
  flex: 1 45%;
  max-width: 45%; }

.legacy .col-b {
  -webkit-box-flex: 1;
  -ms-flex: 1 45%;
  flex: 1 45%;
  max-width: 45%; }

.legacy time {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1em;
  display: block;
  margin-bottom: 20px;
  text-align: right; }

.legacy h1 {
  font-size: 4.6em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px; }

.legacy p {
  margin-bottom: 20px; }

.legacy .juxtapose img {
  width: auto; }

.legacy a.jx-knightlab {
  display: none; }

article.news {
  margin-bottom: 80px; }
  article.news .col:first-child {
    padding: 0 20px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 30%;
    flex: 1 30%; }
  article.news .col:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 70%;
    flex: 1 70%; }
  article.news h1 {
    line-height: 1.1em;
    font-size: 3.5em;
    margin-bottom: 10px;
    font-weight: 500; }
  article.news time {
    display: block;
    font-weight: 400;
    font-size: 1.7em;
    margin-bottom: 5px; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.recent-news h1 {
  font-size: 2em;
  line-height: 1.2em; }

.recent-news time {
  font-size: 1.7em;
  display: block;
  margin-bottom: 20px; }

.pagination a {
  font-size: 1.7em; }
  .pagination a:nth-child(2) {
    margin-left: 40px; }

.col.main.main--news h2 {
  font-weight: 900 !important;
  font-size: 6em; }
  @media (max-width: 600px) {
    .col.main.main--news h2 {
      font-size: 3.5em !important; } }

.gridgrid-wrap {
  display: -ms-grid;
  display: grid; }

.gridgrid-wrap--featured {
  -webkit-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 20px; }
  .gridgrid-wrap--featured h1 {
    font-size: 5em !important;
    margin-bottom: 10px !important; }
    @media (max-width: 600px) {
      .gridgrid-wrap--featured h1 {
        font-size: 3.6em !important; } }
  @media (max-width: 1120px) {
    .gridgrid-wrap--featured {
      row-gap: 0;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      margin-bottom: 50px; }
      .gridgrid-wrap--featured time {
        margin-bottom: 0 !important; }
      .gridgrid-wrap--featured .news-featured-title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .gridgrid-wrap--featured news-featured-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

.gridgrid-wrap--3col {
  -webkit-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 600px) {
    .gridgrid-wrap--3col {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.gridgrid-wrap--2col {
  -webkit-column-gap: 60px;
  column-gap: 60px;
  row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 600px) {
    .gridgrid-wrap--2col {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.col.main :first-child.secondary-news {
  margin-top: 50px !important; }

.secondary-news {
  margin-top: 50px !important; }
  .secondary-news h3 {
    font-size: 6em !important;
    line-height: 1.15em !important;
    text-transform: none !important;
    font-weight: 500 !important;
    margin: 50px 0 30px !important; }
    @media (max-width: 600px) {
      .secondary-news h3 {
        font-size: 3.6em !important; } }

.news-grid {
  margin-bottom: 30px; }
  .news-grid h1 {
    font-size: 2.4em !important;
    margin: 0 0 10px 0 !important; }

.cta-btn.cta-btn--newsroom {
  max-width: 300px;
  font-size: 2.1em !important; }

.cat-filter {
  list-style-type: none;
  margin-bottom: 50px !important;
  border-bottom: 1px solid #acacac;
  padding-bottom: 15px;
  margin-left: 0 !important; }
  .cat-filter .active {
    font-weight: bold; }
  .cat-filter li {
    display: inline-block;
    border-right: 1px solid #acacac;
    padding-right: 12px;
    padding-left: 12px; }
    .cat-filter li:first-of-type {
      padding-left: 0; }
    .cat-filter li:last-of-type {
      border-right: none; }

.news-quote {
  margin: 30px 0 40px 0;
  font-style: normal;
  border-left: 5px solid #8ebe3f;
  margin-left: 0;
  padding-left: 30px; }
  .news-quote cite {
    font-style: normal; }

.news-quote__quote {
  font-family: "brandon-grotesque", Arial, sans-serif;
  font-size: 4em;
  font-style: italic;
  line-height: 1.2em; }

.news-time {
  font-style: italic;
  font-weight: 600; }

.logos .logo-wrap {
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.logos h2 {
  font-size: 4.6em;
  margin-bottom: 30px; }

.logos h3 {
  font-size: 3.5em;
  margin-bottom: 30px; }

.logos .col {
  padding: 0 10px;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 25%;
  flex: 1 25%;
  max-width: 25%; }

.logos-alt .logo-wrap {
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.logos-alt h2 {
  font-size: 4.6em;
  margin-bottom: 30px; }

.logos-alt h3 {
  font-size: 3.5em;
  margin-bottom: 30px; }

.logos-alt .col {
  padding: 0 10px;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 20%;
  flex: 1 20%;
  max-width: 20%; }

.name-lists .col {
  -webkit-box-flex: 1;
  -ms-flex: 1 50%;
  flex: 1 50%;
  max-width: 50%; }
  .name-lists .col:first-child {
    padding-right: 20px; }

.name-lists h4 {
  font-size: 3em;
  margin-bottom: 20px; }

.name-lists ul {
  font-size: 2em;
  list-style-type: none;
  margin-bottom: 30px; }

.name-lists img {
  width: 80%; }

.shop-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .shop-list .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 25%;
    flex: 1 25%;
    max-width: 25%;
    margin-bottom: 60px;
    padding: 0 10px; }
  .shop-list a {
    color: white; }
  .shop-list .meta {
    padding: 15px 20px; }
  .shop-list h3 {
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 3px; }
  .shop-list h4 {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 3px; }

.shop-detail {
  margin-bottom: 60px; }
  .shop-detail .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
    max-width: 50%; }
    .shop-detail .col:last-child {
      padding-left: 30px; }
  .shop-detail .cost {
    font-size: 3em;
    margin-bottom: 60px; }
  .shop-detail p {
    margin-bottom: 20px; }
  .shop-detail h2 {
    font-size: 4.6em;
    line-height: 1em;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 30px; }
  .shop-detail label {
    display: block;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px; }
  .shop-detail select {
    font-size: 1.6em;
    width: 100%;
    margin-bottom: 20px; }
  .shop-detail .cta-btn {
    display: block;
    background: #00b0ca;
    color: white;
    width: 60%;
    padding: 15px;
    font-size: 2.2em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    text-align: center;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    float: right; }
  .shop-detail input[type="submit"] {
    font-family: "brandon-grotesque", Arial, sans-serif;
    display: block;
    background: #00b0ca;
    color: white;
    width: 60%;
    padding: 15px;
    font-size: 2.2em;
    border-radius: 2px;
    position: relative;
    text-align: center;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    float: right;
    border: none;
    -webkit-appearance: none;
    cursor: pointer; }

.more-products h3 {
  font-size: 3.5em;
  margin-bottom: 20px; }

.more-products .shop-list h3 {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 3px; }

.shop-general {
  display: block;
  width: 100%;
  margin-bottom: 30px; }
  .shop-general a {
    color: #8ebe3f; }
  .shop-general p {
    margin-bottom: 20px; }

/*.policy-link {
	display: block;
	width: 100%;
	margin-bottom: 30px;

	a {
		color: $color_green_light;
	}
}*/
#fc, #fc h2, #fc h3, #fc h4, #fc h5, #fc p, #fc input, #fc button, #fc span, #fc a, #fc table, #fc table *, #fc div, #fc address, #fc li, #fc ul {
  font-family: "brandon-grotesque", Arial, sans-serif !important; }

#fc .fc-fixed-button-right .fc-btn-action {
  background: #202b5e !important; }

#fc .fc-action--checkout--button, #fc .fc-button--subscription-cancel, #fc .fc-button--submit {
  background: #202b5e !important;
  border: none !important; }

#fc .btn, #fc .fc-button, #fc .fc-sidecart-button, #fc .fc-action--checkout--button, #fc .fc-button-link {
  font-size: 16px !important; }

#fc .fc-transaction__shipping-address img {
  width: 16px !important;
  padding-left: 0 !important; }

#fc .fc-cart__item__name {
  font-size: 24px !important; }

#fc p {
  font-size: 18px !important; }

#fc h5 {
  font-size: 22px !important; }

#fc .fc-transaction {
  font-size: 16px !important; }

#fc .fc-subtotal__label {
  font-size: 20px !important; }

#fc .fc-transaction__ui__toggle {
  font-size: 16px !important; }

.col.main .search-result {
  margin-bottom: 80px; }
  .col.main .search-result h1 {
    margin-bottom: 10px;
    line-height: 1.1em;
    font-size: 3.5em;
    font-weight: 300; }
  .col.main .search-result h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 2em;
    font-weight: 500; }

label {
  display: block;
  font-size: 17px !important;
  font-weight: 600 !important;
  margin-bottom: 5px; }

fieldset {
  border: none;
  margin-bottom: 30px; }
  fieldset legend {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 700; }
  fieldset fieldset legend {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 0; }
  fieldset fieldset.radio label {
    display: inline-block;
    margin-right: 20px; }

.form-row {
  margin-bottom: 20px; }
  .form-row .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
    padding-right: 20px; }
    .form-row .col.full {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 100%; }

input[type=text], input[type=email], textarea, input[type=tel], input[type=password] {
  width: 100% !important;
  padding: 10px !important;
  font-size: 17px !important;
  font-family: "open-sans", Arial, sans-serif !important;
  border: 1px solid #9b9b9b !important;
  opacity: 1 !important;
  border-radius: 0 !important; }

select {
  width: 100%;
  font-size: 17px;
  opacity: 1 !important; }

textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #9b9b9b;
  font-size: 17px !important;
  font-family: "open-sans", Arial, sans-serif; }

input[type="radio"], input[type="checkbox"] {
  margin: 0 5px 0 5px; }

.checkbox {
  display: inline-block; }

.plan-event input[type="submit"] {
  font-family: "brandon-grotesque", Arial, sans-serif;
  border: none;
  background: #00b0ca;
  color: white;
  width: 100%;
  padding: 9px 10px;
  font-size: 2.2em;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  margin-top: 40px;
  -webkit-appearance: none; }

.plan-event-estimate {
  font-size: 2em;
  width: 100%; }
  .plan-event-estimate tr td:last-child {
    text-align: right; }
  .plan-event-estimate tr.total {
    font-weight: 700;
    font-size: 1.2em; }
    .plan-event-estimate tr.total td {
      padding-top: 25px; }

.freeform-column button[type="submit"] {
  display: block;
  background: #00b0ca;
  color: white;
  width: 60%;
  padding: 15px;
  font-size: 2.2em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  text-align: center;
  right: auto;
  bottom: auto;
  margin-top: 20px;
  border: none;
  cursor: pointer; }

.freeform-form-has-errors {
  font-size: 2em; }

.freeform-row .freeform-column .freeform-errors {
  list-style: none;
  padding: 0;
  margin: 5px 0 0; }

.freeform-row .freeform-column .freeform-errors > li {
  color: red; }

.BBFormFieldLabel {
  font-size: 17px !important;
  font-weight: 500 !important; }

.BBFormSelectList {
  font-size: 17px !important; }

.BBFormSectionHeading label {
  font-weight: 600 !important; }

.newsletter-subscribe #bbox-root-89e22f1d-1482-4889-9c7c-c090403a53c8 {
  width: 100% !important; }

.newsletter-subscribe .BBFormSection div:nth-of-type(2) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 75% !important;
  float: left !important; }

.newsletter-subscribe .BBFormSignupFieldWide {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 25% !important;
  flex: 1 0 25% !important;
  padding: 0 10px !important;
  float: none !important;
  margin: 0 !important; }

.newsletter-subscribe .BBFormButtonRow {
  margin-top: 0 !important;
  float: left !important;
  width: 25% !important;
  padding: 0 10px !important; }

.newsletter-subscribe .BBFormSubmitbutton {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1.8em !important;
  padding: 12px 10px !important; }

#reCAPTCHADisclosure {
  margin-top: 10px !important;
  padding-right: 8px !important;
  font-size: 6px !important;
  float: right !important;
  display: block !important; }

#announcement-modal.modal {
  max-width: 500px; }
  #announcement-modal.modal p {
    margin-bottom: 20px; }
  #announcement-modal.modal img {
    width: 100%;
    max-width: 100%; }
  #announcement-modal.modal h1 {
    font-size: 2.6em;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-align: left; }
  #announcement-modal.modal ul {
    line-height: 1.2em;
    font-size: 2em;
    text-align: left;
    margin-left: 20px; }
    #announcement-modal.modal ul li {
      margin-bottom: 5px; }
  #announcement-modal.modal ol {
    line-height: 1.2em;
    font-size: 2em;
    text-align: left;
    margin-left: 20px; }
    #announcement-modal.modal ol li {
      margin-bottom: 5px; }
  #announcement-modal.modal .cta-btn {
    bottom: initial;
    position: relative;
    width: 100%;
    right: initial;
    margin-top: 30px; }

.footer-enews-btn {
  background-color: #8ebe3f; }

.newsletter-subscribe {
  background: #eaecee;
  padding: 60px 0 75px; }
  .newsletter-subscribe label {
    display: none; }
  .newsletter-subscribe img {
    width: auto;
    margin: 0 auto;
    display: block; }
  .newsletter-subscribe h2 {
    font-size: 3.5em;
    font-weight: 900;
    line-height: 1.1em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    background-color: unset; }
  .newsletter-subscribe h3 {
    font-size: 3.5em;
    font-weight: 900;
    line-height: 1.1em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px; }
  .newsletter-subscribe .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    padding: 0 10px; }
    .newsletter-subscribe .col:first-child {
      padding-left: 0; }
    .newsletter-subscribe .col:last-child {
      padding-right: 0; }
  .newsletter-subscribe input[type="text"] {
    width: 100% !important;
    padding: 15px 10px !important;
    font-size: 1.6em !important; }
  .newsletter-subscribe input[type="email"] {
    width: 100% !important;
    padding: 15px 10px !important;
    font-size: 1.6em !important; }
  .newsletter-subscribe input[type="submit"] {
    font-family: "brandon-grotesque", Arial, sans-serif !important;
    border: none !important;
    background: #00b0ca !important;
    color: white !important;
    width: 100% !important;
    padding: 12px 10px !important;
    font-size: 1.8em !important;
    border-radius: 2px !important;
    text-align: center !important;
    cursor: pointer !important;
    -webkit-appearance: none !important; }

.main-footer {
  background: #202b5e;
  padding: 50px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white; }
  .main-footer p {
    margin-bottom: 20px;
    font-size: 1.7em; }
    .main-footer p .heavy {
      font-weight: 700; }
  .main-footer .copyright {
    font-size: .7em; }
  .main-footer .content-wrap {
    overflow: visible; }
  .main-footer .col {
    position: relative; }
    .main-footer .col.logo {
      -webkit-box-flex: 1;
      -ms-flex: 1 auto;
      flex: 1 auto;
      padding-right: 50px;
      width: 20%; }
    .main-footer .col.contact {
      -webkit-box-flex: 1;
      -ms-flex: 1 auto;
      flex: 1 auto;
      padding-right: 50px; }
    .main-footer .col.member-wrap {
      -webkit-box-flex: 2;
      -ms-flex: 2 50%;
      flex: 2 50%; }
  .main-footer .grid-wrap {
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .main-footer .social {
    overflow: auto;
    margin-bottom: 30px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    row-gap: 15px;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    display: -ms-grid;
    display: grid; }
    .main-footer .social a {
      margin-bottom: 10px;
      display: block;
      width: 42px; }
  .main-footer .member-container {
    -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
    -moz-box-shadow: inset 0px 0px 0px 1px #fff;
    box-shadow: inset 0px 0px 0px 1px #fff;
    padding: 30px 30px 50px 30px;
    position: relative; }
    .main-footer .member-container h3 {
      font-size: 3.5em;
      line-height: 1.1em;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 20px; }
  .main-footer .nps {
    margin-bottom: 30px;
    overflow: auto; }
    .main-footer .nps img {
      width: 80px;
      margin-right: 15px;
      float: left; }
    .main-footer .nps p {
      padding-top: 24px; }
  .main-footer .footer-nav {
    margin-bottom: 20px; }
    .main-footer .footer-nav ul {
      list-style-type: none;
      font-size: 1.5em; }
      .main-footer .footer-nav ul li {
        margin-right: 10px;
        display: inline-block; }

.grecaptcha-badge {
  visibility: hidden; }

.comodo_button {
  width: 167px;
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    .comodo_button {
      margin: 0 auto 20px; } }

.BBFormContainer {
  padding: 0 !important; }

.BBFormSectionHeading {
  padding: 0 !important; }

#bbox-root img {
  width: auto;
  margin: 0 auto; }

.BBFormSection img {
  width: auto; }

.BBFormTextArea, .BBFormFieldLabel {
  margin-left: 0 !important; }

.vh-text-red {
  color: #00b0ca !important; }

.social-feeds {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 1024px) {
    .social-feeds {
      display: block;
      text-align: center; } }

.social-feeds .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%; }

.alert {
  background-color: #fff1fa;
  border: 1px solid #ffafe5;
  padding: 20px 30px 10px 30px;
  margin-bottom: 20px; }

.donate-sticky {
  display: block;
  background-color: #00b0ca;
  color: white;
  position: fixed;
  bottom: 0;
  right: 30px;
  padding: 10px 20px;
  font-size: 1.7em;
  z-index: 9; }
  .donate-sticky:hover {
    color: white;
    background-color: #93136b; }

.skin {
  background-position: top center;
  background-size: 100%;
  /* 1750px */
  background-repeat: no-repeat; }
  @media only screen and (min-width: 1450px) {
    .skin {
      background-position: top center;
      background-size: 100%;
      /* 100% */
      background-repeat: no-repeat; } }
  @media only screen and (max-width: 1024px) {
    .skin {
      background-image: none !important; } }
  @media only screen and (max-width: 950px) {
    .skin .main-heading.alt {
      margin-bottom: 70px;
      margin-top: 60px; } }
  @media only screen and (min-width: 1450px) {
    .skin .content-half .content-wrap {
      padding: 0 20% 60px; } }
  .skin .col.main.full {
    padding: 10px 20px; }

.accessible-nav-skip {
  position: absolute; }

#accessibility-toggle {
  background-color: #202b5e; }

.accessible-colors-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px; }
  .accessible-colors-wrap p {
    margin-bottom: 4px;
    margin-right: 5px; }

.accessible a {
  color: #587F24;
  text-decoration: underline; }
  .accessible a:hover {
    color: #0064af;
    text-decoration: none; }

.accessible .plan-visit a {
  color: white; }

.accessible .sub-plan a {
  color: #4e4e4e;
  text-decoration: none; }
  .accessible .sub-plan a:hover {
    color: #0064af; }

.accessible .row.main-nav nav ul a.active,
.accessible .row.main-nav nav ul a.focus,
.accessible .row.main-nav nav ul a:hover,
.accessible .row.main-nav nav ul a.open {
  color: #587F24; }

.accessible .row.main-nav nav ul.nav-drop-group a:hover {
  color: #8ebe3f; }

.accessible .row.main-nav nav ul.nav-drop-group.poi a:hover {
  color: #587F24; }

.accessible .row.sub-nav nav ul a {
  color: #587F24; }
  .accessible .row.sub-nav nav ul a:hover {
    color: #0064af; }

.accessible .cta-btn {
  background: #0064af;
  color: white;
  text-decoration: none; }
  .accessible .cta-btn:hover {
    color: white;
    text-decoration: underline; }

.accessible .plan-event-box {
  background: #C74905; }

.accessible .museum-at-the-gateway-arch {
  background-color: #587F24; }

.accessible .north-gateway {
  background-color: #A85F00; }

.accessible .luther-ely-smith-square {
  background-color: #4e4e4e; }

.accessible .kiener-plaza {
  background-color: #C74905; }

.accessible .flickity-prev-next-button {
  border: 1px solid #0064af; }
  .accessible .flickity-prev-next-button .arrow {
    fill: #0064af; }

.accessible footer a {
  color: white; }
  .accessible footer a:hover {
    color: #00b0ca; }

.accessible .donate-sticky {
  background-color: #0064af;
  color: #ffffff;
  text-decoration: none; }
  .accessible .donate-sticky:hover {
    color: #ffffff;
    text-decoration: underline; }

.accessible .museum-hubs a {
  color: white;
  text-decoration: none; }
  .accessible .museum-hubs a:hover {
    text-decoration: none; }

.accessible .slideshow .caption {
  background: rgba(0, 0, 0, 0.95); }

.accessible header .row.secondary .btn.donate {
  background: #0064af url(/assets/images/icon_arch.svg) no-repeat top 8px right 10px;
  background-size: 16px; }

.accessible .sidebar-chunk.main {
  background-color: #FCFBF3; }

.accessible .footer-enews-btn {
  background-color: #587F24; }

.toggle_btn_slide {
  -webkit-transition: fill 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, fill 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  /* Add easing for both transform and fill */
  fill: #4e4e4e; }

.toggle_btn_bg {
  -webkit-transition: fill 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, fill 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  /* Add easing for both transform and fill */
  fill: #ededed; }

.toggle_btn_stroke {
  -webkit-transition: fill 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, fill 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, fill 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  /* Add easing for both transform and fill */
  fill: #4e4e4e; }

@media screen and (max-height: 1000px) {
  .enhanced-event .row.hero.event {
    height: auto;
    padding-bottom: 80px; } }

@media only screen and (min-width: 1500px) {
  .main-image-container {
    width: 45%; } }

@media only screen and (max-width: 1365px) {
  .plan-visit h3 {
    min-height: 50px; } }

@media only screen and (max-width: 1320px) {
  /*.row.hero h1 {
		width: 60%;
	}*/ }

@media only screen and (max-width: 1175px) {
  .enhanced-event .hero-enhanced-wrap .hero-text h1 {
    font-size: 8em; }
  .virtual-wrapper-inner {
    width: 100%; } }

@media only screen and (max-width: 1100px) {
  header nav ul li {
    margin-left: 20px; }
  .row.main-nav nav ul li {
    margin-left: 23px; } }

@media only screen and (max-width: 1024px) {
  .mobile_navigation {
    display: block; }
  header .logo {
    top: 60px;
    position: relative;
    height: auto;
    left: auto;
    top: auto !important;
    padding: 17px 22% 17px; }
    header .logo img {
      margin: 0 auto; }
  header .row.main-nav {
    display: none; }
  header .row.secondary {
    display: none; }
  header .row.sub-nav {
    padding: 16px 5% 16px; }
  .hero-content {
    width: 80%;
    margin: 50px 5% 160px 5%; }
  .row.hero h1 {
    font-size: 10em;
    top: 250px; }
  .row.hero .graphic-element-1 {
    top: 35px; }
  .row.hero .graphic-element-2 {
    top: 153px; }
  .row.hero .graphic-element-3 {
    top: 80px; }
  .main-heading.alt {
    width: 61%;
    margin-top: 60px;
    /* 162px */ }
  .slideshow-container-alt .slide img {
    width: 100%;
    float: none; }
  .slideshow-container-alt .container {
    width: 100%;
    float: none;
    position: relative;
    margin-top: 0; }
  .slideshow-container-alt .container .cta-btn {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    display: block; }
  .row.splitter .content-wrap {
    background-color: white; }
  .row.splitter.legacy .content-wrap {
    background: none; }
  .enhanced-event .hero-enhanced-wrap .hero-text {
    width: 100%;
    float: none;
    margin-left: 0; }
  .enhanced-event .hero-enhanced-wrap .logo-box {
    float: none;
    margin-bottom: 80px; }
  .enhanced-event .row.hero.event {
    height: 100%; } }

@media only screen and (max-width: 950px) {
  header .row.sub-nav {
    float: right; }
  header .row.sub-nav nav ul li {
    min-height: 45px; }
  .row.hero {
    min-height: 480px; }
  .row.hero h1 {
    font-size: 5em;
    top: 100px; }
  .home .events .col.mission {
    padding: 0 5%; }
  .row.hero .graphic-element-1, .row.hero .graphic-element-2, .row.hero .graphic-element-3 {
    display: none; }
  .home .slideshow-container article.content {
    padding: 35px 25px 70px; }
  .home .slideshow-container article.content h1 {
    font-size: 3.2em; }
  .home .slideshow-container article.content time {
    font-size: 2.2em; }
  .home h2 {
    font-size: 3.2em; }
  .events {
    display: block;
    margin-bottom: 50px; }
  .home .events {
    margin-bottom: 30px; }
  .events .col.upcoming {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 30px 5% 40px 5%; }
  .home .events .col.upcoming {
    margin-top: 0;
    padding: 30px 5% 40px 5%; }
  .events .col.todays {
    margin-top: 0;
    padding: 30px 5% 40px 5%; }
  .home .events .col.todays {
    margin-top: 0;
    padding: 30px 5% 40px 5%; }
  .todays .calendar h3 {
    font-size: 2.8em; }
  .plan-event-box {
    padding: 36px 25px 60px; }
  .plan-visit {
    margin-bottom: 50px; }
  .plan-visit .poi .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .sub-plan .col {
    padding: 25px 25px; }
  .sub-plan .grid-wrap {
    display: block; }
    .sub-plan .grid-wrap .col {
      border-left: none;
      border-bottom: 1px solid white; }
  .legacy-museum {
    margin-bottom: 15px; }
  .legacy-museum .col {
    float: none;
    width: 100%;
    margin-bottom: 80px; }
  .legacy-museum .image-block {
    padding: 30px 25px 66px; }
  .updates {
    margin-bottom: 50px; }
  .updates .grid-wrap {
    display: block; }
  .updates .col {
    margin-bottom: 20px; }
  .newsletter-subscribe .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0 5px;
    margin-bottom: 10px; }
  /*.newsletter-subscribe .col:first-child {
		padding: 0 5px;
	}

	.newsletter-subscribe .col:last-child {
		padding: 0 5px;
	}

	.newsletter-subscribe .grid-wrap {
		flex-wrap: wrap;
	}

	.newsletter-subscribe {
		padding: 40px 0 30px;
	}

	.newsletter-subscribe h3 {
		margin-bottom: 0;
	}*/
  .newsletter-subscribe {
    padding: 40px 0 20px; }
  .newsletter-subscribe .BBFormSection div {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important; }
  .newsletter-subscribe .BBFormSection div:nth-of-type(2) {
    display: block !important;
    width: 100% !important;
    float: none !important; }
  .newsletter-subscribe .BBFormSignupFieldWide {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    padding: 0 10px !important;
    float: none !important;
    margin: 0 !important; }
  .newsletter-subscribe.BBFormButtonRow {
    margin-top: 0 !important;
    float: none !important;
    width: 100% !important;
    padding: 0 10px !important; }
  .newsletter-subscribe .BBFormSubmitbutton {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 1.8em !important;
    padding: 12px 10px !important; }
  .main-footer .grid-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: block; }
    .main-footer .grid-wrap .col {
      width: 100%; }
      .main-footer .grid-wrap .col.member-wrap {
        margin-bottom: 100px; }
      .main-footer .grid-wrap .col.contact {
        margin-bottom: 50px;
        padding-right: 0; }
      .main-footer .grid-wrap .col.logo {
        width: 50%;
        margin: 0 auto;
        padding: 0; }
  .main-footer .social {
    margin: 0 auto 30px;
    justify-items: center;
    -webkit-column-gap: 5px;
    column-gap: 5px; }
  .main-footer .col.contact {
    text-align: center; }
  .main-heading {
    width: 100%; }
  .main-heading.alt {
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%; }
  .main-image-container {
    width: 50%; }
  .content-half .content-wrap {
    width: 100%;
    padding: 0 5% 60px; }
  .events-list .events.grid-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .events-list .events .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .filters.grid-wrap {
    display: block; }
  .filters .col {
    overflow: auto;
    margin-bottom: 20px; }
  .filters input[type="submit"] {
    margin-top: 0; }
  .donate-sticky {
    right: 5%; }
  .row.hero video.main {
    width: 984px;
    top: -10%;
    left: 50%; } }

@media only screen and (max-width: 920px) {
  .virtual-wrapper-inner {
    display: block; }
  .virtual-wrapper .rsvp-btn {
    margin: 30px 0 0 0; } }

@media only screen and (max-width: 800px) {
  .enhanced-event-section .image-slider {
    width: 100%; }
  .enhanced-event-section .content {
    margin: 0 0 70px 0;
    width: 100%; }
  .enhanced-event-section .reverse .image-slider {
    width: 100%; }
  .enhanced-event-section .reverse .content {
    margin: 0 0 70px 0;
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .no-mobile {
    display: none; }
  .mobile-only {
    display: block; }
  p {
    font-size: 1.8em; }
  .col.main ul {
    font-size: 1.8em; }
  .col.main ol {
    font-size: 1.8em; }
  /*.col.sidebar {
		display: none;
	}*/
  .content-half .content-wrap.grid-wrap {
    width: 100%;
    display: block;
    background: white;
    padding: 0 5% 30px; }
    .content-half .content-wrap.grid-wrap .col.main {
      width: 100%;
      padding-right: 0; }
    .content-half .content-wrap.grid-wrap .col.sidebar {
      width: 100%; }
  .sidebar-chunk.main {
    margin-bottom: 30px; }
  .museum-hubs {
    display: block; }
  .museum-hubs .col {
    max-width: 100%; }
  .logos .logo-wrap {
    display: block; }
  .logos-alt .logo-wrap {
    display: block; }
  .logos .col {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .logos-alt .col {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .name-lists {
    display: block; }
    .name-lists img {
      width: 100%; }
  .name-lists ul {
    font-size: 1.7em; }
  .name-lists .col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%; }
  .name-lists .col:first-child {
    padding-right: 0; }
  .col.main h2 {
    font-size: 3.5em; }
  .col.main h3 {
    font-size: 2.2em; }
  .col.main h4 {
    font-size: 2em; }
  .logos h3 {
    font-size: 3em; }
  .logos h4 {
    font-size: 2.5em; }
  .logos-alt h3 {
    font-size: 3em; }
  .logos-alt h4 {
    font-size: 2.5em; }
  .name-lists h3 {
    font-size: 3em; }
  .name-lists h4 {
    font-size: 2.5em; }
  .shop-list {
    display: block; }
  .shop-list ul {
    font-size: 1.8em; }
  .shop-list .col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%; }
  .shop-detail {
    display: block;
    margin-bottom: 60px; }
  .shop-detail .col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%; }
  .shop-detail img {
    margin-bottom: 30px; }
  .shop-detail .cta-btn {
    width: 100%; }
  .shop-detail .col:last-child {
    padding-left: 0; }
  .shop-detail h2 {
    font-size: 3.5em; }
  .more-products h3 {
    font-size: 2.6em; }
  .slideshow .caption {
    font-size: .7em;
    padding: 5px 5%; }
  article.news {
    display: block;
    margin-bottom: 40px; }
    article.news img {
      margin-bottom: 20px; }
  article.news h1 {
    font-size: 2.6em; }
  .col.main time {
    font-size: 1.8em; }
  #announcement-modal.modal p {
    font-size: 1.6em; }
  #announcement-modal.modal h1 {
    font-size: 2.2em; }
  .sp-block {
    max-width: 100%;
    margin-bottom: 20px; }
  .sp-block.featured {
    max-width: 100%; }
  .sp-block.half {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%; }
  .sp-block.quarter {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%; }
  .hero-content {
    width: auto; }
  .row.hero.special h1 {
    line-height: 1em;
    font-size: 4.5em; }
  .enhanced-event .main .grid-wrap {
    display: block; }
  .enhanced-event .enhanced-col-main {
    width: 100%; }
  .enhanced-event .enhanced-col-sidebar {
    width: 100%;
    padding-top: 0; }
  .enhanced-event .hero-enhanced-wrap .hero-text h1 {
    font-size: 5em; }
  .enhanced-event .hero-enhanced-wrap .hero-text h2 {
    font-size: 2.6em; }
  .enhanced-event .hero-enhanced-wrap .logo-box {
    width: 100%; }
  .enhanced-event-section .image-slider {
    margin-bottom: 30px; }
  .other-events .grid-wrap {
    display: block; }
  .other-events-box {
    margin: 0 0 40px 0; } }

@media only screen and (max-width: 730px) {
  /*.other-events-box {
		flex: 0 1 47%;
		margin-right: 6%;
		&:nth-child(3n) {
			margin-right: 6%;
		}
		&:nth-child(2n) {
			margin-right: 0;
		}
	}*/ }

@media only screen and (max-width: 620px) {
  .timer .big-num {
    font-size: 6em;
    padding: 0 10px; }
  .timer .small-num {
    font-size: 2.5em; } }

@media only screen and (max-width: 550px) {
  .cta-btn {
    width: 100%; }
  .inside .logo {
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    padding: 17px 22% 17px; }
    .inside .logo img {
      margin: 0 auto; }
  .main-heading {
    padding: 20px 0;
    background: white;
    width: 100%;
    margin-bottom: 0; }
  .main-heading--mobile {
    margin-top: 0; }
  .main-heading p {
    font-size: 1.5em; }
  .main-heading h1 {
    font-size: 4em; }
  .main-heading h1 span {
    background: none; }
  .main-footer .cta-btn {
    right: 0; }
  .main-image-container {
    width: 95%; }
  .main-image-container--mobile {
    margin: 0 auto;
    width: 90%;
    position: relative; }
  .main-image-container .col:last-child {
    margin-left: 0; }
  header .row.sub-nav {
    float: none;
    width: 100%; }
  header .row.sub-nav nav ul {
    text-align: center; }
  header .row.sub-nav nav ul li {
    margin: 0 10px;
    min-height: 39px; }
  .museum-hubs .col .mus-content-wrap {
    padding: 20px 32px; }
  .legacy article {
    padding-bottom: 60px; }
  .legacy article.alt {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial; }
  .legacy .row {
    display: block;
    background: url("/assets/images/timeline_dot.svg") no-repeat top 0 left 0;
    background-size: 26px 26px;
    padding-left: 40px; }
  .legacy .row:last-child {
    background: url("/assets/images/timeline_dot.svg") no-repeat top 0 left 0, url("/assets/images/timeline_dot.svg") no-repeat bottom 0 left 0;
    background-size: 26px 26px, 26px 26px; }
  .legacy .col-a {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%; }
  .legacy .col-b {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%; }
  .legacy:before {
    left: 33px; }
  .legacy time {
    font-size: 1.7em;
    text-align: left; }
  .legacy h1 {
    font-size: 3.5em; }
  .artifacts .grid-wrap {
    display: block; }
    .artifacts .grid-wrap .col {
      max-width: 100%; } }

@media only screen and (max-width: 405px) {
  .plan-visit h3 {
    min-height: 72px; } }
