.elementor-155 .elementor-element.elementor-element-31a977e8{color:#000000;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-e136f8f *//*KS Staff page*/
h2.section_title{
	display:none;
}

.flip_front_name{
	font-family:montserrat,Sans-Serif;
	font-weight:600;
	margin-bottom:0px;
}

.flip_front_title{
	margin-bottom:0px;
	font-family:montserrat,Sans-Serif;
}

.flip_card_front{
	border-color:#013e5d;
	background-color:#013e5d;
	border-radius:4px;
	border-width:5px;
}

.flip_card_back{
	border-color:#02a4b2;
	background-color:#02a4b2;
	border-radius:4px;
	border-width:5px;
}

/*bio*/
.flip_back_content{
    font-size: 15px;
    overflow: auto;
    height: 300px;
}


/*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){
    .elementor-155 .elementor-element.elementor-element-e136f8f .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;
    }
}


@media screen and (max-width:767px) and (orientation:portrait){
    
    .elementor-155 .elementor-element.elementor-element-e136f8f .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{
        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% - 50px); 
    }
}

@media screen and (max-width:767px) and (orientation:landscape){
    
    .elementor-155 .elementor-element.elementor-element-e136f8f .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{
        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% - 50px);
    }
}/* End custom CSS */