/*
Custom CSS for website theme
Version: 1.0
Description: Used to establish the look and feel for the custom website
Author: Full Spectrum Marketing
Author URL: http://www.fsm.agency
*/

#page-container {
    overflow: hidden;
}


/*  
    Button Styles
    button text light .et_pb_button.et_pb_bg_layout_dark 
*/

#page-container .et_pb_button.et_pb_bg_layout_dark,
#page-container .et_pb_bg_layout_dark .et_pb_button {
    background: #fff;
    border: none;
    color: #3A3A3A !important;
    letter-spacing: 0;
    font-weight: 600;
    padding: 0.75em 1.5em !important;
}

#page-container .et_pb_button.et_pb_bg_layout_dark:hover,
#page-container .et_pb_bg_layout_dark .et_pb_button:hover {
    opacity: .8;
    color: #3A3A3A !important;
}



/* button text dark .et_pb_button */

#page-container .et_pb_button {
    background: #2E445C;
    border: none;
    color: #fff;
    letter-spacing: 0;
    font-weight: 600;
    padding: 0.75em 1.5em !important;
}

#page-container .et_pb_button:hover {
    opacity: .8;
    color: #fff !important;
}

/* secondary button text light .et_pb_bg_layout_dark.fsm-btn-secondary */

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-secondary {
    background: transparent;
    border: 1px solid #fff;
    letter-spacing: 0;
    font-weight: 600;
    padding: 0.75em 1.5em !important;
    color: #fff !important;
}

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-secondary:hover {
    background: rgba(255, 255, 255, .50)
}

/* secondary button dark .fsm-btn-secondary */

#page-container .et_pb_button.fsm-btn-secondary {}

#page-container .et_pb_button.fsm-btn-secondary:hover {}

/* alt button text light .et_pb_bg_layout_dark.fsm-btn-alt */

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-alt {}

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-alt:hover {}

/* alt button dark .fsm-btn-alt */

#page-container .et_pb_button.fsm-btn-alt {}

#page-container .et_pb_button.fsm-btn-alt:hover {}


/* 
    Font Sizing
*/

body.et_divi_theme h1 {
    font-size: clamp(2rem, 3.5cqw, 4rem);
}

body.et_divi_theme h2 {
    font-size: clamp(1.75rem, 3.25cqw, 3.3rem);
    line-height: 1.4em;
    color: #2e445c;
}

body.et_divi_theme h3 {
    font-size: clamp(1.5rem, 2.5cqw, 2.5rem);
    line-height: 1em;
}

body.et_divi_theme h4 {
    font-size: clamp(1.25rem, 2.2cqw, 2rem);
    line-height: 1em;
}

body.et_divi_theme h5 {
    font-size: clamp(1.15rem, 2cqw, 1.6rem);
}

body.et_divi_theme #page-container #main-content h6 {
    font-size: clamp(1rem, 1.8cqw, 1.3rem);
    line-height: 1.5em;
}

body,
body p,
body li {
    font-size: clamp(.8rem, 1.75cqi, 1rem);
}

.et_pb_blurb_description,
.et_pb_text_inner {
    line-height: 1.6em;
}

body small {
    font-size: clamp(.5rem, 1.25cqi, .8rem)
}


/* header styles */

#top-header .container {

    padding-top: 0;
}

#top-header .menu-btn a {
    background: #2E445C;
    color: #fff;
    padding: 1em 2em;
    line-height: 1em;
    text-transform: uppercase;
}

.et_header_style_left .logo_container {
    position: absolute;
    height: 140%;
    width: 170px;
    top: -60%;
    z-index: 9999999;
}

#top-header {
    z-index: 99;
}


/* homepage */

#home-hero .et_pb_module_header span {
    display: block;
}


#home-hero .header-content {
    max-width: 610px !important;
}


.audience-blurb .et_pb_module_header {
    font-size: clamp(1.25rem, 2.5cqw, 2.5rem);
    line-height: 1em;
    font-family: 'Lato', sans-serif;
}


