/*!
Theme Name: Design Synergy Consultants
Theme URI: https://sparkfirebranding.com
Author: Cody Creswell
Author URI: https://sparkfirebranding.com
Description: Theme for Design Synergy Consultants
Version: 0.1
Tested up to: 8.2
Requires PHP: 8.2

*/
/***************RESET STYLES*********************/
/* Box sizing rules */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Remove default margin */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'], ol[role='list'] {
  list-style: none;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img, picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-size: 13px;
}
/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
div {
  white-space: normal;
}
/******************SKELETON STYLES********************************/
.container,
.woocommerce-page .entry-content {
  position: relative;
  width: 100%;
  /*max-width: 1440px;*/
  max-width:1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.woocommerce-page .entry-content {
  margin-top:100px;
}

.container.full-width {
  width:100%;
}

.column, .columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.row.fti .column, .row.fti .columns {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.row.fti.va-top .column, .row.fti.va-top .columns {
  vertical-align: top;
}

.row.flex-row {
  display:flex;
}

.flex-row.jc-center {
   justify-content:center;
}

.flex-row .as-center {
  align-self:center;
}

.row .columns.va-bottom {
  vertical-align:bottom;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 90%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 85%;
  }
  .column, .columns {
    margin-left: 4%;
  }
  .column:first-child, .columns:first-child {
    margin-left: 0;
  }
  .one.column, .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74.0%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column, .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column, .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column, .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column, .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column, .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column, .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column, .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column, .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column, .offset-by-nine.columns {
    margin-left: 78.0%;
  }
  .offset-by-ten.column, .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column, .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column, .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column, .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column, .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.container::after, .row::after, .u-cf {
  content: "";
  display: table;
  clear: both;
}

.container.non-relative {
  position:static;
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
  overflow-x:hidden;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  line-height:35px;
  font-size:20px;
  color: #000000;
  overflow-x: clip;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal; /*300*/
}

h1 {
   font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: normal;
    font-size:75px;
    letter-spacing:1px;
    line-height:80px;
}

h2 {
   font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-style: normal;
   font-size:41px;
   letter-spacing:1px;
   line-height:53px;
}

h3 {
  font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-style: normal;
    font-size:25px;
    line-height:33px;
}

h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:25px;
  letter-spacing:5px;
  line-height:40px;
}



p {
  margin-top: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  line-height:35px;
  font-size:20px;
  margin-bottom: 20px;
  color: #010101;
}

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

p.subhead {
  font-weight:500;
}


.bold {
  font-weight: 700;
}

h1.mb-none, h2.mb-none, h3.mb-none, h4.mb-none, h5.mb-none, h6.mb-none, p.mb-none {
  margin-bottom: 0;
}

.mb-20 {
  margin-bottom:20px !important;
}

.mb-30 {
  margin-bottom:30px !important;
}

.mb-40 {
  margin-bottom:40px !important;
}

.mb-50 {
  margin-bottom:50px;
}

.mb-10 {
  margin-bottom:10px !important;
}

.mb-15 {
  margin-bottom:15px !important;
}

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

.upper {
  text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.ta-right {
  text-align: right;
}

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

.italic {
  font-style: italic;
}

.under {
  text-decoration: underline;
}

.no-upper {
  text-transform:none !important;
}

.non-italic {
  font-style:normal !important;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #0c3554;
}

a:hover {
  color: rgba(12,53,85,0.8);
}

a.black {
  color:#000;
}

a.no-under {
  text-decoration: none !important;
}

a.brown {
  color:#756854;
}

a.brown:hover {
  color:rgba(117, 104, 84,0.8);
}

.white {
  color:#FFF;
}

.dark-green {
  color:#304c40;
}

.mt-10 {
  margin-top:10px;
}

.mt-15 {
  margin-top:15px;
}

.mt-20 {
  margin-top:20px;
}

.mt-30 {
  margin-top:30px;
}

.mt-100 {
  margin-top:100px;
}

.mt-150 {
  margin-top:150px;
}

.max {
  width:100%;
  max-width:750px;
  margin:0 auto;
}

.max.m-945 {
  max-width:945px;
}

img.no-vis {
  visibility:hidden;
}

#parallax {
  background-image:url(/wp-content/uploads/2024/08/location-background-1.jpg);
  background-size:cover;
  background-position-x:50%;
}

/************Main Styles***************/

#nav-logo {
  background-color:#e6e8e2;
  position: sticky;
  top: 0;
  width: 100%;
  z-index:1000;
}

