* {
  margin: 0;
  padding: 0;
  font-family: Arial,sans-serif;
  line-height: 1.5;
  font-size:14px;
}

p {
  color: #666666;
}

html {
    height: 100%;
}

body{
	background: rgb(165,183,192);
	background: -moz-linear-gradient(351deg, rgba(165,183,192,1) 5%, rgba(84,110,122,0.9500175070028011) 55%);
	background: -webkit-linear-gradient(351deg, rgba(165,183,192,1) 5%, rgba(84,110,122,0.9500175070028011) 55%);
	background: linear-gradient(351deg, rgba(165,183,192,1) 5%, rgba(84,110,122,0.9500175070028011) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a5b7c0",endColorstr="#546e7a",GradientType=1);
	height: 100%;
	margin:0;
	background-repeat: no-repeat;
    background-attachment: fixed;
}

html

.logo{
	/* width: 13%;
	 height: 13%; */
	width: 120px;
	height: 45px; 
	  
    display: inline;
    margin-top: auto;
    /* margin-bottom: -29px; */
    float: left;
    /*margin-left: 140px;*/
	margin-left:15%;
}

.footer {
   /*position: fixed;
   left: 0;
   bottom: 0;*/
   width: 100%;
   background-color: transparent;
   color: #ffff00;
   text-align: left;
   font-size:10px;
   padding-top:20px;
}


/*************** NAVIGATION BAR ************************/
.nav {
  background-color: 	#546d78
  position: fixed;
  width: 87%;
  overflow: hidden;
  border-radius: 3px;
  z-index: 999999;
  text-align: right;
  padding: 0 0;
  top: 0;
  height:40px;
  
}

.nav a, .icon {
  color: #ffff00;
  background-color: transparent;
  padding: 2px 6px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  z-index: 10;
}

.nav a {
 /* border: 1px solid #fff;*/
  margin: 12px 10px;
  height: 15px;
  line-height: 15px;
  
}

.icon {
  display: none;
}

a:hover {
  color:white;
  cursor: pointer;
}


  
/************************* HERO SECTION *************************/

 h1,h2{
	color: #ffff00;
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	text-shadow: 3px 3px 4px #000000;
 }


#middle { 
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: none;
	position: relative;
	background: url('../images/hero.jpg'); 
	background-size:100% 100%;
	height: 360px;
	top: -40px;

}

#calloutright {  
	position:absolute;
	right: 60px;
	top: 50px;
	width: 310px;
	height: 270px;
	padding: 30px;
	padding-bottom:0 ;
	border-radius: 10px;
	
	background: rgb(165,183,192);
	background: -moz-linear-gradient(351deg, rgba(165,183,192,1) 5%, rgba(84,110,122,0.9500175070028011) 55%);
	background: -webkit-linear-gradient(351deg, rgba(165,183,192,1) 5%, rgba(84,110,122,0.9500175070028011) 55%);
	background: linear-gradient(351deg, rgba(165,183,192,1) 5%, rgba(84,110,122,0.9500175070028011) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a5b7c0",endColorstr="#546e7a",GradientType=1);
}

#callout { 
	position: absolute;	
	right: 40px;
	top: 75px;
	width: 310px;
	height: 200px;
	padding: 30px;
	
	background: rgb(64,64,64,0.9);
	background: -moz-linear-gradient(174deg, rgba(64,64,64,0.5676645658263305) 51%, rgba(0,0,0,1) 84%);
	background: -webkit-linear-gradient(174deg, rgba(64,64,64,0.5676645658263305) 51%, rgba(0,0,0,1) 84%);
	background: linear-gradient(174deg, rgba(64,64,64,0.5676645658263305) 51%, rgba(0,0,0,1) 84%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#404040",endColorstr="#000000",GradientType=1);
	
	padding-bottom:0px;
}

#calloutright a{
	color:#ffff00;
}

#calloutright a:hover {
	color:white;
}

#calloutright h3{
	color:#ffff00;
}
#calloutright p{
	color:white;
}
#callout-content p{
	position: absolute;
	bottom: 80px;
	color: white;

}
#callout-content p, 
#callout-content a.large {
	font-size: 16px; 
	line-height: 22px;

}

#callout-content a.large {
	color:#ffff00;
}
 #container {
	width: 80%;
	margin: 50px 10% 10px 10% ;
	border-radius: 5px;
	padding-bottom: 10px;
	background: transparent;
	height:auto;
}

#callout-content a:hover.large {
	color:white;
}


/****************** COLUMN LAYOUT ************************/

.wrapper{
	margin-top: 0px; 
}

.row {
	width: 100%;
	display: flex;
	justify-content: center;
	top: -40px;
}

