/* Color palette */
html {
  font-size: 22px;
}

html.sr .load-hidden,
[data-animation] {
  visibility: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-family: "GothamBook", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.5;
  margin: 0;
  padding-top: 100px !important;
  background-color: #efefef;
  text-rendering: optimizeLegibility;
}

body.home {
  padding-top: 0 !important;
}

body.stop-scroll {
  overflow: hidden;
}

main {
  overflow-x: hidden;
}

figure,
img {
  max-width: 100% !important;
  height: auto;
}

a:active,
a:hover,
a:focus {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

a,
.btn,
.animate {
  transition: all 0.25s ease;
}

.animate-0 {
  transition: none !important;
}

:focus {
  outline: none !important;
}

::-moz-selection {
  /* WebKit/Blink Browsers */
  color: #fff;
  background: #9d2235;
}

::selection {
  /* WebKit/Blink Browsers */
  color: #fff;
  background: #9d2235;
}

::-moz-selection {
  /* Gecko Browsers */
  color: #fff;
  background: #9d2235;
}

.border-radius {
  border-radius: 2px;
}

.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.box-shadow {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
}

.cursor-pointer {
  cursor: pointer;
}

.rounded-more {
  border-radius: 0.5rem;
}

hr {
  border-color: #efefef;
}

hr.md {
  border-top-width: 4px;
}

hr.thick {
  border-top-width: 6px;
}

/* utilities */
.mt--4 {
  margin-top: -1.5rem;
}

.mt--5 {
  margin-top: -3rem;
}

.modal.fade {
  background-color: rgba(2, 17, 42, 0.8);
}

.modal .close {
  color: #483d8b;
}

.opacity-1 {
  opacity: 1 !important;
}

.opacity-half {
  opacity: 0.5;
}

.line-height-0 {
  line-height: 0;
}

.line-height-1 {
  line-height: 1;
}

.word-break {
  word-break: break-word;
}

.top-50 {
  top: 50%;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.z-index--1 {
  z-index: -1;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.w-20 {
  width: 20% !important;
}

/* background colors */
.bg-black {
  background-color: #000;
}

.bg-pale-smoke {
  background-color: #f7f7f7;
}

.bg-white-smoke {
  background-color: #efefef;
}

.bg-mexican-red,
.bg-hover-mexican-red:hover {
  background-color: #9d2235;
}

.bg-mine-shaft {
  background-color: #333333;
}

.bg-light-grey {
  background-color: #a7a9ac;
}

.bg-simple-grey {
  background-color: #747474;
}

.bg-white-opaque {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-transparent {
  background-color: transparent;
}

/* social background colors */
.bg-facebook {
  background-color: #3b5998;
}

.bg-twitter {
  background-color: #1da1f2;
}

.bg-pinterest {
  background-color: #bd081c;
}

/* borders */
.border-sky {
  border-color: #dee1df;
}

/* text colors */
.text-mine-shaft {
  color: #333333;
}

a.text-mine-shaft:hover {
  color: #9d2235;
}

.text-fine-smoke {
  color: #ebebeb;
}

.text-mexican-red,
.text-hover-mexican-red:hover {
  color: #9d2235;
}

a.text-mexican-red:hover {
  color: #333333;
}

.text-simple-grey {
  color: #747474;
}

.text-light-grey {
  color: #a7a9ac;
}

.text-transparent {
  color: rgba(0, 0, 0, 0.05);
}

.text-black {
  color: #000;
}

.text-linkedin,
.text-hover-linkedin:hover {
  color: #2867b2;
}

.text-twitter,
.text-hover-twitter:hover {
  color: #1da1f2;
}

/* font sizes */
.font-size-smaller {
  font-size: smaller;
}

.font-size-larger {
  font-size: larger;
}

.mild {
  font-weight: 600;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
}

.text-hover-underline:hover {
  text-decoration: underline;
}

/* buttons */
.button {
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem 0.65rem;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.button.button-sm {
  padding: 0.45rem 1.75rem 0.35rem;
  font-size: 0.6rem;
  letter-spacing: 0.05rem;
}

.button:disabled,
.button.disabled {
  border-color: #483d8b !important;
  background-color: #483d8b !important;
  cursor: default;
}

.button-outline {
  border: 1px solid #333333;
  color: #333333;
  background-color: #fff;
}

.button-outline:hover {
  border-color: #9d2235;
  color: #fff;
  background-color: #9d2235;
}

.button-outline.dark:hover {
  border-color: #333333;
  background-color: #333333;
  color: #fff;
}

.button-inverse {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.button-inverse:hover {
  border-color: #fff;
  background-color: #fff;
  color: #333333;
}

.button-red {
  background-color: #9d2235;
  color: #fff;
}

.button-red:hover {
  background-color: #fff;
  color: #000;
}

.button-red.border {
  border-color: #9d2235 !important;
}

.button-red.light:hover {
  background-color: #333333;
  color: #fff;
}

.button-red.border.light:hover {
  border-color: #333333 !important;
}

.button-form {
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  border: 1px solid transparent;
}

.button-form:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button-dark {
  background-color: #747474;
}

/* page width */
.content-wrap {
  max-width: 1800px;
  margin: auto;
}

.inner-content-wrap {
  margin: 0;
  padding: 1rem;
}

/*
    navigation
*/
.nav-start li a,
.nav-start li a:visited {
  color: #333333;
  text-transform: uppercase;
  margin-right: 1rem;
  font-weight: 400;
}

.nav-start li:last-child a {
  border: 1px solid #333333;
  padding: 0.5rem 1.35rem;
}

#header.home .nav-start li a {
  color: #fff;
}

#header.home .nav-start li:last-child a {
  border-color: #fff;
}

/* start nav */
#locations-wrap,
#contact-wrap,
#search-wrap,
#nav-main-wrap,
#nav-mobile-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}

#nav-left {
  width: 70%;
  position: relative;
}

#nav-left:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #747474;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.backdrop {
  background: rgba(51, 51, 51, 0.98);
}

.backdrop.gradient {
  background: rgb(51, 51, 51);
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.9) 0%, rgb(51, 51, 51) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
}

/* nav */
#nav-main li a,
#nav-main li a:visited {
  display: block;
  text-align: right;
  padding: 0.5rem 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
}

