/* CUSTOM CSS - this is where you add your own css rules !!

***********************************************************/ 
#page_header {min-height:150px!important; border-bottom:6px solid #fff;}
header#header.style6 {background:#00B050;}
#page_header.gradient,
#slideshow.gradient {
background-color: #00B050;}

.page-title {font-size:20px; color:#00B050; margin-top: 0; margin-bottom: 10px; padding-bottom: 10px; border-bottom: none!important; }

div.custlogin h4, div.custlogin h4 a, div.custlogin {color:#fff;}

#footer .bottom {padding-top:30px; border-top:5px solid #fff; color:#fff; font-size:9px;}

h1 {
	color:#00B050;
	font-size:20px;
}
h2 {
	color:#00B050;
	font-size:18px;
}
h3 {
	color:#00B050;
	font-size:16px;
}
h4 {
	color: #333;
	font-size:14px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}