@charset "utf-8";
/*execmansion.css assets*/
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
h1, h2, h3 {
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  color: gray;
}
h1 {
  font-size: 4em;
}
h4, h5 {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  color: gray;
}
p {
  line-height: 1.65em;
  font-size: 1.3em;
  margin-top: 1em;
}
.nobottom-list p {
  font-size: 1.1em;
  margin-bottom: -0.25em !important;
}
.nobottom-margin, .nobottom-margin p {
  margin-bottom: 0em !important;
  line-height: normal;
  padding: 0 0 0 0 !important;
}
.notop-margin {
  margin-top: 0em !important;
  line-height: normal;
  padding: 0 0 0 0 !important;
}
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
a, li a {
  text-decoration: none;
  color: #1597e2;
}
a:hover, li a:hover {
  text-decoration: underline;
  color: #212121;
}
div.bg-dark a:hover {
    color: #fff;
}
ul {
  font-weight: 700;
  margin: 1.5em 0;
}
.font_ebgaramond {
  font-family: 'EB Garamond', serif;
}
.font_poppins {
  font-family: 'Poppins', sans-serif;
}
figure {
  margin: 0;
  padding: 0;
}
.content-image img {
  width: 350px !important;
  height: auto !important;
  margin-top: 1em;
}
.content-right {
  float: right;
  padding-left: 2em;
}
.content-left {
  float: right;
  padding-right: 2em;
}
.about_banner h1 {
  text-transform: uppercase;
}
.primary_button {
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  padding: 12px 24px;
  border: none;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #2688d8;
}
.primary_button a {
    color: #fff;
}
.primary_button:hover {
  color: #fff;
  transition: all 0.4s ease-in-out;
  background: #0f60a1;
  box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.block_title {
  font-size: 2em;
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: normal;
}
.block_text {
  border-top: 1px solid #fff;
  padding-top: 1.25em;
}
.block_text h3 {
  color: #fff;
}
.container li {
  list-style: disc;
  color: #1597e2;
  font-size: 1.25em;
  line-height: 2em;
}
.border_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.border_title::after {
  content: '';
  border: 1px solid rgba(128, 128, 128, 0.384);
  width: 100%;
}
.border_title span {
  color: gray;
  flex-shrink: 0;
  margin-right: 24px;
}
.card_date, .card_title {
  color: #208cd4;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0em;
}
  .card-text.featurecard {
    min-height: 285px;
}
  .card.feature img {
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}
.card.shadow-sm.feature {
    min-height: 100%;
}
.alert.alert-warning.alert-dismissible.fade.show.text-center {
    border-radius: 0;
}
@media (max-width: 640px) {
  .border_title::after {
    display: none;
  }
  .content-right {
    float: none;
    padding-left: 0;
    text-align: center;
  }
  .content-left {
    float: none;
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .border_title span {
    flex-shrink: 1;
    margin-right: 0;
  }
}
.loader3 {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
}
.loader3 span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ffffff;
  animation: loader3 1.5s linear infinite;
}
.loader3 span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}
@keyframes loader3 {
  0% {
    transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* navigation start  */
.navigation {
  height: 100px;
  z-index: 99;
  transition: 1s ease-in-out;
  position: fixed;
  width: 100%;
  top: 3.469em;
}
.navigation.brandbar {
    position: absolute;
    top: auto;
    height: 6.5em;
}
.sticky {
  background: #1f1f1f;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background-image: none;
}
.navigation.sticky {
  top: 0;
}
.navigation_list li {
  list-style: none;
}
.navigation > .container .row .navigation_list ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: .715em;
  font-weight: 600;
  padding: 0.5em 1.5em;
  transition: 0.4s ease;
}
.navigation > .container .row .navigation_list ul li a:hover {
  color: #0b8ce2;
}
.navigation > .container .row .current {
  left: 0 !important;
}
.navigation > .container .row .navigation_humberger_container .humberger_menu {
  cursor: pointer;
}
.navigation > .container .row .navigation_humberger_container .humberger_menu span {
  background-color: #ffffff;
  width: 25px;
  height: 2px;
  display: block;
  margin: 4px 0;
  transition: all 0.3s ease;
}
.navigation > .container .row .navigation_humberger_container .current {
  left: 0;
}
.navigation > .container .row .navigation_humberger_container .current .line-top {
  transform: translateY(260%) rotate(135deg);
}
.navigation > .container .row .navigation_humberger_container .current .line-center {
  opacity: 0;
}
.navigation > .container .row .navigation_humberger_container .current .line-bottom {
  transform: translateY(-325%) rotate(-135deg);
}
.navigation > .container {
  height: 100%;
}
.navigation > .container .row {
  height: 100%;
}
.navigation > .container .row .col-6 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation > .container .row .col-6 .logo {
  max-width: 150px;
  width: 100%;
}
.navigation > .container .row .col-6 .logo a {
  display: block;
}
.navigation > .container .row .col-6 .logo a img {
  width: 180px;
}
.navigation > .container .row .navigation_list ul li a {
  text-align: left;
}
.navigation > .container .row .navigation_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .navigation > .container .row .navigation_list {
    position: fixed;
    background: gray;
    top: 100px;
    left: -100%;
    width: 100%;
    height: 100vh;
    justify-content: flex-start !important;
    padding-left: 0;
    transition: 0.5s ease;
    z-index: 9999;
  }
  .navigation > .container .row .navigation_list ul {
    flex-direction: column;
    background: transparent;
    width: 100%;
    height: 100%;
    padding-top: 2em;
  }
  .navigation > .container .row .navigation_list ul li {
    margin: .125em;
    width: 100%;
    font-size: 1.25em;
    line-height: 1.65em;
  }
  .navigation > .container .row .navigation_list ul li a {
    display: inline;
  }
}
@media (max-width: 992px) and (min-width: 310px) {
  .navigation > .container .row .navigation_list {
    top: 11em;
  }
}
@media (max-width: 767px) {
  .navigation {
    height: 80px;
    top: 6em;
  }
  p img {
    width: 100% !important;
    height: auto !important;
  }
}
/* navigation end  */
/* home banner  */
.home_banner {
  height: 100vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  padding: 5em 0 3em;
}
.home_banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(255, 255, 255, 0) 35%, rgba(0, 0, 0, 0.55) 100%);
}
.home_banner .container {
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.home_banner .container .card {
  max-width: 678px;
  width: 100%;
  border: none;
  color: #fff;
  border-radius: 0px;
  background-color: rgba(29, 29, 29, 0.758);
  padding: 3.5em;
}
.home_banner .container .card .card-body {
  padding: 0;
}
.home_banner .container .card .card-title {
  padding-bottom: 1.125em;
  border-bottom: 1px solid #fff;
  font-size: 2.125em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 0;
}
.home_banner .container .card .card-text {
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 1px;
  font-size: 1.125em;
}
.video-sizer {
  width: 584px;
  text-align: center;
  margin: auto;
}
@media (max-width: 992px) {
  .home_banner {
    padding: 7em 2em;
  }
}
@media (max-width: 844px) {
  .home_banner {
    height: auto !important;
  }
  .home_banner .container .card {
    padding: 1.5em 2.15;
  }
}
@media (max-width: 767px) {
  .video-sizer {
    width: 340px;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .home_banner .container .card {
    padding: 12px;
    margin-top: 2.5em;
  }
  .home_banner .container .card .card-body {
    padding: 0;
  }
  .home_banner .container .card .card-title {
    padding-bottom: 1em;
    font-size: 1.75em;
  }
  .home_banner .container .card .card-text {
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
@media (max-width: 360px) {
  .home_banner .container .card .card-title {
    font-size: 1.5em;
  }
  .home_banner .container .card .card-text {
    line-height: 1.25;
  }
  .card-text {
    padding: 0.125em !important;
  }
}
/* home banner end  */
.card {
  border: none;
  border-radius: 0px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.card img {
  max-width: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.card-body {
  padding: 1em;
}
.card-title {
  padding: 20px 0;
  border-bottom: 2px solid #ccc;
  font-size: 2.25em;
}
.card-title.block_title {
  border-bottom: none;
}
.card-text {
  padding: 1.2em 1.2em 1.5em 0;
}
.card-text p {
  font-size: 1.1em !important;
  line-height: 1.45em !important;
}
.news_card {
  padding-bottom: 1.2em;
  margin-top: 1.25em;
}
.news_card:first-child {
  border-bottom: 2px solid #ccc;
}
.news_card a {
  text-decoration: none;
  color: #000000;
}
.news_card a:hover {
  text-decoration: underline;
}
.news_card a .card-title {
  padding: 1.25em 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .row .card img {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .card-title {
    font-size: 1.5em;
  }
}
@media (max-width: 576px) {
  .card-body {
    padding: 1.25em;
  }
}
.read_the_welcome_message {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
padding: 3em 0 2em;
}
.read_the_welcome_message::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
}
.read_the_welcome_message .container .card {
  max-width: 678px;
  width: 100%;
  border: none;
  color: #ffffff;
  border-radius: 0px;
  background-color: rgba(29, 29, 29, 0.534);
  padding: 62px 85px;
  margin-left: auto;
  z-index: 1;
}
.read_the_welcome_message .container .card .card-body {
  padding: 0;
}
.read_the_welcome_message .container .card .card-text {
  font-weight: 300;
  letter-spacing: 1px;
}
.read_the_welcome_message a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .read_the_welcome_message .container .card {
    padding: 2em 2.625em;
  }
}
@media (max-width: 640px) {
  .read_the_welcome_message .container .card {
    padding: 17px 22px;
  }
  .read_the_welcome_message .container .card .card-title {
    font-size: 1.375em;
  }
}
.plan_your_visit .plan_your_visit_title {
  padding-top: 3.125em;
  padding-bottom: 1.875em;
}
.plan_your_visit .card {
  border: none;
  padding-right: 1.25em;
}
.plan_your_visit .card .card-text > * {
  margin-top: 32px;
}
.second_list {
  list-style-type: disc;
  padding-left: 15px;
}
@media (max-width: 640px) {
  .plan_your_visit {
    padding-top: 0px;
  }
}
.latest_instagram_posts .instagram_posts_grid .post_container {
  height: 100%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.latest_instagram_posts .instagram_posts_grid .post_header {
  padding: 0 16px;
  height: 100px;
}
.latest_instagram_posts .instagram_posts_grid .post_header img {
  width: 30px;
  height: 30px;
}
.latest_instagram_posts .instagram_posts_grid .post_image {
  border: 2px solid #5c5c5c;
  height: calc(100% - 60px);
  max-height: 300px;
  overflow: hidden;
}
.latest_instagram_posts .instagram_posts_grid .post_image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .latest_instagram_posts {
    padding-bottom: 0;
  }
}
.footer {
  background-color: rgba(0, 0, 0, 0.932);
}
.footer .gradient_background {
  padding: 80px 0;
  height: 100%;
  background-image: url('/media/governorvirginiagov/executive-mansion/images74/mansion-pattern.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .gradient_background .card {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.footer .gradient_background .card img {
  max-width: 150px;
  width: 100%;
  border: none;
}
.footer .gradient_background .card .card-body {
  padding-left: 0;
}
.footer .gradient_background .card .card-body p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
}
.footer .gradient_background .card .card-body .card-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer .gradient_background .card .card-body a {
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.footer .gradient_background .card .card-body a:hover {
  color: #19a2e2;
}
.footer .gradient_background .usefull_links h5::after {
  border: 1px solid #ffffffda;
}
.footer .gradient_background .usefull_links h5 span {
  color: #fff;
}
.footer .gradient_background .usefull_links a {
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin: 12px 0;
}
.footer .gradient_background .usefull_links a:hover {
  color: #19a2e2;
}
/* multi image slider*/
.trusted {
  padding: 5px 0 5px;
  text-align: center;
  /* margin-top: 40px; */
  margin-bottom: 5em;
  background: #def;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 7px rgb(0 0 0 / 25%);
}
.trusted .slide_images {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.trusted .logo_group {
  position: relative;
  white-space: nowrap;
  margin-top: 1em;
  margin-bottom: 1em;
  cursor: pointer;
}
.slide_images img, #mainContent .slide_images img {
  height: 250px !important;
  width: auto !important;
  margin: 0 1em;
  opacity: 1;
  border: 0 !important;
  padding: 0;
  box-shadow: 0 0 0 !important;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  opacity: .3;
  transition: .25s;
  cursor: auto;
}
.slide_images img:hover, #mainContent .slide_images img:hover {
  /* Disable grayscale on hover */
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}
.trusted h3 {
  font-family: "open sans";
  color: rgb(41, 115, 194);
  border-bottom: 0;
  font-weight: 700;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .24);
  margin: 20px;
  font-size: 22px;
  white-space: normal;
}
.trusted a.btn {
  font-weight: bold;
  margin-left: 20px;
}
.inline-block {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.inline-textblock {
  position: relative;
  bottom: -.5em;
}
.part-logos img {
    width: 100%!important;
    height: auto !important;
}

/* ======================== */
/* happenings archive  */
/* =========================== */
.happenings_banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 550px;
  display: flex;
}
.happenings_banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(53, 53, 53, 0.25) 37%, rgba(0, 0, 0, 0.55) 100%);
}
.happenings_banner .container {
  z-index: 1;
  display: flex;
  align-items: center;
}
.happenings_banner .container h1 {
  color: #ffffff;
}
@media (max-width: 640px) {
  .happenings_banner .container h1 {
    font-size: 48px;
    margin-left: 24px;
  }
}
@media (max-width: 458px) {
  a {
    overflow-wrap: break-word;
  }
}
/* ======================== */
/* grounds page  */
/* =========================== */
.grounds_banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 550px;
  display: flex;
}
.grounds_banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(53, 53, 53, 0.25) 37%, rgba(0, 0, 0, 0.55) 100%);
}
.grounds_banner .container {
  z-index: 1;
  display: flex;
  align-items: center;
}
.grounds_banner .container h1 {
  color: #ffffff;
}
@media (max-width: 640px) {
  .grounds_banner .container h1 {
    font-size: 48px;
    margin-left: 24px;
  }
}
/* ======================== */
/* about page  */
/* =========================== */
.about_banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 550px;
  display: flex;
}
.about_banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(53, 53, 53, 0.25) 37%, rgba(0, 0, 0, 0.55) 100%);
}
.about_banner .container {
  z-index: 1;
  display: flex;
  align-items: center;
}
.about_banner .container h1 {
  color: #ffffff;
}
.about_the_lipsum_mansion {
  margin-top: -2em;
  padding-bottom: 3em;
}
.about_the_lipsum_mansion p {
  font-size: 18px;
  font-weight: 400;
}
.about_the_lipsum_mansion .row .col-lg-7 {
  padding-right: 60px;
}
.about_the_lipsum_mansion ul {
  list-style-type: none;
  padding-left: 12px;
  margin-top: 32px;
}
.about_the_lipsum_mansion ul li {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.about_the_lipsum_mansion ul li::before {
  content: '\2022';
  color: #0da3df;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.about_the_lipsum_mansion ul li a {
  text-decoration: none;
  color: #0da3df;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about_the_lipsum_mansion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 992px) {
  .about_the_lipsum_mansion .row .col-lg-7 {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .about_banner .container h1 {
    font-size: 2.5em;
    margin-left: 0.5em;
  }
}
.historic_council {
  background-image: url('/media/governorvirginiagov/executive-mansion/images74/exec_plate.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
}
.historic_council::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(79, 78, 78, 0.405) 0%, rgba(0, 0, 0, 0.95) 100%);
}
.historic_council .container {
  display: flex;
}
.historic_council .container .card {
  max-width: 678px;
  width: 100%;
  border: none;
  color: #ffffff;
  border-radius: 0px;
  background-color: rgba(29, 29, 29, 0.534);
  padding: 60px 85px;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 992px) {
  .historic_council {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .historic_council {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .historic_council .container .card {
    padding: 30px 42px;
  }
}
@media (max-width: 640px) {
  .historic_council .container .card {
    padding: 16px 20px;
  }
  .historic_council .container .card .card-body {
    padding: 0;
  }
  .historic_council .container .card .card-title {
    padding-bottom: 32px;
    border-bottom: 1px solid #ffffff;
  }
  .historic_council .container .card .card-text {
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 2px;
  }
}
/*.mansion_photos_through_the_years .swiper {
padding: 10px;
}*/
.swiper .swiper-wrapper .swiper-slide {
  height: auto;
  align-self: stretch;
  background-color: #fff;
}
.swiper .swiper-wrapper .swiper-slide .row {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .row img {
  width: 500px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.swiper-slide img {
  max-width: 526px !important;
  height: auto !important;
}
.swiper .swiper-wrapper .swiper-slide .row .card-text {
  font-size: 1.1em;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 1.5;
  padding-left: 40px;
}
.mySwiper-pagination {
  margin-top: 10px;
}
.mySwiper-pagination span {
  width: 15px;
  height: 15px;
}
.lipsum_mansion_ghost {
  padding: 100px 15px;
}
.lipsum_mansion_ghost p.text {
  font-size: 19px;
  font-weight: 400;
  margin-top: 32px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .swiper .swiper-wrapper .swiper-slide .row .card-text {
    padding-left: 0;
  }
  .lipsum_mansion_ghost {
    padding: 40px 15px;
  }
}

/* about page modal style  */
.modal {
  --bs-modal-width: 100%;
  --bs-modal-margin: 0;
}
.modal-dialog {
  width: 100%;
}
.modal .modal-content {
  background-color: transparent;
  box-shadow: none;
  max-width: 800px;
  width: 100%;
  margin: auto;
  border: none;
  transform: translateY(100px);
}
.modal-header {
  border-bottom: none;
}
.modal-header button {
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 28px;
  color: #fff;
}
.modal-body {
  background-color: #ffffff;
  border: 2px solid #fff;
  padding: 0;
}
.modal-body .img_container {
  width: 100%;
  height: auto;
}
.modal-body .img_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal-body .modal_text {
  width: 100%;
  height: 100%;
  padding: 10px;
}
@media (max-width: 800px) {
  .modal-body img {
    width: 100% !important;
    height: auto !important;
  }
}
/* Holidays at the Museum */
.holiday_banner {
  background-image: url('/media/governorvirginiagov/executive-mansion/images74/holidays/exec_holidays.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 550px;
  display: flex;
}
.holiday_banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(53, 53, 53, 0.25) 37%, rgba(0, 0, 0, 0.55) 100%);
}
.holiday_banner .container {
  z-index: 1;
  display: flex;
  align-items: center;
}
.holiday_banner .container h1 {
  color: #ffffff;
}
@media (max-width: 640px) {
  .holiday_banner .container h1 {
    font-size: 48px;
    margin-left: 24px;
  }
}
.tree_banner {
  background-image: url('/media/governorvirginiagov/executive-mansion/images74/holidays/exec_trees.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .tree_banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tree_banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.tree_banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(79, 78, 78, 0.405) 0%, rgba(0, 0, 0, 0.95) 100%); */
}
.tree_banner .container {
  display: flex;
}
.tree_banner .container .card {
  max-width: 678px;
  width: 100%;
  border: none;
  color: #ffffff;
  border-radius: 0px;
  background-color: rgba(29, 29, 29, 0.534);
  padding: 60px 85px;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .tree_banner .container .card {
    padding: 30px 42px;
  }
}
@media (max-width: 640px) {
  .tree_banner .container .card {
    padding: 16px 20px;
  }
}
.tree_banner .container .card .card-body {
  padding: 0;
}
.tree_banner .container .card .card-title {
  padding-bottom: 32px;
  border-bottom: 1px solid #ffffff;
}
.tree_banner .container .card .card-text {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 2px;
}
.gingerbread_banner {
  background-image: url('/media/governorvirginiagov/executive-mansion/images74/holidays/exec_gingerbread.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .gingerbread_banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .gingerbread_banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.gingerbread_banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(79, 78, 78, 0.405) 0%, rgba(0, 0, 0, 0.95) 100%);
}
.gingerbread_banner .container {
  display: flex;
}
.gingerbread_banner .container .card {
  max-width: 678px;
  width: 100%;
  border: none;
  color: #ffffff;
  border-radius: 0px;
  background-color: rgba(29, 29, 29, 0.534);
  padding: 60px 85px;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .gingerbread_banner .container .card {
    padding: 30px 42px;
  }
}
@media (max-width: 640px) {
  .gingerbread_banner .container .card {
    padding: 16px 20px;
  }
}
.gingerbread_banner .container .card .card-body {
  padding: 0;
}
.gingerbread_banner .container .card .card-title {
  padding-bottom: 32px;
  border-bottom: 1px solid #ffffff;
}
.gingerbread_banner .container .card .card-text {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 2px;
}
/* Art Experience */
.art_banner {
  background-image: url('/media/governorvirginiagov/executive-mansion/images74/art_experience_header.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 550px;
  display: flex;
}
.art_banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(53, 53, 53, 0.25) 37%, rgba(0, 0, 0, 0.55) 100%);
}
.art_banner .container {
  z-index: 1;
  display: flex;
  align-items: center;
}
.art_banner .container h1 {
  color: #ffffff;
}
@media (max-width: 640px) {
  .holiday_banner .container h1 {
    font-size: 48px;
    margin-left: 24px;
  }
}
  
/* Bandaid Fixes mobile
.partners div {
  padding: 20px;
}
.partners a {
  text-align: center;
  display: block;
  color: #1597e2;
  font-size: 15px;
  font-weight: 700;
}
.about_the_lipsum_mansion .partners div img {
  max-width: 80%;
  display: block;
  object-fit: initial;
  object-position: initial;
  height: unset;
  margin: 0 auto;
}*/
  
.imp-shapes-menu-wrap.imp-shapes-menu-wrap-right.imp-shapes-menu-wrap-with-search-box {
  max-height: 700px;
  overflow: auto;
  height: auto !important;
}
.imp-shape-highlighted {
  opacity: 1 !important;
  background: #1597e2;
}
.imp-shape-highlighted img {
  opacity: 0 !important;
}
.imp-shape-highlighted-menu {
  opacity: 1 !important;
  background: #1597e2;
}
.imp-shape-highlighted-menu img {
  opacity: 0 !important;
}
.imp-shape-highlighted-menu:after, .imp-shape-highlighted:after {
  content: "Click/Tap for more information";
  display: block;
  position: relative;
  left: -70px;
  font-size: 12px;
  background: #808080e3;
  padding: 5px;
  color: #fff;
  z-index: 999;
  width: 150px;
}
.image-map-mobile svg, .image-map-mobile img {
  display: none;
}
.image-map-mobile {
  display: none;
}
.image-map-mobile .modal-header, .image-map-mobile .modal-footer {
  border-bottom: none;
  background: #fff;
}
.image-map-mobile .modal-body {
  background-color: #ffffff;
  border: 2px solid #fff;
  padding: 30px;
}
.image-map-mobile .modal-body p {
  color: #000 !important;
}
.image-map-mobile .modal-body p:first-of-type {
  font-weight: bold !important;
}
.image-map-mobile .accordion-body button {
  display: block;
  margin-bottom: 25px;
  font-weight: 500;
}
.image-map-mobile.accordion-body button, .image-map-mobile button {
  color: #fff !important;
  font-weight: 700;
}
.image-map-mobile #DiningRoom .accordion-body > button, .image-map-mobile #DiningRoom > button, .image-map-mobile #DiningRoom h2 > button, .diningroom {
  background: #477699;
  border-color: #477699;
  color: #fff!important;
}
.image-map-mobile #OldGovernorsOffice .accordion-body > button, .image-map-mobile #OldGovernorsOffice > button, .image-map-mobile #OldGovernorsOffice h2 > button, .oldgovoffice {
  background: #523b0f; 
  border-color: #523b0f;
  color: #fff!important;
}
.image-map-mobile #NorthBallroom .accordion-body > button, .image-map-mobile #NorthBallroom > button, .image-map-mobile #NorthBallroom h2 > button, .northballroom {
  background: #73287C;
  border-color: #73287C;
  color: #fff!important;
}
.image-map-mobile #SouthHallway .accordion-body > button, .image-map-mobile #SouthBallroom > button, .image-map-mobile #SouthBallroom h2 > button, .southballroom {
  background: #1d6105;
  border-color: #1d6105;
  color: #fff!important;
}
.image-map-mobile #LadiesParlor .accordion-body > button, .image-map-mobile #LadiesParlor > button, .image-map-mobile #LadiesParlor h2 > button, .ladiesparlor {
  background: #b46b73;
  border-color: #b46b73;
  color: #000!important;
}
.image-map-mobile #SouthBallroom .accordion-body > button, .image-map-mobile #SouthBallroom > button, .image-map-mobile #SouthBallroom h2 > button, .southballroom {
  background: #008C71;
  border-color: #008C71;
  color: #000!important;
}
.image-map-mobile #FrontHall .accordion-body > button, .image-map-mobile #FrontHall > button, .image-map-mobile #FrontHall h2 > button, .fronthall {
  background: #c88e49;
  border-color: #c88e49;
  color: #000!important;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
#imp-art-list {
  margin-top: 30px;
}
.accordion-item {
  scroll-margin-top: 100px;
}
.imp-tooltip-content a:hover {
    color: #fff;
    text-decoration: underline;
}
  
@media (max-width: 992px) {
  .image-map-mobile svg, .image-map-mobile img {
    display: block;
  }
  #image-map-pro-container {
    display: none;
  }
  .image-map-mobile img {
    object-fit: initial;
    height: auto;
    left: 0px;
    z-index: -1;
    width: 100%;
  }
  .image-map-mobile {
    position: relative;
  }
  .image-map-mobile svg {
    position: absolute;
  }
  svg path:hover, svg rect:hover, svg polygon:hover {
    fill: #208cd4;
    cursor: pointer;
  }
  .image-map-mobile {
    display: block;
  }
  .container.latest_instagram_posts .card_date {
    font-size: 0.85em;
  }
}


