/***********custom css**********/
:root {
  --dark: #474C55;
  --blue: #00558C;
  --dkblue: #013F67;
  --paleblue: #F2F8FF;
  --ltblue: #D1E8FD;
  --green: #319B42;
  --teal: #ADEAE9;
  --lato: "Lato";
}

/******************************** FONTS ********************************/
body,
p {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3em;
  font-family: "Lato", sans-serif;
}

.shadow {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.lato-regular,
.font-l {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold,
.font-l-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black,
.font-l-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-regular-italic,
.font-l-it {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.fs-58 {
  font-size: 58px;
}

.fs-65 {
  font-size: 65px;
}

/******************************** COLORS ********************************/
.white-bg {
  background-color: white;
}

.white-text,
a.white-text {
  color: white;
}

.dark-bg {
  background-color: var(--dark);
}

.dark-text,
a.dark-text {
  color: var(--dark);
}

a.dark-hvr:hover {
  color: var(--dark);
}

/**/
.blue-bg {
  background-color: var(--blue);
}

.blue-text,
a.blue-text {
  color: var(--blue);
}

a.blue-hvr:hover {
  color: var(--blue);
}

/**/
.dkblue-bg {
  background-color: var(--dkblue);
}

.dkblue-text,
a.dkblue-text {
  color: var(--dkblue);
}

a.dkblue-hvr:hover {
  color: var(--dkblue);
}

/**/
.ltblue-bg {
  background-color: var(--ltblue);
}

.ltblue-text,
a.ltblue-text {
  color: var(--ltblue);
}

a.ltblue-hvr:hover {
  color: var(--ltblue);
}

/**/
.paleblue-bg {
  background-color: var(--paleblue);
}

.paleblue-text,
a.paleblue-text {
  color: var(--paleblue);
}

a.paleblue-hvr:hover {
  color: var(--paleblue);
}

/**/
.green-bg {
  background-color: var(--green);
}

.green-text,
a.green-text {
  color: var(--green);
}

a.green-hvr:hover {
  color: var(--green);
}

/**/
.teal-bg {
  background-color: var(--teal);
}

.teal-text,
a.teal-text {
  color: var(--teal);
}

a.teal-hvr:hover {
  color: var(--teal);
}

/**/
/******************************** PADDING ********************************/
.tb-pad-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.tb-pad-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tb-pad-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.tb-pad-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tb-pad-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tb-pad-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.tb-pad-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tb-pad-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tb-pad-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-pad-180 {
  padding-top: 180px;
}

.top-pad-150 {
  padding-top: 150px;
}

.top-pad-100 {
  padding-top: 100px;
}

.top-pad-90 {
  padding-top: 90px;
}

.top-pad-75 {
  padding-top: 75px;
}

.top-pad-60 {
  padding-top: 60px;
}

.top-pad-50 {
  padding-top: 50px;
}

.top-pad-35 {
  padding-top: 35px;
}

.top-pad-25 {
  padding-top: 25px;
}

.top-pad-15 {
  padding-top: 15px;
}

.top-pad-10 {
  padding-top: 10px;
}

.bot-pad-100 {
  padding-bottom: 100px;
}

.bot-pad-75 {
  padding-bottom: 75px;
}

.bot-pad-60 {
  padding-bottom: 60px;
}

.bot-pad-50 {
  padding-bottom: 50px;
}

.bot-pad-45 {
  padding-bottom: 45px;
}

.bot-pad-25 {
  padding-bottom: 25px;
}

.bot-pad-15 {
  padding-bottom: 15px;
}

.bot-pad-10 {
  padding-bottom: 10px;
}

/******************************** MISC ********************************/
a,
a:hover {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.button,
.button:hover {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.wpcf7-submit {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.wpcf7-submit:hover {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.mar-0 {
  margin: 0;
}

.all-caps {
  text-transform: uppercase;
}

.cover-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

a.view-more:hover,
a.view-more:focus {}

a.view-more img {
  margin-bottom: 1px;
  transform: translateX(2px);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

a.view-more:hover img {
  transform: translateX(10px);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

a.underline-link {
  text-decoration: underline;
}

/******************************** NAVIGATION ********************************/
.sticky {
  z-index: 9999;
}

#globe-nav {
  background: transparent;
  padding: 20px 4% 20px 7%;
  padding: 20px 1% 20px 2%;
}

#globe-nav .grid-x {}

header.header .sticky-container .sticky.is-at-top.is-stuck #globe-nav {
  background: rgba(209, 232, 253, .8);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

header.header .sticky-container .sticky.is-at-top.is-stuck #globe-nav #nav-logo .top-pad-25 {
  padding-top: 0;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

header.header .sticky-container .sticky.is-anchored.is-at-top #globe-nav #nav-logo .top-pad-25,
header.header #globe-nav #nav-logo .top-pad-25 {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

header.header .sticky-container .sticky.is-anchored.is-at-top #globe-nav {
  background: transparent;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.home-split-header {
  margin-top: -140px;
}

.home-split-header>.grid-x {
  min-height: 901px;
  height: 100vh;
}

.angled-bg {
  background-image: url(/wp-content/uploads/half-bg-gradient.svg);
}

.nav-phone-btn.button {
  background: white;
  border-radius: 8px;
  border: none;
  color: var(--blue);
  font-weight: 900;
  font-size: 23px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 5px;
  padding: .65em .5em;
}

.nav-phone-btn.button.hvr-bounce-to-right:before {
  background: var(--ltblue);
  border-radius: 8px;
}

.nav-phone-btn.button.hvr-bounce-to-right:hover {
  color: var(--dkblue);
}

/******************************** OFF CANVAS ********************************/
/******************************** FOOTER ********************************/
.footer-phone.hvr-icon-grow-rotate {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-location.hvr-icon-grow-rotate {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.footer-email.hvr-icon-grow-rotate {
  display: flex;
  align-items: center;
  gap: 15px;
}

footer.footer .footer-container {
  padding-bottom: 45px;
  padding-top: 66px;
}

footer #copyright-container {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

footer .facebook-follow-link {
  display: flex;
  gap: 10px;
  align-items: center;
  Justify-content: flex-end;
}

/******************************** HOMEPAGE ********************************/
.header-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-content {
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 87%;
  align-content: center;
  
}

.dot-text {
  display: flex;
  gap: 10px;
}

.pad-right-75 {
  padding-right: 75px;
}

.adam-circle-photo {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

/*** TESTIMONIAL SLIDER ***/
.testimonial-slider blockquote {
  color: var(--blue);
  font-family: var(--lato);
  font-style: italic;
  line-height: 1.3em;
  border-left: none;
  text-align: center;
}

.testimonial-slider cite {
  text-align: center;
  color: var(--green);
  text-transform: uppercase;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
}

.testimonial-slider cite:before {
  content: none;
}

.testimonial-slider .orbit-next {
  left: auto;
  right: 0;
  clip-path: circle(43% at 50% 50%);
}

.testimonial-slider .orbit-previous {
  left: 0;
  clip-path: circle(43% at 50% 50%);
}

.testimonial-slider .orbit-previous i,
.testimonial-slider .orbit-next i {
  font-size: 30px;
  color: #D3D3D3;
}

.testimonial-slider .orbit-next:active,
.testimonial-slider .orbit-next:focus,
.testimonial-slider .orbit-next:hover,
.testimonial-slider .orbit-previous:active,
.testimonial-slider .orbit-previous:focus,
.testimonial-slider .orbit-previous:hover {
  background-color: rgba(71, 76, 85, .5);
}

/**** CPT SERVICES SLIDER ***/
.home-services {
  background-repeat: no-repeat;
  background-position: right 145px;
  background-image: url(/wp-content/uploads/globe-ins-low-opac.svg);
}

.service-slide {
  border-radius: 8px;
  background: var(--ltblue);
  transform: perspective(1000px) rotateX(var(--card-rotate-x)) rotateY(var(--card-rotate-y));
  transition: all 1s ease;
}

.service-title {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: .8rem;
  font-size: 25px;
  font-weight: 900;
  color: var(--blue);
  line-height: 1.2em;
}

.service-title img {
  height: 50px;
}

.service-image {
  height: 357px;
  border-radius: 8px 8px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-content {
  padding: 20px 33px 25px;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 90%;
  padding: 10px 0;
  margin: 0 auto;
}

.slider-wrapper {
  overflow: hidden;
  padding: 30px 0;
}

.slider-main {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-main-tab {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-main-mob {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-group {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 0 1rem;
}

.slide-group-tab {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 0 1rem;
}

.slide-group-mob {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  padding: 0 1rem;
}

.nav-btn {
  position: absolute;
  top: calc(50% - 25px);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0);
  border: none;
  padding: 1rem;
  clip-path: circle(43% at 50% 50%);
  cursor: pointer;
  display: grid;
  place-items: center;
  color: white;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.nav-btn i {
  font-size: 30px;
  color: #D3D3D3;
}

.nav-btn:hover {
  background-color: rgba(71, 76, 85, .5);
}

.prev-btn {
  left: -50px;
}

.next-btn {
  right: -50px;
}

/*** benefits ***/
.home-benefits {
  /* background-image: url(/wp-content/uploads/blue-diagonal-bg.svg); */
  background: linear-gradient(-65deg, rgba(1, 63, 103, 1) 38%, rgba(0, 85, 140, 1) 38.1%);
}

.call-me-text {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.1em;
}

ul.benefit-list {
  list-style-type: none;
  margin-right: 1.25rem;
  margin-left: 2.25rem;
}

.benefit-list li {
  border-image-repeat: round;
  border-width: 0 0 4px 0;
  border-style: dotted;
  border-color: #87ABC7;
  border-image-source: url("/wp-content/uploads/z9jftl45h4amagzzb0z.svg");
  border-image-slice: 33% 33%;
  border-image-repeat: round;
}

.benefit-list li:last-child {
  border-bottom: none;
}

/*** get to know ***/
.know-adam {
  color: white;
}

.know-adam p {
  font-size: 21px;
}

.green-bot-border {
  border-bottom: 26px solid var(--green);
}

/*** heritage ***/
.home-heritage {
  background-image: url(/wp-content/uploads/globe-life-ball-full-opa.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-bottom: 30px;
}

.heritage-content p {
  font-size: 16px;
  color: var(--dark);
}

.heritage-content h4 {
  font-size: 25px;
  color: var(--dark);
}

.heritage-content h3 {
  font-weight: 900;
  font-size: 25px;
  color: var(--dark);
}

/*** cta ***/
.cta-angled-bg {
  background: linear-gradient(-45deg, rgba(1, 63, 103, 1) 38%, rgba(0, 85, 140, 1) 38.1%);
}

.wpcf7 .bottom input[type=text],
.wpcf7 .bottom input[type=tel],
.wpcf7 .bottom input[type=email] {
  background: white;
  border: none;
  box-shadow: none;
  height: 55px;
  padding-left: 15px;
  color: white;
  font-size: 20px;
  border-radius: 6px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.wpcf7 .bottom input[type=text]::placeholder,
.wpcf7 .bottom input[type=tel]::placeholder,
.wpcf7 .bottom input[type=email]::placeholder {
  color: var(--blue);
}

.wpcf7 .bottom input[type=submit] {
  background: var(--green);
  color: white;
  border: none;
  font-size: 20px;
  height: 55px;
  width: 100%;
  font-weight: 700;
  border-radius: 6px;
}

.wpcf7 .bottom input[type=submit]:hover {
  background: var(--teal);
  color: var(--blue);
}

.wpcf7 .bottom input[type=text]:focus,
.wpcf7 .bottom input[type=tel]:focus,
.wpcf7 .bottom input[type=email]:focus {
  outline: none;
  border: none;
  background-color: var(--ltblue);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.wpcf7 form.bottom .wpcf7-response-output {
  margin: .5em 0em .5em;
  font-size: 16px;
  padding: 0.5em 1em;
  border-radius: 8px;
  text-align: center;
  color: white;
  background: rgba(33, 37, 41, .4);
}

.wpcf7 form.bottom p.disclaimer {
  text-align: center;
  color: white;
  font-size: 14px;
}

.wpcf7 form.bottom {
  position: relative;
}

.wpcf7 form.bottom .wpcf7-spinner {
  position: absolute;
  right: -74px;
  bottom: 75px;
}

.wpcf7 form.bottom .wpcf7-not-valid-tip {
  color: #FF6666;
}

/******************************** PAGINATION ********************************/
.pagination a {
  border-radius: 90px;
  background: #EBEBEB;
  /*font-family: 'montserrat';*/
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black;
  padding: 0.22rem 0.725rem;
  display: block
}

.pagination .current {
  border-radius: 90px;
  background: black;
  padding: 0.22rem 0.725rem;
  display: block;
  font-size: 14px;
}

/******************************** CONTACT US FORM ********************************/
.wpcf7 .top input[type=text],
.wpcf7 .top input[type=tel],
.wpcf7 .top input[type=email] {
  background: var(--blue);
  border: none;
  box-shadow: none;
  height: 55px;
  padding-left: 15px;
  color: white;
  font-size: 20px;
  border-radius: 6px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.wpcf7 .top input[type=text]::placeholder,
.wpcf7 .top input[type=tel]::placeholder,
.wpcf7 .top input[type=email]::placeholder {
  color: white;
}

.wpcf7 .top input[type=submit] {
  background: var(--green);
  color: white;
  border: none;
  font-size: 20px;
  height: 55px;
  width: 100%;
  font-weight: 700;
  border-radius: 6px;
}

.wpcf7 .top input[type=submit]:hover {
  background: var(--dkblue);
  color: white;
}

.wpcf7 .top input[type=text]:focus,
.wpcf7 .top input[type=tel]:focus,
.wpcf7 .top input[type=email]:focus {
  outline: none;
  border: none;
  background-color: var(--dkblue);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.wpcf7 form.top .wpcf7-response-output {
  margin: .5em 0em .5em;
  font-size: 16px;
  padding: 0.5em 1em;
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 255, 255, .5);
}

.wpcf7 form.top p.disclaimer {
  text-align: center;
  color: var(--blue);
  font-size: 14px;
}

.wpcf7 form.top {
  position: relative;
}

.wpcf7 form.top .wpcf7-spinner {
  position: absolute;
  right: -74px;
  bottom: 55px;
}

/******************************** 404 AND SEARCH PAGES ********************************/
.header-content.content-404 {
  align-items: center;
}

.home-split-header.header-404>.grid-x {
  height: 100vh;
}

.home-split-header.header-404 {
  border-bottom: 26px solid var(--green);
}

.hvr-bounce-to-right.button.btn-404 {
  background: var(--dkblue);
  border-radius: 8px;
  border: none;
  color: white;
  font-weight: 900;
  font-size: 23px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 15px;
  padding: .65em .5em;
}

.hvr-bounce-to-right.button.btn-404:hover {
  color: white;
}

.hvr-bounce-to-right.button.btn-404:before {
  border-radius: 8px;
  background: var(--green);
}

/********************************  ********************************/
/********************************  ********************************/
/********************************  ********************************/
/********************************  ********************************/
/********************************  ********************************/
/********************************  ********************************/
/********************************  ********************************/

/* Small only */
@media screen and (max-width: 39.9375em) {
  .header-img {
    height: 450px;
  }

  .home-split-header {
    margin-top: 0px;
  }

  .nav-btn-mobile {
    background: white;
    border-radius: 8px;
  }

  .nav-btn-mobile:hover {
    background: var(--ltblue);
  }

  header.header .sticky-container .sticky.is-anchored.is-at-top #globe-nav {
    background: var(--paleblue);
  }

  #globe-nav {
    background: var(--paleblue);
  }

  #footer1 {
    text-align: center;
    padding-bottom: 25px;
  }

  #footer2,
  #footer3 {
    padding: 0 25px 25px;
  }

  #footer4 {
    padding: 0 25px;
  }

  #copyright-container .tb-pad-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .adam-circle-photo {
    position: absolute;
    top: 22%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(-0%);
    transform: translateX(-0%);
    width: 150px;
  }

  .header-text.top-pad-180 {
    padding-top: 45px;
  }

  .header-wrapper {
    display: inline-block;
    padding: 25px 15px;
  }

  .header-content {
    display: inline-block;
    width: 100%;
    max-width: unset;
  }

  .dot-text.fs-20 {
    flex-wrap: wrap;
  }

  .header-content h1.fs-40 {
    font-size: 35px;
  }

  .header-content .pad-right-75 {
    padding-right: 0px;
  }

  .wpcf7 .top input[type=submit] {
    text-wrap: balance;
  }

  .service-image {
    height: 220px;
  }

  .service-title {
    flex-direction: column;
    font-size: 20px;
    text-align: center;
  }

  .prev-btn {
    left: -15px;
  }

  .next-btn {
    right: -15px;
  }

  .nav-btn {
    padding: .8rem;
  }

  .nav-btn i {
    font-size: 20px;
  }

  .home-heritage {
    background-size: 120px auto;
  }

  .fs-58 {
    font-size: 48px;
  }

  .fs-30 {
    font-size: 28px;
  }

  .fs-65 {
    font-size: 50px;
  }

  .fs-40 {
    font-size: 35px;
  }

  .wpcf7 .bottom input[type=submit] {
    text-wrap: balance;
  }

  .bot-pad-100 {
    padding-bottom: 75px;
  }

  .tb-pad-100 {
    padding-top: 75px;
    padding-bottom: 85px;
  }

  .top-pad-90 {
    padding-top: 75px;
  }

  .testimonial-slider blockquote {
    font-size: 22px !important;
  }

  .home-services {}

  .services-intro {
    background: rgba(255, 255, 255, .7);
    border-radius: 5px;
    padding: 10px;
  }

  ul.benefit-list {
    list-style-type: none;
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .home-heritage .tb-pad-100 {
    padding-bottom: 100px;
  }

  footer #copyright-container {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .dot-text {
    display: inline-block;
  }

  .dot-text span {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-split-header.header-404>.grid-x {
    height: auto;
  }

  .header-content.content-404 {
    width: auto;
  }

  .home-split-header.header-404 .header-wrapper {
    text-align: center;
  }

  .home-split-header.header-404>.grid-x {
    min-height: auto;
  }

  /************** END OF SMALL ONLY ***********/
}

/* Medium and up */
@media screen and (min-width: 40em) {
  #globe-nav {
    padding: 20px 1% 20px 2%;
  }

  .header-content p.fs-20 {
    line-height: 1.4em;
  }


}

/* Tablet landscape only */
@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {
  .dot-text {
    flex-wrap: wrap;
  }

  img.adam-circle-photo {
    height: 200px;
  }

  .adam-circle-photo {
    top: 50%;
  }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2em;
  }

  #globe-nav .top-pad-25 {
    padding-top: 5px;
  }

  header.header .sticky-container .sticky.is-at-top.is-stuck #globe-nav #nav-logo .top-pad-25 {
    padding-top: 5px;
  }

  header.header .sticky-container .sticky.is-anchored.is-at-top #globe-nav #nav-logo .top-pad-25 {
    padding-top: 5px;
  }

  header.header .sticky-container .sticky.is-anchored.is-at-top #globe-nav {
    background: var(--paleblue);
  }

  #globe-nav {
    background: var(--paleblue);
    padding: 20px 1% 20px 2%;
  }

  #footer1 {
    text-align: center;
    padding-bottom: 25px;
  }

  footer #copyright-container {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  #copyright-container .tb-pad-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-img {
    height: 550px;
  }

  .home-split-header {
    margin-top: 0px;
  }

  .adam-circle-photo {
    position: absolute;
    top: 27%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(-0%);
    transform: translateX(-0%);
  }

  .header-text.top-pad-180 {
    padding-top: 75px;
  }

  .header-wrapper {
    display: inline-block;
    padding: 25px 40px;
  }

  .header-content {
    display: inline-block;
    width: 100%;
    max-width: unset;
  }

  .service-image {
    height: 250px;
  }

  .service-title {
    flex-direction: column;
    font-size: 22px;
    text-align: center;
  }

  .prev-btn {
    left: -35px;
  }

  .next-btn {
    right: -35px;
  }

  .home-heritage {
    background-size: 170px auto;
  }

  .home-split-header.header-404>.grid-x {
    height: auto;
  }

  .header-content.content-404 {
    width: auto;
  }

  .home-split-header.header-404 .header-wrapper {
    text-align: center;
  }

  /***************** END OF MEDIUM ONLY ************/
}
/* Laptop */

@media only screen and (min-width: 1030px) and (max-width: 1366px) {
  
}

/* Large and up */
@media screen and (min-width: 64em) {
  #globe-nav {
    padding: 20px 4% 20px 4%;
  }

  .header-content h2.fs-20.green-text {
    font-size: 22px;
  }

  .home-split-header .top-pad-180 {
    padding-top: 150px;
  }

  .header-content p.fs-20 {
    line-height: 1.6em;
  }
  .header-content {
    width: 83%;
  }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}