@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular_0-webfont.eot');
    src: url('../fonts/proximanova-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular_0-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular_0-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular_0-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular_0-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proximanova-semibold_0-webfont.eot');
    src: url('../fonts/proximanova-semibold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-semibold_0-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-semibold_0-webfont.woff') format('woff'),
         url('../fonts/proximanova-semibold_0-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-semibold_0-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.topnav {
	width:100%;
	padding: 40px 28px 25px 0;
	font-family:'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}

ul.topnav {
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 0.5em;
	list-style: none;
}

ul.topnav li {background:#ebebeb; line-height:40px; display:block; padding:0; margin:0;}

ul.topnav li a {
	background: url(../img/faqsbg.jpg) left center no-repeat ;
	line-height:40px;
	font-family:'robotoregular'; text-transform:uppercase;
	font-size:14px;
	padding:0 15px 0 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

ul.topnav li img {
    line-height: 40px;
    margin: 15px 0;
    padding: 0 10px 0 0;
}
/*ul.topnav li a:hover {
	background: url(../img/faqsbg.jpg) left center no-repeat;
	color:#424242;
}*/

ul.topnav ul {
	background: url(../img/faqsbg.jpg) left center no-repeat;
	margin:0;
	padding:00;
	display: none;
}

ul.topnav ul li {
	margin: 0;
	padding:0;
	clear: both;
	display:block;
	line-height:27px;
}

ul.topnav ul li a {
	background:none;
	font-family:'robotoregular';
	text-transform: capitalize;
	font-size:14px;
	padding:0 15px 0 25px;
	color:#414141;
	display: block;
	text-decoration: none;
	border-bottom:1px solid #cac8c8;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.text p{ background:#f6f5f5;font-family:'proxima_nova_rgregular'; padding:10px 20px 10px 40px; margin:0; font-size:14px; line-height:21px; color:#414141; text-align:justify;}
.text strong{ text-transform:uppercase; font-size:12px; font-family:'proxima_novasemibold';}
.text a{ background:none !important; line-height:0 !important; border:none !important; padding:0 !important; display: inline !important;  text-transform:uppercase !important; font-size:12px !important; font-family:'proxima_novasemibold' !important; text-decoration:none; color:#0280a9 !important;}


ul.topnav ul li a span{ display:none;}

ul.topnav ul li a:hover {
	background:#dddcdc;
	color:#000;
	border-bottom:1px solid #fff;
	}

ul.topnav ul ul li a {
	color:silver;
	padding-left: 40px;
}

ul.topnav ul ul li a:hover {
	background-color:#D3CEB8;
	color:#675C7C;
}

ul.topnav span{
	float:right;
}
