/*
    ========================
            VARIABLES
    ========================
*/

:root {
    /* COLORS */

    /* FONTS */
}




/*
    ========================
            SPACING
    ========================
*/

.fl-row:not(.nopadding) .fl-row-content-wrap {
    padding-left: 70px;
    padding-right: 70px;
}




/*
    ========================
             SETUP
    ========================
*/

html, body { 
    overflow-x: hidden;
}

/* deactivate accordion outines */
.fl-accordion .fl-accordion-button-label {
    outline: none;
}

.fl-accordion .fl-accordion-button-icon {
    outline: none;
}




/*
    ========================
            TYPOGRAPHY
    ========================
*/

html, body { 
    font-size: 16px !important;
    color: black;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1, .h1, .h1 p, .h1 .fl-heading {}

h1 .fl-heading-text span {
    font-weight: 400;
}

h2, .h2, .h2 p, .h2 .fl-heading {}

h3, .h3, .h3 p, .h3 .fl-heading {}

h4, .h4, .h4 p, .h4 .fl-heading {}

p, .p {}

.large {}




/*
    ========================
             ASSETS
    ========================
*/
.btn-yellow a,
button.btn-yellow {
    font-family: 'europa';
    font-weight: 800;
    font-size: 0.8889rem !important;
    line-height: 2.2222rem;
    color: #003d4c !important;
    background-color: var(--yellow) !important;
    border-radius: 80px !important;
    width: 171px !important;
    display: flex;
    justify-content: center;
    border: 1px solid transparent !important;
}

.btn-yellow a:hover,
button.btn-yellow:hover {
    color: var(--white) !important;
    background-color: var(--navy) !important;
    border: 1px solid var(--white) !important;
}

.btn-sticky {
    position: fixed;
    z-index: 999;
    width: 100vw;
    bottom: 0;
}





/*
    ========================
             HEADER
    ========================
*/
ul#menu-left-menu a,
ul#menu-right-menu a {
    font-family: 'europa';
    font-weight: 800;
    font-size: 0.8889rem;
    line-height: 2.2222rem;
    color: var(--white);
}

header li:not(:last-of-type) a {
    padding: 0px 36px 0px 0px !important;
}

.menu-responsive-column {
    display: none !important;
}

.fl-menu .fl-menu-mobile-toggle.hamburger .hamburger-menu rect, .fl-menu .fl-menu-mobile-toggle.hamburger-label .hamburger-menu rect {
    fill: white;
}





/*
    ========================
             FOOTER
    ========================
*/





/*
    ========================
            HERO AREA
    ========================
*/
.heroarea .heroalign .fl-col-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.heroarea > .fl-row-content-wrap:after {
    background-image: linear-gradient(180deg, transparent 0%, #1f2f52 100%);
}





/*
    ========================
             WPFORMS
    ========================
*/
/* contact form */
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0;
}

.form-field--small input {
    min-height: 52px;
    padding-left: 28px !important;
    border: 1px solid transparent !important;
    border-radius: 6px !important;
}

.form-field--small input::placeholder,
.form-field--large textarea::placeholder {
    font-family: 'europa';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1f2f52;
    opacity: 0.6;
}

.form-field--large textarea {
    min-height: 181px;
    padding-left: 28px !important;
    padding-top: 28px !important;
    resize: none;
    border: 1px solid transparent !important;
    border-radius: 6px !important;
}

.form-field--large textarea {
    margin-bottom: 45px !important;
}

.contact-form > form > div > div:not(.form-field--radio) {
    margin: 0 0 15px 0 !important;
}

.contact-form > form > div:last-of-type {
    padding: 41px 0 0 0 !important;
}

.form-field--radio label {
/*     margin-bottom: 21px !important; */
    font-family: 'europa';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;

}

.form-field--radio ul label {
    cursor: pointer;
    display: flex !important;
    width: 70px !important;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px !important;

}

.form-field--radio ul label:before {
    content: "";
    background-color: var(--navy);
    display: inline-block;
    height: 28px;
    width: 28px;
    border: 1px solid white;
    border-radius: 6px;
    cursor: pointer;
}

.form-field--radio input[type="radio"] {
    position: absolute;
    transform: translate(3.45px, 6.8px);
}

.form-field--radio input[type="radio"]:checked {
    z-index: 100;
}

.contact-form .form-field--radio input[type="radio"] {
    width: 0px !important;
}

.form-field--radio input[type="radio"]:checked:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.75rem;
    color: var(--navy);
    transform: translate(-2.4px, -2.7px);
    cursor: pointer;
}

div.wpforms-container-full label.wpforms-error {
    position: absolute;
    font-family: var(--franklin-gothic) !important;
    font-weight: 350;
    background-color: white;
    margin-top: 2px !important;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid;
}





/*
    =================================================
                      PAGE STYLING
    =================================================
*/

/*
    ========================
            HOMEPAGE
    ========================
*/

.homepage-cta--row .fl-col-content {
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
}

.yellow-circle {
    content: "";
    height: 87px;
    width: 87px;
    background-color: var(--yellow);
    border-radius: 50px;
    margin: 0 auto;
}

.fa-check-circle:after {
    content: "";
    height: 30px;
    width: 30px;
    background-color: var(--navy);
    position: absolute;
    border-radius: 50px;
    transform: translate(calc(-100% - 1.5px), 1.5px);
}

