/* -----------------------------------------------

Stylesheet: Main Stylesheet

------------------------------------------------ */


/* --------------------------------

STYLE SET 1: GLOBAL & GENERAL

-------------------------------- */

html {
  background: #050B28;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #b8b8b4;
    background: #050B28;
}

main {
    margin: 0;
    padding: 0;
}

hr {
  border-color: #1b2038;
}


.alt {
  color: #101538;
}

strong,
.alt strong {
  color: #D2A467;
}

.container {
    padding-left: 6rem;
    padding-right: 6rem;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
}

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

.container-wide {
    max-width: 1732px;
}

.container-regular {
    max-width: 1457px;
}

.container-thin {
    max-width: 1260px;
}

.container-tiny {
    max-width: 1000px;
}


@media screen and (max-width: 805px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 430px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .container .container {
    padding: 0;
  }
}


.sticky,
.sticky.is-anchored,
.sticky.is-stuck {
    z-index: 999;
}

/***- ADMIN BAR STICKY FIX -***/
@media screen and (min-width: 655px) and (max-width: 782px) {
    .admin-bar header.header .sticky.is-stuck {
        margin-top: 42px!important;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar header.header .sticky.is-stuck {
        margin-top: 32px!important;
    }
}

/* fix image under footer bug */
body > img {
  display: none!important;
}

/* --------------------------------

STYLE SET 2: NAVIGATION MENUS

-------------------------------- */


/* -------------------------
   MAIN NAV - DESKTOP
------------------------- */

header.header .sticky.is-stuck,
header.header .sticky.is-anchored {
    z-index: 999;
}

.nav-bar {
    background: #050B28;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08);
    padding: 1rem;
    position: relative;
}

.nav-bar:after {
  content: '';
  position: absolute;
  height: 2px;
  background: #21263D;
  right: 1rem;
  bottom: -2px;
  left: 1rem;
}

.nav-bar .logo img {
    height: 35px;
    margin: 5px 0;
}

.nav-bar .menu li.is-active a,
.nav-bar .menu li a {
  font-weight: 400;
  color: #E5E3D7;
  font-size: 1.05rem;
  position: relative;
  padding: 1rem;
  opacity: .8;
}
.nav-bar .menu.dropdown > li > a:before {
  content: '';
  position: absolute;
  inset: auto 1rem .6rem;
  height: 3px;
  border-radius: 2px;
  background-color: #D2A467;
  opacity: 0;
  transition: .4s ease opacity;
}
.nav-bar .menu.dropdown > li.is-active > a:before,
.nav-bar .menu.dropdown > li > a:hover:before {
  opacity: 1;
}
.nav-bar .menu li.is-active > a,
.nav-bar .menu li a:hover {
    color: #E5E3D7;
    opacity: 1;
}
.nav-bar .menu > li.active > a {
  background: none;
  opacity: 1;
  color: #E5E3D7;
}
.nav-bar .menu.dropdown > li.active > a {
  font-weight: 600;
}

/*  nav-menu-with-cta.php */
.nav-bar .button {
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 380px) {
  .nav-bar .button {
    display: none;
  }
}

.nav-bar #menu-main-menu .contact-us-link {
  display: none;
}


#nav-banner {
  background: #050B28;
  position: absolute;
  width: 100%;
  
}



#nav-banner > a {
  display: block;
  padding: .5rem 4rem;
  font-size: .95rem;
  color: #ffffff;
  border-top: 2px solid #C69458;
  border-bottom: 2px solid #C69458;
  transition: background-color ease .4s, border-color ease .4s;
}
#nav-banner > a:hover {
  background: #C69458;
}

.is-stuck #nav-banner > a {
  border-color: #21263D;
}
.is-stuck #nav-banner > a:hover {
  background: #21263D;
}

/* #nav-banner:after {
  content: '';
  position: absolute;
  height: 2px;
  background: #21263D;
  right: 1rem;
  bottom: -1px;
  left: 1rem;
} */

#nav-banner {
  display: none;
}
#nav-banner .close-banner {
  margin: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);

  cursor: pointer;
  overflow: hidden;
  border: none;
  outline: none;
  z-index: 100;
  transition: color ease .4s;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: .4;
  transition: .4s ease opacity;
}
#nav-banner .close-banner:hover {
  opacity: .9;
}
#nav-banner .close-banner svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}
#nav-banner .close-banner svg polygon {
  fill: #ffffff;
}


/* dropdown animation */
.js-dropdown-active {
    animation-fill-mode: both;
    animation-name: dropdown-fade-in;
    animation-duration: .3s;
    /* position: relative; */
}

@keyframes dropdown-fade-in {
    from {opacity: 0;top:90%;}
    to {opacity: 1;top: 100%;}
}

/* Dropdown */
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 1.1rem;
}


.dropdown.menu>li.menu-item.is-dropdown-submenu-parent>a:after,
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
 border:inset 4px;
 border-color:#fff transparent transparent;
 transition:.2s ease-in-out all;
 border-radius:3px;
 margin-top:-2px
}


.is-dropdown-submenu {
  border: 1px solid #050b28;
  background: #101538;
  min-width: 280px;
}



/* -------------------------
   MAIN NAV - MOBILE
------------------------- */

#trigger-overlay {
   margin: 0;
   display: inline-block;

   font-size: 0;
   color: transparent;
}

.menu-icon:after {
  background: #efe5d3;
  -webkit-box-shadow: 0 7px 0 #efe5d3,0 14px 0 #efe5d3;
  box-shadow: 0 7px 0 #efe5d3, 0 14px 0 #efe5d3;
  transition: .4s ease background-color, .4s ease box-shadow;
}

/* Overlay style */
.mobile-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #050b28;
  z-index: 1200;
}

/* Overlay closing cross */
.mobile-nav .overlay-close {
  width: 30px;
  height: 30px;
  font-size: 30px;
  position: absolute;
  cursor: pointer;
  top: 25px;
  right: 10px;
  overflow: hidden;
  border: none;
  outline: none;
  z-index: 100;
  transition: color ease .4s;
  border: 2px solid #F3F4F9;
  border-radius: 50%;
}
.mobile-nav .overlay-close .close-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile-nav .overlay-close .close-button polygon {
  fill: #ffffff;
}

.mobile-nav .overlay-close:focus,
.mobile-nav .overlay-close:hover {
  color: #fff;
  border-color: #fff;
}

.mobile-nav ul {
  text-align: center;
  position: relative;
  font-size: 1em;
  z-index: 2;
  
}

.mobile-nav li a {
    color: rgba(255, 255, 255, .7);
    line-height: 2em;
    display: inline-block;
    padding: .7rem 2rem;
}
.mobile-nav .menu .active > a {
    background: transparent;
    color: #fff;
}

.mobile-nav .submenu li a {
    font-size: .9em;
}

.mobile-nav .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
  border-color: #fff transparent transparent;
  border-width: 6px;
  transition: .3s ease all;
  position: static;
  display: inline-block;
  margin-left: 1rem;
  font-size: .5rem;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  left: auto;
  right: .8rem;
  top: 50%;
  margin-top: 0;
}
.mobile-nav .accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  margin-top: -6px;
}

.mobile-nav li a:hover {
    color: #ffffff;
}

.mobile-nav .menu .current_page_item > a {
    color: #ffffff;
}

.mobile-nav ul.submenu {
    z-index: 9;
    background: #101538;
}

.responsive-nav {
    overflow: auto;
    background: none;
}

/* .mobile-nav .responsive-nav > .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.mobile-nav ul.accordion-menu > li {
    -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;

} */

.mobile-nav ul.accordion-menu li {
  display: block;
  min-height: 60px;
}

.mobile-nav nav {
    text-align: center;
    position: relative;
    height: 100%;
    padding: 15% 0;
    font-size:1.5em;
  }


/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* .overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
} */

@media screen and (max-height: 30.5em) {
  .mobile-nav ul li {
    min-height: 34px;
  }
}

.mobile-nav .menu.medium-horizontal > li {
  display:block;
}


.mobile-nav #menu-main-menu-1 .contact-us-link {
  margin-top: 2rem;
}
.mobile-nav #menu-main-menu-1 .contact-us-link a {
  font-size: 1.2rem;
}


/* --------------------------------

STYLE SET 3: CONTENT TYPES

-------------------------------- */



/* -------------------------
 CONTENT - HERO 
------------------------- */
#hero {
  min-height: 60vh;
  position: relative;
  overflow: hidden;
}
#hero .container {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#hero .container,
#hero .grid-y {
  min-height: 70vh;
}

