/*
Theme Name: cpamerica
Author: ES
Author URI: 
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: cpamerica
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.2
Version: 1.1.2

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Styles intended only for the front.*/
html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Box sizing default */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Reset browser margins */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd, ol, ul, fieldset {
  margin: 0;
}

/* Accessible line height */
body {
  line-height: 1.5;
}

/* Form elements inherit default type styles */
input, button, select, textarea {
  font: inherit;
}

/* Make media elements responsive */
img, picture, video, canvas, svg {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Ensure button styling on mobile */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

[type=search] {
  -webkit-appearance: none;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  min-height: 1px;
  padding: 0 8px;
  position: relative;
}

.col-section {
  display: flex;
  flex-flow: row wrap;
  row-gap: 16px;
}

.col-no-margin {
  margin: 0 -8px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.bg-blueDark {
  background-color: #011E41;
}

.teal {
  color: #0ED1CE;
}

.green {
  color: #76AC21;
}

.purple {
  color: #A14FB5;
}

.yellow {
  color: #FDB813;
}

.greenAlt {
  color: #009980;
}

body {
  background: #011E41;
  color: #fff;
}

#page-main {
  overflow: hidden;
}

.global-padding {
  padding-left: 24px;
  padding-right: 24px;
}

.content-container {
  max-width: 1388px;
  margin: 0 auto;
  overflow: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.is-vertically-aligned-center {
  align-self: center;
}

.is-vertically-aligned-end {
  align-self: end;
}

.entry-content > .wp-block-group, .fade-element {
  opacity: 0;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 8% 0;
  }
  .wp-block-media-text.is-stacked-on-mobile figure + .wp-block-media-text__content {
    padding-bottom: 0;
  }
}
.section-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 1400px;
}
@media (min-width: 768px) {
  .section-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1024px) {
  .section-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .section-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1024px) {
  .section-wrapper {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.section-wrapper img {
  max-width: 100%;
}

.hidden, .hidden-item {
  display: none;
}

/*.view-more {display: none;}*/
.top-bottom-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .top-bottom-padding {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

@media (max-width: 781px) {
  .mobile-hidden {
    display: none;
  }
  .mobile-visible {
    display: block;
  }
  .mobile-order-2 {
    order: 2;
  }
  .mobile-view-more .wp-block-column {
    display: none;
  }
  .mobile-view-more .view-more {
    background: url("assets/images/view-more-circles.svg") bottom center no-repeat;
    border: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
  }
  .mobile-view-more.active .wp-block-column {
    display: block;
  }
  .mobile-view-more.active .view-more {
    display: none;
  }
}
@media (min-width: 1280px) {
  .padding-left-1-col {
    padding-left: 8.33333333%;
  }
  .padding-left-2-col {
    padding-left: 16.66666667% !important;
  }
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
}

h1, h2, h3, h4 {
  font-family: "neue-haas-grotesk-display", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h3, h4 {
  font-family: Helvetica, Arial, sans-serif;
}

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

h2, .h2 {
  font-size: 30px;
}

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

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

.intro-copy {
  font-size: 20px;
}

@media (min-width: 1280px) {
  h1, .h1 {
    font-size: 70px;
  }
  h2, .h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  .intro-copy {
    font-size: 28px;
    max-width: 41.66666667%;
  }
}
p, li {
  line-height: 1.4;
  margin-bottom: 1em;
}

li {
  margin-bottom: 0.3em;
}

ul, ol {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
}

a {
  color: #0275d8;
}

.page-content ul, .page-content ol {
  margin-left: 40px;
}

.text-left {
  text-align: left;
}

.text-right, .has-text-align-right {
  text-align: right;
}

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

.text-success {
  color: #3c763d;
}

.text-warning {
  color: #8a6d3b;
}

.text-error {
  color: #b60000;
}

.icon-download {
  background: url("assets/images/icon-download-yellow.svg") no-repeat center right;
  font-size: 14px;
  font-weight: bold;
  padding-right: 24px;
}

.crowe-text-logo h2 {
  margin-bottom: 0;
}
@media (max-width: 781px) {
  .crowe-text-logo .h3 {
    font-size: 18px;
    padding-top: 5px;
  }
  .crowe-text-logo img {
    width: 88px;
    height: auto;
  }
  .crowe-text-logo .wp-block-columns {
    margin-bottom: 0;
  }
  .crowe-text-logo > .wp-block-column:nth-child(2) {
    display: none;
  }
}

.crowe-text h4 {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .crowe-text h4 {
    font-size: 28px;
  }
  .crowe-text p {
    font-size: 20px;
  }
}

.gradient-text {
  color: transparent;
  display: inline-block;
  font-family: "neue-haas-grotesk-display", Helvetica, sans-serif;
}
.gradient-text.gradient-text-2 {
  background: url("assets/images/Gradient-2.png") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-text.gradient-text-4 {
  background: url("assets/images/Gradient-4.png") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-text.gradient-text-5 {
  background: url("assets/images/Gradient-5.png") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-text.gradient-text-6 {
  background: url("assets/images/Gradient-6.png") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-text.gradient-text-7 {
  background: url("assets/images/Gradient-7.png") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-text.gradient-text-8 {
  background: url("assets/images/Gradient-8.png") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-text.gradient-text-9 {
  background: url("assets/images/Gradient-9.png") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-text.gradient-text-10 {
  background: url("assets/images/Gradient-10.png") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-text.gradient-text-11 {
  background: url("assets/images/Gradient-11.png") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-text.gradient-text-12 {
  background: url("assets/images/Gradient-12.png") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}
.gradient-text.gradient-text-animated {
  background-size: 400%;
  background-position: top -200px left -50px;
  animation: animateText 2s linear 0.5s forwards;
}

@keyframes animateText {
  100% {
    background-position: center;
    background-size: 120%;
  }
}
/* HEADER */
.nav-featured {
  display: none;
}

html.has-modal-open .site-header {
  height: 100vh;
  overflow: scroll;
}
html.has-modal-open .nav-featured {
  display: block;
}
@media (max-width: 781px) {
  html.has-modal-open .nav-featured .date + p {
    display: none;
  }
  html.has-modal-open .nav-search-button {
    background-color: #011E41 !important;
    display: block !important;
    padding: 5px !important;
    position: absolute !important;
    right: 115px;
  }
}
@media (min-width: 1024px) {
  html.has-modal-open .nav-featured {
    display: block;
    margin-top: 135px;
    max-width: 1350px;
    pointer-events: none;
    position: absolute;
    top: 120px;
    left: 50%;
    width: 100%;
    z-index: 1;
  }
  html.has-modal-open .nav-featured h2 {
    color: #fff;
    font-size: 20px;
  }
  html.has-modal-open .nav-featured .post-box-container {
    padding: 50px 150px 50px 70px !important;
  }
}

html.has-modal-open {
  overflow: hidden;
}
html.has-modal-open .site-header {
  height: 100vh;
  overflow: scroll;
}

.site-header {
  position: relative;
  width: 100%;
}
.site-header .header-main {
  gap: 15px;
  padding: 34px 24px;
}
.site-header .header-main .wp-block-site-logo {
  flex-grow: 1;
}
.site-header .header-main button {
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
}
.site-header .header-main #user-profile-btn, .site-header .header-main #sign-in {
  color: #fff;
}
.site-header .header-main #user-profile-btn span, .site-header .header-main #sign-in span {
  display: none;
  line-height: 37px;
  margin-right: 20px;
}
.site-header .header-main #user-profile-btn img, .site-header .header-main #sign-in img {
  height: 31px;
}
.site-header .header-main #user-profile-popup {
  background: rgb(0, 16, 45);
  display: none;
  padding: 30px 50px 20px 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.site-header .header-main #user-profile-popup #user-profile-close {
  position: absolute;
  right: 20px;
  top: 35px;
}
.site-header .header-main #user-profile-popup span {
  color: #FDB813;
  line-height: 37px;
  margin-right: 20px;
}
.site-header .header-main #user-profile-popup img {
  height: 31px;
}
.site-header .header-main #user-profile-popup ul {
  list-style-type: none;
  margin-top: 30px;
  padding-left: 0;
}
.site-header .header-main #user-profile-popup ul li {
  margin-bottom: 10px;
}
.site-header .header-main #user-profile-popup a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.site-header .header-main #user-profile-popup a.link-arrow {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
.site-header .header-main #cart-count {
  background: #A14FB5;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  margin-left: 4px;
  padding: 2px;
  position: absolute;
  top: 0;
  width: 22px;
  height: 22px;
}
@media (min-width: 1024px) {
  .site-header .header-main #cart-count {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .site-header .header-main .nav-cart-button {
    margin-right: 8px;
  }
}
.site-header .header-main .nav-search-button {
  background: url("assets/images/search-magnifier.svg") no-repeat center;
  border: 0 !important;
  box-shadow: none;
  display: none;
  text-indent: -9999px;
}
.site-header .header-main #hamburger {
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 35px;
  position: relative;
  cursor: pointer;
}
.site-header .header-main #ham-1, .site-header .header-main #ham-2, .site-header .header-main #ham-3, .site-header .header-main #ham-4 {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  left: 0;
  transition: 0.1s ease-in-out;
}
.site-header .header-main #ham-1 {
  top: 6px;
}
.site-header .header-main #ham-2, .site-header .header-main #ham-3 {
  top: 16px;
}
.site-header .header-main #ham-4 {
  top: 26px;
}
.site-header .header-main #hamburger.is-active #ham-1, .site-header .header-main #hamburger.is-active #ham-4 {
  top: 22px;
  width: 0;
  left: 50%;
}
.site-header .header-main #hamburger.is-active #ham-2 {
  background: #FDB813;
  transform: rotate(45deg);
}
.site-header .header-main #hamburger.is-active #ham-3 {
  background: #FDB813;
  transform: rotate(-45deg);
}
@media (min-width: 782px) {
  .site-header .header-main #user-profile-popup {
    display: none;
    margin-right: 148px;
    padding-top: 34px;
  }
  .site-header .header-main #user-profile-popup #user-profile-close {
    display: none;
  }
  .site-header .header-main #user-profile-popup:hover {
    display: block;
  }
  .site-header .header-main #user-profile-popup a {
    font-size: 16px;
  }
  .site-header .header-main #user-profile-btn, .site-header .header-main #sign-in {
    margin-right: 80px;
  }
  .site-header .header-main #user-profile-btn span, .site-header .header-main #sign-in span {
    display: inline-block;
  }
  .site-header .header-main #user-profile-btn:hover + #user-profile-popup, .site-header .header-main #sign-in:hover + #user-profile-popup {
    display: block;
  }
  .site-header .header-main #sign-in span {
    color: #FDB813;
    border-bottom: 1px solid #FDB813;
  }
  .site-header .header-main .nav-search-button {
    display: block;
  }
}
@media (min-width: 1024px) {
  .site-header .header-main {
    gap: 30px;
    padding-top: 45px;
  }
  .site-header .header-main .wp-block-site-logo img {
    width: 185px;
    height: auto;
  }
  .site-header .header-main #user-profile-btn {
    margin-right: 100px;
  }
  .site-header .header-main #user-profile-popup {
    padding: 58px 33px 30px;
    margin-right: 230px;
  }
  .site-header .header-main #hamburger {
    margin-top: 13px;
  }
}
@media (min-width: 1525px) {
  .site-header .header-main #user-profile-popup {
    padding: 58px 33px 30px;
    margin-right: 290px;
  }
}
.site-header #nav-search {
  background: #011E41;
  display: none;
  opacity: 0;
  padding: 24px;
  position: absolute;
  left: 0;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
  z-index: 100;
}
.site-header #nav-search form {
  width: 100%;
}
.site-header #nav-search form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  outline: none;
  padding: 10px 0;
  width: 100%;
}
.site-header #nav-search form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site-header #nav-search form button {
  background: url("assets/images/search-magnifier.svg") no-repeat center;
  border: 0 !important;
  box-shadow: none;
  position: absolute;
  right: 13px;
  width: 27px;
  height: 27px;
}
.site-header #nav-search form button svg {
  display: none;
}
@media (max-width: 781px) {
  .site-header #nav-search {
    padding-top: 30px;
    pointer-events: none;
    position: absolute;
    top: 80px;
  }
  .site-header #nav-search form {
    pointer-events: all;
  }
}
@media (min-width: 782px) {
  .site-header #nav-search {
    padding: 10px 24px 40px;
  }
  .site-header #nav-search form {
    font-size: 20px;
    margin: 0 47px 0 auto;
    max-width: 570px;
  }
  .site-header #nav-search form button {
    right: 80px;
  }
}
@media (min-width: 1525px) {
  .site-header #nav-search form {
    margin: 0 110px 0 auto;
  }
  .site-header #nav-search form button {
    right: 140px;
  }
}
.site-header.search-open {
  background: #011E41;
}
.site-header.search-open .nav-search-button {
  background-image: url("assets/images/icon-close-yellow.svg");
}
.site-header.search-open .nav-search-button img {
  opacity: 0;
}
.site-header.search-open #nav-search {
  display: block;
  opacity: 1;
}
@media (max-width: 1023px) {
  .site-header.search-open .nav-search-button a {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 100;
  }
}
.site-header #main-nav {
  background: #011E41;
  display: none;
  padding: 50px 24px; /*position: absolute;*/
}
.site-header #main-nav .custom-logo {
  width: 107px;
  margin-top: -18px;
}
.site-header #main-nav ul {
  list-style-type: none;
  padding: 0;
}
.site-header #main-nav ul li {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}
.site-header #main-nav ul li a {
  background: url("assets/images/nav-icon-arrow-right.svg") no-repeat center right 10px;
  color: #fff;
  padding-right: 40px;
  text-decoration: none;
  transition: background-position 0.2s ease-in-out;
}
.site-header #main-nav ul li a:hover {
  background-position: center right 0;
}
@media (min-width: 1024px) {
  .site-header #main-nav ul li {
    font-size: 35px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1280px) {
  .site-header #main-nav {
    margin: 0 auto;
    max-width: 1497px;
    padding: 70px 80px 50px;
  }
}
@media (min-width: 1525px) {
  .site-header {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background), .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  border-color: #FDB813;
  font-size: 14px;
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):hover, .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
  background-color: #FDB813;
  color: #011E41 !important;
}
.wp-block-button.button-arrow a {
  padding: 14px 20px !important;
}
.wp-block-button.button-arrow a:after {
  display: inline-block;
  content: "";
  background-image: url("assets/images/btn-arrow-right.png") !important;
  background-repeat: no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 10px;
  margin-left: 8px;
}
.wp-block-button.button-arrow a:hover:after {
  background-position: 0 -10px;
}

