/* Partials
================================================ */
* {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .columned-content .left-column p, .columned-content .left-column .why-choose-dropjaw .left-col p, .contact-page-container h1, h3, .columned-content .left-column p, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "Sora", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #042A2B;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
}

h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
}

h1 span {
  display: inline;
  color: #FCA311;
}

h2, .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .columned-content .left-column p, .columned-content .left-column .why-choose-dropjaw .left-col p, .contact-page-container h1 {
  font-size: 23px;
  line-height: 29px;
  font-weight: bold;
}

h2 span, .why-choose-dropjaw .left-col h3 span, .why-choose-dropjaw .left-col .columned-content .left-column p span, .columned-content .left-column .why-choose-dropjaw .left-col p span, .contact-page-container h1 span {
  color: #FCA311;
}

h3, .columned-content .left-column p {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

h5 {
  font-size: 12px;
  line-height: 17px;
  color: #817F75;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 65px;
  }
  h2, .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .columned-content .left-column p, .columned-content .left-column .why-choose-dropjaw .left-col p, .contact-page-container h1 {
    font-size: 60px;
    line-height: 65px;
    font-weight: bold;
  }
  h2 span, .why-choose-dropjaw .left-col h3 span, .why-choose-dropjaw .left-col .columned-content .left-column p span, .columned-content .left-column .why-choose-dropjaw .left-col p span, .contact-page-container h1 span {
    color: #FCA311;
  }
  h3, .columned-content .left-column p {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 12px;
    line-height: 17px;
    color: #817F75;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 80px;
    line-height: 90px;
  }
  h2, .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .columned-content .left-column p, .columned-content .left-column .why-choose-dropjaw .left-col p, .contact-page-container h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
  }
  h2 span, .why-choose-dropjaw .left-col h3 span, .why-choose-dropjaw .left-col .columned-content .left-column p span, .columned-content .left-column .why-choose-dropjaw .left-col p span, .contact-page-container h1 span {
    color: #FCA311;
  }
  h3, .columned-content .left-column p {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 12px;
    line-height: 17px;
    color: #817F75;
    margin-bottom: 10px;
  }
}

strong {
  font-weight: bold;
}

p {
  margin-bottom: 25px;
}

p:last-of-type {
  margin-bottom: 0;
}

span.blue-text {
  color: #1277C2;
}

span.yellow-text {
  color: #FCA311;
}

span.grey-text {
  color: #817F75;
}

span.margin-left {
  margin-left: .2em;
}

@media only screen and (min-width: 768px) {
  .text-columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

/* Links
================================================ */
a {
  color: inherit;
  text-decoration: none;
}

/* Font Face Imports
================================================ */
/*  @font-face {
		font-family: 'Font Name';
		src: url('assets/fonts/font-name.eot');
		src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
			   url('assets/fonts/font-name.woff') format('woff'),
			   url('assets/fonts/font-name.ttf') format('truetype'),
			   url('assets/fonts/font-name.svg#font-name') format('svg');
		font-weight: normal;
		font-style: normal;
	}
  */
.btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 70px;
  min-height: 18px;
}

.btn:before {
  content: '';
  height: 60px;
  position: absolute;
  left: 0;
  top: -22px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #1277C2;
  background: #1277C2;
  transition: .25s all ease-in-out;
}

.btn:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 15px;
  display: block;
  height: 10px;
  width: 33px;
  background: url("../library/images/white-button-arrow.svg") center/contain no-repeat;
  transition: .25s all ease-in-out;
}

.btn:hover:before {
  border: 1px solid #FCA311;
  background: #FCA311;
}

.btn:hover:after {
  transform: translateX(10px);
}

.btn.yellow:before, .image-content-callout.about-us-variant .btn:before {
  background: #FCA311;
  border: 1px solid #FCA311;
}

.btn.yellow:hover:before, .image-content-callout.about-us-variant .btn:hover:before {
  border-color: #1277C2;
  background: #1277C2;
}

.btn.primary:before, .portfolio-block:nth-of-type(1) .btn:before, .portfolio-block:nth-of-type(4) .btn:before, .portfolio-block:nth-of-type(7) .btn:before, .portfolio-block:nth-of-type(10) .btn:before, .portfolio-block:nth-of-type(3) .btn:before, .portfolio-block:nth-of-type(6) .btn:before, .portfolio-block:nth-of-type(9) .btn:before, .portfolio-block:nth-of-type(12) .btn:before {
  background: #042A2B;
  border: 1px solid #042A2B;
}

.btn.primary:hover:before, .portfolio-block:nth-of-type(1) .btn:hover:before, .portfolio-block:nth-of-type(4) .btn:hover:before, .portfolio-block:nth-of-type(7) .btn:hover:before, .portfolio-block:nth-of-type(10) .btn:hover:before, .portfolio-block:nth-of-type(3) .btn:hover:before, .portfolio-block:nth-of-type(6) .btn:hover:before, .portfolio-block:nth-of-type(9) .btn:hover:before, .portfolio-block:nth-of-type(12) .btn:hover:before {
  border-color: #FCA311;
  background: #FCA311;
}

.btn.white-arrow:after, .portfolio-block .btn:after {
  background: url("../library/images/white-button-arrow.svg") center/contain no-repeat;
}

.btn.white-text {
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .btn {
    padding-left: 140px;
    min-height: 18px;
  }
  .btn:before {
    height: 70px;
    left: 0;
    top: -26px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid #1277C2;
    transition: .25s all ease-in-out;
    background: none;
  }
  .btn:after {
    height: 16px;
    width: 75px;
    left: 35px;
    background: url("../library/images/dark-button-arrow.svg") center/contain no-repeat;
  }
  .btn:hover:before {
    border-color: #1277C2;
    background: #1277C2;
  }
  .btn.yellow:before, .image-content-callout.about-us-variant .btn:before {
    background: none;
    border: 1px solid #FCA311;
  }
  .btn.yellow:hover:before, .image-content-callout.about-us-variant .btn:hover:before {
    border-color: #FCA311;
    background: #FCA311;
  }
  .btn.primary:before, .portfolio-block:nth-of-type(1) .btn:before, .portfolio-block:nth-of-type(4) .btn:before, .portfolio-block:nth-of-type(7) .btn:before, .portfolio-block:nth-of-type(10) .btn:before, .portfolio-block:nth-of-type(3) .btn:before, .portfolio-block:nth-of-type(6) .btn:before, .portfolio-block:nth-of-type(9) .btn:before, .portfolio-block:nth-of-type(12) .btn:before {
    background: none;
    border: 1px solid #042A2B;
  }
  .btn.primary:hover:before, .portfolio-block:nth-of-type(1) .btn:hover:before, .portfolio-block:nth-of-type(4) .btn:hover:before, .portfolio-block:nth-of-type(7) .btn:hover:before, .portfolio-block:nth-of-type(10) .btn:hover:before, .portfolio-block:nth-of-type(3) .btn:hover:before, .portfolio-block:nth-of-type(6) .btn:hover:before, .portfolio-block:nth-of-type(9) .btn:hover:before, .portfolio-block:nth-of-type(12) .btn:hover:before {
    background: #042A2B;
  }
  .btn.white-arrow:after, .portfolio-block .btn:after {
    background: url("../library/images/white-button-arrow.svg") center/contain no-repeat;
  }
  .btn.white-text {
    color: #FFF;
  }
}

.square-btn {
  background-color: #042A2B;
  color: #FFF;
  padding: 15px 90px 15px 20px;
  cursor: pointer;
  transition: .25s all ease-in-out;
  text-align: left;
  background-image: url("../library/images/shorter-yellow-button-arrow.svg");
  background-position: right 20px center;
  background-size: 40px 13px;
  background-repeat: no-repeat;
}

.square-btn:hover {
  background-color: #1277C2;
  background-position: right 10px center;
}

.lozenge-btn {
  display: inline-flex;
  background: #FFF;
  border-radius: 35px;
  font-size: 15px;
  color: #042A2B;
  padding: 25px 30px;
  transition: .25s all ease-in-out;
  cursor: pointer;
}

.lozenge-btn:hover {
  background: #042A2B;
  color: #FFF;
}

html {
  scroll-behavior: smooth;
}

body.noscroll {
  overflow: hidden;
}

.page-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.lower-container {
  position: relative;
  z-index: 5;
  background: #FFF;
}

.wrap {
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.scrolling-indicator {
  position: absolute;
  background: #FFF;
  padding: 10px 20px;
}

.scrolling-indicator:before {
  content: '';
  background: #FFF;
  position: absolute;
  bottom: -40px;
  left: -40px;
  height: 40px;
  width: 40px;
}

.scrolling-indicator:after {
  content: '';
  position: absolute;
  left: -30px;
  bottom: -35px;
  height: 60px;
  width: 22px;
  background: url("../library/images/dark-scroll-indicator.svg") center/contain no-repeat;
  will-change: transform;
  -webkit-animation: 2.5s scroll infinite both ease-in-out;
          animation: 2.5s scroll infinite both ease-in-out;
}

.scrolling-indicator.grey {
  background: #F2F2F2;
}

.scrolling-indicator.grey:before {
  background: #F2F2F2;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes animateBlock {
  to {
    transform: translateY(-100%);
  }
}

@keyframes animateBlock {
  to {
    transform: translateY(-100%);
  }
}

.animateelement.faderight {
  will-change: transform, opacity;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

.animateelement.faderight.animate {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
}

.animateelement.fadeup {
  will-change: opacity;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animateelement.fadeup.animate {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

.animateelement.fadein {
  will-change: opacity;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animateelement.fadein.animate {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeRight {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeRight {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.rellax {
  will-change: transform;
}

.splitline .line-container {
  width: 100%;
  position: relative;
  display: block;
}

.splitline .line-container:nth-of-type(1) .textmask:after {
  transition-delay: 0.4s;
}

.splitline .line-container:nth-of-type(2) .textmask:after {
  transition-delay: 0.8s;
}

.splitline .line-container:nth-of-type(3) .textmask:after {
  transition-delay: 1.2s;
}

.splitline .line-container:nth-of-type(4) .textmask:after {
  transition-delay: 1.6s;
}

.splitline .line-container:nth-of-type(5) .textmask:after {
  transition-delay: 2s;
}

.splitline .line-container:nth-of-type(6) .textmask:after {
  transition-delay: 2.4s;
}

.splitline .line-container:nth-of-type(7) .textmask:after {
  transition-delay: 2.8s;
}

.splitline .line-container:nth-of-type(8) .textmask:after {
  transition-delay: 3.2s;
}

.splitline .line-container .textmask {
  position: relative;
  display: inline-block;
}

.splitline .line-container .textmask:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #042A2B;
  transform-origin: left;
  transition: .4s all ease-in-out;
}

.splitline.animate .line-container .textmask:after {
  transform: scaleX(0);
}

/* Blog image styling
================================================ */
img.alignright, img.alignleft, img.aligncenter, img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
}

img.alignright {
  margin: 1em 0;
}

img.alignleft {
  margin: 1em 0;
}

img.alignnone {
  margin: 1em 0;
}

img.aligncenter {
  display: block;
  margin: 1em;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section {
    padding: 65px 0;
  }
}

/* Third Party Payload
================================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\D7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Layout
================================================ */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 10;
}

header .wrap {
  max-width: 1300px;
  display: flex;
}

header .logo {
  position: relative;
  z-index: 20;
  max-width: 135px;
  display: block;
  margin-right: auto;
}

header .logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  header:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #042A2B;
    content: '';
    transition: .1s all;
    opacity: 0;
    z-index: 19;
  }
  header.open:before {
    opacity: 1;
    transition-delay: .5s;
  }
}

@media only screen and (min-width: 1024px) {
  header {
    padding: 35px 0;
  }
  header .logo {
    max-width: 185px;
  }
}

.menu-toggle {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 20;
  cursor: pointer;
}

.menu-toggle * {
  transition: .25s ease-in-out;
}

.menu-toggle span {
  background: #FFF;
  display: block;
}

.menu-toggle .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
}

.menu-toggle .hamburger span {
  width: 100%;
  height: 2px;
  position: relative;
}

.menu-toggle .hamburger span:first-of-type {
  margin: 0 0 6px;
}

.menu-toggle .hamburger span:last-of-type {
  margin: 6px 0 0;
}

.menu-toggle .hamburger span:nth-child(1) {
  transition-delay: .5s;
}

.menu-toggle .hamburger span:nth-child(2) {
  transition-delay: .625s;
}

.menu-toggle .hamburger span:nth-child(3) {
  transition-delay: .75s;
  width: 60%;
  margin-left: auto;
}

.menu-toggle .cross {
  position: relative;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}

.menu-toggle .cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 13px;
  transition-delay: 0s;
}

.menu-toggle .cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13.5px;
  transition-delay: .25s;
}

.menu-toggle.active .hamburger span {
  width: 0%;
}

.menu-toggle.active .hamburger span:nth-child(1) {
  transition-delay: 0s;
}

.menu-toggle.active .hamburger span:nth-child(2) {
  transition-delay: .125s;
}

.menu-toggle.active .hamburger span:nth-child(3) {
  transition-delay: .25s;
}

.menu-toggle.active .hamburger span:not(:first-of-type) {
  width: 0%;
}

.menu-toggle.active .cross span:nth-child(1) {
  height: 100%;
  transition-delay: .625s;
}

.menu-toggle.active .cross span:nth-child(2) {
  width: 100%;
  transition-delay: .375s;
}

