@charset "utf-8";
/* CSS Document */

.wrap-form { padding: 2px 0px 0px; float: right; width: 85%;}
.wrap-form .sky-form header { margin-top: 0px; font-size: 15px; margin-bottom: 15px;}

@media screen and (max-width: 820px) { .wrap-form { padding: 40px 10px; margin: 20px auto; float: none; width: 100%;} }

.expert {
	text-align: center; 
	border: 1px solid #E0E0E0;
	display: table-cell;
}
.expert:hover {
	text-align: center;
	border: 1px solid #134A86;
	-webkit-box-shadow: 0 0 5px rgba(0,7,35,0.35);
	box-shadow: 0 0 5px rgba(0,7,35,0.35);
}

.expert a.btn {
	background-color: #727272;
	display: inline-block;
	font-family: "Roboto", "Arial", sans-serif, normal;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	line-height: 14px;
	padding: 6px 12px;
	vertical-align: baseline;
	margin-bottom: 10px;
	cursor: pointer;
	outline: none;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-width: 0;
	border-radius: 26px;	
}
.expert a.btn:hover {background-color: #134A86;}


.expert-wrap { background-color: #FFFFFF; padding: 25px 25px 15px; }
.expert-wrap figcaption { padding: 10px; }
.expert-wrap .img-wrap { padding: 4px; background-color: #E0E0E0; border-radius: 4px; }
.expert-wrap img { margin: auto; border: 1px solid #E1E1E1 ; border-radius: 4px;}

.expert-wrap p { 
	font-size: 14px; 
	font-weight: 500; 
	text-align: center;
	padding: 0 10px;
	margin-bottom: 10px;
}

.expert-wrap h4 { 
	font-size: 18px; 
	font-weight: 500; 
	font-family: "Roboto", "Arial", sans-serif, normal;
	letter-spacing: normal;
	color: #134A86 ;
}

@media screen and (max-width: 920px) and (min-width: 800) {.expert-wrap { padding: 20px 15px 15px; } }

@media screen and (max-width: 799px) {.expert-wrap h4 { font-size: 18px; } }


/* overlay */

.expert-brif { display: none;}

.expert-content {
	color: #222222;
	background-color: rgba(252,252,252,1);
	margin: 0 auto;
	padding: 40px 30px;
	border-radius: 5px;
	min-height: 250px;
	height: auto;
	width: 1115px;
	
}

.expert-content .expert-bio {display: block;  padding-bottom: 20px; min-height: 250px; }
.expert-content .expert-bio::after {float: none; }
.expert-content .expert-other { float: none;}


.expert-content .img-wrap { 
	display: block;
	float: left; 
	width: 200px; 
	padding: 3px; 
	margin: 0px 30px 15px 0; 
	background-color: #E0E0E0; 
}

.expert-content p { 
	font-size: 15px; 
	line-height: 20px ; 
	font-weight: 400; 
	margin: 0 0 10px 0 ; 
}
.expert-content b {font-weight: 500; }

.expert-content ul {white-space: normal;}

.expert-content ul li {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	line-break: normal;
	list-style: inside square;
	margin: 0 0 5px 0;
}
.expert-content i {font-style: italic; font-size: inherit ;}

@media screen and (min-width: 1200) { .expert-content { width: 1100px;} }
@media screen and (max-width: 1199px) { .expert-content { width: 1060px;}}
@media screen and (max-width: 1119px) { .expert-content { width: 1000px;}}
@media screen and (max-width: 1080px) { .expert-content { width: 100%;} }
@media screen and (max-width: 799px) {
	.expert-content .img-wrap { float: none; padding: 4px; margin: 5px 30px 30px 0; clear: both;}
	.expert-content p, .expert-content ul li { font-size: 14px;}
}


.fancybox-morphing .fancybox-bg {
	background-color: #134A86;
	opacity: 0.8;
}

.mc {
  margin: 0 auto;
  position: relative;
  background: transparent;
  padding: 20px 20px;
  line-height: 2;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mc a {
	color: #629ADF;
}
.mc a:hover {color: #EDEDED;} 

@media screen and (max-width: 1099px) { .mc { padding: 20px; }}
@media screen and (max-width: 400px) { .mc { padding: 10px; } }




