@charset "utf-8";

element.style {
    display: inline;
}
.clearfix{
	clear:both;
}
#bodyId, body {
	background-color: #ffffff; 
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	font-size: 1.000em; /*16px*/
	line-height: 1.375em; /*22px*/
	text-align:left;
	margin: 0px auto;
}
a:link, a:visited {
	color: #00a3e0;
	text-decoration:underline;
}
div#outerWrapDiv {
	position: relative;
	height: 100%;
	width: 100%;
	text-align:left;
}
div#mktoContent {
	position: relative; 
	height: 100%;
	background: #ffffff; 
	max-width: 100%;
	margin: auto;
}
div#container {
	position: relative; 
	height: 100%;
	background: #ffffff; 
	width: 100%;
	margin: auto;
}
.right {
	text-align:right;
}
.logo {
    background: transparent url('https://info.federatedinvestors.com/rs/federated/images/fhl-logo.png') no-repeat scroll 0 0;
    display: inline-block;
    width: 179px;
    height: 70px;
}
.logo-white {
    background: transparent url('https://info.federatedinvestors.com/rs/federated/images/fed-hermes-logo-light.svg') no-repeat scroll 0 0;
    display: inline-block;
    height: 62px;
    width: 232px;
}
.header {
	overflow:hidden;
	position:relative;
	margin: auto;
	padding: 10px 20px 0 20px;
}
.header-bar {
	overflow:hidden;
	position:relative;
	width:100%;
	text-align: left;
}
.bar-content {
	padding: 0px 0px 30px 0px;
}
.header-content {
	text-align:left!important;
	overflow:hidden;
}
.bar-content a {
	font-size:  12px;
	line-height: 16px;
}

h1 {
    font-family: "Times New Roman",Georgia,serif !important;
    font-style: normal;
    font-weight: bold;
    color: #012169 !important;
    display: block;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -1px;
	margin: 0;
	text-align: center;
}
h2 {
	color: #333;
    font-family: "Times New Roman",Georgia,serif !important;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	font-weight: bold !important;
	font-size: 2.125rem !important;
	font-weight: 500 !important;
	line-height: 1;
	margin-bottom: 30px !important;
	text-align:center !important;
}
#main-area {
	overflow:hidden;
	position:relative;
	max-width: 1024px !important;
	margin:auto;
	padding: 30px 0 0 0;
}
	.column {
	  float: left;
	  width: 50%;
	}
	/* Clear floats after the columns */
	.row:after {
	  content: "";
	  display: table;
	  clear: both;
	}

#form-row {
	background: #fff;
	overflow:hidden;
	position:relative;
	text-align:left;
	max-width: 1024px;
	margin:auto;
}
.form-content h2 {text-align:left !important; font-weight:400 !important;}

.form-content  {
	padding: 0px 0px 40px 0px !important;
	margin: auto;
	overflow:hidden;
	text-align: left;
}
.contact-form {
	padding: 15px 0 0 0;
	text-align:left;
}
/*  FOOTER  */

#footer {
	overflow:hidden;
	position:relative;
	max-width: 100% !important;
	background-color: #012169;
	margin:auto;
	padding: 0;
	}

.footer-logo {
    border-bottom: 1px solid #00a3e0;
	padding: 80px 200px;
}
.footer-content {
	padding: 60px 20px;
	color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
	text-align:center;
	overflow: hidden;
}

/*MOBILE VIEWS*/

@media print { .hide, .show { display: none; } }

/*@media screen and (max-width: 991px) {*/

@media only screen and (max-width: 1020px) and (min-width: 751px) {

.footer {
	height:auto; 
	padding:20px;
}
.disclosure-content {
	padding: 20px 20px 0 20px;
}

.site-links, .copyright, .social-media-connect {
	/*font-size: 32px;*/
	padding: 0px 0 15px 0;
	float:none;
	text-align:center;
}
.footer-content {
	padding: 30px;
}
}

@media screen and (max-width: 750px) {
h2 {
	margin-bottom: 0px !important;
}
.logo {
		float:none;
		padding:20px 0 20px 0;
		margin:0;
}
.header {
		width:100%;
		float:none;
		margin:auto;
		position:relative;
		height: auto;
		border-bottom:0;
}
.header-content {
	height: auto;
	padding: 20px !important;
}
.page-header-title, .page-title {
	padding: 20px 20px 0 20px;
}
.page-banner-title {
	font-size: 2.5rem !important;
    padding: 30px 20px 5px 20px;
}

.page-subtitle {
	padding: 0 20px 30px 0;
	font-size: 22px;
	line-height: 28px;
}
h1, html.fii-toolkit .content-heading-1 {
	font-size: 40px !important;
	font-weight:bold;
	letter-spacing: -1px;
	line-height: 46px !important;
	margin: 0;
	text-align:center;
}

.form-content {padding:0;}

.disclosure {
	padding:0 !important;
}
 .disclosure-content {
	padding: 20px;
	margin: auto;
}
.footer {
	padding: 20px !important;
}


}