#hero .asterisk-1,
#hero .asterisk-2 {
  font-size: 800px;
  position: absolute;
  background: rgb(210,164,103);
  background: linear-gradient(90deg, rgba(210,164,103,1) 0%, rgba(210,164,103,0.5018207966780462) 50%, rgba(210,164,103,1) 100%); 
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

  transition: none;
}

#hero .asterisk-1 {
  left: -600px;
  top: -300px;
  opacity: .4;
}
#hero .asterisk-2 {
  right: -600px;
  bottom: -330px;
  opacity: .61;
}

#hero h1 {
  max-width: 14.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
#hero strong {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  padding-bottom: .25em;
  white-space: nowrap;
}
#hero strong:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  height: 3px;
  border-radius: 10px;
  background: #D2A467;
}

#hero .subtitle {
  max-width: 850px;
  margin: auto;
  color: #9BA2C9;
  font-size: 1.3rem;
}

#hero h1,
#hero .subtitle {
  padding: 1rem;
  background: rgba(5, 11, 40,.4);
  -webkit-box-shadow: 0 0 20px 30px rgba(5, 11, 40,.4);
  box-shadow: 0 0 20px 30px rgba(5, 11, 40,.4);
}


@media screen and (max-width: 1800px) {
  #hero .asterisk-1,
  #hero .asterisk-2 {
    font-size: 700px;
  }
  #hero .asterisk-1 {
    left: -350px;
    top: -200px;
  }
  #hero .asterisk-2 {
    right: -350px;
    bottom: -230px;
  }
  
}
@media screen and (max-width: 1000px) {
  #hero .asterisk-1,
  #hero .asterisk-2 {
    font-size: 600px;
  }
  #hero .asterisk-1 {
    left: -350px;
    top: -200px;
  }
  #hero .asterisk-2 {
    right: -350px;
    bottom: -230px;
  }
  
}
@media screen and (max-width: 600px) {

  #hero .asterisk-1,
  #hero .asterisk-2 {
    font-size: 600px;
  }
  #hero .asterisk-1 {
    left: -350px;
    top: -200px;
  }
  #hero .asterisk-2 {
    right: -350px;
    bottom: -230px;
  }
  
}
@media screen and (max-width: 500px) {
  #hero .asterisk-1,
  #hero .asterisk-2 {
    font-size: 500px;
  }
  #hero .asterisk-1 {
    left: unset;
    right: 55%;
  }
  #hero .asterisk-2 {
    left: 55%;
    right: unset;
  }
}

@media screen and (max-width: 360px) {
  #hero strong {
    white-space: normal;
    margin: 0;
    padding: 0;
  }
  #hero strong:after {
    display: none;
  }
  #hero strong span {
    border-bottom: 3px solid #D2A467;
    line-height: 1.2;
    margin-bottom: .3rem;
    display: inline-block;
  }
}




/* -------------------------
 CONTENT - PAGE HEADERS 
------------------------- */
.page-header {
  position: relative;
  z-index: 2;
  padding: 6rem 0 10rem;
  text-align: center;
  /* background: #ffd3d3; */
  background: linear-gradient(180deg, rgba(13,22,53,1) 55%, rgba(13,22,53,0.675) 76%, rgba(13,22,53,0) 100%); 
  margin-bottom: -12rem;
}
.page-header .subtitle {
  max-width: 960px;
  margin: auto;
  color: #9BA2C9;
  font-size: 1.1rem;
  margin-top: 2rem;
}


@media screen and (max-width: 1200px) {
  .page-header {
    padding: 4rem 0 8rem;
    margin-bottom: -9rem;
  }
}

/* -------------------------
 CONTENT - SECTIONS 
------------------------- */

main > section {
  padding: 2rem 0;
  margin: 7rem 0;
  position: relative;
  z-index: 3;
}

section .section-intro {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1rem;
  margin-bottom: 3rem;
}

section .section-cta {
  margin-top: 1rem;
}
section .section-cta .button {
  margin: 0;
}


/* tinted bg */
section.tinted-bg {
  background-color: rgba(13,22,53,1);
}


section > .has-slider {
  overflow: hidden;
}

/* section gradients */


section.gradient-top:before,
section.gradient-bottom:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
}

section.gradient-top:before {
  top: -7rem;
  height: 7rem;
  background: linear-gradient(180deg, rgba(13,22,53,1) 0%, rgba(13,22,53,0) 100%);
}
section.gradient-bottom:after {
  bottom: -7rem;
  height: 7rem;
  background: linear-gradient(0deg, rgba(13,22,53,1) 0%, rgba(13,22,53,0) 100%);
}



@media screen and (max-width: 1200px) {
  main > section {
    margin: 4rem 0;

  }
  section.gradient-top:before {
    top: -4rem;
    height: 4rem;
  }
  section.gradient-bottom:after {
    bottom: -4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 430px) {
  main > section {
    margin: 2rem 0;
    padding: 3rem 0;
  }
  section.gradient-top:before {
    top: -2rem;
    height: 2rem;
  }
  section.gradient-bottom:after {
    bottom: -2rem;
    height: 2rem;
  }
}




/* -------------------------
 CONTENT - STATISTIC BLOCK 
------------------------- */
.tile-wrap > .statistic-block {
}
.statistic-block {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 1.4rem;
}
.statistic-block div {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 10px;
  color: #ffffff;
}
.statistic-block span {
  font-family: "Inter", sans-serif;
  font-size: .8em;
}


.alt .statistic-block div,
.statistic-block.alt div {
  color: #101538;
}

@media screen and (max-width: 1350px) {
  .statistic-block {
    font-size: 1.2rem;
  }
}




/* -------------------------
   CONTENT - Lists
------------------------- */


ul.styled-list {
    list-style: none;
    margin: 0;
    padding-left: 1rem;
}
ul.styled-list li {
    position: relative;
    padding: .2em 0 .2em 0;
    line-height: 1.4;
}
ul.styled-list li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: -1rem;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    opacity: .7;
    background-color: #D2A467;
}

ul.no-style {
  list-style: none;
  margin: 0;
}



ul.list-icons {
  list-style: none;
  margin: 2rem 0 0;
}
ul.list-icons li {
  margin: 2rem 0;
  font-weight: 600;
}
ul.list-icons .icon-container {
  margin-right: 1rem;
}


/* tag list */
ul.tags {
    margin: 0 -.4rem;
    letter-spacing: 0;
    font-size: 0;
    padding: 0;
    font-size: 0;
    list-style: none;


}
ul.tags li:before {
    display: none;
}
ul.tags li {
    font-size: .9rem;
    letter-spacing: normal;
    display: inline-block;
    margin: .4rem;
    padding: .5em .9em;
    background: #1b2038;
    border-radius: 4px;
}


ul.tick-list {
  padding-left: 1.7rem;
}
ul.tick-list li {
  margin-bottom: .5rem;
}
ul.tick-list li:before {
  content:"\e90c";
    /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  height: auto;
  width: auto;
  border-radius: none;
  background: none;
  opacity: 1;
  top: 9px;
  left: -1.7rem;

  color: #D2A467;
  font-size: .8rem;
}



/* -------------------------
   CONTENT - ACCORDION
------------------------- */
.accordion {
  background: none;
  margin-bottom: 3rem;
}
.accordion > li:before {
  display: none;
}
.accordion .accordion-item {
  padding: 0;
  border-bottom: 3px solid #21263D;
  width: 100%;
  background: #050B28;
}

.accordion .accordion-item:last-child {
  border-bottom: 0;
}


.accordion .accordion-title {
  color: #EFE5D3;
}
.accordion > li .accordion-title {
  border: 0;
  background: none;
  color: #000;
  font-size: 1.3rem;
  padding: 2.8rem 4rem 2.8rem 0;
  background: #050b28;
}
.accordion > li:last-child .accordion-title {
  border: none;
}

.accordion > li .accordion-title:before,
.accordion > li .accordion-title:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  content: "\e910";
  font-size: .9rem;
  color: #5F626E;
  
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  margin: 0;
  transition: .3s ease opacity .15s, .3s ease color .15s;
}
.accordion > li .accordion-title:before {
  font-size: 1.3rem;
  opacity: 1;
}
.accordion > li .accordion-title:after {
  content: "\e90f";
  color: #D2A467;
  opacity: 0;
  right: .8rem;
  transition: .3s ease opacity, .3s ease color;
}

.accordion > li .accordion-title:hover:before {
  color: #80664E;
}

