@font-face {
  font-family: ITCAvantGardeGothicBold;
  src: url('../fonts/ITCAvantGardeGothic/ITCAvantGardeGothic-Bold.otf');
  font-display: swap;
}

@font-face {
  font-family: ITCAvantGardeGothicBoldCondensed;
  src: url('../fonts/ITCAvantGardeGothic/ITCAvantGardeGothic-BoldCondensed.otf');
  font-display: swap;
}

@font-face {
  font-family: ITCAvantGardeGothicBoldOblique;
  src: url('../fonts/ITCAvantGardeGothic/ITCAvantGardeGothic-BoldOblique.otf');
  font-display: swap;
}

@font-face {
  font-family: ITCAvantGardeGothicCEBook;
  src: url('../fonts/ITCAvantGardeGothic/ITCAvantGardeGothic-CEBook.otf');
  font-display: swap;
}

@font-face {
  font-family: ITCAvantGardeGothicCEBookOblique;
  src: url('../fonts/ITCAvantGardeGothic/ITCAvantGardeGothic-CEBookOblique.otf');
  font-display: swap;
}

@font-face {
  font-family: ITCAvantGardeGothicCEDemi;
  src: url('../fonts/ITCAvantGardeGothic/ITCAvantGardeGothic-CEDemi.otf');
  font-display: swap;
}

@font-face {
  font-family: ITCAvantGardeGothicCEDemiOblique;
  src: url('../fonts/ITCAvantGardeGothic/ITCAvantGardeGothic-CEDemiOblique.otf');
  font-display: swap;
}

@font-face {
  font-family: ITCAvantGardeGothicDemiCondensed;
  src: url('../fonts/ITCAvantGardeGothic/ITCAvantGardeGothic-DemiCondensed.otf');
  font-display: swap;
}

@font-face {
  font-family: ITCAvantGardeGothicMedium;
  src: url('../fonts/ITCAvantGardeGothic/ITCAvantGardeGothic-Medium.otf');
  font-display: swap;
}

@font-face {
  font-family: ITCAvantGardeGothicMediumOblique;
  src: url('../fonts/ITCAvantGardeGothic/ITCAvantGardeGothic-MediumOblique.otf');
  font-display: swap;
}

body {
  background-image: url('../imgs/natural-paper.png');
  color: #777777;
}

.topHeaderBanner {
  background-color: white;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  height: 50px;
  padding-bottom: 0px !important;
  padding-top: 10px;
}

.bottomHeaderBanner {
  background-color: #27476a;
  color: white;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  align-content: center;
  height: 65px;
  /* padding-bottom: 0px !important; */
  padding: 10px 30px 0 30px;
  font-family: 'ITCAvantGardeGothicMedium', sans-serif;
}

@media screen and (max-width: 1500px) {
  .bottomHeaderBanner {
    font-size: 16px !important;
    height: 70px !important;
  }
}

@media screen and (min-width: 1081px) {
  .topHeaderBanner {
    font-size: 16px !important;
  }
  .bottomHeaderBanner {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1080px) {
  .topHeaderBanner {
    font-size: 14px !important;
    height: 60px !important;
  }
  .bottomHeaderBanner {
    font-size: 14px !important;
    height: 65px !important;
  }
}

@media screen and (max-width: 768px) {
  .topHeaderBanner {
    font-size: 10px !important;
    height: 50px !important;
  }
  .bottomHeaderBanner {
    font-size: 12px !important;
    height: 65px !important;
  }
}
@media screen and (max-width: 575px) {
  .topHeaderBanner {
    font-size: 10px !important;
    height: 60px !important;
  }
  .bottomHeaderBanner {
    padding: 20px 10px 10px 10px;
    font-size: 12px !important;
    height: 80px !important;
  }
}

@media screen and (max-width: 480px) {
  .topHeaderBanner {
    padding-top: 10px;
    font-size: 10px !important;
    height: 55px !important;
  }
  .bottomHeaderBanner {
    /* padding-top: 10px; */
    font-size: 12px !important;
    /* height: 50px !important; */
  }
}

/* ============================================= */
/* ============================================= */
/* NAVIGATION */
.navbar {
  background-color: #934d11 !important;
  text-transform: uppercase;
  font-family: 'ITCAvantGardeGothicMedium', sans-serif;
  border-bottom: 2px solid #fff;
  padding: 0;
  padding-top: 5px;
  background-image: url('../imgs/binding-dark.png');
  z-index: 99999999;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -5px;
}

.navbar .collapse a {
  color: #fff;
}

.navbar .collapse a:hover {
  text-decoration: none;
  color: #dacebe;
}

.navbar .collapse a:after {
  backface-visibility: hidden;
  border: 0.5px solid #934d11;
  bottom: 0px;
  content: ' ';
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 350ms ease-in-out;
  width: 0;
}

.navbar .collapse a:hover:after {
  backface-visibility: hidden;
  border-color: #fff;
  transition: width 420ms ease-in-out;
  width: 100%;
}

/* .navbar .section-3 li img { 
    max-width: 30px;
} */

.navbar .section-3 li img:hover {
  transition: 250ms all;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 25px;
  padding-left: 25px;
}

.top-social {
  max-width: 35px;
}

.top-yt {
  margin-left: 5px;
}

.navbar .section-3 li img:hover {
  transform: scale(1.1);
}

.navbar .section-3 li {
  padding-right: 15px;
}

.navbar-nav {
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  float: none !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  background: white;
  margin-top: -10px;
}

.sitelogo {
  max-width: 280px;
}

.home-hide {
  display: none;
}

@media (min-width: 1600px) {
  .nav-pad {
    padding-left: 50px;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .top-social {
    max-width: 30px;
  }
  #smith-logo {
    max-width: 175px;
  }
  .sitelogo {
    max-width: 240px;
  }
  .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 1599px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px;
  }
  .top-social {
    max-width: 27px;
  }
  #smith-logo {
    max-width: 160px;
  }
  .sitelogo {
    max-width: 220px;
  }
  .navbar-brand {
    padding-top: 6px;
    padding-bottom: 5px;
  }
}

@media (max-width: 1200px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 13px;
    padding-left: 13px;
  }
}

@media (max-width: 870px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 4px;
    padding-left: 5px;
  }
}