#nav-logo .logo {
  width:260px;
  background-image:url(/wp-content/uploads/2024/08/dsc-nav-logo-horiz.svg);
  background-size:100% auto;
  background-repeat:no-repeat;
  display:inline-block;
  vertical-align:middle;
  margin:25px 0;
}

#nav-logo .logo img {
  width:100%;
}

#nav-logo .nav-items {
  display:inline-block;
  vertical-align:middle;
  text-align:right;
  width:calc(100% - 260px);
}

#nav-logo .nav-items li {
  display:inline-block;
  vertical-align:middle;
  margin-right:60px;
}

#nav-logo .nav-items li:last-child {
  margin-right:0;
}

#nav-logo .nav-items li a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#304c40;
  font-size:17px;
  line-height:1.59;
  letter-spacing:3px;
  text-transform:uppercase;
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor:pointer;
}

#nav-logo .nav-items li a:hover {
 /*text-shadow: 0.45px 0.45px 0 currentColor; */
 font-weight:600;
}

#footer {
  padding:35px 0;
  background-color:#304c40;
}

.pre-footer {
  background-color:#9ba48d;
  padding:35px 0;
}

img.footer-logo {
  display:block;
  margin:0;
  max-width:189px;
}

img.ntba-logo {
  display:block;
  margin-left:auto;
  max-width:100px;
}

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

.contact-info li {
  list-style-type:none;
  display:inline-block;
  vertical-align:middle;
  color:#FFF;
  font-size:20px;
  line-height:1.75;
  margin-left:10px;
}

.contact-info li a {
  color:#FFF;
  text-decoration:none;
}

.contact-info li:first-child {
  margin-left:0;
}

.contact-info li.linkedin {
  margin-left:20px;
}

.linkedin img {
  max-width:48px;
  width:100%;
}

.disclaimer {
  font-size:14px;
  line-height:1.93;
  text-align:center;
  margin-top:30px;
  color:#FFF;
}

.photo-banner {
  width: 100%;
  height:750px;
  overflow:hidden;
  position:relative;
}

.photo-banner .hero-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*animation*/
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
  opacity: 1;
  background: url(/wp-content/uploads/2025/07/hero_homepage.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transform-origin:center right;
}

@keyframes 
  slideShow {  
  
    0% {
    opacity: 1;
    transform:scale(1);
    -ms-transform:scale(1);
    }

    50% {
    transform:scale(1.1);
    }

    100% {
    transform:scale(1);
    -ms-transform:scale(1);
    }
}

.photo-banner .photo-overlay {
  position:absolute;
  bottom:115px;
  left:0;
  width:100%;
}