a.link-arrow, .link-arrow a {
  background: url("assets/images/nav-icon-arrow-right.svg") no-repeat center right 10px;
  color: #FDB813;
  font-size: 14px;
  font-weight: 700;
  padding-right: 30px;
  text-decoration: none;
  transition: background-position 0.2s ease-in-out;
  text-transform: uppercase;
}
a.link-arrow:hover, .link-arrow a:hover {
  background-position: center right;
}

@media (max-width: 781px) {
  .link-arrow.has-text-align-right {
    text-align: left;
  }
}
.has-white-background-color a.link-arrow, .has-white-background-color .link-arrow a {
  color: #011E41;
}

.button-global-contact {
  position: fixed;
  right: 0;
  top: 80%;
}
.button-global-contact a {
  background: url("assets/images/arrow-right.svg") no-repeat center right 14px rgba(255, 255, 255, 0.2);
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  padding: 13px 38px 13px 15px;
}
.button-global-contact a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
}
.button-global-contact a.yellow {
  background-color: #FDB813;
}
@media (max-width: 1023px) {
  .button-global-contact {
    display: none !important;
  }
}

.wp-element-button, .wp-block-button__link {
  box-shadow: none;
}

.page-banner {
  max-width: 1388px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 25px;
}
.page-banner h1 {
  color: #FDB813;
}
@media (min-width: 1024px) {
  .page-banner {
    padding-top: 50px;
  }
  .page-banner .col-md-6:nth-child(2) {
    padding-left: 8.33333333%;
  }
  .page-banner p {
    max-width: 320px;
    padding-top: 10px;
  }
  .page-banner p.mid-width {
    max-width: none;
    padding-right: 16.66666667%;
  }
}
@media (min-width: 1280px) {
  .page-banner {
    padding-top: 130px;
  }
  .page-banner p {
    font-size: 28px;
    padding-top: 15px;
  }
}

.blue-section + .page-banner {
  padding-top: 0;
}