/*Full screen mobile nav*/
@media (max-width: 767px) {
  .navbar-collapse {
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    background-color: #333;
    z-index: 1000;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0;
  }

  .navbar-collapse.show {
    transform: translateX(0);
    opacity: 1;
  }

  .navbar-toggler-icon {
    color: white;
    transition: transform 0.2s ease-in-out;
  }

  .navbar-toggler {
    border: none;
    background-color: transparent;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .bar {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 8px 0;
    transition: transform 0.3s, opacity 0.3s;
  }

  .change .bar:nth-child(1) {
    transform: rotate(-50deg) translate(-5px, 7px);
  }

  .change .bar:nth-child(2) {
    opacity: 0;
  }

  .change .bar:nth-child(3) {
    transform: rotate(46deg) translate(-7px, -11px);
  }

  .home-hide {
    display: block;
  }
}
/*End full screen nav*/

@media (max-width: 1360px) {
  .topSocialMedia {
    display: none;
  }
}

@media (max-width: 1200px) {
  .topsmithsonian {
    display: none;
  }
  ul {
    font-size: 14px;
  }
}

@media (max-width: 950px) {
  ul {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .section-3 {
    display: none;
  }

  .navbar-collapse {
    background: #934d11;
    width: 100%;
    /*        margin-bottom   : 15px;*/
    background-image: url('../imgs/binding-dark.png');
  }

  .navbar ul {
    padding-top: 20px;
    width: 100%;
  }

  li.getTickets {
    background: #fff;
    width: 80%;
    display: block;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  li.getTickets a {
    color: #935428 !important;
    text-align: center;
  }

  .navbar li {
    /*        border             : 1px solid #924c1a; */
    transition: 0ms ease-in-out;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
  }

  .navbar .collapse a:after {
    border: 0 solid #934d11;
    transition: 0 !important;
  }

  .navbar .collapse a:hover:after {
    backface-visibility: hidden;
    border-color: #fff;
    transition: width 0ms ease-in-out;
    width: 100%;
  }
}

.navbar .topMenuActive a {
  color: #dacebe !important;
}

.navbar .topMenuActive a:after {
  border: 0.5px solid #fff !important;
  bottom: 0px !important;
  content: ' ' !important;
  display: block !important;
  margin: 0 auto !important;
  position: relative !important;
  transition: all 350ms ease-in-out !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  .navbar .topMenuActive {
    background: #b56f3d;
  }

  .navbar .topMenuActive a {
    color: #fff !important;
    font-weight: bold;
    /*        text-shadow: 0px 0px 2px black;*/
  }

  .navbar .topMenuActive a:after {
    border: hidden !important;
  }
}

/* ============================================= */
/* ============================================= */
/* FOOTER */
footer {
  background-color: #934d11;
  padding: 40px 20px 20px 20px;
  text-shadow: 0 0 2px #421c01;
  background-image: url('../imgs/binding-dark.png');
}

footer img {
  border-radius: 50%;
  box-shadow: 0 2px 4px #23201f;
  display: block;
  margin: 0 auto;
  transition: 250ms all;
}

footer .img-fluid {
  width: 40%;
}

/* footer img:hover {
    transform: scale(1.1);
} */

.js-tilt-glare {
  border-radius: 50% !important;
  display: none;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
}

footer a:hover {
  text-decoration: underline;
}

footer p {
  padding-top: 15px;
}

footer .info {
  text-align: right;
  color: #fff;
  text-shadow: 0 0 BLACK;
  margin-top: 60px;
}

footer .info img {
  border-radius: 0px;
  box-shadow: 0 0;
  display: inline-flex;
  margin: 0 auto;
  padding: 0 10px;
}

footer span {
  font-size: 20px;
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 10px;
  font-weight: 400;
  text-shadow: 0 0 BLACK;
}

footer span i {
  font-size: 12px;
}

footer hr {
  border-top-color: #d99d72;
  margin-bottom: 20px;
}

.address-text {
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  padding-top: 5px;
}

.bottom-social {
  max-width: 60px;
}

.bottomSocialMedia:hover {
  transform: scale(1.1);
}

#smith-logo {
  margin-top: -5px;
}

#smith-logo:hover {
  transform: none !important;
}

.smith-aff:hover {
  transform: none !important;
}

.smith-break {
  display: none;
}

.footerCopyright {
  background-color: #7b4016;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  background-image: url('../imgs/binding-dark.png');
}

.show-acbci {
  display: none;
}

.policy {
  color: white;
  text-decoration: none;
}

.policy:hover {
  text-decoration: underline;
}

@media (min-width: 1600px) {
  .js-tilt-glare {
    left: 30% !important;
    width: 40% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .js-tilt-glare {
    left: 22.5% !important;
    width: 55% !important;
  }

  footer .img-fluid {
    width: 55%;
  }
  .bottom-social {
    max-width: 55px;
  }
  .smith-aff {
    max-width: 180px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .img-fluid {
    width: 60%;
  }
  .js-tilt-glare {
    left: 20% !important;
    width: 60% !important;
  }
  .bottom-social {
    max-width: 55px;
  }
  .smith-aff {
    max-width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .img-fluid {
    width: 45%;
  }
  .js-tilt-glare {
    left: 27.5% !important;
    width: 45% !important;
  }
  .bottom-social {
    max-width: 50px;
  }
  .smith-aff {
    max-width: 170px;
  }
}

@media (max-width: 767px) {
  .smith-break {
    display: block;
  }
  footer .info img {
    margin: 15px auto 0 auto;
  }

  footer .info {
    margin-top: 0px;
    text-align: center;
  }
  footer .img-fluid {
    width: 45%;
  }
  .js-tilt-glare {
    left: 27.5% !important;
    width: 45% !important;
  }
  .bottom-social {
    max-width: 50px;
  }
  .smith-aff {
    max-width: 170px;
  }
}

@media (max-width: 575px) {
  footer span {
    font-size: 18px;
    border-left: none;
    padding-left: 0;
  }
  .mob-center {
    text-align: center;
  }
  .show-acbci {
    display: inline;
  }
  .show-agua {
    display: none;
  }
  footer .info img {
    margin: 15px auto 10px auto;
  }
  footer .img-fluid {
    width: 50%;
  }
  .js-tilt-glare {
    left: 25% !important;
    width: 50% !important;
  }
}

@media all and (max-width: 480px) {
  footer .img-fluid {
    width: 55%;
  }
  .js-tilt-glare {
    display: none;
  }
}

@media (max-width: 399px) {
  /* .smith-aff {
        margin: 20px 0 !important;
    } */
}

/* ============================================= */
/* ============================================= */
/* HOME BANNER (Live) */

#home {
  padding-bottom: 2em;
}

#banner1 {
  background-image: url('../imgs/grand19.jpg');
  position: relative;
  box-shadow: 0px 0px 5px #000000;
  border-bottom: 2px solid white;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  background-position: center;
}

#banner1-overlay {
  /* background-color: rgba(0, 0, 0, 0.2); */
  height: 100%;
}

.content-box-banner1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  translate: translate(-50%, -50%);
}

.hero-head {
  background: rgba(0, 0, 0, 0.6);
  width: 600px;
  height: auto;
  border-radius: 15px;
  margin: 0px auto;
  padding: 18px 10px 1px 10px;
}

.hero-head-hello-text {
  color: #fff;
  font-size: 1.6em;
  border-bottom: 1px solid grey;
  padding-bottom: 0.8em;
  margin-bottom: 0.5em;
  font-family: 'ITCAvantGardeGothicMedium', sans-serif;
}

.hero-head-welcome-text {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0.5em;
  line-height: 30px;
  font-family: 'ITCAvantGardeGothicMedium', sans-serif;
}

.hero-head-btn {
  background-color: #934d11;
  width: 200px;
  margin: 30px auto;
  padding: 12px 0 5px 0;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  background-image: url(../imgs/binding-dark.png);
}

.hero-head-btn-text {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  font-family: 'ITCAvantGardeGothicMedium', sans-serif;
}

.hero-button-link {
  text-decoration: none;
}

@media (max-width: 767px) {
  #banner1 {
    background-image: url('../imgs/grand20.jpg');
  }

  .hero-head {
    width: 500px;
  }
}

@media (max-width: 575px) {
  .hero-head {
    width: 100%;
  }

  #banner1 {
    height: 600px;
  }

  .hero-head-welcome-text {
    /* display: none; */
  }
}

/* ============================================= */
/* ============================================= */
/* HOME EXHIBITIONS SECTION */

.home-exh-head {
  /* color: #212226; */
}

.exhibit-card {
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 100%;
  padding: 0px;
  margin: 0 auto 40px auto;
  max-width: 95%;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 15px;
}

.exhibit-card:hover {
  transform: scale(1.05);
}

.exhibit-card-left {
  display: inline-block;
  width: 40%;
}

.exhibit-card-right {
  display: inline-block;
  width: 60%;
  float: right;
  padding: 120px 25px 0 25px;
}

.exhibit-card-left2 {
  display: inline-block;
  width: 60%;
  height: 100%;
  padding: 120px 25px 0 25px;
}

.exhibit-card-left3 {
  width: 100%;
  height: 100%;
  padding: 120px 25px 0 25px;
  display: none;
}

.exhibit-card-right2 {
  display: inline-block;
  float: right;
  width: 40%;
}

.exhibit-card-img1 {
  border-radius: 15px 0 0 15px;
}

.exhibit-card-img2 {
  border-radius: 0 15px 15px 0;
}

.tiny-text {
  margin: 10px 30px 5px 20px;
  font-size: 20px;
  color: #934d11;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-decoration: underline;
  cursor: pointer;
}

.exhibit-card img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
}

.exhibit-card h4 {
  margin: 5px 10px 10px 20px;
  font-size: 44px;
  transform: translateZ(30px);
  font-family: 'MetropolisBold', sans-serif;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #212226;
}

