body {
	background: #fff;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	color: #353b42;
}

.policy {
	background-color:#f4f7f9;
}

.policy ul {
	padding-left:2.5em;
	padding-bottom:1em;
	list-style-type:'- ';
}

.policy ol {
	display: block;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}

.policy h1 {
	display: block;
	font-size: 2em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.policy h2 {
	display: block;
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.policy h3 {
	display: block;
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.wrapper {
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.clear {
	clear: all;
}

#logo {
	height:80px;
	padding:10px;
	margin-top:8px;
	border-radius:10px;
	background-color:#fcfcfc;
	
}

#logo:hover {
	background-color:#f4f7f9;
}

.divBackdrop {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:1001;
	opacity: 0.5;
}

.divPopup {
	z-index:1002;
	width:500px;
	height:126px;
	position:fixed;
	top:25%;
	left:50%;
	margin-top:-63px;
	margin-left:-250px;
	background-color:#fcfcfc;
	padding:20px;
	text-align:center;
	border:1px solid black;
	border-radius:10px;
	font-weight: bold;
}

.divLoginPopup {
	z-index:1002;
	width:500px;
	position:fixed;
	top:25%;
	left:50%;
	margin-top:-125px;
	margin-left:-250px;
	background-color:#fff;
	text-align:center;
	border:1px solid black;
	border-radius:10px;
	font-weight: bold;
}

.divLoginPopup h3 {
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
	font-size: 14pt;
}

.loginPopupHeader {
	background: #85E3EC;
	height:30px;
	width:100%;
	border-radius:10px 10px 0 0;
}

.loginSelected {
	font-weight: bold;
	background-color:#0DB9C9;
	color:#fff;
}

.loginDeselected {
	background: #85E3EC;
	font-weight: normal;
	color:#000;
	cursor:pointer;
}

form .standardLabel {
	display:block;
	width:170px;
	text-align:right;
	float:left;
	height:29px;
	padding-top:10px;
	margin-top:5px;
}

form .standardInput {
	display:block;
	width:240px;
	text-align:left;
	float:right;
	background: #fff;
	border: none;
	color: #333;
	font-size: 1em;
	padding: 10px 20px;
	font-weight: 300;
	height: 17px;
	border-radius: 10px;
	border: 1px solid grey;
	margin-right:40px;
	margin-top:5px;
}

form .helpText {
	display:block;
	font-weight:normal;
	text-align:left;
	width:280px;
	font-size: 10pt;
	margin-left:180px;
	margin-top:-10px;
}

form .checkboxLabel {
	display:block;
	width:280px;
	text-align:left;
	float:right;
	height:19px;
	padding-top:8px;
	margin-right:40px;
}

form .checkboxInput {
	display:block;
	width:50px;
	text-align:right;
	float:left;
	background: #fff;
	color: #333;
	height: 17px;
	margin-top:10px;
	border: 1px solid grey;
	margin-left:130px;
}

form input[type=submit] {
	display: inline-block;
	background:#0DB9C9;
	color: #fff;
	text-decoration: none;
	text-align:center;
	font-size: 1em;
	padding: 10px;
	line-height: 1;
	border-radius: 10px;
	border: 1px solid #999;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 5px 10px;
  border-radius: 6px;
 
  /* Position the tooltip text */
  position: absolute;
  z-index: 1003;
}

.tooltip ul {
	padding-left:1.5em;
	padding-bottom:1em;
	list-style-type:'- ';
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

input.placeholderRed::-webkit-input-placeholder {
   color: red;
}

input.placeholderRed:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

input.placeholderRed::placeholder {
  color: red;
}

input.placeholderDefault::-webkit-input-placeholder {
	color:default;
}

input.placeholderDefault:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:default;
}

input.placeholderDefault::placeholder {
  color:default;
}

.userbackdrop {
	float:right;
	background:#85E3EC;
	padding-left:20px;
	padding-right:20px;
	border-radius:0 0 10px 10px;
	color:#FFF;
}

ion-icon {
	height:20px;
	width:20px;
	cursor:pointer;
	float:left;
}

.navSpacer {
	width:1px;
	height:15px;
	background-color:#FFF;
	margin:5px 10px;
	float:left;
}

#register {
	padding-top:5px;
	height:100%;
	width:50%;
	border-top-left-radius:10px;
	float:left;
}

#login {
	padding-top:5px;
	height:100%;
	width:50%;
	border-top-right-radius:10px;
	float:right;
}

.errText {
	color:#F00;
}

.sucText {
	color:#087c02;
}

header {
	background: #85E3EC;
	color: #fff;
	height: 120px;
}

header h1 {
	font-weight: 700;
	font-size: 1.8em;
	float: left;
	display: inline-block;
	margin: 28px 0 0 0;
}

header form {
	float: right;
}

header form label {
	display:block;
	margin-top:10px;
	font-weight: bold;
}

#subscribe2 input[type=text] {
	background: #fff;
	border: 1px solid grey;
	color: #333;
	font-size: 1em;
	padding: 10px 20px;
	font-weight: 300;
	width: 200px;
	height: 17px;
	border-radius: 10px 0 0 10px;
}

#subscribe2 input[type=text]:focus {
	outline: none;
	color: #333;
}