.accordion > li.is-active .accordion-title:before {
  opacity: 0;
  transition: .3s ease opacity, .3s ease color;
}
.accordion > li.is-active .accordion-title:after {
  opacity: 1;
  transition: .3s ease opacity .15s, .3s ease color .15s;
}


.accordion > li .accordion-content {
  border: 0;
  background: none;
  padding: 1rem 0;
  color: inherit;
  /* margin-top: -1.5rem!important; */
  transform: translateY(-2rem);
}
.accordion > li .accordion-content:last-child {
  border: none;
}

.accordion > li.is-active .accordion-content {
  border: none;
  padding-bottom: .5rem;
  
}
.accordion > li.is-active .accordion-content p:last-child {
  margin: 0;
}





/* -------------------------
 CONTENT - SLIDER CONTROLS
------------------------- */

.lower-centered-controls {
  margin-top: 2rem;
  text-align: center;
}
.lower-centered-controls .button {
  margin: 0 1rem 0 0;
}
.lower-centered-controls .slider-nav {
  position: static;
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #172763;
  position: relative;
  inset: unset;
  margin: 2px;
  vertical-align: middle;
  transition: .4s ease all;
}
.lower-centered-controls .slider-nav.swiper-button-disabled {
  opacity: .7;
}
.lower-centered-controls .slider-nav:not(.swiper-button-disabled):hover {
  background: #253677;
}
.lower-centered-controls .slider-nav:after {
  display: none;
}
.lower-centered-controls .slider-nav i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #C69458;
  font-size: .7rem;
}
.lower-centered-controls .swiper-button-prev i {
  transform:  translate(-50%, -50%) rotateZ(-90deg);
  left: calc(50% - 1px);
}
.lower-centered-controls .swiper-button-next i {
  transform:  translate(-50%, -50%) rotateZ(90deg);
  left: calc(50% + 1px);
}



/* -------------------------
 CONTENT - Blog Slider
------------------------- */

.slider-section {
  width: 100%;
  overflow: hidden;
}

.blog-slider {
  overflow: visible;
}
.blog-slider .swiper-slide {
  height: auto;
}
.blog-slider .swiper-slide .blog-tile {
  height: 100%;
}


/* -------------------------
 CONTENT - Big Slider
------------------------- */


.big-slider  {
  overflow: visible;
}
.big-slider  .swiper-slide {
  width: 450px;
  max-width: 80%;
  height: auto;
}
.big-slider  .swiper-slide.wide {
  width: 650px;
}

.big-slider  .swiper-slide h3 {
  margin-bottom: 1em;
}
.big-slider  .swiper-slide p:last-child {
  margin: 0;
}
.big-slider  .swiper-slide .button {
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .big-slider .swiper-slide {
    max-width: 95%;
  }
}


/* -------------------------
 CONTENT - Newsletter Buttons
------------------------- */

.newsletter-buttons {
  margin: -2rem;
}
.newsletter-buttons .cell {
  padding: 2rem;
  box-sizing: border-box;
}
.newsletter-buttons .cell .button {
  display: block;
  padding: 1.5em;
  font-size: 1.2rem;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 39.9375rem) {
  .newsletter-buttons {
    margin: -1rem;
  }
  .newsletter-buttons .cell {
    padding: 1rem;
  }
}


/* -------------------------
 CONTENT - Tile
------------------------- */
.tile-grid {
  margin: 0 -1rem;
}
.tile-grid .tile {
  padding: 1rem;
}
.small-title-margins .tile .tile-wrap .tile-title {
  margin-bottom: 1.5rem;
}

.tile {
  box-sizing: border-box;
  min-width: 270px;
  max-width: 100%;
}
.tile .tile-wrap {
  padding: 3rem;
  background: #101538;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  display: block;
}
.tile .tile-wrap .tile-title {
  margin-bottom: 2.5rem;
  color: #E5E3D7;
  font-size: 1.5rem;
}
.tile .tile-wrap img.icon {
  height: 72px;
  margin-bottom: 2.5rem;
}
.tile .tile-wrap img.icon.small {
  height: 40px;
  margin-bottom: 1rem;
}
.tile .tile-wrap img.icon.tiny {
  height: 32px;
  margin-bottom: 1rem;
}
.tile .tile-wrap > p {
  /* margin-top: 2.5rem; */
  text-wrap: balance;
}
.tile .tile-wrap p:first-child {
  margin-top: 0;
}
.tile .tile-wrap p:last-child {
  margin-bottom: 0;
}



/* tinted sections */
.tinted-bg .tile .tile-wrap {
  background: #050B28;
}

/* linked tiles */
.tile a.tile-wrap:hover {
  background: #172763;
}