.orange-box {
  text-align:center;
  padding:18px 30px;
  background-color: #b97650;
  margin-bottom:20px;
  display:table;
  border-collapse: separate;
  text-wrap: nowrap;
  /*animation*/
  opacity: 0;
    -webkit-mask-image: linear-gradient(to left, #0000 25%, #000 75%);
    -webkit-mask-size: 500%;
    animation-name: text-wipe;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.reveal {
  opacity: 0;
    -webkit-mask-image: linear-gradient(to left, #0000 25%, #000 75%);
    -webkit-mask-size: 500%;
    animation-name: text-wipe;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

h1.one-stop {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
   opacity: 0;
   display:none;
   padding:0 0 32px 0;
}

h1.one-stop.showme {
  display:block;
   -webkit-mask-image: linear-gradient(to left, #0000 25%, #000 75%);
    -webkit-mask-size: 500%;
    animation-name: text-wipe;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.orange-box.fadeout {
  animation-name:text-wipe,fadeOut;
  animation-duration:2s, 1s;
}

.orange-box.fadeout.hideme {
  display:none;
}

.orange-box:last-child {
  margin-bottom:0;
}

.orange-box:nth-child(1) { animation-delay: 0.2s; }

.orange-box:nth-child(2) { animation-delay: 1.5s, 6s; }

.orange-box:nth-child(3) { animation-delay: 3s, 6s; }

.orange-box:nth-child(4) { animation-delay: 3s, 6s; }

.orange-box:nth-child(5) { animation-delay: 6s, 6s; }


@keyframes text-wipe {
    0% {
        opacity: 1;
        -webkit-mask-position: 100%;
    }

    100% {
        opacity: 1;
        -webkit-mask-position: 0%;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
 
.photo-bg {
  position:relative;
}

.photo-bg .bg {
  background-color:#304c40;
  width:100%;
  height:100%;
  position:absolute;
  top:-15px;
  left:-15px;
  transition: all .5s ease-in-out;
  z-index:1;
}

.photo-bg .photo {
  position:absolute;
  background-size:cover;
  width:calc(100% - 5px);
  height:calc(100% - 5px);
  transition: all .5s ease-in-out;
  bottom:10px;
  right:10px;
  z-index:2;
}

img.fill {
  display:block;
  margin:0 auto;
  width:100%;
}

.service-area {
  background-image:url(/wp-content/uploads/2024/08/location-background.jpg);
  padding:85px 0;
  width:100%;
}

.green-box {
  background-color:#9ba48d;
  width:100%;
  box-sizing:border-box;
  padding:50px;
  border-top:10px solid #304c40;
  margin-top:50px;
}

.slideup {
  opacity:0;
  transform:translateY(100px);
  transition:all 1s ease-in-out;
}

.slideup.slid {
  opacity:1;
  transform:translateY(0);
}

.slideright {
  opacity:0;
  transform:translateX(-100px);
  transition:all 1s ease-in-out;
}

.slideright.slid {
  opacity:1;
  transform:translateX(0);
}

.slideleft {
  opacity:0;
  transform:translateX(100px);
  transition:all 1s ease-in-out;
}

.slideleft.slid {
  opacity:1;
  transform:translateX(0);
}

.portfolio {
  background-color:#e6e8e2;
  padding:100px 0;
}

.portfolio h2 {
  margin-left:5%;
}

a.port-link {
  font-family: "Roboto Slab", serif;
    font-weight: 800;
    font-size:15px;
    letter-spacing:3.5px;
    line-height:26px;
    color:#b97650;
    text-decoration:underline;
    text-transform:uppercase;
}

a.port-link:hover {
  color:#945e40;
}

.swiper {
  position:relative;
  margin-left:5% !important;
  width:125%;
}

.swiper .prevImg,
.swiper .nextImg {
  position: absolute;
  width: 40.5%;
  height: calc(100% - 90px);
  top:0;
  z-index: 500;
}

.swiper .nextImg {
  left:40.5%;
}

.swiper .prevImg:hover {
  cursor: url(/wp-content/uploads/2024/08/gallery-arrow-left.svg), auto;
}

.swiper .nextImg:hover {
  cursor: url(/wp-content/uploads/2024/08/gallery-arrow-right.svg), auto;
}

.form-wrap {
  background-image:url(/wp-content/uploads/2024/08/Stocksy_txpcaab807en50400_Medium_4563955.jpg);
  background-size:cover;
  background-position:50% 50%;
  padding:125px 0 75px 0;
}

.form-box {
  position:relative;
}

.form-box .form {
  background-color: #e6e8e2;
  padding:110px 95px;
  transition:background-color 1s linear;
}

.form-box .form-thanks {
  position:absolute;
  width:100%;
  height:100%;
  left:-50px;
  top:-50px;
  background-color:#304c40;
  z-index:2;
  overflow:hidden;
  transition:background-color 1s linear;
}


.form-thanks .thanks-copy {
 /* position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:95%;
  margin:0 auto;
  max-width:750px;*/
}

.gform_heading,
.gfield label {
  display:none !important;
}

#gform_1 {
  margin-top:50px;
}

#gform_1 input {
border:none !important;
  border-bottom: 2px solid #304c40 !important;
  background: transparent;
  outline: none;
  box-shadow:none !important;
  border-radius:0 !important;
  padding-bottom:25px !important;
  margin-top:20px !important;
  padding-top: 15px !important;
   font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 300 !important;
    line-height:35px !important;
    font-size:20px !important;
    color:#010101 !important;
}

#gform_1 input::placeholder {
   font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 300 !important;
    line-height:35px !important;
    font-size:20px !important;
    color:#010101 !important;
    padding-bottom:8px;
    opacity:1 !important;
}

.gform_fields {
  text-align:center;
  display:flex !important;
  flex-wrap: wrap !important;
  justify-content:space-between !important;
}

.gform_fields .half {
  width:48% !important;
}

#gform_1 input.gform_button {
  font-family: "Roboto Slab", serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  letter-spacing: 5px !important;
  border: none !important;
  background-color: #b97650 !important;
  padding: 15px 47.5px 15px 47.5px !important;
  border-radius: 55px !important;
  line-height: 1;
  height:auto !important;
  border-bottom:none !important;
  margin-top:30px !important;
  color:#FFF !important;
}

#gform_1 input.gform_button:hover {
  background-color:#945e40 !important;
}

.form-box .form {
  position:relative;
  overflow:hidden;
  z-index:3;
}

.gf-submitted .form-box .form {
  background-color:#304c40;
  padding:200px 95px;
}

.gf-submitted .form h2.dark-green,
.gf-submitted .form h4.mt-15 {
  display:none;
}

.gf-submitted .form-thanks {
  background-color:#e6e8e2;
}

.form .trans-logo {
  position:absolute;
  z-index:1;
  right:0;
  bottom:-20px;
  opacity:0.7;
}

.gf-submitted .form .trans-logo {
  opacity:0.2;
}

.form #gform_wrapper_1 {
  position:relative;
  z-index:2;
}

.swiper-slide .slider-photo {
  width:100%;
  padding-bottom:80%;
  background-size:cover;
  background-position:50% 50%;
}

.form-photo {
  display:none;
}

.relative {
  position:relative;
}

a.port-link {
  word-break:break-all;
  display:inline-block;
  line-height:22px;
}

/**************************************** Media Queries******************************************/

@media (min-width:981px) {
  .show-980 {
    display:none;
  }

}

@media (min-width:1151px) {
  .hamburger {
    display:none;
  }
}

@media (max-width:1150px) {
  .hamburger {
    display:block;
    position:absolute;
    right:5%;
    top:19px;
  }

  #nav-logo .nav-items {
    display:none;
  }

  #nav-logo .logo {
    width: 210px;
    margin: 15px 0;
    margin-left:5%;
  }

  #nav-logo .container {
    padding:0;
    width:100%;
  }

  #nav-logo .nav-items li a {
    font-size:20px;
  }

  .open #nav-logo .nav-items li:first-child {
    padding-top:40px;
  }

  .hamburger {
    padding:0;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; 
    background-color: transparent;
    border-radius: 0;
    padding: 7px 13px 0 13px;
    text-align: center;
  }

  .open .hamburger {
    background:transparent;
  }

  .mob-rotate {
    transform:rotate(-180deg) !important;
  }

    .hamburger.dropped .hamburger-inner,
    .hamburger.dropped .hamburger-inner::before,
    .hamburger.dropped .hamburger-inner::after {
      background-color: #304c40;
  }

  .hamburger-box {
    width: 28px;
    height: 34px;
    display: inline-block;
    position: relative; 
  }

  .hamburger-inner {
      display: block;
      top: 50%;
      margin-top: 0px; 
  }

  .hamburger-inner, 
  .hamburger-inner::before, 
  .hamburger-inner::after {
    width: 28px;
    height: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.45s;
    transition-timing-function: ease; 
    background-color: #304c40;
    border-radius:0;
  }
  
  .hamburger-inner::before, 
  .hamburger-inner::after {
    content: "";
    display: block; 
  }
  
  .hamburger-inner::before {
    top: -9px; 
  }
  
  .hamburger-inner::after {
    bottom: -9px; 
  }

  .hamburger--vortex .hamburger-inner {
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); 
  }
  
  .hamburger--vortex .hamburger-inner::before, 
  .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; 
  }
  
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

  .hamburger--vortex.dropped .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  
  .hamburger--vortex.dropped .hamburger-inner::before, 
  .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; 
  }
  
  .hamburger--vortex.dropped .hamburger-inner::before {
    top: 0;
    opacity: 0; 
  }
  
  .hamburger--vortex.dropped .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); 
    }

     .open #nav-logo .nav-items {
    display: block;
    position: absolute;
    width: 100vw;
    height: calc(100vh - 86.6px);
    height: calc(100dvh - 86.6px);
    background-color: #e6e8e2;
    left: 0;
    text-align:center;
    overflow:scroll;
  }

  .open .nav-items li a {
    color:#FFF;
  }

  .open #nav-logo .nav-items li {
    display:block;
    width:100%;
    margin:0;
    padding:0;
    padding-bottom: 15px;
    width: 90%;
    margin: 0 auto;
    margin-bottom:20px;
    text-align:center;
  }

  .open .nav-items li.has-sub {
    position:relative;
  }

  .open .nav-items li::after {
    display:none;
  }

  .open {
    overflow-y:hidden;
  }

  body {
    overflow-x:hidden;
  }

  .open .mob-address,
  .open .mob-search,
  .open .mob-login,
  .open .mob-reg-updates {
    display:block;
  }

  html.no-scroll {
    overflow-y:hidden;
  }
}

