/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 @charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------------------
Masthead positioning - allow title/description/primary nav to scroll to top of page
--------------------------------------------------------------*/
header #masthead {
    background-color: #000000 !important;
    margin-top: 52px !important;
    /*position:fixed;
    top:auto;*/
}

div.header-clone {
	display: none;
}

/*--------------------------------------------------------------
Home page slider - text section
--------------------------------------------------------------*/
.text-slider .maintitle {
	position: relative;
	display: inline-block;
	font-size: 57px;
	line-height: 67px;
	font-weight: 700;
	padding-bottom: 10px;
}
.text-slider .maintitle:after {	/*adds hr between the title/subtitle on hp slider*/
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40%;
	height: 1px;
	margin-left: -20%;
	background-color: #004097;
	display: block;
}
.text-slider .subtitle {
	font-size: 30px;
	line-height: 40px;
	padding: 20px 0 50px;
	font-weight: 300;
}