.audience-blurb .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,
.audience-blurb .et_pb_main_blurb_image .et-pb-icon {
    border-radius: 50px 50px 50px 50px;
    overflow: hidden;
    background-color: #7B7357;
    width: 70px;
    height: 70px;
    font-size: 40px;
    text-align: center;
    line-height: 65px;
}

.audience-blurb .et_pb_main_blurb_image {
    margin-bottom: 1.5em;
}

.audience-blurb .et_pb_blurb_description {
    min-height: 185px;
}

@media only screen and (max-width:980px) {
    .audience-blurb .et_pb_blurb_description {
        min-height: 150px;
    }

    .et_pb_column .et_pb_module {
        margin-bottom: 5px;
    }

}

.audience-blurb .et_pb_blurb_description a {
    font-weight: 700;
    text-decoration: underline;
    color: #2e445c;
}

.audience-blurb .et_pb_blurb_description a:hover {
    color: #7b7357;
}

#programs .et_pb_module_header {
    line-height:
}

/*homepage - slick - .clients-slider AND .homepage-testimonials-slider */
.clients-slider .slick-arrow,
.homepage-testimonials-slider .slick-arrow {
    background: transparent;
    border: none;
    top: 50%;
    color: transparent;
    cursor: pointer;
    height: 40px;
    outline: none;
    padding: 0 !important;
    position: absolute;

    width: 40px;
    z-index: 1;
}

.clients-slider .slick-prev,
.homepage-testimonials-slider .slick-prev {
    left: -10%;
}

.clients-slider .slick-next,
.homepage-testimonials-slider .slick-next {
    right: -10%;
}

.clients-slider .slick-arrow:before,
.homepage-testimonials-slider .slick-arrow:before {
    color: #E0E0E0;
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    opacity: .9;
    text-align: center;
    transition: all .3s ease;
    width: 40px;
}

.clients-slider .slick-arrow:hover:before,
.homepage-testimonials-slider .slick-arrow:hover:before {
    opacity: 1;
}

.clients-slider .slick-prev:before,
.homepage-testimonials-slider .slick-prev:before {
    content: '\f137';
    /*position: absolute;
    right: 115px;*/

}

.clients-slider .slick-next:before,
.homepage-testimonials-slider .slick-next:before {
    content: '\f138';
    /*position: absolute;
    left: 10px;
    top: 0px;*/
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 0;
}

.homepage-testimonials-slider .et_pb_text {
    min-height: 250px;
}


.homepage-testimonials-slider .et_pb_text_inner strong {
    position: absolute;
    top: 160px;
}

/* -------------------------- */
/* -------------------------- */
/* ----PROGRESSIVE FORM ----- */
/* -------------------------- */
/* -------------------------- */


#page-container .progressive-form .gf_progressbar_wrapper {
    display: none !important;
}

#page-container .progressive-form .gfield_description {
    text-align: center;
}

#page-container .progressive-form .block-field {
    display: block;
    align-items: center;
    margin: 0;
    max-width: 100%;
    margin-top: 2rem;
}

#page-container .progressive-form .block-field .gfield_checkbox,
#page-container .progressive-form .block-field .gfield_radio {
    text-align: center;
}

@media only screen and (min-width:980px) {}

#page-container .progressive-form .block-field .gchoice {
    width: 100%;
    display: inline-block;
    height: 100%;
    height: 200px;
    flex-direction: row;
    float: none;
    position: relative;
    margin: 10px !important;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    /*border-radius: 10px;*/
}

#page-container .progressive-form .block-field .gchoice {
    width: 30.5%;
}

#page-container .progressive-form .block-field.four-block .gchoice {
    width: 22.5%;
}

#page-container .progressive-form .block-field.five-block .gchoice {
    width: 17.5%;
}

#page-container .progressive-form .block-field .gchoice:hover {
    background: rgba(255, 255, 255, .80)
}



