/*
Theme Name: History SA : Motor Museum
Author: Freerange Future
Author URI: https://wordpress.org/
Version: 1.0
Text Domain: historysamotor
*/

body{
  font-family: "freight-text-pro",serif;
  font-style: normal;
  font-weight: 300;
  background: #f1f1f1;
  margin-top: 160px;
  border: 30px solid #e82c2a;
  border-top: 0;
}

body.fixed{
  overflow: hidden;
}

header {
  padding: 15px 0 0;
  background: #e82c2a;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  height: 160px;
}

header .normal, header .header-bg {
  transition: transform 420ms cubic-bezier(.165,.84,.44,1),opacity .1s ease-in;
  -webkit-transition: transform 420ms cubic-bezier(.165,.84,.44,1),opacity .1s ease-in;
  -ms-transition: transform 420ms cubic-bezier(.165,.84,.44,1),opacity .1s ease-in;
}

header .flick {
  transition: transform 420ms cubic-bezier(.165,.84,.44,1),opacity .1s ease-in;
  transform: translate3d(0,-203px,0);
  -webkit-transition: transform 420ms cubic-bezier(.165,.84,.44,1),opacity .1s ease-in;
  -ms-transition: transform 420ms cubic-bezier(.165,.84,.44,1),opacity .1s ease-in;
  -webkit-transform: translate3d(0,-203px,0);
  -ms-transform: translate3d(0,-203px,0);
  display: none\9;
}

header.sticky .normal, header.sticky .header-bg {
  transform: translate3d(0,-148px,0);
  -webkit-transform: translate3d(0,-148px,0);
  -ms-transform: translate3d(0,-148px,0);
  display: none\9;
}

header.sticky {
  height: 55px;
  border-bottom: 1px solid #fff;
  padding-top: 9px;
}

header.sticky .flick{
  transform: translate3d(0,-148px,0);
  -webkit-transform: translate3d(0,-148px,0);
  -ms-transform: translate3d(0,-148px,0);
  padding-top: 4px;
  display: block\9;
  padding-top: 0\9;
}

.flick h1, .flick-header h2{
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
}

.flick{
  display: none;
}

.sticky .flick{
  display: block;
}

.flick-header h2{
  margin-top: 10px;
  float: left;
}

.flick h1 a, .flick h1 a:hover{
  text-decoration: none;
  color: #fff;
}

.flick-header h2 a, .flick-header h2 a:hover{
  text-decoration: none;
  color: #e82c2a;
}

.flick .navbar{
  position: absolute;
  right: 5px;
  top: -5px;
}

.flick .toggle-search{
  top: -12px;
  margin-right: 10px;
}

.flick .flick-navbar{
  display: inline-block;
}

.flick .navbar-toggle{
  background: transparent;
  border: 0;
  height: 40px;
  padding: 3px 10px;
}

.flick .navbar-toggle:focus, .flick-navbar button:focus{
  outline: none;
}

.flick .navbar-toggle .icon-bar{
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  margin: 5px 0;
}

.flick-header{
  height: 55px;
  background: #fff;
  border-bottom: 1px solid #fff;
}

.menu .flick-header{
  background: #e82c2a;
  border-bottom: 1px solid #fff;
}

.menu .flick-header h2 a{
  color: #fff;
}

.fullscreen-overflow{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  overflow: hidden;
  background: #e82c2a;
  z-index: 9999;
}

.fullscreen-overflow.open{
  opacity: 1;
  overflow-y: auto;
  display: block;
}

.fullscreen-overflow.search .toggle-search, .fullscreen-overflow.menu .flick-navbar{
  position: absolute;
  right: 30px;
  top: 15px;
}

.fullscreen-overflow.search .overflow-content .col-xs-12{
  height: 75vh;
}

.fullscreen-overflow.search .overflow-content #search-form{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 465px;
  margin: 0 auto;
  text-align: left;
}

.fullscreen-overflow.search .overflow-content #search-form h3{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 20px;
  color: #fff;
  letter-spacing: 1px;
}

.fullscreen-overflow.search .overflow-content #search-form input[type="search"]{
  border: 3px solid #fff;
  background: transparent;
  width: 380px;
  padding: 10px;
  margin-right: 10px;
  font-size: 25px;
  letter-spacing: 1px;
  color: #fff;
}

.fullscreen-overflow.search .overflow-content #search-form input[type="submit"]{
  border: 0;
  background: url('../history_sa_museum/assets/images/arrow-white.svg') no-repeat;
  background-size: 35px;
  text-indent: -9999px;
  width: 45px;
  height: 35px;
  transition: transform .2s ease-in-out;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
}

.fullscreen-overflow.search .overflow-content #search-form input[type="submit"]:hover{
  transform: translate3d(10px, 0px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
}

.fullscreen-overflow.search .overflow-content #search-form input[type="submit"]:focus,
.fullscreen-overflow.search .overflow-content #search-form input[type="search"]:focus{
  outline: none;
}

.fullscreen-overflow .main-menu{
  margin: 50px 0 0 -15px;
  width: 100%;
}

.fullscreen-overflow ul.menu li a{
  color: #fff;
}

.fullscreen-overflow .main-menu ul li{
  border-left: 0;
  margin: 0;
  position: relative;
  width: 14.9%;
  font-size: 23px;
  line-height: 27px;
}

.fullscreen-overflow .main-menu ul li:first-child{
  margin-left: 0;
}

.fullscreen-overflow .main-menu ul li:last-child{
  margin-right: 0;
  width: auto;
  float: right;
}

.fullscreen-overflow .main-menu ul li .sub-menu li{
  margin: 10px 0;
  font-size: 23px;
  line-height: 27px;
}

.fullscreen-overflow .main-menu ul li > a, .home .fullscreen-overflow .main-menu ul li > a{
  padding: 15px;
  border: 2px solid #e82c2a;
  display: inline-block;
}

.fullscreen-overflow .main-menu ul li > a:hover,
.fullscreen-overflow .main-menu ul li.current-menu-item > a, 
.fullscreen-overflow .main-menu ul li.current-menu-ancestor > a,
.fullscreen-overflow .main-menu ul li a:hover{
  border-color: #fff;
  color: #fff!important;
  text-decoration: none;
  background: transparent!important;
}

.fullscreen-overflow .main-menu ul li:hover a{
  background: transparent!important;
  color: #fff;
}

.fullscreen-overflow .main-menu ul li .sub-menu{
  display: block;
  position: absolute;
  margin: 30px 15px 0 15px;
  padding: 0;
}

.fullscreen-overflow .main-menu ul li .sub-menu li{
  display: block;
  border-left: 0;
  margin: 10px 0;
  font-weight: 400;
  width: 100%;
}

.fullscreen-overflow .main-menu ul li .sub-menu li a{
  display: block;
}

.fullscreen-overflow .main-menu ul li .sub-menu li a,
.fullscreen-overflow .main-menu ul li .sub-menu li a{
  padding: 0;
  border: 0;
}

.fullscreen-overflow .main-menu ul li .sub-menu{
  background: transparent;
  width: auto;
  bottom: auto;
  padding: 0;
  text-align: left;
  border-bottom: 0;
  margin: 30px 15px 0 15px;
}

.fullscreen-overflow.menu .sub-menu{
  float: right;
  margin: 15px 75px 0 0;
}

.fullscreen-overflow.menu .sub-menu li a{
  border: 2px solid #e82c2a;
  border-radius: 0;
  padding: 5px 20px;
  background: transparent;
  color: #fff;
}

.fullscreen-overflow.menu .sub-menu li a:hover{
  text-decoration: underline;
  background: transparent;
  color: #fff;
}

.fullscreen-overflow.menu .sub-menu ul li.current-menu-item a,
.single-post .fullscreen-overflow.menu .sub-menu ul li.menu-item-231 a{
  border-color: #fff;
  color: #fff;
}

.fullscreen-overflow .main-menu ul{
  text-align: left;
  margin-left: 15px;
}

.fullscreen-overflow .main-menu ul li{
  float: left;
}

.fullscreen-overflow .main-menu ul li:last-child a{
  padding-right: 15px;
}

h1, h2, h3, h4, h5 {
  margin: 5px 0;
}

a{
  color: #e82c2a;
}

a:hover{
  cursor: pointer;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menu li {
  float: left;
  margin: 0 10px 0 0;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  letter-spacing: 0.5px;
}

ul.menu li a{
  color: #f8cecd;
}

.sub-menu{
  display: inline-block;
  margin: 38px 0 0;
}

.sub-menu ul li{
  font-weight: 400;
  margin: 0 5px;
}

.sub-menu ul li a{
  padding: 7px 20px;
  border-radius: 10px;
  background: #fff;
  color: #56565a;
}

.sub-menu ul li a:hover, .sub-menu ul li.current-menu-item a, .single-post .sub-menu ul li.menu-item-231 a,
.donate a:hover{
  background: #56565a;
  color: #fff;
  text-decoration: none;
}

.sub-menu ul li.donate-btn a{
  background: #e82c2a;
  color: #fff;
}

.sub-menu ul li.donate-btn a:hover{
  background: #56565a;
  color: #fff;
}

.main-menu{
  margin: 18px 0 0 163px;
  float: left;
  width: calc(100% - 163px);
}

.main-menu ul{
  text-align: right;
}

.main-menu ul li{
  font-weight: 700;
  margin: 0;
  display: inline-block;
  float: none;
}

.main-menu ul li:first-child{
  border-left: 0;
  margin-right: 0;
}

.main-menu ul li a{
  padding: 17px 42px 15px;
  display: block;
}

.main-menu ul li a:hover, .normal .main-menu ul li.rollover > a,
.main-menu ul li:hover > a, .main-menu ul li a:focus {
  text-decoration: none;
  color: #e82c2a;
  background: #fff;
}

.main-menu ul li.current-menu-item > a, .main-menu ul li.current-menu-ancestor > a,
.tax-research_types .main-menu ul li.main-discover > a,
.single-research .main-menu ul li.main-discover > a,
.single-events .main-menu ul li.main-whats-on > a{
  text-decoration: underline;
  color: #fff;
}

.main-menu ul li.current-menu-item > a:hover, .main-menu ul li.current-menu-ancestor > a:hover,
.tax-research_types .main-menu ul li.main-discover > a:hover,
.tax-research_types .main-menu ul li.main-discover.rollover > a,
.single-research .main-menu ul li.main-discover > a:hover,
.single-research .main-menu ul li.main-discover.rollover > a,
.single-events .main-menu ul li.main-whats-on > a:hover,
.single-events .main-menu ul li.main-whats-on.rollover > a{
  color: #e82c2a;
  text-decoration: none;
}

.single-events .main-menu ul li.main-whats-on li.current-events-parent > a{
  text-decoration: underline;
}


.main-menu ul li .sub-menu{
  display: none;
  list-style: none;
  text-align: center;
}

.main-menu ul li .submenu-container{
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  left: -9999px;
  z-index: 999;
  padding: 9px 0;
  text-align: center;
  border-bottom: 1px solid #e82c2a;
  margin: 0;
}

.main-menu ul li:hover .submenu-container, .main-menu ul li .submenu-container.focused{
  left: 0;
}

.main-menu ul li .submenu-container .sub-menu{
  display: block;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0;
}

.main-menu ul li .sub-menu li{
  float: none;
  display: inline-block;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 0;
  font-weight: 400;
  border-left: 1px solid #e82c2a;
}

.main-menu ul li .sub-menu li:first-child{
  border-left: 0;
}

.normal .main-menu ul li.main-whats-on .sub-menu li:first-child{
  margin-left: -158px;
}

.normal .main-menu ul li.main-visit .sub-menu li:first-child{
  margin-left: -440px;
}

.normal .main-menu ul li.main-get-involved .sub-menu li:last-child{
  margin-right: -435px;
}

.normal .main-menu ul li.main-about .sub-menu li:last-child{
  margin-right: -660px;
}

.normal .main-menu ul li.main-about .sub-menu li:last-child{
  margin-right: -660px;
}

.normal .main-menu ul li.main-discover .sub-menu li:first-child{
  margin-left: 105px;
}

.normal .main-menu ul li.main-contact .sub-menu {
  text-align: right;
}

.normal .main-menu ul li.main-contact .sub-menu li:last-child{
  margin-right: 30px;
}

.main-menu ul li .sub-menu li.current-menu-item,
.single-events .main-menu ul li.main-whats-on li.current-events-parent > a{
  font-weight: 700;
}

.main-menu ul li .sub-menu li a{
  border: 0;
  padding: 10px 30px;
  color: #e82c2a;
}

.main-menu ul li .sub-menu li a:hover{
  text-decoration: underline;
  color: #e82c2a;
}

.header-bg{
  background: #e82c2a;
  width: 100%;
  height: 105px;
  position: absolute;
  border-bottom: 1px solid #fff;
  top: 0;
}

a.logo{
  width: 125px;
  float: left;
  position: absolute;
  z-index: 9999;
}

header .tagline{
  font-size: 26px;
  line-height: 28px;
  color: #f8cecd;
  margin: 35px 0 0 165px;
}

header .static{
  position: static;
}

.sub-items{
  text-align: right;
}

.toggle-search{
  display: inline-block;
  position: relative;
  top: -10px;
}

.home .toggle-search{
  margin-right: 0;
}

.toggle-search button.search, .flick-navbar button{
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}

.toggle-search button.search:focus, .flick-navbar:focus{
  outline: none;
}

.toggle-search button.search img, .flick-navbar img{
  width: 25px;
  height: 25px;
}

.toggle-search #search-form{
  position: absolute;
  top: -43px;
  right: -5px;
  width: 310px;
}

.toggle-search #search-form label, .error404 .page-content .search-form label{
  width: 265px;
  float: left;
}

.toggle-search #search-form input[type="submit"], .error404 .page-content input[type="submit"]{
  float: right;
  background: #e82c2a;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1px;
  width: 40px;
  height: 34px;
}

.toggle-search #search-form input[type="submit"]:hover, .error404 .page-content input[type="submit"]:hover{
  background: #56565a;
}

.toggle-search #search-form:after{
  content: '';
  position: absolute;
  top: 100%;
  right: 15px;
  margin-left: 0;
  width: 0;
  height: 0;
  border-top: solid 6px #e82c2a;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}

.toggle-search #search-form input[type="search"], .error404 .page-content input[type="search"]{
  border: 0;
  padding: 5px 10px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
}