.fa-check-circle:before {
    position: relative;
    z-index: 1;
}




/*
    ========================
               FAQ
    ========================
*/

.max-w-prose {
    max-width: 90ch !important;
}




/*
    ========================
          GET INVOLVED
    ========================
*/

.get-involved--img img {
    height: 415px !important;
    object-fit: cover;
}




/*
    ========================
              NEWS
    ========================
*/
.news-card.rounded-lg.bg-white.p-6:hover {
    background-color: var(--navy);
    border: 1px solid white;
    color: white;
}

.news-card.rounded-lg.bg-white.p-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: var(--navy);
    border: 1px solid transparent;
    padding: 39px 60px 20px 25px;
}




/*
    ========================
            PORTFOLIO
    ========================
*/
.flyout.fixed.active {
    overflow-y: overlay;
}

.flyout.fixed.active p.project-desc,
img.project-ft-image.mb-5.object-cover.rounded-lg.max-h-80.w-full {
    margin-bottom: 44px;
}

.project-stats--num {
    font-family: 'europa';
    font-weight: 400;
    font-size: 2.4444rem;
    line-height: 2.9444rem;
    color: var(--navy);
}

.project-stats--desc {
    display: flex;
    align-items: center;
}

.project-stats--desc p {
    margin-bottom: 0px;
}

.project-stats {
    border-bottom: 1px solid var(--brown);
    padding: 12px 0px;
}

div.project-stats:nth-of-type(3) {
    border-top: 1px solid var(--brown);
}

.flyout--page-overlay > .fl-row-content-wrap {
    background-color: rgba(31,47,82,0.34);
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.project-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.project-card-content img {
    height: 100%;
    margin-bottom: 0 !important;
}

.project-card-content--title {
    color: white;
    padding: 10px;
    transform: translateY(-100%);
}




/*
    ========================
              TEAM
    ========================
*/
/*** Alt Slideshow ***/
#slideshow-simple--prev {
    width: 26.68px;
}

#slideshow-simple--prev .cls-1 {
    fill: var(--navy);
}

#slideshow-simple--next {
    width: 26.68px;
}

#slideshow-simple--next .cls-1 {
    fill: var(--navy);
}

.slideshow.alt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow.alt .slideshow-slide {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0px 42px;
}

.slideshow.alt .slideshow-arrows {
    width: 26.68px;
    float: left;
}

.slideshow.alt .slideshow-arrows:last-of-type {
    text-align: right;
}

.slideshow.alt .slideshow--slider {
    width: calc(100% - 53.36px);
    float: left;
    position: relative;
}

.slideshow.alt .slideshow-slide--details {
    width: 55%;
    float: left;
}

.slideshow.alt .slideshow-slide--photo {
    width: 40%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    height: 100% !important;
}

.slideshow.alt .slideshow-slide--photo img:first-of-type {
    object-fit: cover;
    border-radius: 16px;
    height: 100%;
    width: 95%
}

.slideshow.alt .slideshow-slide--photo img:last-of-type {
    position: absolute;
    object-fit: cover;
    border-radius: 16px;
    right: 0px;
    width: 90%;
    height: 90%
}

.slideshow.alt .slideshow-slide--details-desc p {
    font-family: 'europa';
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: var(--navy);
}

.slideshow.alt .slideshow-slide--details-source p {
    font-family: 'europa';
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: var(--navy);
}



.close-flyout:before {
    content: "\2715";
    font-weight: 700;
    transform: translate(-0.5px, 0.5px);
}




/*BLOG*/

.fl-post-grid-post.blog-posts.type-blog-posts {
    border-radius: .5rem;
}




/*
    =================================================
                    CLASS EXTENSIONS
    =================================================
*/

.bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
    top: calc(50% - 20px);
}

.bb-tmlabel:after {
    top: calc(50% - 14px) !important;
}





ul#menu-menu-responsive li a {
    color: white !important;
    padding: 10px 0px !important;
}

ul#menu-menu-responsive {
    padding: 36px 0px;
}

ul#menu-menu-responsive .btn-yellow {
    margin-top: 26px;
}

.signup-form .wpforms-field-container {
    display: flex;
    width: 100% !important;
}

.signup-form form {
    display: flex;
    justify-content: space-between;
}

.signup-form .form-field input {
/*     min-height: 52px; */
    padding-left: 0px !important;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    border-bottom: 2px dotted white !important;
}

.signup-form .form-field input::placeholder {
    font-family: 'europa';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: white;
    opacity: 0.6;
}

.signup-form button {
    font-family: 'europa';
    font-weight: 800;
    font-size: 0.8889rem !important;
    line-height: 2.2222rem;
    color: #003d4c !important;
    background-color: white !important;
    border-radius: 80px !important;
    width: 171px !important;
    display: flex;
    justify-content: center;
    border: 1px solid transparent !important;
    transition: background-color .3s;
}

.signup-form button:hover {
    color: var(--white) !important;
    background-color: transparent !important;
    border: 1px solid var(--white) !important;
}

.signup-form .wpforms-field {
    width: 100% !important;
    margin-right: 36px !important;
}



img.team-ft-image {
    max-height: 183px;
    width: 183px;
}

.form-field input[type="email"], .form-field input[type="text"] {
    color: white !important;
    font-family: 'europa' !important;
    font-weight: normal !important;
    font-size: 1rem !important;
    line-height: 1.5556rem !important;
}