/*************************
**************************
*** LANDING CSS - 2023.2 ***
**************************
*************************/
body, :root{
    font-size: 16px;
    font-size: .95vw;
}
h1, h2, h3, h4, h5{
    font-family: var(--txt-font-title-ebc);
    font-weight: 700;
}
/* FIXED MENU */
header#header .background_mobile_header {
    width: 100vw;
    left: 50%;
    height: 100%;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
}
header#header._fixed_menu {
    position: fixed;
    left: 0;
    top: 0;
}
header#header._fixed_menu .container-full-eg {
    padding-top: 1em;
    padding-bottom: 1em;
    transition: all .3s ease;
}

/* CONTAINERS */
._anchor_page {
    position: absolute;
    top: 0;
    width: 100%;
}
.block_element_ebc{
    display: block;
}
section#content-landing-1 {
    padding-top: 1rem;
}
.container-full-eg {
    width: 100%;
    position: relative;
}
.row-ebc {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    flex-grow: 1;
    width: 100%;
}
#header .row-ebc {
    flex-wrap: nowrap;
}
.row-ebc .col-ebc{
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.row-ebc .col-ebc-full{
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.alg-v-center{
    align-items: center;
}
._horizontal_space_between {
    justify-content: space-between;
}
._horizontal_center {
    justify-content: center;
}
._horizontal_start {
    justify-content: flex-start;
}
._horizontal_end {
    justify-content: flex-end;
}
._vetical_center {
    align-items: center;
}
._vetical_start{
    align-items: flex-start;
}
._vetical_end{
    align-items: flex-end;
}
.container-full-eg {
    padding: 1.5em 2em;
}
.full_h {
    min-height: 100vh;
}
body.admin-bar .full_h{
    min-height: calc(100vh - 32px);
}
.box-small {
    width: 100%;
    max-width: 60rem;
    margin: auto;
}
.box-normal {
    width: 100%;
    max-width: 85rem;
    margin: auto;
}
.box-Full {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.bg-layout-ebc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-layout-ebc .image-bg-ebc {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
}
.bg-layout-ebc .decoration-bg-ebc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    top: 0.5rem;
    opacity: .5;
}
section:not(.hero_section) .bg-layout-ebc {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
section:not(.hero_section) .separator_section_ebc{
    z-index: 0;
}
/* spacing */
.ebc-spacing-larger {
    padding-top: 9rem;
    padding-bottom: 9rem;
}
.ebc-spacing-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.ebc-spacing-default {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.ebc-spacing-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.ebc-spacing-xs {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.ebc-spacing-none {
    padding: 0;
}


/* HEADER */
header#header .container-full-eg {
    position: absolute;
    width: 100%;
    top: 0;
    max-width: 90rem;
    margin: auto;
    left: 0;
    right: 0;
}

.col-eg.col-logo-eg {
    font-size: 100px;
}
.col-eg.col-logo-eg img {
    width: 100%;
}
.col-eg.col-logo-eg{
    width: 14rem;
}
.col-eg.container-links-menus {
    width: calc(100% - 14rem);
}
.lsize-1 .col-logo-eg {
    width: 10rem;
}
.lsize-1 .container-links-menus {
    width: calc(100% - 10rem);
}
.lsize-2 .col-logo-eg {
    width: 12rem;
}
.lsize-2 .container-links-menus {
    width: calc(100% - 12rem);
}
.lsize-3 .col-logo-eg {
    width: 16rem;
}
.lsize-3 .container-links-menus {
    width: calc(100% - 16rem);
}
.lsize-4 .col-logo-eg {
    width: 18rem;
}
.lsize-4 .container-links-menus {
    width: calc(100% - 18rem);
}
.lsize-5 .col-logo-eg {
    width: 20rem;
}
.lsize-5 .container-links-menus {
    width: calc(100% - 20rem);
}
/* END HEADER */
/* CTA */
header .header-cta-ebc a {
    background-position: 20px center;
    font-size: 1rem;
    line-height: 1;
    padding: 0.8em 1.2em;
    border: 1px solid;
    font-family: var(--primary-font-ebc);
    display: inline-block;
}
header .header-cta-ebc a i {
    margin-right: 0.5em;
}
.container-links-menus._active_cta_ebc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* END CTA */
/* MENU */
.col-menu-eg li a{
    transition: color .2s ease-in;
}
.col-menu-eg li a:hover {
    color: #a2d45e;
}
.col-eg.col-menu-eg {
    padding-left: 2rem;
}
.col-menu-eg .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: var(--primary-font-ebc);
    font-size: 1rem;
}
.col-menu-eg .menu li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}
.col-menu-eg .menu li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1em;
    padding: 0.5em 0;
    display: inline-block;
}
.col-menu-eg.space-item-x2 .menu li {
    margin-left: 2em;
}
.col-menu-eg.space-item-x3 .menu li {
    margin-left: 3em;
}
.col-menu-eg ul.menu li > ul.sub-menu {
    position: absolute;
    left: 0;
    margin: 0;
    background: rgba(0,19,15,.9);
    padding: 1.5em 1.5em;
    min-width: 16rem;
    z-index: 9;
    top: 100%;
    font-size: .9em;
    line-height: 1.4;
    opacity: 0;
    visibility: hidden;
}
.col-menu-eg ul.menu li:hover > ul.sub-menu{
    opacity: 1;
    visibility: visible;
}
.col-menu-eg ul.menu li > ul.sub-menu li {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.col-menu-eg ul.menu li > ul.sub-menu li a:hover {
    color: #a2d45e;
}
.col-menu-eg ul.menu li > ul.sub-menu li:not(:first-child) {
    /* margin-top: 0.8em; */
}
/* GLOBAL SECTIONS */
.form-ebc-element ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
}
.form-ebc-element .gform_footer {
    margin-top: 1.5rem;
}
.gform_wrapper h2.gform_submission_error {
    color: #fb6464;
    font-size: .8em;
    line-height: 1.2;
    text-align: center;
}
.form-hero-col .gform_wrapper input[type="submit"],
#footer .gform_wrapper input[type="submit"]{
    display: block !important;
}
.ebc_special_txt {
    font-family: var(--special-font-ebc);
    font-weight: 400;
}
.gform_wrapper li.gfield .LV_invalid_field,
#footer li.gfield .LV_invalid_field {
    background-position: 96% center;
}
.form-hero-col .gform_wrapper li.gfield select, 
.form-hero-col .gform_wrapper li.gfield input, 
.form-hero-col .gform_wrapper li.gfield textarea,
#footer .gform_wrapper li.gfield select, 
#footer .gform_wrapper li.gfield input, 
#footer .gform_wrapper li.gfield textarea{
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
	border-bottom: 1px solid;
}
.form-hero-col .form-ebc-element .gfield,
#footer .form-ebc-element .gfield {
    font-family: var(--primary-font-ebc);
    font-size: .9em;
}
.form-hero-col .gform_wrapper input[type="submit"],
#footer .gform_wrapper input[type="submit"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    text-transform: none;
    margin-top: 0.5rem;
}
.form-hero-col .gform_wrapper input[type="submit"]:hover, 
#footer .gform_wrapper input[type="submit"]:hover {
    background-color: #004538;
    color: #ffffff !important;
}
.form-hero-col .gform-body > img,
#footer .gform-body > img {
    display: none;
}
.ebc_text_center{
    text-align: center;
}
.ebc_text_left{
    text-align: left;
}
.ebc_text_right{
    text-align: right;
}
.separator_section_ebc {
    width: 100vw;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
    z-index: 2;
}
.separator_section_ebc.top_separator_ebc {
    top: 0;
    bottom: auto;
}
.bg_separator_ebc {
    background-size: 100% 100%;
    position: absolute;
    bottom: -1px;
    top: auto;
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 7%;
}
.separator_section_ebc.top_separator_ebc .bg_separator_ebc{
    bottom: auto;
    top: -1px;
    background-position: top center;
}