/* small icons */
.tile .tile-wrap .icon-container img.icon {
  width: 25px;
  margin: 0;
}
/* large icons */
.tile .tile-wrap .large-icon img.icon {
  height: 150px;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1350px) {
  .tile .tile-wrap {
    padding: 2rem;
  }
  .tile .tile-wrap .tile-title {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .tile .tile-wrap .tile-title br {
    display: none;
  }
  .tile .tile-wrap img.icon {
    max-height: 65px;
  }
  .tile .tile-wrap .large-icon img.icon {
    max-height: 110px;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .tile-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 350px) {
  .tile {
    min-width: unset;
  }
}

@media screen and (max-width: 1400px) {
  .container-wide .tile-grid .tile {
    width: 50%;
    max-width: 450px;
  }
}
@media screen and (max-width: 750px) {
  .container-wide .tile-grid .tile {
    width: 100%;
    max-width: 400px;
  }
}

/* stat tile grid */

@media screen and (max-width: 1240px) {
  .stat-tile-grid {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .stat-tile-grid > .cell {
    width: 50%;
  }

}




/* alt */

.alt .tile .tile-wrap,
.alt.tile .tile-wrap {
  background: #EFE5D3;
}

/* vertical split tiles */
.tile-grid.vertical-split-tiles .tile-wrap {
  padding: 0;
}
.tile-grid.vertical-split-tiles .tile-wrap > .grid-y {
  height: 100%;
}
.tile-grid.vertical-split-tiles .tile-wrap > .grid-y > .cell {
  padding: 3rem;
}

@media screen and (max-width: 1350px) {
  .tile-grid.vertical-split-tiles .tile-wrap > .grid-y > .cell {
    padding: 2rem;
  }
}
@media screen and (max-width: 435px) {

}

.tile-grid.alt.vertical-split-tiles .tile-wrap > .grid-y > .cell:nth-child(2) {
  background: #ffffff;
}


/* blog tiles */
.blog-grid > .blog-tile {
  padding: 1rem;
}
.blog-tile .tile-wrap {
  height: 100%;
  padding: 1rem;
}

.blog-tile img,
.blog-tile .tile-image {
  border-radius: 5px;
  width: 100%;
  object-position: center center;
  object-fit: cover;
}

.blog-tile .tile-image {
  aspect-ratio: 2/1;
  background-size: cover;
  background-position: center center;
}

.blog-tile .tile-image.svg-image {
  background-size: 33%;
  background-position: top center;
}


.blog-tile .title-holder {
  padding: 1rem;
}
.blog-tile h3 {
  margin-top: 1rem;
}
.blog-tile .title-holder p {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #b8b8b4;
  text-wrap: auto;
}

@media screen and (max-width: 835px) {
  .blog-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* review tiles */
.review-tile {
  
}
.review-tile .review {
  margin-top: 1rem;
}
.review-tile .client-role {
  font-weight: 500;
}
.review-tile .name {
  margin-bottom: .5rem;
}


/* team tiles */

/* .team-tile-grid {
  margin: 0 -2rem;
} */

.team-tile-grid .team-tile {
  padding: 2rem;
  box-sizing: border-box;
}

.team-tile-grid .team-tile .team-tile-wrap {
  height: 100%;
}
.team-tile-grid .team-tile .team-tile-wrap .team-tile-upper {
  padding: 4rem;
  background: #101538;
  border-radius: 10px 10px 0 0;
  /* height: 100%; */
  overflow: hidden;
}
.team-tile-grid .team-tile .team-tile-wrap .team-tile-upper .image-container {
  margin-right: 15%;
  max-width: 10vw;
}
.team-tile-grid .team-tile .team-tile-wrap .team-tile-upper img {
  border-radius: 50%;
  width: 200px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
}
.team-tile-grid .team-tile .team-tile-wrap .team-tile-upper h2 {
  margin-bottom: .4em;
}
.team-tile-grid .team-tile .team-tile-wrap .team-tile-upper .subtitle {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  margin-bottom: .3em;
  line-height: 1;
  font-size: 1.1rem;
  color: #bab9b7;
}

.team-tile-grid .team-tile .team-tile-wrap .team-tile-lower {
  padding: 4rem;
  border: 3px solid #1b2038;
  border-radius: 0 0 10px 10px;
}
.team-tile-grid .team-tile .team-tile-wrap .team-tile-lower p:last-child {
  margin: 0;
}



.team-lower-tile-accordion {
  padding: 0;
  border: 3px solid #1b2038;
  border-radius: 0 0 10px 10px;
}
.team-lower-tile-accordion.accordion > li .accordion-title {
  padding: 2rem;
  color: #efe5d3;
  margin-right: 1.1rem;
}
.team-lower-tile-accordion.accordion > li .accordion-content {
  transform: none;
  padding: 0 2rem 2rem;
}


@media screen and (min-width: 921px) and (max-width: 1450px) {
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-upper > .cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    
    width: 100%;
    max-width: 100%;
    text-align: center; 
  }
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-upper > .image-container {
    margin: 0 0 2rem;
  }
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-upper .name-tag-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; 
  }
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-upper .name-tag-grid > .medium-12.cell {
    padding: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-upper .menu.social {
    margin: -10px;
  }
}

@media screen and (max-width: 1200px) {
  .team-tile-grid .team-tile {
    padding: 1rem;
  }
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-upper {
    padding: 2rem;
  }
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-upper img {
    width: 150px;
  }
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-lower {
    padding: 2rem;
  }
}

@media screen and (max-width: 920px) {
  .team-tile-grid .team-tile {
    width: 100%;
  }
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-upper .image-container {
    margin-right: 10%;
    max-width: 20vw;
  }
}
@media screen and (max-width: 550px) {
  .team-tile-grid {
    margin: 0 -1rem;
  }
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-upper > .cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    
    width: 100%;
    max-width: 100%;
    text-align: center; 
  }
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-upper > .image-container {
    margin: 0 0 2rem;
  }
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-upper .name-tag-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; 
  }
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-upper .name-tag-grid > .medium-12.cell {
    padding: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .team-tile-grid .team-tile .team-tile-wrap .team-tile-upper .menu.social {
    margin: -10px;
  }
}

/* case study tiles */

.case-study-tile {
  padding: 2rem;
  box-sizing: border-box;
}
.case-study-tile .case-study-tile-inner-wrap {
  color: #E5E3D7; 
}
.case-study-tile .case-study-tile-inner-wrap .tile-upper {
  padding: 4rem;
  border: 3px solid #1b2038;
  border-bottom: 0;
  border-radius:10px 10px 0 0;
  position: relative;
}
.case-study-tile.has-tags .case-study-tile-inner-wrap .tile-upper {
  border-top-left-radius: 0;
}


.case-study-tile .case-study-tile-inner-wrap .tile-upper ul.tags {
  position: absolute;
  bottom: 100%;
  left: -3px;
}
.case-study-tile .case-study-tile-inner-wrap .tile-upper ul.tags li {
  margin: .8rem .4rem 0;
}
@media screen and (min-width: 64em) {
  .case-study-tile .case-study-tile-inner-wrap .tile-upper ul.tags li {
    border-radius: 4px 4px 0 0;
  }
}



.case-study-tile .case-study-tile-inner-wrap .tile-upper h2 {
  margin-bottom: 1em;
  margin-top: -.4em
}

.case-study-tile .case-study-tile-inner-wrap .tile-lower {
  background: #1b2038;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  line-height: 0;
}
.case-study-tile .case-study-tile-inner-wrap .tile-lower iframe {
  aspect-ratio: 5.38/3;
  height: auto;
}

/* responsive styling matched to team tiles */
@media screen and (max-width: 1450px) {
  .case-study-tile .case-study-tile-inner-wrap .tile-upper h2 {
    margin-top: -.3em;
  }
  .case-study-tile .case-study-tile-inner-wrap .tile-upper {
    padding: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .case-study-tile {
    padding: 2rem 1rem;
  }
  .case-study-tile .case-study-tile-inner-wrap .tile-upper h2 {
    margin-top: -.2em;
  }
  .case-study-tile .case-study-tile-inner-wrap .tile-upper {
    padding: 2rem;
  }
}
@media screen and (max-width: 920px) {
  
  .case-study-grid .case-study-tile {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .case-study-grid {
    margin: 0 -2rem; 
  }
}




/* -------------------------
 CONTENT - Brand Banner
------------------------- */
.brand-banner {
  overflow: hidden;
  padding: 0;
}

.brand-banner .brand-banner-inner {
  background: #EFE5D3;
  padding: 2rem;
}

.brand-banner .grid-x {
  margin: -1rem;
}
.brand-banner img {
  height: 2rem;
  padding: 1.3rem;
  max-width: 80vw;
}

.logo-slider {
  overflow: visible;
}
.logo-slider .swiper-wrapper {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.logo-slider .story-insights {
  padding-top: .75rem;
  padding-bottom: 0;
  height: 3.2rem;
}
.logo-slider .gvg {
  height: 3.4rem;
  padding-top: .65rem;
  padding-bottom: 0;
}


@media screen and (max-width: 430px) {
  .page-header + section.brand-banner {
    padding: 3rem 0 2rem;
  }
}


/* -------------------------
 CONTENT - Modals
------------------------- */

.reveal {
  /* background: #050b28; */
  background: #101538;
  border: none;
  padding: 3rem;
  border-radius: 10px;
}

.reveal h2 {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  color: #E5E3D7;
}

.reveal .close-button {
  color: #8a8a8a;
  transition: .2s ease color;
}
.reveal .close-button:hover {
  color: #ffffff;
}



/* -------------------------
 CONTENT - TABLES
------------------------- */

.wp-block-table {
  box-sizing: border-box;
}
.wp-block-table {
  border: none;
  background-color: none;
}
.wp-block-table tr {
  background: #172763;
}
.wp-block-table tr:nth-child(2n) {
  background: #253677;
}
.wp-block-table td, .wp-block-table th {
  border: 1px solid #0d1635;
}
/* -------------------------
 CONTENT - ISO LIST
------------------------- */


/* -------------------------
 CONTENT - Accordion
------------------------- */

/* -------------------------
 CONTENT - FILTER MENU
------------------------- */
.filter-menu {
  margin-bottom: 4rem;
}
.filter-menu .filter-item {
  margin: 10px;
}
.filter-menu .button {
  font-size: 1.1rem;
}





/* -------------------------
 CONTENT - TABS
------------------------- */

.tabs {
  border: 0;
  background: none;
}
.tabs-title {
  float: none;
  display: inline-block;
  padding-left: 0;
}
.tabs-title:before {
  display: none;
}
.tabs-title > a {
  background: #eee;
}
.tabs-title > a:hover {
  background: #ddd;
}

.tabs-content {
  border: none;
  background: none;
}

.tabs-content p:last-child {
  margin: 0;
}



/* -------------------------
 CONTENT - Social Menu
------------------------- */
.menu.social {
  margin: 0 -10px;
  max-width: 130px;
}
.menu.social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #172763;
  border-radius: 50%;
  vertical-align: middle;
  padding: 0;
  margin: 10px;
  color: #fff;
  font-size: .9rem;
}
.menu.social a:hover {
  color: #ffffff;
  background: #253677;
}
.menu.social a i:before {
  font-size: .8rem;
}

/* -------------------------
 CONTENT - PAGINATION
------------------------- */

.page-navigation {
  margin-top: 4rem;
}
.pagination {
  margin: 0;
  text-align: center;
}
.pagination .dots {
  font-size: 1.3rem;
  letter-spacing: 2px;
  font-weight: 500;
  color: #ffffff;
  opacity: .5;
}
.pagination li {
  padding: 0;
  margin: 0;
}
.pagination li > .current,
.pagination li > a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #172763;
  padding: 0;
  margin: 2px;
  vertical-align: middle;
  transition: .4s ease all;
  
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
}

.pagination li > a:hover {
  background: #253677;
}

/* -------------------------
 CONTENT - SIDEBAR STICKY
------------------------- */
.sidebar-sticky .sidebar-cell:nth-child(1) .tile {
  margin-right: 4.5rem;
}
.sidebar-sticky .sidebar-cell:nth-child(2) .tile {
  margin-left: 4.5rem;
}

/* -------------------------
 CONTENT - COMMENTS
------------------------- */
#comments {
  margin-top: 6rem;
}


/* --------------------------------

STYLE SET 4: TITLES

-------------------------------- */

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.2;
  color: #EFE5D3;
}
.alt h1, .alt h2, .alt h3, .alt h4, .alt h5,
h1.alt, h2.alt, h3.alt, h4.alt, h5.alt {
    color: #1E1E1E;
}

h2.section-title {
  margin-bottom: 1em;
}

@media screen and (min-width: 40em) {

  h1, .h1 {
    font-size: 2.7rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.3rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 39.9375em) {
  h1, .h1 {
  font-size: 2.2rem;
  }
  h2, .h2 {
  font-size: 1.7rem;
  }
  h3, .h3 {
  font-size: 1.4rem;
  }
  h4, .h4 {
  font-size: 1.2rem;
  }
  h5, .h5 {
  font-size: 1.1rem;
  }
}


/* -------------------------
 Section - HOW IT WORKS SECTION 
------------------------- */

.how-it-works .how-it-works-table {
  border: 3px solid #1B2038;
  border-radius: 10px;
  font-weight: 500;
  margin-top: 3rem;
}
.how-it-works .how-it-works-table {
  position: relative;
}
.how-it-works .how-it-works-table > .button-container {
  border: none;
}
.how-it-works .how-it-works-table > .button-container .button {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.how-it-works .how-it-works-table .hiw-row {
  position: relative;
}
.how-it-works .how-it-works-table .hiw-row:not(:first-of-type) {
  border-top: 3px solid #1B2038;
}

.how-it-works .how-it-works-table .hiw-row .row-title {
  display: inline-block;
  padding: .8em 1.2em;
  background: #050B28;
  
  position: absolute;
  top: -5px;
  left: 50%;


  transform: translate(-50%, -50%);

}

.how-it-works .how-it-works-table .hiw-row .icon-arrow:before {
  color: #D2A467;
  opacity: .65;
  font-size: 1.5rem;
}

.how-it-works .how-it-works-table .hiw-row-inner > .cell > .cell-wrap {
  padding: 3rem;
}


@media screen and (max-width: 1450px) {
  .how-it-works .how-it-works-table .hiw-row-inner > .cell > .cell-wrap {
    padding: 2rem;
  }
}
@media screen and (max-width: 1230px) {
  .how-it-works .how-it-works-table .hiw-row-inner {
    padding-bottom: 4rem;
  }
  .how-it-works .how-it-works-table .hiw-row .arrow-box {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1050px) {
  .how-it-works .how-it-works-table {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
  .how-it-works .how-it-works-table .hiw-row-inner {
    padding: 0;
  }
  .how-it-works .how-it-works-table .hiw-row-inner > .cell {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .how-it-works .how-it-works-table .hiw-row .arrow-box {
    bottom: 50%;
    transform: translate(-50%, 50%);
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  .how-it-works .how-it-works-table {
    max-width: 300px;
  }
  .how-it-works .how-it-works-table .hiw-row {
    padding: 2rem 0 5rem;
  }
  .how-it-works .how-it-works-table .hiw-row-inner > .cell {
    width: 100%;
  }
  .how-it-works .how-it-works-table .hiw-row-inner > .cell > .cell-wrap {
    padding: 1rem 2.5rem;
  }
  .how-it-works .how-it-works-table .hiw-row .arrow-box {
    bottom: 3rem;
  }
  .how-it-works .how-it-works-table .hiw-row .arrow-box i {
    font-size: 2rem;
    background: #050b28;
    padding: 2px 4px 5px 4px;
  }
  .how-it-works .how-it-works-table {
    padding-bottom: 1rem;
  }
}




/* -------------------------
 Section - Featured Case Study 
------------------------- */
.featured-case-study .tile-wrap {
  position: relative;
  overflow: visible;
}

.featured-case-study .content-cell {
  padding-right: 1.5rem;
}
.featured-case-study .video-cell {
  padding-left: 1.5rem;
}

.featured-case-study .quote-author > p {
  margin: 0;
}

.featured-case-study .button.cta {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 63.9375rem) {
  .featured-case-study .content-cell {
    padding: 0 0 2rem;
  }
  .featured-case-study .video-cell {
    padding: 0 0 1rem;
    aspect-ratio: 16/9;
  }
  .featured-case-study .video-cell iframe {
    max-height: 100%;
  }
}


/* -------------------------
 Section - Split sections 
------------------------- */
.split-grid {
  margin: -1rem -3rem;
}
.split-grid > .cell {
  box-sizing: border-box;
  padding: 3rem;
}

@media screen and (max-width: 1000px) {
  .split-grid {
    margin: 1rem -1rem 0;
  }
  .split-grid > .cell {
    width: 100%;
    padding: 1rem;
  }
}

/* -------------------------
 Section - CTA BANNER 
------------------------- */
.cta-banner {

  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5vw;
  padding-right: 5vw;
  
  /* background: #C69458; */
  position: relative;
  overflow: hidden;
}

.cta-banner h2 {
  color: #ffffff;
  display: inline-block;
  background: rgba(13,22,53,0.95);
  -webkit-box-shadow: 0px 0px 20px 30px rgba(13,22,53,0.95);
  box-shadow: 0px 0px 20px 30px rgba(13,22,53,0.95);
}

.cta-banner .asterisk-1,
.cta-banner .asterisk-2 {
  z-index: -1;
  font-size: 500px;
  position: absolute;
  background: rgb(210,164,103);
  background: linear-gradient(90deg, rgba(210,164,103,1) 0%, rgba(210,164,103,0.5018207966780462) 50%, rgba(210,164,103,1) 100%);
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: none;
}

.cta-banner .asterisk-1 {
  left: -20px;
  bottom: 3rem;
  opacity: .6;
}
.cta-banner .asterisk-2 {
  right: -20px;
  top: 3rem;
  opacity: .7;
}

@media screen and (max-width: 1655px) {
  .cta-banner .asterisk-1,
  .cta-banner .asterisk-2 {
    font-size: 450px;
  }
  .cta-banner .asterisk-1 {
    top: 0;
    left: 0;
    bottom: auto;
    transform: translate(-25%, -50%);
  }
  .cta-banner .asterisk-2 {
    top: auto;
    right: 0;
    bottom: 0;
    transform: translate(25%, 50%);
  }
}
@media screen and (max-width: 1225px) {
  .cta-banner .asterisk-1,
  .cta-banner .asterisk-2 {
    font-size: 450px;
  }
  .cta-banner .asterisk-1 {
    top: 0;
    left: 0;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .cta-banner .asterisk-2 {
    top: auto;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
  }
}
@media screen and (max-width: 500px) {
  .cta-banner .asterisk-1,
  .cta-banner .asterisk-2 {
    font-size: 250px;
  }
}


.cta-banner.scorecard-banner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cta-banner.scorecard-banner .section-title {
  margin-bottom: 1rem;
}
.cta-banner.scorecard-banner p {
  font-size: 1.2rem;
}

@media screen and (max-width: 1100px) {
  .cta-banner.scorecard-banner {
    text-align: center;
  }
  .cta-banner.scorecard-banner .cell {
    max-width: 100%;
  }
}

/* .cta-banner.scorecard-banner .asterisk-1 {
  bottom:
}
.cta-banner.scorecard-banner .asterisk-2 {

} */




/* .cta-banner a.button.cta {
  margin-bottom: 0;
  background: #efe5d3;
  color: #1e1e1e
}
.cta-banner a.button.cta:hover {
  margin-bottom: 0;
  background: #ffffff;
  color: #1e1e1e
} */


/* -------------------------
 Section - Packages 
------------------------- */
.packages .package-tile .styled-list {
  margin-bottom: 2rem;
}
.packages .package-tile .button:last-child {
  margin: 0;
}

/* -------------------------
 Section - What is lead generation 
------------------------- */
.what-is-lead-generation {
  padding: 4rem 0;
}
.what-is-lead-generation .discuss-tile {
  display: block;
}
.what-is-lead-generation .discuss-tile h3 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.what-is-lead-generation .discuss-tile .button {
  margin: 0;
}

@media screen and (min-width: 40em) {
  .what-is-lead-generation .discuss-tile {
    margin-left: 6vw;
  }
}

/* -------------------------
 Section - Why email marketing 
------------------------- */
.why-email-marketing {
  
}
.why-email-marketing h3 {
  margin: .5em  0 .2em;
}
.why-email-marketing .title-cell {
  padding-bottom: 1rem;
}
.why-email-marketing .did-you-know-tile {
  padding: 0;
  margin-right: 4.5rem;
}
.why-email-marketing .did-you-know-tile .tile-wrap .icon {
  height: auto;
  max-height: 130px;
}

.why-email-marketing .did-you-know-tile .big-text {
  font-size: 1.3rem;
}

@media screen and (max-width: 63.9375rem) {
  .why-email-marketing .did-you-know-sticky {
    padding-bottom: 2rem;
  }
  .why-email-marketing .did-you-know-tile {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-height: 860px) {

}


/* -------------------------
 Section - Resources Introduction 
------------------------- */
section.resources-introduction iframe {
  aspect-ratio: 5.38/3;
  height: auto;
}

/* -------------------------
 Section - HOW IT WORKS 
------------------------- */
.how-it-works-steps .how-it-works-steps-list {
  list-style: none;
  margin: 0;
  counter-reset: steps;
}
.how-it-works-steps .how-it-works-steps-list li {
  padding: 3rem 3rem 3rem 5.5rem;
  border: 2px solid #101538;
  border-radius: 10px;
  margin-bottom: 4rem;
  position: relative;
}
.how-it-works-steps .how-it-works-steps-list li:last-child {
  margin-bottom: 0;
}

.how-it-works-steps .how-it-works-steps-list li:before,
.how-it-works-steps .how-it-works-steps-list li:after {
  position: absolute;

  
  padding: 1rem 2rem;
  background: #050B28;
  
  transform: translate(-50%, -50%);
}

.how-it-works-steps .how-it-works-steps-list li:before {
  counter-increment: steps;
  content: "Step " counter(steps);

  font-size: 1.5rem;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.2;
  color: #EFE5D3;

  top: 0;
  left: 50%;
}

.how-it-works-steps .how-it-works-steps-list li:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  content: "\e911";
  color: #D2A467;
  font-size: 1.5rem;

  top: 100%;
  left: 50%;
}
.how-it-works-steps .how-it-works-steps-list li:last-child:after {
  display: none;
}

.how-it-works-steps .how-it-works-steps-list li h3 {
  margin-bottom: .4em;
}

.how-it-works-steps .how-it-works-steps-list li .icon-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  padding: 2rem;
  border-radius: 50%;
  background: #101538;
}

/* -------------------------
 Section - How We Help 
------------------------- */
.how-we-help .tile-wrap {
  padding: 2rem;
  position: relative;
  overflow: visible;
}
.how-we-help .tile-wrap h3 {
  margin-bottom: 3rem;
  margin-left: 2.5rem;
}
.how-we-help .hwh-column {
  padding: 2rem;
}

.how-we-help .button {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}


@media screen and (max-width: 1255px) {
  .how-we-help .tile {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
  }
  .how-we-help .hwh-column {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .how-we-help .hwh-column {
    width: 350px;
    max-width: 100%;
    margin: 2rem auto;
    padding: 0;
  }
  .how-we-help .hwh-column h3 {
    text-align: center;
    margin-left: 0;
  }
}


/* --------------------------------

STYLE SET 5: BUTTONS

-------------------------------- */

/* -------------------------
   LINKS - DEFAULT
------------------------- */
a {
    transition: .2s ease-in-out all;
    color: #ffffff;
    font-weight: 500;
}
a:focus, a:active, a:hover {
    color: #8da3f0;
}
/* -- ios fix -- */
a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}


/* -------------------------
   BUTTONS
------------------------- */

span.button,
a.button,
button.button,
input.button,
#gform_submit_button_2,
#gform_submit_button_3,
#menu-main-menu-1 .contact-us-link a {
  font-weight: 700;
  padding: .8em 1.5em;
  background: #172763;
  border-radius: 3px;
  font-size: 1rem;
  border: 0;
  color: #fff;
  font-family: "Source Serif 4", serif;
  transition: .4s ease opacity, .4s ease color, .4s ease background-color, .4s ease border-color;
}
span.button:hover,
a.button:hover,
button.button:hover,
input.button:hover,
#gform_submit_button_2:hover,
#gform_submit_button_3:hover,
#menu-main-menu-1 .contact-us-link a:hover,
span.button:focus,
a.button:focus,
button.button:focus,
input.button:focus,
#gform_submit_button_2:focus,
#gform_submit_button_3:focus,
#menu-main-menu-1 .contact-us-link a:focus {
  background: #172763;
  border: 3px solid #172763;
  border: 0;
  outline: none;
}


/* CTA */
span.button.cta,
a.button.cta,
button.button.cta,
input.button.cta,
#gform_submit_button_2,
#gform_submit_button_3,
#menu-main-menu-1 .contact-us-link a {
  background: #C69458;
  border-color: #C69458;
  /* padding: 1em 2em; */
  color: #fff;
}
span.button.cta:hover,
a.button.cta:hover,
button.button.cta:hover,
input.button.cta:hover,
#gform_submit_button_2:hover,
#gform_submit_button_3:hover,
#menu-main-menu-1 .contact-us-link a:hover,
a.button.cta:focus,
button.button.cta:focus,
input.button.cta:focus,
#gform_submit_button_2:focus
#gform_submit_button_3:focus
#menu-main-menu-1 .contact-us-link a:focus {
  background: #d2a467;
  color: #fff;
}

/* ALT */
a.button.alt,
button.button.alt,
input.button.alt {
  background: #050B28;
  border-color: #050B28;
  /* padding: 1em 2em; */
  color: #fff;
}
a.button.alt:hover,
button.button.alt:hover,
input.button.alt:hover,
a.button.alt:focus,
button.button.alt:focus,
input.button.alt:focus {
  background: #172763;
  color: #fff;
}

span.button.hero,
a.button.hero {
  padding: .95em 1.95em;
  font-size: 1.1rem;
}


.button.outline,
.button.outline:focus {
  background: transparent;
  border: 3px solid transparent;
  border-radius: 7px;
}

.button.outline:hover {
  background: transparent;
  border: 3px solid #C69458;
}

.button.outline.selected {
  background: #C69458;
}


/* scroll to top button */

#scroll-top {
  position: fixed;
  right: 5vw;
  bottom: 5vw;
  z-index: 99;
  aspect-ratio: 1/1;

  opacity: 0;
  pointer-events: none;
  padding: 2em;
}
#scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(180deg);
}

#scroll-top.visible {
  opacity: 1;
  pointer-events: all;
}