.reg-text {
  margin: 10px 10px 40px 20px;
  font-size: 22px;
  transform: translateZ(30px);
  font-family: 'MetropolisRegular', sans-serif;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.exhibits .exhibitCard {
  background: white;
  padding: 20px;
  margin-left: 565px;
  border: 0;
  position: absolute;
  bottom: 0;
  border-radius: 15px 15px 15px 0;
  box-shadow: 0px 2px 1px #b1acac;
  width: 100%;
}

.exhibits .exhibitCardInvert {
  margin-left: -565px;
  border-radius: 15px 15px 0px 15px;
}

.exhibits .exhibitCard p {
  font-weight: 500;
  font-size: 24px;
  color: #5f5f5f;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'ITCAvantGardeGothicMedium', sans-serif;
}

.exhibits .exhibitCard a {
  text-decoration: none;
  color: #bd713b;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
}

.exhibits .exhibitCard a:hover {
  color: #d55858;
}

.exhibits .exhibitCard2 {
  background: white;
  padding: 20px;
  margin-left: 2.9%;
  /* margin: auto; */
  border: 0;
  position: absolute;
  bottom: -50px;
  /* left: 5%; */
  /* right        : 20px; */
  border-radius: 15px 0 15px 0;
  box-shadow: 0px 2px 1px #b1acac;
  width: 90%;
}

.exhibits .exhibitCard2 p {
  font-weight: 500;
  font-size: 24px;
  color: #5f5f5f;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'ITCAvantGardeGothicMedium', sans-serif;
}

.exhibits .exhibitCard2 a {
  text-decoration: none;
  color: #bd713b;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
}

.exhibits .exhibitCard2 a:hover {
  color: #d55858;
}

@media (max-width: 1400px) {
  .exhibits .exhibitCard {
    width: 90%;
    display: block;
    margin: auto;
    margin-left: 2.9%;
    text-align: center;
    margin-bottom: -25px;
    border-radius: 15px 0px 15px 0px;
    padding: 15px;
    left: auto;
  }

  .exhibits .exhibitCard p {
    font-size: 20px;
  }
  .exhibits .exhibitCard2 {
    width: 90%;
    display: block;
    margin: auto;
    margin-left: 2.9%;
    text-align: center;
    /* margin-bottom: -25px; */
    bottom: auto;
    margin-top: -30px;
    border-radius: 15px 0px 15px 0px;
    padding: 15px;
  }

  .exhibits .exhibitCard2 p {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  #banner1 {
    height: 350px !important;
  }

  .hero-head-btn {
    margin: 20px auto;
  }

  .exhibits .exhibitCard {
    width: 85%;
    margin-left: 4.5%;
    padding: 10px;
    bottom: auto;
    margin-top: -30px;
  }

  .exhibits .exhibitCard p {
    font-size: 18px;
    margin-bottom: 0;
  }

  .exhibits .exhibitCard2 {
    width: 85%;
    margin-left: 4.5%;
    padding: 10px;
    bottom: auto;
    margin-top: -30px;
  }

  .exhibits .exhibitCard2 p {
    font-size: 18px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #banner1 {
    /* height: 250px  !important; */
  }

  .hero-head-btn {
    margin: 20px auto;
  }

  .hero-head-hello-text {
    font-size: 20px;
  }

  .hero-head-hello-text {
    padding-bottom: 0.5em;
    margin-bottom: 0.4em;
  }

  .hero-head-btn {
    margin: 15px auto;
    padding: 10px 0 1px 0;
    border-radius: 5px;
    font-size: 16px;
  }

  .content-box-banner1 {
    width: 90%;
  }

  .exhibits {
    padding-bottom: 0em !important;
  }

  .exhibits h3 {
    margin-top: 50px;
  }

  .exhibits .h3Mobile {
    margin-top: 15px;
  }

  #home {
    padding-bottom: 3em;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .exhibit-card-right {
    padding: 60px 25px 0 25px;
  }

  .exhibit-card-left2 {
    padding: 60px 25px 0 25px;
  }

  .exhibit-card h4 {
    font-size: 36px;
  }

  .reg-text {
    font-size: 20px;
  }

  .tiny-text {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .exhibit-card-left {
    width: 50%;
  }

  .exhibit-card-right {
    width: 50%;
    padding: 30px 15px 0 15px;
  }

  .exhibit-card-left2 {
    width: 50%;
    padding: 30px 15px 0 15px;
  }

  .exhibit-card-right2 {
    width: 50%;
  }

  .exhibit-card h4 {
    font-size: 32px;
  }

  .reg-text {
    font-size: 18px;
    margin: 10px 10px 15px 20px;
  }

  .tiny-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .exhibit-card-left {
    width: 50%;
  }

  .exhibit-card-right {
    width: 50%;
    padding: 20px 10px 0 10px;
  }

  .exhibit-card-left2 {
    width: 50%;
    padding: 20px 10px 0 10px;
  }

  .exhibit-card-right2 {
    width: 50%;
  }

  .exhibit-card h4 {
    font-size: 28px;
  }

  .reg-text {
    font-size: 14px;
    margin: 10px 10px 10px 20px;
  }

  .tiny-text {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .exhibit-card {
    max-width: 80%;
  }
  .exhibit-card-left {
    width: 100%;
  }

  .exhibit-card-right {
    width: 100%;
    padding: 20px 10px 20px 10px;
  }

  .exhibit-card-left2 {
    width: 100%;
  }

  .exhibit-card-right2 {
    width: 100%;
  }

  .exhibit-card-left2 {
    display: none;
  }
  .exhibit-card-left3 {
    display: block;
    padding: 20px 10px 20px 10px;
  }

  .exhibit-card-img1 {
    border-radius: 15px 15px 0 0;
  }

  .exhibit-card-img2 {
    border-radius: 15px 15px 0 0;
    margin-bottom: 20px;
  }

  .exhibit-card h4 {
    font-size: 32px;
  }

  .reg-text {
    font-size: 18px;
    margin: 10px 10px 15px 20px;
  }

  .tiny-text {
    font-size: 16px;
  }
}

@media (max-width: 555px) {
  .home-exh-head {
    margin-bottom: 40px;
  }
}

/* ============================================= */
/* ============================================= */
/* SECOND NAVIGATION */
nav.secondaryNav {
  background: #fff;
  z-index: 999999;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
}

.secondaryNav a {
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  color: #bcbec0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.secondaryNav a:hover {
  background: #89fad0;
}

.secondaryNav ul {
  border: solid 1px #d7dbdc;
  overflow: hidden;
  margin-top: 40px;
  padding: 20px 30px;
  width: 100%;
  overflow-x: auto;
}

.secondaryNav li {
  list-style-type: none;
  display: inline-block;
  padding: 0px 25px;
  font-weight: 600;
  color: #737475;
  cursor: pointer;
  transition: 0.3s all;
  padding-bottom: 5px;
}

.secondaryNav li:hover {
  color: #000000;
}

.secondaryNav .active {
  color: #4c565e;
  border-bottom: 2px solid #c15b13;
}

/* .circle-pic { 
    box-shadow: 0 2px 4px #23201f;
} */

.bottom-link-head {
  text-shadow: 0 0 2px #000;
  line-height: 25px;
}

p.secondaryNav {
  color: #f8fe85;
  font-size: 2em;
  margin: 40px;
  text-transform: uppercase;
}

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  margin-top: 75px;
}

.sticky-nav ul {
  margin-top: 0;
  margin-bottom: 0;
}

@media all and (max-width: 998px) {
  .sticky-nav {
    margin-top: 75px;
  }
}

@media (max-width: 560px) {
  .secondaryNav ul {
    margin-top: 0px;
    padding: 15px 30px;
  }
}

/* ============================================= */
/* ============================================= */
/* GENERAL */
a {
  transition: 0.4s all;
}

.sectionStyle {
  margin: 5em 0 6em 0;
}

.sectionStyleFullWidth {
  background: #f7f7f7;
  padding-top: 5px;
  color: #545454;
}

.sectionStyleFullWidth .secondaryNavSection {
  border-bottom: 0;
}

.sectionStyleFullWidthPress {
  /* background: #e6e6e6; */
  background: #f7f7f7;
  padding-top: 5px;
  color: #545454;
}

.sectionStyleFullWidthPress .secondaryNavSection {
  border-bottom: 0;
}

.noBorder {
  border: 0 !important;
  margin-bottom: -0.5em !important;
}

.hiddenTitle {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

h1 {
  border-top: 4px double #c5b4a7;
  border-bottom: 4px double #c5b4a7;
  width: 305px;
  display: block;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 15px;
  padding: 10px 0px;
  color: #a16c47;
  text-align: center;
  font-family: 'ITCAvantGardeGothicMedium', sans-serif;
}

@media (max-width: 767px) {
  h1 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

ul.ulNoStyle {
  list-style: none;
}

.mobile-link {
  display: none;
}

@media (max-width: 767px) {
  .mobile-link {
    display: block;
  }
}

img.imgStyle1 {
  display: block;
  margin: auto;
  transition: all 350ms ease-in-out;
}

img.imgStyle1:hover {
  transform: scale(1.1);
}

.img-radius {
  border-radius: 15px;
}

.hideMobile {
  display: block;
}

@media (max-width: 1200px) {
  .sectionStyle {
    margin: 3em 0 3em 0;
  }
}

@media (max-width: 767px) {
  .hideMobile {
    display: none;
  }

  .sectionStyle {
    margin: 2em 0 2em 0;
  }

  img.imgStyle1 {
    margin-bottom: 20px;
  }

  .sectionStyleFullWidth {
    padding-top: 2em;
  }
  .sectionStyleFullWidthPress {
    padding-top: 2em;
  }
}

h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  font-family: 'ITCAvantGardeGothicMedium', sans-serif;
  color: #934d11;
  margin-bottom: 40px;
  /*    padding-left  : 10px !important;*/
}

h2:before {
  content: '';
  position: absolute;
  /* left            : 12px; */
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #934d11;
  padding-left: 10px;
}

h2:after {
  content: '';
  position: absolute;
  left: 12px;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #934d11;
  padding-left: 10px;
}

@media (max-width: 767px) {
  h2:before {
    left: 0;
  }

  h2:after {
    left: 0;
  }
}

@media (max-width: 555px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 18px;
  color: #7e4015;
  padding-bottom: 2px;
  font-family: 'ITCAvantGardeGothicMedium', sans-serif;
}

img.imgStyle2 {
  border: 3px solid #fff;
  box-shadow: 0px 0px 6px #d9d9d9;
  display: block;
  margin: auto;
  width: 100%;
}

@media (max-width: 767px) {
  /* img.imgStyle2 {
        margin-bottom: 20px;
    } */
}

iframe.iframeStyle1 {
  width: 100%;
  border: 3px solid #fff !important;
  box-shadow: 0px 0px 6px #d9d9d9;
}

#backToTopBtn {
  display: none;
  position: fixed;
  background-color: #212226;
  color: #fff;
  width: 46px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 2em;
  border-radius: 50%;
  right: 15px;
  bottom: 10px;
  transition: background 0.5s;
  z-index: 99999;
  border: none;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#backToTopBtn:hover {
  background-color: #474a53;
}

.secondaryBanner {
  background-image: url('imgs/secondaryBanner.jpg');
  background-size: cover;
  position: relative;
  border-bottom: 2px solid white;
  height: 280px;
}

.secondaryBanner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.secondaryBanner p {
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 55px;
  letter-spacing: 6px;
  text-shadow: 0 0px 5px black;
}

.secondaryNavSection {
  border-bottom: 3px dotted #bfbfbf;
  margin-top: 2em;
  margin-bottom: 3em;
  padding-bottom: 3em;
  padding-top: 0em;
}

.secondaryNavSection th {
  font-weight: 500;
  padding: 15px;
}

@media (max-width: 998px) {
  .secondaryBanner {
    height: 200px;
  }

  .secondaryBanner p {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .secondaryBanner {
    height: 150px;
  }

  .secondaryBanner p {
    font-size: 30px;
  }

  .secondaryNavSection:last-child {
    margin: 0;
    margin-bottom: 2em;
  }
  #backToTopBtn {
    display: none !important;
  }
}

a.linkNoStyle {
  text-decoration: none;
  color: inherit;
}

a.linkNoStyle:hover {
  text-decoration: underline;
}

.semiBold {
  font-weight: 500;
}

.foot-smoke {
  margin-bottom: -1em !important;
}

.border-bottom-hide {
  border-bottom: none !important;
}

/* ============================================= */
/* ============================================= */
/* HOME */
.subMenuHomeStyle {
  background-color: #934d11;
  padding: 25px 0px 1px 0px;
  transition: all 350ms ease-in-out;
  background-image: url('../imgs/binding-dark.png');
}

.subMenuHomeStyle:hover img {
  transform: scale(1.1);
}

.subMenuHomeStyle:hover {
  background-color: #834214;
}

.subMenuHomeStyle a {
  text-decoration: none;
}

.subMenuHomeStyle img {
  display: block;
  margin: 0 auto;
  width: 60%;
  transition: all 350ms ease-in-out;
}

.subMenuHomeStyle p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding-top: 5px;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  #home img.imgStyle1 {
    width: 70%;
  }
}