#nav-main li a:not(.is-active):hover,
#nav-main > li.menu-item-has-children.hover {
  background-color: rgba(255, 255, 255, 0.075);
}

#nav-main > li.current-menu-item > a,
#nav-main > li.current-menu-parent > a {
  color: #fff;
  background-color: #9d2235;
}

/* subnav */
#nav-main > li.menu-item-has-children {
  position: relative;
}

#nav-main > li.menu-item-has-children > a {
  cursor: default;
}

#nav-main > li > .sub-menu {
  display: none;
  position: absolute;
  margin-left: -10px;
  padding: 5px 0 0 10px;
  top: 20%;
  left: 100%;
  width: 30%;
  z-index: 1;
}

#nav-main > li > .sub-menu li {
  display: block;
  list-style: none;
}

#nav-main > li > .sub-menu li a,
#nav-main > li > .sub-menu li a:visited {
  display: block;
  padding: 0.25rem 1rem;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  opacity: 0.5;
}

#nav-main > li > .sub-menu li a:hover {
  opacity: 1;
  background-color: transparent;
}

#nav-main > li > .sub-menu li.current-menu-item > a {
  opacity: 1;
  text-decoration: underline;
}

/* search trigger */
#header #btn-search {
  color: #333333;
}

#header.home #btn-search,
#header:not(.home) #btn-search.is-active {
  color: #fff;
}

/* nav trigger */
.hamburger {
  height: 50px;
  position: relative;
}

.hamburger-box {
  width: 36px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 36px;
  height: 2px;
  background-color: #333333;
}

#header.home .hamburger-inner,
#header.home .hamburger-inner:after,
#header.home .hamburger-inner:before,
#header:not(.home) .is-active .hamburger-inner,
#header:not(.home) .is-active .hamburger-inner:after,
#header:not(.home) .is-active .hamburger-inner:before,
.nav-head .is-active .hamburger-inner,
.nav-head .is-active .hamburger-inner:after,
.nav-head .is-active .hamburger-inner:before {
  background-color: #fff;
}

.is-active {
  z-index: 101;
}

/*
    HOME
*/
#slides-home .carousel-item {
  width: 100%;
  height: 800px;
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
}

/*
    HEADER
*/
#header {
  width: 100%;
  padding: 0;
  height: 100px;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  z-index: 10000;
}

#header.home {
  position: absolute;
}

#header.home #site-name path#logo {
  fill: #fff;
}

#header.alert-on {
  top: 45px;
}

#head:not(.home) {
  position: relative;
}

/*#header:not(.home):not(.page-template-light):after,*/
#header:not(.home):not(.page-template-light):not(.search):not(.error404):after,
#header.page-template-light.scrolling:after,
#header.search.scrolling:after,
#header.error404.scrolling:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

/* light tempalte page */
#header[data-tpl=light],
#header.search,
#header.error404 {
  background-color: #f7f7f7 !important;
}

/* alert */
#header-alert {
  background-color: #9d2235;
  /* height: 44px; */
  padding: 0.5rem 0;
  color: #fff;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#header-alert:not(.home) {
  position: fixed;
}

#header-alert a,
#header-alert a:visited {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}

#header-alert .close {
  font-size: 1.25rem;
  font-weight: 400;
  text-shadow: none;
}

#page-name {
  height: 3rem;
}

.pagename {
  margin-top: -0.3rem;
}

.pagename .location {
  transform: translateY(50%);
}

/*
#head.scrolling {
    height: 80px;
    padding: 15px 0;
    background-color: $dark-slate-blue);
    box-shadow:0 1px 5px rgba(0,0,0,.25);
    -webkit-box-shadow:0 1px 5px rgba(0,0,0,.25);
    -moz-box-shadow:0 1px 5px rgba(0,0,0,.25);
}
#head.nav-toggle {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
*/
/* pop up nav head */
.nav-head {
  height: 100px;
}

/* Hero */
#hero.home {
  position: relative;
  z-index: 0;
}

#hero-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  /* background-size: contain; */
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 322px;
}

#hero-wrap.home {
  background-position: left top;
}

#hero-wrap.subpage {
  height: 300px;
}

#hero-wrap.post {
  height: 220px;
}

#hero-hgroup.page {
  position: relative;
}

.site-branding h1 {
  line-height: 0;
}

/* Headers */
.h1 {
  font-size: 1.25rem;
  font-family: "GothamBlack", Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.4rem;
  text-transform: uppercase;
}

.h1 .hero-word {
  line-height: 1.45rem;
}