#page-container .progressive-form .block-field .gchoice input[type="radio"] + label:before,
#page-container .progressive-form .block-field .gchoice input[type="checkbox"] + label:before {
    display: block;
    background-size: contain !important;
    background-position: center center !important;
}

#page-container .progressive-form .block-field .gchoice input + label {
    transition: all 0.2s ease;
    border: 2px solid transparent;
    /*border-radius: 10px;*/
}

#page-container .progressive-form .block-field .gchoice input:checked + label {
    background: rgba(255, 255, 255, .25);
    border: 2px solid rgba(255, 255, 255, .3);
}



#page-container .progressive-form .block-radio .gchoice input:checked,
#page-container .progressive-form .block-checkbox .gchoice input:checked {
    /*transform: translateY(-10px);*/
}

#page-container .progressive-form .block-field .gchoice input:checked + label:after {
    border: none;
    font-weight: 400 !important;
    width: 100%;
    bottom: -10px;
    height: 20px;
}

#page-container .progressive-form .block-field .gchoice:nth-child(2) label:after {
    background: #F1D01B;
}

#page-container .progressive-form .block-field .gchoice:nth-child(3) label:after {
    background: #049c50;
}

#page-container .progressive-form .block-field .gchoice:nth-child(4) label:after {
    background: #551a8b;
}


#page-container .progressive-form .block-field .gchoice input[type="checkbox"],
#page-container .progressive-form .block-field .gchoice input[type="radio"] {
    float: left;
    margin: 15px;
    box-shadow: 0px 0px 10px rgb(28 139 206 / .3);
    position: relative;
    z-index: 2;
}

#page-container .progressive-form .ginput_container_checkbox .gfield-choice-input {
    display: inline-block;
    bottom: 20px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px !important;
    /*position: absolute;*/
    vertical-align: middle;
    z-index: 9;
    transition: all 0.2s ease;
}

#page-container .progressive-form .block-field .gchoice label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    font-size: 14px;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 1%);
    /*text-shadow: 0 0 15px rgb(0 0 0 / 50%);*/
    margin: 0 !important;
    color: #3a3a3a;
    font-weight: 500;
    text-align: center;
    padding: 10%;
    line-height: 1.25em;
    cursor: pointer;
}

#page-container .progressive-form .block-field legend {
    text-align: center;
    color: #ffffff;
    font-size: 1.3em;
}

#gfield_description_49_20 {
    font-size: 1.2em;
    margin: 30px 0 0 0;
}

#gfield_description_49_20 a {
    text-decoration: underline;
}

#page-container .progressive-form h3.gform_title {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 3px !important;
}


#page-container .progressive-form .gf_progressbar,
.gf_progressbar_title,
.gfield_required,
.gf_progressbar_wrapper {
    display: none;
}

#page-container .progressive-form .gform_page_footer {
    border: none !important;
    padding: 40px 0 20px !important;
    margin: 0 !important;
    text-align: center;
}

#page-container .progressive-form .bg_footer_container * {
    display: none !important;
}

#page-container .progressive-form .gform_page_footer .button {
    display: inline-block !important;
    color: #2e445c !important;
    /*border-radius: 5px;*/
    font-size: 18px;
    background-color: #ffffff;
    border: none;
    padding: 0.5em 2em;
    font-weight: 600;
}

#page-container .progressive-form .gform_page_footer .gform_previous_button.button {
    color: #fff !important;
    background: transparent;
    font-weight: 500;
}

#page-container .progressive-form label:before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}

/*I am an individual*/
#page-container .progressive-form #label_4_3_0:before {
    content: '\f007';
    background: #7B7357;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 65px;
    text-align: center;
}

/*I am an organization*/
#page-container .progressive-form #label_4_3_1:before {
    content: '\f0c0';
    background: #7B7357;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 65px;
    text-align: center;
}