a.button.no-m-btm {
  margin-bottom: 0;
}


/* --------------------------------

STYLE SET 6: PAGE STYLING

--------------------------------*/

/* -------------------------
   PAGE - HOME
------------------------- */

.page-template-page-home #hero {
  position: relative;
  z-index: 1;
}
.page-template-page-home #hero .container > .grid-y {
  position: relative;
  z-index: 1;
}
.page-template-page-home #hero:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  
  height: 7rem;
  
  /* background: rgb(13,22,53); */
  background: linear-gradient(0deg, rgba(13,22,53,1) 0%, rgba(13,22,53,0) 100%); 

}

.page-template-page-home section.helped-clients-grow {
  padding-bottom: 8rem;
  margin-bottom: -8rem;
}
@media screen and (max-width: 430px) {
  .page-template-page-home section.helped-clients-grow {
    padding-bottom: 9rem;
  }
}


/* -------------------------
   PAGE - ABOUT
------------------------- */

/* -------------------------
   PAGE - SCORECARD
------------------------- */

/* -------------------------
   PAGE - LANDING PAGE
------------------------- */
.page-template-page-scorecard main > section {
  margin: 4rem 0;
}
.page-template-page-scorecard .page-header .logo {
  max-height: 45px;
}
.page-template-page-scorecard h2, .page-template-page-scorecard h3 {
  margin-bottom: .8em;
}
section.landing-hero {}
section.landing-hero .summary-grid {
  gap: 2rem 8rem;
}
section.landing-hero .image {
  width: 330px;
  max-width: 25vw;
}
section.landing-hero h1 {
  margin-bottom: .8em;
}
section.landing-hero .subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: .8em
}
section.landing-hero .buttons-container {
  margin-top: 2rem;
}
section.landing-hero .buttons-container .button {
  margin: 0;
}