/* .featuredCard {
    border       : 1px solid #c1baba; 
    border-bottom: 4px solid #c1baba;
    transition   : all 350ms ease-in-out;
}

.featuredCard:hover {
    transform: scale(1.05);
}

.featuredCard a {
    text-decoration: none;
    color          : #000;
}

.featuredCard a:hover {
    text-decoration: none;
}

.featuredCard span {
    font-size: 12px;
    padding  : 10px 15px 15px 15px;
    display  : block;
}

.featuredCard p {
    padding   : 8px 15px 15px 0px;
    border-top: 3px solid #c1834f;
    width     : 90%;
    display   : block;
    margin    : auto;
}

@media (max-width: 767px) {
    .featuredCard {
        width        : 70%;
        display      : block;
        margin       : auto;
        margin-bottom: 25px;
        border-bottom: 2px solid #c1baab;
    }
}

@media (max-width: 575px) {
    .featuredCard img {
        width  : 100%;
        display: block;
        margin : 0 auto;
    }
} */

@media (max-width: 998px) {
  .subMenuHomeStyle p {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .subMenuHomeStyle p {
    font-size: 12px;
  }
}

/* ============================================= */
/* ============================================= */
/* VISIT US */
#visitorInfo ul li {
  padding-bottom: 15px;
}

#visitorInfo .rightColumn {
  background-color: #f5f5f5;
  padding: 1em;
}

#visitorInfo .rightColumn p {
  text-align: center;
  font-size: 14px;
  padding-top: 7px;
  font-style: italic;
}

#visitorInfo .rightColumn ul li {
  padding-bottom: 10px;
  color: #5b5858;
  font-weight: 500;
}

#store span {
  text-transform: uppercase;
  font-weight: 500;
  color: #9b9b9b;
}

@media (max-width: 1200px) {
  #visitorInfo ul {
    font-size: initial;
  }
}

/*Store*/
#store h3 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
  /* color        : #704f38; */
}

#store .storeContent {
  background: #fff;
  width: 80%;
  padding: 5px 30px;
  margin-top: -75px;
  position: relative;
  border-radius: 0 15px 15px 15px;
  box-shadow: 0px 2px 1px #b1acac;
}

#store .storeContent h4 {
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#store .storeContent span {
  text-transform: none;
  font-size: 13px;
}

@media (max-width: 998px) {
  .storeContent {
    width: 85% !important;
    padding: 5px 20px !important;
    position: relative !important;
    margin: -35px auto 0 auto !important;
    border-radius: 15px 0px 15px 0px !important;
  }

  #store .storeContent h4 {
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  #store .storeContent p {
    margin-bottom: 10px;
  }

  #store img {
    display: block;
    margin: 0 auto;
  }
}

/*Contact Us*/
#contactUs .contactMedia {
  background: #fff;
  text-align: center;
}

#contactUs .contactMedia div {
  border-right: 1px dotted #aba7a7;
  margin-bottom: 2em;
}

#contactUs .contactMedia div:last-child {
  border-right: 0;
}

#contactUs .contactMedia .contactMediaicon {
  position: relative;
  width: 76px;
  height: 76px;
  font-size: 26px;
  color: #7a7878;
  line-height: 76px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-right: 0;
}

#contactUs .contactMedia .contactMediaicon:hover {
  background: #c17e4c;
  color: #fff;
}

#contactUs .contactMedia .contactMediaicon:hover i {
}

#contactUs .contactMedia .contactMediaicon i {
  font-size: 30px;
}

#contactUs .contactMedia h3 {
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 19px;
}

#contactUs .contactMedia p {
  font-weight: 500;
}

#contactUs .contactMedia a {
  text-decoration: none;
  color: #4e4e4e;
}

@media (max-width: 767px) {
  #contactUs .contactMedia h3 {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 15px;
  }

  #contactUs .contactMedia p {
    font-size: 13px;
  }

  #contactUs .contactMedia .contactMediaicon i {
    font-size: 25px;
  }

  #contactUs .contactMedia .contactMediaicon {
    width: 66px;
    height: 66px;
    line-height: 65px;
  }
}

#contactUs .departments {
  background: #f1f1f1;
  padding: 15px 20px 0px 20px;
  text-align: center;
  border-radius: 15px;
}

#contactUs .departments div {
  padding-top: 25px;
}

#contactUs .departments p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
  color: #555353;
}

#contactUs h3 {
  font-size: 22px;
}

#contactUs .departments a {
  text-decoration: none;
  color: #555353;
  font-style: italic;
  display: block;
  border-bottom: 1px dotted #d1d0cd;
  padding-bottom: 25px;
}

@media (max-width: 1200px) {
  #contactUs .contactMedia div {
    border-right: 0px dotted #aba7a7;
    border-bottom: 1px dotted #aba7a7;
  }
}

@media (max-width: 767px) {
  #contactUs .departments p {
    font-size: 15px;
  }

  #contactUs .departments a {
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  #contactUs .departments {
    border-radius: 0px;
  }
}

#departments {
  padding-bottom: 80px;
}

#departments .departments {
  background: #f1f1f1;
  padding: 15px 20px 0px 20px;
  text-align: center;
  border-radius: 15px;
}

#departments .departments div {
  padding-top: 25px;
}

#departments .departments p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
  color: #555353;
}

#departments h3 {
  font-size: 22px;
}

#departments .departments a {
  text-decoration: none;
  color: #555353;
  font-style: italic;
  display: block;
  border-bottom: 1px dotted #d1d0cd;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  #departments .departments p {
    font-size: 15px;
  }

  #departments .departments a {
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  #departments .departments {
    border-radius: 0px;
  }
}

#employment .departments {
  background: #f1f1f1;
  padding: 15px 20px 0px 20px;
  text-align: center;
  border-radius: 15px;
}

#employment .departments div {
  padding-top: 25px;
}

#employment .departments p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
  color: #555353;
}

#employment h3 {
  font-size: 22px;
}

#employment .departments a {
  text-decoration: none;
  color: #555353;
  font-style: italic;
  display: block;
  border-bottom: 1px dotted #d1d0cd;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  #employment .departments p {
    font-size: 15px;
  }

  #employment .departments a {
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  #employment .departments {
    border-radius: 0px;
  }
}

/*ADA Accomodations*/
#ADAaccomodations {
  padding-bottom: 0;
  margin-bottom: 20px;
}

#ADAaccomodations .contactMedia {
  background: #fff;
  text-align: center;
}

#ADAaccomodations .contactMedia div {
  border-right: 1px dotted #aba7a7;
  margin-bottom: 2em;
}

