<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================Team-Members====================*/

.awts-wrapper-main .awts-header h1 {
    border-bottom: 1px dotted #999;
    color: #152505;
    font-size: 20px;
    padding-bottom: 11px;	
}

.awts-wrapper-main ul li {
    list-style: outside none none;
}


.awts-wrapper-main ul {
    margin: 0;
    padding: 0;
}


.awts-wrapper-main ul li {    background-color: none;	    border: 0px solid #ddd;    float: left;    /*list-style: outside none none;*/		margin-right: 20px;		margin-bottom: 20px;    height: 315px;    padding: 0;    width: 250px;}

.pop-mask {
    background-color: rgba(0, 0, 0, 0.80);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.awts-wrapper-main ul li .mem-image img {
    max-width: 100%;
    width: 100%;		padding: 2px;		background: #ffffff;
}


.awts-wrapper-main ul li .mem-short-det {
   border: 1px solid #d9d9d9;	    margin: 0;	    padding: 2px;	    text-indent: 0;	    border-radius: 7px 7px 7px 7px !important;	
	overflow:hidden;
}

.awts-wrapper-main .cls-member-detail {
    background: none;
    border: 7px solid #d9d9d9;	    margin: 0;	    padding: 0.7937em;	    text-indent: 0;	    border-radius: 7px 7px 7px 7px !important;	
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0%;
    width: 100%;
    z-index: 2;
	height:90%;
}

.awts-wrapper-main .cls-member-detail .det-left {
    float: left;
	width: 139px;

}

.awts-wrapper-main .cls-member-detail .det-right {
    float: right;
    width: 70%;
}

.awts-wrapper-main .cls-member-detail .close-pop a {
    background: rgba(0, 0, 0, 0) url("../images/delete-message-icon.png") no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 32px;
    text-indent: -1e+8px;
    width: 32px;
}

.awts-wrapper-main .cls-member-detail .close-pop {
    position: absolute;
    right: -11px;
    top: -11px;
}


.awts-wrapper-main .mem-name{		font-size: 20px;    font-weight: bold;    color: #777777;	margin-top:15px;	word-spacing: -2px;	
}

.awts-wrapper-main .mem-role {
     color: #777777;
    font-size: 12px;		font-weight: bold;
}


.awts-wrapper-main .mem-desc {
    font-size: 14px;
    padding: 10px 0;
}

.mem-social-icons a {
    display: block;
    float: left;
    height: 25px;
    text-indent: -1e+8px;
    width: 25px;
	margin-right:5px;
	overflow:hidden;
	cursor:pointer;
}

.mem-social-icons {
    margin: 8px 0;
}

.mem-social-icons:after, .mem-social-icons:before{
  display:block;
  content:"";
  overflow:hidden;
  clear:both;	
}


.mem-show-full::after, .mem-show-full::before {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}

.mem-social-icons a.mem-linkedin{
    background:  url("../images/in.png") no-repeat scroll 0 0;
}



.mem-social-icons a.mem-twitter {
    background:  url("../images/twi.png") no-repeat scroll 0 0;
}


.mem-show-full a {
    background: rgba(0, 0, 0, 0) linear-gradient(#333, #000) repeat scroll 0 0;
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-family:sans-serif;
    font-size: 9px;
    font-weight: 700;
    margin: 1px 0 0;
    padding: 1px 1px;		visibility:hidden;
}

.mem-social-icons a.mem-facebook {
    background:  url("../images/face.png") no-repeat scroll 0 0;
}



.mem-social-icons a.mem-google {
    background:  url("../images/g.png") no-repeat scroll 0 0;
}



/*==================Team-Members====================*/



/*==================Media Query Team-Members====================*/

@media only screen and (min-width:320px) and (max-width:480px){
.awts-wrapper-main ul li {
    width: 100%;
}	
	
}


@media only screen and (min-width:481px) and (max-width:580px){
.awts-wrapper-main ul li {
    width: 46%;
    margin: 0 33px 30px 0;
	float:left;

}	


.awts-wrapper-main ul li:nth-child(2n) {
    margin-right: 0;
}

}

@media only screen and (min-width:320px) and (max-width:480px){
	
.awts-wrapper-main .cls-member-detail {
    background: #fff none repeat scroll 0 0;
    border: 7px solid #d9d9d9;
    border-radius: 4px;
    left: 0;
    margin: 0 auto;
    min-height: 400px;
    padding: 47px 20px 20px;
    position: absolute;
    right: 0;
    top: 15%;
    width: 100%;
    z-index: 2;
}

.awts-wrapper-main .cls-member-detail .det-left {
    float: none;
    margin: 0 auto;
    width: 139px;
}

.awts-wrapper-main .cls-member-detail .det-right {
    float: right;
    margin-top: 30px;
    width: 100%;
}


	
}

@media only screen and (min-width:481px) and (max-width:600px){
	
.awts-wrapper-main .cls-member-detail {
    background: #fff none repeat scroll 0 0;
    border: 7px solid #d9d9d9;
    border-radius: 4px;
    left: 0;
    margin: 0 auto;
    min-height: 400px;
    padding: 47px 20px 20px;
    position: absolute;
    right: 0;
    top: 2%;
    width: 100%;
    z-index: 2;
}


.awts-wrapper-main .cls-member-detail .det-right {
    float: right;
    width: 100%;
}
	
}








/*==================Media Query Team-Members====================*/


</pre></body></html>