@media screen and (max-width: 1160px) {
  section.landing-hero .summary-grid > .cell {
    width: 100%;
  }
  section.landing-hero .summary-grid > .cell:nth-child(1) {
    text-align: center;
  }
}

@media screen and (max-width: 650px) {
  section.landing-hero .image {
    max-width: 170px;
  }
}




/* graph animation */


#bar-chart-graphic .arrow {
  animation-name: arrow-movement;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-delay: .4s;
  transform: translate(-5px, 5px)
}

@keyframes arrow-movement {
  from {
    transform: translate(-5px, 5px) rotateZ(0)
  }
  50% {
    transform: translate(-5px, 5px) rotateZ(-8deg)
  }
  to {
    transform: translate(-5px, 5px) rotateZ(0)
  }
}

#bar-chart-graphic {
  height: 300px; /* Adjust this value based on your SVG height */
  width: 300px;
  max-width: 100%;
  overflow: visible;
}

#bar-chart-graphic .bar rect {
  animation-name: bar-movement;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  transform-origin: bottom center;
  transform-box: fill-box;
  transform: scaleY(0.5);
}
#bar-chart-graphic .bar-1 rect {
  animation-delay: 0.2s;
}

#bar-chart-graphic .bar-2 rect {
  animation-delay: 0.4s;
}