/*******************
*** FOOTER ***
*******************/
footer#footer{
    position: relative;
}
.bg-footer-ebc {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.bg-footer-ebc .layout_bg_footer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}
.bg-footer-ebc .layout_bg_footer.with_opacity {
    opacity: .9;
}
.bg-footer-ebc .image-bg-ebc {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
footer#footer .row-ebc {
    justify-content: center;
}
footer#footer .form-footer-col {
    width: 90%;
    max-width: 38rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.logo_container_footer {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem 1rem;
}
.logo_container_footer img {
    max-width: 12rem;
}

/*******************
*** SECTION HERO ***
*******************/
.content__elm_form ul {
    background: #e7ffc7;
    list-style: none !important;
    padding: 1rem !important;
    border-radius: 1rem;
    counter-reset: item;
    position: relative;
    margin-bottom: 0;
    margin-top: 1rem;
}
.content__elm_form ul:not(:last-child) {
    margin-bottom: 1rem;
}
.content__elm_form > p {
    color: #ffffff;
    font-size: .65rem;
}
.content__elm_form ul li {
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 0;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-size: .65rem;
}
.content__elm_form ul li:last-child {
    margin-bottom: 0;
}
.content__elm_form ul li::before {
    content: counter(item);
    counter-increment: item;
    background-color: #004538;
    color: #ffffff;
    width: 1.2rem;
    height: 1.2rem;
    font-size: .77rem;
    display: inline-flex;
    border-radius: 50px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.content__elm_form ul li:not(:last-child):after {
    content: '';
    width: 1px;
    background: #004538;
    height: calc(100% + 1rem);
    display: block;
    position: absolute;
    top: 50%;
    left: 0.6rem;
    z-index: 0;
}
._show_in_tablet{
    display: none;
}
.footer-form-ebc {
    margin-top: 1rem;
    font-size: .6em;
    line-height: 1.4;
    font-family: var(--primary-font-ebc);
}
.title-form-ebc .h2 {
    margin-bottom: 1.2rem;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.heading-ebc-col .h2 {
    font-size: 3rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #004538;
    font-weight: 700;
    line-height: 1;
}
.hero_section .heading-ebc-col .h2 {
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 1.2;
}
.scroll-icon-ebc {
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 3.2rem;
    z-index: 999;
    transform: translateX(50%);
    cursor: pointer;
    opacity: .8;
    transition: all .3s ease-in;
}
.scroll-icon-ebc img{
    transition: all .3s ease-in;
}
.scroll-icon-ebc:hover{
    opacity: 1;
}
.scroll-icon-ebc:hover img{
    transform: translateY(-10%);
}
/* new scroll */
a.scroll-mouse-ebc {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 3rem;
    background: rgba(255,255,255, .2);
    border: 1px solid #fff;
    border-radius: 113px;
    padding: 1em;
    text-align: center;
    width: 3.5em;
    height: 6rem;
    z-index: 70;
    font-size: 1rem;
}
a.scroll-mouse-ebc svg{
    width: 2em;
    height: 2em;
}
.scroll-mouse-title {
    color: #fff;
    font-family: "Cabin", sans-serif;
    font-weight: 300;
    font-size: .5em;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 18px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    top: 1.2rem;
}
@keyframes scroll-mouse {
    0% {
        bottom: 0.5rem;
    }
    50% {
        bottom: 0.3rem;
    }
    100% {
        bottom: 0.5rem;
    }
}
a.scroll-mouse-ebc svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0.5rem;
    transition: all .3s ease-in;
    -webkit-animation: scroll-mouse 1.5s;
    animation: scroll-mouse 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/*******************/	
/* WYSIWYG SPECIAL */
/*******************/
.wysiwyg_section .col-ebc {
    font-family: var(--primary-font-ebc);
    font-weight: 300;
    line-height: 1.4;
}
.size-txt-Larger {
    font-size: 1.5em;
}
.size-txt-Large {
    font-size: 1.3em;
}
.size-txt-Normal {
    font-size: 1em;
}
.size-txt-Small {
    font-size: .9em;
}
/*******************/
/* 2 columns: Text and image */
/*******************/
.heading-principal-col .size-txt-Small {
    font-size: 1.9rem;
}
.heading-principal-col .size-txt-Normal {
    font-size: 2.2rem;
}
.heading-principal-col .size-txt-Large {
    font-size: 2.4rem;
}
.heading-principal-col .size-txt-Larger {
    font-size: 2.6rem;
}
._ebc_reverse_col{
    flex-direction: row-reverse;;
}
.row-ebc-2cols ._content_wysiwyg {
    color: #031916;
    font-family: var(--txt-font-ebc);
    font-size: 1.05rem;
    line-height: 1.4;
}
._content_wysiwyg._txt_col2_small {
    font-size: .8rem;
    line-height: 1.5;
}
._content_wysiwyg._txt_col2_large {
    font-size: 1.2rem;
}
.row-ebc-2cols .col-image-bg ._content_wysiwyg {
    position: relative;
    padding: 2rem;
}
._txt_content_wysiwyg .title_element_ebc {
    font-size: 1.15rem;
    font-weight: bold;
    font-family: var(--txt-font-ebc);
    margin-bottom: 1em;
}

._content_wysiwyg.light_text_ebc,
._content_wysiwyg.light_text_ebc .title_element_ebc {
    color: #ffffff;
}
._txt_content_wysiwyg li {
    margin-bottom: 0.5em;
    margin-right: 0;
    position: relative;
}
.text_columns_section ._txt_content_wysiwyg  ul {
    padding: 0;
}
.text_columns_section ._txt_content_wysiwyg li {
    list-style: none;
    position: relative;
    padding-left: 1em;
}
.text_columns_section ._txt_content_wysiwyg li:before {
    content: '';
    width: 0.3em;
    height: 0.3em;
    display: inline-block;
    background: #a2d45e;
    position: absolute;
    top: 0.5em;
    left: 0;
    border-radius: 50px;
}
._txt_content_wysiwyg ul {
    margin-bottom: 0.5em;
    padding-left: 1.2em;
    padding-right: 0;
    margin-bottom: 0.5em;
    font-size: .85em;
}
._txt_content_wysiwyg ul li::marker {
    color: #A2D45E;
}
._txt_content_wysiwyg p {
    font-family: var(--general-font-ebc);
}
.col-image-bg {
    position: relative;
}
.col-image-bg .bg_2col_img_ebc {
    position: absolute;
    width: calc(100% - 2rem);
    height: calc(100% - 0rem);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    filter: drop-shadow(0px 15px 23px rgba(0, 0, 0, 0.3));
}
.ebc_space_title {
    margin-bottom: 1.2em;
}
.ebc_space_section{
    margin-bottom: 6rem;
}
._button_element_ebc a {
    background: rgb(0 68 56 / 7%);
    color: #004538;
    font-family: var(--primary-font-ebc);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    margin-top: 2rem;
    max-width: 12rem;
    width: 100%;
    border-radius: 60px;
    padding: 0.9em 1em;
    text-align: center;
    transition: all .3s ease;
}
._txt_col2_small ._button_element_ebc a {
    font-size: 0.85rem;
    max-width: 80%;
    margin-top: 1.5rem;
}
.light_text_ebc ._button_element_ebc a {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}
._button_element_ebc a:hover {
    background-color: #004538;
    color: #ffffff;
}
.light_text_ebc ._button_element_ebc a:hover {
    background-color: #ffffff;
    color: #004538;
}
.row-ebc-2cols {
    /* margin: 4rem auto; */
}
.row-ebc-2cols:not(._last_col_ebc) {
    margin-bottom: 6rem;
}
.row-ebc-2cols .col-ebc {
    max-width: 48%;
    flex-basis: 48%;
    width: 48%;
}
.row-ebc-2cols .heading-ebc-col {
    max-width: 46%;
    flex-basis: 46%;
    width: 46%;
}
.col-image-bg:before {
    content: '';
    float: left;
    padding-top: 80%;
}
._ebc_width_small {
    max-width: 78%;
}
span._element_decoration_ebc {
    position: absolute;
    width: 20%;
    padding-top: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.icon_x1-5 {
    width: 30%;
    height: 30%;
    transform: translate(-8%, 8%);
}
.decoration_top_right {
    top: -4%;
    right: -2%;
}
.decoration_bottom_left {
    left: -2%;
    bottom: -4%;
}
.decoration_bottom_right {
    bottom: -4%;
    right: -2%;
}
.decoration_bottom_right.topx5 {
    bottom: 5%;
}
.decoration_top_left {
    top: -4%;
    left: -2%;
}
.decoration_top_left.top-10x-left-7x {
    top: -10%;
    left: -7%;
}
._has_text_ebc .decoration_top_left {
    top: -7%;
    left: 0%;
}
._has_text_ebc .decoration_bottom_right {
    right: -4%;
}
.decoration_bottom_left.leftx20-bottom-20{
    left: 20%;
    bottom: -10%;
}
._front_element {
    z-index: 5;
}
.row-ebc-2cols .col-image-bg {
    padding: 0 1rem;
}
/*******************/
/* PROGRAMS */
/*******************/
.text-center{
    text-align: center;
}
._dinamic_cols {
    column-gap: 1rem;
    row-gap: 1rem;
}
._dinamic_cols.col3 {
    column-gap: 1rem;
    row-gap: 1.5rem;
}
._dinamic_cols.col2 {
    column-gap: 1rem;
    row-gap: 2rem;
}
._dinamic_cols .col-ebc {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
._dinamic_cols ._wcol_1 {
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
    flex-basis: calc(100% - 1rem);
}
._dinamic_cols ._wcol_2 {
    width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    flex-basis: calc(50% - 1rem);
}
._dinamic_cols ._wcol_3 {
    width: calc(33.3% - 1rem);
    max-width: calc(33.3% - 1rem);
    flex-basis: calc(33.3% - 1rem);
}
._dinamic_cols ._wcol_4 {
    width: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
    flex-basis: calc(25% - 1rem);
}
._dinamic_cols ._wcol_5 {
    width: calc(20% - 1rem);
    max-width: calc(20% - 1rem);
    flex-basis: calc(20% - 1rem);
}

.content_programs_ebc .img_program {
    padding-top: 95%;
    position: relative;
}
.content_programs_ebc .img_program img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_programs_ebc .txt_program {
    padding: 2rem 1rem;
    text-align: center;
}
._dinamic_cols ._wcol_5  .txt_program {
    padding: 2rem .1rem;
}
.content_programs_ebc .txt_program img._icon_program {
    width: 2.8rem;
    height: 2.8rem;
    object-fit: contain;
}
.content_programs_ebc .txt_program h3 {
    font-size: 1.1rem;
    margin-top: 1rem;
    color: #004538;
    font-weight: bold;
}
.programs_section .heading-principal-col {
    margin-bottom: 4rem;
}
.programs_section ._button_element_ebc a {
    margin-top: 3rem;
}
._copy_title_ebc{
    text-align: center;
    font-family: var(--primary-font-ebc);
    font-size: 1.05rem;
    color: #031916;
}
/*******************/
/* AWARDS */
/*******************/
.txt_awards_ebc {
    font-family: var(--txt-font-ebc);
}
._awards_row_ebc {
    gap: 2rem;
}
._awards_row_ebc .col-ebc {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.content_awards_ebc {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.content_awards_ebc .img_program {
    width: 30%;
}
.txt_awards_ebc {
    width: 70%;
}
.txt_awards_ebc .heading-ebc-col {
    margin-bottom: 1.5rem;
}
._copy_title_ebc {
    margin-bottom: 3rem;
}
/*******************/
/* TEXT COUMNS */
/*******************/
.show_more_ebc {
    cursor: pointer;
    font-size: 1.2rem;
    margin-top: 1em;
    line-height: 1.4;
    color: #004538;
    font-family: 'Sanchez', sans-serif;
    display: block;
    width: 100%;
    text-align: center;
}
.text_columns_section .title_element_ebc {
    margin-bottom: 2rem;
}
.txt_col_ebc{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.txt_col_ebc ul{
    font-family: var(--txt-font-ebc);
    font-size: .8em;
}
.col_txt_4 ul {
    -moz-column-count: 4;
    -moz-column-gap: 2rem;
    -webkit-column-count: 4;
    -webkit-column-gap: 2rem;
    column-count: 4;
    column-gap: 2rem;
}
.col_txt_3 ul {
    -moz-column-count: 3;
    -moz-column-gap: 4rem;
    -webkit-column-count: 3;
    -webkit-column-gap: 4rem;
    column-count: 3;
    column-gap: 4rem;
}
.col_txt_2 ul {
    -moz-column-count: 2;
    -moz-column-gap: 4rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 4rem;
    column-count: 2;
    column-gap: 4rem;
}
.col_txt_1 ul {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
}
/*******************/
/* PARTNERS */
/*******************/
.partners_section .heading-principal-col {
    margin-top: 4rem;
}
._logos_partners_ebc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;
    align-items: center;
}
._item_logos_ebc{
    text-align: center;
    padding: 1rem;
}
._num_logos1 ._item_logos_ebc {
    width: 100%;
}
._num_logos2 ._item_logos_ebc {
    width: 50%;
}
._num_logos3 ._item_logos_ebc {
    width: 33.3%;
}
._num_logos4 ._item_logos_ebc {
    width: 25%;
}
._num_logos5 ._item_logos_ebc {
    width: 20%;
}
._item_logos_ebc img {
    width: 90%;
    max-width: 10rem;
    height: 2.5rem;
    object-fit: contain;
}

/*******************/
/* TABS */
/*******************/
.content__tab_box {
    display: flex;
    row-gap: 2rem;
    margin-top: 1rem;
}
.content__tab_box .tab__column_elm {
    width: 43%;
    flex-basis: 43%;
    max-width: 43%;
    padding-top: 2rem;
}
.content__tab_box .tab__content_elm {
    width: 57%;
    max-width: 57%;
    flex-basis: 57%;
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.tab__column_elm .tab_item_elm:not(:last-child){
    margin-bottom: 1rem;
}
.tab__column_elm .tab_item_elm a {
    font-family: var(--txt-font-title-ebc);
    color: #004538;
    font-size: 1.35rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: .8em 1em;
    line-height: 1;
    border-left: 4px solid #3dae2b;
}
.content_tab_elm {
    font-family: var(--general-font-ebc);
    font-size: 1rem;
    font-weight: 400;
}

.content__tab_box .tab__content_elm .content_tab_elm img {
    max-width: 35%;
    margin: auto;
    display: block;
    margin-bottom: 1rem;
}
.tabs_section .box-small {
    max-width: 70rem;
}
.tab__column_elm .tab_item_elm a.active,
.tab__column_elm .tab_item_elm a:hover {
    background-image: linear-gradient(90deg, #031916, #093809);
    color: #ffffff;
}
.content__tab_box .tab__content_elm .content_tab_elm:not(.active) {
    display: none;
}
.content_tab_elm {
    font-family: var(--general-font-ebc);
    font-size: 1rem;
    font-weight: 400;
    background: #ffffff;
    padding: 2rem;
    position: relative;
    height: 100%;
}
/*******************/
/* List Infos */
/*******************/
.listInfos_section .row-ebc{
	align-items: start;
}
.content__listInfo_box .listInfo_item_elm a{
    font-size: 2.775rem !important;   	
}

.content__listInfo_box .listInfo__content_elm .listInfo_item_elm{
    margin-top: 0rem;
	transition: all .3s ease;
}
.content__listInfo_box .listInfo__content_elm.active .listInfo_item_elm{
    margin-bottom: 2.4rem
}

.content__listInfo_box .listInfo_item_elm span.count_title{
    color: #3dae2b;
    font-family: var(--special-font-ebc);
    font-weight: 400;
}
/*
.content__listInfo_box .listInfo_item_elm span.count_title:before{
	content: "";
    display: block;
    width: auto;
    height: 160%;
    aspect-ratio: 1 / 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    position: absolute;
    background: url(https://www.evergreenbeauty.edu/wp-content/uploads/2025/01/bg-number-step.png) no-repeat center / auto 100%;
}*/
.listInfos_section .col-ebc-imgs{
	display: none;		
}
.listInfos_section .col-ebc-imgs .col-image-bg{
	max-width: 100%;
    flex-basis: 100%;
    width: 100%;	
}
.listInfos_section .listInfo_button a{
	background: rgb(0 68 56 / 7%);
    color: #004538;
    font-family: var(--primary-font-ebc);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    margin-top: 2rem;
    max-width: 12rem;
    width: 100%;
    border-radius: 60px;
    padding: 0.9em 1em;
    text-align: center;
    transition: all .3s ease;
}
.listInfos_section .listInfo_button a:hover{
	color: #fff;
    background: #004538;
    
}
.listInfos_section .row-ebc-2cols .heading-ebc-col {
    max-width: 100%;
    flex-basis: 100%;
    width: 100%;
}
@media screen and (max-width: 980px){
	.content__listInfo_box .listInfo__content_elm .col-image-bg{
		display:block;
		width: 100%;
    	aspect-ratio: 6 / 4;
    	height: auto;
		margin-top: 1rem;
	}
	.content__listInfo_box .listInfo_item_elm a{
		font-size: 2.4rem;
	}
}
@media screen and (min-width: 981px){
	.listInfos_section .row-ebc-2cols .heading-ebc-col {
		max-width: 46%;
		flex-basis: 46%;
		width: 46%;
	}
	
	.listInfos_section .col-ebc-imgs{
		display: flex;
		flex-direction: column;	
		padding: 1.5rem 0;
	}
	/*
	.content__listInfo_box .listInfo_item_elm span.count_title{
		font-size: 1.2rem;		
	}*/
	.content__listInfo_box .listInfo__content_elm.active .listInfo_item_elm{
	  margin-bottom: 1.2em;
	}
}
@media screen and (min-width: 1024px){
	.content__listInfo_box .listInfo_item_elm a{
    	font-size: 1.975rem !important;    
	}
}
/*******************/
/* FAQS */
/*******************/
.faqs_section .content__text_box {
    margin-bottom: 2rem;
}
.content__listInfo_box .listInfo_item_elm a,
.content__faq_box .faq_item_elm a {
    font-weight: bold;
    font-size: 1.1rem;
    color: #004538;
    font-family: var(--txt-font-ebc);
    padding: 0.5rem 0;
    display: block;
    line-height: 1;
    padding-right: 3rem;
    position: relative;
}
.content__faq_box ._content_wysiwyg {
    font-size: .85rem;
    line-height: 1.45;
    color: #031916;
    font-family: var(--txt-font-ebc);
    padding-top: 0.5rem;
}
.content__listInfo_box .listInfo__content_elm ,
.content__faq_box .faq__content_elm {
    padding: 1rem 0;
    border-bottom: 1px solid #004538;
    transition: all .3s ease;
}
.content__listInfo_box .listInfo_item_elm a svg,
.content__faq_box .faq_item_elm a svg {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1.5rem;
    top: 0;
}
.content__faq_box .faq__content_elm.active a svg {
    transform: rotate(-90deg);
}
/*.faq__content_elm:not(.active) .content_faq_elm {
    height: 0;
    overflow: hidden;
}*/

.admissions_section ._dinamic_cols{
    margin-top: 3.5rem;
}

@media screen and (min-width: 1800px) {
    .bg_separator_ebc {
        padding-bottom: 7%;
    }
}
@media screen and (max-width: 1200px){
    body, :root{
        font-size: 15.8px;
    }
}
@media screen and (min-width: 981px){
    ._mobile_menu_ebc {
        display: none;
    }
    ._cta_in_menu{
        display: none !important;
    }
    .inline_only_tablet {
        width: 100% !important;
        float: none;
    }
    ._txt_content_wysiwyg ul {
        font-size: 1em;
    }
    .txt_col_ebc ul {
        font-size: .9em;
    }
    .ebc_space_title.ebc_text_left br {
        display: none;
    }
    .ebc_space_title.ebc_text_left brm {
        display: block;
    }
}
@media screen and (max-width: 980px){
    ._show_in_tablet{
        display: block !important;
    }
}
@media screen and (max-width: 980px){
	nav .menu ul.sub-menu {
		display: none;
	}
	nav .menu li.active_menu ul.sub-menu {
		display: block;
	}
	nav .menu .menu-item-has-children >a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	nav .menu .menu-item-has-children > a {
		margin-top: 20px;
	}
	nav .menu .menu-item-has-children > a:after {
		content: '';
		width: .8em;
		height: .8em;
		display: inline-block;
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23ffffff" d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
		background-size: contain;
		background-position: right center;
		background-repeat: no-repeat;
	}
	
	nav .menu .menu-item-has-children.active_menu > a:after {
		transform: rotate(90deg);
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23a2d45e" d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
	}
	nav .menu .menu-item-has-children.active_menu > a{
		color: #a2d45e;
	}
    .content__elm_form ul li {
        font-size: 1rem;
    }
    .content__tab_box{
        flex-wrap: wrap;
    }
    .content__elm_form ul li::before {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1rem;
    }
    .content__tab_box .tab__column_elm,
    .content__tab_box .tab__content_elm {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }
    .tab__column_elm .tab_item_elm {
        display: inline-block;
    }
    .tab__column_elm {
        display: flex;
        column-gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .tab__column_elm .tab_item_elm a {
        font-size: 1.34rem;
        border: none;
        border-radius: 10px;
        background: #e7ffc7;
        color: #08320c;
    }
    .content_tab_elm {
        font-size: 1.45rem;
        line-height: 1.4;
    }
    .content__faq_box ._content_wysiwyg {
        font-size: 1.34rem;
    }
    .content__listInfo_box .listInfo_item_elm a,
.content__faq_box .faq_item_elm a {
        font-size: 1.72rem;
        line-height: 1.2;
    }
    .content__listInfo_box .listInfo_item_elm a svg,
.content__faq_box .faq_item_elm a svg {
        width: 1.5rem;
        height: 1.5rem;
        position: absolute;
        right: 1.5rem;
        top: 1rem;
    }
    
    /* HEADER */
    header#header .container-full-eg {
        padding: 1rem 3rem;
    }
    header#header .container-full-eg li._hidden_mobile{
        display: none;
    }
    #header .col-logo-eg {
        width: 100%;
        max-width: 135px;
    }
    .container-links-menus._active_cta_ebc {
        justify-content: flex-end;
    }
    header .header-cta-ebc a {
        margin-right: 2rem;
    }
    .col-menu-eg ul.menu li > ul.sub-menu{
        min-width: auto;
    }
    body.show_menu {
        overflow: hidden;
    }
    .background_mobile_header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    header#header .row-ebc {
        justify-content: space-between;
    }
    .col-eg.col-menu-eg {
        position: absolute;
        top: calc(100% + 1rem);
        background: #004337;
        width: 100vw;
        padding: 0;
        left: 50%;
        transform: translateX(100%);
        z-index: -1;
        height: calc(100vh - 78px);
        padding-top: 2.5rem;
        padding-bottom: 0px;
        transition: transform .3s ease-in;
        border-bottom: 16px solid #a2d45e;
        overflow: auto;
    }
    body.admin-bar .col-eg.col-menu-eg {
        height: calc(100vh - 123px);
    }
    .header-cta-ebc._cta_in_menu {
        text-align: center;
        margin-top: 2rem;
    }
    header .header-cta-ebc._cta_in_menu a span {
        display: inline-block;
    }
    .header-cta-ebc._cta_in_menu {
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 0rem;
        width: 100%;
        flex-basis: 100%;
    }
    .header-cta-ebc._cta_in_menu a.phone {
        display: inline-flex;
        align-items: center;
        padding: 5px 27px 5px 13px !important;
        margin-right: 0;
        font-size: 18px;
    }
    .header-cta-ebc._cta_in_menu a.phone i {
        margin-right: 8px;
    }
    .col-menu-eg {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .col-menu-eg nav{
        width: 100%;
        flex-basis: 100%;
    }


    .col-menu-eg.show_menu{
        transform: translateX(-50%);
    }
    .col-menu-eg ul.menu li > ul.sub-menu{
        background: transparent;
    }
    .col-menu-eg .menu {
        width: 100%;
        text-align: center;
        font-size: 2.5rem;
    }
    .col-menu-eg .menu li {
        margin: 0.2em 0 !important;
        display: block;
        width: 100%;
    }
    ._mobile_menu_ebc {
        position: relative;
        z-index: 99999;
        height: 22px;
        width:44px;
        cursor: pointer;
    }
    ._mobile_menu_ebc span._line_1mobile {
        background: #ffffff;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(0deg);
        transition: all .2s ease-in;
    }
    ._mobile_menu_ebc span._line_2mobile {
        background: #ffffff;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 100%;
        left: 0;
        transform: rotate(0deg);
        transition: all .2s ease-in;
    }
    ._mobile_menu_ebc.show_menu {
        transform: rotate(0deg);
    }
    ._mobile_menu_ebc.show_menu span._line_1mobile {
        transform: rotate(45deg);
        top: 40%;
    }
    ._mobile_menu_ebc.show_menu span._line_2mobile {
        transform: rotate(135deg);
        top: 40%;
    }
    .col-menu-eg li a{
        transition: color .3s ease-in;
    }
    .col-menu-eg {
        overflow-y: auto;
    }
    .col-menu-eg li a:hover {
        color: #a2d45e;
    }
    .col-menu-eg .menu li {
        padding: 0;
    }
    .col-menu-eg ul.menu li > ul.sub-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        text-align: center;
        padding: 0.5em;
        font-size: .6em;
        padding-bottom: 0.2em;
        padding-top: 0;
    }
    header .header-cta-ebc a span {
        display: none;
    }
    header .header-cta-ebc a {
        padding: 0 !important;
        position: relative;
    }
    header .header-cta-ebc a i {
        padding: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        background-image: url(/wp-content/themes/evergreen_2019/assets/img/icon-phone.svg);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
        font-size: 0;
    }
    header .header-cta-ebc a i {
        margin: 0;
    }
    header .header-cta-ebc a {
        font-size: 1.2rem;
        margin-right: 1.5rem;
        padding: 0.8em 1em;
    }
    .background_mobile_header:before {
        content: '';
        width: 100%;
        height: calc(100% - 2px);
        position: absolute;
        z-index: 1;
        background: #004337;
        border-bottom: 1px solid #a2d45e;
        transform: translateX(100%);
        transition: transform .3s ease-in;
    }
    .show_menu .background_mobile_header:before {
        transform: translateX(0);
    }
    .col-menu-eg ul.menu > li > a {
        font-size: 22px;
        line-height: 1.2;
    }
    ul.sub-menu li a {
        font-size: 17px;
        line-height: 1;
        display: inline-block;
    }
    .col-menu-eg ul.menu li > ul.sub-menu li {
        height: auto;
    }
    .col-menu-eg nav:before {
        content: 'Menu';
        color: #a2d45e;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        margin: 20px 0 10px;
        text-align: center;
        text-transform: none;
        display: block;
        font-family: var(--primary-font-ebc);
    }


    /* -- */
    .hero_section .heading-ebc-col .h2{
        font-size: 2.8rem;
    }
    ._only_desktop{
        display: none !important;
    }
    section.layer > .container-full-eg {
        max-width: 100%;
        padding-left: 5rem;
        padding-right: 5rem;
    }
    /* HERO */
    .scroll-icon-ebc {
        bottom: 8%;
        width: 3.5rem;
        left: -15%;
        right: auto;
    }
    a.scroll-mouse-ebc._show_in_tablet {
        bottom: 8%;
        width: 3.5rem;
        left: 0;
        right: auto;
        transform: translateX(-90%);
    }
    section.hero_section .bg-layout-ebc {
        overflow: visible;
    }
    section.hero_section > .container-full-eg {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .hero_section .col-ebc.heading-ebc-col {
        margin-left: 3rem;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    section.hero_section .bg-layout-ebc {
        position: relative;
        width: calc( 50% - 3rem);
        padding-bottom: 58%;
        right: 0;
        left: auto;
        height: auto;
    }
    section.hero_section .bg-layout-ebc .image-bg-ebc {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain !important;
        background-position: bottom center !important;
    }
    section.hero_section .bg-layout-ebc .decoration-bg-ebc {
        background-size: contain !important;
    }

    /* COLUMNS */
    .t_col_txt_4 ul {
        -moz-column-count: 4;
        -moz-column-gap: 2rem;
        -webkit-column-count: 4;
        -webkit-column-gap: 2rem;
        column-count: 4;
        column-gap: 2rem;
    }
    .t_col_txt_3 ul {
        -moz-column-count: 3;
        -moz-column-gap: 4rem;
        -webkit-column-count: 3;
        -webkit-column-gap: 4rem;
        column-count: 3;
        column-gap: 4rem;
    }
    .t_col_txt_2 ul {
        -moz-column-count: 2;
        -moz-column-gap: 4rem;
        -webkit-column-count: 2;
        -webkit-column-gap: 4rem;
        column-count: 2;
        column-gap: 4rem;
    }
    .t_col_txt_1 ul {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
        width: 100%;
    }
    ._txt_content_wysiwyg ul {
        font-size: 1.3rem;
    }


    .row-ebc .col-ebc {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    
    ._dinamic_cols {
        column-gap: 2rem;
        row-gap: 2rem;
    }
    ._dinamic_cols .col-ebc {
        margin-bottom: 0 !important;
    }
    ._dinamic_cols ._wcol_2 {
        width: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
    }
    ._dinamic_cols ._wcol_3 {
        width: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
    }
    ._dinamic_cols ._wcol_4, 
    ._dinamic_cols ._wcol_5 {
        width: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
    }
    .footer-form-ebc{
        font-size: .8em;
    }
    .form-hero-col .form-ebc-element .gfield,
    #footer .form-ebc-element .gfield{
        font-size: 1.2em;
    }
    .row-ebc .col-ebc:not(:last-child) {
        margin-bottom: 3rem;
    }
    ._copy_title_ebc,
    .row-ebc-2cols ._content_wysiwyg {
        font-size: 1.3rem;
        line-height: 1.6;
    }
    .heading-principal-col .size-txt-Small {
        font-size: 2rem;
    }
    ._txt_content_wysiwyg .title_element_ebc br {
        display: none;
    }
    ._txt_content_wysiwyg .title_element_ebc {
        font-size: 1.6rem;
    }
    
    ._horizontal_space_between {
        /* justify-content: center; */
    }
    ._ebc_reverse_Mobile{
        flex-direction: column-reverse;
    }
    .img_text_section .heading-principal-col ._content_wysiwyg {
        text-align: center;
    }
    .img_text_section .heading-principal-col ._txt_content_wysiwyg, 
    .img_text_section .heading-principal-col ._txt_content_wysiwyg ul {
        text-align: center;
    }
    .img_text_section .heading-principal-col ._txt_content_wysiwyg {
        margin: auto;
    }
    .img_text_section .heading-principal-col ._txt_content_wysiwyg ul {
        padding: 0;
        list-style: none;
    }
    .img_text_section .heading-principal-col ._txt_content_wysiwyg ul li {
        list-style: none;
    }
    .img_text_section .heading-principal-col ._txt_content_wysiwyg ul li:before {
        content: '';
        width: 2.1rem;
        height: 2px;
        display: block;
        background: #A2D45E;
        margin: auto;
        margin-bottom: 18px;
        margin-top: 28px;
    }
    .img_text_section .heading-principal-col ._txt_content_wysiwyg ul li:first-child:before{
        margin-top: 0;
    }
    .img_text_section .heading-principal-col ._txt_content_wysiwyg ul li:not(:last-child) {
        margin-bottom: 1.2rem;
    }
    ._button_element_ebc a {
        font-size: 1.15rem;
        max-width: 13rem;
    }
    .img_text_section .heading-principal-col .ebc_space_title {
        text-align: center;
    }
    ._ebc_reverse_Mobile .col-ebc.heading-ebc-col.heading-principal-col {
        margin-top: 5rem;
    }
    .row-ebc._ebc_reverse_Mobile .col-ebc:first-child {
        margin-bottom: 0rem;
    }
    .row-ebc-2cols .col-ebc.heading-ebc-col.heading-principal-col {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    ._txt_content_wysiwyg .title_element_ebc {
        font-size: 1.4rem;
    }
    ._content_wysiwyg._txt_col2_small {
        font-size: 1.1em;
        line-height: 1.6;
    }
    ._txt_col2_small ._button_element_ebc a {
        font-size: 1.1rem;
    }
    
    .heading-principal-col h3 span.ebc_special_txt:first-child {
        display: block;
        text-align: center;
        margin-bottom: 0.3em;
    }
    .txt_awards_ebc .heading-principal-col .h2:not(._left_mobile),
    .row-ebc-2cols .heading-principal-col .txt_awards_ebc .h2:not(._left_mobile){
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    ._txt_content_wysiwyg .title_element_ebc {
        text-align: left;
    }
    .col-ebc.col-image-bg ._txt_content_wysiwyg ul {
        line-height: 1.6;
        margin-bottom: 0;
    }
    .col-ebc.col-image-bg ._txt_content_wysiwyg .title_element_ebc {
        line-height: 1.4;
    }
    .img_text_section .bg-layout-ebc .image-bg-ebc {
        background-repeat: repeat !important;
        background-size: contain !important;
    }
    .row-ebc-2cols .col-image-bg ._content_wysiwyg {
        position: relative;
        padding: 3rem;
    }
    .col-image-bg:before {
        padding-top: 90%;
    }
    ._only_text_2col:before {
        padding-top: 0;
    }
    .text_columns_section ._txt_content_wysiwyg ul {
        padding-left: 0.5em;
    }
    

}
@media screen and (max-width: 680px){
    body, 
    :root {
        font-size: 13px;
        font-size: 2.7vw;
    }
	.content_elements_location {
		font-size: 1.4rem;
	}
    .col-eg.col-menu-eg {
        z-index: -1;
        height: calc(100vh - 83px);
    }
    header#header._fixed_menu .container-full-eg {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        transition: all .3s ease;
    }
    ._left_mobile {
        text-align: left !important;
    }
    .form-hero-col .gform_wrapper input[type="submit"], 
    #footer .gform_wrapper input[type="submit"] {
        font-size: 1.3rem;
    }
    .title-form-ebc .h2 {
        font-size: 1.8rem;
    }
    header#header .container-full-eg {
        padding: 1rem 1.5rem;
        transition: all .25s ease;
    }
    ul.sub-menu li a {
        display: block;
        font-size: 17px;
        line-height: 1.1;
        padding: 5px 10px 5px 10px;
    }
    ul.sub-menu li {
        margin: 0 !important;
    }
    .col-menu-eg ul.menu li > ul.sub-menu {
        margin: 0;
        padding: 10px 0 !important;
    }
    .col-menu-eg ul.menu > li > a {
        font-size: 21px;
        line-height: 1.2;
    }
    .show_menu header#header .container-full-eg {
        padding: 1.5rem 2rem;
    }
    .col-eg.col-menu-eg {
        top: calc(100% + 1.5rem);
        margin-top: -1px;
    }
    /* HERO */
    .scroll-icon-ebc {
        bottom: 7%;
        width: 4rem;
        left: 0;
        right: 0;
        transform: none;
    }
    a.scroll-mouse-ebc._show_in_tablet {
        bottom: 8%;
        width: 3.5rem;
        left: 0;
        right: 0;
        margin: auto;
        transform: none;
        font-size: 1.15em;
    }
    .hero_section .col-ebc.heading-ebc-col {
        margin-right: 3rem;
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
    section.hero_section .bg-layout-ebc {
        width: 100%;
        padding-bottom: 90%;
    }
    .col-image-bg:before {
        padding-top: 90%;
    }

    .content_awards_ebc {
        flex-wrap: wrap;
    }
    .content_awards_ebc .img_program {
        width: 100%;
        text-align: center;
    }
    .content_awards_ebc .img_program img {
        max-width: 20rem;
        margin-bottom: 2rem;
    }
    .txt_awards_ebc {
        width: 100%;
    }
    .row-ebc-2cols .col-image-bg {
        padding: 0;
    }
    .col-image-bg .bg_2col_img_ebc {
        width: 100%;
    }

    ._dinamic_cols .col-ebc {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }
    ._center_mobile{
        text-align: center;
    }
    .m_col_txt_4 ul {
        -moz-column-count: 4;
        -moz-column-gap: 2rem;
        -webkit-column-count: 4;
        -webkit-column-gap: 2rem;
        column-count: 4;
        column-gap: 2rem;
    }
    .m_col_txt_3 ul {
        -moz-column-count: 3;
        -moz-column-gap: 4rem;
        -webkit-column-count: 3;
        -webkit-column-gap: 4rem;
        column-count: 3;
        column-gap: 4rem;
    }
    .m_col_txt_2 ul {
        -moz-column-count: 2;
        -moz-column-gap: 4rem;
        -webkit-column-count: 2;
        -webkit-column-gap: 4rem;
        column-count: 2;
        column-gap: 4rem;
    }
    .m_col_txt_1 ul {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
        width: 100%;
    }
    ._num_logosM_1 ._item_logos_ebc {
        width: 100%;
    }
    ._num_logosM_2 ._item_logos_ebc {
        width: 50%;
    }
    ._num_logosM_3 ._item_logos_ebc {
        width: 33.3%;
    }
    ._num_logosM_4 ._item_logos_ebc {
        width: 25%;
    }
    ._num_logosM_5 ._item_logos_ebc {
        width: 20%;
    }
    ._item_logos_ebc img {
        height: 2rem;
    }
    #footer .box-normal {
        max-width: 100%;
        padding: 0;
    }
    footer#footer .form-footer-col {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    #footer .form-ebc-element {
        border: 1px solid rgb(255,255,255);
        padding: 2rem;
        background-color: transparent;
        backdrop-filter: blur(2px);
    }
    #footer .form-ebc-element {
        border: none;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    ul.gform_fields .gfield {
        width: 100% !important;
        margin-bottom: 1.5rem;
    }
    section.layer > .container-full-eg {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    section.hero_section > .container-full-eg {
        padding-left: 0;
        padding-right: 0;
    }
    .ebc-spacing-large {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .ebc-spacing-larger {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .ebc-spacing-default {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .ebc-spacing-small {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
	.ebc-spacing-xs {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .row-ebc-2cols .col-ebc.heading-ebc-col.heading-principal-col {
        padding-left: 0;
        padding-right: 0;
    }
    .partners_section .heading-principal-col {
        margin-top: 2rem;
    }
    .ebc_space_section {
        margin-bottom: 4rem;
    }
    .content_programs_ebc .txt_program img._icon_program {
        width: 4rem;
        height: 4rem;
        object-fit: contain;
    }
    .content_programs_ebc .txt_program h3 {
        font-size: 1.5rem;
    }
    ._button_element_ebc a {
        font-size: 1.5rem;
        max-width: 20rem;
    }
    .img_text_section ._content_wysiwyg._txt_col2_small {
        padding-bottom: 12rem;
    }
    .img_text_section ._txt_content_wysiwyg .title_element_ebc {
        font-size: 1.5rem;
    }
    .size-txt-Large {
        font-size: 1.5em;
    }

    ._txt_col2_small ._button_element_ebc a {
        font-size: 1.2rem;
        max-width: 100%;
        background: transparent !important;
        padding: 0;
        font-weight: 400;
        text-align: left;
        margin-top: 2em;
    }
    .col-image-bg ._txt_col2_small ._button_element_ebc a:hover {
        color: #a2d45e;
    }
    .heading-principal-col .size-txt-Small {
        font-size: 2rem;
    }
    .heading-principal-col .size-txt-Normal {
        font-size: 2rem;
    }
    .heading-principal-col h3.size-txt-Small {
        font-size: 2rem;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2;
    }
    #content-landing-3 .heading-principal-col h3 span.ebc_special_txt:first-child{
        display: inline-block;
        margin-bottom: 0;
    }
    #content-landing-3 .heading-principal-col h3.size-txt-Small {
        max-width: 100%;
    }
    .heading-principal-col h3.size-txt-Small span.ebc_special_txt {
        font-size: 1.1em;
    }
    ._txt_content_wysiwyg li {
        margin-bottom: 1em;
    }
    .heading-ebc-col .h2 {
        line-height: 1.2;
    }
}
@media screen and (max-width: 450px) {
    body, :root {
        font-size: 13px;
        font-size: 2.8vw;
    }
    .col-eg.col-logo-eg {
        width: 12rem;
    }
}