html {height:100%;} 

body {height: 100%; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif}

footer {
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
}

a {color: #2e4596;}

p {text-align: justify;}


#wrapper {
	min-height: 100%;
	position: relative;
}

#content {
	padding-bottom: 35px; /* Height of the footer element */
}

.heading {
	height: 60px; 
	font-size: 34px; 
	padding: 15px;
/* 	text-shadow: 850px -20px 3px; */
}

.wrapper_heading_shadow {
	margin-bottom: 5px; 
	overflow: hidden;
}

.heading_shadow {
	position: absolute;
	right: 40px;
	bottom: -90px;
	font-size: 100px;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
			
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.breadcrumb {margin-bottom: 10px;}

.separator {margin-bottom: 20px;}

.border_top {border-top-width: 2px; border-top-style: solid;}

a.btn_more {
	margin-top: 10px; 
	border-width: 1px; 
	border-style: solid;
	padding: 2px 0 2px 8px;
	text-decoration: none;
}

.btn_more:hover {color: #FFFFFF; background-color: #2e4596;}

.primary_color {color: #2e4596;}
.primary_color_bg {background-color: #2e4596; color: #FFFFFF;}
.primary_color_border {border-color: #2e4596;}

.border_radius_bottom {
	padding: 5px 5px 7px;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.border_radius_bottom a {
	color: #ffffff;
}


.breadcrumb {
	background-color: #ffffff;
}


.product_title {padding: 5px; height: 40px; overflow: hidden; line-height: 130%}

#nav_products > ul {
	padding: 0;
	margin: 0;
}

#nav_products > ul > li {
	list-style: none;
	margin-bottom: 5px;
}

#nav_products > ul > li > a {
	display: block;
	font-size: 18px;
	padding: 5px 15px;
	background-color: #F2F2F2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#nav_products > ul > li > a:hover, #nav_products > ul > li > a:focus, active {
	background-color: #2e4596;
	color: #ffffff;
	text-decoration: none;
}

#ddm_product_category {
	width: 100%;
	font-weight: bold;
}

.news_and_events {
	padding: 8px;
	background-color: #F2F2F2;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.news_and_events .border {
	border: 2px solid #2e4596;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.news_and_events_date {
	position: absolute; 
	left: 3px; 
	top: -40px; 
	background: #2e4596;
	color: #FFFFFF;
	padding: 5px 8px;
	
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.news_and_events_desc {
	margin: 30px 0 10px;
}


.btn-default {border: 1px solid #2e4596; color: #2e4596; background-color: #FFFFFF; background-image: none; font-weight: bold;}
.btn-default:hover {border: 1px solid #2e4596; color: #FFFFFF; background-color: #2e4596; background-image: none; text-shadow: none;}


.back_to_top {
	width: 70px;
	height: 40px;
	padding: 10px; 
	text-align: center; 
	/* background-color: rgba(0, 0, 0, 0.3); */
	background-color: #2e4596;
	font-weight: bold;
	/* color: #444; */
	color: #FFFFFF;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display:none;
	opacity: 0.6;
	z-index: 100;
}
.back_to_top:hover { text-decoration: none; color: #FFFFFF; }

@media (max-width: 991px) {
	#logo {padding: 3px 0;}
	
 	.navbar {
 		/* margin-top: 45px; */
 		margin-top: 20px;
 		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.navbar-toggle {margin-top: 13px; margin-right: 10px;}
	.navbar-nav > li {padding: 0 10px;}
	.navbar-default .navbar-nav > li > a {
 		color: #2e4596;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
 		background-color: #2e4596;
 		color: #ffffff;
	}
	
	.container > .navbar-header {
		margin-left: 10px;
		margin-right: 0;
	}
	
	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default {
		margin-left: -15px;
		margin-right: -15px;
	}
	 	
 	.container {
 		width: 100%;
 	}
 	
 	.container > .navbar-header {
 		padding-right: 15px;
		padding-left: 15px;
		margin-left: 10px;
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	#logo {padding: 15px 0;}
	
 	.navbar {margin-top: 30px; padding-left: 10px; font-size: 30px;}
 	.navbar-nav > li {padding: 0 5px;}
 	.navbar-nav > li > a:hover, 
 	.navbar-nav > li > a:focus {
 		background-color: #2e4596;
 		color: #ffffff;
 		
 		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
 	} 

}




.has-warning .form-control::-webkit-input-placeholder{
	color: #8A6D3B;
}
.has-warning .form-control::-moz-placeholder{
	color: #8A6D3B;
}
.has-warning .form-control:-moz-placeholder{
	color: #8A6D3B;
}
.has-warning .form-control:-ms-input-placeholder{
	color: #8A6D3B;
}

.has-error .form-control::-webkit-input-placeholder{
	color: #A94442;
}
.has-error .form-control::-moz-placeholder{
	color: #A94442;
}
.has-error .form-control:-moz-placeholder{
	color: #A94442;
}
.has-error .form-control:-ms-input-placeholder {
    color: #A94442;
}