.h2 {
  font-size: 1.4rem;
  line-height: 1.2rem;
  font-family: "GothamBlack", Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.h3 {
  font-size: 1.4rem;
  font-family: "GothamBlack", Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.h4 {
  font-size: 1.1rem;
  font-family: "GothamBlack", Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.1rem;
  text-transform: uppercase;
}

.h5 {
  font-size: 1.2rem;
  font-family: "GothamBlack", Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.2rem;
  text-transform: uppercase;
}

.h6 {
  font-size: 0.6rem;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.h7 {
  font-size: 0.7rem;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.h8 {
  font-size: 0.8rem;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: -0.25px;
}

.h9 {
  font-size: 1rem;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: -0.25px;
}

.h10 {
  font-size: 1rem;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.h11 {
  font-size: 1.25rem;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.8rem;
}

.h12 {
  font-size: 2rem;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.75rem;
}

/*
    home
*/
#home-video iframe {
  display: none;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
#home-video video {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.notch {
  position: absolute;
  width: 80%;
  left: 0;
  bottom: -8rem;
  margin: 0;
  padding: 1rem 1rem 10rem;
  z-index: 10;
}

.notch-up {
  position: relative;
  z-index: 11;
}

.notch-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}

.notch.post {
  position: absolute;
  width: 100%;
  padding: 1rem 1rem 9rem;
}

.notch.post:before {
  content: "";
  position: absolute;
  width: 86%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #333333;
  z-index: -1;
}

/* carousel */
.carousel-featured {
  position: absolute;
  left: -10px;
  top: 55%;
  padding: 0.4rem 0.75rem 0.4rem 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #fff;
  background-color: #333333;
  z-index: 10;
}

.carousel-title {
  position: absolute;
  left: 20px;
  bottom: 0;
  margin-bottom: -7px;
}

.carousel-title.win {
  margin-bottom: -3.5px;
}

.carousel-link {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 12;
  transform: translateY(50%);
}

.carousel-link.locations {
  right: auto;
  z-index: 20;
  transform: none;
  position: relative;
}
@media (min-width: 1200px) {
  .carousel-link.locations {
    text-align: right;
  }
}

.carousel-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  z-index: 13;
}

.carousel-meta:before {
  content: "";
  width: 86%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.carousel-info {
  padding-right: 40%;
}
.carousel-info.locations {
  padding-right: 16%;
}

.carousel-year {
  padding: 0.2rem 1.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  line-height: 1.4rem;
}

.carousel-nav {
  position: absolute;
  bottom: 0;
  height: 100%;
  right: 14%;
}

.carousel-controls.top {
  top: 7px;
  right: 7px;
}

.carousel-controls.bottom {
  right: 0;
  bottom: 0;
}

.carousel-control-prev.arrow,
.carousel-control-next.arrow {
  width: 40px;
  height: 40px;
}

.carousel-control-prev.circle,
.carousel-control-next.circle {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
}

figure.stripes,
figure.square,
figure.cat {
  background-color: #000;
}

figure.stripes img,
figure.square img {
  opacity: 0.5;
}

figure.stripes:before {
  content: "";
  width: 72%;
  height: 101%;
  top: -1px;
  left: 14%;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

figure.stripes:after {
  content: "";
  width: 24%;
  height: 101%;
  top: -1px;
  left: 38%;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

figure.square:before {
  content: "";
  width: 96%;
  height: 94%;
  top: 3%;
  left: 2%;
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

figure.frame {
  background-color: #333333;
}

figure.frame:before {
  content: "";
  width: 96%;
  height: 94%;
  top: 3%;
  left: 2%;
  position: absolute;
  border: 2px solid #fff;
}

figure.frame > img {
  opacity: 0.15;
}

figure.cat:before,
figure.cat:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 96%;
  top: 5px;
  left: 5px;
  z-index: 1001;
  background-color: #fff;
}

figure.cat:before {
  height: 2px;
  width: 96%;
}

figure.cat:after {
  height: 94%;
  width: 2px;
}

figure.cat img {
  opacity: 0.6;
}

figure.cat:hover,
figure.square:hover {
  /* background-color: $mexican-red); */
}

figure.square img,
figure.cat img,
figure.zoom img {
  transition: transform 0.25s ease;
}

figure.square:hover img,
figure.cat:hover img,
figure.zoom:hover img {
  transform: scale(1.08);
}

figure.arrow:after {
  content: "";
  position: absolute;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 19px;
  right: 5%;
  bottom: 8%;
}

[data-icon=trophy] {
  position: relative;
  top: -2px;
  background-image: none;
  width: 36px;
  height: 36px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

/* labels */
.label-project {
  position: absolute;
  left: -20px;
  bottom: 0;
  transform: translateY(50%);
}

/* pagination */
.page-link {
  color: #333333;
  border: none;
  background-color: #efefef;
  margin: 0 0.1rem;
}

.page-link:hover {
  color: #9d2235;
  background-color: #f7f7f7;
}

.page-item.active .page-link {
  font-weight: 600;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  background-color: #9d2235;
  border-color: #9d2235;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

/* prev next links */
.page-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
}

.page-nav .prev,
.page-nav .next {
  width: 110px;
  height: 60px;
  padding: 0.6rem 1rem;
  position: absolute;
  font-weight: 400;
  line-height: 0.8rem;
  background-color: #333333;
  color: #fff;
}

.page-nav .prev:after,
.page-nav .next:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}

.page-nav .prev:after {
  right: -50px;
  border-bottom: 60px solid transparent;
  border-left: 50px solid #333333;
}

.page-nav .next:after {
  left: -50px;
  border-top: 60px solid transparent;
  border-right: 50px solid #333333;
}

.page-nav .prev:hover,
.page-nav .next:hover {
  background-color: #9d2235;
}

.page-nav .prev:hover:after {
  border-left-color: #9d2235;
}

.page-nav .next:hover:after {
  border-right-color: #9d2235;
}

/* works */
.works-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ebebeb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-works li a {
  color: #9d2235;
  display: block;
  padding: 0.25rem 0;
  line-height: 0.8rem;
}

.nav-works li.current_page_item a {
  font-weight: 800;
  font-family: "GothamBold", Helvetica, Arial, sans-serif;
}

/* cat excerpt title */
.entry-header.baseline {
  margin-bottom: -6px;
}

.entry-header.baseline.win {
  margin-bottom: -3px;
}

.read-more {
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 400;
  color: inherit;
}

.entry-recent {
  position: relative;
  padding: 0 20px;
}

.entry-recent:after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.topbar:before {
  content: "";
  width: 90px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9d2235;
}

.leftbar:before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
}

.storybar:before {
  content: "";
  width: 4px;
  height: 40px;
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: #9d2235;
}

.separator:before {
  content: "";
  width: 90%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a7a9ac;
}

/* cards */
.card-over {
  margin-top: -1rem;
  margin-right: 1rem;
}

/* locations */
/* locations */
#locations-list-wrap {
  width: 58%;
}

.list-locations > li.has-children > a {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 800;
  font-family: "GothamBold", Helvetica, Arial, sans-serif;
  background-color: #9d2235;
  text-transform: uppercase;
  padding: 0.25rem;
}

.list-locations > li > ul.children {
  padding: 0.75rem 0;
}

.list-locations > li > ul.children > li > a {
  display: inline-block;
  padding: 0.15rem 0;
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
}

.list-locations > li > ul.children > li > a:hover {
  text-decoration: underline;
}

/*
    forms
*/
label {
  margin: 0;
  display: block;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #747474 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #747474 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #747474 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #747474 !important;
}

.form-control {
  height: calc(2rem + 2px);
  border-radius: 0;
  font-size: 0.8rem;
  border: 3px solid #ebebeb;
}

.form-control:focus {
  border-color: #9d2235;
  box-shadow: 0 0 0 0.2rem rgba(157, 34, 53, 0.25);
}

/* large forms */
.form {
  margin: 0 2rem;
  color: #fff;
}

.form input,
.form textarea,
.form select {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  height: 3rem;
  padding: 0.25rem 0;
  background-color: transparent;
  border-width: 0 0 3px;
  border-style: none none solid;
  border-color: #a7a9ac;
}

.form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form textarea {
  height: auto;
}

#search-wrap .form button[type=submit] {
  position: absolute;
  top: 50%;
  right: 0;
  height: 30px;
  margin-top: -15px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  color: #a7a9ac;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  color: #a7a9ac;
  box-shadow: none;
  background-color: inherit;
}

form.protected-post-form input[type=password]:focus {
  box-shadow: none;
}

/* validation */
span.wpcf7-not-valid-tip {
  margin-top: 10px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: none;
  margin: 1.5rem 0 0;
  padding: 0;
  font-size: larger;
}

span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
  color: #9d2235;
}

div.wpcf7-mail-sent-ok {
  color: #4bb543;
}

/* captcha */
/*
.grecaptcha-badge {
    bottom: 80px !important;
}
body:not(.page-id-18):not(.page-id-20):not(.page-id-515) .grecaptcha-badge {
    display: none;
}
*/
/*
    post
*/
/* post thumb */
.entry-thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}

