@charset "UTF-8";

/* Layout Small Screens */

body { background-image: none; }

header { height: 179px; background: url(../images/banner_small.jpg) no-repeat left 0px; }

header .title {
	top: 90px;
}
h2 { font-family: verblight; font-size: 1.3em; font-weight: normal; color:#fff; line-height: 1.5em; text-align:center; margin: 0 0 0.4em 0; }

header a.logo {
	width: 100px;
	height: 24px;
	top: 16px; 
	left: 15px;
	background-image: url(../images/logo_small.png);
}

article { padding: 20px 15px 30px 15px; }

nav {
	display: block;
	padding: 0px;
}

nav a {
	display: block;
	margin: 0px;
	padding: 9px;
	border-bottom: 1px solid #fff;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	text-align:left;
}
nav a:hover { color: #9af9bf; background-color: rgba(255,255,255,.15); }

footer { border-top: 1px solid #a6abc5; padding: 10px 0px 10px 0px; }

.mobile { display: none; }

.line {
	width: 320px;
	height: 1px;
	margin: 50px auto 10px auto;
	background-color: #dde3ea; }

.iframe { 
	width: 320px;
	height: 400px;
	overflow: scroll; }

.redundant_container { padding: 10px 0px 20px 0px; }

.redundant_container .redundant {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background-position: 20px 13px;
}

.redundant_container .redundant .content { padding: 5px 10px 10px 10px; }

.redundant_container .redundant.one .content { padding: 20px 18px 0px 18px; text-align: left; }
.redundant_container .redundant.two .content { width: 320px; padding: 20px 18px 0px 18px; text-align: left; }

/* accept */
.redundant_container .redundant.two .submit_container {  
	width: 320px;
	background: #f6f8fa; 
	padding: 5px 0px 25px 0px;
	margin: -6px 18px 30px 18px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0; }
.redundant_container .redundant.two .submit_container .submit { float: left; }

.redundant_container .redundant.two .submit_container .submit .content { padding: 20px 0px 0px 0px; }
.redundant_container .redundant.two .submit_container .submit.one .content { width: 280px; padding: 20px 20px 0px 20px; text-align: left; }
.redundant_container .redundant.two .submit_container .submit.two .content { width: 270px; padding: 20px 0px 0px 25px; text-align: left; }

.redundant_container .redundant.two .submit_container .submit.two .content h5 { font-size: .6em; }

.redundant_container .redundant.two .submit_container .submit.one .content ul {
    list-style-type: disc;
    list-style: outside;
    margin:10px 0 0 -15px;
}

.redundant_container .redundant.two .submit_container .submit.one .content ul li {
	color: #234769;
    display:list-item;
    font-size: .98em;
	line-height: 1.5em;}
/* end accept */

.terms { width: 260px; padding: 20px 20px 15px 20px; background-color:#fff; }

.orderandpayment {
	background: #f6f8fa; 
	width: 320px;
	margin: 10px auto 30px auto;
	padding: 10px 0px 0px 0px;
	text-align: center; }