#bar-chart-graphic .bar-3 rect {
  animation-delay: 0.6s;
}

#bar-chart-graphic .bar-4 rect {
  animation-delay: 0.8s;
}

@keyframes bar-movement {
  from {
    transform: scaleY(0.5);
  }
  50% {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0.5);
  }
}

#bar-chart-graphic .bar path {
  animation-name: path-movement;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  transform-origin: bottom center;
  transform-box: fill-box;
  transform: scaleY(.6);
}
#bar-chart-graphic .bar-1 path {
  animation-delay: 0.2s;
}

#bar-chart-graphic .bar-2 path {
  animation-delay: .6s;
}

#bar-chart-graphic .bar-3 path {
  animation-delay: 0.6s;
}

#bar-chart-graphic .bar-4 path {
  animation-delay: 0.8s;
}

@keyframes path-movement {
  from {
    transform: scaleY(.6);
  }
  50% {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(.6);
  }
}


@media screen and (max-width: 450px) {
  #bar-chart-graphic {
    height: auto;
  }
}


.scorecard-cta-banner .subtitle {
  margin-bottom: 1rem;
}
.scorecard-cta-banner h2 {
  margin: 2rem 0;
}
.scorecard-cta-banner p  {
  font-size: 1.5rem;
}
.scorecard-cta-banner .tile .tile-wrap {
  padding: 3rem 5rem;
  max-width: 90vw;
}
.scorecard-cta-banner .button {
  margin-top: 2rem;
}
.scorecard-cta-banner .shrink.cell {
  max-width: 100%;
}

.scorecard-cta-banner h2 .h2-wrap {
  font-size: 1.125em;
}

@media screen and (max-width: 800px) {
  .page-template-page-scorecard main > section {
    margin: 1rem 0;
  }
}

@media screen and (max-width: 850px) {
  .scorecard-cta-banner .tile .tile-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 550px) {
  .scorecard-cta-banner p  {
    font-size: 1.1rem;
  }
}



/* -------------------------
   PAGE - CONTACT
------------------------- */

section.contact-us {}
.book-a-strategy-tile .button {
  margin: 1rem 0 0;
}
@media screen and (max-width: 1020px) {
  section.contact-us > .container > .grid-x > .cell {
    width: 100%;
    text-align: center;
  }
}

/* -------------------------
PAGE - GLOSSARY   
------------------------- */

/* .glossary-menu {
    margin-bottom: 2rem;
}
.glossary-menu .filter-menu {
    margin: 0;
} */


.filter-menu.glossary-filter {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-menu.glossary-filter li {
  margin: 0;
  /* padding: 2px; */
  transition: .3s ease background-color;
}
.sticky.glossary-menu {
  padding-bottom: 3rem;
  z-index: 22;
}

.sticky .filter-menu.glossary-filter {
  
}
.sticky.is-stuck .filter-menu.glossary-filter {}
.sticky.is-stuck .filter-menu.glossary-filter li {
  background: #101538;
}
.sticky.is-stuck .filter-menu.glossary-filter li a {
  
}
.sticky.is-stuck .filter-menu.glossary-filter li a:hover {
  background: #4d96ff;
}


/* mobile dropdown filter */
.glossary-dropdown-nav {
  padding: 1rem;
  transition: .4s ease background-color;
  position: relative;
}
.glossary-dropdown-nav:after {
  content: '';
  position: absolute;
  height: 2px;
  background: #21263D;
  right: 1rem;
  bottom: -1px;
  left: 1rem;
  opacity: 0;
}
.glossary-dropdown-nav label {
  color: #fff;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 0px;
  line-height: 1.3;
  font-weight: 700;
  margin-right: 1rem;
  font-size: 1.1rem;
}
.glossary-dropdown-nav select {
  margin: 0;
  max-width: 80px;
}


.sticky.is-stuck .glossary-dropdown-nav {
  background: #050b28;
}
.sticky.is-stuck .glossary-dropdown-nav:after {
  opacity: 1;
}

#A.letter-section {
  margin-top: 2rem;
}

.letter-section {
  scroll-margin-top: 130px;
  position: relative;
  padding:  0 2rem;
}

.letter-section .glossary-item {
  margin-bottom: 3rem;
  padding: 0;
}
.letter-section .glossary-item h3 {
  margin-bottom: .8rem;
}
.letter-section .glossary-item p {
  color: #9BA2C9;
  text-wrap: initial;
}

.letter-section .glossary-letter {
  margin-bottom: 1.5rem;
}


.letter-section .glossary-letter h2 {
  color: #efe5d3;
  font-size: 3rem;
}

@media screen and (min-width: 1350px) {
  .letter-section .glossary-letter {
      position: absolute;
      top: 0;
      right: calc(100% + 3rem);
  }
}

@media screen and (max-width: 550px) {
  .letter-section .glossary-letter,
  .letter-section .glossary-item {
      width: 100%;
  }
  .letter-section {
      padding: 0;
  }
}


/* -------------------------
PAGE - GLOSSARY  SINGLE
------------------------- */
.single-glossary .article-header {
  padding: 5rem 0;
}
.single-glossary .glossary-featured-article {
  padding-left: 8.333%;
  box-sizing: border-box;
}
.single-glossary .glass-item-content {
  position: relative;
}
.single-glossary .glass-item-content:after {
  content: 'Find Out More';

  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;

  font-weight: 600;
  padding: .8em 1.5em;
  background: #1851d1;
  border-radius: 3px;
  border: 0;
  color: #cdd6ee;
  margin: 0;
  transition: .4s ease background-color, .4s ease color;
  white-space: nowrap;

  cursor: pointer;
  
}
.single-glossary .glass-item-content:hover:after {
  background: #3b70e9;
  color: #ffffff;
}
.single-glossary .glossary-featured-article-wrap .glass-item-content {
  padding-bottom: 1rem;
}

.related-terms {
  margin-top: 3rem;
}
.related-terms-menu {
  margin-top: 1rem;
  margin-left: -.5rem;
  margin-right: -.5rem;
}
.related-terms-menu li {
  margin: .5rem;
}


@media screen and (max-width: 975px) {
  .single-glossary .entry-content {
      width: 100%;

  }
  .single-glossary .glossary-featured-article {
      padding: 0;
      margin: 3rem auto;
      width: 100%;
      max-width: 550px;
  }
}


/* -------------------------
   PAGE - Resources
------------------------- */
.resources-introduction .button {
  margin-top: 1rem;
  margin-bottom: 0;
}

/* -------------------------
   PAGE - BLOG
------------------------- */
.blog-inner > article {
  margin-bottom: 3rem;
}