.entry-content a:not(.button),
.entry-content a:not(.button):visited {
  font-weight: 600;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  color: #9d2235;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 1rem;
}

.entry-content h2 {
  font-size: 1.5rem;
}

.entry-content h3 {
  font-size: 1.35rem;
}

.entry-content h4 {
  font-size: 1.2rem;
}

.entry-content figcaption {
  margin-top: 0.5rem;
  font-size: 0.6rem;
  color: #747474;
}

/* wp blog styles  */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.25rem;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.25rem;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

p:last-child {
  margin: 0;
}

/* comments */
ul.comment-list ul.children {
  margin-top: 2rem;
  list-style: none;
}

ul.comment-list li {
  margin: 1rem 0;
}

.comment-notes {
  display: none;
}

.comment-author a {
  color: #333333;
}

a.author-link em {
  padding-bottom: 2px;
  border-bottom: 1px solid inherit;
}

a.author-link:hover em {
  color: #9d2235;
}

/* job openings */
#BDHRJobListings .categorySection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #efefef;
  margin-bottom: 1rem;
  padding: 1rem;
}
#BDHRJobListings .categorySection .categoryHeadingSection {
  width: 100%;
  font-weight: 800;
  font-family: "GothamBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-size: 1.2rem;
}
#BDHRJobListings .categorySection .jobSection {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #BDHRJobListings .categorySection .jobSection {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 1rem;
  }
}
@media (min-width: 1440px) {
  #BDHRJobListings .categorySection .jobSection {
    width: 47%;
  }
}
#BDHRJobListings .categorySection .jobSection .jobLinkContainer {
  flex-grow: 1;
  width: auto;
}
#BDHRJobListings .categorySection .jobSection .jobLinkContainer a.jobLink {
  width: 100%;
  color: #9d2235;
}
#BDHRJobListings .categorySection .jobSection .jobLinkContainer a.jobLink span.jobLinkText {
  width: 100%;
  color: inherit;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
}
#BDHRJobListings .categorySection .jobSection .jobLinkContainer a.jobLink:hover {
  color: #333333;
}
#BDHRJobListings .categorySection .jobSection .jobLinkContainer a.jobLink:visited {
  color: inherit;
}

/* instagram */
#sb_instagram .sbi_info {
  /* hide captions */
  display: none;
}

img.sbi_lb-image {
  max-width: none !important;
}

/*
    FOOTER
*/
#footer {
  font-size: 0.6rem;
}

#footer-brand {
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 140px;
}

.footer-brand-shield {
  background-size: 312px auto;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left 20px;
}

#footer .site-info .branding svg {
  width: auto;
  height: 24px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#footer .site-info .branding path#logo {
  fill: #fff;
}

#footer .site-info .brand-shield svg {
  width: auto;
  height: 40px;
}

#footer .site-info .brand-shield svg path {
  fill: #fff;
}

/* footer nav */
.footer-list li a,
.footer-list li a:visited {
  color: #fff;
}

#footer .copyright-info a,
#footer .copyright-info a:visited {
  color: #747474;
}

#footer .copyright-info a:hover {
  color: #fff;
}