.col {
	position:relative;
	top: -40px;
	margin: 0px 15px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #F2F2F2;
	display: inline-block;
	border-radius:10px;
  
	background: rgb(165,183,192);
	background: -moz-linear-gradient(351deg, rgba(165,183,192,1) 5%, rgba(84,110,122,0.9500175070028011) 55%);
	background: -webkit-linear-gradient(351deg, rgba(165,183,192,1) 5%, rgba(84,110,122,0.9500175070028011) 55%);
	background: linear-gradient(351deg, rgba(165,183,192,1) 5%, rgba(84,110,122,0.9500175070028011) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a5b7c0",endColorstr="#546e7a",GradientType=1);
}

.col p {
	/*background-color: #F2F2F2*/;
	background: transparent;
	color:white;
	padding: 10px;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
	min-height:80px;
}

h3 {
	color: #666666;
	margin-top: 10px;
	text-align: center;
}

.col-hdr {
  color: #ffff00 !important;
  font-size:18px;
  
}

.sp-3 {
  width: 26%;
 }
.sp-3 img {
  height: 180px;
}

/******************* PRIVACY / T+C *********************/

.privacy{
	text-align: left;	
	/*background: #546d78 !important;*/
}

.terms,
.privacy li{
	
	margin-left: 11%;
	color: white;
	
}
.terms li{
	list-style-type: none;
}
.terms li ul li{
	/*embedded li */
	margin-left: 6%;
	color: white;
	/*remove the dots */
	list-style-type: none;
	
}

.privacy p {
	min-height: 30px;
}

.privacy a{
  color:#ffff00;
}

.privacy a:hover {
  color:white;
  cursor: pointer;
}


/********************* HELP PAGE ***********************/
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
}

.active, .collapsible:hover {
  background-color: #666666;
  color: #ffff00;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.help-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: #e6e6e6;
}

.help-content p{
	color:#546d78;
}

.help-header {
	color: white;
	text-align: left;
	font-size: 16px;
	margin-top: 30px;
}
/********************** BUTTONS ************************/

.btn {
  height: 40px;
  width: 150px;
  border: none;
  color: #FFF;
  display: block;
  margin: 10px auto;
  border-radius: 5px;
  font-weight: bold;
  font-size:18px;
  /*background-color: #666666;*/
  background-color: #2C2E2F; /*match paypal*/
}

.btn:focus{
	outline: none !important;
    border:1px solid #ffff00;
	box-shadow: 3px 3px 4px #000000;
}

.btn:hover{
    color: #ffff00;
}

/******************* PAYPAL OVERRIDES **********************/
.paypal_wrapper{
	width: auto;
    margin-left:20%;
	margin-right:20%;	
}

/********************** FEATURE COMPARISION ****************/
#table_wrapper{
		position:relative;
		width: 50%;
		margin: 0 auto;
		display: none;
}

.redcross {
	text-align: center;
	color:#e60000;
	font-size:20px;
}

.greencheck {
    text-align: center;
	color:#007d00;
	font-size:20px;
}
.centredcell th, td {
    padding: 15px;
    border-bottom: 2px solid rgb(255, 179, 22);
	color: white;
}

.comingsoon{
	text-align: center;
	color:#ffff00;
	font-size:14px;
	font-style:italic;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
	margin-top: 2em;
}

td,th {
    display: table-cell;
    vertical-align: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	border-bottom-color: #666666;
}

th {
	font-size: 18px;
	color: #ffff00;
}

/*
th, td {
    line-height: 1.3;
	border-bottom-color: #666666;
}
*/

/******************** FEATURE COMPARISON CAVEAT TOOLTIP ************/
.caveat {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.caveat .caveattext {
  visibility: hidden;
  width: 180px;
  background-color: #666666;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  /*bottom: 125%;*/
  font-size:11px;
  /*left: 10%;*/
  /*margin-left: -60px;*/
  margin-left:15px;
  bottom: 0px;
  opacity: 0;
  transition: opacity 0.3s;
}

.caveat .caveattext::after {
  content: "";
  position: absolute;
  bottom: 25%;
  right: 100%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #666666 transparent transparent;
}

.caveat:hover .caveattext {
  visibility: visible;
  opacity: 1;
}
.caveat:hover {
  color: #ffff00;
}

/************************* CONTACT FORM ****************************/
.error {
	color:#e60000;
}		

.contact-form-bg {
  width: 100%;
  height: 680px;
 -webkit-filter: blur(1px);
  z-index: 0;
  margin-top: 80px;
  display: none;
}

.contact-form {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;/*#101010;*/
  margin-top: 80px;
  margin-bottom: 120px;
  display: none;
  
}

/*
.contact-form h2 {
 
  margin: 50px 0 30px 0;
  font-size: 36px;
  font-weight: 100;
}
*/

.contact-form p,input,textarea {
  
  /*background-color: rgba(226,223,216, 0.5);*/
  border: none;
  border-radius: 5px;
  margin: 0 auto;
}
.contact-form input,textarea {
  
  background-color: rgba(226,223,216, 0.5);
}

.contact-form p {
  width: 80%;
}

.contact-form .row {
  width: 70%;
  margin: auto;
}

.contain {
  width: 40%;
  margin: auto;
}

.inputs,.text {
  width: 50%;
}

.text {
  margin-left: 15px;
}

input {
  width: 90%;
}

.darker {
  color: white;/*#101010;*/
  padding: 10px;
  background-color:transparent;
 
}

input,textarea {
  padding: 0 10px;
  display: block;
  height: 35px;
  margin: 15px auto;
  font-size: 13px;
  letter-spacing: 2px;
  color: #404040;
}

input:focus,
textarea:focus,
select:focus{
	
	outline: none !important;
    border:1px solid #ffff00;
	box-shadow: 3px 3px 4px #000000;
  
}

input::placeholder {
  color: #404040;
}

textarea {
  height: 150px;
  width: 90%;
}

/*
.send {
  background-color: #262628;
  color: #FFF;
  height: 45px;
  width: 100px;
  border-radius: 5px;
  font-size: 20px;
  float: left;
  margin-left: 3%;
  margin-top: 1%;
}
*/


/******************** CONTACT FORM TOAST/SNACKBAR *****************/
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #00ff00;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 30px;
  font-size: 16px;
}