#ADAaccomodations .contactMedia div:last-child {
  border-right: 0;
}

#ADAaccomodations .contactMedia .contactMediaicon {
  position: relative;
  width: 76px;
  height: 76px;
  font-size: 26px;
  line-height: 76px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  background-color: #f9f9f9;
  border-right: 0;
}

#ADAaccomodations .contactMedia h3 {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 19px;
  text-align: left;
  margin-left: 15px;
}

#ADAaccomodations .contactMedia p {
  font-weight: normal;
}

#ADAaccomodations .contactMedia ul li {
  font-weight: 500;
  text-align: left;
  padding-bottom: 3px;
}

.handicap-parking {
  text-align: left;
}

.handicap-parking h3 {
  font-size: 22px !important;
}

.handicap-parking a {
  color: #934d11;
}

.handicap-parking a:hover {
  text-decoration: none;
  color: #4e4e4e;
}

@media (max-width: 950px) {
  #ADAaccomodations .contactMedia ul li {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  #ADAaccomodations .contactMedia h3 {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  #ADAaccomodations .contactMedia p {
    font-size: 13px;
  }

  #ADAaccomodations .contactMedia .contactMediaicon i {
    font-size: 25px;
  }

  #ADAaccomodations .contactMedia .contactMediaicon {
    width: 66px;
    height: 66px;
    line-height: 65px;
  }
}

#ADAaccomodations .departments {
  background: #f1f1f1;
  padding: 15px 20px 0px 20px;
  text-align: center;
}

#ADAaccomodations .departments div {
  padding-top: 25px;
}

#ADAaccomodations .departments p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
  color: #555353;
}

#ADAaccomodations .departments a {
  text-decoration: none;
  color: #555353;
  font-style: italic;
  display: block;
  border-bottom: 1px dotted #d1d0cd;
  padding-bottom: 25px;
}

@media (max-width: 1200px) {
  #ADAaccomodations .contactMedia div {
    border-right: 0px dotted #aba7a7;
    border-bottom: 1px dotted #aba7a7;
  }
}

@media (max-width: 767px) {
  #ADAaccomodations .departments p {
    font-size: 15px;
  }

  #ADAaccomodations .departments a {
    font-size: 11px;
  }
}

/*Venue Rentals*/

.venue p {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 2rem;
}

/* ============================================= */
/* ============================================= */
/* TICKETS */

#tickets table {
  margin-top: 30px;
}

.narrow-tickets {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.extraBrSpace {
  /* align-items: end; */
  padding-top: 15px !important;
}

.smallPadding {
  display: none !important;
}

@media (max-width: 992px) {
  .narrow-tickets {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .extraBrSpace {
    /* align-items: end; */
    padding-top: 60px !important;
  }
  .smallPadding {
    display: block !important;
  }
}

/*Directions Section*/
#locationHours ul {
  list-style: none;
  margin-left: 22px;
  font-size: 17px;
  margin-top: 40px;
}

#locationHours ul li {
  margin-bottom: 30px;
}

#locationHours ul li i {
  float: left;
  font-size: 25px;
  padding-right: 20px;
}

#locationHours h3 {
  font-size: 22px;
}

/*Parking Section*/
#parking span {
  font-size: 12px;
}

#parking ol {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  list-style: none;
  margin: 0;
  padding: 10px;
  text-align: center;
}

#parking ol li {
  color: #545454;
  font-weight: 500;
  padding: 10px 0px 10px 0;
  border-bottom: 1px solid #999999;
}

#parking ol li:first-child {
  border-bottom: 2px solid #999999;
}

#parking ol li:last-child {
  border-bottom: 0;
}

#parking ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  margin-top: 20px;
}

#parking ul li {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
}

#parking ul li i {
  color: #494848;
  padding-right: 10px;
}

@media (max-width: 998px) {
  #parking ol {
    margin-bottom: 20px;
  }
}

/* ============================================= */
/* ============================================= */
/*LEARN WITH US*/

/*Progam and Events*/
#Programs {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}

/*Directions Section*/
#Programs ul {
  list-style: none;
  margin-left: 22px;
  font-size: 17px;
  margin-top: 40px;
}

#Programs ul li {
  margin-bottom: 30px;
}

#Programs ul li i {
  float: left;
  font-size: 25px;
  padding-right: 20px;
}

#Programs h3 {
  font-size: 22px;
}

.img-programs {
  margin-top: 20px !important;
}

.img-events {
  margin-top: 100px !important;
}

#Programs .myCardsDivs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}

#Programs .featuredCard2 {
  width: 100%;
  float: left;
  padding: 15px;
}

#Programs .featuredCard2 img {
  margin-bottom: 20px;
  border: 1px solid #b3b3b3;
}

#Programs .featuredCard2 a {
  /*    text-decoration: none;
    color          : #000;*/
}

#Programs .featuredCard2 p span {
  color: #d38800;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: -13px;
  display: block;
}

#Programs .featuredCard2 p {
  color: #646464;
  font-size: 14px;
}

#Programs .featuredCard2 span {
  color: #7a7a7a;
  font-size: 14px;
}

#Programs .featuredCard2 .extra-padding-bottom {
  padding-bottom: 20px;
  display: block;
}

.bi-node-plus-fill::before {
  font-size: 20px;
}

.bi-node-minus-fill::before {
  font-size: 20px;
}

@media (max-width: 1050px) {
  #Programs .myCardsDivs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  #Programs .myCardsDivs {
    grid-template-columns: repeat(2, 1fr);
  }
  .img-events {
    margin-top: 20px !important;
  }
}

@media (max-width: 500px) {
  #Programs .myCardsDivs {
    grid-template-columns: repeat(1, 1fr);
  }
}

#AdultTours .tours {
  margin-top: 45px;
}

#AdultTours .tours .toursContent {
  background: white;
  padding: 20px;
  box-shadow: 0px 1px 3px #d7d4d4;
}

@media (max-width: 998px) {
  #SchoolVisits img {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  #AdultTours .tours .toursContent {
    margin-bottom: 20px;
  }
}

/*Event Calendar*/
#EventCalendar ul.myList {
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}

@media (max-width: 575px) {
  #EventCalendar ul.myList {
    text-align: left;
  }
  .calendar-head-pad {
    padding: 20px 0 0 25px;
  }
}

#EventCalendar ul.myList li {
  display: inline-flex;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
}

#EventCalendar ul.myList li span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 5px;
}

#GroupVisits .groupVisitsCard {
  margin-top: 20px;
}

#GroupVisits .groupVisitsCard .groupVisitsCardContent {
  background: #fff;
  width: 90%;
  padding: 18px 10px;
  margin-top: -85px;
  position: relative;
  margin-left: 5%;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 2px 1px #b1acac;
}

#GroupVisits .groupVisitsCard p {
  font-weight: 500;
  font-size: 24px;
  color: #5f5f5f;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* #GroupVisits .groupVisitsCard a { 
    text-decoration: none;
    color          : #bd713b; 
    border-radius  : 5px; 
    font-weight    : 500;
    font-size      : 15px;
} 

#GroupVisits .groupVisitsCard a:hover {
    color: #d55858;
} */

.learn-more {
  text-decoration: none;
  color: #bd713b;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.learn-more:hover {
  color: #d55858;
}

.more-info {
  margin-top: 20px;
  padding: 0 10px;
  font-size: 16px !important;
  text-transform: none !important;
  font-weight: 500 !important;
  transition: all 500ms ease-in-out;
  display: none;
}

.more-info a {
  font-size: 16px !important;
}

.more-info.show {
  display: block;
}

@media (max-width: 990px) {
  #GroupVisits .groupVisitsCard p {
    font-size: 16px;
  }
  #GroupVisits .groupVisitsCard .groupVisitsCardContent {
    padding: 10px 10px;
    margin-top: -35px;
  }
  .more-info {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: 500 !important;
  }

  .more-info a {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  #GroupVisits .groupVisitsCard p {
    font-size: 17px;
  }

  #GroupVisits .groupVisitsCard .groupVisitsCardContent {
    padding: 10px 10px;
    margin-top: -30px;
  }
}

@media (max-width: 575px) {
  #GroupVisits .groupVisitsCard .groupVisitsCardContent {
    display: block;
    margin: auto;
    margin-top: -30px;
  }
}

#SchoolVisits .schoolVisitsCard {
  background: white;
  padding: 20px;
  margin-left: -90px;
  border: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 15px 15px 15px 0;
  box-shadow: 0px 2px 1px #b1acac;
}

#SchoolVisits .schoolVisitsCardInvert {
  margin-left: 90px;
  border-radius: 15px 15px 0px 15px;
}

#SchoolVisits .schoolVisitsCard p {
  font-weight: 500;
  font-size: 24px;
  color: #5f5f5f;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#SchoolVisits .schoolVisitsCard a {
  text-decoration: none;
  color: #bd713b;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
}

#SchoolVisits .schoolVisitsCard a:hover {
  color: #d55858;
}

.img-school {
  margin-top: 20px !important;
}