#subscribe2 input[type=submit] {
	background: #fff;
	border: 1px solid grey;
	border-left:1px solid lightgrey;
	color: #333;
	font-size: 1em;
	padding: 10px 20px;
	margin: 0 0 0 -10px;
	height: 39px;
	color: #0DB9C9;
	font-weight: 300;
	border-radius: 0 10px 10px 0;
}

.error {
	color:#FF0000;
	font-size: 12pt;
	font-style: italic;
}

.success {
	margin-top:-30px;
	color:#FF0000;
	font-size: 12pt;
	font-style: italic;
}

header form input[type=text] {
	background: #fff;
	border: none;
	color: #333;
	font-size: 1em;
	padding: 10px 20px;
	font-weight: 300;
	width: 200px;
	height: 17px;
	border-radius: 10px 0 0 10px;
}

header form input[type=text]:focus {
	outline: none;
	color: #333;
}

header form input[type=submit] {
	background: #fff;
	border: none;
	color: #333;
	font-size: 1em;
	padding: 10px 20px;
	margin: 0 0 0 -10px;
	height: 37px;
	color: #0DB9C9;
	font-weight: 300;
	border-radius: 0 10px 10px 0;
}

#banner {
	background: #f4f7f9;
	height: 360px;
}

#banner .introduction {
	float: left;
}

#banner .quickbutton {
	width:644px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#banner .quickbutton a {
	display: block;
	float:left;
	background:#0DB9C9;
	width: 200px;
	color: #fff;
	text-decoration: none;
	text-align:center;
	font-size: 1.5em;
	padding: 10px 40px 15px 40px;
	line-height: 1;
	margin: 40px 40px 0 0;
	border-radius: 10px;
	border: 1px solid #999;
}

#banner .quickbutton a:hover {
	background:#01909E;
}

#banner .quickbutton .selected {
	background:#01909E;
}

#banner h2 {
	font-size: 3.6em;
	font-weight: 300;
	color: #01909E;
	padding-top: 60px;
}

#banner p {
	font-size: 1.2em;
	font-weight: 300;
}

#feature-section {
	min-height: 400px;
}

#feature-section h3 {
	color: #01909E;
	font-weight: 300;
	font-size: 1.8em;

}

#feature-section h3 a {
	color: #01909E;
	text-decoration: none;
}

#wasPrice {
	text-decoration: line-through;
	font-style: italic;
}

.price {
	font-weight:bold;
	font-size:18pt;
	color: #01909E;
	padding-bottom:30px;
	margin-left:25px;
}

.pad {
	padding: 100px 0 10px 0;
}

#feature-section p{
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 1.5;
}

#feature-section .description {
	float: left;
	width: 50%;
}

#feature-section #purchaseSuccessful {
	text-align:center;
	color:#009519;
	font-weight:bold;
	font-size: 20pt;
}

#feature-section .image {
	float: right;
	width: 381px;
	position: relative;
	height: 500px;
	overflow: hidden;
}

#feature-section .image img {
	position: absolute;
	bottom: 150px;
}


#feature-section .image img {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.feature-left {
	background: #fff;
}

.feature-right {
	background: #f4f7f9;
}

#feature-section.feature-right .description {
	float: right;
}
#feature-section.feature-right .image {
	float: left;
}



footer {
	clear:both;
	width: 100%;
	text-align: center;
}

footer .copyright {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

footer .copyright strong {
	color: #01909E;
}


@media all and (max-width: 1024px){
	#banner .video {
		width: 200px;
		margin-top: 120px;
	}
	#feature-section .description {
		font-size: 80%;
	}
	#feature-section .image img {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	#feature-section .image img {
		bottom: 0px;
		width: 381px;
	}
	#feature-section .image {
		width: 300px;
	}
}

@media all and (max-width: 768px){
	header form input[type=text] {
		width: 120px;
	}
	header form input[type=button] {
		display: none;
	}
	#banner {
		height: 560px;
	}
	#banner .video {
		width: 380px;
		float: left;
		margin-top: 40px;
	}
	#feature-section .description, #feature-section.feature-right .description {
		float: none;
		width: 100%;
	}
	#feature-section .image, #feature-section.feature-right .image {
		float: none;
		width: 100%;
	}
	header h1 {
		font-size: 1.6em;
	}
	
}

@media all and (max-width: 480px){
	header {
		height: 160px;
	}
	header h1 {
		display: block;
		width: 100%;
	}
	header form {
		width: 100%;
		display: block;
		margin: -10px auto 0 auto;
	}
	header form input[type=text] {
		width: 168px;
	}
	header form input[type=button] {
		display: inline-block;
	}
	#banner h2 {
		font-size: 2.8em;
	}
	#banner a.download {
		width: 220px;
	}
	#banner .video {
		width: 300px;
	}
	#feature-section .image {
		margin-top: -50px;
	}
	
}

@media all and (max-width: 400px){
	header form input[type=text] {
		width: 120px;
	}
	header h1 {
		font-size: 1.6em;
	}
	
@media all and (max-width: 360px){
	header form input[type=button] {
		display: none;
	}
	header h1 {
		font-size: 1.4em;
	}