@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');



/*******************
FOR ALL
*******************/
* {
	padding:0px;
	margin:0px;
}
body {
	font-family: 'Open Sans', sans-serif;
	color:#626366;
}
.break {
	float:none;
	clear: both;
}
/**/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color:_red;
}


.container {
	/*aqua*/
	width: 960px;
}


@media only screen and (max-width : 1200px) {
	/*PINK: ipad landscape*/
	.container {
	width: 960px;
  }
}

@media only screen and (max-width : 991px) {
	/*ORANGE: ipad portrait*/
	.container {
   width: auto;
  }
	
}

@media only screen and (max-width : 767px) {
	/*BLUE: iphone landscape*/
	.container {
    width: auto;
  }
}

@media only screen and (max-width : 480px) {
	/*GREEN: iphone portrait*/
	.container {
	
	}
}

@media only screen and (max-width : 320px) {
	/*RED*/
	.container {
	
	}
}

/******************
LINKS
******************/

a:link,
a:visited,
a:active,
a.hidden
 {
	color: #626366;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}



/******************
FORM STYLING
******************/
input[type=text],
input[type=search],
input[type=password] {
  border: 1px solid #999;
  border-radius: 0;
  font-size:13px;
  line-height:16px;
  width:94.5%;
  padding:9px;
  padding-left:2.5%;
  padding-right:2.5%;
   margin-bottom:10px;
  min-height:16px;
   -webkit-appearance: none;
   font-size:12px;
   font-family: 'Open Sans', sans-serif;
}
select {
	width:auto;
	height:35px;
	margin-top:0;
	float:left;
	background-color:_white;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
input[type=submit] {
	border: 1px solid #007582;
	border-radius: 2px;
	background-color:#007582;
	color:white;
	width:100%;
	padding:8px;
	margin-bottom:10px;
	min-height:18px;
	-webkit-appearance: none;
	font-size:18px;
	line-height:18px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
input[type=radio] {
}

label {
	background-color:_green;
	line-height:36px;
	font-size:13px !important;
}
@media only screen and (max-width : 767px) {
	label {
	font-size:11.5px !important;
}
}



.line-divider {
	background-color:_orange;
	width:100%;
	float:left;
	height:17px;
	margin-top:5px;
	margin-bottom:0px;
}

.line-divider img{
	width:100%;
	height:auto;
}
.shadow {
	background-color:_orange;
	width:100%;
	float:left;
	height:7px;
}

.shadow img{
	width:100%;
	height:7px;
}
/******************
ORDER FORM PAGE
******************/

#order-form-form .two-cols-col {
	background-color:_yellow;
	width:47%;
	float:left;
	margin-top: 0%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	margin-left: 1.5%;
}
@media only screen and (max-width : 480px) {
#order-form-form .two-cols-col {
	background-color:_yellow !important;
	width:100%;
	margin:0%;
	float:left;
}
}


@media only screen and (max-width : 480px) {

}


/*STATE AND COUNTRY*/
#order-form-form .form-state-and-country {
	float:left;
	width:100%!important;
	background-color:_pink;
	vertical-align: middle;
	margin-bottom:10px;
	height:36px;
}
#order-form-form .form-state-and-country .form-state{
	background-color:_blue;
	float:left;
	width:53%;
}
#order-form-form .form-state-and-country .form-state label {
	width:40%!important;
	margin-right:2%;
	background-color:_orange;
	float:left;
}
#order-form-form .form-state-and-country .form-state select {
	width:58%!important;
	float:left;
	background-color:_yellow;
}

#order-form-form .form-state-and-country .form-country{
	background-color:_pink;
	float:left;
	width:47%;
}
#order-form-form .form-state-and-country .form-country label {
	width:25%!important;
	margin-right:2% !important;
	margin-left:5%!important;
	background-color:_aqua;
	float:left;
}
#order-form-form .form-state-and-country .form-country select {
	width:68%!important;
	float:left;
	background-color:_red;
}

@media only screen and (max-width : 991px) {
	/*ORANGE: ipad portrait*/
#order-form-form .form-state-and-country label {
}
#order-form-form .form-state-and-country {
	float:left !important;
	height:auto;
}
#order-form-form .form-state-and-country .form-state{
	width:58%;
	background-color:_red;
}
#order-form-form .form-state-and-country .form-state label {
	width:46%!important;
	margin-right:2% !important;
	background-color:_aqua
}
#order-form-form .form-state-and-country .form-state select {
	width:45%!important;
	background-color:_yellow
}