@media (max-width: 968px) {
  #SchoolVisits .schoolVisitsCard {
    margin: 0;
    background: #fff;
    width: 90%;
    padding: 18px 10px;
    margin-top: -85px;
    position: relative;
    margin-left: 5%;
    text-align: center;
  }

  #SchoolVisits .schoolVisitsCard p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  #SchoolVisits .schoolVisitsCard {
    width: 85%;
    margin: auto;
    margin-top: -65px;
  }

  #SchoolVisits .schoolVisitsCardInvert {
    top: 0;
    position: absolute;
    height: fit-content;
    /* display   : block; */
    /* margin    : auto; */
    margin-left: 5%;
    border-radius: 15px 0px 15px 0px;
  }
}

@media (max-width: 1200px) {
  #EventCalendar ul.myList li {
    padding: 10px 15px;
    font-size: 16px;
  }

  #EventCalendar ul.myList li span {
    margin-top: 5px;
  }
}

/* ============================================= */
/* ============================================= */
/*EXHIBITIONS*/

/*Permanent Gallery*/
#PermanentGallery img {
  margin-top: 20px;
  margin-bottom: 40px;
}

/*Changing Gallery*/
#ChangingGallery .changingGalleryDiv {
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
}

#ChangingGallery .changingGalleryDiv .changingGalleryDivContent {
  background: #fff;
  width: 85%;
  margin-top: -40px;
  height: 115px;
  padding: 20px 20px;
  font-weight: 500;
  color: #704f38;
  display: block;
  margin: 0 auto;
  margin-top: -40px;
  position: inherit;
  text-align: center;
  box-shadow: 0px 2px 1px #b1acac;
  border-radius: 15px;
}

@media (max-width: 1200px) {
  #ChangingGallery .changingGalleryDiv .changingGalleryDivContent {
    height: 135px;
  }
}

@media (max-width: 990px) {
  #ChangingGallery .changingGalleryDiv .changingGalleryDivContent {
    height: 130px;
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #ChangingGallery .changingGalleryDiv .changingGalleryDivContent {
    height: 105px;
  }
}

@media (max-width: 575px) {
  #ChangingGallery .changingGalleryDiv .changingGalleryDivContent {
    height: 85px;
  }
}

/*Oasis Trail*/
/* #OasisTrail img {
    margin-bottom: 35px;
} */

.trail-pad {
  padding: 0 20px;
}

#OasisTrail .OasisTrailsCard {
  background: white;
  padding: 20px;
  margin-left: -90px;
  border: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 15px 15px 15px 0;
  box-shadow: 0px 2px 1px #b1acac;
}

#OasisTrail .schoolVisitsCardInvert {
  margin-left: 90px;
  border-radius: 15px 15px 0px 15px;
}

#OasisTrail .OasisTrailsCard h4 {
  font-weight: 500;
  font-size: 24px;
  color: #5f5f5f;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#OasisTrail .OasisTrailsCard a {
  text-decoration: none;
  color: #bd713b;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
}

#OasisTrail .OasisTrailsCard a:hover {
  color: #d55858;
}

@media (max-width: 968px) {
  #OasisTrail .OasisTrailsCard {
    margin: 0;
    background: #fff;
    width: 90%;
    padding: 18px 10px;
    margin-top: -85px;
    position: relative;
    margin-left: 5%;
    text-align: center;
  }

  #OasisTrail .OasisTrailsCard p {
    padding: 0 10px;
    text-align: left;
  }
}

@media (max-width: 575px) {
  #OasisTrail .OasisTrailsCard {
    width: 95%;
    margin: auto;
    margin-top: -65px;
  }

  #OasisTrail .schoolVisitsCardInvert {
    top: 0;
    position: absolute;
    height: fit-content;
    /* display   : block; */
    /* margin    : auto; */
    margin-left: 5%;
    border-radius: 15px 0px 15px 0px;
  }
}

@media (max-width: 480px) {
  #OasisTrail .OasisTrailsCard p {
    padding: 0 5px;
  }
}

/* ============================================= */
/* ============================================= */
/*EVENTS*/
#CurrentEvents h3 {
  font-size: 22px;
}

.current-show {
  display: none;
}

.current-show2 {
  display: none;
}
.current-points ul li {
  font-weight: 500;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 7px;
}

.bullet-show {
  display: none;
}

@media (max-width: 1400px) {
  .current-points ul li {
    line-height: 27px;
    margin-bottom: 10px;
  }
  .bullet-hide {
    display: none;
  }
  .bullet-show {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .current-hide {
    display: none;
  }
  .current-show {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .current-hide {
    display: none;
  }
  .current-show {
    display: block;
  }
  .current-hide2 {
    display: none;
  }
  .current-show2 {
    display: block;
  }
}

@media (max-width: 767px) {
  .current-points ul li {
    font-size: 15px;
  }

  #CurrentEvents h3 {
    margin-top: 30px;
  }
  .event-pic-marg {
    margin-bottom: 20px;
  }
}

#UpcomingEvents h3 {
  margin-bottom: 0;
}

.calendar-pad {
  padding: 0 0 60px 0;
}

/* ============================================= */
/* ============================================= */
/*SUPPORT US*/

#AnnualPasses .row {
  display: flex;
}

#AnnualPasses div {
  /* flex: 1;  */
}

#AnnualPasses img {
  width: 120px;
  margin-top: 20px;
}

#AnnualPasses h3 {
  font-size: 22px;
  margin: 30px 0 25px 0;
}

#AnnualPasses .AnnualPassesDiv {
  background: #fff;
  border: 1px solid #e8e8e8;
  height: 100%;
  text-align: center;
  padding-bottom: 0px;
  margin-top: 15px;
  margin: 10px;
  margin-top: 15px;
  border-radius: 15px;
  box-shadow: 0px 2px 1px #b1acac;
}

#AnnualPasses .AnnualPassesDiv h4 {
  border-bottom: 1px solid #e8e8e8;
  background-color: #f2f2f2;
  padding: 16px 0 14px 0;
  text-align: center;
  color: #745e5e;
  border-radius: 15px 15px 0 0;
}

/* i.biIcon { 
    display         : inline-block;
    line-height     : 1;
    background-color: #eeeeee;
    width           : 75px;
    height          : 75px;
    position        : relative;
    border-radius   : 50%;
    transition      : 0.5s;
    font-size       : 30px;
    padding         : 20px 20px;
    margin-top      : 15px;
} */

#AnnualPasses .AnnualPassesDiv ul {
  list-style: none;
  text-align: left;
  margin-bottom: 30px;
  margin-left: 12px;
  text-indent: -12px;
}

#AnnualPasses .AnnualPassesDiv ul li {
  padding: 5px;
}

#AnnualPasses .AnnualPassesDiv ul li i {
  font-size: 14px;
  padding-right: 4px;
  color: #a5a5a5;
}

#AnnualPasses .AnnualPassesDiv p {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  color: #605044;
  color: #605044;
  padding-top: 15px;
}

#AnnualPasses .AnnualPassesDiv p span {
  font-size: 14px;
  color: #919191;
}

#AnnualPasses .AnnualPassesDiv a {
  border: 1px solid #ebeaea;
  padding: 15px 15px;
  margin-top: 15px;
  color: #585252;
  text-decoration: none;
  font-weight: 500;
  display: block;
  width: 250px;
  margin: auto;
  border-radius: 10px;
  text-transform: uppercase;
  transition: 0.4s all;
}

.AnnualPassesDivHighlighted {
  /* background      : #fff7f1 !important; */
  background: #f9f9f9 !important;
}

.AnnualPassesDivHighlighted ul {
  color: #493425;
}

.AnnualPassesDivHighlighted ul li i {
  /* color: #6b5647 !important;   */
  color: #934d11 !important;
}

.AnnualPassesDivHighlighted i.biIcon {
  background: #fff;
  border: 1px solid #e7e6e6;
  color: #605045;
}

.AnnualPassesDivHighlighted h4 {
  /* background: #f9f2ec !important; */
  background: #f2f2f2 !important;
}

#AnnualPasses .AnnualPassesDiv a {
  background: #fff;
}

#AnnualPasses .AnnualPassesDiv a:hover {
  background: #914b20 !important;
  color: #ffffff !important;
}

a.extraMarginAnnualPasses {
  margin-top: 65px !important;
}

#AnnualPasses .AnnualPassesDiv:hover i.biIcon {
  background: #924c1a;
  color: #fff;
}

#AnnualPasses .AnnualPassesDiv:hover a {
  background: #25282e;
  color: #fff;
}

#Volunteer p {
  margin-bottom: 2rem;
  font-size: 19px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  a.extraMarginAnnualPasses {
    margin-top: 82px !important;
  }
}

@media (max-width: 998px) {
  #AnnualPasses .AnnualPassesDiv {
    margin: 0px;
  }

  #AnnualPasses .AnnualPassesDiv a {
    width: auto;
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
  #AnnualPasses div {
    flex: initial;
  }

  #AnnualPasses .AnnualPassesDiv {
    margin-bottom: 30px;
    height: auto;
  }
}