/* newsletter form */
#mc_embed_signup input.email {
  width: 100% !important;
  height: 40px !important;
  padding: 0 1rem !important;
  border: none !important;
  margin: 0;
  -webkit-border-top-left-radius: 30px !important;
  -webkit-border-bottom-left-radius: 30px !important;
  -moz-border-radius-topleft: 30px !important;
  -moz-border-radius-bottomleft: 30px !important;
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#mc_embed_signup .button {
  background-color: #006994 !important;
  min-width: 60px !important;
  height: 40px !important;
  margin: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  -webkit-border-top-right-radius: 30px !important;
  -webkit-border-bottom-right-radius: 30px !important;
  -moz-border-radius-topright: 30px !important;
  -moz-border-radius-bottomright: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

/* social icons */
.social-icons {
  color: #006994;
}

.social-icons.f:hover,
.author-social.f {
  color: #3b5998;
}

.social-icons.t:hover,
.author-social.t {
  color: #1da1f2;
}

.social-icons.l:hover,
.author-social.l {
  color: #0077b5;
}

.social-icons.i:hover {
  color: #405de6;
}

.social-icons.y:hover {
  color: #ff0000;
}

/* maps */
.acf-map {
  width: 100%;
  height: 322px;
}

/* Fixes potential theme css conflict. */
.acf-map img {
  max-width: inherit !important;
}

