::selection {
  color: var(--dkGray) !important;
  background: #d8e0e3 !important;
}

/* Headings */
h1 {
  font: 80px/90px "Oswald";
}
h2 {
  font: 40px/36px "Oswald";
}
h3 {
  font: 36px/32px "Oswald";
  margin-bottom: 1rem;
}
h4 {
  font: 24px/32px "Oswald";
  margin-bottom: 1rem;
  margin-top: 3rem;
}
h5 {
  font: 18px/32px "Roboto";
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}

/* Top Content Section */
.hero-breadcrumbs {
  padding-top: 3rem;
}
@media (max-width: 1199.98px) {
  .hero-breadcrumbs {
    padding-top: 2rem;
  }
}
.page-title h1 {
  margin-left: -0.25rem;
}
.page-description {
  margin-top: 1.5rem;
}

.dropQuote {
  border-left: 20px solid var(--cwYellow);
  font-family: hwt-slab-antique, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  margin-left: -40px; /* -30px; */
  padding: 20px 5px 20px 20px; /* 15px 10px 15px 10px; */
}

.drop-shadow {
  /* Added */
  -webkit-filter: drop-shadow(0px 12px 13px #00000029);
  filter: drop-shadow(0px 12px 13px #00000029);
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
p {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 32px;
}
p:last-child {
  /* Added */
  margin-bottom: 0;
}

a.interlink {
  color: var(--dkGray);
  box-shadow: inset 0 -10px 0 0 rgb(71 121 142 / 25%);
}
a.interlink:hover {
  color: var(--dkGray);
  box-shadow: inset 0 -50px 0 0 rgb(71 121 142 / 25%);
  transition: box-shadow 500ms;
}
a.interlink.white {
  color: var(--white);
  box-shadow: inset 0 -10px 0 0 rgb(255 255 255 / 35%);
}
a.interlink.white:hover {
  color: var(--white);
  box-shadow: inset 0 -50px 0 0 rgb(255 255 255 / 35%);
  transition: box-shadow 500ms;
}

/* Breadcrumbs */
ul.breadcrumbs-container {
  list-style: none;
  padding-left: 0;
}
ul.breadcrumbs-container li {
  display: inline;
}
ul.breadcrumbs-container li .bc-name {
  display: inline-block;
  color: inherit;
}
ul.breadcrumbs-container .bc-section a:hover {
  color: var(--dkGray);
}
.hero-breadcrumbs a {
  font-size: 30px;
  font-family: "RobotoCondensed";
  font-weight: 400;
  margin-bottom: 16px;
}
.hero-breadcrumbs li:first-child,
.hero-breadcrumbs li:last-child {
  display: none;
}
ul.breadcrumbs-container.dkgray .bc-section a,
ul.breadcrumbs-container.dkgray .bc-section span {
  color: var(--dkGray);
}
ul.breadcrumbs-container.white .bc-section a,
ul.breadcrumbs-container.white .bc-section span {
  color: var(--white);
}
.hero-breadcrumbs li:nth-child(n + 3) a:before {
  content: " / ";
}

/* Image Parts */
.image-container {
  position: relative;
  width: 100%;
}
.image-container img {
  width: 100%;
}
.image-container .image-expander {
  z-index: 25;
  height: 60px;
  width: 60px;
  position: relative;
  margin-top: -60px;
  display: block;
  cursor: pointer;
}
.image-container .image-expander img {
  width: 100%;
  margin-top: 0;
}
.image-container .image-footnote {
}
.image-container .image-footnote p {
  color: var(--dkGray);
  font-size: 1em;
  font-family: "RobotoCondensed";
  line-height: 1.5em;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 1rem;
}

/* Image Container */

/* Quote Parts */
.quote-container {
  overflow: visible;
  position: relative;
  width: 100%;
}
.quote-container .quote-mark {
  position: relative;
  margin-bottom: 1.5rem;
  z-index: 10;
}
.quote-container .quote-mark img {
  width: 136px;
}
.quote-container .quote-text {
  font: 60px/80px "Oswald";
  color: var(--dkRed);
}
.quote-container .quote-author {
  font: 400 24px/30px "Amiri";
  color: var(--dkBlue);
  margin-top: 1rem;
}

/* Modal */
.modal-open .modal {
  padding-right: 0 !important;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header {
  border: 0;
  padding: 0;
}
.modal-header img {
  height: 60px;
  width: 60px;
}
.modal-title {
  color: var(--teal);
  font-family: "Oswald";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding-left: 10px;
  text-transform: uppercase;
}
.modal-header .btn-close {
  /* Same as color: var(--teal) (see https://codepen.io/sosuke/pen/Pjoqqp) */
  filter: invert(51%) sepia(24%) saturate(400%) hue-rotate(148deg)
    brightness(91%) contrast(94%);
  font-size: 1.5em;
  margin-top: 0; /* -15px !important; */
  margin-right: -30px !important; /* 5px !important; */
  opacity: 1;
}

.modal-header .btn-close:hover {
  /* Same as color: #c3c3c3 (see https://codepen.io/sosuke/pen/Pjoqqp) */
  filter: invert(80%) sepia(3%) saturate(11%) hue-rotate(27deg) brightness(96%)
    contrast(95%);
}

.modal-body {
  padding: 60px 120px;
}
.modal-body img {
  max-height: 50vh;
  margin: 0 auto;
  display: block;
}
.dynamic-carousel .carousel-inner .carousel-caption {
  display: none;
}
#imageCaption {
  position: initial;
  padding: 20px 0 0;
}
#imageCaption a {
  color: var(--dkGray);
}
.modal .modal-body img {
  margin-bottom: 10px;
  max-height: 50vh;
  margin: 0 auto;
  display: block;
  /* position: relative; */
  z-index: 1;
}
.dynamic-carousel {
  overflow: visible !important;
}
.dynamic-carousel .carousel-item.active.carousel-item-start {
  display: none;
}
.modal-body .carousel-caption p {
  color: var(--dkGray);
  font-family: "RobotoCondensed";
  font-weight: 400;
  line-height: 32px;
  font-size: 18px;
  text-align: center; /* left; */
  margin: 0;
}
.translation {
  display: block;
  /* margin-left: 25px; */
  font-weight: 600;
  padding: 10px 0;
}

/* Carousel */
.full-width-carousel {
  position: relative;
}
.full-width-carousel-container {
  position: relative;
}
.full-width-carousel .carousel-inner {
  height: 40vh;
  overflow: hidden;
}
.full-width-carousel .carousel-item {
  height: 100%;
}
.full-width-carousel .carousel-item .page {
  width: 125%;
  margin-top: -5%;
  margin-left: -10%;
}
.full-width-carousel-footer {
  background-color: #3c4648;
  color: #ffffff;
  margin-top: -140px;
  font-size: 1.5em;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em !important;
}
.full-width-carousel .carousel-caption {
  position: absolute;
  background-color: #3c4648e6;
  color: #ffffff;
  width: 50%;
  left: initial;
  right: 0;
  bottom: 0;
  padding: 0;
}
.carousel-caption .row {
  margin: 15px 0;
  min-height: 120px;
}
.full-width-carousel .text {
  font-family: "RobotoCondensed";
  font-weight: 100;
  line-height: 36px;
  font-size: 24px;
  text-align: left;
}
.full-width-carousel button {
  position: relative;
  width: 60px;
  height: 60px;
}
.full-width-carousel .image-expander img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.full-width-carousel button.carousel-control-prev,
.full-width-carousel button.carousel-control-next {
  min-width: 60px;
  max-width: 60px;
  border: 0px;
  background-color: #ffffff;
  color: #5e7b88;
  opacity: 1;
  margin-right: 5px;
  left: unset;
  right: unset;
  top: unset;
}

.carousel-control-next,
.carousel-control-prev {
  background: var(--white);
  padding: 0;
  margin: 0;
  min-width: 60px;
  /* 30px for half of button height */
  top: calc(50% - 30px);
  bottom: unset;
  width: 60px;
  height: 60px;
  opacity: 1;
  border: none;
  color: var(--teal);
  font-size: 2em;
}
.carousel-control-prev {
  left: -60px;
}
.carousel-control-next {
  right: -60px;
}

.carousel-control-next.disabled,
.carousel-control-prev.disabled,
.carousel-control-next.disabled:focus,
.carousel-control-prev.disabled:focus {
  color: var(--ltGray);
}

.carousel-control-next:focus,
.carousel-control-prev:focus {
  color: var(--teal);
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  color: #c3c3c3;
  text-decoration: none;
  outline: 0;
  opacity: 1; /* .9; */
}
.carousel-indicators {
  position: relative;
  padding-top: 20px;
}
.carousel-indicators [data-bs-target] {
  background: var(--teal);
  height: 3px;
  min-width: 25px;
  padding: 2px 15px;
  border: var(--white) solid;
  border-width: 10px 5px;
}
.carousel-indicators .active {
  background: var(--ltGray);
}
.caption-content {
  color: var(--dkGray);
}

/* Map with Caption Container */
.map-container {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.map-container .map-text {
  position: absolute;
  left: 0;
  background-color: #0000005c;
  color: var(--white);
  width: 680px;
  font-family: "RobotoCondensed";
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-top: 3.5%;
  padding: 40px 40px 40px 7%;
}
.map-container img {
  width: fit-content;
  object-fit: cover;
  max-height: 50vh;
}
.map-container .map-caption {
}
.map-container .map-caption .image-expander {
  z-index: 25;
  height: 60px;
  width: 60px;
  position: relative;
  margin-top: -60px;
  display: block;
  float: right;
  cursor: pointer;
}

/* Pager */
.pager {
  font-family: "RobotoCondensed";
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
}
.prevPage .back-arrow,
.nextPage .forward-arrow  {
  height: 100%;
  display: inline-block;
  border: solid var(--ltGray);
  align-items: center;
  display: inline-flex;
}
.prevPage .back-arrow {
  border-width: 1px 0 1px 1px;
}
.nextPage .forward-arrow {
  border-width: 1px 1px 1px 0;
}
.prevPage .button-text,
.nextPage .button-text {
  padding-top: .5rem;
  transition: all 0.4s ease-in-out;
}
.prevPage .button-text {
  float: right;
}
.nextPage .button-text {
  float: left;
}
.prevPage:hover .button-text {
  padding-left: 0.5rem;
}
.nextPage:hover .button-text {
  padding-right: 0.5rem;
}
.nextPage .button-text span:first-child {
  text-align: right;
}
.prevPage .button-text span:first-child,
.nextPage .button-text span:first-child {
  display: block;
  color: var(--mdGray);
  line-height: 21px;
}
.prevPage .button-text span:last-child,
.nextPage .button-text span:last-child {
  color: var(--teal);
  text-transform: uppercase;
}
.prevPage .back-arrow i,
.nextPage .forward-arrow i {
  font-size: 1.5em;
  color: #819ca5;
  padding: 1rem;
}

/* Super footer */
.super-footer {
  background-color: var(--teal);
  color: var(--white);
  padding: 30px;
  min-height: 100px;
  cursor: pointer;
}
.super-footer:hover {
  background-color: #eff2f3; /* rgba(var(--tealB), 0.1) */
  color: var(--teal);
  transition: background-color 0.4s;
}
.super-footer p {
  color: var(--white);
  font-family: "Roboto";
  font-size: 35px; /* 32px; */
  line-height: normal;
  margin: 0;
}
.super-footer:hover p {
  color: var(--teal); /* #5B7986; */
  transition: background-color 0.4s;
}
.super-footer i {
  display: inline !important;
  transition: all 0.4s ease-in-out;
}
.super-footer:hover i {
  margin-left: 10px;
}
.super-footer .wos-logo {
  position: relative;
}
.super-footer img {
  max-width: 100%;
  /* float: right; */
  width: 215px;
}
.super-footer img.image-main {
  opacity: 1;
}
.super-footer img.image-hover {
  opacity: 0;
  position: relative;
  margin-top: -53px;
}
.super-footer:hover img.image-hover {
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .super-footer p {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .super-footer p {
    font-size: 25px;
  }
}

/* Context Sharer */
#selectionSharerPopover .selectionSharerPopover-arrow,
#selectionSharerPopover::after {
  background: #5b7986;
  border: 2px solid #5b7986;
  box-shadow: unset;
}
#selectionSharerPopover-inner {
  background-image: none;
  background-color: #5b7986;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  width: 201px;
  padding: 5px;
}
#selectionSharerPopover-inner ul li:first-child::before {
  content: "SHARE ";
  color: #fff;
  margin: 5px 5px 5px 10px;
  display: inline-block;
}
.selectionSharer a.tweet {
  display: inline-block;
}

/* Bottom To Top Button */
#btn-back-to-top {
  display: none;
  position: fixed;
  background: var(--white);
  bottom: 20px;
  right: 20px;
  padding: 13px 10px 10px 10px;
  opacity: 0.68;
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
#btn-back-to-top .fake-bar {
  background-color: #5b7986;
  display: block;
  width: 35px;
  height: 5px;
  margin: 0px 0 7px 0;
  border-radius: 5px;
}
#btn-back-to-top i {
  color: #5b7986;
  font-size: 2em;
  margin: auto;
  display: table;
}

