@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 1%;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

:focus {
  outline: 0;
}

/*--------------------------------------------------------------
13.4 Plugins
--------------------------------------------------------------*/
/* Added to help with load issues */
.slick-load {
  height: 100vh;
}

.slick-load:after {
  content: "\f110";
  color: #799900;
  display: block;
  font-family: FontAwesome;
  font-size: 72px;
  font-style: normal;
  font-weight: normal;
  left: calc(50% - 36px);
  position: absolute;
  text-decoration: inherit;
  top: calc(50% - 36px);
  z-index: 888;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  visibility: visible;
  opacity: 1;
}

.slick {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 889;
}

.slick.slick-initialized {
  visibility: visible;
  opacity: 1;
}

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

.slick .slick-slide:first-child {
  display: block;
  visibility: hidden;
}

.slick.slick-initialized .slick-slide {
  display: block;
  visibility: visible !important;
}

/*--------------------------------------------------------------
13.2 Inner Pages
--------------------------------------------------------------*/
.innerhero-section {
  margin: 50px auto 0;
  text-align: center;
}

.innerpage-section {
  margin: 50px auto;
}

/*--------------------------------------------------------------
13.3 Blog Page
--------------------------------------------------------------*/
.blog-section .single-post img {
  max-width: 350px;
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}

.blog-section .single-post .content {
  display: inline-block;
  width: 68%;
  vertical-align: middle;
  margin-left: 1.5%;
}

.blog-section .single-post {
  margin: 30px 0;
}

.blog-section .single-post h3 {
  margin-bottom: 0;
}

.blog-section .single-post p {
  padding: 20px 0 25px;
  margin-bottom: 0;
}

.blog-section .single-post span {
  font-size: 15px;
}

/**
 * Proces Page - page-process.php
**/
.process-page {
  width: 100%;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../../../uploads/2020/12/brain.png"), url("../../../uploads/2020/12/def-hero-2.png");
  background-size: auto, cover;
  background-repeat: no-repeat, repeat;
  background-position: 0px 70%, center;
}

.process-page .inner-container {
  width: 100%;
  max-width: 1480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 600px;
}

.process-page .inner-container .text h1 {
  line-height: 58px;
  letter-spacing: 1.2px;
}

.process-page .inner-container .text h1 div {
  font-weight: normal;
  margin-top: 50px;
}

.wpcf7 form .wpcf7-response-output {
  color: #FFF;
  font-size: 24px;
  line-height: 36px;
  border: 0px solid transparent !important;
  border-top: 2px solid #FFF !important;
  /* background: #FFF; */
  padding: 20px !important;
  margin: 0 !important;
}

/**
 * Work page - page-work.php
**/
.work {
  width: 100%;
  height: 525px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../../../uploads/2020/12/Work_HeroImage.png"), url("../../../uploads/2020/12/def-hero-2.png");
  background-size: auto, cover;
  background-repeat: no-repeat, repeat;
  background-position: top left, center;
}

.work .inner-container {
  width: 100%;
  max-width: 1480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 600px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work .inner-container .text {
  width: 90%;
}

.work .inner-container .text h1 {
  line-height: 58px;
  letter-spacing: 1.2px;
}

.work .inner-container .text h1 div {
  font-weight: normal;
  margin-top: 50px;
}

.project {
  width: 100%;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../../../uploads/2020/12/fox-white.png"), url("../../../uploads/2020/12/def-hero-2.png");
  background-size: auto 80%, cover;
  background-repeat: no-repeat, repeat;
  background-position: bottom left, center;
}

.project .inner-container {
  width: 100%;
  max-width: 1480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 600px;
}

.project .inner-container .text {
  width: 90%;
}

.project .inner-container .text h1 {
  line-height: 58px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.project .inner-container .text h1 div {
  font-weight: normal;
  margin-top: 50px;
  text-transform: none;
}

.project .inner-container .text p {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.6px;
  font-weight: normal;
  margin-top: 50px;
  width: 75%;
}

.picture-container {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.picture-container .inner-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

.picture-container .inner-container .title {
  width: 100%;
  max-width: 1480px;
  margin-top: 145px;
  text-transform: uppercase;
  margin-bottom: -150px;
}

.picture-container .inner-container .slider-container {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 200px;
  margin-bottom: 150px;
}

.picture-container .inner-container .slick-dots {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.picture-container .inner-container .slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 15px;
  padding: 0;
  cursor: pointer;
}

.picture-container .inner-container .slick-dots li button {
  display: none;
}

.picture-container .inner-container .slick-dots li:before {
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #474747;
  opacity: 20%;
  position: absolute;
}

.picture-container .inner-container .slick-dots li.slick-active:before {
  background-color: #EF4323;
  opacity: 100%;
}

.picture-container .inner-container .slider-item {
  height: 700px;
  position: relative;
  margin: 20px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 70%;
  margin-bottom: 80px;
}

.picture-container .inner-container .slider-item img {
  height: 100%;
  width: 100%;
}

.picture-container .inner-container .slick-current {
  -webkit-transform: translateY(-40px) scale(1.2);
          transform: translateY(-40px) scale(1.2);
  opacity: 100%;
}

.picture-container .inner-container .slick-current img {
  width: auto;
  height: 100%;
}

.content.project-content article {
  max-width: 100%;
  height: auto;
  padding: 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content.project-content article .text {
  width: 100%;
  max-width: 1480px;
}

.content.project-content article h2 {
  letter-spacing: 1.2px;
  line-height: 58px;
  margin: 0;
}

.content.project-content article h4 {
  letter-spacing: 0.9px;
  font-weight: normal;
  line-height: 58px;
  margin: 0;
  margin-bottom: 40px;
}

.content.project-content article p {
  margin: 0;
  width: 74.5%;
  margin-bottom: 150px;
}

.content.project-content #results {
  background: #222;
}

.content.project-content #results .text .result .icon {
  font-size: 90px;
  font-weight: 600;
  letter-spacing: -6.3px;
  line-height: 172px;
  font-weight: 900;
  color: #474747;
  margin-bottom: -100px;
  margin-left: -40px;
}

.content.project-content #results .text .result h4 {
  margin-bottom: 20px;
}

.content.project-content #results .text .result p {
  color: #FFF;
  margin: 0;
}

.content.project-content #results .text .result {
  margin-bottom: 100px;
}

.content.project-content #related {
  padding-bottom: 0;
}

.content.project-content article .card-container .inner-container .cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin-top: 100px;
  height: auto;
}

.content.project-content article .card-container .inner-container .cards .card {
  width: 70%;
  height: 640px;
  background-size: auto 640px;
  background: grey;
}

.content.project-content article .card-container .inner-container .cards .card .label {
  width: 450px;
  padding: 20px;
  background: #FFFFFF;
  margin-top: 500px;
  margin-left: 50px;
  margin-bottom: 200px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3490196078);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3490196078);
}

.content.project-content article .card-container .inner-container .cards .card:last-of-type .label {
  margin-bottom: 0px;
}

.content.project-content article .card-container .inner-container .cards .card .label h4 {
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.2;
}

.content.project-content article .card-container .inner-container .btn {
  margin: 0;
  margin-top: -80px;
  margin-bottom: 200px;
}

/*  SEO Page */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fff;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px 38px;
  border-radius: 22px;
  width: 80%; /* Could be more or less, depending on screen size */
}

.modal h4 {
  color: #ee4423;
  font-weight: 600;
  font-size: 32px;
  line-height: 38.4px;
  margin-top: 45px;
  text-align: center;
}

.scroll-button.small-screen-only {
  display: none;
  width: 80%;
  margin-bottom: 50px;
  position: fixed;
  bottom: 40px;
  z-index: 1;
}