/*I am both*/
#page-container .progressive-form #label_4_3_2:before {
    content: '\f364';
    background: #7B7357;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 65px;
    text-align: center;
}

/*Individual options*/
#page-container .progressive-form #label_4_4_0:before {
    content: '\f4d8';
    background: #7B7357;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 65px;
    text-align: center;
}

#page-container .progressive-form #label_4_4_1:before {
    content: '\e3db';
    background: #7B7357;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 65px;
    text-align: center;
}

#page-container .progressive-form #label_4_4_2:before {
    content: '\f201';
    background: #7B7357;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 65px;
    text-align: center;
}


/* Organization options */
#page-container .progressive-form #label_4_5_0:before {
    content: '\f086';
    background: #7B7357;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 65px;
    text-align: center;
}

#page-container .progressive-form #label_4_5_1:before {
    content: '\f47c';
    background: #7B7357;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 65px;
    text-align: center;
}

#page-container .progressive-form #label_4_5_2:before {
    content: '\f4bc';
    background: #7B7357;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 65px;
    text-align: center;
}

#page-container .progressive-form #label_4_5_3:before {
    content: '\f0eb';
    background: #7B7357;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 65px;
    text-align: center;
}

#page-container .progressive-form #label_4_5_4:before {
    content: '\3f';
    background: #7B7357;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 65px;
    text-align: center;
}


#field_4_11,
#field_4_13 .gfield_label_before_complex{
    padding-top: 2rem;
}


#page-container .progressive-form #gform_fields_4_2 {
    padding-bottom: 0;
}

#page-container .progressive-form #field_4_18 {
    max-width: 700px;
    margin: 0 auto !important;
    padding-top: 20px;
}

#page-container .progressive-form .validation_message {
    color: red;
}

#page-container .progressive-form .gfield_label_before_complex {
    font-size: 30px;
    text-align: center;
    margin-bottom: 1em;
}

#page-container .progressive-form .button:hover {
    transition: all 0.2 ease;
}

#page-container #gform_fields_49 {
    padding-left: 0 !important;
}

#page-container .progressive-form_wrapper .gform_required_legend {
    display: none !important;
}


#content #page-container .progressive-form input[type="text"] {
    border: 1px solid #ccc;
    color: #4e4e4e;
    height: auto;
    width: 100%;
    max-width: 700px;
    text-align: left;
    background: #fff;
    padding: 1em;
    box-sizing: border-box !important;
    margin: 20px auto;
    display: block;
}


#content #page-container .progressive-form input[type="text"]::-webkit-input-placeholder {
    /* Edge */
    color: #666;
}

#content #page-container .progressive-form input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: 666;
}

#content #page-container .progressive-form input[type="text"]::placeholder {
    color: 666;
}

#content #page-container .progressive-form .top_label li.gfield.gf_left_half:before {
    content: none !important
}

#page-container #page-container .progressive-form select {
    height: 48px !important;
}

#page-container .progressive-form .gform_button {
    text-align: center;
    margin: 0 auto;
}

#page-container .progressive-form .gfield_label_before_complex {
    font-family: 'Lato', Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 17px;
    color: #ffffff !important;
    text-align: left;
}

#page-container .gform_wrapper label {
    color: #ffffff;
}

.gform_wrapper.gravity-theme .gfield_label {
    color: #ffffff;
}


@media only screen and (min-width: 981px) {
    #content #page-container .progressive-form .gf_left_half {
        padding-right: 10px !important;
    }

    #content #page-container .progressive-form .gf_right_half {
        padding-left: 10px !important;
    }

    #page-container .progressive-form .gfield_checkbox {
        /*display: flex;*/
    }
}

@media only screen and (max-width: 980px) {
    #page-container .progressive-form .block-field .gchoice label {
        font-size: 10px;
    }

    #page-container .progressive-form .block-field .gchoice {
        margin: 0 !important;
    }
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
    color: #c02b0a !important;
    font-size: 13.2px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    margin: 0;
    padding: 0;
    font-size: 16px !important;
}