/* Hero Section */
.hero-section {
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.hero-footnote {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-footnote .image-footnote {
  color: white;
  margin-top: -2.5rem; /* -40px; */
  /* margin-left: 80px; */
  /* margin-right: 20px; */
}
.top-section-bg {
  z-index: 0;
  position: absolute;
}
.top-section-content {
  z-index: 1;
}

/* Blue Highlight Section Styling */
.blue-highlight-section {
  background-color: #b3cdd8;
}
.blue-highlight-section .header {
  margin-top: -125px;
}
.blue-highlight-section .header .heading {
  border-left: 20px solid var(--cwYellow);
  margin-left: 16px;
  padding: 120px 10px 20px 15px;
  margin-top: -80px;
  z-index: 1;
  position: relative;
}
.blue-highlight-section .header .title {
  font-family: hwt-slab-antique, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px; /* 40px; */
  line-height: 40px; /* 46px; */
  display: block;
}
.blue-highlight-section .header .subtitle {
  font-family: "Oswald";
  font-size: 26px;
  font-weight: 200;
  line-height: 32px;
  color: var(--dkGray);
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  letter-spacing: 1.5px;
}

/* Desktop */
@media (min-width: 1200px) {
}

/* View */
@media (max-width: 1199.98px) {
  h1 {
    /* Added */
    font-size: 75px; /* 76px */
    line-height: 80px;
  }
  .hero-breadcrumbs a {
    font-size: 26px;
    font-family: "RobotoCondensed";
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 28px; /* 24px; */
  }
  .mobileAdj {
    font-size: 50px;
    line-height: 50px; /* 100px; */
    font-family: "AmiriItalic";
    font-weight: 400;
    text-transform: initial; /* capitalize; */
    float: left;
    /* text-shadow: 0px 6px 5px #0000009f; */
    margin-top: 1rem; /* 20px; */
  }
  .quote-container .quote-text {
    /* Added */
    font: 40px/60px "Oswald";
  }
}

/* Tablet View */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .w-md-100 {
    width: 100% !important;
  }
  .hero-section {
    height: 450px;
  }
  .modal-dialog {
    /* Added */
    max-width: 720px;
    margin: 1.75rem auto;
  }
  .modal-body {
    /* Added */
    padding: 60px 120px;
  }
}

/* Phone View */
@media (max-width: 767.98px) {
  h1 {
    line-height: 80px;
    font-size: 75px; /* 76px; */
  }
  .dropQuote {
    border-left: 10px solid var(--cwYellow);
    /* font-size: 20px; */
    margin-left: 0;
    padding: 0 5px 0 10px; /* 0px 0 0px 7px; */
  }
  .mobileAdj {
    line-height: 50px;
    /* margin-top: 20px; */
  }
  .full-width-carousel .carousel-inner {
    height: 40vh;
    overflow: inherit;
  }
  .full-width-carousel .carousel-image {
    overflow: hidden;
    height: 100%;
  }
  .full-width-carousel .carousel-item .page {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .full-width-carousel-container .carousel-item .page img {
    width: 150% !important;
    margin-top: -5%;
    margin-left: -25%;
  }
  .full-width-carousel-container .carousel-item .image-expander {
    bottom: 36px;
    position: absolute;
    right: -15px;
  }
  .full-width-carousel-container .image-footnote {
    white-space: unset;
    position: absolute;
    top: calc(100% - 20px);
    left: 0px;
    z-index: 2;
    width: 100%;
  }
  .carousel-controls-container {
    display: flex;
    position: absolute;
    bottom: 36px;
    width: 100%;
    height: 60px;
  }
  .carousel-controls-container .carousel-control-next,
  .carousel-controls-container .carousel-control-prev {
    position: initial;
    top: inherit;
    margin: 0 5px;
  }
  .carousel-controls-container .carousel-control-next span,
  .carousel-controls-container .carousel-control-prev span {
    color: #5b7986;
  }
  .map-container img {
    width: auto;
    object-fit: cover;
    max-height: 90vh;
  }
  .map-container .map-text {
    width: 100%;
    padding: 40px 20px;
    margin-top: 0;
    bottom: 0;
  }
  .mobileCarousel .carousel-indicators {
    display: none;
  }
  .mobileCarousel .caption-content p {
    text-align: left;
    font-family: RobotoCondensed;
    font-size: 1em;
    line-height: 1.5;
  }
  .mobileCarousel .carousel-controls {
    position: absolute;
    width: 100%;
    height: 60px;
    top: calc(100% - 60px);
  }
  .mobileCarousel .carousel-control-next {
    position: initial;
    margin-left: 3px;
  }
  .mobileCarousel .carousel-control-prev {
    position: initial;
    margin-right: 3px;
  }
  .mobileCarousel .carousel-control-next-icon,
  .mobileCarousel .carousel-control-prev-icon {
    width: initial;
    height: initial;
  }
  .mobileCarousel .dynamic-carousel {
    height: auto !important;
  }
  .super-footer {
    /* Added */
    padding-top: 54px;
  }
  .super-footer img.image-hover {
    /* Added */
    margin-top: -102px;
  }
  .modal-dialog {
    /* Added */
    max-width: unset;
    margin: 0;
  }
  .modal-body {
    /* Added */
    padding: 60px 0;
  }
  .modal-body .carousel-caption p {
    /* Added */
    padding: 0 20px;
  }
  .carousel-control-next {
    /* Added */
    right: 0;
  }
  .carousel-control-prev {
    /* Added */
    left: 0;
  }
}

/* Page Share Button */
.share-button-container {
  position: fixed;
  top: 155px; /* 160px; */
}
.share-button-container {
  padding: 0;
  z-index: 500;
  width: 60px;
  height: 85px;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
}
.share-button-container:hover .dropdown-menu {
  display: block;
  border: 0px;
  border-radius: 0px;
  margin-top: 0;
  min-width: 60px;
}
.share-button {
  color: #ffffff !important;
  background: #5b7986;
  padding: 10px;
  border-radius: 0;
  min-width: 60px;
  height: 85px;
  font-size: 14px;
  border: none;
}
.share-button span {
  font-family: "Oswald";
  font-size: 14px;
  text-transform: uppercase;
}
.share-button i {
  font-size: 2em;
}
.social-share.share-button-container .dropdown-row {
  text-align: center;
}
.share-button-container .dropdown-menu .dropdown-item {
  color: #5b7986;
  padding: 0;
  background-color: transparent;
}
.share-button-container .dropdown-menu a.dropdown-item p {
  color: #5b7986;
  margin: 0;
  font-size: 20px;
  text-align: center;
}
.share-button-container .dropdown-menu a.dropdown-item i {
  padding: 5px 0;
}
.social-share.share-button-container .icon-ext-link {
  display: none;
}
@media (max-width: 1199.98px) {
  #pageShareButton {
    display: none;
    top: 100px;
    position: fixed;
    z-index: 90;
  }
  .social-share-sticky .dropdown-menu-multi {
    transform: translate3d(40px, 0px, 0px);
    margin-left: -2.5rem !important;
    top: 72px !important;
    left: 0 !important;
    padding: 0;
    width: 50px;
  }
  .social-share-sticky .dropdown-row > a.dropdown-item {
    display: block;
    padding: 0.25em;
    width: 50px;
    color: #000;
    font-size: 16px;
    margin: 0;
  }
}

/* Nav Block */
.nav-block {
  display: block;
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.nav-block .bg,
.nav-block .title span,
.nav-block .explore-btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.nav-block .bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-block:hover .bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.nav-block .filter {
  height: 100%;
  width: 100%;
  opacity: 1;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
}

.nav-block span.dkRed {
  background: linear-gradient(to bottom, var(--dkRed) 0%, var(--dkRed) 100%);
}
.nav-block span.tan {
  background: linear-gradient(to bottom, var(--tan) 0%, var(--tan) 100%);
}
.nav-block span.mdBlue {
  background: linear-gradient(to bottom, var(--mdBlue) 0%, var(--mdBlue) 100%);
}
.nav-block span.dkBlue {
  background: linear-gradient(to bottom, var(--dkBlue) 0%, var(--dkBlue) 100%);
}
.nav-block span.white {
  background: linear-gradient(to bottom, var(--white) 0%, var(--white) 100%);
}

.nav-block span.cwLtBlue {
  background: linear-gradient(
    to bottom,
    var(--cwLtBlue) 0%,
    var(--cwLtBlue) 100%
  );
}
.nav-block span.cwDkBlue {
  background: linear-gradient(
    to bottom,
    var(--cwDkBlue) 0%,
    var(--cwDkBlue) 100%
  );
}
.nav-block span.cwYellow {
  background: linear-gradient(to bottom, #a88829 0%, #a88829 100%);
  filter: drop-shadow(0px 3px 6px #00000029);
}
.nav-block span.cwRed {
  background: linear-gradient(to bottom, var(--cwRed) 0%, var(--cwRed) 100%);
}
.nav-block span.mdGray {
  background: linear-gradient(to bottom, var(--mdGray) 0%, var(--mdGray) 100%);
}
.nav-block span.ecru {
  background: linear-gradient(to bottom, #9c933a 0%, #9c933a 100%);
}
.nav-block span.chocolateWeb {
  background: linear-gradient(to bottom, var(--chocolateWeb) 0%, var(--chocolateWeb) 100%);
}
.nav-block span.lightSlateGray {
  background: linear-gradient(to bottom, var(--lightSlateGray) 0%, var(--lightSlateGray) 100%);
}
.nav-block span.oxley {
  background: linear-gradient(to bottom, var(--oxley) 0%, var(--oxley) 100%);
}
.nav-block span.darkLiver {
  background: linear-gradient(to bottom, var(--darkLiver) 0%, var(--darkLiver) 100%);
}

.nav-block .title {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 100px;
  line-height: 110px;
  color: white;
  text-transform: uppercase;
  padding: 0 20.6666666667% 0 8.3333333333%;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
}
.nav-block .title span {
  background-position: 0 85%;
  background-repeat: repeat-x;
  background-size: 0 0;
  background-origin: border-box;
}
.nav-block .title:hover span {
  background-size: 1px 35%;
  background-position: 0 85%;
}
.nav-block .title span.italicize {
  font-family: "AmiriItalic" !important;
  font-size: 80px !important;
  line-height: 60px !important;
  text-transform: capitalize !important;
}
.nav-block .explore-btn {
  display: inline;
  text-transform: uppercase;
  font-family: "RobotoCondensed";
  font-size: 16px;
  margin-left: 1.5rem;
  position: absolute;
  margin-top: 1.5rem;
}
.nav-block .title:hover .explore-btn {
  margin-left: 3rem;
}
.nav-block .explore-btn i {
  font-size: 16px;
  border: white solid;
  border-width: 1px 1px 1px 0;
  padding: 0.75rem 1rem 0.75rem 0.5rem;
}

/* Media Queries */
@media (max-width: 1199.98px) {
  .nav-block {
    height: 500px; /* 320px;  */
  }
  .nav-block .title {
    font-size: 70px;
    line-height: 77px;
    height: 500px; /* 320px; */
  }
  .nav-block .title span.italicize {
    font-size: 60px !important;
    line-height: 50px !important;
  }
  .nav-block .explore-btn {
    margin-top: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .nav-block {
    height: 500px;
  }
  .nav-block .title {
    font-size: 50px;
    line-height: 55px;
    padding: 3rem 1.5rem;
    height: 500px;
  }
  .nav-block .title span.italicize {
    font-size: 40px !important;
    line-height: 30px !important;
  }
  .nav-block .explore-btn {
    display: block;
    position: absolute;
    right: 1.5rem;
    bottom: 3rem;
  }
  .carousel-indicators [data-bs-target] {
    /* Added */
    border-width: 10px 2px;
  }
}

/* from general.css */
footer li a {
  font-family: "Maitree", "Cambria", serif;
  font-size: 0.875em;
  color: #bad1df;
}
#navigation-block ul.breadcrumbs-container {
  height: 60px;
  overflow: visible;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
}
.modal-open {
  /* enable to allow scroll when modal is open */
  padding-right: 0 !important;
}
.scrolloverride {
  overflow: hidden;
}
html,
body,
.container {
  overflow-x: hidden;
  height: auto !important;
}
.imageTooltip:hover {
  cursor: pointer;
}

@media (max-width: 992px) {
  .col-xs-6 {
    /* Navigation row override */
    width: 50%;
  }
}

/* Back to Top */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 10px;
  padding-top: 13px;
  background: #ffffff;
  opacity: 0.68;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  #btn-back-to-top {
    opacity: 0.85;
  }
}
#btn-back-to-top i {
  color: #5b7986;
  font-size: 2em;
  margin: auto;
  display: table;
}
#btn-back-to-top .fake-bar {
  background-color: #5b7986;
  display: block;
  width: 35px;
  height: 5px;
  margin: 0px 0 7px 0;
  border-radius: 5px;
}
#btn-back-to-top i:first-child {
  margin-bottom: -10px;
}
#btn-back-to-top:hover {
  opacity: 1;
}

/* from application-min.css */
ul.breadcrumbs-container .bc-section a {
  color: var(--dkGray);
}