.toggle-search #search-form input[type="search"]:focus, .error404 .page-content input[type="search"]:focus{
  outline: none;
}

.error404 .page-content input[type="submit"]{
  float: left;
  width: auto;
}

.error404 .page-content{
  overflow: hidden;
}

a.button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}

a.button:hover {
  background-color: #000;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

a.button.inverse{
  border-radius: 0;
  border: 2px solid #e82c2a;
  color: #e82c2a;
  font-size: 25px;
  line-height: 35px;
  padding: 20px 30px;
  background: transparent;
}

a.button.inverse:hover{
  background: #e82c2a;
  color: #fff; 
}

.message-bar {
  background-color: yellow;
  padding: 10px 0;;
}

.message-bar .message {
  font-size: 26px;
  line-height: 28px;
  color: #56565a;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

header .section-wrapper{
  position: relative;
}

.face-header{
  position: absolute;
  top: -4px;
  right: -140px;
}

.face-header img{
  max-width: 113px;
}

header.sticky .face-header{
  display: none;
}

.home .whats-on.container, .home-cta{
  padding-top: 50px;
}

.home-cta{
  padding-bottom: 50px;
}

.light-grey.section-wrapper, .related-events.section-wrapper, .plan-visit.section-wrapper,
.featured-facilities.section-wrapper, .featured-neighborhood.section-wrapper, .research-projects.section-wrapper{
  background: #f1f1f1;
  padding: 50px 0;
}

.featured-facilities.section-wrapper, .featured-neighborhood.section-wrapper, .research-projects.section-wrapper,
.child-pages.section-wrapper, .more-get-involved.section-wrapper, .single .blog-listing, .tax-events.section-wrapper,
.more-get-involved, .featured-facilities, .featured-neighborhood{
  border-top: 1px solid #e82c2a;
}

.pagination-container{
  background: #fff;
  padding: 50px 0 0;
  border-top: 1px solid #e82c2a;
}

.filter-group{
  background: #fff;
  margin-bottom: 50px;
}

.bx-wrapper {
  margin: 0 auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
}

ul.bxslider li, .face-banner {
  position: relative;
  height: 520px;
  background-repeat: no-repeat;
  background-position: 20% 0;
  background-color: #fff;
}

ul.bxslider li .slide-content{
  position: relative;
  z-index: 9999;
  margin-top: 40px;
  width: 30%;
  margin-left: 40%;
}

.face-banner .image-content{
  position: relative;
  margin-top: 120px;
  width: 50%;
  margin-left: 40%;
}

.face-banner .image-content p{
  max-width: 375px;
}

.slide-content.top-left{
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 10px;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0!important;
  width: 480px!important;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  padding: 25px;
  width: auto;
}

.bx-controls.bx-has-pager{
	position: relative;
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
  bottom: 40px;
  right: auto;
  margin-left: 40%;
  width: auto;
}

ul.bxslider li a:hover{
  text-decoration: none;
}

ul.bxslider li .slide-content .museum-name, ul.bxslider li .slide-content .heading, .face-banner .heading{
  color: #e82c2a;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 50px;
  margin: 0 0 10px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

ul.bxslider li .slide-content.blue .museum-name, ul.bxslider li .slide-content.blue .heading{
  color: #1481c5;
}

ul.bxslider li .slide-content.green .museum-name, ul.bxslider li .slide-content.green .heading{
  color: #8dc63f;
}

ul.bxslider li .slide-content.red .museum-name, ul.bxslider li .slide-content.red .heading{
  color: #d9232e;
}

ul.bxslider li img.carousel-img{
  position: absolute;
  left: 0;
}

ul.bxslider li img.graphic{
  position: absolute;
  right: 8%;
  bottom: 35px;
  max-width: 178px;
  -webkit-filter: drop-shadow(2px 5px 2px #555);
  -moz-filter: drop-shadow(2px 5px 2px #555);
  filter: drop-shadow(2px 5px 2px #555);
}

ul.bxslider li img.carousel-img.show-ipad, .show-ipad{
  display: none;
}

ul.bxslider li .slide-content p, .face-banner p{
  color: #8e8e8e;
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 35px;
}

ul.bxslider li .slide-content .readmore.arrow{
  float: left;
  margin-right: 20px;
}

ul.bxslider li .slide-content .link{
  overflow: hidden;
}

ul.bxslider li .slide-content .link span{
  text-transform: uppercase;
  color: #56565a;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  float: left;
  width: 85%;
}

.bx-wrapper .bx-pager{
  text-align: left;
}

.bx-wrapper .bx-pager.bx-default-pager a{
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: none;
  background: #ccc;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, 
.bx-wrapper .bx-pager.bx-default-pager a:hover{
  background: #56565a;
}

ul.bxslider li a .readmore, .box a.readmore .arrow, .image-content a.readmore .arrow, .accordion .panel-body .readmore .arrow,
.sidebar .arrow-wrapper .arrow, .page-links li a img, .sponsor.box a .arrow, .price-list a .arrow{
  width: 25px;
  height: 22px;
  transition: transform .2s ease-in-out;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
}

ul.bxslider li a:hover .readmore, .box a.readmore:hover .arrow, .image-content a.readmore:hover .arrow,
.accordion .panel-body .readmore:hover .arrow, .sidebar .arrow-wrapper a:hover .arrow, .page-links li a:hover img,
.sponsor.box a:hover .arrow, .price-list a:hover .arrow{
  transform: translate3d(10px, 0px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
}

.sidebar .arrow-wrapper, .page-links li{
	text-transform: uppercase;
  color: #56565a;
  font-size: 20px;
  line-height: 24px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.sidebar .arrow-wrapper a{
	color: #56565a;
}

.page-links{
  list-style: none;
  padding: 0;
  margin: 35px 0 0;
}

.page-links li{
  margin-bottom: 12px;
}

.page-links li a, .page-links li a:hover{
  color: #fff;
  text-decoration: none;
}

.page-links li a img{
  margin-right: 17px;
}

.sidebar .arrow-wrapper a:hover{
	color: #56565a;
	text-decoration: none;
}

.museum-details{
	background: #fff;
	padding: 40px 0;
  border-top: 1px solid #e82c2a;
  border-bottom: 1px solid #e82c2a;
}

.museum-details .icon{
  width: 55px;
  height: 55px;
  position: relative;
  top: -10px;
  float: left;
  margin-right: 20px;
}

.museum-details h2{
	color: #e82c2a;
	font-family: "lft-etica-condensed",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 20px;
	letter-spacing: 1px;
}

.museum-details .content{
	max-width: 75%;
  margin-left: 75px;
}

.museum-details .content p{
	color: #56565a;
	font-family: "lft-etica-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 12px;
	letter-spacing: 0.5px;
}

.museum-details .social{
  margin-left: 75px;
}

.museum-details .social a[href*="facebook.com"]:before{
  padding: 9px 10px 5px;
}

.museum-details .content p i{
	font-style: italic;
	margin-top: 50px;
  font-weight: 200;
  float: left;
}

h2.row-heading{
  color: #8d8d8d;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 20px;
}

.box h2, .sponsor.box h2{
  text-transform: uppercase;
  font-size: 30px;
  line-height: 33px;
  margin: 0 0 5px;
  color: #56565a;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.box h3{
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 15px;
  font-weight: 600;
  text-transform: none;
  font-family: "freight-text-pro",serif;
}

.box p, .sponsor.box p{
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  color: #56565a;
  text-transform: none;
}

.sponsor.box, .neighborhood.box, .facilities.box{
  margin-bottom: 40px;
}

.sponsor.box a:hover{
  text-decoration: none;
}

.sponsor.box p{
  margin-bottom: 20px;
}

.box .readmore.img-zoom p{
  font-family: "freight-text-pro",serif;
  font-weight: 300;
}

.box img {
  width: 100%;
  height: auto;
}

.box .inner {
  padding: 20px 25px 55px;
  position: relative;
  background: #fff;
}

.app.box .inner{
  padding-bottom: 95px;
}

.box .inner .content {
  margin: 0 0 10px;
}

.box a.readmore, .image-content a.readmore, .accordion .panel-body .readmore,
.box a.img-zoom .arrow-wrapper, .sponsor.box .arrow-wrapper{
  text-transform: uppercase;
  color: #56565a;
  font-size: 20px;
  line-height: 24px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  bottom: 25px;
  left: 25px;
  position: absolute;
}

.box a.img-zoom{
  position: relative;
  left: 0;
  bottom: 0;
}

.box a.img-zoom:hover{
  cursor: pointer;
}

.box a.readmore .arrow, .image-content a.readmore .arrow, .accordion .panel-body .readmore .arrow,
.sidebar .arrow-wrapper .arrow, .sponsor.box .arrow{
  margin-right: 25px;
  position: relative;
  top: -2px;
}

.sponsor.box .arrow-wrapper{
  position: relative;
  bottom: 0;
  left: 0;
}

.sidebar .arrow-wrapper .arrow{
	margin-right: 38px;
}

.box a.readmore:hover, .image-content a.readmore:hover, .accordion .panel-body .readmore:hover{
  text-decoration: none;
}

.box a.readmore.relative{
  position: relative;
  left: 0;
  bottom: 0;
  margin: 15px 0;
  float: left;
}

.img-zoom{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.img-zoom img{
   max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.img-zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.img-zoom:hover{
  cursor: pointer;
}

.search-results .box{
  margin-bottom: 40px;
}

.box .button-group a.readmore{
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  clear: both;
  margin-top: 7px;
}

.box .button-group{
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.museum.box, .discover.box, .app.box, .home .whats-on .whats-on.box, .cta.box, .tag-listing, .child-pages,
.featured-facilities, .featured-neighborhood, .home .whats-on .whats-on-featured.box, .whats-on.box,
.research.box{
  margin-bottom: 50px;
}

.child-pages, .research-projects{
  margin-top: 20px;
}

.more-get-involved{
  margin-top: 40px;
}

.museum.box.blue h3{
  color: #1481c5;
}

.museum.box.green h3{
  color: #8dc63f;
}

.museum.box.red h3{
  color: #d9232e;
}

.museum.box .inner{
  border-top: 20px solid #000;
}

.museum.box.blue .inner{
  border-color: #1481c5;
}

.museum.box.green .inner{
  border-color: #8dc63f;
}

.museum.box.red .inner{
  border-color: #d9232e;
}

.museum.box.violet .inner{
  border-color: #54328d;
}

.museum.box.none .inner{
  border-top: 0;
}

.whats-on-featured.box{
  overflow: hidden;
}

.learn.box{
  margin-bottom: 70px;
}

.whats-on-featured.box .image-wrapper{
  width: 66.667%;
  float: left;
  position: relative;
}

.whats-on-featured.box .content-wrapper{
  width: 33.33%;
  float: right;
}

.whats-on-featured.box .content-wrapper .inner{
  height: 506px;
}

.image-wrapper .main_cat, .whats-on.box .main_cat{
  position: absolute;
  background: #fff;
  top: 20px;
  left: 30px;
  color: #56565a;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 6px 30px;
  border-radius: 10px;
}

.whats-on.box .main_cat{
  font-size: 20px;
  line-height: 25px;
  padding: 5px 20px;
  z-index: 99;
}

.right-absolute{
  position: absolute;
  right: 15px;
  top: 20px;
}

.page-template-learn-more-page .box h2{
  margin: 0 0 20px;
}

.page-template-learn-more-page .museum.box.violet .inner{
  border-top: 0;
}

.whats-on-featured.box h2{
  color: #56565a;
  font-size: 20px;
  line-height: 24px;
}

.whats-on-featured.box h3{
  text-transform: uppercase;
  color: #56565a;
  font-size: 30px;
  line-height: 33px;
  margin: 0 0 20px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.box .date{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 20px;
  color: #56565a;
}

.box p.time, .box p.address{
  text-transform: uppercase;
  color: #a1a1a1;
  font-size: 20px;
  line-height: 24px;
  font-family: "lft-etica-condensed",sans-serif!important;
  font-style: normal;
  font-weight: 700!important;
  margin: 0 0 10px;
}

.whats-on.box h2.museum-name, .research.box h2.museum-name{
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 8px 25px;
  margin: 0;
  letter-spacing: 1px;
}

.whats-on.box.blue h2.museum-name, .research.box.blue h2.museum-name{
  background: #1481c5;
}

.whats-on.box.green h2.museum-name, .research.box.green h2.museum-name{
  background: #8dc63f;
}

.whats-on.box.red h2.museum-name, .research.box.red h2.museum-name{
  background: #d9232e;
}

.whats-on.box.violet h2.museum-name, .research.box.violet h2.museum-name{
  background: #54328d;
}

.whats-on-featured.box.blue{
  border-color: #1481c5;
}

.whats-on-featured.box.green{
  border-color: #8dc63f;
}

.whats-on-featured.box.red{
  border-color: #d9232e;
}

.whats-on-featured.box.violet{
  border-color: #54328d;
}

.whats-on-featured.box.blue h2{
  color: #1481c5;
}

.whats-on-featured.box.green h2{
  color: #8dc63f;
}

.whats-on-featured.box.red h2{
  color: #d9232e;
}

.whats-on-featured.box.violet h2{
  color: #54328d;
}

.research.box .inner{
  padding: 20px 0 55px;
}

.research.box .inner h2.museum-name{
  margin-bottom: 20px;
}

.research.box .inner h2, .research.box .inner .content{
  padding: 0 25px;
}

.separator{
  border-bottom: 1px solid #c0c0c0;
  margin: 0 0 85px;
}

hr{
  border-bottom: 1px solid #c0c0c0;
  margin-top: 50px;
}

.cta-box > img{
  width: 100%;
}

.home-cta .cta.box, .tax-events.section-wrapper .cta.box, .tax-events.section-wrapper .whats-on.box{
  margin-bottom: 0;
}

.home .acf-map {
    width: 100%;
    height: 430px;
    margin: 0;
}

.acf-map{
	width: 100%;
	height: 580px;
	margin: 0;
}

.sub-footer .donate{
  margin-top: 135px;
}

.donate{
  width: 100%;
  float: left;
  display: block;
  margin: 8px 0 12px;
}

.donate p{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  margin: 0;
  float: left;
}

.donate a{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  color: #56565a;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 25px;
  float: left;
  margin-left: 15px;
  position: relative;
  top: -1px;
}

.enews{
  background: #e82c2a;
  padding: 50px 0;
  margin-bottom: 30px;
}

.enews h2{
  color: #fff;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  margin: 0;
  letter-spacing: 1px;
}

.enews .copy{
  text-align: center;
  margin-bottom: 25px;
}

.enews p{
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}

.enews form{
  max-width: 80%;
  margin: 0 auto;
}

.enews form p{
  margin: 0 0 10px;
}

.enews input[type="text"], .enews input[type="email"]{
  padding: 23px 20px;
  font-size: 20px;
  line-height: 30px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 46%;
  margin-right: 2%;
}

.enews input[type="email"]{
  margin-right: 0;
}

.enews input[type="text"]:focus, .enews input[type="email"]:focus, .enews button:focus{
  outline: none;
}

.enews ::-webkit-input-placeholder { 
  color: #fff;
}
.enews ::-moz-placeholder { 
  color: #fff;
}
.enews :-ms-input-placeholder {
  color: #fff;
}
.enews :-moz-placeholder { 
  color: #fff;
}

.enews button{
  background: transparent;
  border: 0;
  float: right;
  font-size: 20px;
  line-height: 24px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  margin: 20px 0 0;
  padding: 0;
}

.enews button img{
  width: 25px;
  height: 22px;
  position: relative;
  top: 5px;
  transition: transform .2s ease-in-out;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
}

.enews button:hover img{
  transform: translate3d(10px, 0px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
}

.enews.education{
  margin-bottom: 0;
  padding-bottom: 0;
}

.enews.education .textwidget{
  border-bottom: 1px solid #fff;
  padding-bottom: 50px;
}

.enews.education form{
  max-width: 100%;
}

.enews.education input[type="text"], .enews.education input[type="email"]{
  width: 30%;
}

.enews.education input[type="email"]{
  margin-right: 2%;
}

.enews.education input[type="text"]:last-child{
  margin-right: 0;
}

.sub-footer{
	background: #e82c2a;
	padding: 35px 0 20px;
}

.sub-footer a.logo{
	position: relative;
	width: 150px;
  z-index: 1;
}

.sub-footer .office-hours{
	float: left;
	position: relative;
	margin-left: 90px;
	margin-top: 70px;
}

.sub-footer .office-hours .icon{
	width: 50px;
	height: 50px;
	position: absolute;
	left: -65px;
	top: 5px;
}

.sub-footer .office-hours h2{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 3px;
}

.sub-footer .office-hours .textwidget{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  margin: 0;
}

.sub-footer .btn-info{
	font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #e82c2a;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 15px;
  font-size: 20px;
  line-height: 25px;
  float: left;
  margin-top: 80px;
}

.sub-footer .separator{
  float: left;
  width: 100%;
  margin: 30px 0 25px;
  border-color: #fff;
}

.ig-feed h2{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.ig-feed ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.ig-feed ul li{
  width: 23.5%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  display: inline-block;
}

.ig-feed ul li a{
  border: 1px solid #77787b;
  display: block;
}

.ig-feed ul li a:hover{
  border: 1px solid #fff;
}

.ig-feed ul li a img{
  width: 100%;
  height: auto;
}

.ig-feed ul li:last-child{
  margin-right: 0;
}

.ig-feed ul + p{
  margin: 0;
}

.ig-feed ul + p > a{
  display: none;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  color: #56565a;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 15px;
  font-size: 20px;
  line-height: 25px;
  float: left;
  border: 1px solid #e82c2a;
}

.ig-feed ul + p > a:hover{
  text-decoration: none;
  background: #fff;
  color: #e82c2a;
}

.sub-footer .social ul.menu li{
  margin-bottom: 5px;
}

.sub-footer .social a[href*="instagram.com"]:before, .sub-footer .social a[href*="facebook.com"]:before, 
.sub-footer .social a[href*="twitter.com"]:before, .sub-footer .social a[href*="flickr.com"]:before, 
.sub-footer .social a[href*="youtube.com"]:before{
  color: #fff;
  border-color: #fff;
}

.sub-footer .social a[href*="instagram.com"]:before:hover, .sub-footer .social a[href*="facebook.com"]:before:hover, 
.sub-footer .social a[href*="twitter.com"]:before:hover, .sub-footer .social a[href*="flickr.com"]:before:hover, 
.sub-footer .social a[href*="youtube.com"]:before:hover{
  background: #fff;
  color: #e82c2a;
}

footer {
  padding: 30px 0 20px;
  background: #fff;
}

.home footer{
  margin-top: 0;
}

footer a.logo{
  position: relative;
  width: 75px;
  padding-right: 15px;
  margin-right: 12px;
  border-right: 1px dotted #56565a;
  float: none;
  display: inline-block;
  top: -10px;
}

footer .footer-logos .break{
  display: none;
}

footer .footer-logos{
  text-align: left;
}

footer .textwidget{
  display: inline-block;
}

footer .textwidget a{
  display: inline-block;
}

footer .textwidget a:hover{
  cursor: pointer;
}

footer .textwidget img{
  width: 66px;
  min-height: 66px;
  display: inline-block;
  margin: 0 10px 20px 0;
}

footer .textwidget a.logo{
  margin-bottom: 10px;
}

footer .textwidget a.logo img{
  margin-bottom: 0;
  max-height: 66px;
}

footer .textwidget img.gsa, footer .textwidget img.artsa{
  width: 76px;
}

footer .textwidget img.tcod{
  width: 106px;
  margin-right: 0;
}

footer .heading{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #56565a;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
}

footer .a-icons{
  margin: -10px 5px 0 0;
}

footer .a-icons.others{
  margin-left: 7px;
}

footer .disclaimer{
  text-align: right;
}

.footer-menu{
  margin: 0 20px 0 0;
  display: inline-block;
}

.footer-menu ul.menu li{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  border-right: 1px solid #56565a;
  margin: 0;
}

.footer-menu ul.menu li a{
  color: #56565a;
}

.footer-menu ul.menu li a:hover{
  text-decoration: underline;
}

.footer-menu ul.menu li:first-child{
  padding-left: 0;
}

.footer-menu ul.menu li:last-child{
  padding-right: 0;
  border-right: 0;
}

.social{
  margin: 25px 0;
}

.social ul.menu li{
  width: 51px;
  height: 51px;
  font-size: 0.1px;
}

.social ul.menu li:last-child{
  margin-right: 0;
}

.social ul.menu li a{
  padding: 0;
}

.social ul.menu li a:hover{
  text-decoration: none!important;
}

.social a[href*="facebook.com"]:before, .event-socials a[href*="facebook.com"]:before{
  content: "\f09a";
  font: normal 35px/1 FontAwesome;
  visibility: visible;
  background: transparent;
  color: #56565a;
  border: 1px solid #56565a;
  padding: 8px 10px 6px;
  border-radius: 50%;
  width: 51px;
  display: inline-block;
  text-align: center;
}

.social a[href*="facebook.com"]:hover:before{
  background: #56565a;
  color: #fff;
}

.social a[href*="twitter.com"]:before{
  content: "\f099";
  font: normal 35px/1 FontAwesome;
  visibility: visible;
  background: transparent;
  color: #56565a;
  border: 1px solid #56565a;
  padding: 7px;
  border-radius: 50%;
  width: 51px;
  display: inline-block;
  text-align: center;
}

.social a[href*="twitter.com"]:hover:before{
  background: #56565a;
  color: #fff;
}

.social a[href*="instagram.com"]:before, .event-socials a[href*="instagram.com"]:before{
  content: "\f16d";
  font: normal 35px/1 FontAwesome;
  visibility: visible;
  background: transparent;
  color: #56565a;
  border: 1px solid #56565a;
  padding: 7px;
  border-radius: 50%;
  width: 51px;
  display: inline-block;
  text-align: center;
}

.social a[href*="instagram.com"]:hover:before{
  background: #56565a;
  color: #fff;
}

.social a[href*="flickr.com"]:before{
  content: "\f16e";
  font: normal 35px/1 FontAwesome;
  visibility: visible;
  background: transparent;
  color: #56565a;
  border: 1px solid #56565a;
  padding: 7px;
  border-radius: 50%;
  width: 51px;
  display: inline-block;
  text-align: center;
}

.social a[href*="flickr.com"]:hover:before{
  background: #56565a;
  color: #fff;
}

.social a[href*="youtube.com"]:before{
  content: "\f16a";
  font: normal 35px/1 FontAwesome;
  visibility: visible;
  background: transparent;
  color: #56565a;
  border: 1px solid #56565a;
  padding: 7px;
  border-radius: 50%;
  width: 51px;
  display: inline-block;
  text-align: center;
}

.social a[href*="youtube.com"]:hover:before{
  background: #56565a;
  color: #fff;
}

header .social{
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  top: 3px;
}

header .social ul.menu li{
  width: 35px;
  height: 35px;
}

header .social a[href*="instagram.com"]:before, header .social a[href*="facebook.com"]:before,
header .social a[href*="twitter.com"]:before, header .social a[href*="flickr.com"]:before,
header .social a[href*="youtube.com"]:before{
  font: normal 23px/1 FontAwesome;
  width: 39px;
  color: #fff;
  border-color: #fff;
  background: transparent;
}

header .social a[href*="instagram.com"]:hover:before, header .social a[href*="facebook.com"]:hover:before,
header .social a[href*="twitter.com"]:hover:before, header .social a[href*="flickr.com"]:hover:before,
header .social a[href*="youtube.com"]:hover:before{
  background: #fff;
  color: #e82c2a;
}

.white-line{
  border-top: 1px solid #fff;
  margin-left: -30px;
  margin-right: -30px;
}

.page-heading{
  padding: 14px 0 11px;
  background: #e82c2a;
  margin-bottom: 50px;
}

.tax-event_categories .page-heading, .tax-resource_types .page-heading{
  margin-bottom: 0;
}

.page-heading h1{
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700; 
  letter-spacing: 1px; 
  margin: 0;
}

.page-heading .office-hours{
	width: 372px;
    position: absolute;
    right: 0;
    top: 0;
}

.page-heading .office-hours h2{
	font-family: "lft-etica-condensed",sans-serif;
	font-style: normal;
	font-weight: 700; 
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

.page-heading .office-hours .textwidget{
	font-family: "lft-etica-condensed",sans-serif;
	font-style: normal;
	font-weight: 400; 
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin: 0;
}

.page-heading .office-hours .icon{
	width: 46px;
  height: 46px;
  position: absolute;
  left: -80px;
  top: 2px;
}

.page-template-about-page .page-content, .page-template-about-page .separator{
  margin-bottom: 30px;
}

.page-content h2{
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 5px;
  color: #56565a;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.page-content h3{
  font-size: 32px;
  line-height: 37px;
  margin: 30px 0 5px;
  color: #56565a;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.page-content h4, .page-content h2.section-heading{
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 5px;
  color: #56565a;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.page-content h2.section-heading{
 display: block;
 clear: both;
 margin: 20px 0;
}

.page-content p, .page-content ul li, .page-content ol li{
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 20px;
  color: #56565a;
}

.page-content{
  margin-bottom: 40px;
}

.page-template-about-page .page-content p{
  margin-bottom: 25px;
}

.single-events .page-content p, .single-events .page-content ul li, .single-events .page-content ol li{
  font-size: 25px;
  line-height: 32px;
}

.single-events .page-content{
  margin-bottom: 30px;
}

.single-events .page-content img{
  width: 100%;
  height: auto;
}

.gallery-item img{
  border-color: #f1f1f1!important;
}

.page-content p a, .page-content ul li a, .page-content ol li a{
  text-decoration: underline;
}

.page-content ul li, .page-content ol li{
  margin: 0 0 10px;
}

.event-gallery{
  float: left;
  width: 100%;
  margin: 0 -1%;
}

.event-gallery h2{
  margin-left: 2%!important;
  margin-right: 2%!important;
}

.event-gallery .item{
  width: 48%;
  margin: 0 1% 2%;
  float: left;
}

.event-gallery .item img, .event-partners .item img{
  width: 100%;
  height: auto;
}

.event-gallery .item.first{
  width: 98%;
}

.event-gallery .item.first img{
  width: 100%;
}

.event-partners{
  border-top: 1px solid #e82c2a;
  padding: 50px 0 35px;
  background: #fff;
}

.event-partners h2.row-heading{
  font-size: 25px;
  line-height: 30px;
  display: block;
}

.event-partners .item{
  margin-bottom: 20px;
  margin-right: 20px;
}

#html5-close img, #html5-watermark, #html5-playpause, #html5-next img, #html5-prev img{
  display: none!important;
}

#html5-close:before{
  content: 'x';
  background: #fff;
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 24px;
  font-family: sans-serif;
  position: relative;
  top: 5px;
  right: 5px;
  border: 2px solid #fff;
}

#html5-next:before{
  content: '>';
  background: #fff;
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: bold;
  width: 25px;
  height: 32px;
  line-height: 24px;
  font-family: sans-serif;
  position: relative;
  top: 5px;
  right: -5px;
  border: 2px solid #fff;
}

#html5-prev:before{
  content: '<';
  background: #fff;
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: bold;
  width: 25px;
  height: 32px;
  line-height: 24px;
  font-family: sans-serif;
  position: relative;
  top: 5px;
  left: -5px;
  border: 2px solid #fff;
}

blockquote{
  margin: 0;
}

blockquote p, .page-content blockquote p{
  font-size: 30px;
  line-height: 37px;
  margin: 0 0 20px;
  color: #56565a;
  font-weight: 600;
  text-decoration: underline;
}

.plan-visit{
	position: relative;
}

.plan-visit .container-fixed-bg{
	background: #e1e1e1;
	position: absolute;
	height: 440px;
	width: 100%;
	bottom: 0;
	z-index: -1;
}

.plan-visit .visit{
	background: #fff;
	min-height: 580px;
	padding: 40px 0;
	position: relative;
}

.plan-visit .visit .content{
	position: absolute;
	bottom: 40px;
	margin-right: 120px;
}

.plan-visit .visit .content .icon{
  width: 55px;
  height: 55px;
  margin-bottom: 50px;
}

.plan-visit .visit h2, .plan-visit .access-type h3{
	text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 5px;
  color: #56565a;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  max-width: 80%;
}

.plan-visit .visit h2{
	margin-bottom: 30px;
}

.plan-visit .access-type{
  margin-bottom: 60px;
}

.plan-visit .visit p.location{
	color: #e82c2a;
	font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 10px;
}

.plan-visit .visit p.direction, .plan-visit .access-type p{
	color: #56565a;
	font-size: 25px;
	line-height: 30px;
	margin: 0;
	font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 400;
}

.plan-visit .section{
	background: #fff;
	margin-bottom: 60px;
}

.plan-visit .access-type h3{
	font-size: 30px;
	line-height: 35px;
	max-width: 100%;
	margin: 0 0 15px;
}

.plan-visit .access-type p{
	font-style: normal;
}

.plan-visit .access-type a.vehicle-link{
  background: #e82c2a;
  border-radius: 50%;
  text-indent: -9999px;
  float: left;
  height: 30px;
  width: 30px;
}

.plan-visit .access-type a.vehicle-link:hover{
  background: #000;
}

.commute-route{
  list-style: none;
  margin: 0;
  padding: 0;
}

.commute-route li{
  color: #fff;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 5px 8px;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 18px;
  line-height: 22px;
}

.commute-route li a, .commute-route li a:hover{
  color: #fff;
}

ul.museums {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.museums li {
  margin: 0 0 10px;
}

ul.museums li a {
  font-size: 14px;
  padding: 5px;
  text-align: center;
  width: 70%;
}

.instagram-images {
  background-color: #fff;
  border: 1px solid #000;
  height: 100px;
  margin: 10px 0 0;
  width: 70%;
}

.page .featured_image, .archive .featured_image, .single .featured_image{
  max-height: 402px;
  overflow: hidden;
  border: 1px solid #fff;
}

.no-top-border{
  border-top: 0!important;
}

.featured_image > img {
  width: 100%;
  height: auto;
}

.featured_image .image-content{
  position: absolute;
  right: 15px;
  top: 30px;
  background: rgba(255, 255, 255, 0.7);
  max-width: 372px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  padding: 25px;
  height: 340px;
}

.featured_image .image-content p{
  color: #56565a;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 15px;
}

.featured_image .image-content h4{
  font-size: 20px;
  line-height: 24px;
  color: #56565a;
  font-family: "freight-text-pro",serif;
  font-style: normal;
  font-weight: 700;
}

.image-pod{
  margin: 50px 0;
}

.image-pod img{
	width: 100%;
}

.image-pod .wrapper{
  position: relative;
}

.image-pod .content{
  position: absolute;
  bottom: 0;
  display: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 12px 50px 12px 25px;
  background: rgba(0,0,0,0.5);
  width: 100%;
}

.image-pod .content .toggle-close{
  float: right;
  margin-right: -25px;
  color: #56565a;
  font-size: 35px;
  border: 0;
  background: #fff;
  border-radius: 50%;
  width: 23px;
  height: 22px;
  line-height: 42px;
  text-align: center;
}

.image-pod .content .toggle-close:hover{
  background: #56565a;
  color: #fff;
}

.image-pod .toggle-button{
  background: #fff;
  border: 0;
  font-size: 30px;
  color: #56565a;
  width: 52px;
  height: 40px;
  line-height: 0;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.image-pod .toggle-button:after{
  content: '';
  position: absolute;
  top: 100%;
  left: 17px;
  margin-left: 0;
  width: 0;
  height: 0;
  border-top: solid 8px #fff;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}

.image-pod .toggle-button:hover{
  color: #fff;
  background: #56565a;
}

.image-pod .toggle-button:focus, .image-pod .content .toggle-close:focus{
  outline: none;
}

.image-pod .toggle-button:hover:after{
  border-top: solid 8px #56565a;
}

.accordion{
  margin-bottom: 50px;
}

.accordion .people{
  width: 100%;
}

.accordion .panel.panel-default{
  border-top: 1px solid #c0c0c0;
}

.accordion .panel-title{
  color: #56565a;
  font-size: 30px;
  line-height: 35px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  padding: 25px 50px 25px 0;
  position: relative;
}

.accordion .panel-title .position{
  font-weight: 400;
  padding-left: 10px;
}

.accordion .panel-body{
  position: relative;
  margin-bottom: 60px;
}

.accordion .panel-body .bio{
  position: static;
}

.accordion .panel-body p{
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 20px;
  color: #56565a;
}

.accordion .panel-body p a{
  color: #e82c2a;
  text-decoration: underline;
}

.accordion .panel-body .readmore{
  left: 0;
  bottom: -20px;
}

.contact-details{
  background: #77787b;
  padding: 40px 0;
  margin-bottom: 50px;
}

.page-template-contact-page .museum-details, .page-template-visit-page .museum-details{
  margin-bottom: 50px;
  border-top: 0;
}

.page-template-contact-page .page-content, .single .page-content{
  margin-bottom: 40px;
}

.single .blog-listing, .more-get-involved, .featured-facilities, .featured-neighborhood{
  padding-top: 40px;
}

.contact-box h2{
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 10px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.contact-box .social{
  margin-top: 15px;
}

.contact-box p{
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 10px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.contact-box p a{
  color: #fff;
}

.contact-box p a:hover{
  text-decoration: underline;
  color: #e82c2a;
}

.contact-box .social ul.menu li a:before{
  color: #fff;
  border-color: #fff;
}

.contact-box .social a[href*="facebook.com"]:hover:before{
  border-color: #4868ac;
}

.contact-box .social a[href*="twitter.com"]:hover:before{
  border-color: #54a9de;
}

.contact-box .social a[href*="flickr.com"]:hover:before{
  border-color: #e92083;
}

.contact-box .social a[href*="youtube.com"]:hover:before{
  border-color: #d03629;
}

.page-template-contact-page .page-content p a{
  color: #56565a;
  text-decoration: none;
}

.page-template-contact-page .page-content p a:hover{
  color: #e82c2a;
  text-decoration: none;
}

.gform_wrapper{
  margin: 0!important;
}

.gform_wrapper ul.gform_fields{
	list-style: none;
	margin: 0;
	padding: 0;
}

.gform_heading h3.gform_title{
  font-size: 30px!important;
  line-height: 35px;
  margin: 0 0 20px!important;
  color: #56565a;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400!important;
}

.gform_wrapper .top_label .gfield_label {
  font-size: 20px!important;
  line-height: 25px;
  margin: 0!important;
  color: #a1a1a1;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400!important;
  text-transform: uppercase;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 3px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  width: 100%!important;
  border: 0;
  font-family: "lft-etica-condensed",sans-serif!important;
  font-style: normal;
  font-weight: 400!important;
  color: #56565a;
  font-size: 20px!important;
  line-height: 25px;
  padding: 10px 10px!important;
}

.gform_wrapper ul.gform_fields li.gfield{
  float: left;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}

.gform_wrapper ul.gform_fields li.gfield:first-child{
  margin-top: 0;
}

.gform_footer {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%;
  float: left;
}

li.gfield_visibility_{
  display:none;
}

#field_1_1{
  float: left;
  width: 100%;
}

#field_1_1 span#input_1_1_3_container{
  width: 48.5%;
  float: left;
}

#field_1_1 span#input_1_1_6_container{
  width: 48.5%;
  float: right;
}

#field_1_5{
  margin-bottom: 25px;
}

#field_1_5 .gfield_description{
  display: none;
}

.gform_wrapper textarea{
  width: 100%!important;
  border: 0;
  font-family: "lft-etica-condensed",sans-serif!important;
  font-style: normal;
  font-weight: 400!important;
  color: #56565a;
  font-size: 20px!important;
  line-height: 25px;
  padding: 10px 10px!important;
}

.gform_wrapper input[type="submit"]{
  text-transform: uppercase;
  color: #56565a;
  font-size: 20px!important;
  line-height: 24px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  border: 0;
  background: url('../history_sa_museum/assets/images/arrow-red.svg') no-repeat left center;
  background-position-x: -120px\9;
  padding-left: 60px;
  transition: transform .2s ease-in-out;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
}

.gform_wrapper input[type="submit"]:hover{
  transform: translate3d(10px, 0px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
}

.gform_wrapper input[type="submit"]:focus{
  outline: none;
}

#gform_confirmation_message_1{
  font-size: 24px;
  line-height: 28px;
  color: #56565a;
}

.gform_wrapper .name_first label, .gform_wrapper .name_last label{
  display: none!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
  padding-right: 0!important;
  margin-top: 0!important;
  font-size: 14px;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
  background-color: transparent!important;
  border: 0!important;
  margin: 0!important;
  padding: 0!important;
}

.gform_wrapper .field_description_below .gfield_description{
  padding-top: 0!important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
  border: 0!important;
}

.gform_wrapper .gfield_error .gfield_label{
  color: #a1a1a1!important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
  margin-bottom: 20px!important;
}

.gform_wrapper div.validation_error{
  border: 0!important;
  font-size: 20px!important;
  text-align: left!important;
}

.gform_footer{
  margin: 30px 0 60px;
  padding: 0;
}

.page-content #secondary form{
  margin-top: 20px;
}

.blog-listing{
  margin-bottom: 50px;
}

.blog-listing .blog.box{
  margin-bottom: 20px;
}

.tags{
  position: absolute;
  bottom: 100px;
  left: 25px;
}

.tags ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags ul li{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-right: 3px;
}

.tags ul li a{
  border: 1px solid #56565a;
  display: block;
  color: #56565a;
  padding: 3px 10px;
  border-radius: 10px;
  text-decoration: none;
}

.tags ul li a:hover{
  background: #56565a;
  color: #fff;
  text-decoration: none;
}

.sidebar .tags ul li{
  font-size: 14px;
  line-height: 18px;
}

.blog-listing .box .inner{
  min-height: 420px;
}

.page-template-blog-page .blog-listing .box .inner,
.single-post .blog-listing .box .inner{
	min-height: 300px;
}

.page-template-events-page .blog-listing .box .inner,
.page-template-research-page .blog-listing .box .inner,
.page-template-page-family .blog-listing .box .inner,
.page-template-page-schools .blog-listing .box .inner{
  min-height: 0;
}

.page-template-blog-page .blog-listing .box .inner .tags,
.page-template-events-page .blog-listing .box .inner .tags,
.single-post .blog-listing .box .inner .tags{
	position: relative;
	bottom: 0;
	left: 0;
}

.research-projects, .research-callouts{
  margin-bottom: 50px;
}

.sidebar .tags{
  position: relative;
  bottom: 0;
  left: 0;
}

.sidebar h3{
  text-transform: uppercase;
  color: #56565a;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.sidebar h3.main_cat{
  margin-top: 20px;
}

.sidebar h3.main_cat:first-child{
  margin-top: 0;
}

.sidebar p.small{
  font-size: 22px;
  line-height: 26px;
}

.sidebar p.small.no-margin{
  margin-bottom: 0;
}

.social.share{
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.sticker{
  background: #e82c2a;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  display: table;
}

.single .sticker{
  margin-bottom: 20px;
  margin-top: 40px;
}

.sticker p{
  color: #fff!important;
  text-transform: uppercase;
  font-size: 20px!important;
  line-height: 22px!important;
  font-family: "lft-etica-condensed",sans-serif!important;
  font-style: normal;
  font-weight: 700!important;
  display: table-cell;
  height: 130px;
  vertical-align: middle;
  letter-spacing: 0.5px;
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  position: relative;
  top: 3px;
  padding: 0 15px;
}

.box .sticker{
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
}

.social.share li{
  display: inline-block;
  margin: 0 5px 0 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.social.share a[href*="facebook.com"]:before{
  width: 65px;
  border: 2px solid #e82c2a;
  font-size: 40px;
  padding: 12px 10px 9px;
}

.social.share a[href*="twitter.com"]:before{
  width: 65px;
  border: 2px solid #e82c2a;
  font-size: 40px;
  padding: 12px 10px 9px;
}

.social.share a[href*="facebook.com"]:hover:before, .social.share a[href*="twitter.com"]:hover:before{
  background: #e82c2a;
}

.author{
  display: table;
  height: 100px;
  margin: 50px 0 25px;
}

.author img{
  border-radius: 50%;
  margin-right: 20px;
}

.author .name{
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  color: #56565a;
  font-size: 25px;
  line-height: 30px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

.clear-fix{
  clear: both;
  float: none!important;
  margin-bottom: 30px;
  margin-top: 30px!important;
}

.show-all{
  display: inline-block;
  float: right;
  margin-top: 12px;
}

.show-all a{
  text-transform: uppercase;
  color: #8d8d8d;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}

.show-all a:hover{
  color: #8d8d8d;
  text-decoration: none;
}

.show-all img{
  width: 25px;
  height: 25px;
  margin-right: 30px;
  position: relative;
  top: -2px;
  transition: transform .2s ease-in-out;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
}

.show-all a:hover img{
  transform: translate3d(10px, 0px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
}

.show-all.back a:hover img{
 transform: translate3d(-10px, 0px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out; 
}

.single .row-heading, .row-heading.inline{
  display: inline-block;
}

input[type="file"]{
  font-size: 14px;
  position: relative;
  line-height: 16px;
}

.archive.tag .tags, .archive.category .tags{
  display: none;
}

.tag-listing .box, .featured.box{
  margin-bottom: 30px;
}

.featured-donation .item .details .inner {
  position: static;
}

.more-get-involved.donation-items, .more-get-involved.featured-donation{
  margin-bottom: 0;
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.more-get-involved.featured-donation{
  margin-bottom: 70px;
}

.featured-donation .item a.readmore {
  background: #fff;
}

.featured-donation .item .image {
  width: 34.33%;
  float: left;
  overflow: hidden;
}

.featured-donation .item .details {
  width: 65.66%;
  float: right;
}

.featured-donation .item .details .arrow-wrapper {
  left: 34.33%;
  margin-left: 25px;
}

.toggle-cross {
  border: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.toggle-cross span {
  display: block;
  height: 5px;
  width: 33px;
  background-color: #56565a;
  border-radius: 2px;
  position: absolute;
  left: 23px;
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.collapsed .toggle-cross span:first-child {
  top: 37px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.collapsed .toggle-cross span:last-child {
  top: 37px;
  transform: rotate(90deg);
}
.toggle-cross span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 37px;
}
.toggle-cross span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 37px;
}

.wp-pagenavi{
  max-width: 1320px;
  margin: 0 auto 50px;
  text-align: right;
}

.wp-pagenavi .pages{
  display: none;
}

.wp-pagenavi a, .wp-pagenavi span{
  color: #a6a6a6;
  font-size: 20px;
  line-height: 25px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  border: 0;
}

.wp-pagenavi a:hover{
  color: #e82c2a;
  cursor: pointer;
}

.wp-pagenavi span.current{
  text-decoration: underline;
}

.wp-pagenavi .nextpostslink{
  background: url('../history_sa_museum/assets/images/arrow-lightgrey.svg') no-repeat 0 7px;
  width: 20px;
  text-indent: -9999px;
  text-align: left;
  display: inline-block;
  margin-left: 20px;
}

.wp-pagenavi .nextpostslink:hover{
  background: url('../history_sa_museum/assets/images/arrow-v.svg') no-repeat 0 7px;
  cursor: pointer;
}

.wp-pagenavi .previouspostslink{
  background: url('../history_sa_museum/assets/images/arrow-lightgrey-back.svg') no-repeat 0 7px;
  width: 20px;
  text-indent: -9999px;
  text-align: left;
  display: inline-block;
  margin-right: 20px;
}

.wp-pagenavi .previouspostslink:hover{
  background: url('../history_sa_museum/assets/images/arrow-v-back.svg') no-repeat 0 7px;
  cursor: pointer;
}

.resource.box{
	margin-bottom: 40px;
}

.page-template-resources-page .resource.box:last-child{
  margin-bottom: 80px;
}

.last-resource.box{
	margin-bottom: 80px;
}

.last-resource.box a{
	background: #fff;
}

.last-resource.box a > img{
	width: 51%;
}

.last-resource.box a .inner{
	width: 49%;
	float: right;
	min-height: 449px;
}

.white{
  background: #fff;
}

#filters button{
  border: 1px solid #56565a;
  display: block;
  color: #56565a;
  padding: 3px 10px;
  border-radius: 10px;
  text-decoration: none;
  background: transparent;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-right: 3px;
}

#filters{
  padding: 15px 0 12px;
}

#filters button:hover{
  border-color: #e82c2a;
  color: #e82c2a;
}

#filters button.is-checked{
  border-color: #e82c2a;
  background: #e82c2a;
  color: #fff;
}

#filters button:focus{
  outline: none;
}

.plan-your-visit{
  border-top: 1px solid #e82c2a;
  background: #fff;
  padding: 65px 0;
  text-align: center;
}

.plan-your-visit h2{
  color: #e82c2a;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  margin: 0 40px 0 0;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.plan-your-visit a.button.inverse:hover{
  color: #fff;
}

.related-events{
  border-top: 1px solid #e82c2a;
  padding: 50px 0;
}

.related-events .whats-on.box, .whats-on .whats-on.box{
  margin-bottom: 0;
}

.vertical-align{
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center; 
  justify-content: center;
}

.page-content .face img{
  width: 100%;
  height: auto;
}

.page-template-face-page .page-content{
  margin-bottom: 50px;
}

.faces{
  border-top: 30px solid #e82c2a;
  border-bottom: 30px solid #e82c2a;
  background: #fff;
}

.faces .box .inner{
  padding: 20px 0 30px;
}

.faces .box h2{
  text-transform: none;
  font-weight: normal;
  margin: 0 0 15px;
}

.faces .row-wrapper{
  border-top: 1px solid #56565a;
  padding: 50px 0 0;
}

.container .row-wrapper:first-child{
  border-top: 0;
}

.page-template-collections-page .page-content{
  margin-bottom: 40px;
}

.collection-listing{
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.collection-listing li{
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #56565a;
  margin-bottom: 0!important;
}

.collection-listing li:last-child{
  border-bottom: 0;
}

.collection-listing li a{
  color: #56565a;
  text-decoration: none!important;
  display: block;
  padding: 20px 0;
}

.collection-listing li a:hover{
  color: #e82c2a;
  text-decoration: none;
}

.collection-item.box h2{
  margin-bottom: 10px;
}

.collection-item.box{
  margin-bottom: 40px;
}

.page-template-item-page .page-content{
  margin-bottom: 70px;
}

.page-template-item-page .page-content img{
  max-width: 100%;
  height: auto;
}

.sidebar h3.section-title{
  font-weight: normal;
  text-transform: none;
  margin-bottom: 20px;
  color: #8d8d8d;
}

.sidebar h3.section-title strong{
  font-weight: 700;
  text-transform: uppercase;
}

h2.collection-item-title{
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 20px;
  color: #56565a;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.collection-item.box .img-zoom > img{
  border: 1px solid #e0e0e0;
}

.single-galleries .related-events{
  border: 0;
}

.single-galleries .page-heading{
  background: #f1f1f1;
  margin: 20px 0 10px;
  float: left;
  width: 100%;
}

.single-galleries .page-heading h1{
  color: #ee3824;
  font-size: 50px;
  line-height: 50px;
}

.single-galleries .year, .page-template-page-galleries .year{
  color: #b7b7b7;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 20px;
  letter-spacing: 1px;
}

.page-template-page-galleries .year{
  margin: 0 0 10px;
}

.page-template-page-galleries .featured_image, .page-template-page-rendezvous .featured_image, .single-galleries .featured_image{
  max-height: 488px;
  background: #fff;
}

.page-template-page-galleries .featured_image img, .page-template-page-rendezvous .featured_image img, .single-galleries .featured_image img{
  width: 100%;
  height: auto;
}

.single-galleries .page-heading{
  border-top: 30px solid #ee3824;
  margin-top: 0;
  padding-top: 40px;
}

.event-gallery.page-content{
  text-align: center;
  border-top: 30px solid #e82c2a;
  margin-bottom: 75px;
  background: #f1f1f1;
  margin: 0;
}

.event-gallery.page-content h1, .event-gallery.page-content h4{
  color: #ee3824;
  font-size: 89px;
  line-height: 90px;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 50px 0 10px;
}

.event-gallery.page-content h2{
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.event-gallery.page-content h3, .event-gallery.page-content h5{
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 5px 0;
  color: #56565a;
}

.event-gallery.page-content h4{
  font-size: 50px;
  line-height: 50px;
  margin: 50px 0 0;
}

.event-gallery.page-content h5{
  font-size: 30px;
  line-height: 30px;
  margin: 10px 0;
}

.event-gallery.page-content h5 strong{
  color: #ee3824;
}

.image-gallery .item img{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.event-gallery .button{
  margin-bottom: 65px;
}

.event-gallery .details{
  text-align: left;
}

.event-gallery .details p{
  font-size: 25px;
  line-height: 30px;
}

.wplightbox.video img{
  border: 2px solid #e82c2a;
  width: 100%;
}

.wplightbox.video span{
  text-transform: uppercase;
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  font-size: 35px;
  font-family: "lft-etica-condensed",sans-serif;
  color: #ee3824;
  position: absolute;
  line-height: 140px;
  font-weight: 700;
  border: 1px solid #56565a;
  left: calc(50% - 70px);
  top: calc(50% - 70px);
}

.wplightbox.video:hover span{
  color: #fff;
  background: #ee3824;
  border-color: #ee3824;
}

.pricing{
  background: #fff;
  text-align: left;
  padding: 35px 45px 25px;
  margin: 80px 0 100px;
  overflow: hidden;
  min-height: 355px;
}

.event-gallery.page-content .pricing h2{
  color: #ee3824;
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 30px!important;
}

.pricing ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.event-gallery.page-content .pricing li .price-details{
  width: 60%;
  float: left;
}

.event-gallery.page-content .pricing li a{
  float: right;
}

.event-gallery.page-content .pricing li .price-details h2{
  color: #56565a;
  text-transform: none;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 5px!important;
  padding: 0;
}

.price-details .description{
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
}

.price-details .price{
  color: #ee3824;
  font-family: "lft-etica-condensed",sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin-top: 10px;
}

.price-list .arrow-wrapper{
  color: #56565a;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.price-list .arrow{
  right: 25px;
  top: -2px;
  position: relative;
}

.price-list li{
  float: left;
  width: 100%;
  margin: 0 0 20px;
}

.price-list li:last-child{
  margin: 0;
}

.event-gallery .sub-image{
  width: 100%;
  margin: 80px 0 100px;
}

.event-gallery-download{
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  background: #e82c2a;
}

.event-gallery-download h2, .event-gallery-more h2{
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 75px;
}

.event-gallery-download p{
  font-size: 22px;
  color: #fff;
  text-align: left;
  line-height: 28px;
  margin: 0 0 20px;
}

.event-gallery-download .button.inverse{
  color: #fff;
  border-color: #fff;
  float: left;
  margin-bottom: 10px;
}

.event-gallery-download .button.inverse:hover{
  color: #ee3824;
  background: #fff;
}

.event-gallery-download .title{
  display: table;
}

.event-gallery-download h2{
  vertical-align: middle;
  display: table-cell;
  text-align: left;
  position: relative;
  top: 0;
}

.event-gallery-more{
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px 0;
}

.event-gallery-more h2{
  color: #56565a;
  margin: 0;
  display: block;
  text-align: center;
  margin: 70px 0 30px;
  top: 0;
}

.event-gallery-more .links-list{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.event-gallery-more .links-list li{
  display: table;
  margin: 0 30px 25px;
  float: left;
}

.event-gallery-more .links-list a{
  padding: 10px 20px;
  display: table-cell;
  vertical-align: middle;
}

.event-gallery-more .links-list a h2{
  color: #e82c2a;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
}

.event-gallery-more .box h2{
  text-align: left;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 5px;
}

.event-gallery-more .box .inner{
  background: #f1f1f1;
}

.event-gallery-more .links-list a p{
  margin: 0;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.event-gallery-more .links-list a:hover h2{
  color: #fff;
}

.view-gallery-cta{
  text-align: center;
  margin-bottom: 20px;
}

.event-gallery-sf{
  float: left;
  width: 100%;
  background: #f1f1f1;
  padding-top: 40px;
  margin-bottom: 30px;
}

.event-gallery-sf h2.row-heading{
  margin-top: 30px;
}

.event-gallery-sf h2.sponsor-type{
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin: 25px 0 10px;
  color: #8d8d8d;
}

.plan-your-visit.event-gal{
  background: #e82c2a;
  border-top: 0;
  padding: 30px 0;
}

.plan-your-visit.event-gal h2{
  color: #fff;
  position: relative;
  top: 3px;
}

.plan-your-visit.event-gal .button{
  border-color: #fff;
  font-size: 35px;
  color: #fff;
}

.plan-your-visit.event-gal .button:hover{
  color: #e82c2a!important;
  background: #fff;
  border-color: #fff;
}

.event-gallery-widget, .event-socials{
  padding-top: 60px;
  padding-bottom: 50px;
}

.event-gallery-widget h2{
  color: #56565a;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}

.event-gallery-widget p, .event-socials p{
  color: #a1a1a1;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}

.event-gallery-widget p a{
  color: #a1a1a1;
}

.event-gallery-widget p a:hover{
  color: #e82c2a;
}

.event-socials{
  text-align: right;
}

.event-socials .text{
  text-align: right;
  display: inline-block;
  margin: 0 20px 10px 0;
  position: relative;
  top: -6px;
}

.event-socials ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.event-socials ul li{
  width: 51px;
  height: 51px;
  font-size: 0.1px;
  float: left;
  margin: 0 5px 5px;
}

.event-socials a[href*="facebook.com"]:before{
  color: #4968ab;
  border-color: #4968ab;
}

.event-socials a[href*="instagram.com"]:before{
  color: #e82a83;
  border-color: #e82a83;
}

.event-socials a[href*="facebook.com"]:hover:before{
  color: #fff;
  border-color: #fff;
  background-color: #4968ab;
}

.event-socials a[href*="instagram.com"]:hover:before{
  color: #fff;
  border-color: #fff;
  background-color: #e82a83;
}

.event-gal-footer{
  background: #fff;
}

.event-gallery-archive{
  padding-top: 50px;
  float: left;
  width: 100%;
  background: #f1f1f1;
}

.single-galleries .related-events .whats-on.box{
  margin-bottom: 25px;
}

.box.galleries .category{
  background: #e82c2a;
  color: #fff;
  padding: 9px 25px 7px;
  position: relative;
}

.iframe-container iframe{
  width: 100%;
  height: 400px;
}

.event-gallery-sf .box .inner{
  background: transparent;
  padding: 0;
}

.event-gallery-sf .box .inner h2{
  margin: 20px 0 5px;
}

.event-gallery-sf .box .inner p{
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 15px;
}

.event-gallery-sf .box{
  margin-bottom: 50px;
}

.rrr-ig-feed{
  background: #e82c2a;
  padding: 0 0 20px;
}

.rrr-ig-feed hr{
  border-bottom: 0;
  border-top: 1px solid #fff;
  margin-top: 0;
}

.rrr-ig-feed .ig-feed ul li {
  width: 15.4%;
  margin-bottom: 10px;
}

.page-template-page-rendezvous .sub-footer, .page-template-page-rendezvous footer,
.page-template-page-galleries .sub-footer, .page-template-page-galleries footer,
.single-galleries .sub-footer, .single-galleries footer{
  display: none;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gform_wrapper input[type="submit"]{
    background-position-x: -120px;
  }
}

/* Media queries */


@media screen and (max-width: 1700px){
  .face-header.xl{
    display: none;
  }
  .face-header.lg{
    display: block;
    right: 25px;
  }
  ul.bxslider li{
  	background-position: 15% 0;
  }
}

@media screen and (max-width: 1520px){
  .face-banner .image-content{
    margin-left: 43%;
  }
}

@media screen and (max-width: 1449px){
  .container{
    max-width: 1275px;
  }
  .sub-footer .donate{
    margin-top: 125px;
  }
  ul.bxslider li, .face-banner{
  	background-position: 10% 0;
  }
  .face-banner .image-content{
    margin-left: 40%;
  }
  .home .acf-map{
  	height: 405px;
  }
  .featured_image .image-content{
    right: 6%;
  }
  .main-menu ul li a {
    padding: 17px 37px 15px;
  }
  .normal .main-menu ul li.main-contact .sub-menu li:last-child{
    margin-right: 65px;
  }
  .normal .main-menu ul li.main-discover .sub-menu li:last-child {
    margin-left: 100px;
  }
  .normal .main-menu ul li.main-whats-on .sub-menu li:first-child{
    margin-left: -103px;
  }
  .normal .main-menu ul li.main-visit .sub-menu li:first-child {
    margin-left: -400px;
  }
  .normal .main-menu ul li.main-get-involved .sub-menu li:last-child {
    margin-right: -330px;
  }
  .normal .main-menu ul li.main-about .sub-menu li:last-child {
    margin-right: -612px;
  }
  .plan-visit .section-image img{
    width: 100%;
  }
  .plan-visit .visit{
    min-height: 547px;
  }
  .event-gallery-more .links-list li{
    margin: 0 20px 25px;
  }
}

@media screen and (max-width: 1349px){
  .sub-footer .donate{
    margin-top: 100px;
  }
  .sub-footer .donate p {
    font-size: 24px;
  }
  footer .heading, .footer-menu ul.menu li {
    font-size: 12px;
  }
  .footer-menu ul.menu li{
    padding: 0 5px;
  }
  ul.bxslider li, .face-banner{
    background-position: 5% 0;
  }
  .home .acf-map{
  	height: 355px;
  }
  .page-template-blog-page .tags, .single-post .blog.box .tags{
    position: relative;
    bottom: 0;
    left: 0;
  }
  .plan-visit .visit{
    padding: 30px 0;
  }
  .container{
    max-width: 1125px;
  }
  .main-menu ul li a{
    padding: 17px 26.6px 15px;
  }
  .sub-menu ul li a{
    padding: 7px 17px;
  }
  header .social ul.menu li{
    margin-bottom: 0;
  }
  .social ul.menu li{
    margin-bottom: 10px;
  }
  ul.bxslider li, .face-banner{
    height: 500px;
  }
  ul.bxslider li img.graphic{
    right: 30px;
  }
  ul.bxslider li .slide-content, .face-banner .image-content{
    width: 35%;
    margin-left: 40.4%;
    margin-top: 90px;
  }
  ul.bxslider li .slide-content{
    margin-top: 40px;
  }
  ul.bxslider li.face .slide-content{
    margin-top: 70px;
  }
  .bx-controls.bx-has-pager{
  	max-width: 1125px;
  }
  .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
    margin-left: 40.4%;
  }
  ul.bxslider li .slide-content .museum-name, ul.bxslider li .slide-content .heading, .face-banner .heading{
    font-size: 45px;
    line-height: 50px;
  }
  .fullscreen-overflow .main-menu ul li .sub-menu li{
  	font-size: 22px;
  	line-height: 26px;
  }
  .fullscreen-overflow .main-menu ul li{
    width: 14.4%;
  }
  .fullscreen-overflow .main-menu ul li.main-visit,
  .fullscreen-overflow .main-menu ul li.main-get-involved{
  	width: 17%;
  }
  .fullscreen-overflow .main-menu ul li.main-about{
  	width: 11%;
  }
  .normal .main-menu ul li.main-contact .sub-menu li:last-child{
    margin-right: 100px;
  }
  .normal .main-menu ul li:hover .submenu-container .sub-menu{
    max-width: 95%;
  }
  .normal .main-menu ul li.main-whats-on .sub-menu li:first-child{
    margin-left: 20px;
  }
  .normal .main-menu ul li.main-visit .sub-menu li:first-child {
    margin-left: -330px;
  }
  .normal .main-menu ul li.main-about .sub-menu li:last-child {
    margin-right: -525px;
  }
  .normal .main-menu ul li.main-get-involved .sub-menu li:last-child{
    margin-right: -340px;
  }
  footer a.logo{
    margin-right: 10px;
  }
  footer .textwidget img{
    margin-right: 17px;
  }
  .featured_image .image-content{
    max-width: 50%;
    height: auto;
    padding-bottom: 65px;
    right: 0;
  }
  .featured_image .image-content p{
    margin: 0 0 5px;
  }
  .image-pod .wrapper img{
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1200px){
  .container {
    max-width: 950px;
  }
  .sub-footer .donate{
    margin-top: 18px;
  }
  header .tagline{
    font-size: 23px;
  }
  ul.bxslider li, .face-banner{
    background-position: 2% 0;
  }
  ul.bxslider li .slide-content, .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager, .face-banner .image-content{
  	margin-left: 41.4%;
  }
  ul.bxslider li .slide-content, .face-banner .image-content{
    margin-top: 50px;
  }
  .home .acf-map{
  	height: 297px;
  }
  .visit.facilities.box, .visit.neighborhood.box{
    margin-bottom: 40px;
  }
  .plan-visit .visit h2{
    font-size: 30px;
    line-height: 35px;
    max-width: 90%;
  }
  .bx-controls.bx-has-pager {
    max-width: 950px;
  }
  ul.bxslider li .slide-content .link span{
    font-size: 17px;
    line-height: 23px;
  }
  header .tagline{
    margin-left: 150px;
  }
  ul.bxslider li img.carousel-img{
    height: 100%;
    width: 100%;
  }
  .main-menu ul li a{
    padding: 16px 14px;
  }
  .main-menu ul li .sub-menu li a {
    padding: 10px 13px;
  }
  header .sub-menu ul li{
    margin: 0 5px;
  }
  header .sub-menu ul li a{
    padding: 7px 17px;
  }
  .toggle-search {
    margin-right: 0;
    margin-left: 5px;
  }
  .whats-on-featured.box .image-wrapper{
    width: 55%;
  }
  .whats-on-featured.box .content-wrapper{
    width: 45%;
  }
  .whats-on-featured.box .content-wrapper .inner{
    height: 297px;
  }
  .whats-on-featured.box h3 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .whats-on-featured.box p{
    font-size: 18px;
    line-height: 22px;
  }
  .whats-on-featured.box .tags {
    bottom: 50px;
  }
  .whats-on-featured.box .date {
    margin-bottom: 10px;
  }
  .whats-on-featured.box a.readmore{
    bottom: 20px;
  }
  .sub-menu ul li{
    margin: 0 25px;
  }
  .enews form{
    max-width: 85%;
  }
  .normal .main-menu ul li.main-contact .sub-menu li:last-child{
    margin-right: 120px;
  }
  .normal .main-menu ul li.main-discover .sub-menu li:last-child {
    margin-left: 75px;
  }
  .normal .main-menu ul li.main-whats-on .sub-menu li:first-child{
    margin-left: 68px;
  }
  .normal .main-menu ul li.main-visit .sub-menu li:first-child{
    margin-left: -225px;
  }
  .normal .main-menu ul li.main-about .sub-menu li:last-child{
    margin-right: -460px;
  }
  .normal .main-menu ul li.main-get-involved .sub-menu li:last-child{
    margin-right: -260px;
  }
  .face-header.lg{
    display: none;
  }
  .fullscreen-overflow .main-menu ul li.main-visit, .fullscreen-overflow .main-menu ul li.main-get-involved,
  .fullscreen-overflow .main-menu ul li.main-learn {
    width: 16%;
  }
  .fullscreen-overflow .main-menu ul li, .fullscreen-overflow .main-menu ul li .sub-menu li{
  	font-size: 18px;
  	line-height: 22px;
  }
}

@media screen and (max-width: 1024px){
  body{
    border: 26px solid #e82c2a;
    border-top: 0;
  }
  .whats-on.box .main_cat{
    font-size: 16px;
    line-height: 23px;
  }
  .white-line{
    margin-left: -26px;
    margin-right: -26px;
  }
  .home .acf-map{
  	height: 280px;
  }
  .museum-details .content p{
  	font-size: 25px;
  	line-height: 30px;
  }
  .museum-details .content p i{
  	margin-top: 25px;
  }
  .plan-visit .visit p.location{
    font-size: 25px;
    line-height: 30px;
  }
  .plan-visit .visit p.direction, .plan-visit .access-type p{
    font-size: 20px;
    line-height: 25px;
  }
  .plan-visit .visit {
    min-height: 480px;
  }
  .plan-visit .visit .content .icon{
  	margin-bottom: 30px;
  }
  .acf-map{
  	height: 480px;
  }
  .visit.neighborhood.box .inner{
    padding-bottom: 75px;
  }
  .box a.readmore .arrow, .image-content a.readmore .arrow, .accordion .panel-body .readmore .arrow, 
  .sidebar .arrow-wrapper .arrow{
    margin-right: 15px;
  }
  .museum-details .social{
    display: none;
  }
  ul.bxslider li .slide-content{
    width: 40%;
    margin-left: 44%;
    margin-top: 80px;
  }
  .face-banner .image-content{
    width: 54%;
    margin-left: 44%;
    margin-top: 80px;
  }
  ul.bxslider li .slide-content.top-left{
    margin-top: 40px;
    left: 15px;
  }
  ul.bxslider li .slide-content p, .face-banner p{
  	margin-top: 20px;
  	margin-bottom: 30px;
  }
  ul.bxslider li img.graphic{
  	max-width: 140px;
  }
  .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
  	margin-left: 44%;
  }
  .box h2{
    font-size: 25px;
    line-height: 28px;
  }
  .sub-footer .page-links, .sub-footer .donate, .sub-footer .social{
    display: none;
  }
  .ig-feed{
    width: 100%!important;
  }
  .ig-feed ul li{
    max-width: 100%;
    width: 23.87%;
  }
  .main-menu {
    margin: 7px 0 0 130px;
    width: calc(100% - 130px);
  }
  .main-menu ul li a {
    padding: 11px 12px;
  }
  .normal .main-menu ul li.main-contact .sub-menu li:last-child{
    margin-right: 70px;
  }
  .normal .main-menu ul li.main-whats-on .sub-menu li:first-child {
    margin-left: 0;
  }
  .normal .main-menu ul li.main-visit .sub-menu li:first-child {
    margin-left: -236px;
  }
  .normal .main-menu ul li.main-get-involved .sub-menu li:last-child {
    margin-right: -295px;
  }
  .normal .main-menu ul li.main-about .sub-menu li:last-child {
    margin-right: -447px;
  }
  .whats-on-featured.box .image-wrapper, .whats-on-featured.box .content-wrapper{
    width: 100%;
  }
  .whats-on-featured.box h3 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  .whats-on-featured.box p {
    font-size: 22px;
    line-height: 28px;
  }
  .whats-on-featured.box .content-wrapper .inner{
    height: auto;
  }
  .whats-on-featured.box .content-wrapper .inner .tags{
    position: relative;
    left: 0;
    bottom: 0;
    margin: 15px 0;
  }
  .main-menu ul li:hover .sub-menu li{
    font-size: 16px;
  }
  a.logo{
    width: 100px;
  }
  header .tagline{
    font-size: 21px;
    line-height: 25px;
    margin: 35px 0 0 120px;
  }
  .main-menu{
    margin-top: 9px;
  }
  .sub-menu ul li{
    margin: 0 20px;
  }
  .sub-menu {
    margin: 38px 20px 0;
  }
  header .sub-menu{
    margin: 32px 0 0;
  }
  .main-menu ul li{
    margin: 0;
  }
  .main-menu ul li:hover .sub-menu li{
    font-size: 16px;
  }
  .main-menu ul li .sub-menu li a{
    padding: 5px 10px;
  }
  .header-bg{
    height: 90px;
  }
  body{
    margin-top: 135px;
  }
  header{
    height: 135px;
  }
  .main-menu ul li:hover .submenu-container{
    padding: 6px 0;
  }
  header.sticky .flick {
    transform: translate3d(0,-132px,0);
    -webkit-transform: translate3d(0,-132px,0);
    -ms-transform: translate3d(0,-132px,0);
    padding-top: 13px;
  }
  .container{
    max-width: 900px;
  }
  .featured_image .image-content p{
    font-size: 20px;
    line-height: 25px;
  }
  .featured_image .image-content h4{
  	font-size: 18px;
  	line-height: 22px;
  }
  .featured_image .image-content{
  	padding-bottom: 55px;
  }
  .featured_image .image-content a.readmore{
  	bottom: 20px;
  }
  .fullscreen-overflow .main-menu ul li{
  	width: 14%;
  }
  .fullscreen-overflow .main-menu ul li.main-visit, 
  .fullscreen-overflow .main-menu ul li.main-learn{
  	width: 15.3%;
  }
  .fullscreen-overflow .main-menu ul li.main-get-involved{
  	width: 16.8%;
  }
  .fullscreen-overflow .main-menu ul li.main-about{
  	width: 12%;
  }
  .fullscreen-overflow .main-menu ul li .sub-menu li{
  	font-size: 17px;
  }
  .plan-visit .visit .content{
  	min-width: 180px;
  }
}

@media screen and (max-width: 991px){
  .pricing{
    min-height: 0;
  }
  .event-gallery.page-content h1, .event-gallery.page-content h4{
    font-size: 50px;
    line-height: 50px;
  }
  .event-gallery.page-content h2, .event-gallery.page-content h4{
    font-size: 40px;
    line-height: 40px;
  }
  .event-gallery.page-content h3, .event-gallery.page-content h5, .event-gallery.page-content .pricing h2,
  .event-gallery-download h2, .event-gallery-more h2{
    font-size: 30px;
    line-height: 30px;
  }
  .event-gallery.page-content h5, .event-gallery-sf h2.row-heading, .plan-your-visit.event-gal .button,
  .event-gallery.page-content .pricing li .price-details h2, .price-details .price, .event-gallery-sf h2.sponsor-type,
  .event-gallery-sf .box .inner h2{
    font-size: 25px;
    line-height: 25px;
  }
  .event-gallery.page-content .pricing li .price-details{
    width: 100%;
  }
  .event-gallery.page-content .pricing li a{
    float: left;
    margin-left: 25px;
    margin-bottom: 30px;
  }
  .pricing{
    margin: 80px 0 0;
    padding: 20px;
  }
  .event-gallery.page-content .pricing h2{
    margin: 0 0 20px!important;
  }
  .event-gallery-download h2, .event-gallery-more h2{
    margin-bottom: 25px;
    text-align: center;
    margin-right: 0;
    display: block;
  }
  .event-gallery-more h2{
    margin-top: 30px;
  }
  .event-gallery-widget p, .event-socials p{
    font-size: 16px;
    line-height: 25px;
  }
  .event-gallery-widget, .event-socials {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .event-socials, .event-socials .text{
    text-align: left;
  }
  .event-socials ul li{
    width: 30px;
    height: 30px;
    margin: 0 10px 5px 0;
  }
  .wplightbox.video span{
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    font-size: 20px;
  }
  .sticker{
    width: 120px;
    height: 120px;
  }
  .sticker p{
    height: 120px;
    padding: 0 10px;
  }
  .face-banner .image-content{
    width: 50%;
    margin-left: 50%;
  }
  .main-menu ul li:hover .sub-menu li{
    font-size: 15px;
  }
  .main-menu ul li .sub-menu li a{
    padding: 10px 6px;
  }
  .fullscreen-overflow .main-menu ul li > a, .home .fullscreen-overflow .main-menu ul li > a{
    padding: 15px 5px;
  }
  .sub-footer .office-hours{
    width: 61%;
  }
  header .tagline{
    font-size: 19px;
    line-height: 22px;
  }
  .home .acf-map{
  	height: 230px;
  }
  .acf-map {
    height: 400px;
  }
  .plan-visit .visit {
    min-height: 400px;
  }
  .bx-controls.bx-has-pager {
    width: 750px;
  }
  .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
  	margin-left: 50%;
  }
  ul.bxslider li .slide-content {
    width: 50%;
    margin-left: 50%;
  }
  ul.bxslider li .slide-content .museum-name, ul.bxslider li .slide-content .heading, .face-banner .heading{
    font-size: 35px;
    line-height: 40px;
  }
  ul.bxslider li .slide-content p, .face-banner p{
    font-size: 28px;
    line-height: 33px;
    margin: 0 0 20px;
  }
  ul.bxslider li .details{
    width: 100%;
    margin-left: 0;
  }
  ul.bxslider li .slide-content, .face-banner .image-content{
    margin-bottom: 25px;
  }
  ul.bxslider li img.graphic{
    display: none;
  }
  .show-all{
  	margin-top: 5px;
  }
  .show-all a .hidden-ipad{
  	display: none;
  }
  .show-all a .show-ipad{
  	display: inline-block;
  }
  .visit.facilities.box, .visit.neighborhood.box{
    margin-bottom: 20px;
  }
  .plan-visit .visit .content .icon, .plan-visit .visit h2{
    margin-bottom: 20px;
  }
  .plan-visit .visit h2, .plan-visit .access-type h3{
    font-size: 26px;
    line-height: 28px;
  }
  .plan-visit .section, .plan-visit .access-type{
    margin-bottom: 40px;
  }
  .plan-visit .visit .content .icon{
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
  .museum-details .icon{
    top: 0;
    float: left;
  }
  .museum-details h2{
    clear: both;
    display: block;
    margin: 20px 0;
    float: left;
    width: 100%;
  }
  .museum-details .content{
    max-width: 100%;
    clear: both;
    display: block;
    margin-left: 0;
    float: left;
  }
  .museum-details .content p i{
    margin-top: 20px;
  }
  footer .footer-logos .break{
    display: block;
  }
  .donate a{
    margin-left: 0;
    margin-top: 10px;
  }
  .main-menu ul li a{
    padding: 11px 7px;
  }
  .normal .main-menu ul li.main-whats-on .sub-menu li:first-child{
    margin-left: 77px;
  }
  .normal .main-menu ul li.main-visit .sub-menu li:first-child{
    margin-left: -155px;
  }
  .normal .main-menu ul li.main-discover .sub-menu li:last-child {
    margin-left: 60px;
  }
  .normal .main-menu ul li.main-get-involved .sub-menu li:last-child {
    margin-right: -146px;
  }
  .normal .main-menu ul li.main-about .sub-menu li:last-child {
    margin-right: -360px;
  }
  .normal .main-menu ul li.main-contact .sub-menu li:last-child{
    margin-right: 105px;
  }
  .sub-footer .btn-info{
    width: 150px;
    text-align: center;
    margin-top: 15px;
  }
  .social ul.menu li{
    margin-right: 5px;
  }
  footer .textwidget img{
    margin-right: 8px;
  }
  footer .textwidget a.logo{
    margin-right: 8px;
    padding-right: 0;
  }
  footer .textwidget img.tcod{
    width: 95px;
  }
  footer .textwidget img.gsa{
    margin-right: 5px;
  }
  .contact-box .social li{
    margin-right: 10px;
  }
  .whats-on.box .main_cat{
    left: 20px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .enews form{
    max-width: 100%;
  }
  footer .disclaimer{
    text-align: left;
    margin-top: 20px;
  }
  .featured_image .image-content{
    max-width: 65%;
    padding: 20px 20px 55px;
  }
  .sub-menu ul li{
    margin: 0 20px;
  }
  .sub-menu {
    margin: 38px 20px 0;
  }
  ul.menu li{
    font-size: 17px;
    margin: 0 5px;
  }
  .main-menu ul li{
    margin: 0;
  }
 .main-menu ul li .sub-menu li{
    font-size: 17px;
  }
  .footer-menu{
    margin-right: 20px;
  }
  .box a.readmore .arrow, .image-content a.readmore .arrow, .accordion .panel-body .readmore .arrow{
    margin-right: 20px;
  }
  .box a.readmore, .image-content a.readmore, .accordion .panel-body .readmore, .box a.img-zoom .arrow-wrapper{
    font-size: 18px;
    line-height: 22px;
  }
  header .sub-menu ul li a {
    padding: 7px 10px;
  }
  header .social ul.menu li {
    width: 32px;
    height: 33px;
  }
  header .social a[href*="instagram.com"]:before, header .social a[href*="facebook.com"]:before, 
  header .social a[href*="twitter.com"]:before, header .social a[href*="flickr.com"]:before, 
  header .social a[href*="youtube.com"]:before, .event-socials a[href*="facebook.com"]:before,
  .event-socials a[href*="instagram.com"]:before{
    font: normal 20px/1 FontAwesome;
    width: 35px;
  }
  .fullscreen-overflow .main-menu ul li, .fullscreen-overflow .main-menu ul li .sub-menu li{
  	font-size: 16px;
  	line-height: 20px;
  }
  .fullscreen-overflow .main-menu ul li > a{
  	padding: 10px 8px;
  }
  .fullscreen-overflow .main-menu ul li {
    width: 13.7%;
  }
  .fullscreen-overflow .main-menu ul li.main-visit{
  	width: 18%;
  }
  .fullscreen-overflow .main-menu ul li.main-discover{
  	width: 12%;
  }
  .fullscreen-overflow .main-menu ul li.main-get-involved {
    width: 16.4%;
  }
  .fullscreen-overflow .main-menu ul li.main-learn{
  	width: 15%;
  }
  .fullscreen-overflow .main-menu ul{
  	margin-left: 0;
  }
  .fullscreen-overflow .main-menu ul li, .fullscreen-overflow .main-menu ul li .sub-menu li{
  	font-size: 15px;
  	line-height: 18px;
  }
}

@media screen and (max-width: 900px){
  header .tagline{
    font-size: 16px;
    line-height: 20px;
  }
  .home .acf-map{
  	height: 218px;
  }
  ul.bxslider li, .face-banner{
  	height: 420px;
  	background-size: 43%;
  }
  .bx-controls.bx-has-pager {
    width: 713px;
  }
  .main-menu {
    margin: 9px 0 0 116px;
    width: calc(100% - 116px);
  }
  ul.bxslider li .slide-content, .face-banner .image-content{
    width: 50%;
    margin-left: 48%;
    margin-top: 60px;
  }
  .face-banner p{
  	margin-top: 20px;
  	margin-bottom: 30px;
  }
  .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
  	right: auto;
  	margin-left: 48%;
  }
  .container {
    max-width: 713px;
  }
  .main-menu ul li a{
    padding: 11px 6px;
  }
  header .sub-menu ul li {
    margin: 0 3px;
  }
  header .social ul.menu li {
    width: 28px;
    height: 32px;
  }
  .normal .main-menu ul li.main-contact .sub-menu li:last-child{
    margin-right: 115px;
  }
  .normal .main-menu ul li.main-whats-on .sub-menu li:first-child {
    margin-left: 65px;
  }
  .normal .main-menu ul li.main-visit .sub-menu li:first-child {
    margin-left: -170px;
  }
  .normal .main-menu ul li.main-about .sub-menu li:last-child {
    margin-right: -328px;
  }
  .main-menu ul li:hover .submenu-container .sub-menu{
  	max-width: 100%;
  }
}

@media screen and (max-width: 780px){
  .container{
    max-width: 700px;
  }
  .home .acf-map{
  	height: 213px;
  }
  header .social a[href*="instagram.com"]:before, header .social a[href*="facebook.com"]:before, 
  header .social a[href*="twitter.com"]:before, header .social a[href*="flickr.com"]:before, 
  header .social a[href*="youtube.com"]:before, .event-socials a[href*="facebook.com"]:before,
  .event-socials a[href*="instagram.com"]:before{
    font: normal 18px/1 FontAwesome;
    width: 33px;
  }
  .main-menu ul li a{
    padding: 11px 5px;
  }
  .main-menu ul li.main-contact .sub-menu li:last-child {
    margin-right: 67px;
  }
  .main-menu ul li.main-whats-on .sub-menu li:first-child {
    margin-left: 73px;
  }
  .main-menu ul li.main-visit .sub-menu li:first-child {
    margin-left: -160px;
  }
  .main-menu ul li.main-get-involved .sub-menu li:last-child {
    margin-right: -120px;
  }
  .main-menu ul li.main-about .sub-menu li:last-child {
    margin-right: -322px;
  }
  .main-menu ul li .sub-menu li a {
    padding: 10px 5px;
  }
  .featured_image .image-content{
  	right: 15px;
  	top: 15px;
  }
  .fullscreen-overflow .main-menu ul li.main-learn{
  	width: 14%;
  }
  .fullscreen-overflow .main-menu ul li.main-get-involved{
  	width: 17%;
  }
  .bx-controls.bx-has-pager{
  	width: 700px;
  }
  ul.bxslider li{
  	height: 420px;
  }
}

@media screen and (max-width: 767px){
  .whats-on.box .main_cat,
  .image-wrapper .main_cat{
    font-size: 18px;
    line-height: 24px;
    padding: 5px 10px;
    left: 25px;
  }
  .sponsor.box img.logo{
    margin-bottom: 20px;
  }
  .enews.education input[type="text"], .enews.education input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
  }
  .enews.education button{
    margin-top: 0;
  }
  .enews.education .textwidget{
    padding-bottom: 70px;
  }
  .featured-donation .item .image, .featured-donation .item .details {
    width: 100%;
  }
  .featured-donation .item .details .arrow-wrapper{
    left: 0;
  }
  .face-banner{
    min-height: 0;
  }
  .faces{
    border-top: 15px solid #e82c2a;
    border-bottom: 15px solid #e82c2a;
  }
  .faces .row-wrapper{
    border-top: 0;
  }
  .vertical-align {
    display: block;
    flex-direction: column;
  }
  .vertical-align .face{
    margin-bottom: 25px;
  }
  .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .sub-footer a.logo{
    width: 120px;
  }
  .sub-footer .office-hours{
    margin-left: 80px;
    margin-top: 40px;
  }
  .sub-footer .office-hours .icon{
    left: -65px;
  }
  .home .acf-map{
  	height: 400px;
  }
  .home .acf-map + .inner{
  	padding-bottom: 25px!important;
  }
  .plan-visit .visit .content{
  	position: relative;
  	bottom: 0;
  	margin-right: 0;
  }
  .plan-visit .container-fixed-bg{
    display: none;
  }
  .plan-visit .visit{
    padding: 20px;
    min-height: 0;
  }
  .plan-your-visit h2{
    display: block;
    margin: 0 0 20px;
    max-width: 100%;
  }
  .accordion .panel-title{
    font-size: 25px;
    line-height: 30px;
  }
  .ig-feed ul li:last-child{
    display: none;
  }
  .ig-feed ul li:nth-child(3){
    margin-right: 0;
  }
  .ig-feed ul li{
    width: 32.33%;
  }
  .bx-wrapper{
    background: #f3f3f3;
  }
  .museum-details .content, .learn.box{
    margin-bottom: 40px;
  }
  .museum-details{
    padding-bottom: 0;
  }
  ul.bxslider li .slide-content .museum-name{
  	font-size: 30px;
  	line-height: 35px;
  }
  ul.bxslider li img.carousel-img.show-ipad, .show-ipad{
    display: block;
  }
  ul.bxslider li img.carousel-img.hidden-ipad, .hidden-ipad{
    display: none;
  }
  ul.bxslider li img.carousel-img.show-ipad, .face-banner img.carousel-img.show-ipad{
  	width: auto;
  	margin: 0 auto;
  	height: auto;
    position: relative;
    min-width: 235px;
  }
  ul.bxslider li img.carousel-img.show-ipad{
    min-width: 0;
    max-height: 200px;
  }
  ul.bxslider li.face, .face-banner{
    background-image: none!important;
    height: auto;
    min-height: 609px;
    text-align: center;
  }
  ul.bxslider li.face{
    min-height: 420px;
  }
  ul.bxslider li a{
  	display: block;
  	height: 100%;
  }
  #carousel{
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 15px solid #e82c2a;
  }
  ul.bxslider li .slide-content, .face-banner .image-content{
    margin-left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  ul.bxslider li.face .slide-content{
    max-width: 100%;
    padding: 0;
    left: 0;
    margin-top: 25px;
    width: 100%!important;
  }
  ul.bxslider li .slide-content{
    max-width: 90%;
    width: 90%!important;
  }
  ul.bxslider li.face .slide-content .heading{
    padding: 0 20px;
  }
  ul.bxslider li.face .slide-content .heading{
  	font-size: 40px;
  	line-height: 45px;
  }
  ul.bxslider li.face .slide-content p{
  	display: none;
  }
  ul.bxslider li.face .slide-content .readmore.arrow{
  	display: none;
  }
  ul.bxslider li.face .slide-content .link{
    border: 2px solid #e82c2a;
    padding: 8px 12px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 15px;
  }
  ul.bxslider li.face .slide-content .link span{
    color: #e82c2a;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    display: block;
  }
  ul.bxslider li .slide-content .link span{
    display: none;
  }
  .face-banner .image-content p{
    max-width: 100%;
  }
  .page-heading{
    margin-bottom: 30px;
  }
  header.sticky .flick {
    transform: translate3d(0,-94px,0);
    -webkit-transform: translate3d(0,-94px,0);
    -ms-transform: translate3d(0,-94px,0);
  }
  .page-links, .single-facilities .social.share{
    margin: 0;
  }
  .donate{
    margin: 10px 0;
  }
  .donate a{
    margin-left: 10px;
    margin-top: 0;
  }
  .sub-footer .social{
    margin: 10px 0;
  }
  .home .whats-on .whats-on-featured.box{
    margin-bottom: 40px;
  }
  .home-cta{
    padding-bottom: 20px;
    padding-top: 0;
  }
  body{
    border: 15px solid #e82c2a;
  }
  .white-line{
    display: none;
  }
  .whats-on .whats-on.box, .home-cta .cta.box,
  .museum.box, .discover.box, .app.box, .whats-on.box, 
  .cta.box, .tag-listing, .child-pages, .more-get-involved,
  .enews, .research.box{
    margin-bottom: 20px;
  }
  .image-pod{
    margin-bottom: 40px;
  }
  .image-pod:first-child{
    margin-bottom: 20px;
  }
  header.sticky{
    z-index: 99999;
    padding-top: 10px;
  }
  .single .sticker{
    display: none;
  }
  footer .footer-logos{
    text-align: left;
  }
  footer .textwidget img{
    margin-right: 10px;
  }
  header .normal .toggle-search{
    position: absolute;
    top: 17px;
    right: 80px;
  }
  .fullscreen-overflow.search .toggle-search, .fullscreen-overflow.menu .flick-navbar{
    right: 15px;
  }
  .fullscreen-overflow.search .overflow-content .col-xs-12{
    height: 50vh;
  }
  footer .a-icons {
    max-width: 95px;
  }
  .cta.box{
    background: #fff;
  }
  .cta.box h2{
    padding: 20px 25px 15px;
  }
  .navbar{
    position: relative;
  }
  header{
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    height: 112px;
  }
  a.logo {
    position: relative;
    width: 80px;
  }
  header .tagline{
    position: absolute;
    bottom: 0;
    font-size: 25px;
    line-height: 28px;
    margin-left: 100px;
  }
  .navbar-header{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
  }
  .flick .toggle-search{
    top: 7px;
    margin-right: 70px;
  }
  .flick .navbar-header{
    top: 0;
  }
  #menu-mobile{
    padding: 15px;
    text-align: left;
  }
  #menu-mobile li{
    display: block;
    font-family: "lft-etica-condensed",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    margin: 0;
  }
  #menu-mobile li a{
    color: #fff;
    padding: 13px 0;
    display: block;
  }
  #menu-mobile li a:hover{
    text-decoration: none;
  }
  #menu-mobile li.menu-item-has-children a{
    display: inline-block;
  }
  .navbar-header button{
    background: transparent;
    border: 0;
    height: 44px;
    padding: 3px 10px;
  }
  .navbar-header button:focus{
    outline: none;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 5px;
    border-radius: 10px;
    background-color: #fff;
    margin: 7px 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .navbar-toggle.open .icon-bar:first-child{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 13px;
  }
  .navbar-toggle.open .icon-bar:nth-child(2){
    opacity: 0;
  }
  .navbar-toggle.open .icon-bar:last-child{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -11px;
  }
  .navbar-toggle.open .icon-bar{
    width: 35px;
  }
  .flick .navbar-toggle.open .icon-bar:first-child{
    top: 6px;
  }
  .flick .navbar-toggle.open .icon-bar:last-child{
    top: -10px;
  }
  .flick .navbar-toggle.open .icon-bar{
    width: 30px;
  }

  header .navbar-collapse{
    background: #e82c2a;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 112px;
    left: 0;
    height: 100vh;
  }
  header.sticky .navbar-collapse{
    top: 193px;
  }
  #menu-mobile li.menu-item-has-children {
    background: url('../history_sa_museum/assets/images/plus.svg') no-repeat 100% 10px;
    background-size: 30px;
  }
  #menu-mobile li.menu-item-has-children.toggled{
    background: url('../history_sa_museum/assets/images/minus.svg') no-repeat 100% 15px;
    background-size: 30px;
  }
  #menu-mobile li.menu-item-has-children.toggled ul{
    display: block!important;
    margin: 0;
  }
  .sub-menu {
    margin: 0;
    display: none;
  }
  #menu-mobile li .sub-menu li{
    font-weight: 400;
  }
  .bx-controls.bx-has-pager{
  	display: none;
  }
  .box .inner{
    height: auto!important;
  }
  h2.row-heading{
    font-size: 32px;
    line-height: 35px;
    margin: 0 0 15px;
  }
  .box h2, .whats-on-featured.box h3{
    font-size: 25px;
    line-height: 30px;
  }
  .box h3, .box p{
    font-size: 22px;
    line-height: 26px;
  }
  .museum.box .inner{
    border-top: 0;
  }
  .museum.box > img{
    border-top: 20px solid #000;
  }
  .museum.box.blue > img{
    border-color: #1481c5;
  }
  .museum.box.green > img{
    border-color: #8dc63f;
  }
  .museum.box.red > img{
    border-color: #d9232e;
  }
  .box a.readmore .arrow, .image-content a.readmore .arrow, .accordion .panel-body .readmore .arrow{
    margin-right: 20px;
  }
  .box .button-group, .box a.readmore, .accordion .panel-body .readmore, .tags{
    position: relative;
    left: 0;
    bottom: 0;
  }
  .show-all{
    display: none;
  }
  .whats-on-featured.box .image-wrapper, .whats-on-featured.box .content-wrapper{
    width: 100%;
    float: left;
  }
  .box .inner .content{
    margin-bottom: 15px;
  }
  .box .tags{
    margin: 15px 0;
  }
  .separator, .research-projects, .research-callouts{
    margin-bottom: 40px;
  }
  a.button.inverse{
    padding: 10px 46px;
  }
  .social{
    float: left!important;
  }
  .box .button-group a.readmore{
    display: block;
  }
  .blog-listing .box .inner{
    min-height: 0;
    padding-bottom: 55px;
  }
  .page-template-blog-page .blog-listing .box .inner, .app.box .inner{
    padding-bottom: 20px;
  }
  .featured_image .image-content {
    display: none;
  }
  .social.share{
    display: block;
    width: 100%;
  }
  .research-projects .box, .research-callouts .box, .image-pod .wrapper{
    margin-bottom: 25px;
  }
  .single .row-heading, .row-heading.inline{
    display: block;
  }
  .show-all{
    float: left;
    margin: 0 0 15px;
  }
  .accordion .panel-title .position{
    display: block;
    padding-left: 0;
    font-size: 25px;
    line-height: 30px;
  }
  .toggle-cross{
    right: 5px;
  }
  .accordion .panel-body{
    margin-bottom: 30px;
  }
  .ig-feed{
    margin-bottom: 30px;
  }
  body.home{
    margin-top: 97px;
  }
  body {
    margin-top: 112px;
  }
  .whats-on-featured.box a.readmore{
    bottom: 0;
  }
  .whats-on-featured.box .content-wrapper .inner{
    padding-bottom: 25px;
  }
  .event-gallery-download .title, .event-gallery-sf .box .inner{
    height: auto!important;
  }
  .event-gallery-download .button.inverse{
    float: none;
  }
  .event-gallery-download p{
    text-align: center;
  }
  .rrr-ig-feed .ig-feed ul li:last-child{
    display: inline-block;
  }
  .rrr-ig-feed .ig-feed ul li {
    width: 32%;
  }
  .rrr-ig-feed{
    padding: 0;
  }
  .event-gallery-more .links-list a{
    height: auto!important;
    display: block;
    padding: 16px 15px 14px;
  }
  .event-gallery-more .links-list li {
    display: block;
    margin: 0 0 15px;
    float: left;
    width: 100%;
  }
  .event-gallery-more .links-list a h2{
    font-size: 25px;
    line-height: 25px;
  }
}

@media screen and (max-width: 641px){
  .gform_wrapper input[type="submit"]{
    width: auto!important;
    background-size: 33px;
  }
  .gform_wrapper input[type="submit"]:hover{
    background-position: 0;
  }
  .sub-footer .office-hours{
    width: 100%;
    padding-left: 85px;
    margin-left: 0;
    margin-top: 0;
  }
  .sub-footer a.logo{
    display: none;
  }
  .sub-footer .office-hours .icon{
    left: 0;
  }
  .sub-footer .btn-info{
    margin-left: 85px;
  }
}

@media screen and (max-width: 600px){
  .ig-feed ul li{
    width: 31.33%;
    margin-right: 2%;
  }
  .enews form{
    text-align: center;
  }
  .enews button{
    float: none;
    margin: 10px auto 0;
  }
  .enews button img{
    width: 35px;
    height: 30px;
  }
  header .normal .toggle-search{
    right: 75px;
  }
  .flick .toggle-search{
    margin-right: 0;
    right: 65px;
  }
  .flick h1, .flick-header h2{
    font-size: 24px;
  }
  .enews input[type="text"], .enews input[type="email"]{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .enews button:hover img{
    transform: none;
  }
}

@media screen and (max-width: 500px){
  .flick h1, .flick-header h2 {
    font-size: 18px;
  }
  .fullscreen-overflow.search .overflow-content #search-form{
    max-width: 330px;
  }
  .fullscreen-overflow.search .overflow-content #search-form input[type="search"]{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .fullscreen-overflow.search .overflow-content #search-form input[type="submit"]{
    width: 35px;
    float: right;
  }
  footer .disclaimer{
    margin-top: 15px;
  }
  .footer-menu{
    clear: both;
    width: 100%;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 414px){
  .home .acf-map{
  	height: 320px;
  }
  .sub-footer .office-hours .textwidget span{
    display: none;
  }
  .plan-your-visit{
    padding: 40px 0 50px;
  }
  .plan-your-visit h2{
    font-size: 35px;
    line-height: 40px;
  }
  a.button.inverse{
    padding: 10px;
    width: 100%;
  }
  ul.bxslider li.face .slide-content{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  ul.bxslider li, .bx-viewport{
    height: 370px;
  }
  ul.bxslider li.face{
    min-height: 370px;
  }
  ul.bxslider li.face .slide-content .heading,
  ul.bxslider li .slide-content .heading{
    font-size: 25px;
    line-height: 30px;
  }
  ul.bxslider li .slide-content p{
    font-size: 20px;
    line-height: 24px;
  }
  ul.bxslider li.face .slide-content .link span{
    font-size: 16px;
    line-height: 20px;
  }
  .sub-footer .office-hours h2{
    font-size: 28px;
    line-height: 33px;
  }
  .sub-footer .office-hours{
    padding-left: 65px;
  }
  .sub-footer .office-hours .textwidget{
    max-width: 90%;
  }
  .sub-footer .btn-info{
    margin-left: 65px;
  }
  .flick h1, .flick-header h2{
    max-width: 180px;
    line-height: 20px;
    font-size: 20px;
  }
  footer .social{
    width: 100%;
    text-align: center;
  }
  footer .social ul.menu li{
    float: none;
    display: inline-block;
  }
  .enews h2{
    font-size: 35px;
    line-height: 38px;
  }
  .enews p{
    font-size: 20px;
    line-height: 25px;
  }
  .sub-menu{
    padding-left: 30px;
  }
  footer .textwidget img{
    margin-bottom: 0;
  }
  footer .textwidget a.logo{
    top: 0;
    width: 65px;
    border-right: 0;
  }
  footer .textwidget img.tcod{
    margin-top: 18px;
  }
  footer .heading{
    padding: 20px 0 0;
    line-height: 15px;
  }
  footer{
    padding-top: 30px;
  }
  .page-heading{
    padding: 10px 0 8px;
  }
  header.sticky .flick {
    transform: translate3d(0,-96px,0);
    -webkit-transform: translate3d(0,-96px,0);
    -ms-transform: translate3d(0,-96px,0);
  }
  .sub-footer .social ul.menu li:first-child{
    margin-left: 0;
  }
}

@media screen and (max-width: 375px){
  .sub-footer .office-hours .textwidget{
    max-width: 100%;
  }
  .sub-footer .social ul.menu li{
    margin-right: 0;
    width: 45px;
    height: 45px;
  }
  .sub-footer .social a:before{
    font: normal 29px/1 FontAwesome;
    width: 45px;
  }
  header .tagline{
    font-size: 19px;
    line-height: 23px;
  }
  .donate a{
    margin-left: 7px;
  }
  footer .textwidget img.gsa, footer .textwidget img.artsa{
    width: 54px;
  }
  footer .textwidget img{
    min-height: 40px;
  }
  footer .textwidget img{
    width: 55px;
  }
  footer .textwidget img.tcod {
    width: 80px;
  }
  .fullscreen-overflow.search .overflow-content #search-form{
    max-width: 300px;
  }
  .fullscreen-overflow.search .overflow-content #search-form h3{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  header .tagline{
    font-size: 19px;
    line-height: 23px;
  }
  .error404 .page-content .search-form label{
    width: 234px;
  }
}

@media screen and (max-width: 320px){
  ul.bxslider li img.carousel-img.show-ipad{
    max-height: 180px;
  }
  .enews h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .enews input[type="text"], .enews input[type="email"]{
    padding: 15px 20px;
  }
  .box a.readmore, .image-content a.readmore, .accordion .panel-body .readmore, .box a.img-zoom .arrow-wrapper{
    font-size: 18px;
    line-height: 22px;
  }
  .footer-menu ul.menu li{
    padding: 0 8px;
  }
  footer .textwidget a.logo{
    width: 60px;
  }
  footer .textwidget img.gsa, footer .textwidget img.artsa {
    width: 50px;
  }
  footer .textwidget img {
    margin-right: 4px;
    width: 50px;
  }
  footer .textwidget img.tcod {
    width: 60px;
  }
  header .normal .toggle-search{
    position: absolute;
    right: 75px;
    top: 10px;
  }
  header .normal .navbar-header{
    top: 0;
    right: 15px;
  }
  .fullscreen-overflow.search .overflow-content #search-form{
    max-width: 280px;
  }
  header .tagline {
    margin: 0 0 0 95px;
    line-height: 20px;
  }
  .navbar-header button{
    padding: 0;
    height: 40px;
  }
  #menu-mobile li a{
    padding: 8px 0;
  }
  #menu-mobile li.menu-item-has-children, #menu-mobile li.menu-item-has-children.toggled{
    background-size: 20px;
  }
  .sub-menu {
    padding-left: 20px;
  }
  #menu-mobile li .sub-menu li{
    font-size: 18px;
    line-height: 22px;
  }
}