@media (max-width:980px) {

    h1 {
      font-size:60px;
    }

    h2 {
      font-size:37px;
    }

    h3 {
      font-size:22px;
    }

    h4 {
      font-size:22px;
    }
   
   .swiper {
    width:155%;
   }

   .swiper .prevImg, .swiper .nextImg {
      width:30.5%;
   }

   .swiper .nextImg {
      left:30.5%;
    }

    .gform_fields .half {
      width:100% !important;
    }

    .form-box .form {
      padding:0px;
    }

    .mt-100,
    .mt-150 {
      margin-top:50px;
    }

    .photo-banner .photo-overlay {
      bottom:10px;
    }

    img.footer-logo,
    img.ntba-logo {
      display:block;
      margin:0 auto;  
    }

     .stretch-980 {
    display:block !important;
    margin:0 auto;
    width:100% !important;
    margin-bottom:50px;
  }

  .stretch-980.mob-btm-20 {
    margin-bottom:20px;
  }

  .stretch-980.mob-btm-30 {
    margin-bottom:30px;
  }

  .stretch-980:last-child,
  .stretch-980.no-btm {
    margin-bottom:0;
  }

  .stretch-mob .stretch-980 {
    padding:0 7.5%;
  }

  .stretch-mob .stretch-980.no-pad {
    padding:0;
  }

  .hide-980 {
    display:none !important;
  }

  .contact-info li.linkedin {
    display: block;
    margin: 0 auto;
    margin-top:20px;
  }

  .contact-info li.linkedin img {
    display:block;
    margin:0 auto;
  }

  .photo-banner {
    height:500px;
  }

  .swiper-slide .slider-photo {
    width:100%;
    padding-bottom:120%;
    background-size:cover;
    background-position:50% 50%;
}

.form-thanks {
  display:none;
}

.form-wrap {
  background:none;
  background-color: #e6e8e2;
  padding:50px 0 0 0;
}

.form-wrap .form {
  padding-bottom:50px;
}

.container.stretch-mob {
  width:100%;
  padding:0;
  margin:0;
}

.form-photo {
  display:block;
  margin-top:50px;
  background-size:cover;
  height:500px;
  width:100%;
  background-position:center right;
}

.mob-no-top {
  margin-top:0 !important;
}

.gf-submitted .form-wrap {
  background-color:#304c40;
}

.gf-submitted .form-box .form {
  padding:200px 0px;
}

.swiper .prevImg,
.swiper .nextImg {
  display:none;
  cursor:pointer;
}

.swiper-slide h3 {
  line-height:26px;
}

.swiper-slide a.port-link {
  line-height:16px;
}

h1.one-stop {
  margin-bottom:96px;
}

.orange-box:nth-child(1) { animation-delay: 0.2s; }

.orange-box:nth-child(2) { animation-delay: 1.5s, 8s; }

.orange-box:nth-child(3) { animation-delay: 3s, 8s; }

.orange-box:nth-child(4) { animation-delay: 3s, 8s; }

.orange-box:nth-child(5) { animation-delay: 4.5s, 8s; }

} 

@media (min-width:651px) {
  .show-650 {
    display:none;
  }
}

@media (max-width:650px) {
  .show-650 {
    display:block;
  }

  .show-650.orange-box {
     display:table;
  }

  .hide-650 {
    display:none;
  }
}