@media only screen and (max-width: 1023px) {
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100vh;
    background: #042A2B;
    color: #FFF;
    z-index: 10;
    transform: translateX(100%);
    transition: .25s all ease-in-out;
    padding: 120px 20px 50px 20px;
    opacity: 0;
    overflow-y: auto;
  }
  header nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 25px;
    margin-bottom: 25px;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  header nav li a {
    transition: .25s all ease-in-out;
  }
  header nav li a:hover {
    color: #FCA311;
  }
  header nav li.current-menu-ancestor > a, header nav li.current_page_parent > a, header nav li.current-page-ancestor > a {
    color: #FCA311;
  }
  header nav li.current-menu-ancestor:after, header nav li.current_page_parent:after, header nav li.current-page-ancestor:after {
    color: #FCA311;
  }
  header nav li.current-menu-item > a {
    color: #FCA311;
  }
  header nav li.menu-item-has-children {
    position: relative;
    cursor: pointer;
  }
  header nav li.menu-item-has-children:after {
    content: '+';
    font-size: 30px;
    line-height: 30px;
    top: -1px;
    right: 70px;
    position: absolute;
    transition: .25s all ease-in-out;
  }
  header nav li.menu-item-has-children:hover > a {
    color: #FCA311;
  }
  header nav li.menu-item-has-children:hover:after {
    color: #FCA311;
  }
  header nav li.menu-item-has-children > a {
    pointer-events: none;
  }
  header nav li.menu-item-has-children.expanded:after {
    content: '-';
  }
  header nav li ul {
    display: none;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header nav li ul li {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  header nav li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  header nav.open {
    opacity: 1;
    transform: translateX(0);
  }
  .single .menu-toggle span, .error404 .menu-toggle span, .page-template-page-privacy-policy .menu-toggle span {
    background: #042A2B;
  }
  .single .menu-toggle.active span, .error404 .menu-toggle.active span, .page-template-page-privacy-policy .menu-toggle.active span {
    background: #FFF;
  }
}

@media only screen and (max-width: 767px) {
  header nav {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  header nav {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #FFF;
  }
  header nav ul {
    display: flex;
  }
  header nav li {
    position: relative;
    margin-right: 55px;
    letter-spacing: 0.05em;
  }
  header nav li:after {
    position: absolute;
    bottom: -3px;
    height: 1px;
    background: #FFF;
    content: '';
    display: block;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transition: .25s all ease-in-out;
  }
  header nav li:last-of-type {
    margin-right: 0;
  }
  header nav li.current_page_item:after, header nav li.current_page_parent:after, header nav li.current-page-ancestor:after {
    transform: scaleX(1);
  }
  header nav li:hover:after {
    transform: scaleX(1);
  }
  .single header nav, .error404 header nav, .page-template-page-privacy-policy header nav {
    color: #042A2B;
  }
  .single header nav li:after, .error404 header nav li:after, .page-template-page-privacy-policy header nav li:after {
    background: #042A2B;
  }
}

footer {
  position: relative;
  background: #042A2B;
  color: #FFF;
  padding: 50px 0 30px 0;
}

footer .wrap {
  position: relative;
}

footer .mom-logo img {
  display: block;
  max-width: 120px;
}

footer .cols {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

footer a:hover {
  text-decoration: underline;
}

footer .form-col {
  width: 100%;
  margin-bottom: 0;
}

footer .form-col h3, footer .form-col .columned-content .left-column p, .columned-content .left-column footer .form-col p {
  margin-bottom: 30px;
}

footer .form-col .wpcf7-submit {
  width: 155px;
  background-color: #FFF;
  color: #042A2B;
  padding: 15px 85px 15px 20px;
  background-image: url("../library/images/yellow-button-arrow.svg");
  background-position: right 20px center;
  background-size: 52px 12px;
  margin-bottom: 0;
}

footer .form-col .wpcf7-submit:hover {
  background-position: right 15px center;
  color: #FFF;
}

footer .contact-col {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  font-size: 12px;
  line-height: 22px;
  flex: 1;
}

footer .contact-col strong {
  font-weight: 500;
}

footer ul {
  width: 100%;
  display: flex;
  font-weight: 500;
  color: #7C8F90;
  text-transform: uppercase;
  justify-content: space-between;
}

footer .col {
  display: flex;
  align-items: center;
  margin: 30px 0 0 0;
}

footer .col .r-charity {
  order: 2;
  margin-top: 40px;
  display: block;
  margin-left: 25px;
  transition: .25s all ease-in-out;
}

footer .col .r-charity:hover {
  opacity: 0.6;
}

footer .col .business-club {
  display: block;
  transition: .25s all ease-in-out;
}

footer .col .business-club:hover {
  opacity: 0.6;
}

footer .col img {
  max-width: 130px;
  height: auto;
  display: block;
}

footer .social {
  display: flex;
  margin-top: 40px;
}

footer .social a {
  display: block;
}

footer .social a:first-of-type {
  margin-right: 15px;
}

footer .social a:first-of-type svg {
  max-width: 30px;
}

footer .social a svg {
  max-width: 25px;
  width: 100%;
  height: auto;
}

footer .social a svg path {
  transition: .25s all ease-in-out;
}

footer .social a:hover svg path {
  fill: #FCA311;
}

footer ul {
  width: 100%;
  margin-bottom: 20px;
}

footer .bottom-row {
  display: flex;
  flex-wrap: wrap;
}

footer .bottom-row .mom-logo {
  order: 3;
}

footer .copyright {
  line-height: 15px;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 65px 0 30px 0;
  }
  footer .cols {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }
  footer .contact-col {
    padding-top: 60px;
  }
  footer .form-col {
    max-width: 355px;
    margin-right: 50px;
  }
  footer .form-col h3, footer .form-col .columned-content .left-column p, .columned-content .left-column footer .form-col p {
    margin-bottom: 30px;
  }
  footer .form-col .wpcf7-form {
    display: block;
  }
  footer .form-col .left-col {
    margin-right: 0;
  }
  footer .form-col .wpcf7-form-control-wrap {
    margin-bottom: 35px;
  }
  footer .form-col .wpcf7-form-control-wrap.your-number {
    margin-bottom: 20px;
  }
  footer .form-col .acceptance {
    margin-bottom: 40px !important;
  }
  footer .bottom-row {
    display: flex;
    align-items: center;
  }
  footer .bottom-row .mom-logo {
    order: 0;
  }
  footer .mom-logo {
    display: block;
    margin-right: auto;
  }
  footer .mom-logo img {
    display: block;
    max-width: 150px;
  }
  footer ul {
    margin-right: 50px;
    flex-direction: column;
    width: auto;
    margin-bottom: 0;
  }
  footer .col {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 50px;
  }
  footer .col .r-charity {
    order: 0;
    margin: auto 0 20px 0;
  }
  footer .bottom-row {
    display: flex;
  }
  footer .copyright {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  footer .cols {
    margin-bottom: 60px;
  }
  footer .form-col {
    margin-right: 135px;
  }
  footer .contact-col {
    padding-top: 60px;
    font-size: 15px;
    line-height: 24px;
  }
  footer ul {
    flex-direction: row;
    margin-top: auto;
    line-height: 15px;
  }
  footer .col {
    margin-left: 100px;
  }
}

/* Components Payload
================================================ */
.form-container {
  position: relative;
  padding-bottom: 100px;
}

.form-container.mail-sent .thank-you {
  transition-delay: .5s;
  opacity: 1;
}

.form-container.mail-sent .wpcf7 {
  opacity: 0;
  pointer-events: none;
  transition: .25s all ease-in-out;
}

.form-container .thank-you {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 5;
  opacity: 0;
  transition: .25s all ease-in-out;
}

.form-container .left-col {
  width: 100%;
}

.form-container .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin-bottom: 30px;
  width: 100%;
}

.form-container label.error {
  position: absolute;
  bottom: -20px;
  left: 0;
  padding: 0;
}

.form-container input:not([type=checkbox]):not([type=submit]) {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #817F75;
  font-family: "Sora", sans-serif;
  font-weight: 300;
  padding-bottom: 10px;
  -webkit-appearance: none;
  outline: 0;
  font-size: 16px;
}

.form-container .acceptance {
  font-size: 15px;
  max-width: 315px;
  cursor: pointer;
}

.form-container .acceptance label {
  cursor: pointer;
  display: flex;
}

.form-container .acceptance input {
  margin-right: 15px;
}

.form-container .wpcf7-list-item {
  margin-left: 0;
  font-size: 12px;
  line-height: 16px;
  color: #817F75;
}

.form-container .wpcf7-list-item-label {
  display: flex;
  align-items: center;
}

.form-container input[type=checkbox] {
  -webkit-appearance: none;
  border-radius: 50%;
  background: #FFF;
  height: 17px;
  width: 17px;
  display: block;
  flex-shrink: 0;
  transition: .25s all ease-in-out;
  border: 3px solid #FFF;
  cursor: pointer;
}

.form-container input[type=checkbox]:checked {
  background: #042A2B;
}

.form-container .wpcf7-submit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 255px;
  border-bottom: 0;
  background-color: #042A2B;
  color: #FFF;
  border: none;
  font-family: "Sora", sans-serif;
  -webkit-appearance: none;
  font-size: 12px;
  font-weight: 300;
  padding: 25px 80px 25px 30px;
  cursor: pointer;
  transition: .25s all ease-in-out;
  text-align: left;
  background-image: url("../library/images/yellow-button-arrow.svg");
  background-position: right 30px center;
  background-size: 60px 13px;
  background-repeat: no-repeat;
}

.form-container .wpcf7-submit:hover {
  background-color: #1277C2;
  background-position: right 20px center;
}

.form-container .ajax-loader, .form-container .wpcf7-response-output {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .form-container {
    padding-bottom: 0;
  }
  .form-container .wpcf7-form {
    display: flex;
    align-items: flex-end;
  }
  .form-container .left-col {
    width: 100%;
    max-width: 360px;
    margin-right: 50px;
  }
  .form-container .wpcf7-form-control-wrap {
    margin-bottom: 50px;
  }
  .form-container .wpcf7-form-control-wrap.your-number {
    margin-bottom: 30px;
  }
  .form-container .wpcf7-form-control-wrap:last-of-type {
    margin-bottom: 0;
  }
  .form-container label.error {
    bottom: -25px;
  }
  .form-container .acceptance {
    margin-bottom: 30px;
  }
  .form-container .wpcf7-submit {
    position: static;
    width: 190px;
    margin-bottom: 55px;
  }
}

@media only screen and (min-width: 1024px) {
  .form-container .left-col {
    margin-right: 135px;
  }
}

.services-grid {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}

.services-grid .wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.services-grid .block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 210px;
  width: 50%;
  order: 2;
  transition: .25s all ease-in-out;
}

.services-grid .block img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.services-grid .block:nth-of-type(1) {
  transform: translateX(-50%);
}

.services-grid .block:nth-of-type(1) .inner-content {
  padding-left: 40px;
  padding-right: 20px;
}

.services-grid .block:nth-of-type(2) {
  z-index: 2;
  transform: translateX(50%);
  order: 1;
}

.services-grid .block:nth-of-type(3) {
  transform: translateX(50%);
}

.services-grid .block:nth-of-type(3) .inner-content {
  padding-left: 20px;
  padding-right: 40px;
}

.services-grid .block:nth-of-type(3) .btn {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}

.services-grid .block:nth-of-type(4) {
  transform: translateX(50%);
  order: 3;
  z-index: 2;
}

.services-grid .block:nth-of-type(5) {
  order: 4;
  transform: translateX(-50%);
}

.services-grid .block:nth-of-type(5) .inner-content {
  padding-left: 40px;
  padding-right: 20px;
}

.services-grid .block:nth-of-type(6) {
  transform: translateX(-50%);
}

.services-grid .block.animate {
  transform: none;
}

@media only screen and (max-width: 1023px) {
  .services-grid .block .btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 0;
    padding: 0;
    width: 90px;
    opacity: 0;
    transition: .25s .5s all ease-in-out;
  }
  .services-grid .block .btn:before {
    background: #1277C2;
    height: 90px;
    width: 90px;
  }
  .services-grid .block .btn:after {
    top: -2px;
    left: 10px;
    background: url("../library/images/white-button-arrow.svg") center/contain no-repeat;
  }
  .services-grid .block:nth-of-type(3) .btn:before {
    background: #FCA311;
    border-color: #FCA311;
  }
  .services-grid .block.animate .btn {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .services-grid .block .btn {
    width: 50px;
  }
  .services-grid .block .btn:before {
    background: #1277C2;
    height: 50px;
    width: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .services-grid .block {
    height: 390px;
  }
}

@media only screen and (min-width: 1024px) {
  .services-grid {
    margin-top: -70px;
  }
  .services-grid .wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1210px;
    padding: 0 20px;
  }
  .services-grid .block {
    justify-content: flex-end;
    align-items: center;
    height: 390px;
    width: 33.3333333%;
    order: 0 !important;
    opacity: 0;
    transition: .5s all ease-in-out;
    transition-delay: .75s;
  }
  .services-grid .block.image-block {
    transform: translateY(-50%);
    opacity: 1;
    transition-delay: 0s;
  }
  .services-grid .block.image-block:nth-of-type(2) {
    transform: translateY(50%);
  }
  .services-grid .block .inner-content {
    padding: 0 0 80px 0 !important;
  }
  .services-grid .block .btn {
    position: relative !important;
    transform: none !important;
  }
  .services-grid .block p {
    margin-bottom: 60px;
  }
  .services-grid.animate .block {
    opacity: 1;
  }
  .services-grid.animate .block.image-block {
    transform: translateY(0%);
  }
}

.image-content-callout {
  overflow: hidden;
  margin-bottom: 70px;
}

.image-content-callout .callout {
  background: #042A2B;
  padding: 35px 35px 120px 30px;
  color: #FFF;
  position: relative;
  z-index: 2;
  max-width: 570px;
  margin-left: auto;
  margin-right: -20px;
}

.image-content-callout .callout h3, .image-content-callout .callout .columned-content .left-column p, .columned-content .left-column .image-content-callout .callout p {
  margin-bottom: 15px;
}

.image-content-callout .callout p {
  margin-bottom: 65px;
}

.image-content-callout .callout p:last-child {
  margin-bottom: 0;
}

.image-content-callout .main-content {
  position: relative;
  display: flex;
  align-items: center;
  padding: 90px 0 0 0;
  margin-top: -120px;
  margin-left: -20px;
  width: calc(100% + 40px);
}

.image-content-callout .main-content img {
  display: none;
}

.image-content-callout .main-content .right-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  background: #F2F2F2;
  padding: 30px 20px 60px 50px;
}

.image-content-callout .main-content .right-col .scrolling-indicator {
  display: none;
}

.image-content-callout .main-content h5 {
  margin-bottom: 20px;
}

.image-content-callout .main-content h3, .image-content-callout .main-content .columned-content .left-column p, .columned-content .left-column .image-content-callout .main-content p {
  margin-bottom: 20px;
}

.image-content-callout .main-content .btn {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .image-content-callout {
    margin-bottom: 120px;
  }
  .image-content-callout .callout {
    padding: 55px 55px 90px 70px;
    max-width: 570px;
    margin-left: auto;
    margin-right: -20px;
    z-index: 5;
    position: relative;
  }
  .image-content-callout .main-content .right-col {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    background: #F2F2F2;
    padding-top: 60px;
  }
  .image-content-callout .main-content h3, .image-content-callout .main-content .columned-content .left-column p, .columned-content .left-column .image-content-callout .main-content p {
    line-height: 35px;
    margin-bottom: 20px;
  }
  .image-content-callout .main-content .btn {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 1024px) {
  .image-content-callout .callout {
    margin-bottom: 80px;
  }
  .image-content-callout .main-content {
    padding: 90px 0;
    margin-top: -190px;
  }
  .image-content-callout .main-content:before {
    position: absolute;
    background: #F2F2F2;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    content: '';
  }
  .image-content-callout .main-content:after {
    position: absolute;
    background: #F2F2F2;
    right: -9999px;
    top: 0;
    width: 9999px;
    height: 100%;
    content: '';
  }
  .image-content-callout .main-content img {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 600px;
    height: auto;
    margin-left: -60px;
    margin-right: 60px;
  }
  .image-content-callout .main-content .right-col {
    background: none;
  }
  .image-content-callout .main-content .btn {
    margin-left: -60px;
  }
}

@media only screen and (min-width: 1280px) {
  .image-content-callout .callout {
    margin-right: -70px;
  }
  .image-content-callout .main-content .right-col {
    max-width: 440px;
    margin-left: auto;
  }
  .image-content-callout .main-content .right-col .scrolling-indicator {
    display: block;
    right: 0;
    bottom: -45px;
  }
}

.green-content-image-callout {
  margin-bottom: 145px;
  position: relative;
}

.green-content-image-callout .wrap {
  position: relative;
}

.green-content-image-callout .content {
  position: relative;
  z-index: 2;
  color: #FFF;
  padding: 90px 20px 180px 20px;
  background: #042A2B;
  margin-left: -20px;
  width: calc(100% + 40px);
}

.green-content-image-callout .content:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 70px;
  height: 60px;
  width: 22px;
  background: url("../library/images/white-scroll-indicator.svg") center/contain no-repeat;
  will-change: transform;
  -webkit-animation: 2.5s scroll infinite both ease-in-out;
          animation: 2.5s scroll infinite both ease-in-out;
}

.green-content-image-callout .content h5 {
  color: #FFF;
  opacity: 0.5;
}

.green-content-image-callout .content h3, .green-content-image-callout .content .columned-content .left-column p, .columned-content .left-column .green-content-image-callout .content p {
  margin-bottom: 30px;
}

.green-content-image-callout .callout {
  position: relative;
  z-index: 2;
  margin-top: -110px;
  background: #F2F2F2;
  padding: 55px 30px 60px 30px;
  width: 100%;
  margin-bottom: -80px;
  max-width: 300px;
  margin-left: auto;
}

.green-content-image-callout .callout .btn {
  margin-top: 60px;
}