#order-form-form .form-state-and-country .form-country{
	width:42%;
	background-color:_blue;
}
#order-form-form .form-state-and-country .form-country label {
	width:38%!important;
	margin-right:2%;
	margin-left:0% !important;
	background-color:_orange
}
#order-form-form .form-state-and-country .form-country select {
	width:60%!important;
}
	
}

@media only screen and (max-width : 320px) {
	/*RED*/
#order-form-form .form-state-and-country {
	background-color:_brown !important;
	height: auto;
	float:left;
	
}
	#order-form-form .form-state-and-country .form-state,
	#order-form-form .form-state-and-country .form-country{
	float:left;
	width:100%;
}
#order-form-form .form-state-and-country .form-state label,
#order-form-form .form-state-and-country .form-country label {
	width:30%!important;
	margin:0%!important;
	float:left;
}
#order-form-form .form-state-and-country .form-state select,
#order-form-form .form-state-and-country .form-country select {
	width:70%!important;
	margin:0%!important;
	float:left;
}
}

/*CREDIT CARD*/
#order-form-form .form-creditcard {
	float:left;
	width:100%!important;
	background-color:_pink;
	vertical-align: middle;
	margin-bottom:10px;
	height:36px;
}
#order-form-form .form-creditcard  label {
	width:23%!important;
	margin-right:2%!important;
	float:left;
	background-color:_blue;
}
#order-form-form .form-creditcard select {
	width:75%!important;
	background-color:_orange;
}
/*EXPIRATION DATE*/
#order-form-form .form-expiration-date {
	float:left;
	width:100%!important;
	background-color:_pink;
	vertical-align: middle;
	margin-bottom:10px;
	height:36px;
}
#order-form-form .form-expiration-date label {
	width:23%!important;
	margin-right:2%!important;
	float:left;
	background-color:_blue;
}
#order-form-form .form-expiration-date select {
	width:36%!important;
}
#order-form-form .form-expiration-date .divider {
	display:inline-block;
	background-color:_blue;
	line-height:36px;
	float:left;
	width:3%!important;
	text-align:center;
}
/**/
#order-form-form .form-btn {
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;	
}

/******************
TOP BANNER
******************/
#order-form-banner {
}

#order-form-banner .two-cols-col {
	background-color:_yellow;
	width:47%;
	margin:1.5%;
	float:left;
}
@media only screen and (max-width : 480px) {
#order-form-banner .two-cols-col {
	background-color:_yellow !important;
	width:100%;
	margin:0%;
	float:left;
}
}
#order-form-banner img{
	width:100%;
}
#order-form-banner h1{
	text-align:center;
	color:#d22630;
	font-size:26px;
	line-height:30px;
	padding-top:20px;
	padding-bottom:10px;
	background-color:_yellow;
}
#order-form-banner h1 span{
	position:relative;
}
#order-form-banner h1 img {
	width:76px;
	position:absolute;
	left:-4px;
	top:35px;
	
}

#order-form-banner h3{
	text-align:left;
	color:#000000;
	font-size:22px;
	line-height:24px;
	padding-top:20px;
	padding-bottom:20px;
}
#order-form-banner ul{
	width:80%;
}
#order-form-banner ul li{
	font-size:22px;
	line-height:14px;
	color:#d22630;
	padding-bottom:10px;
	list-style-type: square;
}
.intro-copy {
	margin-left:0px;
}
.intro-copy table td{
	vertical-align:top
}
#order-form-banner p{
	font-size:13px;
	line-height:18px;
	padding-top:2px;
	padding-bottom:10px;
	color:#000000;
	width:75%;
}
#order-form-banner .bullet {
	color:#d22630;
	font-size:18px;
	line-height:18px;
	padding-right:5px;
	padding-bottom:10px;
}
#order-form-banner #order-form-form .two-cols-col{
	width:50%;
	margin:0%;
}
@media only screen and (max-width : 480px) {
  #order-form-banner #order-form-form .two-cols-col{
	background-color:_yellow !important;
	width:100%;
	margin:0%;
	float:left;
}
#order-form-banner h3{
	font-size:20px;
	line-height:22px;
	text-align:center;
	padding-top:0px;
}
#order-form-banner p{
	width:100%;
}
.intro-copy {
	margin-left:5%;
	margin-right:5%;
}

}

