/* ==================== P A L E T T E =======================*/
.bg-primary {
  background-color: #D14114;
  background: linear-gradient(180deg, rgb(249, 77, 23) 0%, rgb(209, 65, 20) 100%);
}

.primary {
  color: #D14114;
}

.bg-secondary {
  background-color: #323232;
}

.secondary {
  color: #323232;
}

.bg-dark {
  background-color: #323232;
}

.bg-seablue {
  background-color: #3c5e79;
}

.bg-deepblue {
  background-color: #16222B;
}

.bg-silver {
  background-color: #e9eaeb;
}

.bg-concrete {
  background-image: url("../../assets/images/concrete_seamless.webp");
  background-repeat: repeat;
}

.white {
  color: white;
}

.bg-white {
  background: white;
}

.grey {
  color: #969696;
}

.grey-gradient {
  background: rgb(235, 235, 235);
  background: linear-gradient(0deg, rgb(235, 235, 235) 11%, rgb(246, 246, 246) 90%);
}

.bg-highlight {
  background: rgba(255, 255, 255, 0.4);
}

/* ==================== F O N T S =======================*/
h1, .h1, h2, .h2, h4, .h4, h5, .h5 {
  font-family: montserrat, sans-serif;
  font-weight: 300;
  line-height: 1;
}

h3, .h3 {
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-weight: 800;
}

.inner-footer h3 {
  color: #D14114;
  font-size: 1.4rem;
}
@media screen and (max-width: 39.9375em) {
  .inner-footer h3 {
    font-size: 1.2rem;
    padding-top: 1.5rem;
  }
}