.green-content-image-callout img {
  display: none;
}

@media only screen and (min-width: 768px) {
  .green-content-image-callout {
    margin-bottom: 145px;
  }
  .green-content-image-callout .callout {
    margin-top: -120px;
    padding: 55px 60px 55px 60px;
    max-width: 570px;
    margin-right: -0px;
  }
  .green-content-image-callout .callout .btn {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1024px) {
  .green-content-image-callout {
    margin-bottom: 145px;
  }
  .green-content-image-callout .wrap {
    position: relative;
    display: flex;
  }
  .green-content-image-callout .wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #042A2B;
    content: '';
    width: 99999px;
    left: -99999px;
  }
  .green-content-image-callout .wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #042A2B;
    content: '';
    left: 0;
    width: 60%;
  }
  .green-content-image-callout .content {
    max-width: 450px;
    padding: 150px 0 180px 0;
    background: none;
    margin: 0 auto 0 0;
  }
  .green-content-image-callout .content:after {
    left: 0;
  }
  .green-content-image-callout .callout {
    margin-top: auto;
    padding: 55px 40px 60px 40px;
    max-width: 470px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: -80px;
  }
  .green-content-image-callout .callout .btn {
    margin-top: 80px;
  }
  .green-content-image-callout img {
    display: block;
    position: absolute;
    right: 0;
    top: -150px;
    width: 50%;
    height: 780px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 1280px) {
  .green-content-image-callout .callout {
    padding: 55px 60px 80px 70px;
    max-width: 570px;
    margin-right: -60px;
    margin-bottom: -80px;
  }
}

.testimonial-carousel {
  position: relative;
  background: #042A2B;
  color: #FFF;
}

.testimonial-carousel .image-container {
  display: none;
}

.testimonial-carousel .left-col {
  position: relative;
  padding: 80px 20px 100px 20px;
  width: 100%;
}

.testimonial-carousel .slick-custom-nav {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 60px;
  right: 50%;
  transform: translateX(50%);
}

.testimonial-carousel .slick-custom-nav .slick-arrow {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  height: 14px;
  width: 61px;
  font-size: 0;
  background: url("../library/images/carousel-arrow.svg") center/contain no-repeat;
  order: 3;
}

.testimonial-carousel .slick-custom-nav .slick-arrow.slick-prev {
  order: 2;
  transform: scaleX(-1);
}

.testimonial-carousel .slick-custom-nav .slick-dots {
  order: 2;
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-carousel .slick-custom-nav .slick-dots li {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  background: none;
  height: 8px;
  width: 8px;
  border: 1px solid #FFF;
  transition: .25s all ease-in-out;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonial-carousel .slick-custom-nav .slick-dots li:last-of-type {
  margin-right: 0;
}

.testimonial-carousel .slick-custom-nav .slick-dots li.slick-active {
  background: #FFF;
}

.testimonial-carousel .slick-custom-nav .slick-dots li button {
  display: none;
}

.testimonial-carousel .slick-custom-nav .slick-dots li:only-child {
  display: none;
}

.testimonial-carousel .carousel {
  width: 100%;
}

.testimonial-carousel .testimonial {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: .25s;
          animation-delay: .25s;
  padding: 0 10px;
}

.testimonial-carousel .testimonial.slick-current {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
}

.testimonial-carousel .testimonial-content {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
}

.testimonial-carousel .source {
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  color: #92A3A3;
}

@media only screen and (min-width: 1024px) {
  .testimonial-carousel {
    margin-top: -50px;
  }
  .testimonial-carousel .image-container {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40%;
  }
  .testimonial-carousel .image-container:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 390px;
    width: 100%;
    background: linear-gradient(to top, #042a2b 0%, rgba(4, 42, 43, 0) 100%);
    z-index: 2;
  }
  .testimonial-carousel .image-container:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #042A2B;
    content: '';
    transform-origin: right;
    transition: .5s all ease-in-out;
    z-index: 3;
  }
  .testimonial-carousel .image-container.animate:after {
    transform: scaleX(0);
  }
  .testimonial-carousel img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .testimonial-carousel .square-btn {
    position: absolute;
    bottom: 45px;
    left: 45px;
    z-index: 3;
  }
  .testimonial-carousel .left-col {
    display: flex;
    align-items: center;
    min-height: 640px;
    width: 60%;
    margin-right: auto;
  }
  .testimonial-carousel .slick-custom-nav {
    right: 200px;
  }
}

@media only screen and (min-width: 1210px) {
  .testimonial-carousel .left-col {
    padding: 100px 100px 100px calc((100vw - 1210px) / 2);
  }
}

.page-template-page-service .testimonial-carousel {
  background: #1277C2;
  margin-top: 0;
}

.page-template-page-service .testimonial-carousel .yellow-text, .page-template-page-service .testimonial-carousel .blue-text {
  font-weight: bold;
  color: #FFF;
}

.page-template-page-service .testimonial-carousel .image-container:after {
  background: #1277C2;
}

.page-template-page-service .testimonial-carousel .image-container .square-btn {
  background-color: #1277C2;
}

.page-template-page-service .testimonial-carousel .image-container .square-btn:hover {
  background-color: #042A2B;
}

.standalone-form {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 80px 0 60px 0;
}

.standalone-form .wrap {
  position: relative;
}

.standalone-form .inner-form {
  max-width: 1100px;
  padding: 60px 20px;
  margin: 0 auto;
  background: #F2F2F2;
}

.standalone-form h2, .standalone-form .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .standalone-form h3, .standalone-form .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .standalone-form p, .standalone-form .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .standalone-form p, .standalone-form .contact-page-container h1, .contact-page-container .standalone-form h1 {
  margin-bottom: 55px;
  max-width: 250px;
  width: 100%;
}

.standalone-form .wpcf7 {
  max-width: 690px;
}

@media only screen and (min-width: 768px) {
  .standalone-form {
    padding: 140px 0 130px 0;
  }
  .standalone-form .inner-form {
    padding: 100px 60px;
  }
  .standalone-form h5 {
    position: relative;
    display: flex;
    align-items: center;
  }
  .standalone-form h5:before {
    content: '';
    width: 90px;
    height: 1px;
    background: #817F75;
    margin-right: 10px;
  }
  .standalone-form h2, .standalone-form .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .standalone-form h3, .standalone-form .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .standalone-form p, .standalone-form .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .standalone-form p, .standalone-form .contact-page-container h1, .contact-page-container .standalone-form h1 {
    max-width: none;
    margin-bottom: 55px;
  }
  .standalone-form .wpcf7 {
    max-width: 690px;
  }
}

@media only screen and (min-width: 1024px) {
  .standalone-form {
    padding: 140px 80px 130px 80px;
  }
  .standalone-form .inner-form {
    padding: 140px 30px;
  }
}

@media only screen and (min-width: 1280px) {
  .standalone-form {
    padding: 140px 0 130px 0;
  }
  .standalone-form .inner-form {
    padding: 140px 130px;
  }
}

.grey-callout-content {
  padding: 0 20px;
}

.grey-callout-content .wrap {
  position: relative;
  background: #F2F2F2;
  padding: 60px 20px;
  max-width: 1110px;
}

.grey-callout-content h2, .grey-callout-content .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .grey-callout-content h3, .grey-callout-content .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .grey-callout-content p, .grey-callout-content .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .grey-callout-content p, .grey-callout-content .contact-page-container h1, .contact-page-container .grey-callout-content h1 {
  margin-bottom: 40px;
}

.grey-callout-content h2 br, .grey-callout-content .why-choose-dropjaw .left-col h3 br, .why-choose-dropjaw .left-col .grey-callout-content h3 br, .grey-callout-content .why-choose-dropjaw .left-col .columned-content .left-column p br, .why-choose-dropjaw .left-col .columned-content .left-column .grey-callout-content p br, .grey-callout-content .columned-content .left-column .why-choose-dropjaw .left-col p br, .columned-content .left-column .why-choose-dropjaw .left-col .grey-callout-content p br, .grey-callout-content .contact-page-container h1 br, .contact-page-container .grey-callout-content h1 br {
  display: none;
}

.grey-callout-content h3, .grey-callout-content .columned-content .left-column p, .columned-content .left-column .grey-callout-content p {
  max-width: 400px;
}

.grey-callout-content h3 br, .grey-callout-content .columned-content .left-column p br, .columned-content .left-column .grey-callout-content p br {
  display: none;
}

.grey-callout-content img {
  margin-top: 30px;
  display: block;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .grey-callout-content .wrap {
    padding: 130px 60px 130px 60px;
  }
  .grey-callout-content .wrap:after {
    content: '';
    position: absolute;
    right: 40px;
    bottom: 150px;
    height: 60px;
    width: 22px;
    background: url("../library/images/dark-scroll-indicator.svg") center/contain no-repeat;
    will-change: transform;
    -webkit-animation: 2.5s scroll infinite both ease-in-out;
            animation: 2.5s scroll infinite both ease-in-out;
  }
  .grey-callout-content h5 {
    display: flex;
    align-items: center;
    position: relative;
  }
  .grey-callout-content h5:before {
    content: '';
    width: 90px;
    height: 1px;
    background: #817F75;
    margin-right: 20px;
  }
  .grey-callout-content h2, .grey-callout-content .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .grey-callout-content h3, .grey-callout-content .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .grey-callout-content p, .grey-callout-content .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .grey-callout-content p, .grey-callout-content .contact-page-container h1, .contact-page-container .grey-callout-content h1 {
    line-height: 65px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .grey-callout-content .wrap {
    padding: 130px 125px 130px 140px;
  }
  .grey-callout-content .wrap:after {
    right: 125px;
  }
  .grey-callout-content h2, .grey-callout-content .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .grey-callout-content h3, .grey-callout-content .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .grey-callout-content p, .grey-callout-content .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .grey-callout-content p, .grey-callout-content .contact-page-container h1, .contact-page-container .grey-callout-content h1, .grey-callout-content h3, .grey-callout-content .columned-content .left-column p, .columned-content .left-column .grey-callout-content p {
    max-width: none;
  }
  .grey-callout-content h2 br, .grey-callout-content .why-choose-dropjaw .left-col h3 br, .why-choose-dropjaw .left-col .grey-callout-content h3 br, .grey-callout-content .why-choose-dropjaw .left-col .columned-content .left-column p br, .why-choose-dropjaw .left-col .columned-content .left-column .grey-callout-content p br, .grey-callout-content .columned-content .left-column .why-choose-dropjaw .left-col p br, .columned-content .left-column .why-choose-dropjaw .left-col .grey-callout-content p br, .grey-callout-content .contact-page-container h1 br, .contact-page-container .grey-callout-content h1 br, .grey-callout-content h3 br, .grey-callout-content .columned-content .left-column p br, .columned-content .left-column .grey-callout-content p br {
    display: block;
  }
}

/* Pages Payload
================================================ */
.error404__content {
  padding: 100px 0 150px;
  text-align: center;
}

.error404__content h1 {
  font-size: 7em;
  color: #042A2B;
  line-height: 170px;
  margin-bottom: 30px;
}

.single-post-content h1 {
  margin: 100px 0 65px 0;
  max-width: 840px;
}

.single-post-content h1 br {
  display: none;
}

.single-post-content .attachment-larger-image {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(4, 42, 43, 0.1);
}

.single-post-content .lower-content {
  padding-bottom: 80px;
}

.single-post-content .left-col {
  width: 100%;
  margin-bottom: 30px;
}

.single-post-content .btn {
  margin-top: 80px;
}

.single-post-content ul, .single-post-content ol {
  margin: 0px 0px 30px 20px;
}

.single-post-content ul li:not(:last-of-type), .single-post-content ol li:not(:last-of-type) {
  margin-bottom: 5px;
}

.single-post-content ul {
  list-style: disc;
}

.single-post-content ol {
  list-style: decimal;
}

.single-post-content em {
  font-style: italic;
}

@media only screen and (min-width: 768px) {
  .single-post-content h1 {
    margin: 185px 0 65px 0;
    font-size: 60px;
    line-height: 65px;
  }
  .single-post-content .attachment-larger-image {
    height: 605px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .single-post-content .lower-content {
    padding-bottom: 150px;
  }
  .single-post-content .btn {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 1024px) {
  .single-post-content .lower-content {
    display: flex;
  }
  .single-post-content .left-col {
    max-width: 320px;
    margin-bottom: 0;
    margin-right: auto;
  }
  .single-post-content .content {
    max-width: 740px;
    margin-left: 30px;
  }
  .single-post-content .content.no-subtitle {
    margin: 0 auto;
  }
}

.homepage-masthead {
  position: relative;
  height: 515px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #FFF;
  padding-bottom: 135px;
}

.homepage-masthead .wrap {
  position: relative;
  z-index: 3;
}

.homepage-masthead h1 br {
  display: none;
}

.homepage-masthead .image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 515px;
}

.homepage-masthead .image-container:before, .homepage-masthead .image-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 220px;
  width: 100%;
  background: linear-gradient(to bottom, #042a2b 0%, rgba(4, 42, 43, 0) 100%);
  z-index: 2;
}

.homepage-masthead .image-container:after {
  transform: scaleY(-1);
  height: 515px;
  top: auto;
  bottom: 0;
}

.homepage-masthead img {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .homepage-masthead {
    height: 750px;
    justify-content: center;
    padding: 0;
  }
  .homepage-masthead .image-container {
    height: 750px;
  }
  .homepage-masthead .image-container:before, .homepage-masthead .image-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 220px;
    width: 100%;
    background: linear-gradient(to bottom, #042a2b 0%, rgba(4, 42, 43, 0) 100%);
    z-index: 2;
  }
  .homepage-masthead .image-container:after {
    transform: scaleY(-1);
    height: 100%;
    top: auto;
    bottom: 0;
  }
  .homepage-masthead .wrap {
    position: relative;
    z-index: 3;
  }
  .homepage-masthead .wrap:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -100px;
    height: 60px;
    width: 22px;
    background: url("../library/images/white-scroll-indicator.svg") center/contain no-repeat;
    will-change: transform;
    -webkit-animation: 2.5s scroll infinite both ease-in-out;
            animation: 2.5s scroll infinite both ease-in-out;
  }
  .homepage-masthead h1 br {
    display: block;
  }
}

.below-masthead {
  position: relative;
  padding-bottom: 50px;
  background: #F2F2F2;
  margin-bottom: 50px;
}

.below-masthead .wrap {
  display: flex;
  position: relative;
  z-index: 2;
  max-width: 1300px;
}

.below-masthead .image-container {
  display: none;
}

.below-masthead .right-col {
  position: relative;
}

.below-masthead .right-col .scrolling-indicator {
  display: none;
}

.below-masthead .below-masthead-callout {
  background: #042A2B;
  padding: 45px 20px 45px 20px;
  color: #FFF;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  margin-bottom: 55px;
  margin-left: auto;
  max-width: 300px;
}

.below-masthead .below-masthead-callout .accent-shape {
  display: none;
}

.below-masthead .below-masthead-callout h3, .below-masthead .below-masthead-callout .columned-content .left-column p, .columned-content .left-column .below-masthead .below-masthead-callout p {
  margin-bottom: 15px;
}

.below-masthead .below-masthead-callout p {
  margin-bottom: 45px;
}

.below-masthead .below-masthead-callout .btn {
  margin-left: -45px;
}

.below-masthead .content {
  display: flex;
  flex-direction: column;
  position: relative;
}

.below-masthead .content h5 {
  margin-bottom: 10px;
}

.below-masthead .content h3, .below-masthead .content .columned-content .left-column p, .columned-content .left-column .below-masthead .content p {
  margin-bottom: 15px;
}

.below-masthead .content h3 strong, .below-masthead .content .columned-content .left-column p strong, .columned-content .left-column .below-masthead .content p strong {
  color: #1277C2;
}

.below-masthead .content .btn {
  margin: 60px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .below-masthead {
    padding-bottom: 100px;
  }
  .below-masthead .below-masthead-callout {
    padding: 55px 55px 90px 70px;
    margin-right: 0;
    max-width: 570px;
  }
  .below-masthead .below-masthead-callout .accent-shape {
    position: absolute;
    top: -25px;
    right: 95px;
    display: flex;
  }
  .below-masthead .below-masthead-callout .accent-shape .block {
    height: 40px;
    width: 40px;
    background: #FFF;
  }
  .below-masthead .below-masthead-callout .accent-shape .block:nth-of-type(2) {
    -webkit-animation: .3s 2s animateBlock 1 both ease-in-out;
            animation: .3s 2s animateBlock 1 both ease-in-out;
  }
  .below-masthead .below-masthead-callout h3, .below-masthead .below-masthead-callout .columned-content .left-column p, .columned-content .left-column .below-masthead .below-masthead-callout p {
    margin-bottom: 15px;
  }
  .below-masthead .below-masthead-callout p {
    margin-bottom: 65px;
  }
  .below-masthead .below-masthead-callout .btn {
    margin: 0;
  }
  .below-masthead .content .btn {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1024px) {
  .below-masthead {
    padding-top: 90px;
    padding-bottom: 130px;
    background: none;
  }
  .below-masthead:after {
    position: absolute;
    right: 0;
    width: 70%;
    height: 100%;
    background: #F2F2F2;
    content: '';
    top: 0;
  }
  .below-masthead .image-container {
    position: relative;
    display: block;
    max-width: 400px;
    margin-right: 50px;
    overflow: hidden;
  }
  .below-masthead img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .below-masthead .right-col {
    position: relative;
    margin-left: auto;
    max-width: 570px;
  }
  .below-masthead .below-masthead-callout {
    margin-top: -240px;
    position: relative;
    margin-bottom: 60px;
  }
  .below-masthead .content {
    position: relative;
    padding-left: 50px;
  }
  .below-masthead .content .btn {
    margin-top: 80px;
    margin-left: -50px;
  }
}

@media only screen and (min-width: 1280px) {
  .below-masthead .image-container {
    max-width: 585px;
  }
  .below-masthead .right-col .scrolling-indicator {
    display: block;
    position: absolute;
    bottom: 95px;
    right: 0;
    background: #FFF;
    padding: 10px 20px;
  }
  .below-masthead .below-masthead-callout {
    margin-bottom: 170px;
  }
}

.homepage-contact-form {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

.homepage-contact-form .wrap {
  max-width: 1210px;
  position: relative;
}

.homepage-contact-form .scrolling-indicator {
  display: none;
}

.homepage-contact-form .inner-form {
  position: relative;
  padding: 55px 40px 30px 45px;
  background: #F2F2F2;
}

.homepage-contact-form h2, .homepage-contact-form .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .homepage-contact-form h3, .homepage-contact-form .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .homepage-contact-form p, .homepage-contact-form .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .homepage-contact-form p, .homepage-contact-form .contact-page-container h1, .contact-page-container .homepage-contact-form h1 {
  margin-bottom: 25px;
}

.homepage-contact-form h2 strong, .homepage-contact-form .why-choose-dropjaw .left-col h3 strong, .why-choose-dropjaw .left-col .homepage-contact-form h3 strong, .homepage-contact-form .why-choose-dropjaw .left-col .columned-content .left-column p strong, .why-choose-dropjaw .left-col .columned-content .left-column .homepage-contact-form p strong, .homepage-contact-form .columned-content .left-column .why-choose-dropjaw .left-col p strong, .columned-content .left-column .why-choose-dropjaw .left-col .homepage-contact-form p strong, .homepage-contact-form .contact-page-container h1 strong, .contact-page-container .homepage-contact-form h1 strong {
  color: #817F75;
}

@media only screen and (min-width: 768px) {
  .homepage-contact-form .inner-form {
    padding-bottom: 95px;
    position: relative;
    padding-top: 105px;
    background: #F2F2F2;
    max-width: 900px;
    margin-top: -90px;
  }
  .homepage-contact-form h5 {
    position: relative;
    display: flex;
    align-items: center;
  }
  .homepage-contact-form h5:before {
    content: '';
    width: 90px;
    height: 1px;
    background: #817F75;
    margin-right: 10px;
  }
  .homepage-contact-form .wpcf7 {
    max-width: 690px;
  }
}

@media only screen and (min-width: 1280px) {
  .homepage-contact-form .scrolling-indicator {
    display: block;
    right: 20px;
    bottom: 180px;
  }
  .homepage-contact-form .inner-form {
    padding: 0;
    padding-bottom: 95px;
    padding-top: 225px;
    background: #F2F2F2;
    max-width: 900px;
    margin-top: -90px;
  }
  .homepage-contact-form .inner-form:before {
    position: absolute;
    left: -9999px;
    top: 0;
    height: 100%;
    width: 9999px;
    content: '';
    background: #F2F2F2;
  }
  .homepage-contact-form h5 {
    position: relative;
    display: flex;
    align-items: center;
  }
  .homepage-contact-form h5:before {
    content: '';
    width: 90px;
    height: 1px;
    background: #817F75;
    margin-right: 10px;
  }
  .homepage-contact-form h2, .homepage-contact-form .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .homepage-contact-form h3, .homepage-contact-form .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .homepage-contact-form p, .homepage-contact-form .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .homepage-contact-form p, .homepage-contact-form .contact-page-container h1, .contact-page-container .homepage-contact-form h1 {
    margin-bottom: 55px;
  }
  .homepage-contact-form h2 strong, .homepage-contact-form .why-choose-dropjaw .left-col h3 strong, .why-choose-dropjaw .left-col .homepage-contact-form h3 strong, .homepage-contact-form .why-choose-dropjaw .left-col .columned-content .left-column p strong, .why-choose-dropjaw .left-col .columned-content .left-column .homepage-contact-form p strong, .homepage-contact-form .columned-content .left-column .why-choose-dropjaw .left-col p strong, .columned-content .left-column .why-choose-dropjaw .left-col .homepage-contact-form p strong, .homepage-contact-form .contact-page-container h1 strong, .contact-page-container .homepage-contact-form h1 strong {
    color: #817F75;
  }
  .homepage-contact-form .wpcf7 {
    max-width: 690px;
  }
}

.case-studies-carousel {
  padding: 50px 50px 70px 50px;
  position: relative;
  overflow: hidden;
}

.case-studies-carousel .wrap {
  position: relative;
  z-index: 2;
  padding: 0;
}

.case-studies-carousel .intro {
  margin-bottom: 60px;
}

.case-studies-carousel .intro h3, .case-studies-carousel .intro .columned-content .left-column p, .columned-content .left-column .case-studies-carousel .intro p {
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 45px;
}

.case-studies-carousel .intro .btn {
  display: inline-flex;
}

.case-studies-carousel .slick-list {
  overflow: visible;
}

.case-studies-carousel .slick-slide,
.case-studies-carousel .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.9);
  transition: .25s transform ease-in-out;
}

.case-studies-carousel .slick-slide .content,
.case-studies-carousel .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] .content {
  opacity: 0;
  transition: .25s transform ease-in-out;
}

.case-studies-carousel .slick-slide a,
.case-studies-carousel .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] a {
  pointer-events: none;
}