.gradient-banner {
  color: #fff;
  font-size: 20px;
  padding: 190px 0 150px;
  position: relative;
  overflow: hidden;
}
.gradient-banner:after {
  background: conic-gradient(from 250deg at 64% 61%, #011E41 140deg, #009980, #A14FB5 80%);
  content: "";
  display: block;
  animation: rotateBanner2 0.9s linear 0.5s forwards;
  transform-origin: center;
  transform: rotate(9deg);
  width: 140%;
  height: 140%;
  position: absolute;
  top: -20%;
  left: -20%;
  z-index: -1;
}
.gradient-banner.gradient-banner-2:after {
  background: conic-gradient(from 250deg at 70% 65%, #011E41 140deg, #54B0D8, #FDB813 80%);
}
.gradient-banner.gradient-banner-3:after {
  background: conic-gradient(from 250deg at 70% 65%, #011E41 140deg, #A14FB5, #FD7A1A 80%);
}
.gradient-banner.gradient-banner-4:after {
  background: conic-gradient(from 250deg at 70% 65%, #011E41 140deg, #0075B9, #76AC21 80%);
}
.gradient-banner h1, .gradient-banner h2, .gradient-banner p {
  max-width: 960px;
}
.gradient-banner h1 {
  font-size: 52px;
}
.gradient-banner h2 {
  font-family: "neue-haas-grotesk-display", Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 300;
}
.gradient-banner a {
  color: #FDB813;
  text-decoration: none;
}
.gradient-banner p {
  max-width: 888px;
}
@media (max-width: 781px) {
  .gradient-banner h1 {
    line-height: 0.85em;
  }
}
@media (min-width: 1280px) {
  .gradient-banner {
    font-size: 24px;
    padding: 280px 0 150px;
  }
  .gradient-banner h1 {
    font-size: 105px;
  }
  .gradient-banner h2 {
    font-size: 71px;
  }
}

/* OLD ROTATE BANNER
background: conic-gradient(from 250deg at 70% 65%, $blueDark var(--a), #009980, #A14FB5 80%); color: #fff; font-size: 20px; padding: 190px 0 150px; position: relative; overflow: hidden; --a:360deg; transition:--a 0.5s; animation: rotateBanner 0.8s linear 0.5s forwards;
&.gradient-banner-2 {background: conic-gradient(from 250deg at 70% 65%, $blueDark 140deg, #54B0D8, #FDB813 80%)}
	&.gradient-banner-3 {background: conic-gradient(from 250deg at 70% 65%, $blueDark 140deg, #A14FB5, #FD7A1A 80%)}
	&.gradient-banner-4 {background: conic-gradient(from 250deg at 70% 65%, $blueDark 140deg, #0075B9, #76AC21 80%)}

	@supports (-webkit-touch-callout: none) {
     //CSS specific to iOS devices
		--a:140deg;
	}
*/
@keyframes rotateBanner {
  100% {
    --a:140deg;
  }
}
@keyframes rotateBanner2 {
  0% {
    transform: rotate(9deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.home-banner {
  padding-bottom: 20px;
}
.home-banner p {
  margin-top: 192px;
}
@media (min-width: 1024px) {
  .home-banner p {
    margin: 330px 0 0 58.333333%;
  }
}
@media (min-width: 1280px) {
  .home-banner {
    padding-bottom: 60px;
  }
  .home-banner p {
    font-size: 30px;
  }
}

.twirl-section {
  background: url("assets/images/Twirls-background-layer.jpg") repeat-y;
  background-size: cover;
  padding-top: 50px;
}
.twirl-section h2 + p {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .twirl-section {
    padding-top: 120px;
  }
  .twirl-section h2 + p {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .twirl-section.bottom-page-padding {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.shiny-section {
  background: url("assets/images/Background-effect.jpg") repeat-y;
  background-size: cover;
  overflow: hidden;
  padding-top: 50px;
  /*background: url(assets/images/Large-component-4@2x.png) no-repeat bottom -100px right; background-size: 125% auto; padding-top: 60px;*/
}
@media (min-width: 1024px) {
  .shiny-section {
    padding-top: 120px;
  }
}
.shiny-section.people-card-background {
  background: url("assets/images/Large-component-6@2x.png") no-repeat bottom right, url("assets/images/Background-effect.jpg") repeat-y;
  background-size: 1178px auto, cover;
}
.shiny-section.people-card-background-2 {
  background: url("assets/images/Large-component-2@2x.png") no-repeat bottom left, url("assets/images/Background-effect.jpg") repeat-y;
  background-size: 1291px 1170px, cover;
}
.shiny-section.people-card-background-3 {
  background: url("assets/images/Large-component-4@2x.png") no-repeat bottom -100px right, url("assets/images/Background-effect.jpg") repeat-y;
  background-size: 125% auto, cover;
}

.white-section {
  background: #fff;
  color: #011E41;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .white-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .white-section p {
    font-size: 20px;
  }
}

.blue-section {
  background: #011E41;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .blue-section {
    padding-top: 120px;
  }
}

.has-white-background-color {
  background: #fff;
}

.people-card-background-right {
  background: url(assets/images/Large-component-6@2x.png) no-repeat bottom -100px right;
  background-size: 125% auto;
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .people-card-background-right {
    background-size: 1178px auto;
    padding-top: 130px;
  }
}

.people-card-background-2-right {
  background: url(assets/images/Large-component-4@2x.png) no-repeat bottom -100px right;
  background-size: 125% auto;
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .people-card-background-2-right {
    background-size: 1178px auto;
    padding-top: 130px;
  }
}

.people-card-background-3-center {
  background: url(assets/images/Large-component-3@2x.png) no-repeat bottom center;
  background-size: cover;
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .people-card-background-3-center {
    padding-top: 80px;
  }
}
.people-card-background-3-center.white-section {
  background: url(assets/images/Large-component-3@2x.png) no-repeat bottom center #fff;
  background-size: cover;
}

.people-bottom-quote {
  background: url("assets/images/Large-component-2@2x.png") no-repeat bottom left;
  background-size: 1291px 1170px;
}
@media (max-width: 781px) {
  .people-bottom-quote {
    background: url("assets/images/Large-component-4@2x.png") no-repeat bottom left;
  }
}

.yellow-gradient-box {
  background: url("assets/images/yellow-gradient.png") no-repeat bottom right rgba(0, 16, 45, 0.8);
  margin-bottom: 35px;
  padding: 60px 20px;
}
.yellow-gradient-box.table-box {
  padding: 30px 20px 120px;
}
@media (max-width: 1023px) {
  .yellow-gradient-box {
    background-size: 50% auto;
  }
}
@media (min-width: 1024px) {
  .yellow-gradient-box {
    margin-bottom: 60px;
    padding: 150px 113px;
  }
  .yellow-gradient-box.table-box {
    padding: 60px 113px 240px;
  }
}

footer {
  color: #fff;
  font-size: 16px;
}
footer a {
  text-decoration: none !important;
}
footer .footer-main {
  padding: 60px 24px 40px 24px;
  /* Expanding menu */
}
footer .footer-main a {
  color: #fff;
}
footer .footer-main a:hover {
  color: #FDB813;
}
footer .footer-main ul {
  list-style-type: none;
  padding-left: 0;
}
footer .footer-main nav {
  font-size: 16px;
  font-weight: normal;
}
footer .footer-main .footer-logo {
  margin-bottom: 32px;
}
footer .footer-main .footer-legal {
  margin-bottom: 15px;
}
footer .footer-main .footer-legal li {
  display: inline-block;
  margin-right: 16px;
}
footer .footer-main .copyright {
  font-size: 14px;
}
footer .footer-main .has-small-font-size {
  font-size: 14px;
}
footer .footer-main svg {
  fill: #FDB813;
}
footer .footer-main .directions-icon:before {
  background: url("assets/images/diamond-turn-right-solid.svg") no-repeat;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -2px;
}
footer .footer-main .footer-contact p {
  line-height: 1.8em;
}
footer .footer-main .wp-block-social-links {
  gap: 16px;
}
footer .footer-main .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
footer .footer-main .footer-main-nav .wp-block-navigation__container {
  width: 100%;
  display: block;
}
footer .footer-main .wp-block-navigation-item.has-child > a {
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding-right: 10px;
  max-width: 208px;
  width: 100%;
}
footer .footer-main .wp-block-navigation-item.has-child > a:after {
  background: url("assets/images/carrot-up.svg") no-repeat center right;
  content: "";
  display: inline-block;
  float: right;
  margin-top: 4px;
  width: 20px;
  height: 10px;
  transform: rotate(180deg);
}
footer .footer-main .wp-block-navigation-item.has-child > a.active:after {
  transform: rotate(0deg);
}
footer .footer-main .wp-block-navigation__submenu-icon {
  display: none;
}
footer .footer-main .wp-block-navigation .wp-block-navigation-item {
  flex-wrap: wrap;
}
footer .footer-main .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container, footer .footer-main .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  background: transparent;
  border: 0;
  margin-top: 10px;
  position: relative;
  height: auto;
  opacity: 1;
  visibility: visible;
  width: 100%;
  display: none;
}
footer .footer-main .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container a, footer .footer-main .wp-block-navigation .has-child .wp-block-navigation__submenu-container a {
  color: #fff;
  padding: 5px 0;
}
footer .footer-main .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container, footer .footer-main .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
  border: 0;
  width: 100%;
}
footer .footer-main .footer-main-nav li {
  margin-bottom: 12px;
}
@media (max-width: 781px) {
  footer .footer-main .wp-block-column {
    padding-top: 40px;
  }
}
@media (min-width: 782px) {
  footer .footer-main .wp-block-buttons {
    margin-bottom: 60px;
  }
}

.wp-block-table, table {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}
.wp-block-table thead, table thead {
  border: 0;
}
.wp-block-table th, .wp-block-table td, table th, table td {
  border: 1px solid rgba(234, 240, 244, 0.27);
  border-collapse: collapse;
  padding: 5px 10px;
}
.wp-block-table th, table th {
  border: 0;
  color: #B5B6C7;
  text-align: left;
}
.wp-block-table a, table a {
  color: #FDB813;
}
@media (min-width: 1024px) {
  .wp-block-table th, .wp-block-table td, table th, table td {
    font-size: 18px;
    padding: 15px 35px;
  }
}

@media (max-width: 800px) {
  .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
    display: block;
  }
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table tr {
    margin-bottom: 15px;
  }
  .responsive-table td {
    position: relative;
    margin-left: 140px;
    text-align: left;
  }
  .responsive-table td:before {
    border: 1px solid rgba(234, 240, 244, 0.27);
    content: attr(data-label);
    font-weight: normal;
    margin-top: -1px;
    margin-left: -150px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 140px;
    height: calc(100% + 2px);
  }
  .responsive-table td:last-of-type {
    text-align: left;
  }
}

.semantic_ui .ui.table {
  background: transparent;
  border: 0;
  border-collapse: collapse;
  color: #fff;
}
.semantic_ui .ui.table thead th {
  background: transparent;
  color: #B5B6C7;
}
.semantic_ui .ui.table th, .semantic_ui .ui.table td {
  border: 1px solid rgba(234, 240, 244, 0.27) !important;
}
.semantic_ui .ui.table .footable_parent .fooicon-sort:before {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .semantic_ui .ui.table th, .semantic_ui .ui.table td {
    font-size: 18px;
    padding: 15px 35px !important;
  }
}

.page-template-default .semantic_ui .ui.table tbody tr:hover, .page-template-default .semantic_ui .ui.table tbody tr td.selectable:hover {
  color: #fff !important;
}

.footable_parent .fooicon-sort:before, .footable_parent .fooicon-sort-asc:before, .footable_parent .fooicon-sort-desc:before {
  background-color: #fff;
}

td.footable-sortable > span.fooicon, th.footable-sortable > span.fooicon {
  margin-top: -10px;
  right: 5px;
}

.table-controls {
  margin-bottom: 20px;
}
.table-controls a {
  color: #FDB813;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.table-controls a img {
  display: inline-block;
  padding-left: 10px;
}

.request-table {
  margin-top: 20px;
  width: 100%;
}
.request-table thead {
  background: #011E41;
}
.request-table th {
  color: #fff;
  font-weight: normal;
  font-size: 15px;
}
.request-table td {
  border: 0;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .request-table th, .request-table td {
    padding: 10px 20px;
  }
}

.table-sort .sort-d:before, .table-sort .sort-a:before {
  background: url("assets/images/icon-table-sort.svg") center no-repeat;
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 10px;
  height: 10px;
}
.table-sort .sort-d:before {
  transform: rotate(180deg);
}
.table-sort tr td:first-child {
  padding-left: 30px !important;
}

.standard-form {
  padding-bottom: 80px;
}
.standard-form label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 14px;
}
.standard-form input[type=text], .standard-form input[type=email], .standard-form input[type=search], .standard-form textarea {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  max-width: 100%;
  padding: 14px 15px;
  width: 100%;
}
.standard-form input[type=text]::placeholder, .standard-form input[type=email]::placeholder, .standard-form input[type=search]::placeholder, .standard-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.standard-form input[type=text]:focus, .standard-form input[type=email]:focus, .standard-form input[type=search]:focus, .standard-form textarea:focus {
  border-color: #FDB813;
  color: #fff;
  outline: 0;
}
.standard-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("assets/images/caret-down.svg") no-repeat right 15px center transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 14px 45px 14px 15px;
  position: relative;
  width: 100%;
}
.standard-form select:after {
  background: url("assets/images/caret-down.svg") no-repeat;
  content: "";
  display: block;
  width: 14px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 40%;
}
.standard-form input + label, .standard-form select + label, .standard-form textarea + label {
  margin-top: 34px;
}
.standard-form input[type=search] {
  background: url("assets/images/search-magnifier.svg") no-repeat right 20px center;
  background-size: 16px 16px;
}
.standard-form input[type=search]::-webkit-search-decoration, .standard-form input[type=search]::-webkit-search-cancel-button, .standard-form input[type=search]::-webkit-search-results-button, .standard-form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.standard-form input[type=submit] {
  background: url("assets/images/nav-icon-arrow-right.svg") no-repeat center right 10px;
  border: 0;
  box-shadow: none;
  color: #FDB813;
  float: right;
  font-size: 14px;
  font-weight: 700;
  margin-top: 40px;
  padding: 0 30px 0 0;
  text-decoration: none;
  transition: background-position 0.2s ease-in-out;
  text-wrap: nowrap;
}
.standard-form input[type=submit]:hover {
  background: url("assets/images/nav-icon-arrow-right.svg") no-repeat center right;
}
@media (max-width: 781px) {
  .standard-form .col-section + .col-section {
    margin-top: 16px;
  }
}
@media (min-width: 782px) {
  .standard-form .col-section {
    margin-bottom: 34px;
  }
}
@media (min-width: 1024px) {
  .standard-form .col-sm-6 {
    padding-right: 8.33333333%;
  }
}

.services-list {
  background: url(assets/images/Large-component-4@2x.png) no-repeat bottom -10px right rgba(0, 16, 45, 0.8);
  background-size: 75% auto;
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 80px 25px;
}
.services-list h2 + p {
  font-size: 20px;
  margin-bottom: 70px;
}
.services-list h3 + p {
  font-weight: 300;
}
.services-list .link-arrow {
  margin-bottom: 70px;
}
@media (min-width: 1024px) {
  .services-list {
    background-position: bottom -30px right -180px;
    padding: 90px 8.33333333% 120px;
  }
  .services-list .services-intro-content {
    position: sticky;
    top: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .services-list h2 + p {
    font-size: 28px;
  }
  .services-list .services-columns .col-xs-12:first-child {
    padding-right: 16.666667%;
  }
  .services-list .services-columns .col-xs-12:nth-of-type(2) {
    padding-right: 8.33333333%;
  }
  .services-list .services-columns .col-xs-12:nth-of-type(2) h3 {
    font-size: 30px;
    padding-top: 10px;
  }
  .services-list .services-columns .col-xs-12:nth-of-type(2) p {
    font-size: 20px;
  }
}

.services-list-quote {
  background: url("assets/images/Large-component-2@2x.png") no-repeat bottom left, url("assets/images/Background-effect.jpg") repeat-y;
  background-size: 1291px 1170px, cover;
}
@media (max-width: 781px) {
  .services-list-quote {
    background: url("assets/images/Large-component-4@2x.png") no-repeat bottom left, url("assets/images/Background-effect.jpg") repeat-y;
  }
}

.post-boxes {
  margin-bottom: 40px;
  /*h4 + p {margin-bottom: 0;}*/
}
.post-boxes h3 {
  color: #0ED1CE;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.post-boxes h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.post-boxes p + .link-arrow {
  margin-top: 30px;
}
.post-boxes .date {
  font-size: 14px;
}
.post-boxes ul {
  list-style-type: none;
  padding: 0;
}
.post-boxes ul img {
  margin-top: -40px;
  margin-left: -25px;
  margin-bottom: 30px;
  max-width: none;
  width: calc(100% + 50px);
}
.post-boxes ul li .post-box-container {
  background: rgba(0, 16, 45, 0.8);
  height: 100%;
  padding: 40px 25px;
  transition: transform ease-in-out 0.2s;
}
.post-boxes ul li .post-box-container:hover {
  transform: translateY(-10px);
}
.post-boxes .view-more {
  background: url("assets/images/view-more-circles.svg") bottom center no-repeat;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 40px 0 15px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 1280px) {
  .post-boxes {
    margin-bottom: 80px;
  }
  .post-boxes h4 {
    font-size: 24px;
  }
  .post-boxes .date {
    font-size: 16px;
  }
  .post-boxes ul img {
    margin-top: -50px;
    margin-left: -40px;
    margin-bottom: 50px;
    max-width: none;
    width: calc(100% + 80px);
  }
  .post-boxes ul li .post-box-container {
    padding: 50px 40px;
  }
  .post-boxes ul:not(:has(li:nth-child(3))) li .post-box-container {
    padding: 110px;
  }
  .post-boxes.side-date .date {
    float: left;
  }
  .post-boxes.side-date h4, .post-boxes.side-date p:not(.date) {
    float: right;
    width: 70%;
  }
  .post-boxes.side-date ul li .post-box-container {
    padding: 50px 150px 50px 70px;
  }
  .post-boxes.side-date .link-arrow {
    display: inline-block;
    margin-bottom: 50px;
  }
  .post-boxes.side-date .view-more {
    background: url("assets/images/view-more-circles.svg") bottom center no-repeat;
    border: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 40px 0 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
}

.blue-white-split + .post-boxes {
  margin-top: 20px;
}

.post-box-category {
  color: #0ED1CE;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.simple-post-box {
  padding-top: 60px;
}
.simple-post-box h3 {
  color: #0ED1CE;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.simple-post-box h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .simple-post-box h4 {
    font-size: 24px;
  }
}

.cost-box {
  text-align: center;
}
.cost-box p {
  font-size: 22px;
}
.cost-box h2 {
  color: #FDB813;
}

.tab-box {
  background: rgba(0, 16, 45, 0.8);
  padding: 20px 20px 36px;
}
.tab-box p a {
  color: #FDB813;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .tab-box {
    padding: 30px 113px 50px;
  }
}

.stats-section {
  background: rgba(0, 16, 45, 0.8);
  padding: 50px 25px;
}
.stats-section .stats-column h3 {
  font-family: "neue-haas-grotesk-display", Helvetica, sans-serif;
  font-size: 100px;
  margin-bottom: 0;
}
.stats-section .stats-column p {
  font-size: 22px;
  margin-bottom: 0;
}
.stats-section .stats-column h3 + p {
  margin-bottom: 40px;
}
.stats-section .stats-column p + .link-arrow {
  margin-top: -30px;
}
.stats-section .stats-column .link-arrow + h3 {
  padding-top: 20px;
}
@media (min-width: 1280px) {
  .stats-section {
    padding: 110px 110px 80px 110px;
  }
  .stats-section.stats-horizontal {
    gap: 16px 60px !important;
  }
  .stats-section .stats-column h3 {
    font-size: 120px;
  }
  .stats-section .stats-column p {
    font-size: 30px;
  }
  .stats-section .stats-column h3 + p {
    margin-bottom: 60px;
  }
  .stats-section .stats-column p + .link-arrow {
    margin-top: -40px;
  }
  .stats-section .stats-column .link-arrow + h3 {
    padding-top: 70px;
  }
}

@media (min-width: 1280px) {
  .post-boxes + .stats-section {
    margin-top: 140px;
  }
}
.wp-block-quote cite {
  font-style: normal;
  font-weight: 300;
}

.wp-block-quote p {
  font-style: italic;
  font-weight: 300;
}

@media (min-width: 1280px) {
  .wp-block-quote p {
    font-size: 24px;
  }
}
@media (max-width: 781px) {
  .quote-photo img {
    float: right;
    max-width: 65%;
  }
  .quote-photo blockquote {
    transform: translateY(50px);
  }
}
.quote-photo cite {
  font-size: 14px;
}
.quote-photo cite strong {
  font-size: 18px;
}
.quote-photo.people-card-background-2 {
  background: url("assets/images/Large-component-2@2x.png") no-repeat bottom left;
  background-size: 1291px 1170px;
}

.quote-block-content {
  padding-right: 8.3%;
}
@media (min-width: 1024px) {
  .quote-block-content {
    padding-bottom: 80px;
  }
}

.has-white-background-color cite {
  color: #011E41;
}

.quote-photo-event {
  background: rgba(0, 16, 45, 0.8);
  font-size: 14px;
}
.quote-photo-event h4, .quote-photo-event h5 {
  font-size: 14px;
  margin-bottom: 14px;
}
.quote-photo-event .col-xs-12:nth-of-type(1) {
  padding: 0;
  /*background: url('assets/images/Large-component-5@2x.png') no-repeat bottom left; background-size: 100% auto;*/
}
.quote-photo-event .quote-photo-event-text {
  padding: 34px 26px;
}
.quote-photo-event .col-section .col-xs-12 {
  padding: 0;
}
@media (min-width: 1024px) {
  .quote-photo-event {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .quote-photo-event h4 {
    font-size: 14px;
  }
  .quote-photo-event h3 {
    font-size: 30px;
  }
  .quote-photo-event h5 {
    font-size: 20px;
  }
  .quote-photo-event .col-section .col-xs-12:nth-of-type(2) {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .quote-photo-event .quote-photo-event-text {
    padding-right: 8.33333333%;
  }
}

.quote-and-text {
  padding-top: 55px;
}
.quote-and-text blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .quote-and-text {
    padding-top: 140px;
  }
  .quote-and-text p {
    font-size: 20px;
  }
  .quote-and-text blockquote {
    margin-top: 90px;
    margin-bottom: 220px;
  }
}

.blue-white-split {
  background: rgba(0, 16, 45, 0.8);
  gap: 0 !important;
}
.blue-white-split h3 {
  font-size: 16px;
  line-height: 1.4em;
}
.blue-white-split .gradient-text {
  font-size: 32px;
  margin: 0;
  padding: 40px 0;
}
.blue-white-split .wp-block-column {
  padding: 40px 20px;
}
.blue-white-split .wp-block-column:first-child {
  background: url("assets/images/Large-component-6@2x.png") no-repeat bottom right;
  background-size: 50% auto;
}
.blue-white-split .wp-block-column:nth-of-type(2) h3 {
  font-size: 20px;
}
.blue-white-split .wp-block-column:nth-of-type(2) p {
  color: #011E41;
  line-height: 1.8em;
}
.blue-white-split ul {
  color: #7A7E83;
  font-weight: bold;
  padding: 0;
}
.blue-white-split ul li {
  background: url("assets/images/Icon-awesome-check.svg") no-repeat top 4px left;
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 30px;
}
.blue-white-split .link-arrow + h3, .blue-white-split p:has(.link-arrow) + h3 {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .blue-white-split {
    display: flex;
    margin-bottom: 70px;
  }
  .blue-white-split .wp-block-column {
    padding: 140px 70px;
    width: 50%;
  }
  .blue-white-split .wp-block-column:first-child {
    background-size: 65% auto;
  }
  .blue-white-split .wp-block-column:nth-of-type(2) h3 {
    font-size: 30px;
  }
  .blue-white-split h3 {
    font-size: 30px;
  }
  .blue-white-split .gradient-text {
    font-size: 55px;
  }
  .blue-white-split ul {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .blue-white-split > .wpblock-column:first-child {
    padding-left: 110px;
  }
}

.blue-section .blue-white-split {
  background: rgba(0, 16, 45, 0.8);
}

.tab-group .tab-content {
  display: none;
}
.tab-group .tab-content h2 + p {
  font-size: 20px;
}
.tab-group .active {
  display: block;
}
@media (min-width: 1280px) {
  .tab-group .tab-content h2 + p {
    font-size: 28px;
  }
}

.table-tab-group .table-tab-content {
  display: none;
}
.table-tab-group .active {
  display: table;
}

.tabs {
  flex-wrap: nowrap !important; /*gap: 25px !important;*/
  margin-top: 30px;
  margin-bottom: 30px;
  text-wrap: nowrap;
}
.tabs a {
  background: none;
  border: 0;
  border-bottom: 5px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-right: 25px;
  padding: 0 0 18px 0;
}
.tabs .active a {
  border-bottom: 5px solid #FDB813;
}

.table-tabs {
  flex-wrap: nowrap !important;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 6px;
  text-wrap: nowrap;
}
.table-tabs a {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 2px 0;
}
.table-tabs .active a {
  border-bottom: 2px solid #FDB813;
}

#outer {
  float: left;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

#left-button, #right-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-top: -40px;
  padding: 0;
  position: absolute;
  width: 30px;
  height: 30px;
}

#left-button {
  left: 38px;
}

#right-button {
  right: 38px;
}

#inner {
  display: flex; /*gap: 25px;*/
}
#inner div:last-child a {
  margin-right: 0;
}

