/* Accordion Style*/
.container{
width:960px;
max-width:90%;
margin:0px auto;
}
#faqcontainer{
	background-color:#085C87;
}

#faqtop{ 
margin:0px auto;
padding:10px 0px 28px 0px;
background-color:#06496b;
}

#faqtop a{
	color:#74D0F2; }

.faqnav {
min-height: 60px;
background: #FFFFFF;
top:0;
right: 0;
left: 0;
border: none;
padding: 0 !important;
margin-bottom: 0 !important;
-webkit-backface-visibility: hidden;
-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

#back a{
	color:#027AB9;
	float:right;
	font-size:18px;
	margin-top:18px;
}

.faqnav img { max-width:168px;
margin-top:15px;
float:left;}



.wrapper{
	width:90%;
	max-width:960px;
	margin:0px auto;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin:0px auto;
	padding-top:1px;
	padding-bottom:1px;
}
.st-accordion ul li{
    height: 100px;
    border-bottom: 1px solid #538dab;
    overflow: hidden;
	margin-left:-40px;
}
.st-accordion ul li:last-child{
    border-bottom:none;
}
.st-accordion ul li > a{
    font-family: 'Roboto', sans-serif;
	font-weight:100;
    font-size: 22px;
    display: block;
	position: relative;
    line-height: 100px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../images/faq/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 35px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #74D0F2;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
	font-weight:300;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 30px 0px;
}
.st-content p{
    font-size:  16px;
    font-family: 'Roboto', sans-serif;
	font-weight:300;
    line-height:  28px;
    padding: 0px 4px 15px 4px; 
}
.st-content img{
	max-width:80%;
    display: block;
  margin: 20px auto; 
}


@import url('reset.css');

/* General Styles */
body{
	background: #ffffff;
    color:#FFFFFF;
	margin:0px;
	font-family: Roboto, sans-serif;
font-size: 16px;
font-weight: 300;
}
a{
	color:#FFFFFF;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1{
	font-family: 'Roboto', sans-serif; font-weight:100; font-size:40px;
}
.faqtop p { 
font-size:16px;
    font-family: 'Roboto', sans-serif;
	font-weight:300;
    line-height:  28px;}

/* Header Style */
.header{
	line-height:24px;
	font-size:11px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
	-moz-box-shadow:1px 0px 2px #000;
	-webkit-box-shadow:1px 0px 2px #000;
	box-shadow:1px 0px 2px #000;
}
.header a{
	padding:0px 10px;
	letter-spacing:1px;
	color:#ddd;
	display:block;
	float:left;
}
.header a:hover{
	color:#fff;
}
.header span.right{
	float:right;
}
.header span.right a{
	float:none;
	display:inline;
}

/*---------------------------------------
   SECTION:  FOOTER
-----------------------------------------*/
footer{
	margin-top:0px;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}

footer .copyright {
    color: #808080;
	font-size:14px;
    padding-top: 10px;
    margin-bottom: 50px;
}

footer a{
	color: #428bca;
text-decoration: none;
}

#backfooter{ font-size:18px; margin:40px;}

@media screen and (max-width: 620px){
	.st-accordion ul li > a{
		font-size:16px;
	}
.st-accordion ul li > a span{
	display:none;}	
	
.st-content p {
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    line-height: 20px;	
}