/*
------------------------------------------------------
MEDIA QUERIES
------------------------------------------------------
*/
/* Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */
/* x-small devices (575px and under) */
@media (max-width: 575px) {
  body:not(.home) {
    padding-top: 60px !important;
  }
  #header,
  .nav-head {
    height: 60px;
  }
  #header.alert-on {
    top: 68px;
  }
  #hero-wrap.home {
    height: 400px;
  }
  #hero-hgroup.home {
    width: 100%;
  }
  #hero-hgroup.page {
    position: relative;
    bottom: -6px;
  }
  .site-title svg {
    width: auto;
    height: 34px;
  }
  .carousel-link {
    right: 10px;
  }
  /* utilities */
  .border-sm-top {
    border-top: 1px solid #dee2e6 !important;
  }
  /*
        nav
    */
  #nav-mobile li a,
  #nav-mobile li a:visited {
    display: block;
    padding: 0.1rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: "GothamMedium", Arial, Helvetica, sans-serif;
    color: #fff;
  }
  #nav-mobile li a:hover {
    opacity: 1;
    background-color: transparent;
  }
  #nav-mobile li.current-menu-item > a {
    color: #fff;
    opacity: 1;
  }
  #nav-mobile .toggle-active,
  #nav-mobile .toggle-active:hover {
    background: rgba(225, 225, 225, 0.075);
  }
  #nav-mobile li.current-menu-ancestor > a,
  #nav-mobile > li.current-menu-item > a {
    background: #9d2235;
  }
  /* submenu */
  #nav-mobile > li > .sub-menu {
    display: block;
    position: relative;
    margin-bottom: 0.25rem;
    padding: 0;
  }
  #nav-mobile > li > .sub-menu li a,
  #nav-mobile > li > .sub-menu li a:visited {
    display: block;
    padding: 0.07rem 1.5rem;
    font-size: 0.6rem;
    font-weight: 600;
    font-family: "GothamMedium", Arial, Helvetica, sans-serif;
    opacity: 0.5;
    color: #fff;
  }
  #nav-mobile > li > .sub-menu li a:hover,
  #nav-mobile .sub-menu li.current-menu-item > a {
    opacity: 1;
  }
  #locations-list-wrap {
    width: 100%;
  }
  .footer-brand-shield {
    background-position: center 20px;
  }
  .form input,
  .form textarea,
  .form select {
    font-size: 0.8rem;
    height: 2rem;
    padding: 0.25rem 0;
  }
  .form textarea {
    height: auto;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 768px) {
  body:not(.home) {
    padding-top: 60px !important;
  }
  #header,
  .nav-head {
    height: 60px;
  }
  #header.alert-on {
    top: 68px;
  }
  #hero-wrap.home {
    height: 425px;
  }
  #hero-hgroup.page {
    bottom: -6px;
  }
  .site-title svg {
    width: auto;
    height: 34px;
  }
  .carousel-link {
    right: 10px;
  }
  /*
        nav
    */
  #nav-mobile li a,
  #nav-mobile li a:visited {
    display: block;
    padding: 0.1rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: "GothamMedium", Arial, Helvetica, sans-serif;
    color: #fff;
  }
  #nav-mobile li a:hover {
    opacity: 1;
    background-color: transparent;
  }
  #nav-mobile li.current-menu-item > a {
    color: #fff;
    opacity: 1;
  }
  #nav-mobile .toggle-active,
  #nav-mobile .toggle-active:hover {
    background: rgba(225, 225, 225, 0.075);
  }
  #nav-mobile li.current-menu-ancestor > a,
  #nav-mobile > li.current-menu-item > a {
    background: #9d2235;
  }
  /* submenu */
  #nav-mobile > li > .sub-menu {
    display: block;
    position: relative;
    margin-bottom: 0.25rem;
    padding: 0;
  }
  #nav-mobile > li > .sub-menu li a,
  #nav-mobile > li > .sub-menu li a:visited {
    display: block;
    padding: 0.07rem 1.5rem;
    font-size: 0.6rem;
    font-weight: 600;
    font-family: "GothamMedium", Arial, Helvetica, sans-serif;
    opacity: 0.5;
    color: #fff;
  }
  #nav-mobile > li > .sub-menu li a:hover,
  #nav-mobile .sub-menu li.current-menu-item > a {
    opacity: 1;
  }
  #locations-list-wrap {
    width: 100%;
  }
  .footer-brand-shield {
    background-position: center 20px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .inner-content-wrap {
    margin: 0 2rem;
    padding: 1rem;
  }
  .notch {
    padding: 1rem 2rem 10rem;
  }
  #hero-wrap.home {
    height: 425px;
  }
  #hero-wrap.subpage {
    height: 400px;
  }
  #hero-hgroup.page {
    bottom: -6px;
  }
  .site-title svg {
    width: auto;
    height: 34px;
  }
  /*
        headers
    */
  .h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .h1 .hero-word {
    line-height: 2.05rem;
  }
  .h2 {
    font-size: 2.2rem;
    line-height: 1.8rem;
  }
  /* forms */
  .form {
    margin: 0 4rem;
  }
  /* carousel */
  .carousel-title {
    width: 54%;
    margin-bottom: -5px;
  }
  .carousel-title.win {
    margin-bottom: -2.5px;
  }
  /* meet */
  .meet.gradient {
    position: absolute;
    right: -10%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 50%, rgb(51, 51, 51) 90%, rgb(51, 51, 51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
  }
  /* post thumb */
  .entry-thumbnail {
    height: 500px;
  }
  .entry-thumbnail.slide {
    height: 400px;
  }
  /* locations */
  #locations-map-wrap {
    width: 42%;
  }
  #locations-list-wrap {
    width: 58%;
  }
  .footer-brand-shield {
    background-position: center 20px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-content-wrap {
    margin: 0 4rem;
    padding: 1rem;
  }
  .notch {
    padding: 2rem 4rem 10rem;
  }
  .notch-tag {
    bottom: 0.5rem;
  }
  .notch.post {
    padding: 2rem 1rem 10rem;
  }
  #hero-hgroup.home {
    width: 60%;
    margin-left: -1rem;
    margin-right: auto;
  }
  .entry-header.post {
    width: 60%;
  }
  #hero-wrap.home {
    height: 550px;
  }
  #hero-wrap.subpage {
    height: 500px;
  }
  #hero-video-wrap {
    padding: 80px 0 40px;
  }
  /*
        headers
    */
  .h1 {
    font-size: 3rem;
    line-height: 2.75rem;
  }
  .h1 .hero-word {
    line-height: 2.8rem;
  }
  .h2 {
    font-size: 2.2rem;
    line-height: 1.2rem;
  }
  .h3 {
    font-size: 2rem;
    line-height: 1.8rem;
  }
  .h4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  /* forms */
  .form {
    margin: 0 6rem;
  }
  #search-wrap .form input {
    font-size: 2rem;
  }
  /* carousel */
  .carousel-title {
    width: 64%;
  }
  /* meet */
  .meet.gradient {
    position: absolute;
    right: -10%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 50%, rgb(51, 51, 51) 90%, rgb(51, 51, 51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
  }
  /* featured */
  .featured-post .l {
    position: relative;
    width: 54%;
  }
  .featured-post .r {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /* post thumb */
  .entry-thumbnail {
    height: 600px;
  }
  .entry-thumbnail.slide {
    height: 400px;
  }
  /* locations */
  #locations-map-wrap {
    width: 42%;
  }
  #locations-list-wrap {
    width: 58%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1439px) {
  .inner-content-wrap {
    margin: 0 4rem;
    padding: 1rem;
  }
  .notch {
    padding: 3rem 4rem 10rem;
  }
  .notch-tag {
    bottom: 1rem;
  }
  .notch.post {
    padding: 2rem 1rem 10rem;
  }
  #hero-wrap.home {
    height: 670px;
  }
  #hero-wrap.subpage {
    height: 600px;
  }
  #hero-hgroup.home {
    width: 65%;
    margin-left: -1rem;
    margin-right: auto;
  }
  .entry-header.post {
    width: 60%;
  }
  #hero-video-wrap {
    padding: 110px 0 50px;
  }
  .border-md-left {
    border-left: 1px solid #fff;
  }
  .border-md-right {
    border-right: 1px solid #fff;
  }
  /*
        headers
    */
  .h1 {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .h1 .hero-word {
    line-height: 3.55rem;
  }
  .h2 {
    font-size: 2.5rem;
    line-height: 1.4rem;
  }
  .h3 {
    font-size: 2rem;
    line-height: 1.8rem;
  }
  .h4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .h6 {
    font-size: 0.7rem;
  }
  /* forms */
  .form {
    margin: 0 8rem;
  }
  #search-wrap .form input {
    font-size: 2rem;
  }
  /* carousel */
  .carousel-title {
    width: 50%;
  }
  /* meet */
  .meet.gradient {
    position: absolute;
    right: -10%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 50%, rgb(51, 51, 51) 90%, rgb(51, 51, 51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
  }
  /* featured */
  .featured-post .l {
    position: relative;
    width: 54%;
  }
  .featured-post .r {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /* post thumb */
  .entry-thumbnail {
    height: 700px;
  }
  .entry-thumbnail.projects {
    height: 600px;
  }
  .entry-thumbnail.slide {
    height: 450px;
  }
  /* locations */
  #locations-map-wrap {
    width: 50%;
  }
  #locations-list-wrap {
    width: 50%;
  }
}
/* Extra extra large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) and (max-width: 1999px) {
  .inner-content-wrap {
    margin: 0 4rem;
    padding: 1rem;
  }
  .notch {
    padding: 3rem 4rem 10rem;
  }
  .notch-tag {
    bottom: 1rem;
  }
  .notch.post {
    padding: 2rem 1rem 10rem;
  }
  #hero-wrap.home {
    height: 740px;
  }
  #hero-wrap.subpage {
    height: 600px;
  }
  #hero-hgroup.home {
    width: 60%;
    margin-left: -1rem;
    margin-right: auto;
  }
  .entry-header.post {
    width: 60%;
  }
  /*
        headers
    */
  .h1 {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .h1 .hero-word {
    line-height: 3.55rem;
  }
  .h2 {
    font-size: 2.5rem;
    line-height: 1.4rem;
  }
  .h3 {
    font-size: 2rem;
    line-height: 1.8rem;
  }
  .h4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .h6 {
    font-size: 0.7rem;
  }
  /* search */
  .form {
    margin: 0 8rem;
  }
  #search-wrap .form input {
    font-size: 2rem;
  }
  /* carousel */
  .carousel-title {
    width: 40%;
  }
  /* meet */
  .meet.gradient {
    position: absolute;
    right: -10%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 50%, rgb(51, 51, 51) 90%, rgb(51, 51, 51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
  }
  /* featured */
  .featured-post .l {
    position: relative;
    width: 54%;
  }
  .featured-post .r {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /* post thumb */
  .entry-thumbnail {
    height: 800px;
  }
  .entry-thumbnail.projects {
    height: 600px;
  }
  .entry-thumbnail.slide {
    height: 500px;
  }
  /* locations */
  #locations-map-wrap {
    width: 50%;
  }
  #locations-list-wrap {
    width: 50%;
  }
}
/* Extra extra large devices (large desktops, 200px and up) */
@media (min-width: 2000px) {
  .inner-content-wrap {
    margin: 0 4rem;
    padding: 1rem;
  }
  .notch {
    padding: 3rem 4rem 10rem;
  }
  .notch-tag {
    bottom: 1rem;
  }
  .notch.post {
    padding: 2rem 1rem 10rem;
  }
  #hero-wrap.home {
    height: 840px;
  }
  #hero-wrap.subpage {
    height: 600px;
  }
  #hero-hgroup.home {
    width: 60%;
    margin-left: -1rem;
    margin-right: auto;
  }
  .entry-header.post {
    width: 60%;
  }
  /*
        headers
    */
  .h1 {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .h1 .hero-word {
    line-height: 3.55rem;
  }
  .h2 {
    font-size: 2.5rem;
    line-height: 1.4rem;
  }
  .h3 {
    font-size: 2rem;
    line-height: 1.8rem;
  }
  .h4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .h6 {
    font-size: 0.7rem;
  }
  /* search */
  .form {
    margin: 0 8rem;
  }
  #search-wrap .form input {
    font-size: 2rem;
  }
  /* carousel */
  .carousel-title {
    width: 40%;
  }
  /* meet */
  .meet.gradient {
    position: absolute;
    right: -10%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 50%, rgb(51, 51, 51) 90%, rgb(51, 51, 51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
  }
  /* featured */
  .featured-post .l {
    position: relative;
    width: 54%;
  }
  .featured-post .r {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /* post thumb */
  .entry-thumbnail {
    height: 800px;
  }
  .entry-thumbnail.projects {
    height: 600px;
  }
  .entry-thumbnail.slide {
    height: 550px;
  }
  /* locations */
  #locations-map-wrap {
    width: 50%;
  }
  #locations-list-wrap {
    width: 50%;
  }
}
/*
    print version
*/
@media print {
  body {
    width: 100%;
    background: #fff;
    color: #000;
  }
  .no-print {
    display: none;
  }
  .for-print {
    display: block;
  }
}
.contact-from-wrapper {
  width: 100vw;
}

