/* GENERAL CUSTOM STYLING  */

/* HUBSPOT BANNER */
div#hs-web-interactives-top-anchor {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



div#hs-web-interactives-top-push-anchor {
    position: absolute !important;
}

/* DOCUMENT SETUP  */
html {
    scroll-behavior: smooth;
}

main {
    min-height: 100vh;
    color: #173B3B;
}

a {
    color: #173B3B;
}

img,
video {
    max-width: 100%;
}

.gap-x-0{
	column-gap:0px !important;
}
.gap-y-16{
	row-gap:16px !important;
}
.padding-x-16{
padding-right:1rem;
padding-left:1rem;
}
.flex-wrap{
flex-wrap:wrap;
}

video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

html body a {
    text-decoration: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.rel {
    position: relative;
}

.abs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* TYPEFACE */
@font-face {
    font-family: "Public Sans";
    src:
        url("/wp-content/themes/shift/fonts/PublicSans-VariableFont_wght.ttf") format("TrueType"),
}

h1,
h2,
p.caption,
p.cap {
    font-family: 'Poppins', sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    font-family: 'Public Sans', sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    font-family: 'Public Sans', sans-serif;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    font-family: 'Public Sans', sans-serif;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
    font-family: 'Public Sans', sans-serif;
}

h3,
p,
.form-cont label,
.form-cont label span,
label.hs-error-msg.hs-main-font-element,
input::placeholder,
textarea::placeholder,
select::placeholder,
select,
input,
textarea,
select,
legend.hs-field-desc,
li {
    font-family: 'Public Sans', sans-serif;
}

/* TYPOGRAPHY */
h1 {
    font-weight: 500;
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 30px;
}

h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 139.5%;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
}

p, li {
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

p.statement,
.center-cont p {
    font-size: 22px;
    font-weight: 300;
    line-height: 148.5%;
}

p.cap {
    font-size: 11px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 600;
}

.text-center {
    text-align: center;
    max-width: 800px;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.partner.flexed.centered {
    width: 100%;
}

/* CTA */
a.primary,
button.primary,
input.hs-button.primary.large,
a.medium.cli-plugin-button {
    text-decoration: none;
    padding: 10px 60px 10px 30px;
    font-weight: 600;
    font-size: 16px;

    margin-top: 20px;
    display: inline-block;
    border-radius: 0px !important;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    font-family: 'poppins';
    cursor: pointer;
}

p a.primary,
p button.primary {
    line-height: 21px;
}


a.primary::after,
button.primary::after,
nav.main-nav ul li.highlight a::after {
    content: "";
    width: 20px;
    height: 21px;
    margin-left: 10px;
    position: absolute;
    background-image: url(/wp-content/uploads/2023/09/shift-button-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
    background-color: transparent !important;
}

a.medium.cli-plugin-button {
    padding: 8px 20px;
    font-weight: 500;
}

a.primary.green,
button.primary.green,
input.hs-button.primary.large,
a#wt-cli-accept-all-btn {
    background-color: #00C399 !important;
    color: #173B3B;
    border: none;
}

a.primary.green:hover,
button.primary.green:hover,
nav.main-nav ul li.highlight a:hover,
input.hs-button.primary.large:hover,
a.primary.veridian:hover {
    background-color: #FFE34A !important;
    color: #173B3B !important;
}

a.primary.blue {
    background-color: #3A67E2;
    color: #FFFFFF;
}

a.primary.blue:hover {
    background-color: #4F87E8;
    color: #FFFFFF;
}

a.primary.veridian {
    background-color: #173B3B;
    color: #ffffff;
}


a.primary.blue::after,
a.primary.veridian::after,
nav.main-nav ul li.highlight a::after,
a.primary.veridian:hover::after {
    background-image: url(/wp-content/uploads/2023/09/shift-button-arrow-white.png);
}

nav.main-nav ul li.highlight:hover a::after,
a.primary.veridian:hover::after {
    background-image: url(/wp-content/uploads/2023/09/shift-button-arrow.png);
}

a.primary:hover::after,
button.primary:hover::after,
input.hs-button.primary.large:hover::after {
    margin-left: 15px;
}

.panel.blue-bg.large-padding.join-panel {
    display: none;
}

a.primary.dark-green,
button.primary.dark-green {
    background-color: #1F5754 !important;
    color: #fff;
    border: none;
}

a.primary.dark-green:hover,
button.primary.dark-green:hover {
    background-color: #FFE34A !important;
    color: #173B3B !important;
}



/* FORM BUTTON */
input.hs-button.primary.large {
    background-image: url(/wp-content/uploads/2023/09/shift-button-arrow.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 87% center;
    cursor: pointer;
    float: right;
}

.p-24 {
    font-size: 24px;
    font-weight: 300;
}

/* LAYOUT */

.outer-cont {
    margin: auto;
    padding-left: 120px;
    padding-right: 120px;
    max-width: 100vw;
    position: relative;
}

.cont {
    max-width: 1420px;
    width: 100%;
    margin: auto;
    position: relative;
}

.flexed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 40px;
}

.flexed.centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexed.sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexed.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}



.twelve-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
}