.case-studies-carousel .slick-center,
.case-studies-carousel .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1);
}

.case-studies-carousel .slick-center a,
.case-studies-carousel .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] a {
  pointer-events: auto;
}

.case-studies-carousel .slick-center .content,
.case-studies-carousel .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .content {
  opacity: 1;
}

.case-studies-carousel .slick-center:hover:before,
.case-studies-carousel .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"]:hover:before {
  opacity: 1;
}

.case-studies-carousel .case-study {
  position: relative;
  height: 265px;
  overflow: hidden;
}

.case-studies-carousel .case-study:after, .case-studies-carousel .case-study:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #042a2b 0%, rgba(4, 42, 43, 0) 100%);
  z-index: 2;
  transition: .25s all ease-in-out;
  pointer-events: none;
}

.case-studies-carousel .case-study:before {
  opacity: 0;
  height: 150%;
}

.case-studies-carousel .case-study a {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.case-studies-carousel .case-study img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.case-studies-carousel .case-study .content {
  color: #FFF;
  margin: 40px 30px;
  position: relative;
  z-index: 3;
}

.case-studies-carousel .case-study .content:before {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 25px;
  height: 1px;
  background: #FFF;
  content: '';
}

.case-studies-carousel .case-study .content h3, .case-studies-carousel .case-study .content .columned-content .left-column p, .columned-content .left-column .case-studies-carousel .case-study .content p {
  font-size: 23px;
}

.case-studies-carousel .case-study .content p {
  font-size: 12px;
  line-height: 14px;
}

@media only screen and (min-width: 768px) {
  .case-studies-carousel {
    padding: 95px 0 145px 0;
  }
  .case-studies-carousel:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 400px;
    background: #F2F2F2;
    content: '';
  }
  .case-studies-carousel .wrap {
    padding: 0 20px;
  }
  .case-studies-carousel .intro {
    margin-bottom: 50px;
  }
  .case-studies-carousel .intro h3, .case-studies-carousel .intro .columned-content .left-column p, .columned-content .left-column .case-studies-carousel .intro p {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 75px;
  }
  .case-studies-carousel .slick-custom-nav {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5px;
    right: 20px;
  }
  .case-studies-carousel .slick-custom-nav .slick-arrow {
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    height: 14px;
    width: 61px;
    font-size: 0;
    background: url("../library/images/dark-carousel-arrow.svg") center/contain no-repeat;
    order: 3;
  }
  .case-studies-carousel .slick-custom-nav .slick-arrow.slick-prev {
    order: 2;
    transform: scaleX(-1);
  }
  .case-studies-carousel .slick-custom-nav .slick-dots {
    order: 2;
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
  }
  .case-studies-carousel .slick-custom-nav .slick-dots li {
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    background: none;
    height: 8px;
    width: 8px;
    border: 1px solid #042A2B;
    transition: .25s all ease-in-out;
    border-radius: 50%;
    margin-right: 10px;
  }
  .case-studies-carousel .slick-custom-nav .slick-dots li:last-of-type {
    margin-right: 0;
  }
  .case-studies-carousel .slick-custom-nav .slick-dots li.slick-active {
    background: #042A2B;
  }
  .case-studies-carousel .slick-custom-nav .slick-dots li button {
    display: none;
  }
  .case-studies-carousel .case-study {
    height: 300px;
  }
}

@media only screen and (min-width: 1280px) {
  .case-studies-carousel .slick-custom-nav {
    right: auto;
    left: 60%;
  }
  .case-studies-carousel .slick-slide,
  .case-studies-carousel .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.75);
  }
  .case-studies-carousel .slick-center,
  .case-studies-carousel .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1);
  }
  .case-studies-carousel .case-study {
    height: 480px;
  }
  .case-studies-carousel .case-study .content {
    margin: 55px 40px;
  }
  .case-studies-carousel .case-study .content:before {
    width: 50px;
  }
  .case-studies-carousel .case-study .content h3, .case-studies-carousel .case-study .content .columned-content .left-column p, .columned-content .left-column .case-studies-carousel .case-study .content p {
    font-size: 40px;
    line-height: 40px;
  }
  .case-studies-carousel .case-study .content p {
    font-size: 17px;
    line-height: 28px;
  }
}

.latest-news {
  position: relative;
  padding: 40px 0 55px 0;
  background: #F2F2F2;
}

.latest-news .wrap {
  position: relative;
  z-index: 2;
}

.latest-news h2, .latest-news .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .latest-news h3, .latest-news .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .latest-news p, .latest-news .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .latest-news p, .latest-news .contact-page-container h1, .contact-page-container .latest-news h1 {
  position: relative;
  font-weight: 300;
  margin-bottom: 60px;
}

.latest-news h2:after, .latest-news .why-choose-dropjaw .left-col h3:after, .why-choose-dropjaw .left-col .latest-news h3:after, .latest-news .why-choose-dropjaw .left-col .columned-content .left-column p:after, .why-choose-dropjaw .left-col .columned-content .left-column .latest-news p:after, .latest-news .columned-content .left-column .why-choose-dropjaw .left-col p:after, .columned-content .left-column .why-choose-dropjaw .left-col .latest-news p:after, .latest-news .contact-page-container h1:after, .contact-page-container .latest-news h1:after {
  position: absolute;
  bottom: -25px;
  left: 0;
  height: 1px;
  width: 80px;
  background: #042A2B;
  opacity: 0.45;
  content: '';
}

.latest-news .inner-container {
  background: #FFF;
  padding: 35px 25px 0 25px;
  max-width: 945px;
}

.latest-news .post {
  position: relative;
  display: flex;
  padding: 35px 0 25px 0;
  border-top: 1px solid rgba(4, 42, 43, 0.5);
}

.latest-news .post h3, .latest-news .post .columned-content .left-column p, .columned-content .left-column .latest-news .post p {
  text-transform: uppercase;
}

.latest-news .post .image-container {
  display: none;
}

.latest-news .post:first-of-type {
  border-top: 0;
}

.latest-news .left-col {
  margin-right: 20px;
}

.latest-news .btn {
  display: none;
}

@media only screen and (min-width: 768px) {
  .latest-news {
    position: relative;
    padding: 100px 0 120px 0;
  }
  .latest-news h2, .latest-news .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .latest-news h3, .latest-news .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .latest-news p, .latest-news .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .latest-news p, .latest-news .contact-page-container h1, .contact-page-container .latest-news h1 {
    margin-bottom: 90px;
  }
  .latest-news .inner-posts {
    padding: 70px 50px 0 50px;
  }
  .latest-news .post {
    padding: 45px 45px 45px 0;
  }
  .latest-news .post .left-col {
    margin-right: 90px;
  }
  .latest-news .post:first-of-type {
    padding-top: 0;
  }
  .latest-news .btn {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 1024px) {
  .latest-news {
    padding: 150px 0 180px 0;
  }
  .latest-news .inner-container {
    padding: 80px 100px 145px 100px;
    max-width: 945px;
  }
  .latest-news .post {
    padding: 45px 150px 45px 0;
    border-bottom: 1px solid rgba(4, 42, 43, 0.5);
    border-top: 0;
  }
  .latest-news .post h3, .latest-news .post .columned-content .left-column p, .columned-content .left-column .latest-news .post p {
    pointer-events: none;
  }
  .latest-news .post .image-container {
    display: block;
    position: absolute;
    right: -50px;
    top: -90px;
    opacity: 0;
    pointer-events: none;
    transition: .25s opacity ease-in-out;
    overflow: hidden;
    padding: 25px;
  }
  .latest-news .post .inner-image-container {
    transition: .25s transform ease-in-out;
    transform: translateX(-30px);
  }
  .latest-news .post img {
    max-width: 155px;
    max-height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
    transform: rotate(15deg);
  }
  .latest-news .post:first-of-type {
    padding-top: 0;
  }
  .latest-news .post:nth-of-type(2) img {
    transform: rotate(-15deg);
  }
  .latest-news .post:nth-of-type(3) img {
    transform: rotate(15deg);
  }
  .latest-news .post:hover .image-container {
    top: -100px;
    opacity: 1;
  }
  .latest-news .post:hover .inner-image-container {
    transform: translateX(0px);
  }
  .latest-news .btn {
    display: block;
    margin-top: 90px;
  }
}

@media only screen and (min-width: 1280px) {
  .latest-news {
    background: none;
  }
  .latest-news:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: #F2F2F2;
    content: '';
  }
}