#inner:first-child {
  margin-left: 0;
}

.media-tabs-group {
  margin-top: -80px;
}
.media-tabs-group .media-box {
  padding: 30px 24px;
}
@media (max-width: 781px) {
  .media-tabs-group {
    gap: 70px !important;
  }
  .media-tabs-group .media-box {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 1024px) {
  .media-tabs-group {
    margin-top: -120px;
  }
  .media-tabs-group .media-box {
    position: relative;
  }
  .media-tabs-group .media-box:after {
    background: #163a8f;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -500px;
    width: 500px;
  }
}
@media (min-width: 1280px) {
  .media-tabs-group .media-box {
    padding: 70px 50px;
  }
  .media-tabs-group .media-box p {
    font-size: 21px;
  }
}

.post-header.wp-block-group {
  background: url(assets/images/Large-component-4@2x.png) no-repeat bottom right #011E41;
  background-size: 40% auto;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  .post-header.wp-block-group {
    background-size: 550px auto;
    padding-top: 190px;
  }
}

.post-header-alt {
  padding-top: 90px;
}
@media (min-width: 1024px) {
  .post-header-alt {
    padding-top: 190px;
  }
}

.gradient-banner.post-header-case-study {
  background: conic-gradient(from 250deg at 83% 84%, #011E41 var(--a), #A14FB5, #FD7A1A 80%);
  padding-top: 120px;
  padding-left: 24px;
  padding-right: 24px;
}
.gradient-banner.post-header-case-study h2 {
  background-size: 200% auto;
  background-position: right center;
  font-weight: bold;
  font-size: 45px;
}
.gradient-banner.post-header-case-study h1 {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .gradient-banner.post-header-case-study {
    background: conic-gradient(from 250deg at 85% 65%, #011E41 var(--a), #A14FB5, #FD7A1A 80%);
    padding-top: 190px;
  }
  .gradient-banner.post-header-case-study h2 {
    font-weight: bold;
    font-size: 50px;
  }
  .gradient-banner.post-header-case-study h1 {
    font-size: 40px;
  }
}

.post-content {
  background: #fff;
  color: #011E41;
  padding-top: 40px;
  padding-bottom: 40px;
}
.post-content p {
  font-weight: 300;
}
@media (min-width: 1024px) {
  .post-content p {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .post-content #dpsp-content-top, .post-content .dpsp-share-text {
    display: none;
  }
}

.single-member_news main {
  overflow: hidden;
}
.single-member_news .member-post-author {
  background: #0ED1CE;
  color: #011E41;
  margin-top: 40px;
  padding: 17px 24px;
  position: relative;
}
.single-member_news .member-post-author .wp-block-post-author__name {
  font-weight: bold;
  margin-bottom: 20px;
}
.single-member_news .member-post-author .expand-link {
  margin-bottom: 0;
}
.single-member_news .member-post-author a.link-arrow, .single-member_news .member-post-author .link-arrow a {
  background-image: url("assets/images/Icon-arrow-right-blue.svg");
  color: #011E41;
}
.single-member_news .member-post-author-details {
  padding-top: 17px;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  transition: all ease-in-out 0.2s;
  visibility: hidden;
  z-index: 1;
}
.single-member_news .member-post-author-details.active {
  visibility: visible;
  left: 0;
}
.single-member_news .member-post-author-details .wp-block-buttons a {
  background: url("assets/images/icon-arrow-left-blue.svg") no-repeat center !important;
  border: 0;
  position: absolute;
  margin-top: -5px;
  margin-left: 15px;
  text-indent: -99999px;
}
.single-member_news .member-post-author-details .wp-block-buttons a:hover {
  background-color: transparent;
}
.single-member_news .member-post-author-details h3 {
  font-size: 18px;
}
.single-member_news .member-post-author-details h3, .single-member_news .member-post-author-details p {
  color: #011E41;
  padding-left: 70px;
}
.single-member_news .member-post-author-details strong {
  display: block;
  font-weight: normal;
}
.single-member_news .member-post-author-details a {
  color: #011E41;
  display: inline-block;
  font-weight: bold;
  margin-top: 4px;
  text-decoration: none;
}
.single-member_news .member-post-author-details a:hover {
  text-decoration: underline;
}
.single-member_news .member-post-author-details a[href^="tel:"] {
  background: url("assets/images/phone.svg") no-repeat center left;
  padding-left: 20px;
}
.single-member_news .member-post-author-details .link-arrow {
  padding-top: 15px;
  padding-bottom: 20px;
}
.single-member_news .member-post-author-details .gb-headline:nth-of-type(2) {
  margin-bottom: 0;
}
.single-member_news .member-post-author-details .gb-headline:nth-of-type(2) a:before {
  content: "Email ";
}
.single-member_news .member-post-author-details .gb-headline:nth-of-type(3) a:after {
  content: " LinkedIn";
}
@media (max-width: 781px) {
  .single-member_news h1 {
    font-size: 20px;
  }
}
@media (min-width: 782px) {
  .single-member_news .member-post-author {
    margin-top: 0;
    margin-right: 0 !important;
    padding: 30px 70px 20px;
    max-width: 323px;
  }
  .single-member_news .member-post-author .wp-block-post-author__name {
    font-size: 18px;
  }
  .single-member_news .member-post-author-details {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .single-member_news .member-post-author-details .expand-link {
    margin-bottom: 15px;
  }
}

.member-content {
  background: #011E41;
  margin-bottom: 94px;
  padding: 40px 20px;
  font-weight: 300;
}
.member-content:has(.quote-photo) {
  padding-bottom: 0;
}
.member-content .dpsp-share-text {
  color: #FDB813;
  font-size: 14px;
  margin-right: 10px;
}
.member-content #dpsp-content-top, .member-content .dpsp-share-text {
  display: inline-block;
  vertical-align: middle;
}
.member-content .quote-photo {
  background-size: auto 100%;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -40px;
  padding: 40px 20px 0;
}
@media (max-width: 781px) {
  .member-content .quote-photo {
    background: url("assets/images/Large-component-6@2x.png") no-repeat bottom right;
    background-size: auto 100%;
  }
}
@media (min-width: 782px) {
  .member-content .quote-photo {
    background: url("assets/images/Large-component-5@2x.png") no-repeat bottom left;
    background-size: auto 100%;
  }
}
@media (min-width: 1280px) {
  .member-content {
    font-size: 20px;
    margin-bottom: 130px;
    padding: 140px 113px 140px 226px;
  }
  .member-content:has(.quote-photo) {
    padding-bottom: 0;
  }
  .member-content .quote-photo {
    background: url("assets/images/Large-component-5@2x.png") no-repeat bottom left;
    background-size: auto 100%;
    margin-left: -226px;
    margin-right: -113px;
    padding-top: 200px;
  }
  .member-content .quote-photo .wp-block-column:nth-of-type(1) {
    padding-left: 8.33333333%;
  }
  .member-content .quote-photo .wp-block-column:nth-of-type(2) {
    padding-left: 16.66666667%;
  }
  .member-content #dpsp-content-top, .member-content .dpsp-share-text {
    position: absolute !important;
  }
  .member-content .dpsp-share-text {
    margin-top: 157px;
    margin-left: -102px;
    transform: rotate(-90deg);
  }
  .member-content #dpsp-content-top {
    margin-left: -105px;
  }
  .member-content #dpsp-content-top li {
    float: none !important;
  }
}