.five-col-grid {
    -ms-grid-column-span: 5;
    grid-column: span 5;
}

.seven-col-grid {
    -ms-grid-column-span: 7;
    grid-column: span 7;
}

.full-w {
    width: 100%;
}

.full-h {
    min-height: 100vh;
    max-height: 1500px;
}

.full-cont.left {
    padding: 90px 90px 90px 120px;
}

.home-hero .full-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero.circular .full-h {
    height: 100vh;
    min-height: 800px;
    max-height: 2000px;
}

.mask-over .full-w {
    height: 100%;
}

.abs.mask-circ {
    background-image: url(/wp-content/uploads/2023/09/Subtract.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.hero.circular .outer-cont,
.hero .cont {
    height: 100%;
}

.hero.circular .two-third.flexed {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero .circular .mask-over {
    pointer-events: none;
}

.v-space {
    padding-top: 120px;
    padding-bottom: 120px;
}

.v-space.double {
    padding-bottom: 0px;
}

.one-half {
    width: 50%;
}

.two-third {
    width: 66.6666%;
}

.one-third {
    width: 33.3333%;
}

.one-quart {
    width: 25%;
}

.one-fifth {
    width: 20%;
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* COLORS */
.veridian {
    background-color: #173B3B;
}

.cobalt {
    background-color: #3A67E2;
}

.veridian-tone {
    background-color: #1F5754;
}

.green {
    background-color: #00C399;
}

.light-text,
.cobalt *,
.veridian * {
    color: #ffffff;
}

/* DECORATIVE  */
.img-mask {
    width: 30%;
    right: 0;
    left: auto;
    border-radius: 50vh 0 0 50vh;
}


/* COOKIES BAR  */
div#cookie-law-info-bar {
    background-color: #D2D2D2 !important;
}

.cli-style-v2 .cli-bar-message {
    width: 70%;
    text-align: left;
    color: #000000;
    font-family: 'Public Sans';
    font-size: 15px;
    line-height: 23px;
}

a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
    background-color: transparent !important;
    color: #000000 !important;
    border-color: #000000;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    font-size: 16px;
    padding: 10px 20px;
}


/* NAV */
header {
    background-color: transparent;
}

header svg {
    fill: #ffffff;
    width: auto;
}

header svg,
header a.logo {
    height: 40px;
}

header a.logo {
    margin-left: 0;
}

nav.main-nav ul li.highlight a {
    border: 2px #ffffff solid;
    background-color: #173B3B;
    padding: 8px 45px 8px 15px;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

nav.main-nav ul li.highlight a:hover {
    border-color: #FFE34A;
}

nav.main-nav ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

nav.main-nav ul li.highlight a::after {
    top: 8px;
}

.current-menu-item a {
    border-bottom: 2px #FFE34A solid;
    padding-bottom: 9px;
}

.footer-menu .current-menu-item a {
    border: none;
}

header {
    padding: 20px 0 26px;
}

header .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* UNPINNED HEADER */
header.headroom--not-top {
    background-color: #173B3B;
}

header.headroom--not-top nav.main-nav ul li a {
    color: #ffffff !important;
}

nav.main-nav ul li {
    display: inline;
    margin: 0 25px;
}

.tags-list a {
    color: #173B3B;
}

/* FOOTER */
.footer-circle {
    background-image: url(/wp-content/uploads/2023/09/shift-event.jpg);
    -webkit-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
    position: relative;
    margin-top: -20vh;
}

section.prefooter .full-w {
    padding-bottom: 60px;
}

.prefooter a.primary {
    margin-top: 35px;
}

footer {
    padding: 0;
}

footer .full-w {
    background-color: #1F5754
}

footer .cont {
    padding: 50px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

footer img {
    max-width: 240px;
}

.footer-menu {
    margin-left: 30px;
}

footer .footer-menu ul li {
    margin: 23px 0;
    position: relative;
    font-weight: 600;
}

footer .footer-menu ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #173B3B;
    position: absolute;
    left: -23px;
    top: 7px;
    border-radius: 5px;
    -webkit-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

footer .footer-menu ul li:hover::before {
    background-color: #ffffff;
}

footer .footer-menu ul li a {
    color: #ffffff;
}

.footer-socials {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 17px;
}


/* TEMPLATES */

/* HOME HERO  */
.home-hero .full-h {
    min-height: 100vh;
    max-height: 2000px;
}

/* STANDARD HERO */
.hero .v-space {
    padding: 125px 0 135px 0;
}

.hero.standard .bg-img {
    background-position: bottom center;
}

/* ICONS  */
.icon-cont img {
    width: 150px;
    margin: 0 auto 20px;
}

.flexed.icon-cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-set {
    margin: 30px 0;
}

/* CARDS */
.card-link img {
    margin-bottom: 15px;
}

.cards-cont {
    margin-top: 40px;
}

/* BLOG CARDS  */
.blog-cont {
    margin-top: 45px;
}

.blog-img {
    height: 300px;
}


.blog-single h3 {
    padding-right: 50px;
}

.flexed.blog-cont {
    gap: 0 20px;
}

.meta-box.flexed {
    gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 18px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

p.blog-meta {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'poppins';
    display: inline;
    background-color: #D2D2D2;
    padding: 6px 20px;
    font-size: 14px;
}

a.card-link h3 {
    padding-right: 30px;
}

/* CARD HOVERS */
.card-link .img-cont,
.blog-img {
    margin-bottom: 25px;
    position: relative;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.card-link img {
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.blog-img.bg-img::after,
.card-link .img-cont::after {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(/wp-content/uploads/2023/09/shift-london-primary-arrow.png);
    position: absolute;
    bottom: -30px;
    right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    opacity: 0;
}

.blog-single:hover .blog-img,
.card-link:hover img {
    border-radius: 0 55px 0 0;
}


.blog-single:hover .blog-img.bg-img::after,
.card-link:hover .img-cont::after {
    opacity: 1;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

/* CENTERED CONTENT  */
.center-cont {
    margin-bottom: 30px;
    max-width: 750px;
}

.footer-socials.flexed {
    position: absolute;
    right: 0;
    bottom: 70px;
    gap: 30px;
}

.footer-socials img {
    width: 40px;
}

/* HALF SECTION */

.half-half .full-w.flexed {
    gap: 0;
}

.half-half:nth-child(odd) .full-w.flexed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.half-half:nth-child(odd) .full-w.flexed.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.half-content{
  width: 50%;
}

.half-content p{
width:80%;
}

.one-half {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.one-half .fit-content {
    max-width: 592px;
    width: auto;
    margin: 90px;
    margin-right: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* FULL W IMAGE  */
.full-img .bg-img {
    height: 450px;
}

/* ACCORDIONS */
.accordion-cont {
    border-top: 2px #3A67E2 solid;
}

.accordion-cont:last-child {
    border-bottom: 2px #3A67E2 solid;
}

.accordion-cont {
    padding: 30px 0;
    cursor: pointer;
}

.acc-content {
    padding-top: 20px;
}

.acc-content,
.accordion-cont h3 {
    padding-right: 50px;
}

.accordion-cont .inner {
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    height: 0px;
    overflow: hidden;
}

.accordion-cont h3 {
    margin-bottom: 0;
}

.accordion-cont .outer .toggle {
    background-image: url(/wp-content/uploads/2023/09/shift-londonarrow-blue.png);
    min-width: 26px;
    height: 26px;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.accordion-cont.active .toggle {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cta-row {
    margin-top: 60px;
}

/* FORMS */
.form-cont .hs-form-field label span {
    font-weight: 600;
    font-size: 16px;
}

section.form input[type="email"],
section.form input[type="number"],
section.form input[type="tel"],
section.form input[type="text"],
section.form section.form textarea,
section.form select {
    border-radius: 0;
    -webkit-appearance: none;
    width: 100%;
    background-color: #E5E5E5;
    border: none;
    padding: 15px;
    width: 100%;
    margin-top: 7px;
}

section.form .hs-form-field {
    margin: 30px 0;
}

section.form label.hs-error-msg.hs-main-font-element,
section.form ul.no-list.hs-error-msgs.inputs-list label {
    color: #FF695C;
    font-size: 13px;
    font-weight: 600;
}

section.form ul.hs-error-msgs {
    list-style: none;
}

section.form ul.hs-error-msgs {
    list-style: none;
    margin: 5px;
    padding: 0;
}

section.form .hs-fieldtype-textarea.hs-input {
    resize: vertical;
    width: 100%;
    min-height: 150px;
    margin-top: 9px;
    background-color: #E5E5E5;
    border: none;
}

section.form .hs-richtext p {
    font-size: 12px;
    line-height: 21px;
}

section.form .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

section.form input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
section.form select::-webkit-input-placeholder {
    font-size: 14px;
}

section.form input::-moz-placeholder,
section.form textarea::-moz-placeholder,
section.form select::-moz-placeholder {
    font-size: 14px;
}

section.form input:-ms-input-placeholder,
section.form textarea:-ms-input-placeholder,
section.form select:-ms-input-placeholder {
    font-size: 14px;
}

section.form input::-ms-input-placeholder,
section.form textarea::-ms-input-placeholder,
section.form select::-ms-input-placeholder {
    font-size: 14px;
}

section.form input::placeholder,
section.form textarea::placeholder,
section.form select::placeholder,
section.form select,
section.form input,
section.form textarea,
section.form select {
    font-size: 14px;
}

section.form li.hs-form-booleancheckbox {
    list-style: none;
}

section.form ul.inputs-list {
    padding: 0;
    margin: 0;
}

section.form .hs-dateinput {
    width: 100%;
}

section.form textarea::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 18px;
}

section.form textarea::-moz-placeholder {
    font-size: 12px;
    line-height: 18px;
}

section.form textarea:-ms-input-placeholder {
    font-size: 12px;
    line-height: 18px;
}

section.form textarea::-ms-input-placeholder {
    font-size: 12px;
    line-height: 18px;
}

section.form legend.hs-field-desc,
section.form textarea::placeholder {
    font-size: 12px;
    line-height: 18px;
}

section.form legend.hs-field-desc {
    margin-top: 5px;
}

section.form .legal-consent-container .hs-form-booleancheckbox-display input {
    float: left;
    top: 6px;
    position: relative;
}

section.form ul.inputs-list.multi-container {
    list-style: none;
    padding-left: 10px;
}

section.form [type="checkbox"],
section.form [type="radio"] {
    margin-right: 12px;
}

section.form .hs-richtext.hs-main-font-element {
    font-family: 'Public Sans';
    font-size: 16px;
}

section.form ul.inputs-list {
    width: 100%;
}

section.form .hs-richtext.hs-main-font-element h1 {
    font-size: 30px;
    line-height: 41px;
    margin-top: 30px;
    margin-bottom: 20px;
}

section.prefooter {
    z-index: 1;
    overflow: hidden;
}


.mask-over.abs {
    pointer-events: none;
}

.prefooter .cont.v-space.flexed.col {
    padding-top: 50px;
    padding-bottom: 40px;
}

a.partner img {
    width: 100% !important;
    max-height: 100% !important;
}

a.blog-single {
    width: calc(33.3333% - 14px);
}

section.lightbox {
    display: none;
}

.show-769 {
    display: none; 
}

/* BANNER FIX  */

.fix-banner .cont {
    align-items: center; 
}

.fix-banner p {
    margin-bottom: 0;
} 

.fix-banner a.primary.veridian {
    margin-top: 0;
}

.banner-exit {
    position: absolute;
    top: 30px;
    width: 15px;
    right: -60px;
    height: 20px;
    cursor: pointer;
}

.fix-banner p {
    margin-bottom: 0;
    line-height: 25px;
    margin-right: 20px;
}

.banner-cont {
    padding: 20px 0;
}

.banner-cont h3.text-center {
    margin-bottom: 0;
}


section.fix-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 400ms;
}

section.fix-banner.away {
    transform: translateY(-100%);
}

.fix-banner p.text-center {
    max-width: none;
    margin-bottom: 0px;
}

.event-details {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.event-details li {
    display: inline;
    color: #02AD8B;
    border-left: 1.5px solid #02AD8B;
    padding: 0 12px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.event-details li:first-child {
    border-left: none;
    padding-left: 0;
}

.member-card .content a:not(.primary) {
  background-color: #FFE34A;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {

    /* NAVIGATION */
    a.nav-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        border: 2px #ffffff solid;
        border-radius: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav-toggle .lines,
    .nav-toggle .lines::before,
    .nav-toggle .lines::after {
        width: 30px;
        height: 2px;
        background-color: #ffffff;
    }

    .nav-toggle .lines::before,
    .nav-toggle .lines::after {
        content: "";
        width: 30px;
        position: relative;
        display: block;
    }

    .nav-toggle .lines::before {
        top: -8px;
    }

    .nav-toggle .lines::after {
        bottom: -6px;
    }


    nav.main-nav {
        background-color: #00C399;
        width: 100vw;
        height: 100vh;
        left: 100%;
        position: fixed;
    }

    nav.main-nav ul li a {
        color: #173B3B;
        font-size: 28px;
    }

    nav.main-nav ul li.highlight a {
        border: 2px #173B3B solid !important;
        background-color: transparent;
        padding: 8px 55px 8px 25px;
    }

    nav.main-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    nav.main-nav ul li {
        margin: 24px 0 24px 120px !important;
    }

    a.nav-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        border: 2px #ffffff solid;
        border-radius: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 999;
    }

    .nav-exit {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #173B3B;
        border-radius: 50%;
        border: 3px #173B3B solid;
        -webkit-transition: all 100ms;
        -o-transition: all 100ms;
        transition: all 100ms;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav-open .nav-toggle {
        background-color: #173B3B;
        border-color: #173B3B;
    }

    .nav-open .lines {
        width: 0px !important;
    }

    .lines,
    .nav-toggle .lines::before,
    .nav-toggle .lines::after,
    .nav-toggle {
        -webkit-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms;
    }

    .nav-open .nav-toggle .lines::before,
    .nav-open .nav-toggle .lines::after {
        left: -15px;
    }

    .nav-open .nav-toggle .lines::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
    }

    .nav-open .nav-toggle .lines::after {
        bottom: 1px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    header.headroom--not-top {
        -webkit-transition: all 150ms;
        -o-transition: all 150ms;
        transition: all 150ms;
    }

    .nav-open header.headroom--not-top {
        background-color: transparent;
    }

    nav.main-nav ul li.highlight a::after {
        background-image: url(/wp-content/uploads/2023/09/shift-button-arrow.png);
        top: 18px;
    }

    .fix-banner .outer-cont {
        padding: 0 80px;
    }

    .banner-exit {
        right: -30px;
    }

}

/* SMALL DESKTOP  */
@media screen and (max-width: 999px) {
    h1 {
        font-size: 50px;
    }

    p.statement,
    .center-cont p {
        font-size: 21px;
    }

}

/* TABLET  */
@media screen and (max-width: 769px) {
.half-content{
width:100%;
}
.accordions-with-title .half-content:first-child{
padding-bottom:2rem;
}

    .hide-769 {
        display: none; 
    }

    .show-769 {
        display: block; 
    }

    /* layout */
    .flexed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .half-half:nth-child(odd) .full-w.flexed {
        -webkit-box-orient: column;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .half-half:nth-child(odd) .full-w.flexed.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .two-third,
    .one-third,
    .one-half {
        width: 100%;
    }

    .outer-cont {
        padding-left: 80px;
        padding-right: 80px;
    }

    /* TYPOGRAPHY  */
    h1 {
        font-size: 44px;
        line-height: 58px;
    }

    h2 {
        font-size: 30px;
    }

    /* LAYOUT */
    .full-h {
        height: auto;
    }

    .v-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .home-hero .img-mask.circle {
        width: 100%;
        position: static;
        height: 50vw;
        top: 0;
        border-radius: 0 0 50vw 50vw;
    }

    .hero .v-space {
        padding: 140px 0 100px 0;
    }


    .column {
        margin-left: 0; 
    }

    /* FOOTER  */
    .footer-circle {
        margin-top: -60px;
    }

    footer .flexed.cont {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 40px;
    }

    footer img {
        max-width: 120px;
    }

    .footer-menu {
        margin-left: 45px;
    }

    /* TEMPLATE SPECIFIC  */

    /* ICONS */
    .icon-cont .desc {
        max-width: 400px;
        margin-bottom: 55px;
    }

    .icon-set {
        margin: 30px 0 0 0;
    }

    /* FIVE SEVEn  */
    .five-seven .full-w.full-h.twelve-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;
        min-height: auto;
    }

    .seven-col-grid.bg-img {
        height: 350px;
    }

    .full-cont.left {
        padding: 60px 25px;
    }

    /* LINK CARDS  */
    .cards-cont.flexed {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0px 20px;
    }

    a.blog-single {
        width: 75%;
        margin-bottom: 40px;
    }

    footer .flexed.cont {
        padding-bottom: 100px;
    }

    .footer-socials.flexed {
        right: auto;
        bottom: 50px;
        gap: 20px;
        left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footer-socials img {
        width: 40px;
    }

    /* LINK CARDS - ONE THIRD  */
    .cards-cont.third-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .card-link p {
        margin-top: 0;
        font-size: 14px;
        line-height: 23px;
    }

    .card-link img {
        margin-bottom: 15px;
    }

    a.card-link {
        margin: auto;
        margin-bottom: 50px;
        width: 75%;
        text-align: center;
    }

    /* HALF HALF  */
    .half-half .full-w.flexed,
    .one-half {
        display: block !important;
    }
	.icons .one-half{
		display:flex !important;
	} 

    .one-half .fit-content {
        margin: 0;
        width: 100%;
        padding: 90px;
        display: block;
    }

    .half-half .one-half.bg-img {
        height: 270px;
    }

    /* COLUMN SECT  */
    .one-third.column {
        width: 75%;
        margin: auto;
        margin-bottom: 50px;
        ;
    }

    /* FULL WIDTH IMAGE  */
    .full-img .bg-img {
        height: 300px;
    }

    /* ACCORDIONS */
    .accordion-cont .outer.flexed.sb {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    /* CARD INTERACTIONS  */
    .blog-img.bg-img::after,
    .card-link .img-cont::after {
        opacity: 1;
    }

    .card-link .img-cont,
    .blog-img {
        margin-bottom: 15px;
    }

    .hero.circular .full-h {
        min-height: auto;
        max-height: auto;
        height: auto;
    }

    .hero.circular .mask-over.abs {
        position: static;
        height: 50vw;
        background-color: #ffffff;
    }

    .hero.circular .mask-over .one-third.bg-img {
        height: 100%;
        border-radius: 0 0 50vw 50vw;
    }

    .hero.circular .abs.mask-circ {
        display: none;
    }

    .masked.hero .img-mask {
        position: static;
        height: 50vw;
        background-color: #ffffff;
        width: 100%;
        border-radius: 0 0 50vw 50vw;
    }

    footer .flexed.cont {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer .footer-menu ul li::before {
        content: none;
    }

    .one-quart {
        width: 100%;
    }

    footer img {
        max-width: 250px;
    }

    .footer-menu {
        margin-left: 0;
    }

    .footer-socials {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 22px;
    }

    .partners .flexed.sb {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    a.partner {
        padding: 20px 10px;
        width: 25%!important;
        display: block;
    }

    .lightbox .full-h {
        height: 100vh !important;
    }

    iframe {
        max-width: 100% !important;
    }
}

/* MOBILE  */
@media screen and (max-width: 690px) {

    .outer-cont {
        padding-left: 25px;
        padding-right: 25px;
    }

    h1 {
        font-size: 39px;
        line-height: 50px;
        margin-bottom: 25px;
    }

    h2 {
        font-size: 25px;
        line-height: 34px;
    }

    h3 {
        font-size: 23px;
        line-height: 31px;
    }

    .hero.circular .flexed .flexed {
        gap: 0;
    }

    p.statement,
    .center-cont p {
        font-size: 17px;
        line-height: 29px;
        font-weight: 400;
    }

    a.primary:nth-of-type(2) {
        margin-left: 0px;
    }

    .cards-cont.flexed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px 0;
    }

    /* FOOTER  */
    footer .flexed.cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0px;
    }

    .footer-menu {
        margin-left: 0;
        text-align: center;
    }

    footer img {
        max-width: 170px;
        margin-bottom: 25px;
    }

    footer .footer-menu ul li {
        margin: 30px 0 0 0;
        font-size: 20px;
    }

    footer .footer-menu ul li::before {
        content: none;
    }

    .footer-socials.flexed {
        position: static;
        margin-top: 50px;
        gap: 40px;
    }

    .footer-socials img {
        width: 50px;
    }

    /* THREE COLUMN LINK CARDS */
    a.card-link {
        margin-bottom: 35px;
        width: 100%;
        text-align: left;
    }

    /* HALF HALF BLOCKS */
    .one-half.bg-img {
        height: 275px;
    }

    .one-half .fit-content {
        padding: 60px 25px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    /* COLUMN SECT  */
    .one-third.column {
        width: 100%;
        margin-bottom: 30px;
        ;
    }

    /* MOBILE NAV  */
    nav.main-nav ul li {
        margin: 24px 0 24px 25px !important;
    }

    header .cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: calc(100vw - 40px);
        margin: 0 !important;
    }

    .cont {
        max-width: calc(100vw - 40px);
    }

    header {
        padding: 17px 0 22px;
        max-width: 100vw;
    }

    a.nav-toggle {
        width: 40px;
        height: 40px;
    }

    .nav-toggle .lines,
    .nav-toggle .lines::before,
    .nav-toggle .lines::after {
        width: 20px !important;
    }

    .nav-toggle .lines::before {
        top: -7px;
    }

    .nav-toggle .lines::after {
        bottom: -5px;
    }

    .nav-open .nav-toggle .lines {
        width: 0px !important;
    }

    .nav-open .nav-toggle .lines::before,
    .nav-open .nav-toggle .lines::after {
        left: -10px;
    }

    header svg,
    header a.logo {
        height: 33px;
    }

    input.hs-button.primary.large {
        float: none;
    }

    /* CARD INTERACTIONS */
    .card-link img {
        margin-bottom: 0;
    }

    a.card-link h3,
    .blog-single h3 {
        padding-right: 70px;
    }

    .footer-circle {
        margin-top: -30px;
    }

    .v-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .wrapper.clearfix.padding-top.post-meta {
        display: none;
    }

    .inner-pg-header.grey-after div {
        width: 100%;
    }

    .hero.circular .flexed .flexed {
        gap: 0;
    }

    .footer-socials {
        margin-top: 40px;
    }

    a.partner {
        padding: 20px 10px;
        width: calc(50% - 50px)!important;
    }

    a.blog-single {
        width: 100%;
    }


    .fix-banner .outer-cont {
        padding: 0 40px;
    }

    .banner-exit {
        right: -20px;
        top: 24px;
    }

}


.section-cont{
border-top: 2px #00C399 solid;
padding: 30px 0;
}
.section-cont h3{
padding-right: 50px;
    margin-bottom: 0;
}


.calltoaction h3{
    margin-bottom: 0 !important;
}
.calltoaction a{
    margin-top: 0 !important;
}
.calltoaction .flexed{
	row-gap:16px;
} 

@media only screen and (max-width:465px){
	.section-cont .acc-content,.section-cont p{
		padding-right:0px;
		width:100%;
}
.calltoaction h3{
    margin-left: 16px;
margin-right: 16px;
}
}