.services-masthead {
  position: relative;
  height: 515px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  background: #042A2B;
}

.services-masthead .wrap {
  position: relative;
  z-index: 3;
}

.services-masthead h5 {
  font-size: 16px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.services-masthead h1 {
  width: 100%;
  margin-bottom: 45px;
}

.services-masthead h1 br {
  display: none;
}

.services-masthead .btn {
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .services-masthead {
    height: 750px;
  }
}

.services-content-and-image {
  position: relative;
  margin-bottom: 40px;
  background: #F2F2F2;
}

.services-content-and-image .wrap {
  position: relative;
  padding: 60px 20px 80px 20px;
}

.services-content-and-image .scrolling-indicator {
  display: none;
}

.services-content-and-image img {
  display: none;
}

.services-content-and-image h3, .services-content-and-image .columned-content .left-column p, .columned-content .left-column .services-content-and-image p {
  margin-bottom: 20px;
}

.services-content-and-image .btn {
  margin-top: 65px;
}

@media only screen and (min-width: 768px) {
  .services-content-and-image {
    position: relative;
    margin-bottom: 100px;
    background: none;
  }
  .services-content-and-image:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 55%;
    content: '';
    background: #F2F2F2;
  }
  .services-content-and-image .wrap {
    padding: 215px 20px;
  }
  .services-content-and-image img {
    display: block;
    position: absolute;
    top: -140px;
    right: 0;
    width: 50%;
    height: 780px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .services-content-and-image .left-col {
    max-width: 440px;
  }
  .services-content-and-image h3, .services-content-and-image .columned-content .left-column p, .columned-content .left-column .services-content-and-image p {
    margin-bottom: 20px;
  }
  .services-content-and-image .btn {
    margin-top: 65px;
  }
}

@media only screen and (min-width: 1024px) {
  .services-content-and-image .scrolling-indicator {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .services-content-and-image .btn {
    margin-left: -40px;
  }
}

@media only screen and (min-width: 1280px) {
  .services-content-and-image .scrolling-indicator {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .services-content-and-image .btn {
    margin-left: -40px;
  }
}

.page-template-page-services .services-grid {
  margin-top: 0;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .page-template-page-services .services-grid {
    margin-bottom: 80px;
  }
}

.services-icons {
  padding: 60px 0 150px 0;
  color: #FFF;
  background: #042A2B;
}

.services-icons .intro-content {
  margin-bottom: 30px;
  max-width: 715px;
}

.services-icons h5 {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: flex;
  align-items: center;
}

.services-icons h5:before {
  content: '';
  width: 55px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 30px;
}

.services-icons p {
  font-size: 18px;
  line-height: 25px;
}

.services-icons .icons {
  display: flex;
  flex-direction: column;
}

.services-icons .icon-container {
  display: flex;
  align-items: center;
  height: 130px;
}

.services-icons .icon {
  display: flex;
  flex-direction: column;
  margin: 0 auto 30px auto;
}

.services-icons .icon path, .services-icons .icon line, .services-icons .icon circle, .services-icons .icon ellipse {
  transition: .25s all ease-in-out;
}

.services-icons .icon:hover {
  color: #FCA311;
}

.services-icons .icon:hover h3:before, .services-icons .icon:hover .columned-content .left-column p:before, .columned-content .left-column .services-icons .icon:hover p:before {
  background: #FCA311;
}

.services-icons .icon:hover path, .services-icons .icon:hover line, .services-icons .icon:hover circle, .services-icons .icon:hover ellipse {
  stroke: #FCA311;
}

.services-icons svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.services-icons h3, .services-icons .columned-content .left-column p, .columned-content .left-column .services-icons p {
  position: relative;
  padding-top: 20px;
  margin-top: 15px;
  transition: .25s all ease-in-out;
}

.services-icons h3:before, .services-icons .columned-content .left-column p:before, .columned-content .left-column .services-icons p:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  background: #FFF;
  height: 1px;
  content: '';
  transition: .25s all ease-in-out;
}

@media only screen and (min-width: 768px) {
  .services-icons {
    padding: 90px 0 200px 0;
  }
  .services-icons .intro-content {
    margin-bottom: 60px;
    max-width: 715px;
  }
  .services-icons p {
    font-size: 25px;
    line-height: 32px;
  }
  .services-icons .icons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .services-icons .icon-container {
    display: flex;
    align-items: center;
    height: 130px;
  }
  .services-icons .icon {
    width: 33.3333%;
    margin: 0 0 30px 0;
  }
  .services-icons .icon:last-of-type {
    margin-right: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .services-icons {
    padding: 90px 0 340px 0;
  }
  .services-icons .icon-container {
    display: flex;
    align-items: center;
    height: 130px;
  }
  .services-icons .icon {
    width: auto;
  }
  .services-icons .icon:last-of-type {
    margin-right: 0;
  }
}

.services-contact-form {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  overflow: hidden;
}

.services-contact-form .wrap {
  position: relative;
}

.services-contact-form .inner-form {
  padding-bottom: 95px;
  padding-top: 140px;
  background: #F2F2F2;
  max-width: 900px;
  width: 100%;
  margin-top: -90px;
  position: relative;
  padding-right: 20px;
}

.services-contact-form .inner-form:before {
  position: absolute;
  left: -9999px;
  top: 0;
  height: 100%;
  width: 9999px;
  content: '';
  background: #F2F2F2;
}

.services-contact-form h2, .services-contact-form .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .services-contact-form h3, .services-contact-form .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .services-contact-form p, .services-contact-form .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .services-contact-form p, .services-contact-form .contact-page-container h1, .contact-page-container .services-contact-form h1 {
  margin-bottom: 55px;
}

.services-contact-form .wpcf7 {
  max-width: 690px;
}

.services-contact-form .wpcf7-submit {
  background-color: #1277C2;
  color: #FFF;
  background-image: url("../library/images/white-button-arrow.svg");
}

.services-contact-form .wpcf7-submit:hover {
  color: #FFF;
  background-color: #042A2B;
}

.services-contact-form img {
  display: none;
}

@media only screen and (min-width: 768px) {
  .services-contact-form {
    margin-top: -150px;
  }
  .services-contact-form .inner-form {
    padding-bottom: 95px;
    padding-top: 230px;
    margin-top: -90px;
  }
  .services-contact-form h5 {
    position: relative;
    display: flex;
    align-items: center;
  }
  .services-contact-form h5:before {
    content: '';
    width: 90px;
    height: 1px;
    background: #817F75;
    margin-right: 10px;
  }
  .services-contact-form h2, .services-contact-form .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .services-contact-form h3, .services-contact-form .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .services-contact-form p, .services-contact-form .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .services-contact-form p, .services-contact-form .contact-page-container h1, .contact-page-container .services-contact-form h1 {
    margin-bottom: 55px;
  }
  .services-contact-form .wpcf7 {
    max-width: 690px;
  }
}

@media only screen and (min-width: 1024px) {
  .services-contact-form {
    margin-top: -150px;
  }
  .services-contact-form .inner-form {
    padding-bottom: 95px;
    padding-top: 230px;
    margin-top: -90px;
  }
}

@media only screen and (min-width: 1280px) {
  .services-contact-form img {
    display: block;
    position: absolute;
    bottom: 85px;
    left: calc(100% - 50px);
    max-width: 480px;
    max-height: 480px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.service-masthead {
  position: relative;
  height: 515px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  background: #042A2B;
  overflow: hidden;
  margin-bottom: 55px;
}

.service-masthead:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 100px);
  width: 100%;
  background: linear-gradient(to bottom, #042a2b 0%, rgba(4, 42, 43, 0) 100%);
  z-index: 2;
  opacity: 0.7;
}

.service-masthead .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}

.service-masthead .wrap:after {
  content: '';
  position: absolute;
  left: calc(50% - 11px);
  bottom: -100px;
  height: 60px;
  width: 22px;
  background: url("../library/images/white-scroll-indicator.svg") center/contain no-repeat;
  will-change: transform;
  -webkit-animation: 2.5s scroll infinite both ease-in-out;
          animation: 2.5s scroll infinite both ease-in-out;
}

.service-masthead img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-masthead h1 {
  text-align: center;
  margin-bottom: 35px;
}

.service-masthead .lozenge-btn:hover {
  background: #FCA311;
}

@media only screen and (min-width: 768px) {
  .service-masthead {
    position: relative;
    height: 750px;
    display: flex;
    flex-direction: column;
    color: #FFF;
    background: #042A2B;
    overflow: hidden;
    margin-bottom: 55px;
  }
  .service-masthead:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 100px);
    width: 100%;
    background: linear-gradient(to bottom, #042a2b 0%, rgba(4, 42, 43, 0) 100%);
    z-index: 2;
    opacity: 0.7;
  }
  .service-masthead .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
  }
  .service-masthead .wrap:after {
    content: '';
    position: absolute;
    left: calc(50% - 11px);
    bottom: -100px;
    height: 60px;
    width: 22px;
    background: url("../library/images/white-scroll-indicator.svg") center/contain no-repeat;
    will-change: transform;
    -webkit-animation: 2.5s scroll infinite both ease-in-out;
            animation: 2.5s scroll infinite both ease-in-out;
  }
  .service-masthead img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-masthead h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
}

.service-content-and-image {
  position: relative;
  margin-bottom: 85px;
}

.service-content-and-image .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.service-content-and-image img {
  display: block;
  width: calc(100% + 40px);
  left: -20px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}

.service-content-and-image .right-col {
  position: relative;
}

.service-content-and-image .content {
  position: relative;
}

.service-content-and-image .content h5 {
  margin-bottom: 10px;
}

.service-content-and-image .content h3, .service-content-and-image .content .columned-content .left-column p, .columned-content .left-column .service-content-and-image .content p {
  margin-bottom: 40px;
}

.service-content-and-image .content h3 strong, .service-content-and-image .content .columned-content .left-column p strong, .columned-content .left-column .service-content-and-image .content p strong {
  color: #1277C2;
}

.service-content-and-image .content .btn {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .service-content-and-image {
    margin-bottom: 165px;
  }
  .service-content-and-image img {
    height: 400px;
  }
}

@media only screen and (min-width: 1024px) {
  .service-content-and-image .wrap {
    flex-direction: row;
  }
  .service-content-and-image img {
    max-width: 585px;
    height: auto;
    width: 100%;
    margin: 0 50px 0 0;
  }
  .service-content-and-image .right-col {
    margin-left: auto;
  }
  .service-content-and-image .content .btn {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1280px) {
  .service-content-and-image img {
    max-width: 585px;
    height: auto;
  }
  .service-content-and-image .right-col {
    max-width: 445px;
  }
  .service-content-and-image .btn {
    margin-left: -50px;
  }
}

.service-icons {
  position: relative;
}

.service-icons .wrap {
  position: relative;
  z-index: 2;
}

.service-icons .left-col {
  position: relative;
  z-index: 2;
  background: #042A2B;
  color: #FFF;
  padding: 60px 20px;
  max-width: 855px;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.service-icons .intro {
  margin-bottom: 40px;
}

.service-icons .icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-icons .icon {
  display: block;
  margin-bottom: 30px;
}

.service-icons .icon .icon-container {
  height: 130px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.service-icons .icon path, .service-icons .icon line, .service-icons .icon circle, .service-icons .icon ellipse {
  transition: .25s all ease-in-out;
}

.service-icons .icon:hover {
  color: #FCA311;
}

.service-icons .icon:hover h3:before, .service-icons .icon:hover .columned-content .left-column p:before, .columned-content .left-column .service-icons .icon:hover p:before {
  background: #FCA311;
}

.service-icons .icon:hover path, .service-icons .icon:hover line, .service-icons .icon:hover circle, .service-icons .icon:hover ellipse {
  stroke: #FCA311;
}

.service-icons .icon svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.service-icons .icon h3, .service-icons .icon .columned-content .left-column p, .columned-content .left-column .service-icons .icon p {
  position: relative;
  padding-top: 18px;
  transition: .25s all ease-in-out;
}

.service-icons .icon h3:before, .service-icons .icon .columned-content .left-column p:before, .columned-content .left-column .service-icons .icon p:before {
  position: absolute;
  content: '';
  left: 0;
  background: #707070;
  top: 0;
  width: 36px;
  height: 1px;
  transition: .25s all ease-in-out;
}

.service-icons .icon:last-of-type {
  margin-right: 0;
}

.service-icons .scrolling-indicator {
  display: none;
}

@media only screen and (min-width: 768px) {
  .service-icons:after {
    content: '';
    position: absolute;
    right: 0;
    height: 430px;
    width: 100%;
    bottom: 100px;
    background: #F2F2F2;
  }
  .service-icons .left-col {
    padding: 125px 20px 135px 20px;
    max-width: 600px;
  }
  .service-icons .left-col:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #042A2B;
    content: '';
    width: 99999px;
    left: -99999px;
  }
  .service-icons .intro {
    margin-bottom: 60px;
  }
  .service-icons h5 {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
  }
  .service-icons h5:before {
    content: '';
    width: 90px;
    height: 1px;
    background: #817F75;
    margin-right: 20px;
  }
  .service-icons .icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1024px) {
  .service-icons .left-col {
    max-width: 800px;
    padding: 125px 40px 135px 20px;
  }
  .service-icons .scrolling-indicator {
    display: block;
    bottom: 250px;
    right: 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .service-icons .left-col {
    padding: 125px 60px 135px 0;
    max-width: 855px;
    margin-left: 0;
  }
}

.irf-masthead {
  position: relative;
  height: 515px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  background: #042A2B;
  overflow: hidden;
}

.irf-masthead:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 100px);
  width: 100%;
  background: linear-gradient(to bottom, #042a2b 0%, rgba(4, 42, 43, 0) 100%);
  z-index: 2;
  opacity: 0.7;
}

.irf-masthead .wrap {
  position: relative;
  z-index: 3;
}

.irf-masthead img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.irf-masthead h1 {
  width: 100%;
  margin-bottom: 95px;
}

@media only screen and (min-width: 768px) {
  .irf-masthead {
    height: 750px;
  }
}

.below-irf-masthead {
  background: #F2F2F2;
}

.below-irf-masthead .wrap {
  padding: 0 20px 110px 20px;
  position: relative;
  z-index: 3;
}

.below-irf-masthead .below-masthead-callout {
  background: #FFF;
  margin-top: -150px;
  position: relative;
  z-index: 5;
  margin-left: auto;
  max-width: 570px;
  padding: 30px 20px 60px 20px;
  margin-bottom: 80px;
}

.below-irf-masthead .below-masthead-callout h3, .below-irf-masthead .below-masthead-callout .columned-content .left-column p, .columned-content .left-column .below-irf-masthead .below-masthead-callout p {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.below-irf-masthead .below-masthead-callout h3:last-child, .below-irf-masthead .below-masthead-callout .columned-content .left-column p:last-child, .columned-content .left-column .below-irf-masthead .below-masthead-callout p:last-child {
  margin-bottom: 0;
}

.below-irf-masthead .main-content {
  position: relative;
  max-width: 950px;
}

.below-irf-masthead .main-content h5 {
  margin-bottom: 30px;
}

.below-irf-masthead .main-content h3, .below-irf-masthead .main-content .columned-content .left-column p, .columned-content .left-column .below-irf-masthead .main-content p {
  margin-bottom: 30px;
}

.below-irf-masthead .scrolling-indicator {
  display: none;
}

@media only screen and (min-width: 768px) {
  .below-irf-masthead .below-masthead-callout {
    background: #FFF;
    margin-top: -150px;
    position: relative;
    z-index: 5;
    margin-left: auto;
    max-width: 570px;
    padding: 55px 60px 80px 70px;
  }
  .below-irf-masthead .below-masthead-callout h3, .below-irf-masthead .below-masthead-callout .columned-content .left-column p, .columned-content .left-column .below-irf-masthead .below-masthead-callout p {
    text-transform: uppercase;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 1024px) {
  .below-irf-masthead {
    background: #F2F2F2;
  }
  .below-irf-masthead .wrap {
    padding: 0 20px 110px 20px;
    position: relative;
    z-index: 3;
  }
  .below-irf-masthead .wrap:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 230px;
    height: 60px;
    width: 22px;
    background: url("../library/images/dark-scroll-indicator.svg") center/contain no-repeat;
    will-change: transform;
    -webkit-animation: 2.5s scroll infinite both ease-in-out;
            animation: 2.5s scroll infinite both ease-in-out;
  }
  .below-irf-masthead .below-masthead-callout {
    background: #FFF;
    margin-top: -150px;
    position: relative;
    z-index: 5;
    margin-left: auto;
    max-width: 570px;
    padding: 55px 60px 80px 70px;
    margin-bottom: 160px;
  }
  .below-irf-masthead .below-masthead-callout h3, .below-irf-masthead .below-masthead-callout .columned-content .left-column p, .columned-content .left-column .below-irf-masthead .below-masthead-callout p {
    text-transform: uppercase;
    margin-bottom: 70px;
  }
  .below-irf-masthead .main-content {
    position: relative;
    max-width: 950px;
  }
  .below-irf-masthead .main-content h5 {
    margin-bottom: 30px;
  }
  .below-irf-masthead .main-content h3, .below-irf-masthead .main-content .columned-content .left-column p, .columned-content .left-column .below-irf-masthead .main-content p {
    margin-bottom: 30px;
  }
  .below-irf-masthead .scrolling-indicator {
    display: block;
    position: absolute;
    right: 20px;
    top: -90px;
  }
}

@media only screen and (min-width: 1280px) {
  .below-irf-masthead .scrolling-indicator {
    right: -150px;
    top: -90px;
  }
}

.columned-content {
  padding: 70px 0 90px 0;
}

.columned-content .btn {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) {
  .columned-content .wrap {
    display: flex;
  }
  .columned-content .left-column {
    max-width: 350px;
    margin-right: auto;
  }
  .columned-content .right-col {
    margin-left: 50px;
    max-width: 640px;
  }
}

@media only screen and (min-width: 1024px) {
  .columned-content {
    padding: 180px 0 120px 0;
  }
  .columned-content .left-column {
    max-width: 445px;
  }
  .columned-content .right-col {
    max-width: 640px;
  }
}

.irf-content-and-image {
  position: relative;
  margin-bottom: 95px;
  display: flex;
  flex-direction: column;
}

.irf-content-and-image .wrap {
  order: 2;
}

.irf-content-and-image h3, .irf-content-and-image .columned-content .left-column p, .columned-content .left-column .irf-content-and-image p {
  margin-bottom: 30px;
}

.irf-content-and-image .btn {
  margin-top: 90px;
}

.irf-content-and-image img {
  order: 1;
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .irf-content-and-image img {
    height: 400px;
  }
}

@media only screen and (min-width: 1024px) {
  .irf-content-and-image {
    display: block;
  }
  .irf-content-and-image .content {
    max-width: 470px;
    padding: 145px 50px 100px 0;
  }
  .irf-content-and-image .btn {
    margin-top: 90px;
  }
  .irf-content-and-image img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .irf-content-and-image .content {
    max-width: 470px;
    padding: 145px 0 100px 0;
  }
}

.full-width-content {
  margin-bottom: 90px;
}

.full-width-content .content {
  max-width: 965px;
}

.full-width-content h5 {
  margin-bottom: 15px;
}

.full-width-content h3, .full-width-content .columned-content .left-column p, .columned-content .left-column .full-width-content p {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .full-width-content {
    margin-bottom: 150px;
  }
}

.why-choose-dropjaw {
  padding: 85px 0;
  background: #F2F2F2;
}

.why-choose-dropjaw .scrolling-indicator {
  display: none;
}

.why-choose-dropjaw .left-col {
  position: relative;
  margin-bottom: 80px;
}

.why-choose-dropjaw .left-col h3 span, .why-choose-dropjaw .left-col .columned-content .left-column p span, .columned-content .left-column .why-choose-dropjaw .left-col p span {
  color: #1277C2;
}

.why-choose-dropjaw .reasons-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 560px;
}

.why-choose-dropjaw .reason {
  width: 50%;
  margin-bottom: 70px;
}

.why-choose-dropjaw .reason .icon-container {
  display: flex;
  align-items: center;
  height: 130px;
}

.why-choose-dropjaw .reason .icon-container img {
  display: block;
}

.why-choose-dropjaw .reason .icon-container:last-of-type {
  margin-bottom: 0;
}

.why-choose-dropjaw .reason .stat {
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  color: #1277C2;
  margin-bottom: 0;
}

.why-choose-dropjaw .reason h3, .why-choose-dropjaw .reason .columned-content .left-column p, .columned-content .left-column .why-choose-dropjaw .reason p {
  margin-top: 35px;
  padding-top: 35px;
  font-weight: 300;
  color: #62797A;
  position: relative;
}

.why-choose-dropjaw .reason h3:before, .why-choose-dropjaw .reason .columned-content .left-column p:before, .columned-content .left-column .why-choose-dropjaw .reason p:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 1px;
  background: #62797A;
  content: ' ';
}

@media only screen and (min-width: 768px) {
  .why-choose-dropjaw {
    padding: 125px 0 20px 0;
  }
  .why-choose-dropjaw .wrap {
    display: flex;
  }
  .why-choose-dropjaw .left-col {
    margin-bottom: 0;
    margin-right: auto;
    max-width: 200px;
  }
  .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .columned-content .left-column p, .columned-content .left-column .why-choose-dropjaw .left-col p {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 250px;
  }
  .why-choose-dropjaw .reasons-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 450px;
    margin-left: 50px;
  }
  .why-choose-dropjaw .reason {
    width: 50%;
  }
  .why-choose-dropjaw .reason .stat {
    font-size: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .why-choose-dropjaw .left-col {
    max-width: none;
  }
  .why-choose-dropjaw .left-col .scrolling-indicator {
    display: block;
    left: 40px;
  }
  .why-choose-dropjaw .reasons-grid {
    max-width: 560px;
  }
  .why-choose-dropjaw .reason .stat {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (min-width: 1280px) {
  .why-choose-dropjaw .reasons-grid {
    max-width: 600px;
  }
  .why-choose-dropjaw .reasons-grid .reason {
    max-width: 250px;
    margin-right: auto;
  }
  .why-choose-dropjaw .reasons-grid .reason:nth-of-type(2n) {
    margin-right: 0;
  }
}

.news-masthead {
  position: relative;
  height: 515px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  background: #042A2B;
}

.news-masthead .wrap {
  position: relative;
  z-index: 3;
}

.news-masthead h1 {
  width: 100%;
  position: relative;
  margin-bottom: 95px;
}

.news-masthead h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 95px;
  height: 1px;
  background: #FFF;
}

@media only screen and (min-width: 768px) {
  .news-masthead {
    height: 750px;
  }
}

.news-overview {
  background: #F2F2F2;
  margin-top: -200px;
  padding-bottom: 100px;
}

.news-overview .wrap {
  position: relative;
  z-index: 2;
}

.news-overview .inner-posts {
  padding: 35px 25px 0 25px;
  max-width: 965px;
  margin-left: auto;
  position: relative;
  margin-bottom: 45px;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
}

.news-overview .inner-posts .post {
  position: relative;
  display: flex;
  padding: 35px 0 25px 0;
  border-bottom: 1px solid rgba(4, 42, 43, 0.5);
}

.news-overview .inner-posts .post .left-col {
  margin-right: 20px;
}

.news-overview .inner-posts .post h3, .news-overview .inner-posts .post .columned-content .left-column p, .columned-content .left-column .news-overview .inner-posts .post p {
  text-transform: uppercase;
}

.news-overview .inner-posts .post .image-container {
  display: none;
}

.news-overview .inner-posts .post:first-of-type {
  padding-top: 0;
}

.news-overview .inner-posts .post:last-of-type {
  border-bottom: 0;
}

.news-overview .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 965px;
  margin-left: auto;
}

.news-overview .pagination ul {
  display: flex;
  height: 40px;
  align-items: center;
  background: #FFF;
}

.news-overview .pagination li {
  height: 40px;
  width: 40px;
  font-size: 14px;
  color: #042A2B;
  text-align: center;
  color: rgba(4, 42, 43, 0.5);
  transition: .25s all ease-in-out;
}

.news-overview .pagination li a, .news-overview .pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.news-overview .pagination li span {
  color: #FFF;
  background: #042A2B;
}

.news-overview .pagination li:hover {
  background: #042A2B;
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .news-overview {
    padding-bottom: 135px;
  }
  .news-overview .inner-posts {
    padding: 70px 50px 0 50px;
  }
  .news-overview .inner-posts .post {
    padding: 45px 45px 45px 0;
  }
  .news-overview .inner-posts .post .left-col {
    margin-right: 90px;
  }
}

@media only screen and (min-width: 1024px) {
  .news-overview .inner-posts {
    padding: 80px 100px 60px 100px;
  }
  .news-overview .inner-posts .post h3, .news-overview .inner-posts .post .columned-content .left-column p, .columned-content .left-column .news-overview .inner-posts .post p {
    pointer-events: none;
  }
  .news-overview .inner-posts .post .image-container {
    display: block;
    position: absolute;
    right: -120px;
    top: -90px;
    opacity: 0;
    pointer-events: none;
    transition: .25s opacity ease-in-out;
    overflow: hidden;
    padding: 25px;
  }
  .news-overview .inner-posts .post .inner-image-container {
    transition: .25s transform ease-in-out;
    transform: translateX(-30px);
  }
  .news-overview .inner-posts .post img {
    max-width: 155px;
    max-height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
    transform: rotate(15deg);
  }
  .news-overview .inner-posts .post:nth-of-type(2) img {
    transform: rotate(-15deg);
  }
  .news-overview .inner-posts .post:nth-of-type(3) img {
    transform: rotate(15deg);
  }
  .news-overview .inner-posts .post:hover .image-container {
    top: -100px;
    opacity: 1;
  }
  .news-overview .inner-posts .post:hover .inner-image-container {
    transform: translateX(0px);
  }
}

@media only screen and (min-width: 1280px) {
  .news-overview .wrap:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 315px;
    height: 60px;
    width: 22px;
    background: url("../library/images/dark-scroll-indicator.svg") center/contain no-repeat;
    will-change: transform;
    -webkit-animation: 2.5s scroll infinite both ease-in-out;
            animation: 2.5s scroll infinite both ease-in-out;
  }
}

.case-studies-masthead {
  position: relative;
  height: 515px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #FFF;
  background: #042A2B;
  overflow: hidden;
}

.case-studies-masthead .image-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 515px;
  width: 100%;
}