#snackbar.show {
  visibility: visible;
  -moz-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}


/************************ MOBILE LAYOUT ***************************/


@media only screen and (max-width: 770px) {
	
	.row:not(.wrap) {
		display: block;
	}

	.col {
		margin: 3px auto;
		padding-bottom: 10px;
		width: 90%;
		text-align: center;
		background-color: #F2F2F2;
		display: block;
		border-radius:6px;
	}

	.col p {
		/*background-color: #F2F2F2;*/
		background:transparent;
		padding: 10px;
		font-size: 14px;
		width: 90%;
		margin: 0 auto;
		color:white;
	}

	.sp-3 {
		width: 65%;
	}

	.sp-3 img {
		max-height: 250px;
	}
	
	 .contact-form #contact-title {
    padding-top: 0;
   }
   .contact-form .inputs,
	.contact-form .text {
	  width: 100%;
	  margin: auto;
	}
	
	.paypal_wrapper{
		margin-left:20%;
		margin-right:20%;
	}
	
	.privacy{
		text-align: left;	
	}

}

@media only screen and (max-width: 1100px) {
	.wrap {
		flex-wrap: wrap;
	}

	.paypal_wrapper{
		margin-left: 15%;
		margin-right: 20%;
	}

}

@media only screen and (min-width: 975px) and (max-width:999px){
	.paypal_wrapper{
		margin-left: 9%;
	}
}
@media only screen and (min-width: 950px) and (max-width: 974px){
	.paypal_wrapper{
		margin-left: 8%;
	}
}
@media only screen and (min-width: 925px) and (max-width:949px){
	.paypal_wrapper{
		margin-left: 7%;
	}
}
@media only screen and (min-width: 900px) and (max-width:924px){
	.paypal_wrapper{
		margin-left: 6%;
	}
}
@media only screen and (min-width: 875px) and (max-width:899px){
	.paypal_wrapper{
		margin-left: 5%;
	}
}

@media only screen and (min-width: 851px) and (max-width:874px){
	.paypal_wrapper{
		margin-left: 3%;
	}
}

@media only screen and (min-width: 820px) and (max-width:850px){
	.paypal_wrapper{
		margin-left: 2%;
	}
}

@media only screen and (min-width: 771px) and (max-width:819px){
/*  .contact-form .row {
    width: 90%;
  }

  .contact-form p {
    width: 85%;
  }
*/
	.paypal_wrapper{
		margin-left: 0%;
	}
}

@media only screen and (max-width: 650px) {

	/* switch off the primary nav menu...*/
	.nav {
		padding: 0;
	}

	.nav a {
		display: none;
	}

	/* switch on the hamburger menu */
	.icon {
		display: block;
		text-align: right;
		height: auto;
		/*float: right;*/
		margin-right: 10%;
		padding: 12px 16px;
		position: fixed;
		right: 5px;
		top: 0px;
	}
	
	.responsive {
		width: 90%;
		/*margin-top: 60px;*/
		/*height: 110px;*/
		height:auto;
	}

	.responsive a {
		float: none;
		display: block;
		text-align: right;
		/*border-top: 1px solid #fff;*/
		margin-right: 20%;
	}

	.responsive a:focus {
		background: #49505F;
	}
}

@media only screen and (max-width: 590px) {
	
	#table_wrapper{
		width: 70%;
		margin: 0 auto;
	}

	#calloutright { 
		position:relative;
		left: 5%;
	}

}

@media only screen and (max-width: 530px)  {
	.wrap {
		display: block;
	}

	#calloutright { 
		position:relative;
		left: 2%;
	}

	#table_wrapper{
		width: 90%;
		margin: 0 auto;
	}
	
}