/******************
OFFERS
******************/
#order-form-form .offers {
	float:left;
	width:100%;
	text-align:center;
}
#order-form-form .offers .offer-best {
	background-color:#ffc803;
}
#order-form-form .offers .offer-plain {
	background-color:#dbdbdb;
}
#order-form-form .offers .offer-plain,
#order-form-form .offers .offer-best {
	padding:10px;
	padding-top:25px;
	height:37px !important;
	position:relative;
}
#order-form-form .offers .call-out-best img {
    margin-bottom: -8px;
    position: absolute;
    left: 85px;
}
#order-form-form .offers .call-out-best .desktop {
	display:block !important;
	width:150px;
}
#order-form-form .offers .call-out-best .mobile {
	display:none !important;
	width:140px;
}
#order-form-form .offers .call-out-twofree img {

	margin-top:-15px;
	position:absolute;
	right:200px;
}
#order-form-form .offers .call-out-twofree .desktop {
	display:block !important;
	width:130px;
}
#order-form-form .offers .call-out-twofree .mobile {
	display:none !important;
	width:190px;
}
#order-form-form .offers .offer-type,
#order-form-form .offers .offer-detail {
	display:inline-block;
	padding-left:8px;
}
.offer-best .offer-type {
	/*background-color:yellow;
	width:190px;
	text-align:left;*/
}

.offer-plain .offer-type {
	/*background-color:pink;
	width:190px;
	text-align:left;*/
}
.offer-best .offer-detail {
	/*
	background-color:aqua;
	width:190px;
	text-align:left;
	*/
}

.offer-plain .offer-detail {
	/*
	background-color:lightgreen;
	width:190px;
	text-align:left;
	*/
}


#order-form-form .offers label {
	font-size:16px !important;
	line-height: 18px  !important;
	margin:0 !important;
	padding:0 !important;
	font-weight:bold;
	display:inline-block;
	background-color:_red;
	
}

#order-form-form .offers .offer-detail {
	text-align:left;
	font-size:16px !important;
	line-height: 18px  !important;
	margin:0 !important;
	padding:0 !important;
	font-weight:bold;
	display:inline-block;
	background-color:_yellow;
}
#order-form-form .offers .offer-detail span{
	color:#d22630;
}
#order-form-form .offers .legal-copy{
	font-size:11px !important;
	line-height: 12px  !important;
	padding:0;
	width:auto;
	margin-top:3px;
	background-color:_aqua;
	float:left;
	width:100%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

@media only screen and (max-width : 991px) {
	/*ORANGE: ipad portrait*/
#order-form-form .offers {
	width:100%;
	background-color:_green;
	text-align:center;
}
#order-form-form .offers .call-out-best {
	width:100%;
	background-color:_aqua;
	text-align:center;
}
#order-form-form .offers .call-out-best img {
	margin:0px !important;
	padding:0px !important;
	padding-bottom:5px !important;
	position:relative;
	left:0;
	background-color:_red;
}
#order-form-form .offers .call-out-best .desktop {
	display:none !important;
}
#order-form-form .offers .call-out-best .mobile {
	display:block !important;
    position: static;
    margin: 0 auto !important;
    
}
#order-form-form .offers .call-out-twofree {
	width:100%;
	background-color:_aqua;
	text-align:center;
}
#order-form-form .offers .call-out-twofree .desktop {
	display:none !important;
}
#order-form-form .offers .call-out-twofree .mobile {
	display:inline-block !important;
}
#order-form-form .offers .call-out-twofree img {
	margin:0px !important;
	padding:0px !important;
	padding-bottom:5px !important;
	position:relative;
	left:0;
	background-color:_red;
}
#order-form-form .offers label {
	margin:0 !important;
	padding:0 !important;
	font-weight:bold;
	display:inline-block;
	background-color:_red;
	margin-right:1%;
	text-align:right;
	width:auto;
	
}
#order-form-form .offers .offer-detail {
	margin:0 !important;
	padding:0 !important;
	font-weight:bold;
	display:inline-block;
	background-color:_yellow;
	margin-right:1%;
	text-align:right;
	width:auto;
}
#order-form-form .offers .offer-detail span{
	color:#d22630;
}
#order-form-form .offers .legal-copy{
	margin:0 !important;
	margin-top:3px !important;
	width:100% !important;
	text-align:center;
}
#order-form-form .offers .offer-plain{
	padding:10px;
	padding-top:15px;
	padding-bottom:15px !important;
	height:auto !important;
	position:relative;
}
#order-form-form .offers .offer-best {
	padding:10px;
	padding-top:15px;
	padding-bottom:30px !important;
	height:auto !important;
	position:relative;
}
	
}
@media only screen and (max-width : 767px) {
	/*BLUE: iphone landscape*/
#order-form-form .offers .call-out-best {
	width:100%;
	background-color:_aqua;
	text-align:center;
}