.gform_wrapper .gfield_error legend {
    color: inherit !important;
}



/* PROGRAMS PAGE */


.program-row {
    background: #FAFAFA;
    border-left: 10px solid #7B7357 !important;
    padding: 2rem !important;
    align-items: center;
    margin-bottom: 3rem;
}

.program-row .et_pb_blurb_description a {
    font-weight: 600;
    text-decoration: underline;
}

#border-line-header.et_pb_section:before {
    position: absolute;
    content: "";
    width: 90vw;
    height: calc(100% - 9rem);
    border: 1px solid #7b7357;
    z-index: 0;
    left: 5vw;
    bottom: 0px;
    border-top: 0;
    border-bottom: 0;
}

#border-line-header #horizontal-line:before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 1px;
    background: #7b7357;
    z-index: 0;
    left: 5vw;
    top: 9rem;
    border-top: 0;
    border-bottom: 0;
}

#border-line-header #horizontal-line:after {
    position: absolute;
    content: "";
    width: 3rem;
    height: 1px;
    background: #7b7357;
    z-index: 0;
    right: calc(5vw - 2px);
    top: 9rem;
    border-top: 0;
    border-bottom: 0;
}

#border-line.et_pb_section:before {
    position: absolute;
    content: "";
    width: 90vw;
    height: calc(100% - 50px);
    border: 1px solid #7b7357;
    z-index: 0;
    left: 5vw;
    top: 0;
    border-top: none;
}

@media only screen and (max-width: 980px){
    #border-line-header.et_pb_section:before,
    #border-line-header #horizontal-line:before,
    #border-line-header #horizontal-line:after,
    #border-line.et_pb_section:before{
        display: none;
    }
    
}

/*#horizontal-line .header-content-container:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 5px;
    color: deeppink;
    z-index: 99;
    left: 5%;
    top: 11%;
}*/





/*----end Programs Page -----*/


/*FOOTER*/
div#fsm-footer-flex-end-buttons .et_pb_button_module_wrapper:first-child {
    margin-right: 10px;
}

div.fsm-grid-wrapper {
    display: grid !important;
    grid-template-columns: 30% 70%;
    margin: 0 !important;
}

ul.et_pb_module.et_pb_social_media_follow {
    grid-column: 2;
}

div#fsm-footer-flex-end-buttons {
    display: flex;
    justify-content: flex-end;
}

#gform_submit_button_5 {
    background: #fff;
    border-radius: 5px;
    padding: 1.2rem 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8em;
    border: none;
    color: #000 !important;
}

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

    div.fsm-grid-wrapper {
        grid-template-columns: 20% 80%;
        margin-bottom: 5vh !important;
    }


    div#fsm-footer-flex-end-buttons {
        display: flex;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 600px) {
    div.fsm-grid-wrapper {
        grid-template-columns: 40% 60%;
    }

    div#fsm-footer-flex-end-buttons {
        display: block;
    }

    div#fsm-footer-flex-end-buttons a.et_pb_button {
        min-width: 100%;
    }

    div#fsm-footer-flex-end-buttons .et_pb_button_module_wrapper:first-child {
        margin-right: 0 !important;
    }
}

/* Fix font sizes of interior pages */

#page-container #what-we-do-icons h2 {
    font-size: clamp(1.5rem,1.8cqw,2rem);
}

#page-container #et-boc #img-three-section p {
    line-height: 2em;
}

#page-container #et-boc .program-types h3 {
    font-size: clamp(1.5rem,2.25cqw,2.5rem);
}

/* TechSEO 2024 */
.participants-blurbs h3 {
    font-size: 18px !important;
}
.h2-resize .et_pb_team_member h2{
    font-size: clamp(1.5rem,2.5cqw,2.5rem)!important;
    line-height: 1em!important;
	color: #1f1f1f!important;}

.serif-font{
	font-family:'Playfair Display',Georgia,"Times New Roman",serif;
}