@media (max-width: 575px) {
  #AnnualPasses .AnnualPassesDiv {
    padding-bottom: 25px;
  }

  #AnnualPasses .AnnualPassesDiv a {
    width: 70%;
    display: block;
    margin: auto;
  }

  a.extraMarginAnnualPasses {
    margin-top: inherit !important;
  }
}

/* ============================================= */
/* ============================================= */
/*ABOUT US*/

#mission .row {
  display: flex;
}

#mission div {
  /* flex: 1;  */
}

#mission img {
  width: 120px;
  margin-top: 20px;
}

#mission h3 {
  font-size: 26px;
  margin: 30px 0 25px 0;
}

#mission .AnnualPassesDiv {
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  height: auto;
  text-align: center;
  padding-bottom: 0px;
  margin-top: 15px;
  margin: 10px;
  margin-top: 15px;
  border-radius: 15px;
  box-shadow: 0px 2px 1px #b1acac;
}

#mission .AnnualPassesDiv h4 {
  border-bottom: 1px solid #e8e8e8;
  background-color: #f2f2f2;
  padding: 16px 0 14px 0;
  text-align: center;
  color: #745e5e;
  border-radius: 15px 15px 0 0;
}

#mission .AnnualPassesDiv h6 {
  border-bottom: 1px solid #e8e8e8;
  /* background-color: #f9f9f9; */
  padding: 16px 0 14px 0;
  text-align: center;
  color: #745e5e;
  border-radius: 15px 15px 0 0;
  margin: 20px 20px 0 20px;
  font-size: 18px;
}

#mission .AnnualPassesDiv ul {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 0;
}

#mission .AnnualPassesDiv ul li {
  padding: 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #745e5e;
}

#mission .AnnualPassesDiv ul li i {
  font-size: 14px;
  padding-right: 4px;
  color: #a5a5a5;
}

#mission .AnnualPassesDiv p {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  color: #605044;
  padding-top: 15px;
}

#mission .AnnualPassesDiv p span {
  font-size: 14px;
  color: #919191;
}

#mission .AnnualPassesDiv a {
  border: 1px solid #ebeaea;
  padding: 15px 15px;
  margin-top: 15px;
  color: #585252;
  text-decoration: none;
  font-weight: 500;
  display: block;
  width: 250px;
  margin: auto;
  border-radius: 10px;
  text-transform: uppercase;
  transition: 0.4s all;
}

#mission .AnnualPassesDiv a {
  background: #fff;
}

#mission .AnnualPassesDiv a:hover {
  background: #914b20 !important;
  color: #ffffff !important;
}

a.extraMarginAnnualPasses {
  margin-top: 65px !important;
}

#mission .AnnualPassesDiv:hover i.biIcon {
  background: #924c1a;
  color: #fff;
}

#mission .AnnualPassesDiv:hover a {
  background: #25282e;
  color: #fff;
}

#Volunteer p {
  margin-bottom: 2rem;
}

@media (max-width: 1200px) {
  a.extraMarginAnnualPasses {
    margin-top: 82px !important;
  }
  #mission .AnnualPassesDiv ul {
    font-size: 16px;
  }
}

@media (max-width: 998px) {
  #mission .AnnualPassesDiv {
    margin: 0px;
  }

  #mission .AnnualPassesDiv a {
    width: auto;
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
  #mission div {
    flex: initial;
  }

  #mission .AnnualPassesDiv {
    margin-bottom: 30px;
    height: auto;
  }
}

@media (max-width: 575px) {
  #mission .AnnualPassesDiv {
    padding-bottom: 25px;
  }

  #mission .AnnualPassesDiv a {
    width: 70%;
    display: block;
    margin: auto;
  }

  a.extraMarginAnnualPasses {
    margin-top: inherit !important;
  }
}

/*History*/
#history {
  margin-bottom: 0 !important;
}

#history h3 {
  font-size: 22px;
  margin-top: 20px;
}

.accm-caption {
  font-size: 13px;
  font-weight: 500;
  margin-top: 2px;
}

.history-show {
  display: none;
}

@media (max-width: 992px) {
  .history-hide {
    display: none;
  }
  .history-show {
    display: block;
  }
}

/*Press Office*/
#press {
  padding-bottom: 10px;
}

#press .contactMedia {
  background: #f7f7f7;
  /* text-align: center; */
}

#press .contactMedia div {
  border-right: 1px dotted #aba7a7;
  margin-bottom: 2em;
}

#press .contactMedia div:last-child {
  border-right: 0;
}

#press .contactMedia .contactMediaicon {
  position: relative;
  width: 76px;
  height: 76px;
  font-size: 26px;
  color: #7a7878;
  line-height: 76px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-right: 0;
}

#press .contactMedia .contactMediaicon:hover {
  background: #c17e4c;
  color: #fff;
}

#press .contactMedia .contactMediaicon:hover i {
}

#press .contactMedia .contactMediaicon i {
  font-size: 30px;
}

#press .contactMedia h3 {
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 19px;
}

#press .contactMedia p {
  /* font-weight: 500; */
}

#press .contactMedia a {
  text-decoration: none;
  color: #4e4e4e;
}

@media (max-width: 767px) {
  #press .contactMedia h3 {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 15px;
  }

  #press .contactMedia p {
    font-size: 15px;
  }

  #press .contactMedia .contactMediaicon i {
    font-size: 25px;
  }

  #press .contactMedia .contactMediaicon {
    width: 66px;
    height: 66px;
    line-height: 65px;
  }
}

#press .departments {
  background: #f1f1f1;
  padding: 15px 20px 0px 20px;
  text-align: center;
}

#press .departments div {
  padding-top: 25px;
}

#press .departments p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
  color: #555353;
}

#press h3 {
  font-size: 22px;
}

#press .departments a {
  text-decoration: none;
  color: #555353;
  font-style: italic;
  display: block;
  border-bottom: 1px dotted #d1d0cd;
  padding-bottom: 25px;
}

@media (max-width: 1200px) {
  #press .contactMedia div {
    border-right: 0px dotted #aba7a7;
    /* border-bottom: 1px dotted #aba7a7;  */
  }
}

@media (max-width: 767px) {
  #press {
    padding-bottom: 0;
  }

  #press .departments p {
    font-size: 15px;
  }

  #press .departments a {
    font-size: 11px;
  }
}

/* Collections */
.collections-imgs > div:first-child img,
.collections-imgs > div:last-child img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .collections-imgs > div:first-child img,
  .collections-imgs > div:last-child img {
    position: initial;
  }
}
/* ============================================= */
/* ============================================= */
/* NEWSLETTER */
.newsletterDiv {
  background: #212226;
  padding: 18px;
  background-image: url('../imgs/binding-dark.png');
  margin-top: 1em;
}

.newsletterDiv .secondaryNavSection {
  border-bottom: 0;
  margin-bottom: 0;
}

.newsletterDiv h2 {
  color: #fff;
}

.newsletterDiv h2:after,
.newsletterDiv h2:before {
  background-color: #fff;
}

@media (max-width: 575px) {
  #home h2:after,
  #home h2:before {
    left: 10px;
  }
}

#newsletter p {
  color: #ffffff;
  font-weight: 500;
  font-size: 26px;
  font-weight: normal;
}

#newsletter h3 {
  color: #dbdbdb;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}

#newsletter form {
  position: relative;
  display: block;
  height: 70px;
  border-radius: 5px;
  background: #ab1e1e;
  margin: 0 auto;
  /* box-shadow: 0 0px 13px rgb(131 130 130 / 28%); */
  overflow: hidden;
  border: 2px solid #dfd7d7;
}

#newsletter form input {
  line-height: 70px;
  padding: 0;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 300;
  background: #fff;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #924c1a;
}

#newsletter form input:not([type='submit']) {
  width: 100%;
  display: block;
  padding: 0 150px 0 30px;
}

#newsletter form input:not([type='email']) {
  position: absolute;
  height: 50px;
  line-height: 50px;
  top: 7px;
  right: 10px;
  border-radius: 5px;
  padding: 0 25px;
  background: #a95463;
  color: white;
  cursor: pointer;
}

#newsletter form input:not([type='email']):hover {
  background: #f00c2c;
}

#newsletter form input:focus {
  outline: none;
  background: white;
}

/* ============================================= */
/* ============================================= */
/* CUSTOM STYLES */
.btn-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: #934d11;
  --color-outline: #5b300b;
  --color-shadow: #00000080;
  text-transform: uppercase;
}

.btn-content {
  display: flex;
  align-items: center;
  padding: 5px 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 1s;
  border-radius: 10px;
  box-shadow: 0 0 0.2em 0 var(--color-background);
  font-family: 'ITCAvantGardeGothicMedium', sans-serif;
}

.btn-content:hover,
.btn-content:focus {
  transition: 0.5s;
  -webkit-animation: btn-content 1s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}

.btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 0%;
}

/* SVG */
#arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: white;
  }
}

