@charset "UTF-8";
/* CSS Document */
body{
	position:relative;
	background-color:#f7f7f6 !important;
}
h1{
	color:#5c5c60;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	margin-bottom:15px;
	padding-bottom:0px;
	font-weight:700;
	text-transform:uppercase;
}
.header-white {
	height: 50px;
	background-color: #FFF;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 5;
	border-bottom: 1px solid #eee;
}
.header-white #menu-icon {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
	padding: 2px 4px;
	line-height: 1;
	font-size: 25px;
	color: #58595b !important;
}
.header-white .navigation {
	background-color: rgba(255,255,255,.9);
	top: 50px;
	position: absolute;
	right: 0px;
	left: 0px;
	padding: 0px 20px 20px 20px;
	display: none;
	z-index: 7;
}
.header-white .btn-cta, .header-white .btn-cta:active {
	margin-top: 20px !important;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px !important;
	width: 100%;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.header-white .btn-cta, .header-white .btn-cta:active {
	margin-top: -4px !important;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px !important;
	width: auto !important;
	margin-left: 20px;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
.header-white .navigation a, .header-white .navigation a:active, .header-white .navigation a:visited {
	color: #58595b;
	font-size: 18px;
	padding: 0px 10px;
	border-bottom: 1px solid #979797;
	line-height: 2.5;
	display: block;
	cursor: pointer;
	text-align: right;
	z-index: 10;
}
.header-white .navigation a:hover {
	text-decoration: none;
}
.header-white .navigation a:last-child {
	border-bottom: none;
	border-right: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.header-white .navigation {
	background-color: transparent;
	top: auto;
	position: relative;
	right: auto;
	left: auto;
	float: right;
	display: inline-block !important;
	padding: 0px !important;
}
.header-white .navigation a,  .header-white .navigation a:active,  .header-white .navigation a:visited {
	font-size: 14px;
	margin-top: 20px;
	padding: 0px 10px;
	border-right: 1px solid #FFF;
	line-height: 1.2;
	display: inline-block;
	cursor: pointer;
	border-bottom: none;
}
.header-white .navigation a:hover {
	text-decoration: underline;
}
.header-white .navigation a:last-child {
	border-right: none;
}
}
.header-white .logo {
	float: left;
}
.header-white .logo img {
	height: 36px;
	width: auto;
	margin-top: 6px;
}
footer.dark-footer {
	background-color: #1a1a1a;
	padding-top: 30px;
	color: #808080;
	font-size: 13px;
	line-height: 20px;
}
footer.dark-footer a, footer.dark-footer a:active, footer.dark-footer a:visited {
	color: #808080 !important;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}
footer.dark-footer a:hover {
	color: #808080;
	text-decoration: underline;
}
footer.dark-footer .copyright {
	border-top: 1px solid #808080;
	margin-top: 27px;
	padding: 15px;
}
footer.dark-footer .footer-social {
	text-align: left;
	margin: 20px 0px 15px;
}
footer.dark-footer .footer-social a {
	display: inline-block;
	margin-left: 7px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #4d4d4d;
	color: #000 !important;
	font-size: 19px;
}
footer.dark-footer .footer-social a:first-child {
	margin-left: 0px;
}

@media (min-width: 768px) {
footer.dark-footer .footer-social {
	text-align: right;
	margin: 0px;
}
}

.tag-line{
	text-align:right;
	font-size:20px;
	font-style:italic;
	line-height:50px;
	color:#ccc;
}

.word-wrap{
	display:inline-block;
}
.seperator {
    height: 7px;
}
.gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8446ac+0,ffa300+100 */
	background: #8446ac; /* Old browsers */
	background: -moz-linear-gradient(left, #8446ac 0%, #ffa300 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #8446ac 0%, #ffa300 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #8446ac 0%, #ffa300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8446ac', endColorstr='#ffa300', GradientType=1 ); /* IE6-9 */
}

.clear{
	clear:both;
}

.form-section{
	background-color:#FFF;
	margin-bottom:40px;
}
.form-section .radio{
	background-color:#f4f4f4;
	color:#58595b;
	padding:15px;
	font-size:18px;
	font-weight:300;
	margin-bottom:0px;
	margin-top:0px;
}
.form-section .radio strong{
	font-weight:600;
}
.form-section .radio label{
	padding-left:40px;
}
.form-section .radio input{
	margin-top:5px;
	margin-left: -30px;
}
.form-header{
	padding:15px;
	background-color:#58595b;
	color:#FFF;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
}
.form-body{
	padding:40px 15px;
}
.form-body .form-group{
	margin:20px 0px;
}
.form-body .form-group:first-child{
	margin-top:0px;
}
.form-body .form-group:last-child{
	margin-bottom:0px;
}
.form-body input[type=text],
.form-body select{
	background-color:#f4f4f4;
	border:none;
	border-radius:0px !important;
	margin-bottom:15px;
	font-size:17px;
	padding:0px 20px;
	height:40px;
	line-height:40px;
	color:#5c5c60;
}
.has-error input[type=text],
.has-error select,
.has-error .checkbox{
	border:red 1px solid !important;
}
.with-errors {
    color: red !important;
}
.form-body select{
	border:1px solid #cacaca;
	background-color:#FFF;
}
.form-body select[selected=selected]{
	color: #5c5c60 !important;
}
::-webkit-input-placeholder { /* Chrome */
  color: #cacaca !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #cacaca !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #cacaca important;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #cacaca !important;
  opacity: 1;
}
.form-body label{
	font-size:17px;
	font-weight:300;
}
.order-summary{
	background-color:#FFF;
	padding:15px;
	margin-bottom:40px;
}
.order-summary h2{
	color:#5c5c60;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	padding-bottom:5px;
	font-size:25px;
	font-weight:700;
	border-bottom:1px solid #888;
}
.order-summary h3{
	color:#5c5c60;
	font-family: 'Open Sans', sans-serif;
	padding-bottom:15px;
	font-size:18px;
	font-weight:600;
	border-bottom:1px solid #888;
	margin-top:10px;
	line-height:1.5;
	margin-bottom:10px;
}
.payOptions label{
	display:block;
}
.payCard{
	height:32px;
	width:auto;
} 
.payPayPal img{
	height:32px;
	width:auto;
}
.lock{
	height:15px;
	margin-right:10px;
	display:inline-block;
	width:auto;
}
.btn-cta-orange{
	border-radius:0px;
}
#termsArrows{
	margin:0px 0px 0px 0px !important;
}
td{
	padding:2px 0px;
}
.order-summary .border-bottom{
	border-bottom:1px solid #888;
	padding-bottom:20px;
}
.order-summary .border-bottom td{
	padding-bottom:10px;
}
.payplan{
	position:relative;
}
.payplan.disable::before{
	content:'Payment Plan Not Available With PayPal';
	position:absolute;
	text-align:center;
	background-color: rgba(255,255,255,.4);
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:5;
	color:#000;
	font-size:20px;
	padding:20px;
	font-weight:600;
	text-transform:uppercase;
}
#special-offer{
	margin:20px 0px;
	background-color:#fff;
	border:#ffa300 2px dashed;
	padding:10px;
	color:#000;
	display:none;
}
.seals img{
	width:auto;
}
.seals a, 
.seals table{
	margin-bottom:10px !important;
	display:inline-block;
}
.seals table a{
	margin-top:0px !important;
}