.elementor-11 .elementor-element.elementor-element-0e02b2b{text-align:center;}.elementor-11 .elementor-element.elementor-element-0e02b2b.elementor-widget-heading .elementor-heading-title{color:#000000;}.elementor-11 .elementor-element.elementor-element-a4ac199{margin-top:3%;margin-bottom:0%;}.elementor-11 .elementor-element.elementor-element-fd7efe0{text-align:center;}.elementor-11 .elementor-element.elementor-element-fd7efe0.elementor-widget-heading .elementor-heading-title{color:#000000;}.elementor-11 .elementor-element.elementor-element-7d074c6{text-align:center;}.elementor-11 .elementor-element.elementor-element-7d074c6.elementor-widget-heading .elementor-heading-title{color:#000000;}.elementor-11 .elementor-element.elementor-element-04e9bcd{text-align:center;}.elementor-11 .elementor-element.elementor-element-04e9bcd.elementor-widget-heading .elementor-heading-title{color:#000000;}.elementor-11 .elementor-element.elementor-element-658d72b{text-align:center;}.elementor-11 .elementor-element.elementor-element-658d72b.elementor-widget-heading .elementor-heading-title{color:#000000;}.elementor-11 .elementor-element.elementor-element-9fd7faa{text-align:center;}.elementor-11 .elementor-element.elementor-element-9fd7faa.elementor-widget-heading .elementor-heading-title{color:#000000;}.elementor-11 .elementor-element.elementor-element-955aa68{text-align:center;}.elementor-11 .elementor-element.elementor-element-955aa68.elementor-widget-heading .elementor-heading-title{color:#000000;}.elementor-11 .elementor-element.elementor-element-f59ae03{margin-top:3%;margin-bottom:0%;}.elementor-11 .elementor-element.elementor-element-831edeb{text-align:center;}.elementor-11 .elementor-element.elementor-element-831edeb.elementor-widget-heading .elementor-heading-title{color:#000000;}.elementor-11 .elementor-element.elementor-element-9de9e9d{margin-top:3%;margin-bottom:0%;}.elementor-11 .elementor-element.elementor-element-fd21ed4{text-align:center;}.elementor-11 .elementor-element.elementor-element-fd21ed4.elementor-widget-heading .elementor-heading-title{color:#000000;}.elementor-11 .elementor-element.elementor-element-2e229ae{margin-top:3%;margin-bottom:0%;}.elementor-11 .elementor-element.elementor-element-6835826{text-align:center;}.elementor-11 .elementor-element.elementor-element-6835826.elementor-widget-heading .elementor-heading-title{color:#000000;}.elementor-11 .elementor-element.elementor-element-b6260e1{margin-top:3%;margin-bottom:0%;}.elementor-11 .elementor-element.elementor-element-556d169{text-align:center;}.elementor-11 .elementor-element.elementor-element-556d169.elementor-widget-heading .elementor-heading-title{color:#000000;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for page-settings *//*Staff page*/
/*title*/
.section_title{
	display:none;
}

.staff_img{
    border: 3px solid #68b940;
}

@media screen and (max-width:1024px) and (min-width:768px){
	.crl_column{
		width:50%;
		min-width:0;
	}
	
	.col_img{
        min-width:unset;
        min-height:unset;
        display:flex;
    }
    
    .staff_img{
        width:70px;
        height:70px;
        margin:auto 5px;
    }
	
	.col_content{
	    padding:5px;
	    width: calc(100% - 80px);
	    word-break: break-word;
	}
	
	.content_email{
	    text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
	}
	
	.content_email:hover{
	    overflow: visible;
        white-space: normal;
	}
}


@media screen and (max-width:767px){
    
    .elementor-shortcode{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }
    
    .crl_row{
         flex: 0 0 auto;
         max-width: calc(140vw + 10px);
        scroll-snap-align: center ;
        overflow: visible;
        }
    
	.crl_column{
	    min-width:0;
		border:3px solid #23A4DC;
		border-radius:3px;
		margin-right: 5px;
        margin-bottom: 5px;
		width:100%;
		scroll-snap-align: center ;
		width: 70vw;
	}
	
	.col_img{
        min-width:unset;
        min-height:unset;
        display:flex;
    }
    
    .staff_img{
        width:50px;
        height:50px;
        margin:auto 5px;
    }
	
	.col_content{
	    padding:5px;
	    width: calc(100% - 60px);
	    word-break: break-word;
	}
	
	
	.content_email{
	    text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
	}
	
	.content_email:hover{
	    overflow: visible;
        white-space: normal;
	}
}


@media screen and (max-width:767px) and (orientation:landscape){
    .crl_row{
        max-width: 710px;
    }
    
	.crl_column{
        width:350px;
	}
}


/*pic*/
.staff_img img{
	object-position: top;
}

/*staff details*/
.content_title{
	font-size:18px;
	font-weight:bold;
}

.content_title+div, .staff_email,.content_description{
	font-size:15px;
}

.content_title,.content_title+div,.content_description, .staff_email{
    font-family: Lato,Sans-Serif;
}

.content_email,.staff_email{
    color:#23A4DC;
}/* End custom CSS */