@charset "UTF-8";
/* CSS Document */

body{font-family: 'Open Sans', 'Arial', sans-serif;font-size:11px;line-height:1.6;color:#767676;}
 header .main-menu .navbar .nav .dropdown-menu li a {
    font-size: 1.05em !important;
    font-weight: 400;
    min-width: 160px;
    padding: 2px 4px 4px 14px;
    text-transform: none;
}
select, textarea {font-size:12px;}

.promo-container .promo .read-more a {
    color: #008dc5;
    font-size: 1.3em;
    font-weight: 500;
}

.promo-container.horizontal .promo.span4 h3 {
    font-size: 1.1em;
}
.promo-container .promo h3 {
    color: #747474;
    font-size: 1.8em !important;
    line-height:1.15 !important;
    font-weight: 600 !important;
    margin-bottom: 5px;
    text-transform: none !important;
}

.promo-container p {
    color: #767676;
    font-size: 1.25em !important;
    line-height:1.3;
    padding-bottom: 20px;
}

.promo-container .promo h2 {
    color: #464646;
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1.3;
}
.container h2 {
    margin-bottom: 20px;
}

header .main-menu a {
    float: left !important;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

.explorer .text-plugin h1 {
    color: #474747;
    font-size: 2.15em;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 5px !important;
}
.explorer .text-plugin h2 {
    color: #474747;
    font-size: 2.0;
    font-weight: 500;
    line-height: 31px;
    margin-bottom:4px !important;
}
.explorer .text-plugin h3 {
    color: #474747;
    font-size: 1.85em;
    font-weight: 500;
    line-height: 25px;
	margin-bottom:4px !important;
}
h5 {font-size:1.1em !important; line-height:1.4 !important; text-transform:uppercase !important;}

strong {font-weight:700;}

p {
    font-size: 1.2em;
}

.explorer.white header .main-menu .navbar.split-button .caret a {
    border-top-color: #888888;
}

.explorer.white header .main-menu .navbar.split-button .caret a:hover {
    border-top-color: #ffffff;
}
header .main-menu .navbar.split-button .dropdownBg {
    display: inline-block;
    height: 100%;
    margin-left: 1px;
    text-align: center;
    width: 22px;
}

.explorer .text-plugin li {
    font-size: 13px;
    font-weight: inherit;
}

#sup3cols {
	margin:auto;
	padding:5px;
	overflow:auto;
}

#sup3cols img {border:2px solid #efefef;}
#sup3cols h3 {margin:20px 0px 5px 0px;}
.supcol1 {
	width:31%;
	float:left;
	padding:5px;
}

.supcol2 {
	width:31%;
	float:left;
	padding:5px;
}
.supcol3 {
	width:31%;
	float:left;
	padding:5px;
}

.expertsgrid {margin:auto;padding:5px;overflow:auto;}
 .imggb {border: 2px #ccc solid;margin:5px;}
 .clear {clear:both;}\
 
.section-header {
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 !important;
    padding: 0.8em;
}
.carousel .item{
	-webkit-transition:.9s ease-in-out left;
	-moz-transition:.9s ease-in-out left;
	-o-transition:.9s ease-in-out left;
	transition:.9s ease-in-out left}

 .vid-iframe
    {position:relative;padding-bottom:56.25%;padding-top:25px;height:0;overflow:hidden;}
    
.vid-iframe iframe {
   
     position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
    
.cms-blogger .blog-post >  h1 {
    margin: 0;
    padding: 0;
    text-align: left;
	line-height:1.4;
	font-size:2.0em;
	
}
.cms-blogger .blog-entry .entry-summary {
  font-size:1.0em !important;
	
}

.btnBlue-rounded {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #00a9ee));
	background:-moz-linear-gradient(top, #2dabf9 5%, #00a9ee 100%);
	background:-webkit-linear-gradient(top, #2dabf9 5%, #00a9ee 100%);
	background:-o-linear-gradient(top, #2dabf9 5%, #00a9ee 100%);
	background:-ms-linear-gradient(top, #2dabf9 5%, #00a9ee 100%);
	background:linear-gradient(to bottom, #2dabf9 5%, #00a9ee 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#00a9ee',GradientType=0);*/
	background-color:#2dabf9;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #2dabf9;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	font-weight:700;
	padding:10px 30px;
	text-decoration:none;
}
.btnBlue-rounded:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00a9ee), color-stop(1, #2dabf9));
	background:-moz-linear-gradient(top, #00a9ee 5%, #2dabf9 100%);
	background:-webkit-linear-gradient(top, #00a9ee 5%, #2dabf9 100%);
	background:-o-linear-gradient(top, #00a9ee 5%, #2dabf9 100%);
	background:-ms-linear-gradient(top, #00a9ee 5%, #2dabf9 100%);
	background:linear-gradient(to bottom, #00a9ee 5%, #2dabf9 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a9ee', endColorstr='#2dabf9',GradientType=0);*/
	background-color:#00a9ee;
	color:#ffffff;
	font-size:17px;
	text-decoration:underline;
}
.btnBlue-rounded:active {
	position:relative;
	top:1px;
}

h1, h2, h3, h4 {
    font-size: 2.0em;
    font-weight: 300;
    line-height: 1.25;
}

#closeDPBS {
	font-size: 14px;
	float: right;
	font-weight: bold;
	padding-top: 1px;
	color: #fc4f00;
	padding-right: 5px;
}