.inner-footer p, .inner-footer p a {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

p {
  font-family: montserrat, sans-serif;
  font-weight: 300;
  margin-bottom: 2rem;
  font-size: 22px;
}

.lower-footer p {
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.lower-footer p a:hover, .inner-footer p a:hover {
  color: #D14114;
  transition: 0.3s all ease-in-out;
}

.sans-serif {
  font-family: montserrat, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 39.9375em) {
  .xxxl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 40em) {
  .xxxl {
    font-size: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .xxxl {
    font-size: 6rem;
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  .xxxl {
    font-size: 4rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .xxl {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 40em) {
  .xxl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .xxl {
    font-size: 4rem;
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  .xxl {
    font-size: 3rem;
  }
}

.xl {
  font-size: 3rem;
}
@media screen and (max-width: 39.9375em) {
  .xl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 40em) {
  .xl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .xl {
    font-size: 3rem;
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  .xl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .large {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 40em) {
  .large {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 64em) {
  .large {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  .large {
    font-size: 2rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .medium {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 40em) {
  .medium {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 64em) {
  .medium {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  .medium {
    font-size: 1.4rem;
  }
}

.small {
  font-size: 1rem;
}

.shadow {
  text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.3);
}

.heavy {
  font-weight: 700;
}

.center-text {
  text-align: center;
}

/* ========================= G L O B A L    M I X I N S =========================*/
figure.centered {
  width: 20%;
  display: block;
  float: left;
  margin: 10% 15%;
}
@media screen and (max-width: 39.9375em) {
  figure.centered {
    width: 90%;
    margin: 5%;
  }
}

/* ======================================== B U T T O N S =========================================== */
button {
  cursor: pointer;
}

.btn-ghost {
  padding: 1rem 2rem;
  background: transparent;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-weight: 400;
  transition: 0.3s all ease-in-out;
  letter-spacing: 1px;
  margin-top: 1rem;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.--white {
  border: 1px solid white;
  color: white;
}

.--white:hover {
  background: white;
  color: #D14114;
}

.--primary {
  border: 1px solid #D14114;
  color: #D14114;
}

.--primary:hover {
  background: #D14114;
  color: white;
}

.book-now {
  height: 50px;
  width: 200px;
  position: absolute;
  right: 1rem;
  top: 1.25rem;
  color: #D14114;
  border: 1px solid #D14114;
  text-align: center;
  padding: 0.5rem;
  transition: 0.3s all ease-in-out;
}
.book-now:hover {
  background: #D14114;
  color: white;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .book-now {
    width: 120px;
    padding: 0.5rem 0.25rem;
  }
}

body.home .book-now {
  color: #D14114;
  border: 1px solid #D14114;
}
body.home .book-now:hover {
  color: white;
}

/* ======================================== M E D I A =========================================== */
/* ======================================== Q U E R Y =========================================== */
/* Small only */
/* Medium and up */
/* Medium only */
/* Large and up */
/* ==================== N A V I =======================*/
.top-bar {
  background: white;
  height: 90px;
  width: 100%;
  left: 0;
  padding: 10px;
  position: fixed;
  z-index: 999;
  border-bottom: 1px solid #D14114;
  transition: 0.3s all ease-in-out;
}

.top-bar ul {
  background: white;
  border: none;
}

.header-logo-image-scrolled {
  opacity: 0 !important;
}

.menu .active > a {
  background: transparent;
}

.menu a, .menu .active > a {
  color: #D14114;
  font-weight: 600;
}

a:focus, a:hover {
  color: white;
  text-decoration: underline;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #D14114 transparent transparent;
}

.menu a {
  font-family: montserrat, sans-serif;
  font-weight: 300;
  color: #D14114;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  transition: 0.3s all ease-in-out;
}
.menu a:hover {
  color: black;
}

.scrolled {
  background: white;
  border-bottom: 1px solid white;
}
.scrolled .menu a, .scrolled body.home .menu a {
  color: #D14114 !important;
}
.scrolled .header-logo-image-scrolled {
  opacity: 1 !important;
}

.top-bar-left {
  height: 55px;
}

#main-nav {
  float: right;
  height: 55px;
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  #main-nav {
    width: 80%;
  }
}

.header-logo {
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 215px;
  height: 80px;
  position: relative;
  overflow: hidden;
  margin: 2rem 1rem;
}
.header-logo img {
  opacity: 1;
  display: block;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
  transform: translate(-50%, -50%);
  position: absolute;
}
.header-logo img {
  max-width: 200px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header-logo {
    margin-left: 0;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 179px;
    height: 75px;
    position: relative;
    overflow: hidden;
  }
  .header-logo img {
    opacity: 1;
    display: block;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    transition: 0.5s ease;
    backface-visibility: hidden;
    transform: translate(-50%, -50%);
    position: absolute;
  }
}

.dropdown.menu a {
  padding: 1.25rem;
}
@media screen and (min-width: 40em) and (max-width: 49em) {
  .dropdown.menu a {
    padding: 1.25rem 0.5rem;
  }
}

#footer-links {
  display: block;
}
#footer-links a {
  padding-left: 0;
  transition: 0.3s all ease-in-out;
}
#footer-links a:hover {
  text-decoration: underline;
}

.mobile-menu {
  height: 65px;
  background: white;
  position: relative;
  z-index: 99;
  width: 100%;
}

.mobile-menu .header-logo-image {
  height: 50px;
  margin: 0.5rem;
  float: left;
}

.mobile-menu ul {
  float: right;
}
.mobile-menu ul li a {
  font-size: 2.5rem;
  right: 0;
  color: #D14114;
}

.navigation {
  width: 70rem;
  margin-right: 3rem;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .navigation {
    width: 30rem;
    margin-right: 5rem;
  }
}

.booking-cta {
  width: 13rem;
  height: 80px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .booking-cta {
    width: 10rem;
  }
}

.off-canvas.position-right {
  width: 325px;
  background: #D14114;
}
.off-canvas.position-right .menu a, .off-canvas.position-right .menu .active > a {
  font-size: 1.6rem;
  color: white;
}
.off-canvas.position-right .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: #fff transparent transparent;
}
.off-canvas.position-right .accordion-menu .is-accordion-submenu a {
  font-size: 1rem;
}
.off-canvas.position-right .menu.vertical {
  margin-top: 25%;
}

/* ==================== F O O T E R =======================*/
.footer {
  min-height: 450px;
  margin-top: 0;
}
@media screen and (max-width: 39.9375em) {
  .footer {
    min-height: 170vh;
    padding: 1rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 49em) {
  .footer {
    min-height: 115vh;
  }
}

@media screen and (max-width: 39.9375em) {
  .footer-logo {
    margin-top: 2rem;
  }
}

/* ==================== G L O B A L =======================*/
body {
  height: auto !important;
  min-height: 100%;
  margin: 0;
  font-size: 20px;
  font-family: montserrat, sans-serif;
  font-weight: 300;
}

.content {
  padding: 20px;
  min-height: 100%;
  margin: 0 auto -200px;
}

a {
  color: inherit;
  font-weight: 800;
  transition: 0.3s all ease-in-out;
}
a:hover {
  text-decoration: underline;
}

/* ========================== S E C T I O N S   &   B A C K G R O U N D S ===============*/
.hero-hx--vt {
  min-height: 100vh;
}
@media screen and (max-width: 39.9375em) {
  .hero-hx--vt {
    padding-bottom: 20%;
  }
}

.half-video {
  width: 100%;
  left: 0;
  height: 350px;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .half-video {
    margin-top: 0;
  }
}
.half-video .video {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.half-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.half-video .video-element {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.portrait-video {
  width: 475px;
  left: 0;
  height: 600px;
  margin-top: 0px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.portrait-video .video {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.portrait-video video {
  position: absolute;
  width: 500px;
  top: 0;
  left: 0;
}
.portrait-video .video-element {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#big-video {
  position: relative;
  overflow: hidden;
  height: 98vh;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #big-video {
    height: 40vh;
  }
}
@media screen and (min-width: 40em) and (max-width: 49em) and (orientation: landscape) {
  #big-video {
    height: 100vh;
  }
}
#big-video .video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#big-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#big-video .video-element {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.dest-video, .dest-bg {
  height: 320px !important;
}

.header-video {
  height: 85vh !important;
}

.header-image {
  filter: drop-shadow(1rem 1rem 0rem #D14114);
}
@media screen and (max-width: 39.9375em) {
  .header-image {
    margin-left: 0;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: auto;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .header-image img {
    opacity: 1;
    display: block;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    transition: 0.5s ease;
    backface-visibility: hidden;
    transform: translate(-50%, -50%);
    position: absolute;
  }
}
@media screen and (min-width: 40em) {
  .header-image {
    margin-left: 0;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: auto;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .header-image img {
    opacity: 1;
    display: block;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    transition: 0.5s ease;
    backface-visibility: hidden;
    transform: translate(-50%, -50%);
    position: absolute;
  }
}

.hero-hx, .section-hx, .section-hx-sm {
  min-height: 100vh;
  background-attachment: scroll;
  background-position: bottom;
  background-size: cover;
  position: relative;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .hero-hx, .section-hx, .section-hx-sm {
    min-height: 40vh;
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-hx, .section-hx, .section-hx-sm {
    min-height: 90vh;
  }
}
.hero-hx .message, .section-hx .message, .section-hx-sm .message {
  margin-top: 20%;
  margin-left: 0;
}
@media screen and (min-width: 64em) {
  .hero-hx .message, .section-hx .message, .section-hx-sm .message {
    margin-top: 25%;
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-hx .message, .section-hx .message, .section-hx-sm .message {
    margin-top: 12.5%;
    width: 85%;
  }
}
.hero-hx .message h1, .section-hx .message h1, .section-hx-sm .message h1 {
  line-height: 1;
}
@media screen and (max-width: 39.9375em) {
  .hero-hx .message h1, .section-hx .message h1, .section-hx-sm .message h1 {
    font-size: 2rem;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .hero-hx .message h1, .section-hx .message h1, .section-hx-sm .message h1 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-hx .message h1, .section-hx .message h1, .section-hx-sm .message h1 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-hx .message h1, .section-hx .message h1, .section-hx-sm .message h1 {
    font-size: 5rem;
  }
}

.hero-hx {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.hero-hx--img, .section-hx--img {
  min-height: 105vh;
  background-position: bottom;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .section-hx {
    min-height: 50vh;
  }
}

.section-hx-sm {
  min-height: 30vh;
}

.general-hx {
  padding-top: 150px;
  min-height: 40vh;
}
.general-hx p {
  font-size: 1rem;
  color: #828282;
}

.testimonial-message, .slider {
  margin-top: 30%;
}

.testimonial-message {
  background: white;
  border-radius: 15px;
  padding: 2.5rem;
  position: relative;
}
.testimonial-message p {
  color: #323232;
  margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
  .testimonial-message p {
    font-size: 1rem;
  }
}
.testimonial-message p span {
  color: #323232;
  font-size: 1.1rem;
  margin-top: 1rem;
  display: block;
}
.testimonial-message p span a {
  display: block;
  color: #D14114;
}
.testimonial-message p span a:hover {
  text-decoration: underline;
  transition: 0.3s all ease-in-out;
}

.testimonial-drop {
  margin-top: 20%;
}

.testimonial-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
}

@media screen and (max-width: 39.9375em) {
  .padded-xl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 40em) {
  .padded-xl {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .padded {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 40em) {
  .padded {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .padded-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 40em) {
  .padded-sm {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.headline {
  min-height: 50vh;
  padding: 15vh;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .headline {
    padding: 2em;
  }
}
@media screen and (min-width: 40em) and (max-width: 49em) {
  .headline {
    padding: 2em;
  }
}
@media screen and (min-width: 64em) {
  .headline {
    min-height: 80vh;
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  .headline {
    min-height: 120vh;
  }
}

.padded-top {
  padding-top: 30%;
}
@media screen and (max-width: 39.9375em) {
  .padded-top {
    padding-top: 10%;
  }
}

.padded-top-sm {
  padding-top: 2rem;
}

.padded.headline {
  height: 100vh;
}

.snippet {
  padding: 3rem;
}

.social a {
  margin-left: 1rem;
}

.social-icon {
  height: 50px;
}

.footer {
  padding-top: 2rem;
  background-color: #323232;
}

.lower-footer {
  padding-top: 1rem;
  border-top: 1px solid #DCDCDC;
  color: #969696;
  width: 94%;
  left: 4%;
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
}
.lower-footer a {
  color: #969696;
  font-weight: 1.4rem;
}

@media screen and (min-width: 40em) {
  .hwd-link {
    float: right;
  }
}

.hwd-logo {
  height: 25px;
  margin-top: -5px;
  margin-left: 5px;
}

.orbit-container {
  max-height: 90vh;
  height: 90vh;
  /* Retina */
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  .orbit-container {
    max-height: 100vh;
    height: 100vh;
  }
}

.orbit-slide {
  background-size: cover;
  height: 90vh;
}

.orbit-title {
  position: absolute;
  z-index: 9;
  color: white;
  padding: 3rem;
}

.orbit-bullets {
  position: absolute;
  bottom: 0.5rem;
  left: 2%;
}
.orbit-bullets button {
  width: 7rem;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0;
  border-radius: 0;
  margin-left: -5.5px;
}
.orbit-bullets button:hover, .orbit-bullets button.is-active {
  background-color: white;
  height: 5px;
}

.orbit-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  padding: 8rem 4rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}
.orbit-caption h3 {
  font-size: 1.4rem;
}
.orbit-caption h3 span {
  display: block;
  text-transform: none;
  font-weight: 300;
  font-size: 2rem;
}

.orbit-next, .orbit-previous {
  font-size: 2rem;
  transition: 0.3s all ease-in-out;
}
.orbit-next:hover, .orbit-previous:hover {
  color: #D14114;
}

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
  background-color: transparent;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.featured-image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.featured-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
}

.side-image-wrapper {
  margin-top: 150px;
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 350px;
  height: 525px;
  position: relative;
  overflow: hidden;
  border-bottom: 15px solid #D14114;
}
.side-image-wrapper img {
  opacity: 1;
  display: block;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
  transform: translate(-50%, -50%);
  position: absolute;
}

.booking-header {
  position: absolute;
  right: 0;
  top: calc(100% - 5.6rem);
  background: #ffffff;
  border: none;
  width: 40%;
  padding: 2rem;
  z-index: 1;
  transition: 0.3s all ease-in-out;
}
.booking-header:hover {
  background: black;
  color: white;
}

.gallery {
  margin-left: 0;
  list-style: none;
}
.gallery li {
  overflow: hidden;
  position: relative;
  width: 33.3333%;
  height: 205px;
  float: left;
}
.gallery li img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
}

.dark-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
}

.services .card {
  background: transparent;
  color: white;
  border: none;
}
@media screen and (max-width: 39.9375em) {
  .services .card {
    max-width: 92%;
    margin: 4%;
  }
}
@media screen and (min-width: 40em) {
  .services .card {
    max-width: 31.333%;
    margin: 1%;
  }
}
.services .card .service-icon {
  height: 75px;
  width: 75px;
  margin: 20px auto;
  display: block;
}
.services .card .card-divider {
  background: transparent;
}
.services .card .card-divider h3 {
  text-align: center;
  width: 100%;
}
.services .card .card-section {
  text-align: center;
}
.services .card .card-section a {
  display: block;
  text-decoration: underline;
}
.services .card .card-section a:hover {
  colour: white;
  text-decoration: underline;
  transition: 0.3s all ease-in-out;
}

.faq {
  width: 100%;
}
.faq .accordion-title {
  font-family: montserrat, sans-serif;
  font-weight: 300;
  color: #323232;
  font-size: 2rem;
}
@media screen and (max-width: 39.9375em) {
  .faq .accordion-title {
    font-size: 1rem;
  }
}
.faq .accordion-title::before {
  margin-top: -1.5rem;
  font-size: 3rem;
}

.case-study > li {
  border-bottom: 2px solid #DCDCDC;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.case-study > li:last-child {
  border-bottom: none;
}

.case-study-gallery {
  list-style-type: none;
  display: flex;
  float: right;
}
.case-study-gallery li {
  margin: 1rem;
}

/* MEDIA QUERIES *//*# sourceMappingURL=theme-sass.css.map */