.breadcrumb-post {
  font-size: 14px;
  margin-bottom: 50px;
}
.breadcrumb-post a {
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
}
.breadcrumb-post a:first-of-type {
  padding-left: 0;
}
.breadcrumb-post h6 {
  font-size: 14px;
  font-weight: normal;
}

.single-events .entry-content, .single-events .wp-block-post-featured-image {
  max-width: 1000px;
}
.single-events .wp-block-post-featured-image {
  margin-left: 0 !important;
}
@media (min-width: 1024px) {
  .single-events .entry-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.case-study-content {
  background: #011E41;
  margin-bottom: 94px;
  padding: 100px 20px;
  font-weight: 300;
}
.case-study-content h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 1.4em;
}
@media (min-width: 1024px) {
  .case-study-content h2 {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .case-study-content {
    font-size: 20px;
    margin-bottom: 130px;
    padding: 60px 113px 60px 147px;
  }
}

.case_studies-template-default .dpsp-share-text {
  color: #FDB813;
  margin-top: 92px;
  margin-left: 20px;
}
.case_studies-template-default #dpsp-content-top, .case_studies-template-default .dpsp-share-text {
  display: inline-block;
  position: absolute !important;
}
.case_studies-template-default #dpsp-content-top {
  margin-bottom: 0;
  margin-top: 78px;
  margin-left: 100px;
}
@media (min-width: 1280px) {
  .case_studies-template-default .dpsp-share-text {
    margin-top: 267px;
    margin-left: 50px;
    transform: rotate(-90deg);
  }
  .case_studies-template-default #dpsp-content-top {
    margin-top: 105px;
    margin-left: 75px;
  }
  .case_studies-template-default #dpsp-content-top li {
    float: none !important;
  }
}
@media (min-width: 1385px) {
  .case_studies-template-default .dpsp-share-text {
    left: 50%;
    margin-left: -650px;
  }
  .case_studies-template-default #dpsp-content-top {
    left: 50%;
    margin-left: -625px;
  }
}

