/*
 Theme Name:   PHASE Digital Custom Theme
 Theme URI:    https://phase-digital.com
 Description:  Custom Theme by PHASE Digital
 Author:       PHASE Digital
 Author URI:   https://phase-digital.com
 Template:     generatepress
 Version:      1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@font-face {
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    font-variation-settings: "YOPQ" 300;
    src: url("/wp-content/themes/phase_theme/includes/fonts/KumbhSans-VariableFont.woff2") format('woff2-variations');
    /* unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; */
}
a {
    color: var(--PrimaryColor);
    font-family: var(--BodyFont);
    font-weight: 500;
    letter-spacing: .5px;

    &:hover, &:focus {
        color: var(--HighlightColor);
    }
}
article {
	max-width: 1400px;
	margin: 0 auto 150px auto !important;
    padding-left: var(--pd-content-padding);
    padding-right: var(--pd-content-padding);

    p {
        color: #fff;
        font-size: 22px;
        font-weight: 400;
    }
}
body:not(.tec_calendar_embed-template-default) {
    background: linear-gradient(1turn, #1d4d4e, #3a7e7c, #5ba9a6, #87d4b6);
    font-family: var(--BodyFont);
    font-weight: 400;
    letter-spacing: .5px;
    position: relative;
}
input, label {
    color: #fff;
    font-family: var(--BodyFont);
    font-weight: 400;
    letter-spacing: .5px;
}
p, li {
    color: #fff;
    font-family: var(--BodyFont);
    font-weight: 400;
    letter-spacing: .5px;
}
b, strong {
    font-weight: 600;
    letter-spacing: .5px;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-family: var(--HeadFont);
    letter-spacing: .5px;
}
#page {
    background: transparent;
}
.phase-container {
    h1.title {
        color: var(--PrimaryColor);
        font-size: 75px;
        font-weight: 600;
        line-height: 1em;
        margin-bottom: 10px;
        text-align: center;
    }
    h2.title {
        color: #fff;
        font-size: 75px;
        font-weight: 600;
        line-height: 1em;
        margin: 50px 0;
        text-align: center;
        text-transform: uppercase;

        &:after {
            background: var(--SecondaryColor);
            content: '';
            height: 6px;
            width: 130px;
            display: block;
            margin: 10px auto 0 auto;
        }
    }
    p.subtitle {
        color: var(--SecondaryColor);
        display: block;
        font-size: 25px;
        font-weight: 500;
        line-height: 1em;
        margin: 0 auto 50px auto;
        max-width: 600px;
        text-align: center;
    }
}
.page-header {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-bottom: 50px;
    padding-top: 90px;

    h1 {
        color: #fff;
        font-size: 120px;
        font-weight: bold;
        letter-spacing: -2px;
        line-height: 130px;
        text-transform: uppercase;
        text-align: center;

        &:after {
            background: var(--SecondaryColor);
            content: '';
            height: 6px;
            width: 180px;
            display: block;
            margin: 10px auto 0 auto;
        }
    }
}
.page-section {
    margin: 25px auto 150px auto;
    max-width: 1400px;
    padding-left: var(--pd-content-padding);
    padding-right: var(--pd-content-padding);

    h1 {
        color: var(--PrimaryColor);
        font-size: 75px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1em;
        margin-bottom: 10px;
        text-align: center;
    }
}
.site-content {
    padding: 0px !important;
}
/*============================================================================
                    Header Nav
=============================================================================*/
.main-navigation:not(.slideout-navigation) {
	background-color: transparent;
    margin:  0px auto;
    position: relative;
    z-index: 50;

    &.is_stuck {
        background: #fff;

        .inside-navigation {
            padding-top: 0px !important;

            .logo-right {
                p {
                    color: #000;
                    top: -8px;
                    left: 137px;
                }
            }
            .header-search {
                svg {
                    color: #000 !important;
                }
            }
            .main-nav {
                ul {
                    li {
                        &[class*="current-menu-"] {
                            & > a {
                                background: transparent;
                                color: #000;
        
                                &:after, &:before {
                                    transform: scaleX(1);
                                }
                                &:hover {
                                    color: var(--HighlightColor);
                                }
                            }
                            ul.sub-menu {
                                li {
                                    a {
                                        color: #fff;
            
                                        &:hover {
                                            color: var(--HighlightColor);
                                        }
                                    }
                                }
                            }
                        }
                        &:not([class*="current-menu-"]):hover, li.sfHover:not([class*="current-menu-"]), li:not([class*="current-menu-"]):focus {
                            & > a {
                                background: transparent;
                                color: #000;

                                &:hover {
                                    color: var(--HighlightColor);
                                }
                            }
                        }
                        a {
                            color: #000;

                            &:after, &:before {
                                background: #fff;
                            }
                            ul.sub-menu {
                                li {
                                    a {
                                        color: #fff;
            
                                        &:hover {
                                            color: var(--HighlightColor);
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .menu-toggle {
                color: #000;
                order: 4;
            }
        }
    }
    .inside-navigation {
        align-items: flex-start;
        /* max-width: 1280px; */
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-top: 30px !important;
        transition: 0.2s;

        .header-right {
            display: flex;
            align-items: center;
            gap: 15px;
            height: 70px;
            margin-left: 35px;
            order: 4;

            a {
                background: var(--SecondaryColor);
                color: #fff;
                border-radius: 10px;
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 8px;
                font-size: 16px;
                font-weight: 600;
                letter-spacing: 1px;
                height: 40px;
                padding: 0 20px;
                text-transform: uppercase;
                transition: 0.4s;

                &:hover {
                    background: var(--HighlightColor);
                    color: #fff;

                    svg path {
                        fill: #fff;
                    }
                }
                svg path {
                    transition: 0.4s;
                }
            }
            .header-search {
                cursor: pointer;

                svg {
                    color: #fff;
                    display: block;
                }
            }
        }
        .logo-right {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            
            p {
                font-size: 18px;
                font-style: italic;
                margin: 0px;
                position: absolute;
                top: 27px;
                width: 250px;
                left: 20px;
            }
        }
        .navigation-branding {
            .site-logo {
                position: relative;
                width: 215px;

                img {
                    filter: drop-shadow(0px 0px 7px #0006);
                    height: 115px;
                    position: absolute;
                    top: -20px;
                    left: 0px;
                    margin: 0px;
                    padding: 0px;
                }
            }
            .sticky-navigation-logo {
                img {
                    margin-top: 5px;
                    padding: 0px;
                }
            }
        }
        .main-nav {
            display: flex;
            align-items: center;
            height: 70px;
            margin-left: -20px;
            order: 3;
    
            & > ul {
                gap: 35px;

                & > li {
                    & > a {
                        color: #fff;
                        font-family: var(--BodyFont);
                        font-size: 18px;
                        font-weight: 600;
                        letter-spacing: 1px;
                        line-height: 18px;
                        margin: 0px;
                        padding: 0 10px;
                        text-transform: uppercase;
                        
                        &:after, &:before {
                            content: '';
                            position: absolute;
                            width: 100%;
                            height: 4px;
                            background: #fff;
                            bottom: -5px;
                            left: 0;
                            transform: scaleX(0);
                            transform-origin: right;
                            transition: transform 0.7s ease-out;
                        }
                        &:before {
                            top: -7px;
                            transform-origin: left;
                        }
                        &:hover:after, &:hover:before {
                            transform: scaleX(1);
                        }
                        
                        .dropdown-menu-toggle {
                            display: none;
                        }
                    }
                    ul.sub-menu {
                        background: transparent;
                        border-bottom: 4px solid var(--HighlightColor);
                        padding: 10px 0 0 0;
                        margin-top: 2px;
    
                        li {
                            background: #444;

                            a {
                                color: #fff;
                                font-family: var(--BodyFont);
                                font-size: 18px;
                                font-weight: 600;
                                line-height: 2em;
    
                                &:hover {
                                    color: var(--HighlightColor);
                                }
                            }
                        }
                    }
                }
                li:not([class*="current-menu-"]):hover, li.sfHover:not([class*="current-menu-"]), li:not([class*="current-menu-"]):focus {
                    & > a {
                        background: transparent;
                        color: #fff;
                    }
                }
                li[class*="current-menu-"] {
                    & > a {
                        background: transparent;
                        color: #fff;

                        &:after, &:before {
                            transform: scaleX(1);
                        }
                    }
                }
            }
        }
        .menu-toggle {
            color: #fff;
            font-size: 30px;
            height: 70px;
            order: 4;
            transition: 0.4s;

            &:hover {
                color: var(--SecondaryColor);
            }
            .gp-icon {
                display: block;
            }
        }
    }
}
/*============================================================================
                    Header Search
=============================================================================*/
.header-search-bar {
    background: #fff;
    position: fixed;
    top: -100px;
    left: 0px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10%;
    z-index: 10001;
    transition: 0.4s;

    &.active {
        top: 0px;
    }
    .close-search {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 15px;
    }
}
/*============================================================================
                    Footer
=============================================================================*/
.slideout-navigation {
    background: #fff;
    max-width: 100%;
    position: relative;
    width: 100% !important;

    .inside-navigation {
        position: unset;

        .slideout-buttons {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-evenly;
            gap: 20px;
            padding: 0 20px;
            width: 100%;
        }
        .main-nav {
            ul {
                li {
                    &.sfHover {
                        a {
                            .dropdown-menu-toggle {                                
                                .gp-icon {
                                    svg {
                                        transform: unset !important;
                                    }
                                }
                            }  
                        }
                    }
                    a {
                        color: #000;
                        font-family: var(--HeadFont);
                        font-size: 24px;
                        font-weight: 500;
                        line-height: 50px;
                        padding: 0 20px;
                        transition: 0.4s;

                        .dropdown-menu-toggle {
                            padding-right: 0px;
                            text-align: right;
                            width: 40%;

                            .gp-icon {
                                display: block;

                                svg {
                                    height: 1.2em;
                                    transform: rotate(-90deg);
                                    transition: 0.4s;
                                    width: 1.2em;
                                }
                            }
                        }
                    }
                    ul.sub-menu {
                        background: #fff;
                        box-shadow: none;
    
                        li {
                            a {
                                color: #000;
                                font-size: 20px;
                                line-height: 2em;
                                margin-left: 20px;
    
                                &:hover {
                                    color: var(--SecondaryColor);
                                }
                            }
                        }
                    }
                }
                li:not([class*="current-menu-"]):hover, li.sfHover:not([class*="current-menu-"]), li:not([class*="current-menu-"]):focus {
                    & > a {
                        background: transparent;
                        color: var(--SecondaryColor);
                    }
                }
                li[class*="current-menu-"] {
                    & > a {
                        background: transparent;
                        color: var(--SecondaryColor);
                    }
                }
            }
        }
        .slideout-exit {
            color: var(--SecondaryColor);
            font-size: 30px;
            margin-bottom: 40px;
            padding: 20px 0 0 20px;
            width: auto;
        }
    }
}
/*============================================================================
                    Footer
=============================================================================*/
.site-footer {
    background: transparent;

    .footer-content {
        padding-left: var(--pd-content-padding);
        padding-right: var(--pd-content-padding);
        padding-top: 40px;
        padding-bottom: 40px;
        margin: 0 auto;
        max-width: 1280px;
    
        .footer-buttons {
            text-align: center;
            
            a {
                background: var(--SecondaryColor);
                border-radius: 20px;
                padding: 10px 10px 10px 60px;
                color: #fff;
                display: inline-flex;
                flex-flow: row nowrap;
                justify-content: flex-end;
                align-items: center;
                gap: 30px;
                font-size: 20px;
                font-weight: bold;
                margin: 20px auto;
                text-transform: uppercase;
                letter-spacing: 1px;
                transition: 0.4s;

                &:hover {
                    background: var(--HighlightColor);
                    color: #fff;

                    svg {
                        border:  2px solid var(--SecondaryColor);
                        stroke: var(--SecondaryColor);
                    }
                }
                svg {
                    border: 2px solid #fff;
                    border-radius: 50%;
                    padding: 3px 0px 3px 4px;
                    height: 40px;
                    transition: 0.4s;
                    width: 40px;
                }
            }
        }
        .footer-logo {
            text-align: center;
    
            img {
                margin-bottom: 20px;
                width: 300px;
            }
            p {
                color: #fff;
                font-size: 22px;
                font-weight: 500;
            }
        }
        .footer-menu {
            margin-bottom: 30px;

            & > div {
                display: flex;
                flex-flow: row nowrap;
                justify-content: space-between;
                max-width: 700px;
                margin: 0 auto;
                
                a {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 500;
                    transition: 0.2s;

                    &:hover {
                        color: var(--HighlightColor);
                    }
                }
            }
        }
    }
    .footer-copyright {
        background: var(--PrimaryColor);
    
        & > div {
            color: #fff;
            display: flex;
            flex-flow: row nowrap;
            justify-content: center;
            gap: 15px;
            padding-left: var(--pd-content-padding);
            padding-right: var(--pd-content-padding);
            padding-top: 10px;
            padding-bottom: 10px;
            margin: 0 auto;
            max-width: 1280px;
    
            span {
                font-size: 18px;
                font-weight: 500;
    
                a {
                    color: var(--HighlightColor) !important;
                    transition: 0.4s;

                    &:hover {
                        color: var(--SecondaryColor) !important;
                    }
                }
            }
        }
    }
}
/*============================================================================
                    Home Page
=============================================================================*/
.home {
    #page {
        margin-top: -100px;
    }
    .main-navigation:not(.slideout-navigation) {
        .inside-navigation {
            .main-nav {
                ul {
                    li {
                        a {
                            &:after, &:before {
                                background: #fff;
                            }
                        }
                    }
                }
            }
        }
    }
}
.home-banner {
	position: relative;
	padding-top: 110px;
	width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0px;
	overflow: hidden;

    &:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #221b1547;
        z-index: 2;
    }
    .banner-content {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: flex-start;
        height: 100%;
        position: relative;
        z-index: 3;

        a {
            background: var(--SecondaryColor);
            border-radius: 20px;
            padding: 10px 10px 10px 60px;
            color: #fff;
            display: flex;
            flex-flow: row nowrap;
            justify-content: flex-end;
            align-items: center;
            gap: 30px;
            font-size: 20px;
            font-weight: bold;
            margin: 20px auto;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: 0.4s;

            &:hover {
                background-color: var(--HighlightColor);

                svg {
                    border:  2px solid var(--SecondaryColor);
                    stroke: var(--SecondaryColor);
                }
            }
            svg {
                border: 2px solid #fff;
                border-radius: 50%;
                padding: 3px 0px 3px 4px;
                height: 40px;
                transition: 0.4s;
                width: 40px;
            }
        }
        h1 {
            color: #fff;
            font-size: 120px;
            font-weight: bold;
            line-height: 1em;
            margin-bottom: 0px;
            text-transform: uppercase;
            text-align: center;
            width: 100%;
        }
        p {
            color: var(--SecondaryColor);
            font-family: var(--HeadFont);
            font-size: 45px;
            font-weight: 600;
            letter-spacing: 1px;
            text-align: center;
            width: 100%;
            margin: 0px;
            text-transform: uppercase;
        }
    }
    .news-ticker {
        position: absolute;
        bottom: 10px;
        right: 0px;        
        display: flex;
        flex-flow: row nowrap;
        z-index: 6;

        & > div {
            gap: 20px;
            max-width: 400px;
            overflow: hidden;

            a {
                color: #fff;
                font-size: 20px;
                font-weight: 600;
                margin: 0px;
                transition: 0.4s;

                &:hover {
                    color: var(--HighlightColor);
                }
            }
            .js-marquee {
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
                gap: 50px;
                height: 34px;
                margin-right: 50px !important;
            }
        }
        h3 {
            background: #ffcc04;
            color: #000;
            font-size: 20px;
            font-weight: 600;
            margin: 0px;
            padding: 5px 20px;
            text-transform: uppercase;
        }
    }
    img {
        height: calc(100vh - 130px);
        object-fit: cover;
        width: 100%;
    }
    video {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }
    
}
.banner-button {
    margin: -50px 0 0 0;
    z-index: 4;
    position: relative;

    & > a {
        background: #6fbcad;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top-right-radius: 20px;
    }
}
.timeline {
    margin: 75px 0 150px 0;
    padding-top: 210px;
	height: 520px;
	overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    position: relative;
    width: 100%;

    .container {
        position: relative;

        .bubbles {
            position: absolute;
            top: 0px;
            left: 50px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 200px;

            & > div:first-of-type {
                height: 100px;
                width: 100px;
            }
            .bubble {
                background: #224032;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                font-size: 20px;
                font-weight: bold;
                height: 100px;
                width: 100px;
                z-index: 2;
            }
        }
        .line {
            height: 20px;
            background: var(--SecondaryColor);
            position: absolute;
            left: 55px;
            top: 40px;
            z-index: 1;
        }
        .start {
            border-radius: 50%;
            width: 70px;
            height: 70px;
            background: var(--SecondaryColor);
            position: absolute;
            left: 50px;
            top: 15px;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            font-weight: bold;
            z-index: 2;
        }
    }
    .events {
        display: flex;
        flex-flow: row nowrap;
        gap: 50px;
        position: absolute;
        top: 0px;
        left: 50px;
        padding-left: 335px;
        z-index: 3;

        .event {
            box-sizing: border-box;
            display: flex;
            flex-flow: row nowrap;
            gap: 10px;
            height: 200px;
            width: 250px;

            & > div:first-of-type {
                display: flex;
                flex-flow: column nowrap;
                align-items: center;
                height: 100%;

                .arrow-down {
                    width: 0; 
                    height: 0; 
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-top: 15px solid var(--SecondaryColor);
                  }
                .arrow-up {
                    width: 0; 
                    height: 0; 
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-bottom: 15px solid var(--SecondaryColor);
                }
                .circle {
                    border: 6px solid var(--SecondaryColor);
                    border-radius: 50%;
                    height: 30px;
                    width: 30px;
                }
                .v-line {
                    background: var(--SecondaryColor);
                    height: 160px;
                    width: 8px;
                }
            }
            h3 {
                color: #fff;
                font-family: var(--BodyFont);
                font-size: 23px;
                font-weight: 900;
                margin-bottom: 7px;
                margin-top: 12px;
                text-transform: uppercase;
            }
            p {
                font-size: 17px;
                font-weight: 400;
                line-height: 25px;
                margin: 0px;
            }
            &.event-bottom {
                margin-top: 320px;

                & > div:first-of-type {
                    flex-flow: column-reverse nowrap;
                }
                h3 {
                    margin-top: 22px;
                }
            }
        }
    }
}
.the-plan {
    padding-top: 100px;

    .boxes {
        display: flex;
        flex-flow: row wrap;

        a {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column nowrap;
            height: 600px;
            position: relative;
            overflow: hidden;
            width: calc(100% / 6);

            &:after {
                content: '';
                background: rgba(0,0,0,0.5);
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                z-index: 2;
            }
            &:hover {
                h4 {
                    &:after {
                        transform: scaleX(1);
                        transform-origin: bottom center;
                    }
                }
                p {
                    opacity: 1;
                }
                .read-more {
                    bottom: 20px;
                }
            }
            &:first-of-type {
                margin-top: 35px;
            }
            &:nth-of-type(2) {
                margin-top: 65px;
            }
            &:nth-of-type(3) {
                margin-top: 0px;
            }
            &:nth-of-type(4) {
                margin-top: 75px;
            }
            &:nth-of-type(5) {
                margin-top: 55px;
            }
            &:last-of-type {
                margin-top: 20px;
            }
            img {
                object-fit: cover;
                height: 100%;
                width: 100%;
                z-index: 1;
            }
            h4 {
                color: #fff;
                font-size: 28px;
                font-weight: bold;
                letter-spacing: 2px;
                line-height: 1em;
                margin: 0 auto;
                display: inline-block;
                position: absolute;
                z-index: 3;

                &:after {
                    content: '';
                    position: absolute;
                    width: 80%;
                    transform: scaleX(0);
                    height: 3px;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    background-color: #fff;
                    transition: transform 0.2s ease-out;
                    transform-origin: bottom center;
                }
            }
            p {
                color: #fff;
                font-size: 18px;
                font-weight: 400;
                position: absolute;
                z-index: 3;
                text-align: center;
                padding: 0 20px;
                line-height: 20px;
                margin-top: 230px;
                transition: 0.4s;
                opacity: 0;
            }
            .read-more {
                background: var(--SecondaryColor);
                border-radius: 10px;
                color: #fff;
                font-size: 18px;
                font-weight: 500;
                padding: 5px 20px;
                text-align: center;
                position: absolute;
                bottom: -40px;
                display: block;
                transition: 0.4s;
                z-index: 3;
                text-transform: uppercase;
            }
        }
    }
    .text {
        margin: 0 auto 100px auto;
        max-width: 1400px;
        padding-left: var(--pd-content-padding);
        padding-right: var(--pd-content-padding);

        h2 {
            color: #fff;
            font-size: 74px;
            font-weight: bold;
            margin-bottom: 10px;
            text-transform: uppercase;
            line-height: 1em;
        }
        p {
            color: #fff;
            font-size: 30px;
            font-weight: 500;
            margin: 0px;
            max-width: 90%;
            line-height: 1.2em;
        }
        span {
            color: #306e6d;
            font-size: 50px;
            font-weight: bold;
            text-transform: uppercase;
        }
    }
}
.photos {
    & > div {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        gap: 100px;

        img {
            max-width: 100%;
            object-fit: cover;
            transition: 0.4s;
            width: 60%;

            /* &:first-of-type {
                margin-top: 100px;
                object-position: right;
            }
            &:nth-of-type(2) {
                object-position: right;
            }
            &:last-of-type {
                margin: 0 150px 0 0;
            }
            &:hover {
                transform: scale(1.2);
            } */
        }
    }
}
.task-groups {
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: var(--pd-content-padding);
    padding-right: var(--pd-content-padding);

    & > div {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        margin: 0 auto;
        max-width: 1400px;

        .circle {
            background: var(--SecondaryColor);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 500px;
            width: 500px;

            & > div {
                background: #499290;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 475px;
                width: 475px;

                h3 {
                    color: #fff;
                    font-size: 70px;
                    font-weight: bold;
                    text-transform: uppercase;
                    margin: 0px;
                }
            }
        }
        .items {
            display: flex;
            flex-flow: column nowrap;
            justify-content: space-between;
            flex: 1;

            &.items-left {
                text-align: right;

                & > a {
                    margin-right: -40px;
                }
                & > a:nth-of-type(2) {
                    margin-right: 40px !important;
                }
                .icon {
                    margin-left: 15px;
                }
            }
            &.items-right {
                & > a {
                    margin-left: -40px;
                }
                & > a:nth-of-type(2) {
                    margin-left: 40px !important;
                }
                .icon {
                    margin-right: 15px;
                }
            }
            & > a {
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
            }
            h5 {
                color: #fff;
                font-size: 30px;
                font-weight: bold;
                line-height: 30px;
                margin-bottom: 5px;
                text-transform: uppercase;
            }
            p {
                color: #000;
                font-size: 17px;
                font-weight: 400;
                margin: 0px;
            }
            .icon {
                display: flex;
                justify-content: center;
                align-items: center;
                width: auto;
                border-radius: 50%;
                border: 2px solid var(--SecondaryColor);
                height: 90px;
                aspect-ratio: 1/1;
            }
        }
    }
}
.results {
    position: relative;

    .arrows {
        display: flex;
        flex-flow: row nowrap;
        gap: 20px;
        position: absolute;
        bottom: 0px;
        right: 100px;

        .arrow {
            background: var(--PrimaryColor);
            border-radius: 50%;
            color: #fff;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 50px;
            width: 50px;
        }
    }
}
/*============================================================================
                    Faq Page
=============================================================================*/
.faq {
    margin: 0 auto;
    max-width: 1400px;
    padding-left: var(--pd-content-padding);
    padding-right: var(--pd-content-padding);

    .faq-item {
        border-radius: 10px;
        margin-bottom: 30px;

        &:hover {
            .question {
                background: var(--PrimaryColor);

                h3 {
                    color: #fff !important;
                }
                svg {
                    color: #fff;
                }
            }
        }
        &:first-of-type {
            .answer {
                display: block;
            }
        }
        &:last-of-type {
            margin: 0px;
        }
        &.active {
            box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);

            .question {
                background: var(--PrimaryColor);
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;

                h3 {
                    color: #fff;
                }
                svg {
                    color: #fff;
                    transform: none;
                }
            }
        }
        .question {
            background: #f2f2f2;
            border-radius: 20px;
            cursor: pointer;
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            transition: all ease 0.4s;

            h3 {
                color: #000;
                font-size: 20px;
                font-weight: 600;
                letter-spacing: 0.5px;
                margin: 0px;
                transition: all ease 0.4s;
            }
            svg {
                color: var(--PrimaryColor);
                min-width: 32px;
                min-height: 32px;
                transform: rotate(-90deg);
                transition: all ease 0.4s;
            }
        }
        .answer {
            border-bottom: 2px solid rgba(0,0,0,0.3);
            border-left: 2px solid rgba(0,0,0,0.3);
            border-right: 2px solid rgba(0,0,0,0.3);
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            display: none;
            padding: 20px;
    
            p {
                font-weight: 500;
                margin: 0px;
            }
        }
    }
}
/*============================================================================
                    Contact Page
=============================================================================*/
.contact-page-form {
    .gform_wrapper {
        .gform_body {
            input {
                outline-color: var(--SecondaryColor);
    
                &:focus {
                    border-color: #cccccc;
                }
            }
            select {
                outline-color: var(--SecondaryColor);
    
                &:focus {
                    border-color: #696e77;
                }
            }
            textarea {
                resize: none;
    
                &:focus {
                    border-color: #cccccc;
                    outline: 3px solid var(--SecondaryColor);
                }
            }
        }
    }
    #gform_wrapper_1 {
        .gform_fields {
            column-gap: 25px;
            row-gap: 25px;
    
            ::placeholder {
                font-size: 18px;
                font-weight: 400;
                line-height: 1em;
            }
            .gfield_label {
                color: #fff;
                display: flex;
                align-items: flex-start;
                font-size: 20px;
                font-weight: 400;
                line-height: 1em;
            }
        }
        .gform_footer {
            .gform_button {
                background: var(--SecondaryColor);
                border-radius: 10px;
                box-sizing: border-box;
                font-size: 18px;
                font-weight: 600;
                letter-spacing: 0.01em;
                padding: 15px 50px;
                transition: 0.4s;
    
                &:hover {
                    background: var(--PrimaryColor);
                }
            }
        }
    }
}
/*============================================================================
                    Team Page
=============================================================================*/
.team {
	margin: 0 auto;
	max-width: 1400px;
    padding-left: var(--pd-content-padding);
    padding-right: var(--pd-content-padding);

    & > div {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 5%;

        .member {
            margin-bottom: 75px;
            text-align: center;
            width: 30%;

            h5 {
                color: #fff;
                font-size: 30px;
                line-height: 1em;
                margin-bottom: 0px;
            }
            h6 {
                color: var(--HighlightColor);
                font-size: 25px;
                margin-bottom: 5px;
            }
            img {
                aspect-ratio: 1 / 1;
                object-fit: cover;
                width: 100%;
            }
            p {
                color: #fff;
                font-size: 18px;
                margin-bottom: 0px;
            }
        }
    }
}
/*============================================================================
                    Partner Page
=============================================================================*/
.partners {
	margin: 0 auto;
	max-width: 1400px;
    padding-left: var(--pd-content-padding);
    padding-right: var(--pd-content-padding);

    & > div {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 5%;

        .partner {
            margin-bottom: 75px;
            width: 30%;

            img {
                aspect-ratio: 1 / 1;
                object-fit: contain;
                width: 100%;
            }
        }
    }
}
/*============================================================================
                    Action Bar
=============================================================================*/
.action-bar {
    background: var(--PrimaryColor);
    padding-left: var(--pd-content-padding);
    padding-right: var(--pd-content-padding);
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;

    & > div {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: flex-start;
        margin: 0 auto;
        max-width: 1280px;
        width: 100%;
        gap: 30px;

        ul {
            display: flex;
            flex-flow: row nowrap;
            gap: 30px;
            list-style: none;
            margin: 0px;
            
            li {
                color: #fff;
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
                gap: 8px;
                font-size: 15px;
                font-weight: 500;
                line-height: 1em;

                a {
                    color: #fff;
                    display: flex;
                    flex-flow: row nowrap;
                    align-items: center;
                    gap: 7px;
                    font-size: 15px;
                    font-weight: 500;
                    line-height: 20px;
                    transition: 0.2s;

                    &:hover {
                        color: var(--SecondaryColor);

                        svg.stroke {
                            stroke: var(--SecondaryColor);
                        }
                        svg.fill {
                            fill: var(--SecondaryColor);
                        }
                    }
                    svg {
                        transition: 0.2s;
                    }
                }
            }
        }
    }
}
/*============================================================================
                    Blog
=============================================================================*/
.news-posts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 100px 0;
    max-width: 1400px;
    margin: 0px auto 150px auto;
    padding-left: var(--pd-content-padding);
    padding-right: var(--pd-content-padding);

    .post {
        background: #fff;
        border-radius: 15px;
        box-shadow: 1px 1px 23px 2px rgba(0, 0, 0, 0.57);
        padding: 0 20px 40px 20px;
        position: relative;
        overflow: hidden;
        width: 30%;

        &:hover {
            box-shadow: 1px 1px 23px 2px rgba(123, 123, 123, 0.57);

            img {
                height: 100%;
                opacity: 0.4;
            }
            span {
                background: #000;
                color: var(--SecondaryColor);
                padding: 0 5px;
            }
        }
        a {
            background: var(--SecondaryColor);
            color: #fff;
            border-radius: 10px;
            font-size: 15px;
            font-weight: 600;
            padding: 10px 20px;
            transition: 0.4s;
            position: absolute;
            bottom: 0px;
            right: 0px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 0px;
            z-index: 2;
            letter-spacing: 1px;

            &:hover {
                background: var(--HighlightColor);
            }
        }
        h3 {
            color: #000;
            font-size: 25px;
            font-weight: bold;
            margin-bottom: 15px;
            position: relative;
            z-index: 2;
        }
        img {
            height: 300px;
            object-fit: cover;
            position: absolute;
            top: 0px;
            left: 0px;
            transition: 0.2s all ease-out;
            width: 100%;
            z-index: 1;
        }
        p {
            color: #000;
            position: relative;
            z-index: 2;
        }
        span {
            display: inline-block;
            margin-top: 320px;
            color: #bbb;
            margin-bottom: 5px;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 1px;
            transition: 0.2s all ease-out;
            position: relative;
            z-index: 2;
        }
    }
}
/*============================================================================
                    Our Mission Page
=============================================================================*/
.our-mission {
    p {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }
}
/*============================================================================
                    Task Group Template
=============================================================================*/
.task-group-form {
	margin: 0 auto;
	max-width: 1000px;
}
/*============================================================================
                    Calendar Page
=============================================================================*/
.calendar {
	margin: 0 auto;
	max-width: 1400px;
    padding-left: var(--pd-content-padding);
    padding-right: var(--pd-content-padding);
}
/*============================================================================
                    Gravity Forms Default
=============================================================================*/
.gform_wrapper {
    .gform_body {
        input {
            outline-color: var(--SecondaryColor);

            &:focus {
                border-color: #cccccc;
            }
        }
        .task-group-title {
            legend {
                font-size: 30px !important;
                justify-content: center;
                margin-bottom: 20px;
                width: 100%;
                text-align: center;
            }
        }
        .gfield_checkbox {
            flex-direction: row !important;
            justify-content: space-between;

            label {
                color: #fff;
                font-size: 22px;
            }
        }
        select {
            outline-color: var(--SecondaryColor);

            &:focus {
                border-color: #696e77;
            }
        }
        textarea {
            resize: none;

            &:focus {
                border-color: #cccccc;
                outline: 3px solid var(--SecondaryColor);
            }
        }
        .gform_fields {
            column-gap: 25px;
            row-gap: 25px;
    
            ::placeholder {
                font-size: 18px;
                font-weight: 400;
                line-height: 1em;
            }
            .gfield_label {
                color: #fff;
                display: flex;
                align-items: flex-start;
                font-size: 20px;
                font-weight: 400;
                line-height: 1em;
            }
        }
        .gform_footer {
            .gform_button {
                background: var(--SecondaryColor);
                border-radius: 10px;
                box-sizing: border-box;
                font-size: 18px;
                font-weight: 600;
                letter-spacing: 0.01em;
                padding: 15px 50px;
                transition: 0.4s;
    
                &:hover {
                    background: var(--PrimaryColor);
                }
            }
        }
    }
}
/*============================================================================
                    Single Blog Post
=============================================================================*/
.single-post {
    article {
        .entry-meta {
            display: none;
        }
    }
}
/*============================================================================
                    Responsive
=============================================================================*/
@media screen and (max-width: 1700px) {
    .the-plan {
        .boxes {
            gap: 50px 0;

            a {
                width: calc(100% / 3);

                img {
                    object-position: center !important;
                }
                &:nth-of-type(4) {
                    margin-top: 45px;
                }
            }
        }
    }
}
@media screen and (max-width: 1200px) {
    .home-banner {
        .banner-content {
            h1 {
                font-size: 80px;
            }
            p {
                font-size: 29px;
            }
        }
        .news-ticker {
            & > div {
                max-width: 200px;
            }
        }
    }
}
@media screen and (max-width: 1100px) {
    .task-groups {
        & > div {
            .circle {
                height: 250px;
                width: 250px;

                & > div {
                    height: 225px;
                    width: 225px;

                    h3 {
                        font-size: 40px;
                    }
                }
            }
            .items {
                h5 {
                    font-size: 23px;
                }
                p {
                    font-size: 15px;
                    line-height: 1.2em;
                }
                &.items-left {
                    & > a {
                        margin-right: 0px;
                    }
                }
                &.items-right {
                    & > a {
                        margin-left: 0px;
                    }
                }
                .icon {
                    height: 50px;

                    svg {
                        width: 22px;
                        height: 22px;
                    }
                }
            }
        }
    }
    .the-plan {
        .text {
            h2 {
                font-size: 54px;
            }
            p {
                font-size: 24px;
                max-width: 100%;
            }
        }
    }
    .news-posts {
        gap: 100px;
        
        .post {
            width: 100%;
        }
    }
    .photos {
        & > div {
            img {
                width: 100%;
            }
        }
    }
}
@media screen and (max-width: 900px) {
    .home-banner {
        .banner-content {
            a {
                padding: 10px 10px 10px 40px;

                svg {
                    height: 30px;
                    width: 30px;
                  }
            }
            h1 {
                font-size: 65px;
            }
            p {
                font-size: 24px;
            }
        }
    }
    .task-groups {
        padding-top: 70px;
        padding-bottom: 70px;

        & > div {
            flex-flow: column nowrap;
            align-items: center;

            .items {
                width: 100%;

                a {
                    margin-bottom: 20px;
                }
                h5 {
                    font-size: 35px;
                    margin-bottom: 10px;
                }
                p {
                    font-size: 18px;
                }
                &.items-left {
                    text-align: center;

                    & > a {
                        flex-flow: column-reverse nowrap;
                        margin-bottom: 50px;
                    }
                    & > a:nth-of-type(2) {
                        margin-right: 0px !important;
                    }
                }
                &.items-right {
                    text-align: center;

                    & > a {
                        flex-flow: column nowrap;
                        margin-bottom: 50px;
                    }
                    & > a:nth-of-type(2) {
                        margin-left: 0px !important;
                    }
                }
                .icon {
                    height: 150px;
                    margin: 0 0 15px 0 !important;

                    svg {
                        height: 70px;
                        width: 70px;
                    }
                }
            }
            .circle {
                margin: 0 0 50px 0;
            }
        }
    }
    .the-plan {
        .boxes {
            a {
                margin: 0px !important;
                width: 100%;
            }
        }
    }
}
@media screen and (max-width: 767px) {
    .home-banner {
        aspect-ratio: 9 / 16;
    }
    .main-navigation:not(.slideout-navigation) {
        .inside-navigation {
            padding-left: var(--pd-content-padding) !important;
            padding-right: var(--pd-content-padding) !important;

            .header-right {
                display: none;
            }
            .logo-right {
                display: none;
            }
            .navigation-branding {
                .site-logo {
                    width: 150px;

                    img {
                        height: 75px;
                        top: 0px;
                    }
                }
            }
        }
    }
    .page-header {
        height: 230px;
        padding-top: 50px;
        margin-bottom: 20px;

        h1 {
            font-size: 80px;
            line-height: 80px;
    
            &:after {
                width: 150px;
            }
        }
    }
    .partners {
        & > div {
            .partner {
                width: 100%;

                img {
                    aspect-ratio: unset;
                    object-fit: unset;
                    width: 100%;
                }
            }
        }
    }
    .results {
        .arrows {
            justify-content: center;
            position: relative;
            bottom: unset;
            right: unset;
        }
    }
    .timeline {
        margin: 30px 0 150px 0;
    }
    .team {
        & > div {
            .member {
                width: 100%;
            }
        }
    }
    .site-footer {
        .footer-content {
            .footer-logo {
                img {
                    width: 140px;
                }
                p {
                    font-size: 16px;
                }
            }  
        }
        .footer-copyright {
            & > div {
                flex-flow: column-reverse nowrap;
                text-align: center;
                gap: 10px;
                padding-top: 15px;
                padding-bottom: 15px;

                span:nth-of-type(2) {
                    display: none;
                }
            }
        }
    }
}
@media screen and (max-width: 500px) {
    .site-footer {
        .footer-content {
            .footer-menu {
                & > div {
                    flex-flow: column nowrap;
                    text-align: center;

                    a {
                        font-size: 22px;
                        margin-bottom: 10px;

                        &:last-of-type {
                            margin-bottom: 0px;
                        }
                    }
                }
            }
        }
    }
    .the-plan {
        .text {
            text-align: center;

            h2 {
                font-size: 37px;
            }
            p {
                font-size: 20px;
            }
        }
    }
}