.case-studies-masthead .image-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 100px);
  width: 100%;
  background: linear-gradient(to bottom, #042a2b 0%, rgba(4, 42, 43, 0) 100%);
  z-index: 2;
  opacity: 0.7;
}

.case-studies-masthead img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-studies-masthead .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
  padding-bottom: 180px;
}

.case-studies-masthead .wrap:after {
  content: '';
  position: absolute;
  left: calc(50% - 11px);
  bottom: 60px;
  height: 60px;
  width: 22px;
  background: url("../library/images/white-scroll-indicator.svg") center/contain no-repeat;
  will-change: transform;
  -webkit-animation: 2.5s scroll infinite both ease-in-out;
          animation: 2.5s scroll infinite both ease-in-out;
}

.case-studies-masthead h5 {
  position: absolute;
  top: -60px;
  left: 20px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.case-studies-masthead h5:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #817F75;
  margin-right: 20px;
}

.case-studies-masthead h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .case-studies-masthead {
    height: 750px;
  }
  .case-studies-masthead .image-container {
    height: 750px;
  }
  .case-studies-masthead h5:before {
    content: '';
    width: 90px;
  }
  .case-studies-masthead h1 {
    margin-bottom: 75px;
  }
}

.case-studies-overview {
  position: relative;
  padding-top: 55px;
  padding-bottom: 80px;
}

.case-studies-overview .wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
}

.case-studies-overview .case-study {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFF;
  height: 300px;
  overflow: hidden;
}

.case-studies-overview .case-study:before, .case-studies-overview .case-study:after {
  position: absolute;
  bottom: 0;
  height: 150%;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(18, 119, 194, 0) 0%, #1277c2 100%);
  opacity: 0;
  transition: .25s all ease-in-out;
  content: '';
  z-index: 2;
}

.case-studies-overview .case-study:after {
  opacity: 1;
  height: 315px;
}

.case-studies-overview .case-study:nth-of-type(2):before, .case-studies-overview .case-study:nth-of-type(2):after, .case-studies-overview .case-study:nth-of-type(6):before, .case-studies-overview .case-study:nth-of-type(6):after, .case-studies-overview .case-study:nth-of-type(7):before, .case-studies-overview .case-study:nth-of-type(7):after {
  background: linear-gradient(to bottom, rgba(4, 42, 43, 0) 0%, #042a2b 100%);
}

.case-studies-overview .case-study:nth-of-type(3):before, .case-studies-overview .case-study:nth-of-type(3):after, .case-studies-overview .case-study:nth-of-type(4):before, .case-studies-overview .case-study:nth-of-type(4):after, .case-studies-overview .case-study:nth-of-type(8):before, .case-studies-overview .case-study:nth-of-type(8):after {
  background: linear-gradient(to bottom, rgba(252, 163, 17, 0) 0%, #fca311 100%);
}

.case-studies-overview .case-study:hover:before {
  opacity: 1;
}

.case-studies-overview img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-studies-overview .content {
  position: relative;
  z-index: 3;
  padding: 35px;
}

.case-studies-overview h3, .case-studies-overview .columned-content .left-column p, .columned-content .left-column .case-studies-overview p {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}

.case-studies-overview p {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 15px;
}

.case-studies-overview p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  background: #FFF;
  height: 1px;
  content: '';
}

@media only screen and (min-width: 768px) {
  .case-studies-overview {
    padding-bottom: 180px;
  }
  .case-studies-overview .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .case-studies-overview .case-study {
    height: 370px;
  }
  .case-studies-overview h3, .case-studies-overview .columned-content .left-column p, .columned-content .left-column .case-studies-overview p {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .case-studies-overview .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1280px) {
  .case-studies-overview:after {
    position: absolute;
    bottom: 220px;
    right: 0;
    width: 80%;
    height: 300px;
    background: #F2F2F2;
    content: '';
  }
  .case-studies-overview .wrap:after {
    content: '';
    position: absolute;
    right: 50px;
    bottom: 120px;
    height: 60px;
    width: 22px;
    background: url("../library/images/flipped-dark-scroll-indicator.svg") center/contain no-repeat;
    will-change: transform;
    -webkit-animation: 2.5s scroll infinite both ease-in-out;
            animation: 2.5s scroll infinite both ease-in-out;
    z-index: 5;
  }
}

.testimonials-masthead {
  position: relative;
  height: 515px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  background: #042A2B;
  overflow: hidden;
}

.testimonials-masthead .image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 515px;
}

.testimonials-masthead .image-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 100px);
  width: 100%;
  background: linear-gradient(to bottom, #042a2b 0%, rgba(4, 42, 43, 0) 100%);
  z-index: 2;
  opacity: 0.7;
}

.testimonials-masthead .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}

.testimonials-masthead img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials-masthead h1 {
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .testimonials-masthead {
    height: 750px;
  }
  .testimonials-masthead .image-container {
    height: 750px;
  }
}

.testimonials-overview {
  background: #F2F2F2;
}