.dpsp-networks-btns-wrapper .dpsp-network-btn:focus, .dpsp-networks-btns-wrapper .dpsp-network-btn:hover {
  box-shadow: none;
}

.quote-photo-post {
  background: url("assets/images/Large-component-4@2x.png") no-repeat bottom right;
  background-size: auto 100%;
  margin-left: -20px !important;
  margin-right: -20px !important;
  padding-top: 50px;
}
.quote-photo-post blockquote {
  padding-left: 20px;
  padding-right: 20px;
}
.quote-photo-post cite {
  font-size: 14px;
}
.quote-photo-post p {
  color: #FDB813;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 781px) {
  .quote-photo-post img {
    float: right;
    max-width: 75%;
  }
}
@media (min-width: 1280px) {
  .quote-photo-post {
    margin-left: -147px !important;
    margin-right: -113px !important;
  }
  .quote-photo-post p {
    font-size: 40px;
  }
  .quote-photo-post figure {
    padding-top: 100px;
    padding-right: 100px;
  }
}
.quote-photo-post + h2, .quote-photo-post + p {
  margin-top: 50px;
}

.accordion {
  margin-bottom: 40px;
}
.accordion h2 {
  border-bottom: 1px solid #B5B6C7;
  font-size: 16px;
  padding-bottom: 20px;
  padding-right: 30px;
  position: relative;
}
.accordion h2:after {
  background: url("assets/images/accordion-down.svg") no-repeat bottom right;
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 17px;
  height: 10px;
}
.accordion h2.active:after {
  transform: rotate(180deg);
}
.accordion .accordion-content {
  display: none;
}
@media (min-width: 1024px) {
  .accordion h2 {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .accordion {
    max-width: 1000px;
  }
}

.related-content {
  padding-bottom: 85px;
}
.related-content h3 {
  font-size: 22px;
  margin-bottom: 18px;
}
.related-content a {
  background: url("assets/images/Icon-arrow-right-blue.svg") no-repeat center right 10px;
  color: #011E41;
  padding-right: 35px;
  text-decoration: none;
}
.related-content p {
  font-weight: 300;
}
.related-content .related-box-container {
  background: #0ED1CE;
  color: #011E41;
  height: 100%;
  padding: 40px 25px;
  transition: transform ease-in-out 0.2s;
}
.related-content .related-box-container:hover {
  background-color: #FDB813 !important;
  transform: translateY(-10px);
}
@media (min-width: 1024px) {
  .related-content .related-box-container {
    padding: 70px 32px 90px !important;
  }
  .related-content h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .related-content p {
    font-size: 18px;
  }
}

.image-text-side-by-side {
  gap: 0 !important;
  margin: 60px 0;
}
.image-text-side-by-side .side-text-group {
  background: rgba(0, 16, 45, 0.8);
  font-weight: 300;
  padding: 40px 25px;
}
@media (min-width: 1024px) {
  .image-text-side-by-side {
    margin: 70px 0;
    /*img {margin-top: 125px;}*/
  }
  .image-text-side-by-side .col-xs-12 {
    padding: 0;
  }
  .image-text-side-by-side .side-text-group {
    background: rgba(0, 16, 45, 0.8);
    padding: 125px 16.66666667% 100px;
  }
  .image-text-side-by-side .side-text-group p {
    font-size: 20px;
  }
  .image-text-side-by-side .col-xs-12:nth-child(2) img, .image-text-side-by-side .col-xs-12:nth-child(2) .side-text-group {
    margin-top: 100px;
  }
}
@media (min-width: 1280px) {
  .image-text-side-by-side h3 {
    font-size: 30px;
  }
}

.c-header-link-columns {
  padding-bottom: 40px;
}
@media (max-width: 781px) {
  .c-header-link-columns p {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-header-link-columns {
    padding-bottom: 50px;
  }
  .c-header-link-columns .col-md-6:nth-child(2) {
    align-self: flex-end;
    text-align: right;
  }
}

.sign-in-section h1 {
  color: #FDB813;
  margin-bottom: 5px;
}
.sign-in-section .sign-in-account strong {
  display: inline-block;
  font-size: 14px;
  padding-bottom: 10px;
}
.sign-in-section .sign-in-account p {
  font-size: 15px;
}
.sign-in-section .sign-in-account a {
  color: #FDB813;
  font-weight: bold;
  text-decoration: none;
}
.sign-in-section .sign-in-account a:hover {
  text-decoration: underline;
}
.sign-in-section form label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sign-in-section form input[type=text], .sign-in-section form input[type=password] {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  margin-bottom: 14px;
  outline: none;
  padding: 15px 15px;
  width: 100%;
}
.sign-in-section form input[type=text]:focus, .sign-in-section form input[type=password]:focus {
  border: 1px solid #FDB813;
}
.sign-in-section form input[type=text] + label, .sign-in-section form input[type=password] + label {
  margin-top: 20px;
}
.sign-in-section form a {
  color: #FDB813;
  font-size: 12px;
  font-weight: bold;
  margin-right: 20px;
  text-decoration: none;
}
.sign-in-section form a:hover {
  text-decoration: underline;
}
.sign-in-section form input[type=submit] {
  background: url("assets/images/nav-icon-arrow-right.svg") no-repeat center right 10px;
  border: 0;
  color: #FDB813;
  font-size: 14px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 30px;
  text-decoration: none;
  transition: background-position 0.2s ease-in-out;
  text-transform: uppercase;
}
.sign-in-section form input[type=submit]:hover {
  background-position: center right;
}
@media (max-width: 1023px) {
  .sign-in-section {
    background-position: bottom 90px right -125px, center !important;
  }
  .sign-in-section .sign-in-account {
    background: rgb(0, 16, 45);
    order: 2;
    margin-top: 100px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 28px 100px 28px 50px;
    width: calc(100% + 48px);
  }
}
@media (min-width: 1024px) {
  .sign-in-section {
    padding-bottom: 150px;
  }
  .sign-in-section.shiny-section {
    background-position: bottom right -125px, center !important;
    background-size: 50% auto, cover;
  }
  .sign-in-section .sign-in-account div {
    background: rgba(0, 16, 45, 0.8);
    max-width: 240px;
    margin-top: 70px;
    padding: 30px 30px 25px 30px;
  }
  .sign-in-section .sign-in-description p {
    font-size: 20px;
    max-width: 360px;
    margin-bottom: 50px;
    padding-top: 20px;
  }
  .sign-in-section .sign-in-links {
    text-align: right;
  }
  .sign-in-section .sign-in-links a {
    margin-right: 0;
    margin-left: 20px;
  }
  .sign-in-section .sign-in-submit {
    align-self: flex-end;
    padding: 0 0 36px 30px;
  }
}
@media (min-width: 1280px) {
  .sign-in-section {
    padding-bottom: 300px;
  }
}

.document-section {
  background: url(assets/images/Large-component-3@2x.png) no-repeat bottom center #fff;
  background-size: contain;
  color: #011E41;
  padding: 60px 0;
}
.document-section .col-section > div:nth-child(1) {
  padding-right: 16.66666667%;
}
.document-section .link-arrow a {
  color: #011E41;
}
@media (min-width: 1024px) {
  .document-section {
    padding: 140px 0 160px;
  }
  .document-section .col-section > div:nth-child(1) {
    padding-left: 8.33333333%;
    padding-right: 8.33333333%;
  }
  .document-section .col-section > div:nth-child(2) {
    font-size: 20px;
    font-weight: 300;
    padding-right: 8.33333333%;
  }
  .document-section .col-section > div:nth-child(2) strong {
    display: block;
    font-size: 16px;
    max-width: 323px;
  }
}

.header-text {
  font-size: 18px;
  padding: 54px 0;
}
@media (min-width: 1024px) {
  .header-text {
    font-size: 28px;
    padding: 104px 0;
  }
  .header-text.small-p {
    font-size: 20px;
  }
  .header-text p {
    margin-top: 15px;
    max-width: 475px;
  }
}

@media (max-width: 781px) {
  .header-text-logo .logo {
    width: 100%;
  }
  .header-text-logo .logo img {
    width: 124px;
  }
}
@media (min-width: 782px) {
  .header-text-logo .logo img {
    margin-left: 40px;
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .header-text-logo {
    padding-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .header-text-logo .logo img {
    margin-left: 40px;
    width: auto;
  }
  .header-text-logo p {
    max-width: 745px;
  }
}
@media (min-width: 1350px) {
  .header-text-logo .logo img {
    margin-left: 90px;
  }
}

.member-directory {
  background: rgba(0, 16, 45, 0.8);
  margin-bottom: 100px;
  padding: 32px 19px;
}
.member-directory h1 {
  color: #FDB813;
}
.member-directory h1 + p {
  font-size: 18px;
}
.member-directory .stats-column h3 {
  font-size: 100px;
  margin-bottom: 0;
}
.member-directory .stats-column p {
  font-size: 22px;
  margin-bottom: 0;
}
.member-directory .stats-column h3 + p {
  margin-bottom: 40px;
}
.member-directory .stats-column p + .link-arrow {
  margin-top: -30px;
}
.member-directory .stats-column .link-arrow + h3 {
  padding-top: 20px;
}
@media (min-width: 1280px) {
  .member-directory {
    padding: 80px 110px 80px 110px;
  }
  .member-directory.stats-horizontal {
    gap: 16px 60px !important;
  }
  .member-directory .stats-column h3 {
    font-size: 120px;
  }
  .member-directory .stats-column p {
    font-size: 30px;
  }
  .member-directory .stats-column h3 + p {
    margin-bottom: 60px;
  }
  .member-directory .stats-column p + .link-arrow {
    margin-top: -40px;
  }
  .member-directory .stats-column .link-arrow + h3 {
    padding-top: 70px;
  }
}

@media (min-width: 1280px) {
  .post-boxes + .stats-section {
    margin-top: 140px;
  }
}
.email-promo {
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .email-promo {
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .email-promo .col-xs-12:nth-child(1) {
    padding-right: 8.33333333%;
    padding-left: 8.33333333%;
  }
  .email-promo .col-xs-12:nth-child(2) {
    padding-right: 8.33333333%;
  }
}

.resources-list {
  margin-bottom: 50px;
}
.resources-list ul {
  padding-left: 0;
}
.resources-list ul li {
  font-weight: bold;
  list-style-type: none;
  padding-bottom: 20px;
}
.resources-list ul li a {
  color: #fff;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .resources-list {
    margin-top: 20px;
    margin-bottom: 70px;
  }
}

.account-section {
  background: url(assets/images/Large-component-4@2x.png) no-repeat bottom right -30px rgba(0, 16, 45, 0.8);
  background-size: 80% auto;
  font-size: 14px;
  padding-top: 60px;
  padding-bottom: 100px;
}
.account-section .account-bio img {
  margin-right: 35px;
}
.account-section .account-bio h4 {
  font-size: 16px;
  margin-top: 20px;
}
.account-section .account-bio a {
  color: #FDB813;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.account-section .account-bio a:hover {
  text-decoration: underline;
}
.account-section .account-bio p + p {
  margin-top: 20px;
}
.account-section .account-content .btn-edit {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
}
.account-section .account-content .btn-add {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  margin-top: -30px;
}
.account-section .account-content .save-buttons {
  text-align: right;
}
.account-section .account-content .btn-save {
  background: transparent;
  border: 0;
  color: #FDB813;
  margin-bottom: 100px;
}
.account-section .account-content .btn-save img {
  display: inline-block;
  padding-left: 4px;
}
.account-section .account-content .btn-cancel {
  background: transparent;
  border: 0;
  color: #fff;
  margin-left: 15px;
}
.account-section .account-content .btn-cancel img {
  display: inline-block;
  padding-left: 4px;
}
.account-section .account-content .account-content-group {
  margin-bottom: 40px;
}
.account-section .account-content table {
  margin-top: 15px;
  min-height: 100px;
}
.account-section .account-content table th, .account-section .account-content table td {
  background: #011e41;
  border: 0;
  color: #fff;
  vertical-align: top;
}
.account-section .account-content table th {
  font-size: 14px;
  font-weight: 400;
}
.account-section .account-content table td {
  font-size: 13px;
  font-weight: 300;
}
.account-section .account-content .account-about strong {
  width: 140px;
}
.account-section .account-content .account-about p {
  margin-bottom: 0;
}
.account-section .account-content .account-personal {
  max-width: 662px;
  position: relative;
}
.account-section .account-content .account-personal .col-section {
  row-gap: 2px;
}
.account-section .account-content .account-personal p {
  margin-bottom: 10px;
}
.account-section .account-content input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 5px 10px 0 0;
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 2px;
  display: grid;
  float: left;
  place-content: center;
}
.account-section .account-content input[type=checkbox]::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-color: #FDB813;
}
.account-section .account-content input[type=checkbox]:checked::before {
  transform: scale(1);
}
.account-section .account-content input[type=file] {
  background: #011E41;
  font-size: 12px;
  padding: 5px 100px 5px 5px;
}
.account-section .account-content input[type=file]::file-selector-button {
  display: none;
}
.account-section .account-content input[type=file] + button {
  background: #04122f;
  border: 0;
  color: #FDB813;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 4px 4px 15px;
  pointer-events: none;
  position: absolute;
  margin-left: -100px;
}
.account-section .account-content input[type=file] + button img {
  display: inline-block;
  padding-left: 5px;
}
.account-section .account-content .account-bio label {
  font-weight: bold;
  margin-right: 20px;
}
.account-section .account-content .account-bio p {
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
  margin-left: 50px;
}
@media (max-width: 1023px) {
  .account-section .account-bio img {
    width: 89px;
  }
  .account-section .account-tabs {
    order: 1;
  }
  .account-section .account-tabs .tabs a {
    border-width: 2px;
    font-size: 13px;
    padding-bottom: 6px;
  }
  .account-section .account-content {
    order: 2;
  }
  .account-section .account-content .table-tab-group .btn-add {
    margin-top: -60px;
  }
}
@media (min-width: 1024px) {
  .account-section {
    background-size: 600px auto;
    background-position: bottom -20px right -100px;
    padding-top: 30px;
    font-size: 15px;
  }
  .account-section .account-tabs {
    margin-left: 192px;
  }
  .account-section .account-tabs #inner {
    gap: 44px;
  }
  .account-section .account-bio h4 {
    font-size: 18px;
  }
  .account-section .account-bio a {
    font-size: 13px;
  }
  .account-section .account-content {
    margin-top: 20px;
  }
  .account-section .account-content table th, .account-section .account-content table td {
    padding: 5px 14px;
  }
  .account-section .account-content table th {
    padding-top: 14px;
  }
}

.account-footer {
  padding: 70px 0;
}
.account-footer .yellow-btn {
  background: url("assets/images/Icon-arrow-right-blue.svg") no-repeat center right 15px #FDB813;
  border-radius: 6px;
  color: #011E41;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 15px 40px 15px 20px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .account-footer {
    padding: 70px 0 150px;
  }
  .account-footer .account-footer-wrapper {
    column-count: 3;
    column-gap: 60px;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .tns-controls {
    outline: none;
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

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