@media all and (-ms-high-contrast: none) {
  .footer-brand-shield {
    background-image: none !important;
  }
  #footer .site-info .branding svg {
    box-shadow: none !important;
  }
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "GothamBlack", Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 0.25em;
}

.page-template-page-flexible-content-page #hero .bg-white {
  padding-bottom: 0 !important;
}

.video-block.video-right {
  flex-direction: row-reverse;
}

.two-column-cta.image-right {
  flex-direction: row-reverse;
}
.two-column-cta .content-column {
  min-height: 100%;
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.two-column-cta .image-wrapper {
  height: 100%;
  display: flex;
}
.two-column-cta .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 100%;
}

.card-grid h2 {
  position: relative;
  text-align: center;
}

.image-link-cards h2 {
  position: relative;
  text-align: center;
}

.rich-text-block .h4 {
  padding-bottom: 16px;
}
.rich-text-block img {
  padding: 24px 0;
}

.image-carousel-block h2 {
  position: relative;
  text-align: center;
}

.cta-card {
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #9d2235;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 992px) {
  .cta-card {
    padding: 80px 6vw;
  }
}
.cta-card p {
  font-size: 1.2rem;
  margin-bottom: 24px;
}
.cta-card a {
  position: relative;
  z-index: 10;
}
.cta-card:before {
  content: "";
  position: absolute;
  z-index: 2;
  border: 1px solid #fff;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  top: 16px;
  left: 16px;
}
@media (max-width: 992px) {
  .cta-card:before {
    left: 8px;
    top: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}

.features-block .cards-title-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .features-block .cards-title-wrapper {
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
.features-block .cards-title-wrapper .button {
  margin-top: 24px;
}
.features-block .card-wrapper {
  padding: 0 16px 32px 0;
}
.features-block .card-wrapper img {
  max-height: 48px;
  margin-bottom: 24px;
}
.features-block .card-wrapper h3 {
  font-size: 1rem;
}

.accordion-block {
  max-width: 1200px;
}
.accordion-block .h4 {
  text-align: center;
}
.accordion-block .accordion-wrapper .accordion-container {
  position: relative;
  margin-bottom: 20px;
}
.accordion-block .accordion-wrapper .accordion-container .accordion-panel {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0px 24px;
}
.accordion-block .accordion-wrapper .accordion-container .accordion-panel:focus-within {
  padding: 0 24px 24px 24px;
  opacity: 1;
  height: auto;
  max-height: none;
  background-color: #ebebeb;
}
.accordion-block .accordion-wrapper .accordion-container .accordion-trigger {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
}
.accordion-block .accordion-wrapper .accordion-container .accordion-btn {
  background-color: #ebebeb;
  padding: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.2s ease;
}
.accordion-block .accordion-wrapper .accordion-container .accordion-btn .accordion-question {
  max-width: 90%;
}
.accordion-block .accordion-wrapper .accordion-container .accordion-btn .accordion-question h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  text-transform: none;
}
.accordion-block .accordion-wrapper .accordion-container .accordion-btn span {
  display: flex;
  height: 24px;
  width: 24px;
  right: 24px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media (max-width: 992px) {
  .accordion-block .accordion-wrapper .accordion-container .accordion-btn span {
    right: 16px;
  }
}
.accordion-block .accordion-wrapper .accordion-container .accordion-btn span::after {
  content: " ";
  display: block;
  border-top: 2px solid #000;
  width: 12px;
  height: 2px;
  transform-origin: center;
  transition: all 0.2s ease;
  position: absolute;
}
.accordion-block .accordion-wrapper .accordion-container .accordion-btn span::before {
  content: " ";
  position: absolute;
  display: block;
  border-top: 2px solid #000;
  width: 12px;
  height: 1px;
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.2s ease;
}

.accordion-block .accordion-container.active .accordion-panel {
  padding: 0 24px 24px 24px;
  opacity: 1;
  height: auto;
  max-height: none;
  background-color: #ebebeb;
}
.accordion-block .accordion-container.active .accordion-btn span::before {
  opacity: 0;
}

.list-items-block .card-wrapper.full-width {
  display: flex;
}
@media (max-width: 992px) {
  .list-items-block .card-wrapper.full-width {
    display: block;
  }
}
.list-items-block .card-wrapper.full-width img {
  max-width: 40% !important;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .list-items-block .card-wrapper.full-width img {
    max-width: 100% !important;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.list-items-block .card-wrapper.full-width .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.list-items-block .card-wrapper.full-width .button {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.list-items-block .card-wrapper.two-column {
  display: block;
  padding-bottom: 24px;
}
.list-items-block .card-wrapper.two-column img {
  margin-bottom: 32px;
  height: 64px;
}

.location-details .details-card {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
}
.location-details .details-card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 260px;
  width: 100%;
}
@media (max-width: 992px) {
  .location-details .details-card img {
    aspect-ratio: 12/7;
    height: auto;
  }
}
.location-details .details-card .card-content {
  padding: 24px 20px;
}
.location-details .details-card .card-content h3 {
  font-size: 1rem;
  line-height: 1.2em;
}
.location-details .details-card .card-content p {
  margin-bottom: 8px;
}
.location-details .details-card .card-content p span {
  font-weight: 600;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
}
.location-details .details-card .card-content p a {
  color: #9d2235;
}

.locations-map #map-wrap {
  height: 100%;
}
.locations-map .bg-white {
  height: 100%;
}
.locations-map .acf-map {
  min-height: 500px;
  height: 100%;
}
@media (max-width: 992px) {
  .locations-map .acf-map {
    height: 350px;
    min-height: 0;
  }
}

.location-map-section .heading-wrapper {
  margin: 0 auto;
  max-width: 900px;
}
.location-map-section .heading-wrapper h3 {
  text-align: center;
}
.location-map-section .heading-wrapper .content {
  text-align: center;
}
.location-map-section .heading-wrapper .content a {
  color: #9d2235;
  font-weight: 600;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
}

.location-team-section .content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.location-team-section .content a {
  color: #9d2235;
  font-weight: 600;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
}

.location-reviews .heading-wrapper {
  text-align: center;
}
.location-reviews .review-card {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
  padding: 32px;
}
.location-reviews .review-card .name {
  font-weight: 600;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
}

.location-page-projects .heading-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.location-page-projects .heading-wrapper h3 {
  text-align: center;
}
.location-page-projects .heading-wrapper .content {
  text-align: center;
}
.location-page-projects .heading-wrapper .content a {
  color: #9d2235;
  font-weight: 600;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
}
.location-page-projects img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
  transition: 0.2s all ease;
}
@media (max-width: 992px) {
  .location-page-projects img {
    aspect-ratio: 11/7;
  }
}
.location-page-projects .h5 {
  font-size: 1rem;
}
.location-page-projects article:hover img {
  transform: translateY(-2px);
}

.location-hero #hero-wrap {
  position: relative;
  height: auto;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .location-hero #hero-wrap {
    padding: 80px 0;
  }
}
.location-hero .filter {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.location-hero .content-wrap {
  z-index: 10;
  position: relative;
}
.location-hero .content-wrap h1 {
  max-width: 720px;
  line-height: 1.1em;
}
.location-hero .content-wrap .content {
  max-width: 720px;
}
.location-hero .content-wrap .content a {
  color: #9d2235;
}

.anniversary-hero #hero-wrap.home {
  height: -moz-fit-content;
  height: fit-content;
  padding: 140px 0 180px 0;
}
@media (max-width: 992px) {
  .anniversary-hero #hero-wrap.home {
    padding: 80px 0 140px 0;
  }
}
.anniversary-hero #hero-wrap.home #home-video {
  padding: 0;
}
.anniversary-hero #hero-wrap.home #home-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
}
.anniversary-hero .anniversary-flex {
  display: flex;
  align-items: center;
}
.anniversary-hero .anniversary-flex .h1 {
  line-height: 1em;
  font-size: 3.5rem;
}
@media (max-width: 1199px) {
  .anniversary-hero .anniversary-flex .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .anniversary-hero .anniversary-flex {
    flex-direction: column;
    justify-content: center;
  }
  .anniversary-hero .anniversary-flex a {
    margin: 0 auto;
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .anniversary-hero .anniversary-flex .h1 {
    text-align: center;
    font-size: 1.25rem;
  }
}
.anniversary-hero .anniversary-flex img {
  max-height: 370px;
  margin-right: 32px;
}
@media (max-width: 1200px) {
  .anniversary-hero .anniversary-flex img {
    max-height: 30vw;
  }
}
.anniversary-hero .anniversary-flex .anniversary-content {
  color: #fff;
}

.service-article,
.service-link,
.service-figure {
  height: 100%;
}

.service-figure {
  display: flex;
  align-items: flex-end;
  padding-top: 100px;
  min-height: 210px;
}

.service-header {
  position: initial !important;
  z-index: 5;
}

.service-thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