.testimonials-overview .wrap {
  position: relative;
  z-index: 3;
}

.testimonials-overview .testimonials-callout {
  background: #FFF;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  margin-top: -175px;
  margin-bottom: 60px;
  max-width: 570px;
  padding: 35px 35px 50px 35px;
}

.testimonials-overview .testimonials-callout h3, .testimonials-overview .testimonials-callout .columned-content .left-column p, .columned-content .left-column .testimonials-overview .testimonials-callout p {
  text-transform: uppercase;
  margin-bottom: 70px;
}

.testimonials-overview .testimonials-callout h3:last-child, .testimonials-overview .testimonials-callout .columned-content .left-column p:last-child, .columned-content .left-column .testimonials-overview .testimonials-callout p:last-child {
  margin-bottom: 0;
}

.testimonials-overview .testimonials-grid {
  padding-bottom: 100px;
}

.testimonials-overview .row .testimonial:nth-of-type(2) {
  background: #FFF;
  color: #042A2B;
}

.testimonials-overview .row .testimonial:nth-of-type(2):after {
  background: #042A2B;
  color: #FFF;
}

.testimonials-overview .row .testimonial:nth-of-type(3) {
  background: #1277C2;
  color: #FFF;
}

.testimonials-overview .row .testimonial:nth-of-type(3):after {
  color: #1277C2;
  background: #FFF;
}

.testimonials-overview .testimonial {
  position: relative;
  background: #FCA311;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  font-size: 18px;
  line-height: 26px;
  padding: 0 25px;
  cursor: pointer;
}

.testimonials-overview .testimonial:hover:after {
  opacity: 1;
}

.testimonials-overview .testimonial:after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
  background: #FFF;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  content: '+';
  font-size: 30px;
  font-weight: 200;
  color: #FCA311;
  transition: .25s all ease-in-out;
}

.testimonials-overview .testimonial .yellow-text {
  color: #FFF;
  font-weight: bold;
}

.testimonials-overview .testimonial .company-name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.testimonials-overview .testimonial .source {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  opacity: 0.6;
}

@media only screen and (min-width: 768px) {
  .testimonials-overview .wrap:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 250px;
    height: 60px;
    width: 22px;
    background: url("../library/images/dark-scroll-indicator.svg") center/contain no-repeat;
    will-change: transform;
    -webkit-animation: 2.5s scroll infinite both ease-in-out;
            animation: 2.5s scroll infinite both ease-in-out;
  }
  .testimonials-overview .testimonials-callout {
    margin-top: -175px;
    margin-bottom: 90px;
    max-width: 570px;
    padding: 55px 60px 80px 70px;
  }
  .testimonials-overview .testimonials-grid {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 195px;
  }
  .testimonials-overview .row {
    display: flex;
  }
  .testimonials-overview .testimonial {
    width: 50%;
    height: 390px;
    font-size: 20px;
    line-height: 28px;
    height: 450px;
  }
  .testimonials-overview .testimonial:hover:after {
    opacity: 1;
  }
  .testimonials-overview .testimonial .company-name {
    font-size: 17px;
  }
  .testimonials-overview .testimonial .source {
    font-size: 17px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1024px) {
  .testimonials-overview .testimonials-callout {
    margin-bottom: 320px;
  }
  .testimonials-overview .row {
    display: flex;
  }
  .testimonials-overview .row .testimonial:nth-of-type(2) {
    transform: translateY(-50%);
  }
  .testimonials-overview .row .testimonial:only-child {
    transform: translateY(-50%);
    margin: 0 auto;
  }
  .testimonials-overview .row .testimonial:nth-of-type(2) {
    background: #FFF;
    color: #042A2B;
  }
  .testimonials-overview .row .testimonial:nth-of-type(2):after {
    background: #042A2B;
    color: #FFF;
  }
  .testimonials-overview .row .testimonial:nth-of-type(3) {
    background: #042A2B;
    color: #FFF;
  }
  .testimonials-overview .row .testimonial:nth-of-type(3):after {
    background: #FFF;
    color: #042A2B;
  }
  .testimonials-overview .row:nth-of-type(2n) .testimonial {
    background: #042A2B;
    color: #FFF;
  }
  .testimonials-overview .row:nth-of-type(2n) .testimonial:after {
    background: #FFF;
    color: #042A2B;
  }
  .testimonials-overview .row:nth-of-type(2n) .testimonial:nth-of-type(2) {
    background: #1277C2;
    color: #FFF;
  }
  .testimonials-overview .row:nth-of-type(2n) .testimonial:nth-of-type(2):after {
    color: #1277C2;
    background: #FFF;
  }
  .testimonials-overview .row:nth-of-type(2n) .testimonial:nth-of-type(3) {
    background: #FCA311;
    color: #FFF;
  }
  .testimonials-overview .row:nth-of-type(2n) .testimonial:nth-of-type(3):after {
    background: #FFF;
    color: #FCA311;
  }
  .testimonials-overview .testimonial {
    width: 33.3333%;
    padding: 0 45px;
    height: 390px;
  }
}

@media only screen and (min-width: 1280px) {
  .testimonials-overview .testimonial {
    padding: 0 85px;
  }
  .testimonials-overview .testimonial:hover:after {
    opacity: 1;
  }
  .testimonials-overview .testimonial:after {
    opacity: 0;
  }
}

.remodal-overlay {
  background: rgba(4, 42, 43, 0.4);
}

.remodal {
  text-align: left;
  max-width: 900px;
  background: none;
  padding: 0;
}

.remodal .remodal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: 20px;
  left: auto;
  background: #042A2B;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  content: '+';
  font-size: 30px;
  font-weight: 200;
  color: #FFF;
  transition: .5s .25s opacity ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

.remodal.testimonial-content.remodal-is-opened .testimonial-modal-carousel {
  opacity: 1;
}

.remodal.testimonial-content.remodal-is-opened .remodal-close {
  opacity: 1;
}

.remodal .testimonial-modal-carousel {
  background: #FFF;
  width: 100%;
  padding: 80px 20px 40px 20px;
  opacity: 0;
  transition: .5s .25s opacity ease-in-out;
}

.remodal .slick-track {
  display: flex;
  align-items: center;
}

.remodal .inner-testimonial-content {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}

.remodal .inner-testimonial-content, .remodal .source {
  opacity: 0;
  transform: translateY(10px);
  transition: .25s all ease-in-out;
}

.remodal .slick-arrow {
  position: absolute;
  top: 65px;
  right: 20px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  height: 10px;
  width: 50px;
  font-size: 0;
  background: url("../library/images/grey-carousel-arrow.svg") center/contain no-repeat;
  order: 3;
}

.remodal .slick-arrow.slick-prev {
  order: 2;
  transform: scaleX(-1);
  right: 80px;
}

.remodal .source {
  font-size: 14px;
  font-weight: 500;
}

.remodal .slick-current .inner-testimonial-content {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: .25s;
}

.remodal .slick-current .source {
  transform: translateY(0px);
  opacity: 0.6;
  transition-delay: .3s;
}

@media only screen and (min-width: 768px) {
  .remodal {
    text-align: left;
    max-width: 900px;
  }
  .remodal .testimonial-modal-carousel {
    background: #FFF;
    width: 100%;
    padding: 60px;
  }
  .remodal .remodal-close {
    top: -50px;
    right: 0px;
    background: #FFF;
    color: #042A2B;
  }
  .remodal .inner-testimonial-content {
    font-size: 20px;
    line-height: 28px;
  }
  .remodal .source {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1024px) {
  .remodal .testimonial-modal-carousel {
    padding: 100px;
  }
}

.portfolio-masthead {
  position: relative;
  height: 515px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #FFF;
  background: #1277C2;
  padding-bottom: 135px;
}

.portfolio-masthead .wrap {
  position: relative;
  z-index: 3;
}

.portfolio-masthead h5 {
  font-size: 16px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.portfolio-masthead h1 {
  margin-bottom: 45px;
}

.portfolio-masthead h1 span {
  color: #042A2B;
}

.portfolio-masthead .btn {
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .portfolio-masthead {
    height: 750px;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
  .portfolio-masthead h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    display: flex;
    align-items: center;
  }
  .portfolio-masthead h5:before {
    content: '';
    width: 90px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin-right: 30px;
  }
  .portfolio-masthead h1 {
    margin-bottom: 95px;
  }
}

.portfolio-below-masthead-content {
  position: relative;
  margin-bottom: 40px;
  background: #F2F2F2;
}

.portfolio-below-masthead-content .wrap {
  position: relative;
  z-index: 2;
}

.portfolio-below-masthead-content .scrolling-indicator {
  top: 0;
  left: 60px;
}

.portfolio-below-masthead-content .content {
  max-width: 470px;
  padding: 150px 0 80px 0;
}

.portfolio-below-masthead-content h3, .portfolio-below-masthead-content .columned-content .left-column p, .columned-content .left-column .portfolio-below-masthead-content p {
  margin-bottom: 30px;
}

.portfolio-below-masthead-content .btn {
  margin-top: 40px;
}

.portfolio-below-masthead-content img {
  display: none;
}

@media only screen and (min-width: 768px) {
  .portfolio-below-masthead-content {
    position: relative;
    margin-bottom: 100px;
    background: none;
  }
  .portfolio-below-masthead-content:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 55%;
    content: '';
    background: #F2F2F2;
  }
  .portfolio-below-masthead-content .scrolling-indicator {
    top: 0;
    left: 60px;
  }
  .portfolio-below-masthead-content .content {
    max-width: 320px;
    padding: 235px 0 200px 0;
  }
  .portfolio-below-masthead-content h3, .portfolio-below-masthead-content .columned-content .left-column p, .columned-content .left-column .portfolio-below-masthead-content p {
    margin-bottom: 30px;
  }
  .portfolio-below-masthead-content .btn {
    margin-top: 90px;
  }
  .portfolio-below-masthead-content img {
    display: block;
    position: absolute;
    top: -135px;
    right: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 1024px) {
  .portfolio-below-masthead-content {
    margin-bottom: 130px;
  }
  .portfolio-below-masthead-content .content {
    max-width: 470px;
  }
  .portfolio-below-masthead-content .btn {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 1280px) {
  .portfolio-below-masthead-content .content {
    max-width: 470px;
    padding: 235px 0 245px 0;
  }
  .portfolio-below-masthead-content .btn {
    margin-left: -45px;
  }
}

.portfolio-blocks .wrap {
  max-width: 1170px;
}

.portfolio-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.portfolio-block .content {
  width: 100%;
  max-width: 765px;
  background: #1277C2;
  color: #FFF;
  padding: 30px 30px 60px 30px;
  order: 2;
  margin-top: -50px;
  position: relative;
  z-index: 5;
}

.portfolio-block img {
  position: relative;
  width: 100%;
  height: 330px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  order: 1;
}

.portfolio-block h2, .portfolio-block .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .portfolio-block h3, .portfolio-block .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .portfolio-block p, .portfolio-block .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .portfolio-block p, .portfolio-block .contact-page-container h1, .contact-page-container .portfolio-block h1 {
  margin-bottom: 15px;
}

.portfolio-block h3, .portfolio-block .columned-content .left-column p, .columned-content .left-column .portfolio-block p {
  margin-bottom: 25px;
}

.portfolio-block h3 span, .portfolio-block .columned-content .left-column p span, .columned-content .left-column .portfolio-block p span {
  color: #042A2B;
}

.portfolio-block .inner-content {
  font-size: 14px;
}

.portfolio-block .btn {
  margin-top: 60px;
}

.portfolio-block:first-of-type:after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 60px;
  width: 22px;
  background: url("../library/images/dark-scroll-indicator.svg") center/contain no-repeat;
  will-change: transform;
  -webkit-animation: 2.5s scroll infinite both ease-in-out;
          animation: 2.5s scroll infinite both ease-in-out;
  z-index: 5;
}

.portfolio-block:nth-of-type(2) .content, .portfolio-block:nth-of-type(5) .content, .portfolio-block:nth-of-type(8) .content, .portfolio-block:nth-of-type(11) .content {
  background: #042A2B;
  color: #FFF;
}

.portfolio-block:nth-of-type(2) h3 span, .portfolio-block:nth-of-type(2) .columned-content .left-column p span, .columned-content .left-column .portfolio-block:nth-of-type(2) p span, .portfolio-block:nth-of-type(5) h3 span, .portfolio-block:nth-of-type(5) .columned-content .left-column p span, .columned-content .left-column .portfolio-block:nth-of-type(5) p span, .portfolio-block:nth-of-type(8) h3 span, .portfolio-block:nth-of-type(8) .columned-content .left-column p span, .columned-content .left-column .portfolio-block:nth-of-type(8) p span, .portfolio-block:nth-of-type(11) h3 span, .portfolio-block:nth-of-type(11) .columned-content .left-column p span, .columned-content .left-column .portfolio-block:nth-of-type(11) p span {
  color: #1277C2;
}

.portfolio-block:nth-of-type(2) .inner-content, .portfolio-block:nth-of-type(5) .inner-content, .portfolio-block:nth-of-type(8) .inner-content, .portfolio-block:nth-of-type(11) .inner-content {
  margin-left: auto;
}

.portfolio-block:nth-of-type(3) .content, .portfolio-block:nth-of-type(6) .content, .portfolio-block:nth-of-type(9) .content, .portfolio-block:nth-of-type(12) .content {
  background: #FCA311;
  color: #FFF;
}

.portfolio-block:nth-of-type(3) h3 span, .portfolio-block:nth-of-type(3) .columned-content .left-column p span, .columned-content .left-column .portfolio-block:nth-of-type(3) p span, .portfolio-block:nth-of-type(6) h3 span, .portfolio-block:nth-of-type(6) .columned-content .left-column p span, .columned-content .left-column .portfolio-block:nth-of-type(6) p span, .portfolio-block:nth-of-type(9) h3 span, .portfolio-block:nth-of-type(9) .columned-content .left-column p span, .columned-content .left-column .portfolio-block:nth-of-type(9) p span, .portfolio-block:nth-of-type(12) h3 span, .portfolio-block:nth-of-type(12) .columned-content .left-column p span, .columned-content .left-column .portfolio-block:nth-of-type(12) p span {
  color: #042A2B;
}

.portfolio-block:nth-of-type(3) .inner-content, .portfolio-block:nth-of-type(6) .inner-content, .portfolio-block:nth-of-type(9) .inner-content, .portfolio-block:nth-of-type(12) .inner-content {
  color: #042A2B;
}

.portfolio-block:last-of-type {
  margin-bottom: 145px;
}

@media only screen and (min-width: 768px) {
  .portfolio-block {
    margin-bottom: 100px;
  }
  .portfolio-block .content {
    width: 100%;
    max-width: 600px;
    padding: 40px 40px 80px 40px;
    margin-right: auto;
  }
  .portfolio-block img {
    height: 500px;
  }
  .portfolio-block .btn {
    margin-top: 90px;
  }
  .portfolio-block:first-of-type:after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 60px;
    width: 22px;
    background: url("../library/images/dark-scroll-indicator.svg") center/contain no-repeat;
    will-change: transform;
    -webkit-animation: 2.5s scroll infinite both ease-in-out;
            animation: 2.5s scroll infinite both ease-in-out;
  }
  .portfolio-block:nth-of-type(2n) .content {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
  }
  .portfolio-block:nth-of-type(2n) .btn:after {
    background: url("../library/images/white-button-arrow.svg") center/contain no-repeat;
  }
  .portfolio-block:nth-of-type(2n) .inner-content {
    margin-left: auto;
  }
  .portfolio-block:nth-of-type(3n):after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 60px;
    width: 22px;
    background: url("../library/images/dark-scroll-indicator.svg") center/contain no-repeat;
    will-change: transform;
    -webkit-animation: 2.5s scroll infinite both ease-in-out;
            animation: 2.5s scroll infinite both ease-in-out;
  }
  .portfolio-block:nth-of-type(4n) .content {
    text-align: right;
    margin-left: auto;
  }
  .portfolio-block:nth-of-type(4n) .inner-content {
    margin-left: auto;
  }
  .portfolio-block:nth-of-type(5n):after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 60px;
    width: 22px;
    background: url("../library/images/dark-scroll-indicator.svg") center/contain no-repeat;
    will-change: transform;
    -webkit-animation: 2.5s scroll infinite both ease-in-out;
            animation: 2.5s scroll infinite both ease-in-out;
  }
  .portfolio-block:nth-of-type(7n):after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 60px;
    width: 22px;
    background: url("../library/images/dark-scroll-indicator.svg") center/contain no-repeat;
    will-change: transform;
    -webkit-animation: 2.5s scroll infinite both ease-in-out;
            animation: 2.5s scroll infinite both ease-in-out;
  }
  .portfolio-block:last-of-type {
    margin-bottom: 145px;
  }
}