#order-form-form .offers label {
	margin:0 !important;
	padding:0 !important;
	font-weight:bold;
	display:inline-block;
	background-color:_red;
	width:100% !important;
	text-align:center;
	
}
#order-form-form .offers .offer-detail {
	margin-left:0px !important;
	width:100% !important;
	text-align:center;
}
#order-form-form .offers .offer-detail span{
	color:#d22630;
}
#order-form-form .offers .legal-copy{
	margin:0 !important;
	margin-top: 3px!important;
	width:100% !important;
	text-align:center;
}
#order-form-form .offers .offer-plain{
	padding:10px;
	padding-top:15px;
	padding-bottom:15px !important;
	height:auto !important;
	position:relative;
}
#order-form-form .offers .offer-best {
	padding:10px;
	padding-top:15px;
	padding-bottom:30px !important;
	height:auto !important;
	position:relative;
}
}


/******************
TOP VISUAL
******************/



/******************
PIECES
******************/


#order-form-form .container h2 {
	font-size:14px;
	line-height:24px;
	float:left;
	width:100%;
	text-align:center;
	color:#999999;
	text-transform: uppercase;
	font-weight:600;
	background-color:_aqua;
	margin-bottom: 7px;
}
#order-form-form .auto-renew {
}
#order-form-form .auto-renew p {
	font-size:11.5px;
	line-height:16px;
	padding-bottom:5px;
}
/**/
#order-form-form .password-copy {
	padding-top:10px;
}

#order-form-form .password-copy p {
	font-size:13px;
	line-height:18px;
	padding-bottom:10px;
}

/**/
#order-form-form .risk-free {
}
#order-form-form .risk-free h3 {
	font-size:17px;
	line-height:20px;
	padding-bottom:6px;
	color:#007582;
}
#order-form-form .risk-free p {
	font-size:13px;
	line-height:18px;
	padding-bottom:10px;
}

/**/
#order-form-form .legal-copy {
	background-color:_aqua;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	width:97%;
	margin-left:1.5%;
	margin-right:1.5%;
}
#order-form-form .legal-copy p {
	font-size:11.5px;
	line-height:16px;
	padding-bottom:5px;
}


/******************************************************
LOGIN PAGE
******************************************************/
#top-navigation {
	padding:5px;
	text-align:center;
	font-size:13px;
	color: #999999;
}
#login-panel a:link,
#login-panel a:visited,
#login-panel a:active,
#login-panel a.hidden {
	color: #007582;
	text-decoration: underline;
}

#login-panel a:hover {
	text-decoration:none;
}
#login-panel .top-nav-links a:link,
#login-panel .top-nav-links a:visited,
#login-panel .top-nav-links a:active,
#login-panel .top-nav-links a.hidden,
#login-panel .top-nav-links a:hover
 {
	color: #999999 !important;
	text-decoration: none !important;
}

#bottom-navigation {
	font-size:13px;
	text-align:center;
	color:#626366;
	padding-bottom:15px;
}
@media only screen and (max-width : 991px) {
	/*ORANGE: ipad portrait*/
	.bottom-navigation-link {
		width:100%;
		display:block
}
	
}

#login-header {
	background-color:#ffc710;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
#login-header .container {
	
}
#login-header .logo {
	text-align:center;
	margin-left:24%;
	width:50%;
	float:left;
	
}
#login-header .logo img{
	width:100%;
	
}
#login-header .logo h1{
	color:#000000;
	font-weight:normal;
	font-size:20px;
	margin-top:-10px;
	
}

#login-header .binoculars img{
	height: 200px;
}

#login-panel .top-nav-links {
	font-size:12px;
	text-align:center;
}
#login-panel .one-cols-col {
	width:400px;
	margin:1.5%;
	margin-left:auto !important;
	margin-right:auto !important;
	display:block !important;
	float:none !important;
}
@media only screen and (max-width : 480px) {

#login-panel .one-cols-col {
	background-color:_yellow !important;
	width:100%;
	margin:0%;
	float:left;
}
}

#login-panel h2 {
	background-color:#ffc710;
	color:#000000;
	font-size:16px;
	line-height:16px;
	width: 180px;
	margin-left:auto !important;
	margin-right:auto !important;
	display:block !important;
	float:none !important;
	padding:10px;
	margin-top:50px;
	margin-bottom:25px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
