.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-101 .elementor-element.elementor-element-a848012{text-align:center;}.elementor-101 .elementor-element.elementor-element-0635641{margin-top:40px;margin-bottom:0px;}.elementor-101 .elementor-element.elementor-element-fa4e804{text-align:center;}.elementor-101 .elementor-element.elementor-element-fe7dd74{margin-top:40px;margin-bottom:0px;}.elementor-101 .elementor-element.elementor-element-f3a25a5{text-align:center;}.elementor-101 .elementor-element.elementor-element-ba5a6d0{margin-top:40px;margin-bottom:0px;}.elementor-101 .elementor-element.elementor-element-5df0864{text-align:center;}.elementor-101 .elementor-element.elementor-element-d058914{margin-top:40px;margin-bottom:0px;}.elementor-101 .elementor-element.elementor-element-3930948{text-align:center;}/* Start custom CSS *//*CSS by Jonathan*/

.section_title{
    display:none;
}

.flip_card_front{
    background-position: top center;
}

.flip_card_front,.flip_card_back{
    background-color: white;
    border-color: var(--LightBlue);
    border-radius:10px;
}

.flip_front_name{
    margin-bottom: 5px;
    font-weight: bold;
}

.flip_front_title,.flip_front_title{
    margin-bottom: 0;
}

.flip_back_title{
    color:var(--LightBlue);
    font-weight: bold;
}

.flip_back_content{
    font-size: 14px;
    height: 270px;
    overflow: auto;

}

.flip_back_email{
        font-size:14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 40px);
        margin-bottom: 15px;
    }
    
    .flip_back_email:hover{
        overflow: visible;
       white-space: normal;
    }

/*.flip_back_title,.flip_front_name,.flip_front_title,.flip_card_back,.flip_back_content{*/
/*    font-family: "Open Sans", Sans-serif;*/
/*}*/

/*remove scrollbar*/
@media screen and (min-width:1025px){
    .flip_card_back_content{
        overflow: hidden;
    }
    
    .flip_back_content{
        width: 100%;
        padding-right:17px;
        box-sizing:content-box;
}}

@media screen and (max-width:1024px){
    body.elementor-page-101 .elementor-shortcode{ 
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; 
        scroll-snap-type: x mandatory; 
    } 
    
    .flip_row{
        flex: 0 0 auto; 
        max-width: calc(900px + 60px);
        scroll-snap-align: center ; 
        overflow: visible; 
    }
    
    .flip_column{
        margin-right:20px;
        padding:0;
    }
    
    .flip_back_content{
    height: 250px;

}
}


@media screen and (max-width:767px) and (orientation:portrait){
    
    body.elementor-page-101 .elementor-shortcode{ 
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; 
        scroll-snap-type: x mandatory; 
    } 
    
    .flip_row{
        flex: 0 0 auto; 
        max-width: calc(210vw + 15px);
        scroll-snap-align: center ; 
        overflow: visible; 
    }
    
    .flip_column{
        width: 70vw;
        margin-right:5px;
        padding:0;
    }
    
    .flip_card{
        width: 100%;
        height: 95vw;
    }
    
    .flip_back_email{
        font-size:14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 40px);
        margin-bottom: 15px;
    }
    
    .flip_back_email:hover{
        overflow: visible;
        white-space: normal;
    }
    
    
     .flip_back_content{ 
        height:calc(100% - 100px); 
    }
}

@media screen and (max-width:767px) and (orientation:landscape){
    
    body.elementor-page-101 .elementor-shortcode{ 
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; 
        scroll-snap-type: x mandatory; 
    } 
    
    .flip_row{
        flex: 0 0 auto; 
        max-width: calc(120vw + 15px);
        scroll-snap-align: center ; 
        overflow: visible; 
    }
    
    .flip_column{
        width: 40vw;
        margin-right:5px;
        padding:0;
    }
    
    .flip_card{
        width: 100%;
        height: 50vw;
    }
    
    .flip_back_email{
        font-size:14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 40px);
        margin-bottom: 15px;
    }
    
    .flip_back_email:hover{
        overflow: visible;
        white-space: normal;
    }
    
    .flip_back_content{
        height:calc(100% - 100px);
    }
}/* End custom CSS */