/**
 * Indiviudal insights page - content-single.php + single.php
    - set up as posts design can be changed as needed
**/
.posts {
  width: 100%;
  padding-top: 100px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.posts .inner-container {
  width: 80%;
  max-width: 1480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.posts .inner-container .inner-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.posts .inner-container .inner-inner-container .left {
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 36px;
  color: #222222;
  margin-top: 70px;
}

.posts .inner-container .inner-inner-container .left b, .posts .inner-container .inner-inner-container .left strong, .posts .inner-container .inner-inner-container .left a {
  color: #EF4323;
  font-size: 24px;
}

.posts .inner-container .inner-inner-container .left p {
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 36px;
  color: #222222;
}

.posts .inner-container .inner-inner-container .left h2 {
  margin: 30px 0 40px 0;
}

.posts .inner-container .inner-inner-container .left h3 {
  font-size: 36px;
  letter-spacing: 0.9px;
  line-height: 48px;
  font-weight: normal;
  margin: 40px 0 20px 0;
}

.posts .inner-container .inner-inner-container .left li {
  margin-bottom: 30px;
}

.posts .inner-container .inner-inner-container .right h2 {
  width: 340px;
  margin: 100px 0 0 40px;
  font-size: 36px;
  letter-spacing: 0.9px;
  line-height: 58px;
  text-align: right;
}

.inner-page {
  width: 100%;
  padding: 80px 0px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-page p {
  font-size: 17px;
}

.inner-page a {
  font-size: 17px;
  color: #EF4323;
}

.inner-page .inner-container {
  width: 100%;
  max-width: 1280px;
}

.post-container {
  width: 100%;
  padding: 30px;
}

.post-container li {
  font-size: 16px;
}

.card-container.insight-cards-smaller .inner-container h2,
.card-container.gallery-cards-smaller .inner-container h2 {
  margin-top: 0;
}

.card-container.gallery-cards-smaller .slick-track {
  margin-left: unset;
  margin-right: unset;
}

.card-container.insight-cards-smaller .inner-container .cards,
.card-container.gallery-cards-smaller .inner-container .cards {
  display: block;
}

.card-container.insight-cards-smaller .inner-container .cards .card,
.card-container.gallery-cards-smaller .inner-container .cards .card {
  margin-bottom: 250px;
  height: 225px;
  width: 325px;
  margin: 0px 70px 175px;
}

.card-container.insight-cards-smaller .inner-container .cards .card .label,
.card-container.gallery-cards-smaller .inner-container .cards .card .label {
  width: 250px;
  margin-top: 200px;
  margin-left: 20px;
  min-height: 125px;
}

.card-container.insight-cards-smaller .inner-container .btn,
.card-container.gallery-cards-smaller .inner-container .btn {
  margin-left: 10%;
  margin-top: 0px;
  margin-bottom: 90px;
}

.card-container.gallery-cards-smaller .inner-container .btn {
  margin-bottom: 0;
}

.card-container.insight-cards-smaller .inner-container .cards .card .label h4,
.card-container.gallery-cards-smaller .inner-container .cards .card .label h4 {
  font-size: 23px;
}

.card-container.insight-cards-smaller .inner-container .cards .card .label .view a,
.card-container.gallery-cards-smaller .inner-container .cards .card .label .view a {
  font-size: 18px;
}

/*
.card-container.insight-cards-smaller .slick-prev:before {
	content: '\f053';
}

.card-container.insight-cards-smaller .slick-next:before {
	content: '\f054';
}*/
.card-container.insight-cards-smaller .slick-prev:before, .card-container.insight-cards-smaller .slick-next:before,
.card-container.gallery-cards-smaller .slick-prev:before, .card-container.gallery-cards-smaller .slick-next:before {
  color: #EF4323;
  font-size: 30px;
}

.card-container.insight-cards-smaller .slick-prev, .card-container.insight-cards-smaller .slick-next,
.card-container.gallery-cards-smaller .slick-prev, .card-container.gallery-cards-smaller .slick-next {
  font-family: "Font Awesome 5 Solid";
  z-index: 9;
  width: 35px;
  height: 35px;
}

.gallery-cards-smaller {
  margin-top: 100px;
}

.ada-page {
  width: 100%;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../../../uploads/2021/05/ADACompliance_HeroImage.png"), url("../../../uploads/2020/12/def-hero-2.png");
  background-size: 460px auto, cover;
  background-repeat: no-repeat, repeat;
  background-position: 10% 125%, center;
}

.ada-page .inner-container {
  width: 100%;
  max-width: 1480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 600px;
}

.ada-page .inner-container .text h1 {
  line-height: 58px;
  letter-spacing: 1.2px;
}

.ada-page .inner-container .text h1 div {
  font-weight: normal;
  margin-top: 50px;
}

.lead-form {
  position: fixed;
  bottom: 0;
  width: auto;
  text-align: center;
  background: #ef4323;
  color: #FFF;
  display: none;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

.lead-form .lead-form-top {
  padding: 15px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.lead-form .lead-form-bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.lead-form .lead-form-top:after {
  content: "+";
  margin-left: 10px;
}

.lead-form.toggled .lead-form-bottom {
  height: auto;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.lead-form.toggled .lead-form-top:after {
  content: "-";
}

.lead-form input[type=submit] {
  background: transparent;
}

.lead-form .wpcf7-not-valid-tip {
  color: #000 !important;
}

.lead-form input {
  margin: 10px;
  margin-top: 0;
  color: #FFF;
  border: 1px solid #FFF;
  width: calc(100% - 20px) !important;
  padding: 10px;
  font-size: 18px;
  line-height: 20px;
}

.lead-form input::-webkit-input-placeholder {
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
}

.lead-form input::-moz-placeholder {
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
}

.lead-form input:-ms-input-placeholder {
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
}

.lead-form input::-ms-input-placeholder {
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
}

.lead-form input::placeholder {
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
}

.lead-form label {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}

.lead-form .first-name .wpcf7-not-valid-tip,
.lead-form .last-name .wpcf7-not-valid-tip {
  width: calc(50% - 20px);
  display: inline-block;
  margin: 10px;
}

.lead-form .first-name input,
.lead-form .last-name input {
  width: calc(49% - 20px);
}

.lead-form input[type=submit] {
  width: auto;
  padding: 14px 20px;
  border-radius: 0px;
  border: 1px solid #FFF;
}

.lead-form input[type=submit]:active {
  color: #ef4323;
  border: 1px solid #FFF;
}

.lead-form p {
  margin: 0;
}

.lead-form .wpcf7-spinner {
  display: block;
  margin: auto;
  padding-bottom: 20px;
}

.lead-form .wpcf7 form .wpcf7-response-output {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  line-height: 1;
  border: none !important;
  border-top: none !important;
  padding: 0px 0px 20px !important;
  margin: 0 !important;
}

.grecaptcha-badge {
  z-index: 9;
}

.march-madness-bracket {
  background-image: url("../../../uploads/2022/03/2022_CMG_MarchMadness_HeroImg_Tablet_v1.jpg");
  width: 100%;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat, repeat;
  background-position: center;
}

.march-madness-bracket .inner-container {
  width: 100%;
  max-width: 1480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.march-madness-bracket .inner-container .text {
  width: 90%;
}

.march-madness-bracket .inner-container .text h1 {
  line-height: 58px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.march-madness-bracket .inner-container .text h1 div {
  font-weight: 400;
  margin-top: 50px;
  text-transform: none;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .carousel-cell {
    height: 400px;
  }
}
@media screen and (min-width: 960px) {
  .carousel-cell {
    width: 60%;
  }
}
/*--------------------------------------------------------------
13.5 Media Calls
--------------------------------------------------------------*/
@media only screen and (max-width: 1440px) {
  .page-template-page-locations .card-container.insight-cards .inner-container .cards .card {
    margin: 0 20px 15%;
  }
  .page-template-page-locations .card-container.insight-cards .inner-container .cards {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .card-container .inner-container.slide .slider-item .text {
    margin-left: 100px;
    margin-right: 50px;
  }
}
/* Tablet sizing */
@media only screen and (max-width: 1025px) {
  .ada-page {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 0;
    background-image: url("../../../uploads/2021/05/ADACompliance_HeroImage_Opacity.png"), url("../../../uploads/2020/12/def-hero-2.png");
    background-size: auto 220px, cover;
    background-repeat: no-repeat, repeat;
    background-position: -40px 100px, center;
  }
  .ada-page {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ada-page .inner-container {
    width: 80%;
    max-width: 80%;
    margin-left: 0;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ada-page .inner-container .text {
    width: 100%;
  }
  .ada-page .inner-container .text h1 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.85px;
    margin: 0;
  }
  .ada-page .inner-container .text h1 div {
    font-weight: normal;
    margin-top: 20px;
  }
  .gallery-content .left {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .gallery-content .right {
    width: 100%;
  }
  .gallery-content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 80%;
    margin: auto;
  }
  .portfolio-image .inner-container > *,
  .northstar-church .portfolio-image .inner-container > .img-wrapper:not(.full-width),
  .northstar-church .portfolio-image .inner-container > .img-wrapper.full-width,
  .portfolio-hero-bg .container,
  .gulf-coast-air-conditioning .inner-container .text-wrapper:last-child p {
    max-width: 80% !important;
    margin: auto !important;
  }
  .portfolio-image .left {
    padding-right: 7px;
  }
  .portfolio-image .right img:first-child,
  .portfolio-image .right img:last-child {
    padding: 0;
  }
  .gallery-content .right .img-wrapper {
    text-align: center;
  }
  .portfolio-image .right {
    padding: 0;
  }
  .gallery-content .right {
    border-left: 0;
    padding-left: 0;
  }
  .gallery-content.desktop-only .right {
    display: none;
  }
  .gallery-content.tablet-only {
    display: block;
  }
  .gallery-content.tablet-only .left {
    display: none;
  }
  .mini-header {
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  .email-form {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 40px;
  }
  .email-form form input {
    width: 100%;
    margin-left: 0;
  }
  .email-form form input::-webkit-input-placeholder {
    color: #FFF;
    white-space: normal;
  }
  .email-form form input::-moz-placeholder {
    color: #FFF;
    white-space: normal;
  }
  .email-form form input:-ms-input-placeholder {
    color: #FFF;
    white-space: normal;
  }
  .email-form form input::-ms-input-placeholder {
    color: #FFF;
    white-space: normal;
  }
  .email-form form input::placeholder {
    color: #FFF;
    white-space: normal;
  }
  .email-form .envelope {
    width: 25px;
    font-size: 20px;
    height: 45px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ada-page {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ada-page .inner-container {
    width: 80%;
    max-width: 80%;
    margin-left: 0;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ada-page .inner-container .text {
    width: 100%;
  }
  .ada-page .inner-container .text h1 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.85px;
    margin: 0;
  }
  .ada-page .inner-container .text h1 div {
    font-weight: normal;
    margin-top: 20px;
  }
  .lead-form {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .march-madness-bracket {
    background-position-x: 0;
  }
  .march-madness-bracket-wrapper iframe {
    /* 		height: 2300px !important; */
  }
}
@media only screen and (max-width: 475px) {
  .march-madness-bracket .inner-container .text h1 {
    font-size: 34px;
    padding: 0 50px;
  }
}
/* How do you know? A fox told me. */
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: none;
}

.container, .row {
  --bs-gutter-x: 2.5rem;
}

body, html {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}

.container {
  width: 100%;
  margin: auto;
  max-width: 1460px;
}

section {
  padding: 100px 0;
}
@media only screen and (max-width: 990px) {
  section {
    padding: 40px 0;
  }
}

.white {
  color: #FFF;
}

.gradiant-bg {
  background: -webkit-gradient(linear, left top, right top, from(#40CCC8), color-stop(33%, #0D37A0), color-stop(66%, #D80F52), to(#FF6903));
  background: linear-gradient(90deg, #40CCC8 0%, #0D37A0 33%, #D80F52 66%, #FF6903 100%);
}

.peach-gradiant-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#D80F52), to(#FF6903));
  background: linear-gradient(0deg, #D80F52 0%, #FF6903 100%);
}

.outer-flip-card {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.outer-flip-card:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.outer-flip-card .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(13, 13, 13, 0.9);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
}
@media only screen and (max-width: 1025px) {
  .outer-flip-card .overlay {
    padding: 20px;
  }
}
.outer-flip-card .overlay .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  text-transform: uppercase;
  margin-bottom: 5px;
}
.outer-flip-card .overlay .excerpt {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .outer-flip-card .overlay .excerpt {
    margin-bottom: 5px;
  }
}
.outer-flip-card .overlay .btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  padding: 15px 38px;
}
.outer-flip-card.callout-card .overlay {
  background: transparent;
}
.outer-flip-card.active .flip-card .inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.outer-flip-card .flip-card {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
}
.outer-flip-card .flip-card .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.outer-flip-card .flip-card:hover .inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.outer-flip-card .flip-card .front,
.outer-flip-card .flip-card .back {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-size: cover;
  background-position: center;
}
.outer-flip-card .flip-card .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.bottom_contact .container {
  max-width: 830px;
}
.bottom_contact .container .row {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1025px) {
  .bottom_contact .container .row {
    margin-bottom: 0;
  }
  .bottom_contact .container .row input[type=text], .bottom_contact .container .row input[type=email], .bottom_contact .container .row input[type=url], .bottom_contact .container .row input[type=password], .bottom_contact .container .row input[type=search], .bottom_contact .container .row input[type=tel], .bottom_contact .container .row textarea, .bottom_contact .container .row select {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 990px) {
  .bottom_contact .container .row input[type=text], .bottom_contact .container .row input[type=email], .bottom_contact .container .row input[type=url], .bottom_contact .container .row input[type=password], .bottom_contact .container .row input[type=search], .bottom_contact .container .row input[type=tel], .bottom_contact .container .row textarea, .bottom_contact .container .row select {
    margin-bottom: 10px;
  }
}
.bottom_contact .container .row:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1025px) {
  .bottom_contact form {
    margin-top: 20px;
  }
}

.sticky-nav {
  position: sticky;
  padding-left: 60px;
  top: 100px;
  padding-right: 0px;
  border-left: 1px solid #0D0D0D;
}
@media only screen and (max-width: 990px) {
  .sticky-nav {
    display: none;
  }
}
.sticky-nav .navbar {
  padding: 0;
  margin: 0;
}
.sticky-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.sticky-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.sticky-nav ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sticky-nav ul li .num {
  font-weight: 900;
  margin-right: 10px;
}
.sticky-nav ul li:nth-of-type(4n + 1) .num {
  color: #40CCC8;
}
.sticky-nav ul li:nth-of-type(4n + 2) .num {
  color: #0D37A0;
}
.sticky-nav ul li:nth-of-type(4n + 3) .num {
  color: #D80F52;
}
.sticky-nav ul li:nth-of-type(4n + 4) .num {
  color: #FF6903;
}

.text .service-image {
  float: right;
  width: 260px;
  height: auto;
  margin-top: 60px;
}

@media screen and (max-width: 990px) {
  .text .service-image {
    float: none;
    margin: 0px auto 20px;
    width: 100%;
    height: auto;
    max-width: 260px;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .northstar-church .portfolio-hero-bg {
    background-position-x: -150px !important;
  }
}
.page-id-59 .services .article:first-of-type {
  margin-top: -60px;
  padding-top: 60px;
}

p:last-of-type {
  margin-bottom: 1.5rem;
}

body {
  font-family: "Poppins", serif;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: #EE4423;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins", serif;
  font-weight: 700;
  margin: 0;
}

h1, .h1 {
  font-size: 62px;
}

h2, .h2 {
  font-size: 48px;
  font-weight: 700;
}

h3, .h3 {
  font-size: 42px;
}

h3.small {
  font-size: 32px;
}

h4, .h4 {
  font-size: 32px;
}

h4.small {
  font-size: 22px;
}

h5, .h5 {
  font-size: 28px;
}

h6, .h6 {
  font-size: 22px;
}

p {
  font-size: 16px;
  color: #000;
}

.post-container a:not(.btn) {
  color: #EE4423;
}

p + h1, p + h2, p + h3, p + h4, p + h5 {
  padding-top: 1rem;
}

a,
a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

.medium {
  font-size: 22px;
}

.large-font {
  font-size: 32px;
}

.green-text {
  color: #EE4423;
}

.uppercase {
  text-transform: uppercase;
}

.main-font {
  font-family: "Poppins", serif;
}

.caps {
  text-transform: uppercase;
}

@media only screen and (max-width: 990px) {
  h1, .h1 {
    font-size: 52px;
  }
  h2, .h2 {
    font-size: 42px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  h3.small {
    font-size: 28px;
  }
  h4, .h4 {
    font-size: 28px;
  }
  h4.small {
    font-size: 20px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 20px;
  }
  p, a {
    font-size: 16px;
  }
  p.medium {
    font-size: 20px;
  }
}
@media only screen and (max-width: 650px) {
  h1, .h1 {
    font-size: 42px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 28px;
  }
  h3.small {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h4.small {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 18px;
  }
  p, a {
    font-size: 16px;
  }
  p.medium {
    font-size: 18px;
  }
}
.navigation-mobile {
  display: none;
}

.navigation-section {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 100vw;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation-section.sticky {
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 990px) {
  .navigation-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.navigation-section .menu-toggle {
  text-align: right;
  padding: 0;
  z-index: 99;
  position: relative;
}

.navigation-section .menu-toggle.active {
  padding-right: 0px;
}

.navigation-section .menu-toggle.active .cancel {
  display: inline-block;
  max-width: 17px;
  cursor: pointer;
}

.navigation-section .menu-toggle.active .closed {
  display: none;
}

.navigation-section .menu-toggle .cancel {
  display: none;
}

.navigation-section .menu-toggle .closed {
  cursor: pointer;
}

.navigation-section .nav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding: 100px 90px 15px 15px;
  background-color: #222222;
  z-index: 2;
}

.navigation-section .nav.active {
  left: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.navigation-section .nav.active::-webkit-scrollbar {
  display: none;
}

.navigation-section .nav .logo {
  position: absolute;
  top: 30px;
  left: 20px;
}

.navigation-section nav {
  text-align: right;
  width: 100%;
}

.navigation-section nav .menu-primary-menu-container {
  text-align: right;
  margin-top: 100px;
}

.navigation-section nav .menu-primary-menu-container #menu-primary-menu {
  max-width: 1200px;
  width: 100%;
  display: inline-block;
}

.navigation-section nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-section nav ul.menu > li {
  height: 130px;
}

.navigation-section nav.navigation > .menu-primary-menu-container > ul > li > a {
  font-size: 48px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}

.navigation-section nav ul li a {
  color: #fff;
}

.navigation-section nav ul li a:hover {
  color: #fff;
}

.navigation-section nav ul li:hover .sub-menu {
  opacity: 1;
}

.navigation-section nav ul li .sub-menu {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: -13px;
  overflow: hidden;
}

.navigation-section nav ul li .sub-menu li {
  display: inline-block;
  padding: 0 13px;
  position: relative;
}

.navigation-section nav ul li .sub-menu li:after {
  content: "/";
  position: absolute;
  top: 2px;
  right: -7px;
  font-size: 18px;
  color: #fff;
}

.navigation-section .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  bottom: 35px;
  left: 0;
}

.navigation-section .bottom .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 335px;
  width: 100%;
}

.navigation-section .bottom .social img {
  max-width: 48px;
  width: 100%;
  height: auto;
}

.navigation-section .bottom .social img:hover {
  opacity: 0.5;
}

.email-form {
  width: 520px;
  border-bottom: 1px solid #fff;
  padding: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 25px;
}

.email-form form input {
  width: 475px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 36px;
  padding: 0;
  margin-bottom: -5px;
}

.email-form form input::-webkit-input-placeholder {
  color: #fff;
  white-space: normal;
}

.email-form form input::-moz-placeholder {
  color: #fff;
  white-space: normal;
}

.email-form form input:-ms-input-placeholder {
  color: #fff;
  white-space: normal;
}

.email-form form input::-ms-input-placeholder {
  color: #fff;
  white-space: normal;
}

.email-form form input::placeholder {
  color: #fff;
  white-space: normal;
}

.email-form .envelope {
  width: 25px;
  font-size: 20px;
  height: 45px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btt-top {
  display: inline-block;
  height: 75px;
  width: 75px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 68, 35, 0.8) url(../images/btt-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 1;
}

.btt-top:hover {
  background-color: rgb(255, 68, 35);
}

.btt-top.cd-is-visible,
.btt-top.cd-fade-out,
.no-touch .btt-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.btt-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.btt-top.cd-fade-out {
  opacity: 0.5;
}

.no-touch .btt-top:hover {
  background-color: rgb(255, 68, 35);
  opacity: 1;
}

@media only screen and (max-width: 1025px) {
  .navigation {
    display: none;
  }
  .navigation-mobile {
    display: block;
    position: relative;
    margin-top: 50px;
  }
  .navigation-section .logo {
    height: 60px;
    width: auto;
  }
  .navigation-section .nav {
    padding: 50px 40px;
    overflow: scroll;
    left: calc(100vw + 80px);
  }
  .navigation-section .nav .logo {
    height: 55px;
    width: auto;
  }
  .navigation-section nav ul.menu > li {
    height: auto;
    margin-bottom: 30px;
  }
  .navigation-section nav ul .menu-item-has-children .sub-menu {
    height: 0;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;
  }
  .navigation-section nav ul .menu-item-has-children.expanded .sub-menu {
    height: auto;
  }
  .navigation-section nav ul .menu-item-has-children .sub-menu li {
    display: block;
  }
  .navigation-section nav ul li {
    height: auto;
  }
  .navigation-section nav ul li a {
    font-size: 28px;
    letter-spacing: 0.7px;
    line-height: 58px;
    color: #fff;
    cursor: pointer;
  }
  .navigation-section nav ul li.menu-item-has-children a:before {
    content: "+ ";
  }
  .navigation-section nav ul li.menu-item-has-children.expanded a:before {
    content: "- ";
  }
  .navigation-section nav ul.sub-menu li.menu-item a:before {
    content: " ";
  }
  .navigation-section .menu-toggle .closed {
    font-size: 18px;
  }
  .navigation-section .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .navigation-section .bottom .social {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    background: #222222;
    padding: 20px 0;
  }
  .navigation-section .bottom .social img {
    max-width: 25px;
    margin: 0 20px;
    height: auto;
  }
  .navigation-section .menu-item-has-children .sub-menu {
    opacity: 1;
  }
  .navigation-section .menu-item-has-children .sub-menu li:after {
    content: "";
  }
}
@media (max-height: 900px) and (min-width: 1000px) {
  .navigation-section nav .menu-primary-menu-container {
    margin-top: 0;
  }
}
@media (max-height: 720px) and (min-width: 1000px) {
  .navigation-section nav .menu-primary-menu-container {
    margin-top: -25px;
  }
  .navigation-section .menu-item-has-children .sub-menu {
    margin-top: -10px;
  }
}
footer {
  width: 100%;
  background: #222222;
  color: #FFF;
  padding: 100px 0;
}
footer .footer-spacer {
  height: 30px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 990px) {
  footer .footer-spacer {
    height: 10px;
    margin: 0;
  }
}
@media only screen and (max-width: 990px) {
  footer {
    padding: 40px 0;
  }
}
footer ul, footer li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #FFF;
}
footer ul a, footer li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
footer a {
  color: #FFF;
}
footer .footer-header {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media only screen and (max-width: 990px) {
  footer .footer-header {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 990px) {
  footer .col-sm-12:first-of-type .footer-header {
    margin-top: 40px;
  }
}
footer .menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
footer .services .menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 50px;
}
@media only screen and (max-width: 990px) {
  footer .services .menu {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
footer .bottom-row hr {
  height: 4px;
  width: 100%;
  border: 0;
  background-color: #FFF;
  margin-bottom: 20px;
  margin-top: 50px;
}
footer .bottom-row .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .bottom-row .main .copyright {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  text-transform: uppercase;
}
footer .bottom-row .main .copyright p, footer .bottom-row .main .copyright a {
  display: inline;
  margin: 0;
  color: white;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  text-transform: uppercase;
}
@media only screen and (max-width: 650px) {
  footer .bottom-row .main .copyright p, footer .bottom-row .main .copyright a {
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 650px) {
  footer .bottom-row .main .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 50px;
  }
  footer .bottom-row .main .copyright .divider {
    display: none;
  }
}
footer .bottom-row .main .social {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
}
@media only screen and (max-width: 1025px) {
  footer .bottom-row .main .social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 990px) {
  footer .bottom-row .main .social {
    gap: 0;
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .bottom-row .main .social a {
    display: block;
    margin: 20px;
  }
}
footer .bottom-row .main .social img {
  height: 25px;
  width: auto;
}
@media only screen and (max-width: 650px) {
  footer .bottom-row .main {
    gap: 0px;
  }
}

.btn {
  outline: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 38px;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  border-radius: 0;
  text-transform: uppercase;
}
.btn:hover, .btn:active {
  outline: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.btn-outline {
  color: #FFF;
  background-color: transparent;
  border: 3px solid #FFF;
}
.btn-outline:hover {
  color: #000;
  background-color: #FFF;
}

.btn-outline-dark {
  color: #000;
  background-color: transparent;
  border: 3px solid #000;
}
.btn-outline-dark:hover {
  color: #FFF;
  background-color: #000;
}

.btn-plus:after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  margin-left: 10px;
}

.slick-prev:before, .slick-next:before {
  color: #D80F52;
}

.location_slider {
  padding: 0px 20px;
}

:root {
  --sf-width: 100%;
  --sf-segments: 10;
  --sf-width-segment: calc(var(--sf-width)/var(--sf-segments));
  --sf-radius:0;
  --sf-animationDirection: normal;
  --sf-margin: 1;
  --sf-speed: 1s;
}

.sf-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.splitflap {
  max-width: 100%;
  min-width: var(--sf-width-segment);
  font-size: var(--sf-width-segment);
  line-height: var(--sf-width-segment);
  text-align: center;
  height: var(--sf-width-segment);
  color: rgb(255, 255, 255);
  margin: calc(var(--sf-margin) * 5px);
  -webkit-perspective: 1000px;
          perspective: 1000px;
  font-weight: 800;
  position: relative;
  -webkit-transform: translate3D(0, 0, 0);
  border: 1.3px solid black;
  border-radius: var(--sf-radius);
  background-color: rgb(26, 26, 26);
}
.splitflap.empty {
  display: none;
}

.front-top {
  background-color: rgb(26, 26, 26);
  border-radius: var(--sf-radius) var(--sf-radius) 0 0;
  height: 50%;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.front-full {
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: -50%;
  border-radius: var(--sf-radius) var(--sf-radius) var(--sf-radius) var(--sf-radius);
  z-index: -2;
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 182, 235, 0)), to(rgb(40, 40, 40)));
  background-image: linear-gradient(rgba(59, 182, 235, 0), rgb(40, 40, 40));
  -webkit-transform-origin: center;
          transform-origin: center;
}

.front-top:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  border-bottom: 1px solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.back-top {
  position: relative;
  height: 50%;
  width: 100%;
  background-color: rgb(26, 26, 26);
  margin-top: -100%;
  overflow: hidden;
  border-radius: var(--sf-radius) var(--sf-radius) 0 0;
  z-index: 2;
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(40, 40, 40)), to(rgba(59, 182, 235, 0)));
  background-image: linear-gradient(rgb(40, 40, 40), rgba(59, 182, 235, 0));
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.back-top:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-bottom: 1px solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.back-full {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgb(26, 26, 26);
  margin-top: -50%;
  border-radius: var(--sf-radius) var(--sf-radius) var(--sf-radius) var(--sf-radius);
  z-index: -3;
}

.flip1 {
  -webkit-animation: flip1 ease-in;
          animation: flip1 ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: var(--sf-animationDirection);
          animation-direction: var(--sf-animationDirection);
  -webkit-animation-duration: var(--sf-speed);
          animation-duration: var(--sf-speed);
}

.flip2 {
  -webkit-animation: flip2 ease-out;
          animation: flip2 ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: var(--sf-animationDirection);
          animation-direction: var(--sf-animationDirection);
  -webkit-animation-duration: var(--sf-speed);
          animation-duration: var(--sf-speed);
}

@-webkit-keyframes flip1 {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    background-color: rgb(26, 26, 26);
  }
  50% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    background-color: black;
  }
  100% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
}

@keyframes flip1 {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    background-color: rgb(26, 26, 26);
  }
  50% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    background-color: black;
  }
  100% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
}
@-webkit-keyframes flip2 {
  0% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    background-color: rgb(26, 26, 26);
  }
}
@keyframes flip2 {
  0% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    background-color: rgb(26, 26, 26);
  }
}
.splitflap:nth-child(even) {
  margin-left: calc(-6px * var(--sf-margin));
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
textarea,
select {
  color: #0D0D0D;
  border: 0;
  border-radius: 0;
  padding: 10px;
  font-weight: 600;
  width: 100%;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #0D0D0D;
  font-weight: 600;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #0D0D0D;
  font-weight: 600;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #0D0D0D;
  font-weight: 600;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #0D0D0D;
  font-weight: 600;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #0D0D0D;
  font-weight: 600;
}

textarea {
  height: 185px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #0D0D0D;
  border: 0px;
  outline: none;
  font-weight: 600;
}

textarea,
select {
  padding-left: 5px;
  width: 100%;
}

.submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal form > div {
  width: 100%;
}
.modal form .hs-fieldtype-text,
.modal form .hs-fieldtype-phonenumber {
  width: 50%;
}
.modal form .hs-fieldtype-text.hs-website,
.modal form .hs-fieldtype-textarea,
.modal form .hs-fieldtype-radio,
.modal form .hs-fieldtype-checkbox {
  width: 100%;
}
.modal form .hs-fieldtype-textarea,
.modal form .hs-fieldtype-radio,
.modal form .hs-fieldtype-checkbox {
  margin-top: 20px;
}
.modal form .hs-firstname .input,
.modal form .hs-phone .input {
  margin-right: 12.5px;
}
.modal form .hs-lastname .input,
.modal form .hs-email .input {
  margin-left: 12.5px;
}
.modal form .hs-fieldtype-text input,
.modal form .hs-fieldtype-phonenumber input,
.modal form .hs-fieldtype-textarea textarea {
  padding: 23px;
  width: 100%;
  border: 0;
  background: #e7e7e7;
}
.modal form .inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal form .inputs-list li {
  font-size: 18px;
  font-weight: 400;
}
.modal form .inputs-list li label {
  font-size: 22px;
  max-width: 100%;
}
.modal form .inputs-list li input {
  margin-right: 12.5px;
}
.modal form .hs-form-field > label {
  font-size: 22px;
  max-width: 100%;
}
.modal form .hs-submit {
  margin-top: 50px;
  margin-bottom: 45px;
  width: 100%;
  text-align: center;
}
.modal form input[type=submit] {
  outline: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 38px;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  border-radius: 0;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  border: 3px solid #000;
}
.modal form input[type=submit]:hover, .modal form input[type=submit]:active {
  outline: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.modal form input[type=submit]:hover {
  color: #FFF;
  background-color: #000;
}
.modal .submitted-message p {
  text-align: center;
}
.modal .form .hs-richtext,
.modal .form li,
.modal .form .inputs-list li,
.modal .form .inputs-list label {
  font-size: 18px;
  font-weight: 400;
}
.modal .form .hs-richtext {
  margin-top: 0;
}
.modal .page-template-page-single-service-ads .modal form .form-columns-2,
.modal .page-template-page-single-service-ads .modal form .form-columns-1 {
  width: 100%;
  max-width: 100%;
}
.modal .page-template-page-single-service-ads .modal form .hs-fieldtype-text.hs_what_would_you_like_to_call_this_campaign_,
.modal .page-template-page-single-service-ads .modal form .hs-fieldtype-text.hs_estimated_monthly_budget {
  width: 100%;
}

.schema-faq .schema-faq-section {
  padding: 20px 0;
  border-bottom: 2px solid #ECECEC;
}
.schema-faq .schema-faq-section > *:not(.schema-faq-question) {
  display: none;
}
.schema-faq .schema-faq-section .schema-faq-question {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.schema-faq .schema-faq-section .schema-faq-question:before {
  content: "+";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  color: #FF6903;
  margin-right: 20px;
  line-height: 30px; /* 136.364% */
  text-transform: uppercase;
}
.schema-faq .schema-faq-section.active .schema-faq-question:before {
  content: "-";
}
.schema-faq .schema-faq-section .faq_answer {
  padding-left: 35px;
}

.home form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.home form .wpcf7-checkbox .wpcf7-list-item label {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home form .wpcf7-checkbox .wpcf7-list-item label input {
  width: 25px;
  height: 25px;
  margin-right: 25px;
  border-radius: 0;
  outline: none;
}
.home .hero {
  height: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d0d0d;
}
@media only screen and (max-width: 990px) {
  .home .hero {
    height: 800px;
  }
  .home .hero .container * > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 650px) {
  .home .hero {
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.home .hero .close-out-btn {
  display: none !important;
}
@media only screen and (max-width: 990px) {
  .home .hero.form-opened {
    height: auto;
  }
  .home .hero.form-opened .close-out-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .home .hero.form-opened .content {
    padding-top: 90px !important;
  }
}
.home .hero .content {
  padding-top: 90px;
}
@media only screen and (max-width: 990px) {
  .home .hero .content {
    padding-top: 0px;
    max-width: 100%;
  }
}
.home .hero .content .sub {
  margin: 50px 0;
}
.home .hero .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .hero .container .scroll {
  position: absolute;
  bottom: -75px;
}
.home .hero .hero-contact {
  display: none;
}
.home .hero .hero-contact .form-wrapper {
  max-width: 539px;
  margin: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#D80F52), to(#FF6903));
  background: linear-gradient(0deg, #D80F52 0%, #FF6903 100%);
  padding: 50px;
}
.home .hero .hero-contact .form-wrapper h2 {
  margin-bottom: 50px;
}
.home .hero .hero-contact .form-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .hero .hero-contact .form-wrapper form > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .hero .hero-contact .form-wrapper form > .row > * {
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .home .hero .hero-contact {
    margin-top: 50px;
  }
  .home .hero .hero-contact .form-wrapper {
    padding: 20px;
  }
}
.home .callout {
  position: relative;
  padding: 50px 0 200px;
}
@media only screen and (max-width: 990px) {
  .home .callout {
    padding: 40px 0 100px;
  }
}
.home .callout .flipboard {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 50px;
  background: #0D0D0D;
  position: absolute;
  margin: auto;
  top: calc(100% - 150px);
  left: 0;
  max-width: 100%;
  overflow: hidden;
  right: 0;
  width: clamp(0px, 100vw, 950px);
}
@media only screen and (max-width: 990px) {
  .home .callout .flipboard {
    padding: 20px;
    top: calc(100% - 80px);
  }
}
.home .spacer {
  height: 240px;
  width: 100%;
  padding: 0;
  background-color: #FFF;
}
@media only screen and (max-width: 1025px) {
  .home .spacer {
    height: 100px;
  }
}
@media only screen and (max-width: 990px) {
  .home .spacer {
    height: 0;
  }
}
.home .services {
  padding: 0 0 200px;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .home .services {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 990px) {
  .home .services {
    padding: 60px 0 0px;
    margin: 0;
  }
}
.home .services .row {
  height: 1000px;
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .home .services .row {
    height: auto;
  }
}
.home .services .content {
  max-width: 540px;
}
@media only screen and (max-width: 990px) {
  .home .services .content {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
.home .services .content p {
  margin: 50px 0;
}
@media only screen and (max-width: 990px) {
  .home .services .content p {
    margin: 20px 0 60px;
  }
}
.home .services .content .btn {
  position: relative;
  z-index: 2;
}
.home .services .second {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 990px) {
  .home .services .second {
    position: static;
    padding: 0;
    margin-top: 40px;
  }
  .home .services .second .row {
    margin: 0;
    padding: 0;
  }
}
.home .services .second .right {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin: 0;
}
@media only screen and (max-width: 650px) {
  .home .services .second .right {
    grid-template-columns: 1fr;
  }
}
.home .process video {
  width: 100%;
  background: black;
  position: relative;
  clip-path: url("#myClip");
  position: absolute;
}
.home .process img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 990px) {
  .home .process .clip-svg {
    margin-bottom: 20px;
  }
}
.home .studies {
  position: relative;
}
@media only screen and (max-width: 990px) {
  .home .studies .row {
    height: auto !important;
  }
}
.home .studies .content {
  max-width: 530px;
}
@media only screen and (max-width: 990px) {
  .home .studies .content {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.home .studies .content p {
  margin: 50px 0;
}
@media only screen and (max-width: 990px) {
  .home .studies .content p {
    margin-top: 0;
  }
}
.home .studies .content .btn {
  position: relative;
  z-index: 2;
}
.home .studies .second {
  position: absolute;
  top: 100px;
}
@media only screen and (max-width: 990px) {
  .home .studies .second {
    position: static;
    padding: 0;
  }
}
.home .studies .second .row {
  padding: 0;
  margin: 0;
}
.home .studies .second .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
.home .studies .second .right .outer-flip-card {
  width: calc(50% - 50px);
  margin: 25px;
  max-width: 400px;
}
.home .studies .second .right .break {
  height: 100%;
  height: 1px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

body.page-template-page-single-service-seo, body.page-template-page-single-service-new {
  overflow: visible;
}

.services .hero {
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d0d0d;
}
.services .hero .container {
  max-width: 800px;
}
.services .callout {
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 990px) {
  .services .callout {
    padding: 40px 0;
  }
}
.services .callout h2 {
  color: #FFF;
  margin: 0;
  font-style: unset;
}
.services.single-services .callout h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 147.059% */
  text-transform: uppercase;
}
@media only screen and (max-width: 990px) {
  .services.single-services .callout h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 650px) {
  .services.single-services .callout h2 {
    font-size: 32px;
  }
}
.services.single-services .quick-tip {
  padding: 30px !important;
  border-radius: 10px;
  background-color: #F5FCFC;
  margin-top: 0px !important;
}
.services.single-services .quick-tip h2 {
  font-size: 24px;
  font-style: normal;
  color: #000;
}
.services .services-list .service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
}
@media only screen and (max-width: 1025px) {
  .services .services-list .service-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 990px) {
  .services .services-list .service-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.services .services-list .service-grid .callout-card {
  background: #0D37A0;
}
.services .article {
  max-width: 996px;
  padding-top: 60px;
}
@media only screen and (max-width: 990px) {
  .services .article {
    padding-top: 40px;
  }
}
.services .article:first-of-type {
  margin-top: -60px;
  padding-top: 0px;
}
@media only screen and (max-width: 990px) {
  .services .article:first-of-type {
    margin-top: 0;
    padding-top: 40px;
  }
}
.services .article#overview .inner-content > div {
  padding-top: 60px;
}
.services .article h2 {
  color: #D80F52;
  font-weight: 700;
  margin-bottom: 1rem;
  font-style: italic;
  font-weight: 700 !important;
  margin-top: 60px;
}
@media only screen and (max-width: 990px) {
  .services .article h2 {
    margin-top: 20px;
  }
}
.services .article h2:first-of-type {
  margin-top: 0;
}
.services .article h2 span {
  font-weight: 700 !important;
}
.services .article h3, .services .article h4 {
  font-size: 22px;
  font-weight: 700 !important;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.services .article h3 span, .services .article h4 span {
  font-weight: 700 !important;
}
.services .article h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.services .article * + p:last-of-type, .services .article p:last-of-type {
  margin-bottom: 0;
}
.services .article p a:not(.btn) {
  color: #D80F52;
  text-decoration: underline;
}
.services .article .btn-wrapper {
  margin-top: 20px;
}
.services .article blockquote {
  background: #0D37A0;
  padding: 50px 70px;
  margin: 60px 0 0;
  color: #FFF;
}
.services .article blockquote p {
  margin: 0;
  font-size: 22px;
  font-style: normal;
  color: #FFF;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  text-transform: uppercase;
}
.services .article blockquote a {
  color: #7CFFFB;
}
.services .article img.alignright {
  float: right;
  margin-bottom: 20px;
}
@media only screen and (max-width: 990px) {
  .services .article img.alignright {
    float: none;
    max-width: 400px;
    margin: auto;
    display: block;
    margin: 20px auto;
  }
}
.services .article img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 990px) {
  .services .article img.alignleft {
    float: none;
    margin: auto;
    max-width: 400px;
    display: block;
    margin: 20px auto;
  }
}
.services .article .results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
@media only screen and (max-width: 650px) {
  .services .article .results-grid {
    grid-template-columns: 1fr;
  }
}
.services .article .result {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.services .article .result:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.services .article .result .title {
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  line-height: 38px; /* 126.667% */
  text-transform: uppercase;
  padding: 41px;
}
.services .article .result .inner-result {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services .article .result .inner-result .overlay {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 41px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.services .article .result:nth-of-type(1) {
  background-color: #FF6903;
}
.services .article .result:nth-of-type(1) .overlay {
  background-color: #FF6903;
}
.services .article .result:nth-of-type(2) {
  background-color: #02BBB6;
}
.services .article .result:nth-of-type(2) .overlay {
  background-color: #02BBB6;
}
.services .article .result:nth-of-type(3) {
  background-color: #0D37A0;
}
.services .article .result:nth-of-type(3) .overlay {
  background-color: #0D37A0;
}
.services .article .result:hover .overlay {
  opacity: 1;
}
.services.locations .cards {
  max-width: 900px;
  margin: auto;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.services.locations .cards .card {
  border: 0px;
  text-align: center;
}
.services.locations .cards .card > img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.services.locations .cards .card .label {
  padding: 20px;
}
.services.locations .results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0;
}
@media only screen and (max-width: 990px) {
  .services.locations .results-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.services.locations .result {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.services.locations .result:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.services.locations .result .title {
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  line-height: 38px; /* 126.667% */
  text-transform: uppercase;
  padding: 41px;
}
.services.locations .result .inner-result {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services.locations .result .inner-result .overlay {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 41px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.services.locations .result:nth-of-type(4n) {
  background-color: #FF6903;
}
.services.locations .result:nth-of-type(4n) .overlay {
  background-color: #FF6903;
}
.services.locations .result:nth-of-type(4n + 1) {
  background-color: #02BBB6;
}
.services.locations .result:nth-of-type(4n + 1) .overlay {
  background-color: #02BBB6;
}
.services.locations .result:nth-of-type(4n + 2) {
  background-color: #0D37A0;
}
.services.locations .result:nth-of-type(4n + 2) .overlay {
  background-color: #0D37A0;
}
.services.locations .result:nth-of-type(4n + 3) {
  background-color: #D80F52;
}
.services.locations .result:nth-of-type(4n + 3) .overlay {
  background-color: #D80F52;
}
.services.locations .result:nth-of-type(4n + 4) {
  background-color: #FF6903;
}
.services.locations .result:nth-of-type(4n + 4) .overlay {
  background-color: #FF6903;
}
.services.locations .result:hover .overlay {
  opacity: 1;
}
.services.serve img {
  max-width: 100%;
}
.services.serve .top-content .container {
  max-width: 1334px;
}
.services.serve .top-content h2 {
  color: #D80F52;
  margin-bottom: 10px;
  font-style: italic;
}
.services.serve .top-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto 0;
}
.services.serve .location-section .container {
  max-width: 1334px;
}
.services.serve .location-section h2 {
  color: #D80F52;
  margin-bottom: 10px;
  font-style: italic;
}
.services.serve .location-section .text-wrapper {
  max-width: 500px;
}
.services.serve .location-section .text-wrapper p.medium {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1460px) {
  .services.serve .location-section .slick-prev {
    left: 0px;
  }
  .services.serve .location-section .slick-next {
    right: 0px;
  }
}
@media only screen and (max-width: 650px) {
  .services.serve .location-section .slick-prev {
    left: -5px;
  }
  .services.serve .location-section .slick-next {
    right: -5px;
  }
}
.services.serve .services-list .container {
  max-width: 1334px;
}
.services.serve .services-list h2 {
  color: #D80F52;
  margin-bottom: 10px;
  font-style: italic;
}
.services.serve .services-list .service-grid {
  margin-top: 90px;
}
@media only screen and (max-width: 990px) {
  .services.serve .services-list .service-grid {
    margin-top: 0;
  }
}
@media only screen and (max-width: 650px) {
  .services.serve .services-list .service-grid {
    grid-template-columns: 1fr;
  }
}

.about .container {
  max-width: 1334px;
}
.about .hero {
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d0d0d;
}
.about .hero .container {
  max-width: 800px;
}
.about .callout {
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 990px) {
  .about .callout {
    padding: 40px 0;
  }
}
.about .top-content {
  margin-bottom: 100px;
}
@media only screen and (max-width: 990px) {
  .about .top-content {
    margin-bottom: 40px;
  }
}
.about .services-list h2 {
  color: #D80F52;
  margin-bottom: 20px;
}
.about .services-list .service-grid {
  display: grid;
  margin-bottom: 100px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
@media only screen and (max-width: 990px) {
  .about .services-list .service-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 650px) {
  .about .services-list .service-grid {
    grid-template-columns: 1fr;
  }
}
.about .services-list .service-grid .outer-flip-card .flip-card .inner > div {
  background-color: #FF6903;
  background-size: 100% auto;
  background-position: center bottom;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}
.about .services-list .service-grid .outer-flip-card .flip-card .inner .back {
  background-color: #FFF;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.about .services-list .service-grid .outer-flip-card .overlay {
  background: transparent;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: black;
}
.about .services-list .service-grid .outer-flip-card:nth-of-type(2) .flip-card .inner > div, .about .services-list .service-grid .outer-flip-card:nth-of-type(7) .flip-card .inner > div, .about .services-list .service-grid .outer-flip-card:nth-of-type(12) .flip-card .inner > div {
  background-color: #D80F52;
}
.about .services-list .service-grid .outer-flip-card:nth-of-type(2) .flip-card .inner .back, .about .services-list .service-grid .outer-flip-card:nth-of-type(7) .flip-card .inner .back, .about .services-list .service-grid .outer-flip-card:nth-of-type(12) .flip-card .inner .back {
  background-color: #FFF;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.about .services-list .service-grid .outer-flip-card:nth-of-type(3) .flip-card .inner > div, .about .services-list .service-grid .outer-flip-card:nth-of-type(5) .flip-card .inner > div, .about .services-list .service-grid .outer-flip-card:nth-of-type(9) .flip-card .inner > div {
  background-color: #0D37A0;
}
.about .services-list .service-grid .outer-flip-card:nth-of-type(3) .flip-card .inner .back, .about .services-list .service-grid .outer-flip-card:nth-of-type(5) .flip-card .inner .back, .about .services-list .service-grid .outer-flip-card:nth-of-type(9) .flip-card .inner .back {
  background-color: #FFF;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.about .services-list .service-grid .outer-flip-card:nth-of-type(4) .flip-card .inner > div, .about .services-list .service-grid .outer-flip-card:nth-of-type(8) .flip-card .inner > div, .about .services-list .service-grid .outer-flip-card:nth-of-type(10) .flip-card .inner > div {
  background-color: #40CCC8;
}
.about .services-list .service-grid .outer-flip-card:nth-of-type(4) .flip-card .inner .back, .about .services-list .service-grid .outer-flip-card:nth-of-type(8) .flip-card .inner .back, .about .services-list .service-grid .outer-flip-card:nth-of-type(10) .flip-card .inner .back {
  background-color: #FFF;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.about .services-list .service-grid .callout-card {
  background: #D80F52;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .results-grid {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
}
@media only screen and (max-width: 990px) {
  .about .results-grid {
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
.about .result {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about .result:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.about .result .title {
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  line-height: 38px; /* 126.667% */
  text-transform: uppercase;
  padding: 41px;
}
.about .result .inner-result {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .result .inner-result .overlay {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 41px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about .result:nth-of-type(1) {
  background-color: #FF6903;
}
.about .result:nth-of-type(1) .overlay {
  background-color: #FF6903;
}
.about .result:nth-of-type(2) {
  background-color: #02BBB6;
}
.about .result:nth-of-type(2) .overlay {
  background-color: #02BBB6;
}
.about .result:nth-of-type(3) {
  background-color: #0D37A0;
}
.about .result:nth-of-type(3) .overlay {
  background-color: #0D37A0;
}
.about .result:hover .overlay {
  opacity: 1;
}
.about .insights h2 {
  color: #D80F52;
  margin-bottom: 100px;
}

.error_four .hero {
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d0d0d;
}
.error_four .hero .container {
  max-width: 800px;
}
.error_four .callout {
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 990px) {
  .error_four .callout {
    padding: 40px 0;
  }
}
.error_four .error-main h2, .error_four .error-main h3 {
  margin-bottom: 25px;
}
.error_four .error-main .btn-wrapper {
  margin-top: 25px;
}

.contact .hero {
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d0d0d;
}
.contact .hero .container {
  max-width: 800px;
}
.contact .callout {
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 990px) {
  .contact .callout {
    padding: 40px 0;
  }
}
.contact .contact-form form input,
.contact .contact-form form label {
  position: relative;
  display: inline-block;
  width: 100%;
}
.contact .contact-form form input[type] {
  font-size: 24px;
  color: #000;
  line-height: 36px;
  letter-spacing: 0.6px;
  padding: 0 0 5px 0;
  z-index: 2;
  background: transparent;
  margin-bottom: 10px;
  border: none;
  border-bottom: 2px solid #000;
}
.contact .contact-form form input[type]::-webkit-input-placeholder {
  opacity: 0;
  font-size: 24px;
  color: #000;
  line-height: 36px;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.contact .contact-form form .name input[type] {
  width: 49%;
}
.contact .contact-form form label,
.contact .contact-form form .text {
  font-size: 24px;
  color: #000;
  font-weight: normal;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 5px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  top: 36px;
  margin-top: 20px;
}
.contact .contact-form .filled label {
  top: 0;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 31px;
  margin-top: 36px;
}
.contact .contact-form .filled input[type]::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.contact .contact-form form input[type=submit] {
  width: auto;
  font-size: 24px;
  line-height: 36px;
  padding: 14px 20px;
  color: #000;
  border: 2px solid #000;
  margin: 80px 0;
}
.contact .contact-form form input[type=submit]:hover {
  background: #000;
  color: #FFF;
}

.insights .container {
  max-width: 1334px;
}
.insights .hero {
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d0d0d;
}
.insights .callout {
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 990px) {
  .insights .callout {
    padding: 40px 0;
  }
}
.insights .insight-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.insights .insight-dropdown label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  font-weight: 800;
}
.insights .insight-dropdown select {
  border-bottom: 1px solid #000;
  background: transparent;
  max-width: 350px;
}
.insights .cards .outer-flip-card {
  width: 25%;
}
@media only screen and (max-width: 990px) {
  .insights .cards .outer-flip-card {
    width: 50%;
  }
}
.insights.gallery .cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
}
@media only screen and (max-width: 990px) {
  .insights.gallery .cards {
    grid-template-columns: 1fr 1fr;
  }
}
.insights.gallery .cards .outer-flip-card {
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .insights.gallery .cards .outer-flip-card {
    width: 100%;
  }
}
.insights.single .cards {
  display: grid;
  margin: 25px 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
}
@media only screen and (max-width: 990px) {
  .insights.single .cards {
    grid-template-columns: 1fr 1fr;
  }
}
.insights.single .cards .outer-flip-card {
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .insights.single .cards .outer-flip-card {
    width: 100%;
  }
}
.insights.single .cards-wrapper {
  padding-top: 0;
}
.insights.single .posts img {
  max-width: 100%;
}
.insights.single .posts h2, .insights.single .posts h3, .insights.single .posts h4, .insights.single .posts h5, .insights.single .posts h6 {
  margin-bottom: 25px;
}
.insights.studies .slider-container {
  max-width: 1000px;
  margin: 0 auto;
}
.insights.studies .slider-container .slick-dots {
  bottom: 15px;
}
.insights.studies .slider-container .slick-slide img {
  width: 100%;
  max-width: 100%;
}
.insights.studies .article {
  max-width: 996px;
  padding-top: 60px;
}
.insights.studies .article:first-of-type {
  padding-top: 0;
}
.insights.studies .article#overview .inner-content > div {
  padding-top: 60px;
}
.insights.studies .article#overview .inner-content > div:first-of-type {
  padding-top: 0;
}
.insights.studies .article h2 {
  color: #D80F52;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 1rem;
  font-style: italic;
  font-weight: 700 !important;
}
.insights.studies .article h2 span {
  font-weight: 700 !important;
}
.insights.studies .article h3, .insights.studies .article h4 {
  font-size: 22px;
  font-weight: 700 !important;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.insights.studies .article h3 span, .insights.studies .article h4 span {
  font-weight: 700 !important;
}
.insights.studies .article blockquote {
  background: #0D37A0;
  padding: 50px 70px;
  margin: 60px 0 0;
  color: #FFF;
}
.insights.studies .article blockquote p {
  margin: 0;
  font-size: 22px;
  font-style: normal;
  color: #FFF;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  text-transform: uppercase;
}
.insights.studies .article blockquote a {
  color: #7CFFFB;
}
.insights.studies .article .results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
@media only screen and (max-width: 990px) {
  .insights.studies .article .results-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.insights.studies .article .result {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.insights.studies .article .result:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.insights.studies .article .result .title {
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  line-height: 38px; /* 126.667% */
  text-transform: uppercase;
  padding: 41px;
}
.insights.studies .article .result .inner-result {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.insights.studies .article .result .inner-result .overlay {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 41px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.insights.studies .article .result:nth-of-type(1) {
  background-color: #FF6903;
}
.insights.studies .article .result:nth-of-type(1) .overlay {
  background-color: #FF6903;
}
.insights.studies .article .result:nth-of-type(2) {
  background-color: #02BBB6;
}
.insights.studies .article .result:nth-of-type(2) .overlay {
  background-color: #02BBB6;
}
.insights.studies .article .result:nth-of-type(3) {
  background-color: #0D37A0;
}
.insights.studies .article .result:nth-of-type(3) .overlay {
  background-color: #0D37A0;
}
.insights.studies .article .result:hover .overlay {
  opacity: 1;
}

/**
 * Portfolio Page addition
**/
.single-gallery section {
  padding: 0;
}

.portfolio {
  height: 140px;
  background-size: 100% auto;
}

.project-info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.project-info .inner-container {
  width: 100%;
  max-width: 1480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-info .inner-container h4 {
  font-size: 48px;
  letter-spacing: 1.2px;
  line-height: 58px;
  margin: 0 0 50px 0;
}

.project-info .inner-container p {
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.9px;
  line-height: 58px;
  margin: 0 0 70px 0;
}

.portfolio-image {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.portfolio-image .inner-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.portfolio-image .inner-container > * {
  max-width: 1460px;
  margin: auto;
  width: 100%;
}

.portfolio-image .inner-container img,
.portfolio-image .inner-container iframe {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: block;
  height: auto;
}

.portfolio-image .inner-container p {
  width: 100%;
}

.portfolio-image .inner-container h1 {
  text-align: left;
  margin: 70px 0;
}

.portfolio-hero-bg {
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-content {
  margin-bottom: 50px;
}

.gallery-content .mini-header a {
  color: #222222 !important;
}

.gallery-content .mini-header a:hover,
.gallery-content .mini-header a:focus,
.gallery-content .mini-header a:active {
  color: #EF4323 !important;
}

.portfolio-hero-bg .container {
  width: 100%;
}

.portfolio-hero-bg .container h1 {
  width: 100%;
}

.gallery-content .container,
.portfolio-hero-bg .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-content .left {
  padding-right: 50px;
}

.gallery-content .right {
  width: 100%;
  border-left: 1px solid #000;
  padding-left: 50px;
  margin-left: auto;
}

.gallery-content .right .img-wrapper {
  margin-top: 28px;
}

.gallery-content .right .img-wrapper img {
  width: auto;
  height: auto;
}

.gallery-content .right > p {
  margin: 0;
  font-size: 16px;
  color: #666666;
  line-height: 27.2px;
}

.gallery-image-container > .inner-container > * {
  padding-top: 40px;
}

.gallery-image-container > .inner-container > *:last-child {
  padding-bottom: 40px;
}

.gallery-image-container > .inner-container > p {
  padding-bottom: 0;
}

.portfolio-image .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio-image .btn-wrapper > a {
  display: block;
  width: 350px;
  text-align: center;
  margin: 0 10px;
}

.panama-business-machines .portfolio-image .btn-wrapper > a {
  width: auto;
}

.portfolio-image .btn-wrapper.one-btn > a {
  width: auto;
}

.portfolio-image .img-wrapper {
  width: 100%;
}

.portfolio-image .img-wrapper.full-width {
  max-width: 100%;
}

.portfolio-image .left {
  padding-right: 14px;
  width: 54%;
}

.portfolio-image .right {
  padding-left: 14px;
  width: 46%;
}

.portfolio-image .right img:first-child {
  padding-bottom: 14px;
}

.portfolio-image .right img:last-child {
  padding-top: 14px;
}

.portfolio-image .two-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio-image .two-img-wrapper .left img {
  /* 	height: 100%; */
}

.portfolio-image p {
  text-align: center;
  font-size: 16px;
  line-height: 170%;
  color: #666666;
  width: 100%;
}

.mini-header {
  margin-top: 0px;
  font-size: 22px;
}

.gallery-content .left .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto !important;
}

.gallery-content h2 {
  font-size: 52px;
}

.services-list > p {
  margin: 0;
}

.services-list > p:first-child {
  margin-left: 0;
}

.gallery-content .right .mini-header {
  color: #000000;
  font-size: 22px;
}

.gallery-content.tablet-only {
  display: none;
}

.portfolio-hero-bg {
  margin-bottom: 50px;
}

.portfolio-image p, .portfolio-image p a {
  color: #222222;
}

.ivy-spine .portfolio-hero-bg {
  background-position: right !important;
}

.ivy-spine .portfolio-hero-bg .second-line-break {
  display: none;
}

.every-child-home .portfolio-hero-bg {
  background-position: right !important;
}

.accurate-real-estate-solutions .portfolio-image .img-wrapper:first-child {
  text-align: center;
}

.accurate-real-estate-solutions .portfolio-image .img-wrapper:last-child {
  max-width: 100%;
  padding-bottom: 0;
}

.accurate-real-estate-solutions .portfolio-image .img-wrapper:last-child img {
  margin-bottom: -10px;
}

.aquarian-vacations .portfolio-image .img-wrapper:first-child,
.accurate-real-estate-solutions .portfolio-image .img-wrapper:first-child img {
  width: auto;
  margin: auto;
}

.veterans-business-outreach-center .portfolio-image .img-wrapper:last-child {
  width: 100%;
  padding-bottom: 40px;
}

.emerald-coast-fellowship .portfolio-hero-bg {
  height: auto;
  padding: 50px 0;
}

.northstar-church .portfolio-image .inner-container > .img-wrapper:not(.full-width) {
  max-width: 807px !important;
  margin: auto !important;
}

.northstar-church .portfolio-image .inner-container > .img-wrapper.full-width {
  max-width: 1440px !important;
  margin: auto !important;
}

.brain-spine .video {
  aspect-ratio: 16/9;
  width: 1440px;
}

.gulf-coast-air-conditioning .inner-container .text-wrapper:last-child {
  background-image: url(../../../uploads/2023/07/Rectangle-2-e1689958465500.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 130px 0;
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.panama-business-machines .inner-container .text-wrapper:last-child {
  background-color: #1289F0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 130px 0;
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.gulf-coast-air-conditioning .inner-container .text-wrapper:last-child p,
.panama-business-machines .inner-container .text-wrapper:last-child p {
  margin: auto;
  max-width: 1440px;
  font-size: 24px;
  color: #fff;
  line-height: 40.8px;
}

@media only screen and (max-width: 1544px) {
  .portfolio-image .inner-container > *,
  .portfolio-hero-bg .container,
  .gallery-content .container,
  .gulf-coast-air-conditioning .inner-container .text-wrapper:last-child p {
    margin: 0 188.5px;
    max-width: 100%;
    width: auto;
  }
  .gulf-coast-air-conditioning .inner-container .text-wrapper:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .ivy-spine .portfolio-hero-bg .second-line-break {
    display: block;
  }
}
@media only screen and (max-width: 1025px) {
  .gallery-content h2 {
    font-size: 34px;
  }
  .northstar-church .portfolio-hero-bg {
    background-position-x: 0 !important;
  }
}
@media only screen and (max-width: 1025px) {
  /**
   * Portfolio add ons
  **/
  .project-info {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .project-info .inner-container {
    width: 80%;
    max-width: 80%;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 0;
  }
  .project-info .inner-container .text {
    width: 100%;
  }
  .project-info .inner-container h4 {
    font-size: 34px;
    letter-spacing: 0.85px;
    line-height: 40px;
    margin: 50px 0 20px 0;
  }
  .project-info .inner-container p {
    font-size: 26px;
    letter-spacing: 0.65px;
    line-height: 38px;
  }
  .portfolio-image .inner-container h1 {
    width: 80%;
    margin: 70px auto;
  }
  .content article .num,
  .content article:first-child .num {
    font-size: 150px;
    line-height: 100px;
    letter-spacing: -10.5px;
    margin-bottom: -105px;
    margin-top: 100px;
  }
  .inner-page .inner-container {
    width: 80%;
  }
  .gallery-content .left {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .gallery-content .right {
    width: 100%;
  }
  .gallery-content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 80%;
    margin: auto;
  }
  .portfolio-image .inner-container > *,
  .northstar-church .portfolio-image .inner-container > .img-wrapper:not(.full-width),
  .northstar-church .portfolio-image .inner-container > .img-wrapper.full-width,
  .portfolio-hero-bg .container,
  .gulf-coast-air-conditioning .inner-container .text-wrapper:last-child p {
    max-width: 80% !important;
    margin: auto !important;
  }
  .portfolio-image .left {
    padding-right: 7px;
  }
  .portfolio-image .right img:first-child,
  .portfolio-image .right img:last-child {
    padding: 0;
  }
  .gallery-content .right .img-wrapper {
    text-align: center;
  }
  .portfolio-image .right {
    padding: 0;
  }
  .gallery-content .right {
    border-left: 0;
    padding-left: 0;
  }
  .gallery-content.desktop-only .right {
    display: none;
  }
  .gallery-content.tablet-only {
    display: block;
  }
  .gallery-content.tablet-only .left {
    display: none;
  }
  .mini-header {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .portfolio-image p {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .gallery-content .right {
    border-left: 0;
    padding-left: 0px;
    text-align: center;
  }
  .portfolio-image .right {
    padding-left: 0;
  }
  .northstar-church .portfolio-hero-bg {
    background-position-x: -300px !important;
  }
}
@media only screen and (max-width: 500px) {
  .portfolio-image .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .portfolio-image .btn-wrapper > a {
    margin: 10px 0;
  }
  .portfolio-image .btn-wrapper > a {
    width: auto;
  }
}
@media only screen and (max-width: 471px) {
  .portfolio-hero-bg .container h1 br {
    display: none;
  }
}
.single-column .hero {
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d0d0d;
}
.single-column .hero .container {
  max-width: 800px;
}
.single-column .callout {
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 990px) {
  .single-column .callout {
    padding: 40px 0;
  }
}

.page-template-page-locations .location-content img {
  max-width: 100%;
  margin-bottom: 20px;
}