#login-panel p {
	font-size:14px;
	line-height:18px;
	padding-bottom:10px;
}
#login-panel .form-btn {
	width:70%;
	margin-left:15%;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:15%;
}

@media only screen and (max-width : 991px) {
	/*ORANGE: ipad portrait*/
	#login-header .logo {
	margin-left:22.5%;
	width:55%;
	
}
#login-header .binoculars {
}
#login-header .binoculars img{
	height: 170px;
}
	
}
@media only screen and (max-width : 767px) {
	
#login-header .binoculars img{
	height: 140px;
}
#login-header .logo h1{
	margin-top:-10px;
	
}
}

@media only screen and (max-width : 480px) {
	/*GREEN: iphone portrait*/
#login-header .logo {
	margin-left:5%;
	width:90%;
	
}
#login-header .binoculars {
	width: 70px;
	margin-left:auto;
	margin-right:auto;
}
#login-header .binoculars img{
	width: 70px;
	height:auto;
}
}


/******************
CONFIRMATION PAGE
******************/

#order-form-confirmation {
	text-align:center;
}
#order-form-confirmation a:link,
#order-form-confirmation a:visited,
#order-form-confirmation a:active,
#order-form-confirmation a.hidden {
	color: #007582;
	text-decoration: underline;
}

#order-form-confirmation a:hover {
	text-decoration:none;
}
#order-form-confirmation .logo {
	padding-top:20px;
	padding-bottom:20px;
}
#order-form-confirmation .logo img {
	width:100%;
	max-width:410px;
	
}
#order-form-confirmation h1 {
	font-size:26px;
	line-height:30px;
	margin:0;
	padding:0;
	padding-top:20px;
}
#order-form-confirmation h2 {
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	padding-bottom:20px;
}
#order-form-confirmation h3 {
	font-size:18px;
	line-height:22px;
	color:#007582;
	padding-bottom:10px;
}
#order-form-confirmation .read-btn {
	
	
}
#order-form-confirmation .read-btn a:link,
#order-form-confirmation .read-btn a:visited,
#order-form-confirmation .read-btn a:active,
#order-form-confirmation .read-btn a.hidden,
#order-form-confirmation .read-btn a:hover
 {
	background-color:#007582;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	color:#FFFFFF;
	padding:10px;
	font-weight:600;
	margin-bottom:30px;
	text-decoration: none;
	border-radius: 2px;
}

 
#order-form-confirmation h4 {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color:#000000;
	background-color:#ffc803;
	padding:8px;
	padding-bottom:7px;
	margin-top:15px !important;
	margin-bottom:15px !important;
}
.manage-account-btn {
	width:100%;
	float:left;
	font-size:14px;
	line-height:16px;
}


#order-form-confirmation .legal-copy {
	background-color:_aqua;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	text-align:left !important;
}
#order-form-confirmation .legal-copy p {
	font-size:11.5px;
	line-height:16px;
	padding-bottom:5px;
	text-align:left !important;
}
#order-form-confirmation .legal-copy a:link,
#order-form-confirmation .legal-copy a:visited,
#order-form-confirmation .legal-copy a:active,
#order-form-confirmation .legal-copy a.hidden
 {
	color: #626366;
	text-decoration:underline;
}

#order-form-confirmation .legal-copy a:hover {
	text-decoration:none;
}

#order-form-confirmation .two-cols-col {
	width:47%;
	margin:1.5%;
	float:left;
	text-align:left;
	font-size:14px;
	line-height:16px;
}
#order-form-confirmation .two-cols-col .form-entry {
	font-size:14px;
	line-height:16px;
	padding-bottom:10px;
	margin-bottom:5px;
	float:left;
	width:90%;
	margin-left:10%;
	
}
#order-form-confirmation .two-cols-col .form-entry span{
	float:right;
	width:50%;
	font-weight:bold;
}
@media only screen and (max-width : 767px) {
	#order-form-confirmation .two-cols-col .form-entry {
	width:100%;
	margin-left:0%;
}
#order-form-confirmation .two-cols-col .form-entry span{
	float:right;
	width:100%;
	font-weight:bold;
	
}
#order-form-confirmation .two-cols-col .form-entry {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	
}
	
}
@media only screen and (max-width : 480px) {
#order-form-confirmation .two-cols-col {
	background-color:_yellow !important;
	width:100%;
	margin:0%;
	float:left;
}
#order-form-confirmation .two-cols-col .form-entry {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
	
	
}

}
