/*Staff Page CSSs*/
.staff-list-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    background-color: #fff;
}
.staff-list-section .heading-and-desc-box{  
    text-align: right;
}
.staff-list-section .heading-and-desc-box h2{  
    font-family: "Raleway";
    font-size: 45px;
    color: #221F1F;
    font-weight: 400;
}
.staff-list-section .heading-and-desc-box p{  
    font-family: "Raleway";
    font-weight: 400;
    font-size: 18px;
    color: #201F1F;
    line-height: 1.3em;
    max-width: 264px;
    float: right;
}
.staff-list-section .staff-list-container{
    width: 100%;
}
.staff-list-section .staff-list-container .staff-list-item-box{
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
}
.staff-list-section .staff-list-container .staff-list-item-box.first-box{
    width: 44.5%;
    padding-top: 10px;
}
.staff-list-section .staff-item-box{
    text-align: center;
    margin: 15px 15px 35px 15px;
}
.staff-list-section .staff-item-box .staff-photo{
    margin: 0 auto;
    width: 167px;
    height: 167px;
    border-radius: 50%;
    /*border: 2px solid #A159A2;*/
    /*background-color: #ccc;*/
    background-color: #C4C4C4;
    display: block;
	object-fit: cover;
}
.staff-list-section .staff-item-box .name{
    font-family: "Raleway";
    font-weight: 400;
    font-size: 21px;
    color: #333333;
    line-height: 1em;
    margin-bottom: 5px;
}
.staff-list-section .staff-item-box .name a{
    color: #333333;
}
.staff-list-section .staff-item-box .name a:hover,
.staff-list-section .staff-item-box .name a:active,
.staff-list-section .staff-item-box .name a:focus{
    color: #333333;
}
.staff-list-section .staff-item-box .designation{
    font-family: "Raleway";
    font-weight: 400;
    font-size: 21px;
    color: rgba(51,51,51,0.60);
}

.staff-details-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
}
.staff-details-section .staff-name-photo-box{
    width: 100%;
    text-align: center;
}
.staff-details-section .staff-name-photo-item-box{
    display: inline-block;
    vertical-align: bottom;
    width: 32.5%;
}
.staff-details-section .staff-name-photo-item-box .name{
    font-family: "Raleway";
    font-weight: 400;
    font-size: 30px;
    color: #F3B51C;   
}
.staff-details-section .staff-name-photo-item-box .photo{
    margin: 0 auto;
    width: 171px;
    height: 171px;
    border-radius: 50%;
    background-color: #ccc;
    display: block;
}
.staff-details-section .staff-name-photo-item-box .other-text{
    font-family: "Raleway";
    font-weight: 400;
    font-size: 30px;
    color: #A159A2; 
}

.staff-details-section .staff-details-item-box h2{
    font-family: "Raleway";
    /*font-weight: 400;*/
    font-weight: 600;
    font-size: 24px;
    color: #221F1F;
}
.staff-details-section .staff-details-item-box p{
    font-family: "Raleway";
    font-weight: 400;
    font-size: 14px;
    color: #211F1F;
}

@media(max-width: 767px){
    .staff-list-section .staff-list-container .staff-list-item-box.first-box{
        width: 100%;
    }
    /*.staff-list-section .staff-list-container .staff-list-item-box{
        width: 100%;
    }*/
    .staff-list-section .staff-list-container .staff-list-item-box{
        width: 48%;
    }
    .staff-list-section .staff-item-box .name {
        font-size: 18px;
    }    
    .staff-list-section .staff-item-box .designation{
        font-size: 18px;
    }
    .staff-list-section{
        padding-top: 30px;
        padding-bottom: 15%;
    }
    .staff-list-section .heading-and-desc-box h2 {
        font-size: 32px;
    }
    .staff-list-section .staff-item-box {
        margin: 15px;
    }

    .staff-details-section .staff-name-photo-item-box{
        vertical-align: middle;
        width: 100%;
        padding-bottom: 15px;
    }
    .staff-details-section{
        padding-bottom: 40px;
    }
    .staff-list-section .heading-and-desc-box{
        text-align: center;
    }
    .staff-list-section .heading-and-desc-box p{
        float: none;
        max-width: 100%;
    }
    .staff-list-section .staff-item-box .staff-photo{
        height: auto;
    }
}
@media(min-width: 768px) and (max-width: 990px){ 
    .staff-list-section .heading-and-desc-box h2 {
        font-size: 34px;
        padding-top: 20px;
    }

}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

/*New Media*/ 

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {

}