/* -------------------------
   PAGE - T&C's / Privacy
------------------------- */
.page-id-1130,
.page-id-3 {
  
}
.page-id-1130 .entry-content,
.page-id-3 .entry-content {
  color: #9facc4;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.page-id-1130 .entry-content h2,
.page-id-3 .entry-content h2,
.page-id-1130 .entry-content h3,
.page-id-3 .entry-content h3,
.page-id-1130 .entry-content h4,
.page-id-3 .entry-content h4,
.page-id-1130 .entry-content h5,
.page-id-3 .entry-content h5 {
  margin-bottom: .8em;
  margin-top: 1.5em;
}

.page-id-1130 .entry-content p,
.page-id-3 .entry-content p {
  margin-bottom: 1.5rem;
}


/* -------------------------
   PAGE - BLOG POST
------------------------- */
.post h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.blog-content {
  color: #9facc4;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  background: #0d1635;
  padding: 5rem;
}

.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5 {
  margin-bottom: .8em;
  margin-top: 1.5em;
}

.blog-content p {
  margin-bottom: 1.5rem;
}

blockquote {
  border-left: 2px solid #21263D;
  margin: 1rem 0;
  padding: 1.25rem 1.5rem;
}
blockquote,
blockquote p {
  color: #9facc4;
}

blockquote p:last-child {
  margin: 0;
}

.post-video {
  margin-bottom: 2rem;
}

@media screen and (max-width: 650px) {
  .blog-content {
    padding: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .blog-content {
    padding: 2rem;
  }
}



/* -------------------------
   PAGE - SOLUTIONS PAGES
------------------------- */
.our-solution-services .joint-service-feature-grid {
  margin-top: 1rem;
}
.our-solution-services .joint-service-feature-grid > .cell {
  padding: 1rem;
  box-sizing: border-box;
}
.our-solution-services .joint-service-feature-grid h3 {
  margin-bottom: 1rem;
}



/* -------------------------
   PAGE - 404
------------------------- */
.error404 .content-not-found {
  min-height: calc(60vh - 200px);
  padding: 2rem 0;
}
.error404 .content-not-found h1 {
  margin-bottom: 1rem;
}
.error404 .content-not-found h1 span {
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  font-size: 3em;
  /* color: #d2a467; */
  /* background: #ffffff; */
  /* background: rgb(2,0,36);
  background: linear-gradient(56deg, rgba(2,0,36,1) 0%, rgba(9,11,122,1) 27%, rgba(5,104,184,1) 100%);  */
  /* -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; */
}

.error404 .content-not-found p {
  opacity: .8;
}



/* --------------------------------

STYLE SET 7: FORMS

-------------------------------- */



/* -------------------------
   FORMS - BASE STYLING
------------------------- */


/* .gform_wrapper form .gform_fields {} */
.gform_wrapper form .gform_fields {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  -moz-row-gap: 1.5rem;
  row-gap: 1.5rem;
}
.gform_wrapper form .gform_fields .gfield {
    margin: 0;
}
.gform_wrapper form .gform_fields .gfield input {
  height: auto;
}
.gform_wrapper form .gform_fields .gfield input,
.gform_wrapper form .gform_fields .gfield textarea {
    padding: 1.2rem!important;
    border: none;
    background: #f5f7f7;
    box-shadow: none;
    /* box-shadow: 0px 1px 8px 0 rgb(0 0 0 / 10%), 0 4px 10px 0 rgb(0 0 0 / 9%); */
    transition: .2s background-color ease-in-out;
    border-radius:6px;
    margin: 0;
    line-height: 1.2;
    text-align: left;
}
.gform_wrapper form .gform_fields .gfield input:focus,
.gform_wrapper form .gform_fields .gfield textarea:focus {
    border: none;
    background-color: #eff2f2;
    box-shadow: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color:#666666;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color:#666666;
    opacity: 1;
}
input::placeholder,
textarea::placeholder {
    color:#666666;
    opacity: 1;
}


@media screen and (max-width: 480px) {
  .gform_wrapper form .gform_fields {
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.gfield--input-type-captcha {
  display: none!important;
}


/* form container tile */

.contact-form-tile h2 {
  margin-bottom: 1rem;
}
.contact-form-tile .grid-x {
  margin: -2rem;
}
.contact-form-tile .grid-x > .cell {
  padding: 2rem;
}

/* --------------------------------

STYLE SET 8: SIDEBARS

-------------------------------- */


/* -------------------------
   SIDEBAR - DEFAULT
------------------------- */

.sidebar li {
  list-style: none;
}

.widget ul {
  margin: 0;
}



/* --------------------------------

STYLE SET 9: FOOTER

-------------------------------- */

.footer {
  margin-top: 10rem;
}

.footer p {
  margin:0;
}


.mid-footer {
  padding: 0 0 5rem;
  position: relative;
}
.mid-footer:before {
  content: '';
  position: absolute;
  height: 2px;
  background: #21263D;
  right: 1rem;
  top: -6rem;
  left: 1rem;
}

.mid-footer > .container > .grid-x > .cell {
  margin: 4rem;
}

.mid-footer .logo {
  width: 100px;
}

.mid-footer h2 {
  font-size: 1.5rem;
  white-space: nowrap;
  margin-bottom: 10px;
}
.mid-footer .menu.vertical {
  margin-top: 1rem;
}
.mid-footer .menu.vertical a {
  padding: .4em 0;
  opacity: .8;
  color: #E5E3D7;
} 
.mid-footer .menu.vertical a:hover {
  opacity: 1;
  color: #E5E3D7;
}

@media screen and (max-width: 1360px) {
  .mid-footer > .container {
    max-width: 850px;
  }
}

@media screen and (max-width: 40em) {
  .mid-footer .menu.vertical a {
      padding: .5em 0;
  }
}



@media screen and (max-width: 1260px) {
  .mid-footer > .container > .grid-x {
      max-width: 880px;
      margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .footer {
    margin-top: 6rem;
  }
  .mid-footer::before {
    top: -2rem;
  }
}

@media screen and (max-width: 720px) {
  .mid-footer {
      padding: 4rem 0;
  }
  
  .mid-footer > .container > .grid-x {
      max-width: 620px;
  }

  .mid-footer > .container > .grid-x > .shrink.cell {
      width: 145px;
      margin: 5vw;
      text-align: left;
      text-align: center;
  }
  .mid-footer > .container > .grid-x > .shrink.cell.logo img {
    max-width: 100px;
  }
  .mid-footer > .container > .grid-x > .social-media-cell.cell {
      margin-top: 1rem;
      width: 100%;
      text-align: center;
  }
  .mid-footer > .container > .grid-x > .social-media-cell.cell h2 {
      display: none;
  }
  .mid-footer > .container > .grid-x > .social-media-cell.cell .social {
      max-width: 100%;
      margin: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
  }

  
}
@media screen and (max-width: 360px) {
  .mid-footer > .container > .grid-x > .shrink.cell {
      text-align: center;
  }
}
/* @media screen and (max-width: 610px) {
  .mid-footer > .container > .grid-x > .cell {
      margin:
  }
  
} */


/* lower footer */
.lower-footer {
    font-size: 1.1rem;
    padding: 1rem;
    position: relative;
}
.lower-footer:before {
  content: '';
  position: absolute;
  height: 2px;
  background: #21263D;
  right: 1rem;
  top: -1px;
  left: 1rem;
}

.lower-footer .copyright,
.lower-footer a {
  color: #b8b8b4;
}





/* --------------------------------

STYLE SET 10: WP JOINTS STYLING

-------------------------------- */

.page-title .vcard {
  border: 0px;
  padding: 0px;
}

.byline {
  color: #999;
}

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0;
}
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe;
}

body#tinymce {
  margin: 20px;
}


/* --------------------------------

STYLE SET 11: EXTENSION STYLES

-------------------------------- */


/* -------------------------
   EXTENSION - ISOTOPE
------------------------- */



/* -------------------------
   EXTENSION - GOOGLE MAPS
------------------------- */

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



/* placeholder */

.icon-placeholder {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 3px solid #D2A467;
  border-radius: 50%;
  margin: 1.5rem;
}

.icon-placeholder.large {
  height: 120px;
  width: 120px;
  border-width: 7px;
}




/* --------------------------------

STYLE SET 12: ANIMATIONS

-------------------------------- */

/*------------------------- 
  Generic Animations
-------------------------*/


.animate-me {
  transition-duration: .7s;
  transition-timing-function: ease;
}

html:not(.js) .animate-me {
  transition-duration: 0s;
}


.animate-me.delay-short.anim-triggered {
  transition-delay: .3s; 
}
.animate-me.delay-medium.anim-triggered {
  transition-delay: .6s; 
}
.animate-me.delay-long.anim-triggered {
  transition-delay: .9s;
}

@media screen and (max-width: 500px) {
  .animate-me.delay-short.anim-triggered {
    transition-delay: .1s; 
  }
  .animate-me.delay-medium.anim-triggered {
    transition-delay: .2s; 
  }
  .animate-me.delay-long.anim-triggered {
    transition-delay: .3s;
  }
}


.animate-me[class*="fade-in"] {
  opacity: 0;
  transition-property: opacity;
}
.animate-me.anim-triggered[class*="fade-in"] {
  opacity: 1;
}

.animate-me.fade-in-up {
  position: relative;
  top: 50px;
  transition-property: opacity, top;
}
.animate-me.anim-triggered.fade-in-up {
  top: 0;
}

.animate-me.fade-in-left {
  position: relative;
  left: 50px;
  transition-property: opacity, left;
}
.animate-me.anim-triggered.fade-in-left {
  left: 0;
}



