.cbp-af-header {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 300;
	/*
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	*/
	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.cbp-af-header.newhome_header {
	position: relative;
	left: 0;
	display: block !important;
	background: #113595;
	width: 100%;
	z-index: 300;
	/*
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	*/
	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.cbp-af-header h1,
.cbp-af-header nav {
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
}


.cbp-af-header nav {

}

.cbp-af-header nav a {
	font-weight: 700;
	margin: 0 0 0 0px;
}

.cbp-af-header nav a:hover {
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	background:#113595;
	/* height:100px; */
	top: 0;
}

.cbp-af-header.newhome_header.cbp-af-header-shrink{
	position: fixed;
	}

.cbp-af-header.cbp-af-header-shrink .raMenuWrapper > ol > .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer{padding: 15px 20px 15px 0;}
.cbp-af-header.cbp-af-header-shrink .raMenuWrapper > ol > .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after {top: 15px;}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 2em;
}

/* Transitions and class for Nav  */
.cbp-af-header.cbp-af-header-shrink .siteNAV{ margin-top:0;}
.cbp-af-header.cbp-af-header-shrink #standardMenu .rootMenu > li a span{
	line-height:50px;
	padding:0px 0;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}
.cbp-af-header.cbp-af-header-shrink #standardMenu .subMenu li.item a span {
    padding: 10px 15px;
    line-height: 20px;
}
.cbp-af-header.cbp-af-header-shrink .site_logo{
	line-height: 110px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}
.cbp-af-header.cbp-af-header-shrink #dnn_dnnLOGO_imgLogo {}
.cbp-af-header.cbp-af-header-shrink .tb-search { 
    padding:5px 0;
	line-height: 44px;	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;}
.cbp-af-header.cbp-af-header-shrink .secundmenuB{ display:inline-block;line-height: 44px;}
.cbp-af-header.cbp-af-header-shrink .contactbar,.cbp-af-header.cbp-af-header-shrink .phone_icon{ display:none;}
.cbp-af-header.cbp-af-header-shrink .b-dropdown-block{ top:28%;}
.cbp-af-header.cbp-af-header-shrink .tb-search .b-dropdown{ color:#3FBEF6;}

/* Example Media Queries */
@media screen and (max-width: 55em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {

	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
}