@media only screen and (min-width: 1024px) {
  .portfolio-block {
    flex-direction: row;
  }
  .portfolio-block .content {
    order: 0;
    max-width: 765px;
    padding: 100px 100px 130px 100px;
  }
  .portfolio-block img {
    order: 0;
    max-width: 425px;
    height: 330px;
    margin-left: -55px;
    z-index: 5;
  }
  .portfolio-block .inner-content {
    max-width: 440px;
  }
  .portfolio-block .btn {
    margin-top: 90px;
  }
  .portfolio-block:nth-of-type(2n) .content {
    order: 2;
  }
  .portfolio-block:nth-of-type(2n) img {
    height: 415px;
    max-width: 400px;
    order: 1;
    margin: 0 -140px 0 0;
  }
  .portfolio-block:nth-of-type(4n) img {
    height: 415px;
    max-width: 425px;
    order: 1;
    margin: 0 -140px 0 0;
  }
}

@media only screen and (min-width: 1280px) {
  .portfolio-block .inner-content {
    max-width: 440px;
    font-size: 14px;
  }
  .portfolio-block img {
    z-index: 5;
  }
  .portfolio-block:nth-of-type(2n) img {
    max-width: 500px;
  }
  .portfolio-block:nth-of-type(6n) img {
    max-width: 400px;
  }
}

.portfolio-stats {
  margin-bottom: 100px;
}

.portfolio-stats h5 {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.portfolio-stats h5:before {
  content: '';
  width: 90px;
  height: 1px;
  background: #817F75;
  margin-right: 10px;
}

.portfolio-stats .statistic-row {
  display: flex;
  flex-wrap: wrap;
}

.portfolio-stats .statistic {
  width: 50%;
  margin-right: 100px;
}

.portfolio-stats .statistic .stat {
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  color: #1277C2;
  margin-bottom: 0;
}

.portfolio-stats .statistic h3, .portfolio-stats .statistic .columned-content .left-column p, .columned-content .left-column .portfolio-stats .statistic p {
  margin-top: 35px;
  padding-top: 35px;
  font-weight: 300;
  color: #62797A;
  position: relative;
}

.portfolio-stats .statistic h3:before, .portfolio-stats .statistic .columned-content .left-column p:before, .columned-content .left-column .portfolio-stats .statistic p:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 1px;
  background: #62797A;
  content: ' ';
}

@media only screen and (min-width: 768px) {
  .portfolio-stats .statistic-row {
    display: flex;
    flex-wrap: nowrap;
  }
  .portfolio-stats .statistic {
    width: 50%;
    margin-right: 50px;
  }
  .portfolio-stats .statistic .stat {
    font-size: 60px;
    line-height: 60px;
  }
  .portfolio-stats .statistic h3, .portfolio-stats .statistic .columned-content .left-column p, .columned-content .left-column .portfolio-stats .statistic p {
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .portfolio-stats {
    margin-bottom: 180px;
  }
  .portfolio-stats .statistic {
    margin-right: 100px;
  }
  .portfolio-stats .statistic .stat {
    font-size: 80px;
    line-height: 80px;
  }
  .portfolio-stats .statistic h3, .portfolio-stats .statistic .columned-content .left-column p, .columned-content .left-column .portfolio-stats .statistic p {
    margin-top: 35px;
    padding-top: 35px;
  }
}

.about-us-masthead {
  position: relative;
  height: 515px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  background: #042A2B;
  overflow: hidden;
}

.about-us-masthead .image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 515px;
  overflow: hidden;
}

.about-us-masthead .image-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 100px);
  width: 100%;
  background: linear-gradient(to bottom, #042a2b 0%, rgba(4, 42, 43, 0) 100%);
  z-index: 2;
  opacity: 0.7;
}

.about-us-masthead .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}

.about-us-masthead .wrap:after {
  content: '';
  position: absolute;
  left: calc(50% - 11px);
  bottom: -150px;
  height: 60px;
  width: 22px;
  background: url("../library/images/white-scroll-indicator.svg") center/contain no-repeat;
  will-change: transform;
  -webkit-animation: 2.5s scroll infinite both ease-in-out;
          animation: 2.5s scroll infinite both ease-in-out;
}

.about-us-masthead img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us-masthead h1 {
  text-align: center;
  width: 100%;
}

.about-us-masthead h1 span {
  color: #FCA311;
}

@media only screen and (min-width: 768px) {
  .about-us-masthead {
    height: 750px;
  }
  .about-us-masthead .image-container {
    height: 750px;
  }
}

.image-content-callout {
  padding-top: 55px;
}

.image-content-callout.about-us-variant {
  margin-bottom: 0;
}

.image-content-callout.about-us-variant .callout {
  background: #FCA311;
  z-index: 5;
  padding-bottom: 50px;
}

.image-content-callout.about-us-variant .main-content {
  padding-bottom: 0;
  margin-top: -140px;
}

.image-content-callout.about-us-variant .right-col {
  padding-top: 100px;
}

@media only screen and (min-width: 1024px) {
  .image-content-callout.about-us-variant .main-content {
    padding-bottom: 210px;
  }
}

.services-grid.about-us-variant {
  margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
  .services-grid.about-us-variant {
    margin-bottom: 145px;
  }
}

.green-content-image-callout.about-us-variant .content {
  padding-bottom: 250px;
}

.green-content-image-callout.about-us-variant .content:after {
  bottom: 150px;
}

@media only screen and (min-width: 1024px) {
  .green-content-image-callout.about-us-variant {
    margin-bottom: 250px;
  }
  .green-content-image-callout.about-us-variant .content {
    padding-bottom: 345px;
  }
  .green-content-image-callout.about-us-variant .content:after {
    bottom: 120px;
  }
  .green-content-image-callout.about-us-variant .callout {
    margin-bottom: -250px;
  }
  .green-content-image-callout.about-us-variant img {
    top: 75px;
  }
}

.team .introductory-content {
  position: relative;
  max-width: 445px;
  margin-bottom: 75px;
}

.team .introductory-content .scrolling-indicator {
  display: none;
}

.team .teams-grid {
  display: flex;
  flex-wrap: wrap;
}

.team .teams-grid .team-member {
  width: 100%;
  margin-bottom: 100px;
}

.team .teams-grid .team-member img {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 40px;
}

.team .teams-grid .team-member h3, .team .teams-grid .team-member .columned-content .left-column p, .columned-content .left-column .team .teams-grid .team-member p {
  margin-bottom: 30px;
}

.team .teams-grid .team-member h3 span:not(.blue-text), .team .teams-grid .team-member .columned-content .left-column p span:not(.blue-text), .columned-content .left-column .team .teams-grid .team-member p span:not(.blue-text) {
  display: block;
  font-weight: 300;
  color: #1277C2;
}

@media only screen and (min-width: 768px) {
  .team .introductory-content {
    position: relative;
    max-width: 445px;
    margin-bottom: 75px;
  }
  .team .introductory-content .scrolling-indicator {
    display: block;
    position: absolute;
    right: -280px;
    top: 0;
  }
  .team .teams-grid .team-member {
    width: calc(50% - 45px);
    margin-right: 90px;
  }
  .team .teams-grid .team-member:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .team .introductory-content .scrolling-indicator {
    right: -400px;
  }
  .team .teams-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .team .teams-grid .team-member {
    margin-bottom: 160px;
  }
  .team .teams-grid .team-member img {
    height: 350px;
  }
}

.timeline {
  background: #F2F2F2;
  padding: 100px 0;
  overflow: hidden;
  margin-bottom: 125px;
}

.timeline .slick-arrow {
  position: absolute;
  top: -60px;
  right: 20px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  height: 25px;
  width: 75px;
  font-size: 0;
  background: url("../library/images/dark-carousel-arrow.svg") center/contain no-repeat;
  order: 3;
  transition: .25s all ease-in-out;
}

.timeline .slick-arrow.slick-prev {
  order: 2;
  transform: scaleX(-1) translate(100px);
}

.timeline .slick-arrow.slick-disabled {
  opacity: 0;
}

.timeline h2, .timeline .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .timeline h3, .timeline .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .timeline p, .timeline .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .timeline p, .timeline .contact-page-container h1, .contact-page-container .timeline h1 {
  margin-bottom: 40px;
}

.timeline .inner-timeline {
  margin-left: 20px;
}

.timeline .slick-list {
  position: relative;
  overflow: visible;
}

.timeline .slick-track {
  display: flex;
}

.timeline .milestone {
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px 20px 30px 0;
  background: #FFF;
  height: auto;
}

.timeline .milestone:first-of-type {
  background: none;
}

.timeline .milestone:before {
  position: absolute;
  left: 50px;
  height: 100%;
  top: 0;
  background: #FFF;
  width: 100%;
  content: '';
}

.timeline .milestone:nth-of-type(2n) .year {
  background: #042A2B;
}

.timeline .milestone:nth-of-type(3n) .year {
  background: #FCA311;
}

.timeline .year {
  position: relative;
  z-index: 2;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #1277C2;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-right: 30px;
  flex-shrink: 0;
}

.timeline .year:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 20px;
  height: 1px;
  background: #042A2B;
  opacity: 0.1;
  content: '';
}

.timeline .description {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  max-width: 445px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .timeline {
    background: #F2F2F2;
    padding: 200px 0;
  }
  .timeline h2, .timeline .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .timeline h3, .timeline .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .timeline p, .timeline .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .timeline p, .timeline .contact-page-container h1, .contact-page-container .timeline h1 {
    margin-bottom: 60px;
  }
  .timeline .slick-list {
    position: relative;
    overflow: visible;
  }
  .timeline .milestone {
    padding: 40px 30px 40px 0;
  }
  .timeline .year {
    height: 160px;
    width: 160px;
    font-size: 25px;
    line-height: 30px;
    margin-right: 100px;
  }
  .timeline .year:after {
    top: 50%;
    right: -65px;
    width: 65px;
    height: 1px;
  }
  .timeline .description {
    font-size: 25px;
    line-height: 30px;
    max-width: 445px;
  }
}

@media only screen and (min-width: 1024px) {
  .timeline {
    padding: 200px 0;
  }
  .timeline .milestone {
    padding: 80px 30px 80px 0;
  }
}

@media only screen and (min-width: 1210px) {
  .timeline h2, .timeline .why-choose-dropjaw .left-col h3, .why-choose-dropjaw .left-col .timeline h3, .timeline .why-choose-dropjaw .left-col .columned-content .left-column p, .why-choose-dropjaw .left-col .columned-content .left-column .timeline p, .timeline .columned-content .left-column .why-choose-dropjaw .left-col p, .columned-content .left-column .why-choose-dropjaw .left-col .timeline p, .timeline .contact-page-container h1, .contact-page-container .timeline h1 {
    margin-bottom: 50px;
  }
  .timeline .inner-timeline {
    margin-left: calc((100vw - 1170px) / 2);
  }
}

.about-content-and-image {
  position: relative;
  padding-bottom: 100px;
  margin-top: -40px;
}

.about-content-and-image .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.about-content-and-image img {
  display: block;
  width: 250px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-content-and-image .right-col {
  padding-top: 40px;
  position: relative;
}

.about-content-and-image .content {
  position: relative;
}

.about-content-and-image .content h5 {
  margin-bottom: 10px;
}

.about-content-and-image .content h3, .about-content-and-image .content .columned-content .left-column p, .columned-content .left-column .about-content-and-image .content p {
  margin-bottom: 40px;
}

.about-content-and-image .content h3 strong, .about-content-and-image .content .columned-content .left-column p strong, .columned-content .left-column .about-content-and-image .content p strong {
  color: #1277C2;
}

.about-content-and-image .content .btn {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) {
  .about-content-and-image {
    position: relative;
    padding-bottom: 150px;
    margin-top: -40px;
  }
  .about-content-and-image .wrap {
    flex-direction: row;
    align-items: flex-start;
  }
  .about-content-and-image img {
    width: 100%;
    max-width: 350px;
    margin: 0 40px 0 0;
  }
  .about-content-and-image .right-col {
    padding-top: 80px;
    margin-left: auto;
    max-width: 445px;
  }
  .about-content-and-image .content .btn {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1024px) {
  .about-content-and-image {
    margin-top: -120px;
  }
  .about-content-and-image .wrap {
    align-items: center;
  }
  .about-content-and-image img {
    max-width: 585px;
  }
  .about-content-and-image .right-col {
    padding-top: 160px;
  }
}

@media only screen and (min-width: 1280px) {
  .about-content-and-image {
    margin-top: -40px;
  }
  .about-content-and-image .content .btn {
    margin-left: -50px;
  }
}

.contact-page-container {
  background: #042A2B;
  color: #FFF;
}

.contact-page-container .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 20px 0px 20px;
}

.contact-page-container h5 {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.contact-page-container h5:before {
  content: '';
  width: 90px;
  height: 1px;
  background: #817F75;
  margin-right: 10px;
}

.contact-page-container .introductory-content {
  margin-bottom: 35px;
}

.contact-page-container .form-container .wpcf7-form-control-wrap {
  margin-bottom: 30px;
}

.contact-page-container .form-container .wpcf7-submit {
  background-color: #FCA311;
  margin-bottom: 0;
  position: static;
  background-image: url("../library/images/white-button-arrow.svg");
}

.contact-page-container .form-container .wpcf7-submit:hover {
  background-color: #FFF;
  color: #042A2B;
  background-image: url("../library/images/yellow-button-arrow.svg");
}

.contact-page-container .form-container .contact-details {
  margin-top: 40px;
  font-size: 15px;
  line-height: 30px;
  opacity: 0.5;
}

@media only screen and (min-width: 768px) {
  .contact-page-container {
    background: #042A2B;
    color: #FFF;
  }
  .contact-page-container .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-top: 60px;
  }
  .contact-page-container .form-container .wpcf7 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-page-container .wrap {
    min-height: 766px;
  }
  .contact-page-container .form-container {
    display: flex;
    align-items: flex-end;
  }
  .contact-page-container .form-container .wpcf7 {
    margin-bottom: 0;
    margin-right: auto;
  }
}

.privacy-policy-container {
  padding: 150px 0 100px 0;
}

.privacy-policy-container h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
}

.privacy-policy-container h3, .privacy-policy-container .columned-content .left-column p, .columned-content .left-column .privacy-policy-container p {
  margin: 60px 0 20px 0;
}

.privacy-policy-container h3:first-of-type, .privacy-policy-container .columned-content .left-column p:first-of-type, .columned-content .left-column .privacy-policy-container p:first-of-type {
  margin-top: 0;
}

.privacy-policy-container ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 25px;
}

.privacy-policy-container ul li {
  margin-bottom: 10px;
}

.privacy-policy-container ul li:last-of-type {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map*/