/* Button animations */
@-webkit-keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

/*Subscribe Form*/
.subscribe {
  width: 70%;
  text-align: center;
  margin: auto;
}

.subscribe p {
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #dbdbdb !important;
}

.subscribe__wrapper {
  position: relative;
  height: 50px;
}

.subscribe svg {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  transition: transform 0.25s ease, width 0.25s ease;
}

.subscribe input[type='email'] {
  width: 88%;
  height: 60px;
  float: left;
  border: 0;
  outline: none;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.25em;
  border: 1px solid #924c1a;
}

.subscribe button {
  position: absolute;
  right: 0;
  width: 12%;
  height: 60px;
  border: 0;
  background: #924c1a;
  cursor: pointer;
  outline: none;
  transition: width 0.1s ease;
}

.subscribe button .send {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.subscribe button:hover {
  width: 26%;
}

.subscribe button:hover .send {
  opacity: 1;
}

.subscribe button:hover .divider {
  -webkit-animation: divider 0.15s 0.2s linear forwards;
  animation: divider 0.15s 0.2s linear forwards;
}

.subscribe button:hover svg {
  width: 23px;
  transform: rotate(-18deg) translateX(10px) translateY(3px);
  z-index: 10;
}

.subscribe .divider {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
  width: 10px;
  height: 0;
  background: #924c1a;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes divider {
  to {
    height: 60%;
  }
}

@keyframes .subscribe .divider {
  to {
    height: 60%;
  }
}

.subscribe #p2 {
  opacity: 0;
}

@media (max-width: 1398px) {
  .subscribe button {
    width: 15%;
  }
}

@media (max-width: 1200px) {
  .subscribe button {
    width: 20%;
  }
}

@media (max-width: 998px) {
  .subscribe button {
    width: 25%;
  }

  .subscribe button:hover {
    width: 40%;
  }
}

@media (max-width: 765px) {
  .subscribe button {
    width: 20%;
  }

  .subscribe button:hover {
    width: 28%;
  }
}

@media (max-width: 555px) {
  .subscribe button {
    width: 30%;
  }

  .subscribe button:hover {
    width: 40%;
  }

  #newsletter p {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    font-weight: normal;
  }

  .subscribe input[type='text'] {
    height: 50px;
  }

  .subscribe button {
    right: -3px;
    height: 60px;
  }

  h2 {
    margin-bottom: 20px;
  }

  .secondaryNavSection h2 {
    margin-left: 0;
  }
}

.subscribeThankyou {
  display: none;
}

.subscribeThankyou h1 {
  margin-top: 0;
  width: 335px;
  font-size: 21px;
  color: #fff;
  border-color: white;
}

.subscribeThankyou p {
  font-size: 18px !important;
  text-align: center;
}

/* Accordion */
.mainAccordion {
  border: 1px solid #e1e1e1;
  margin-top: 20px;
  margin-bottom: 30px;
}

.myAccordion {
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  font-weight: 500;
  color: #484545;
  background: #fff;
}

.myAccordion:last-child {
  border-bottom: 0;
}

.myAccordion-header {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.myAccordion-content {
  padding: 10px;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
  margin-top: 10px;
  font-weight: normal;
  color: #6a6565;
}

.open .myAccordion-content {
  display: block;
  max-height: 1000px;
}

.fa-chevron-down,
.fa-chevron-right {
  transition: transform 0.3s;
}

.open .fa-chevron-down {
  transform: rotate(90deg);
}

@media (max-width: 555px) {
  .myAccordion {
    padding: 5px;
  }
}

/*Tabs*/
.tabs {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 20px auto;
  border-radius: 5px;
  overflow: hidden;
}

.tab-links {
  display: flex;
  margin-bottom: 31px;
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
}

.tab-links a {
  flex: 1;
  text-align: center;
  padding: 10px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.tab-links a:hover {
  border-bottom: 2px solid #d1d1d1;
}

.tab-links a.tabActive {
  color: #924c1a;
  border-bottom: 2px solid #924c1a;
}

.tab-content {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ededed;
}

.tab {
  display: none;
}

.tab.tabActive {
  display: block;
  animation: slideInTab 0.5s forwards;
}

.tab.tabActive .tabSection1 {
  padding: 0;
}

.tab.tabActive .tabSection1 img {
  height: 100%;
}

.tab.tabActive .tabSection2 {
  padding: 29px 30px;
  /*   min-height: 380px;
    max-height: 380px; */
}

.tab.tabActive .tabSection2 span {
  font-size: 48px;
  color: #bbb;
}

.tab.tabActive .tabSection2 h3 {
  font-size: 27px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tab.tabActive .tabSection2 p {
  line-height: 30px;
  margin-bottom: 40px;
  font-size: 16px;
}

.tab.tabActive .tabSection2 a {
  color: #fff;
  background-color: #373737;
  width: 200px;
  margin-bottom: 20px;
  padding: 10px 35px;
  border-radius: 7px;
  text-decoration: none;
  background-image: url('../imgs/binding-dark.png');
  transition: 0.4s all;
}

.tab.tabActive .tabSection2 a:hover {
  background: #5f5b5b;
}

@keyframes slideInTab {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .tab.tabActive .tabSection2 {
    padding: 10px 20px 20px 20px;
  }

  .tab.tabActive .tabSection2 span {
    font-size: 25px;
  }

  .tab.tabActive .tabSection2 h3 {
    font-size: 20px;
  }

  .tab.tabActive .tabSection2 p {
    line-height: 25px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  .tab.tabActive .tabSection2 a {
    width: 200px;
    padding: 5px 15px;
  }
}

/* ------------------------- */
/* 404 PAGE                  */
/* ------------------------- */
.error404 {
  text-align: center;
  padding: 35px;
  background: #f7f7f7;
  border: 1px solid #f1ebeb;
}

.error404 p {
  font-size: 115px;
}

.error404 span {
  display: block;
  font-size: 20px;
}

.error404 i {
  display: block;
  font-size: 15px;
  font-style: normal;
  padding-top: 10px;
}

.error404 h2 {
  font-size: 30px;
}

.error404 a {
  background: #924c1a;
  padding: 10px 10px;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 30px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.4s all;
}

.error404 a:hover {
  background-color: #824417;
}

/* ------------------------- */
/* PRIVACY POLICY            */
/* ------------------------- */

.privacy-policy {
  margin: 60px auto 80px auto;
}

.privacy {
  padding: 60px 80px 40px 80px;
  background: #f7f7f7;
  border: 1px solid #f1ebeb;
}

.privacy p {
  font-size: 15px;
}

.privacy span {
  display: block;
  font-size: 20px;
}

.privacy h2 {
  font-size: 30px;
}

.privacy a {
  color: #924c1a;
}

@media (max-width: 767px) {
  .privacy-policy {
    margin: 40px auto 80px auto;
  }
  .privacy {
    padding: 40px 20px 40px 20px;
  }
}

.learnHeaderspacer {
  width: 100%;
  height: 600px;
  margin: auto;
}
.learnAboutHeader {
  width: 100%;
  height: auto;
  margin: 0;
  position: absolute;
  z-index: -1;
}
.artistSec {
  border: 1px solid red;
  height: 600px;
  margin: -150px auto 0 auto;
  width: 600px;
  padding-top: 0%;
}

.artistDropdownBox {
  /* border:1px solid #5b300b; */
  justify-content: center;
  text-align: center;
  display: block;
  margin: 5px 0 20px 0;
}

.artistButton {
  font-family: 'Times New Roman', Times, serif;

  width: 100%;
  border: 3px solid #934d11;
  height: 45px;
  display: flex;
  align-items: center;
  font-size: 25px;
  background-color: white;
  color: #934d11;
}

.artistName {
  font-weight: bolder;
}
.artistNameBold {
  font-weight: bolder;
}

.artistDropdownSection {
  font-size: 20px;
  border: none !important;
}

.artistPlus {
  font-size: x-large;
}
.artistMinus {
  font-size: x-large;
  font-weight: 900;

  display: none;
}

.artistCard {
  border: none !important;
  display: flex;
  justify-content: center;
  text-align: center !important;
}

.abouttheartistImg {
  margin: 10px auto 10px auto;
  width: 20%;
  height: auto;
}

.capitalBoldArtistBio {
  text-transform: uppercase;
  font-weight: bolder;
}

.artistBio {
  text-align: start;
}

.learnMoreArtist {
  text-transform: uppercase;
  color: white;
  background-color: #934d11;
  height: 30px;
  width: 200px;
  text-align: center !important;
  justify-self: center;
  margin: auto;
  border: none;
}

@media screen and (max-width: 1200px) {
  .learnHeaderspacer {
    height: 350px;
  }
}
@media screen and (max-width: 1100px) {
  .learnHeaderspacer {
    height: 300px;
  }
}
@media screen and (max-width: 800px) {
  .learnHeaderspacer {
    height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .learnHeaderspacer {
    height: 150px;
  }
}

.card2-marg {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .card2-marg {
    margin-bottom: 0px;
  }
}
