  a .active {
	  color: #AA0;
  }

  .btn-b {
	  background: #49C7FB;
	  border-radius: 4px;
	  display: inline-block;
	  color: #FFF;
	  font-weight: 500;
	  font-size: 14pt;
	  padding: 8px 12px;
	  text-decoration: none;
	  margin-left: 16px;
	  margin-bottom: 16px;
  }

  .btn-b:hover {
	  background: #27A5D9;
  }
  
  #gift-notice {
	  border-radius: 4px;
	  border: 1px solid #9cca10;
	  box-sizing: border-box;
	  margin-bottom: 16px;
  }

  #gift-notice h2, #gift-notice p {
  }

  #gift-notice h2 {
	  margin-bottom: 0;
	  padding: 8px 12px;
	  background: #9cca10;
	  color: #FFF;
	  font-weight: 700;
	  font-size: 15pt;
  }

  #gift-notice p {
	  padding: 12px;
  }

  #choose-sub, #choose-trial {
	  width: 100%; /*49.8% */
	  border: 1px solid #49C7FB;
	  text-align: center;
	  height: 36px; /* 30px */
	  vertical-align: 20px;
	  color: #49C7FB;
	  padding-top: 5px; /* 3px */
	  font-size: 15pt; /* 14pt */
	  font-weight: 600;
	  border-bottom: none;
	  margin-bottom: 0;
	  
  }

  #choice-buttons .active {
	  background: #49C7FB;
	  color: #FFF;
	  text-decoration: none;
  }

  #choice-buttons {
	  /*margin-bottom: -10px;
	  margin-top: 20px;*/
	  height: 36px;
  }

  #choose-sub {
	  border-top-left-radius: 4px;
	  border-top-right-radius: 4px;
	  float: left;
  }

  #choose-trial {
	  border-top-left-radius: 4px;
	  border-top-right-radius: 4px;
	  float: right;
  }

  .sign-up-form {
	  /*margin-top: -38px;*/
  }


  .hide-anim {
	  /*	height: 0 !important;
	padding: 0;
	box-sizing: border-box;
	overflow-y: hidden !important;*/
  }

  #trial-sign-up, #sub-sign-up {
	  transition: 500ms ease all;
  }
  
  .test1, .test2, .test3, .test4, .attr {
	  color: #FFF;
	  font-style: italic;
	  text-shadow: 0px 1px 2px #000;
  }
  
  .test1, .test2, .test3, .test4 {
	  font-size: 16pt;
	  text-align: left;
	  width: 100%;
	  height: 320px;
	  box-sizing: border-box;
	  padding: 48px;
	  margin: 0;
  }
  
  .dbg {
	  border-radius: 4px;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.4);
	  display: flex;
	  pointer-events: none;
  }
  
  .attr {
	  font-size: 13pt;
	  opacity: 0.8;
  }
  
  i { font-style: italic; }
  
  h2.freeTrialHeader {
	  margin: 1em 0;
	  text-align: center;
  }

  p.headerText {
	  text-align: center;
  }

  .main-wrapper {
	  width: 75%;
	  margin: 20px auto;
  }

  .sectionHeader {
	  color:#ffffff;
	  padding:8px 12px;
	  font-weight: 500;
	  font-size: 115%;
	  margin-bottom: 2px;
	  /*text-indent: 2em;*/
	  cursor: pointer;
  }

  #stepOneHeader, #ft-stepOneHeader {
	  background: #49c7fb;
  }

  #stepTwoHeader, #ft-stepTwoHeader {
	  background: #aaa;
  }

  #loginInfo, #personalInfo, #ft-loginInfo, #ft-personalInfo {
	  border: 1px solid #49c7fb;
	  /*	margin-top: -2px;
	margin-bottom: 5px;*/
	  background: #f6f6f6;
	  position: relative;
	  top: -2px;
  }

  .displayNone {
	  display: none;
  }

  .displayInline {
	  display: inline;
  }

  .formWrapper {
	  width: 75%;
	  margin: 20px auto;
      padding:0px 10px 0px 10px;
  }

  .formElement {
	  float: left;
	  position: relative;
	  width:46%;
	  margin: 0px 2% 0px 2%;
	  padding-top: 20px;
  }

  input[type=text], [type=password] {
	  width: 100%;
  }

  .formContainer {
	  /*margin-top: -20px;*/
	  font-size: 110%;
  }

  select {
	  width: 100%;
	  height: 25px;
	  border: 1px solid #d9d9d9;
	  background: #FFF;
  }

  .heading-class {
	  margin-bottom: 0px;
  }


  .headerIcon {
      display: inline;
      float: left;
      width: 0px;
      height: 0px;
      position: relative;
	  /*    left: -70px; */
      top: 0px;
      margin-left: 0px;
      margin-top: 0px;
      font-weight: 300;
      font-size: 9pt !important;
  }

  p {
	  margin-bottom: 0px;
  }

  .formButtonWrapper{
	  text-align:center;
	  padding:20px 0 20px 0;
  }

  .formButton {
	  background: -webkit-gradient(linear, left top, right top, from(#9cca10), to(#8cba00));
	  background: -webkit-linear-gradient(top, #9cca10, #8cba00);
	  background: -moz-linear-gradient(top, #9cca10, #8cba00);
	  background: -o-linear-gradient(top, #9cca10, #8cba00);
	  background: -ms-linear-gradient(top, #9cca10, #8cba00);
	  background: linear-gradient(top, #9cca10, #8cba00);
	  background-color: #9cca10;
	  cursor: pointer;
	  padding: 8px;
	  font-family: "proxima-nova";
	  font-weight: 500;
	  color: #FFF;
	  border: none;
	  font-size: 100%;
	  border-radius: 4px;
	  min-width: 12%;
	  margin: 0 0.5em;
  }

  .formButton:hover {
	  background: #9cca10;
  }

  .formButtonWrapper button#previous i {
      margin: 0 0.3em 0 0;
  }

  .formButtonWrapper button#continue i,
  .formButtonWrapper button#continue1 i,
  .formButtonWrapper button#continue2 i,
  .formButtonWrapper button#continue3 i,
  .formButtonWrapper button#continue4 i,
  .formButtonWrapper button#continue5 i,
  .formButtonWrapper button#ft-continue i {
      margin: 0 0 0 0.3em;
  }

  .error {
	  border: 1px solid red !important;
  }


  .formElementWrapper {
	  margin: 25px 15px 25px 15px;
  }

  .topElements {
	  margin-top: 0px;
  }

  .errorMsg {
	  color: red;
	  font-weight: bold;
  }

  .sectionHeader h5 {
      margin: 0 0 0 28px;
      font-weight: 500;
  }
  #topError:not(:empty) {
	  color: red;
	  padding: 8px 12px;
	  border-left: 2px solid red;
	  border-radius: 4px;
	  margin-top: 0;
	  box-sizing: border-box;
	  background: rgba(255, 150, 150, 0.5);
	  /*margin-top: 20px;
	  margin-bottom: 20px;*/
	  font-weight: bold;
	  font-size: 1em;
  }
  #topError:empty {
	  display: none !important;
  }

  form input {
	  font-size: 90%;
  }

  #othersourcediv, #ft-othersourcediv {
	  margin-top: -5px;
  }

  h2#success-header {
      margin: 1.5em auto 0;
      text-align: center;
      width: 100%;
  }

  p#success-message {
	  font-size: 111%;
	  text-align: center;
	  width: 100%;
	  margin: 0 auto;
  }

  #inner-info {
	  width: 100%;
	  margin: 0 auto;
  }

  p#success-message span {
	  font-weight: 500;

  }

  @media screen and (max-width: 736px) {
	  .main-wrapper {
		  width: 100%;
      }
	  .formWrapper {
		  width: 100%;
          font-size:0.9em;
	  }
      .formContainer {
          /*margin-top:0px;*/
		  margin-top: 20px;
      }
      .headerIcon {
          top:-2px;
      }
  }

  .padding-div{padding:3em 0 20em 0;}


  /* some stuff to make it work with the new style login bar */
  .video-container {
	  margin-top: -74px !important;
  }
  #main-wrapper .container {
	  top: 30px !important;
	  min-height: 10px !important;
  }
  /* end */


  #main-wrapper  {
	  min-height: 100vh !important;
	  /*min-height: calc(100vh - 192px + 72px) !important;*/
	  padding: 0 !important;
  }
  #page-wrapper {
	  top: 0 !important;
  }
  .video {
	  width: calc(100% + 10px);
	  min-width: 1200px;
	  /*					filter: blur(3px) brightness(50%);
					-webkit-filter: blur(3px) brightness(50%);
					-moz-filter: blur(3px) brightness(50%);
					-o-filter: blur(3px) brightness(50%);
					-ms-filter: blur(3px) brightness(50%);*/
	  margin: -5px -10px -10px -5px;
	  margin-top: -15%;/*-174px; -250px; */
	  opacity: 0.5;
  }
  .video_img {
  }
  .video-container {
	  width: 100%;
	  height: 501px;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  background: #000;
  }
  .video-overlay {
	  width: 100%;
	  height: 501px;
	  position: absolute;
	  background-image: url("/homepage/images/dot.png"), -moz-linear-gradient(#000000FF, #0499D9FF);
	  background-image: url("/homepage/images/dot.png"), -webkit-linear-gradient(#000000FF, #0499D9FF);
	  background-image: url("/homepage/images/dot.png"), linear-gradient(#000000FF, #0499D9FF);
	  opacity: 0.25;
	  top: 0;
	  left: 0;
  }
  #trial-info-a {
	  position: absolute;
	  width: 100%;
	  height: 501px;
	  top: 72px;
	  left: 0;
	  color: #FFF;
	  font-size: 16pt;
  }
  #trial-info-a h1 {
	  font-weight: 300;
	  text-align: center;
	  font-size: 32pt;
	  margin-top: 50px;
	  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  }
  #trial-info-a h2 {
	  font-weight: 300;
	  text-align: center;
	  font-size: 16pt;
	  color: #FFFFFFDD;
	  margin-top: 48px;
	  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
	  margin-bottom: 15px;
  }
  #trial-info-a .btn {
	  display: inline-block;
	  border-radius: 3px;
	  background: #00000055;/*#8cba00;*/
	  border: 2px solid #8cba00;
	  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3); /* , inset 0px 4px 0px #FFFFFF22; */
	  color: #8cba00;
	  font-weight: 400;
	  padding: 16px 24px;
	  border-radius: 32px;
	  font-size: 12pt;
	  color: #FFF;
	  text-decoration: none;
	  text-align: center;
	  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
	  transition: 100ms ease all;
  }
  #trial-info-a .btn:hover {
	  background: #8cba00;
	  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  }
  #trial-info-a p {
	  margin-top: 60px;
  }
  #trial-info-a p span {
	  font-weight: 400;
	  font-size: 10pt;
	  text-align: center;
	  display: block;
	  margin-top: 10px;
	  opacity: 0.66;
  }
  #da-chevron {
	  font-weight: 200;
	  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
	  opacity: 0.33;
  }
  #content {
	  padding-top: 0px;
  }
  #content h1 {
	  font-size: 28pt;
	  font-weight: 300;
	  margin-bottom: 38px;
	  padding-bottom: 16px;
	  /*border-bottom: 2px solid #8cba00;*/
  }
  .info-box-1 {
	  /*	  background: #EEE;
	  background: linear-gradient(rgba(0, 0, 0, 0.02), rgba(255,255,255,0.0));*/
	  box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	  background: #FFF;
	  width: 32.925%;
	  min-height: 230px; /* might not look the best on tablet size; consider changing */
	  padding: 24px;
	  box-sizing: border-box;
	  float: left;
	  margin-right: 4px;
	  text-align: center;
	  border-radius: 4px;
	  margin-bottom: 6px;
  }
  .info-box-1 h2 {
	  font-size: 20pt;
	  font-weight: 300;
	  margin-bottom: 20px;
	  color: #000;
  }
  .info-box-1 p {
	  
  }
  .info-box-1 img {
	  width: 52px;
  }
  .info-box-2 {
	  border-radius: 4px;
	  width: 32.925%;
	  height: 256px;
	  padding: 24px;
	  box-sizing: border-box;
	  float: left;
	  margin-right: 4px;
	  margin-bottom: 4px;
	  text-align: center;
	  background: #FFF;
	  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  }
  .info-box-2 h2 {
	  font-size: 20pt;
	  font-weight: 300;
	  padding-bottom: 2px;
	  border-bottom: 1px solid #8cba00;
	  width: 128px;
	  margin: 0 auto;
	  margin-bottom: 20px;
	  color: #000;
  }
  .info-box-2 p {
	  
  }
  .info-box-2 img {
	  border-radius: 50%;
	  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	  margin-top: 15px;
  }
  .ibbg {
	  background-size: cover;
	  opacity: 0.033;
	  position: absolute;
	  margin-left: -24px;
	  margin-top: -24px;
	  width: 32.925%;
	  height: 256px;
	  pointer-events: none;
  }
  
  
  /* responsive */
  
  
  @media screen and (max-width: 1200px) { 
	  #promo {
		  height: 150px !important;
	  }
	  #promo .text-wrap {
		  width: 100% !important;
	  }
	  
	  #clockdiv {
		  position: static !important;
		  margin: 0 auto !important;
		  float: none !important;
		  margin-left: calc(50% - 150px) !important;
		  margin-top: 16px !important;
		  display: block;
	  }
  }

  #t1 {
	  border-radius: 4px;
	  background-image: url('/images/testimonial1_bg.jpg');
	  background-size: cover;
	  height: 320px;
	  background-position: bottom;
	  margin-bottom: 32px;
	  width: 49.5%;
	  display: inline-block;
	  float: right;
  }

  #t2 {
	  border-radius: 4px;
	  background-image: url('/images/testimonial3_bg.jpg');
	  background-size: cover;
	  background-position: bottom;
	  height: 320px;
	  margin-bottom: 32px;
	  width: 49.5%;
	  display: inline-block;
	  float: left; 
  }

  /* responsive (tablets) */
  @media screen and (min-width: 736px) and (max-width: 1200px) {
	  .video-container {
		  margin-top: -83px !important;
	  }
  }
  
  /* responsive (mobile phones) */
  @media screen and (max-width: 736px) {
	  
	  #promo {
		  height: 200px !important;
	  }
	  
	  .info-box-1, .info-box-2 {
		  display: block;
		  width: 100%;
	  }
	  .ibbg {
		  display: none;
	  }
	  #trial-info-a h1 {
		  line-height: 32pt;
	  }
	  #t1, #t2 {
		  display: block;
		  width: 100%;
	  }
	  #main-wrapper .container {
		  top: -15px !important;
	  }
	  #trial-info-a p {
		  margin-top: 0 !important;
	  }
	  p#trial-info-btn-section {
		  margin-top: 30px !important;
	  }
	  .video-overlay {
		  height: 492px;
	  }
	  .why {
		  margin-top: 32px;
	  }
	  #content h1 {
		  font-size: 20pt !important;
	  }
	  #choice-buttons {
		  height: 16px; /* 10px */
	  }
	  #choose-sub, #choose-trial {
		  width: 100%; /* 49.2% */
	  }
	  #no-credit {
		  margin-top: 15px;
		  margin-bottom: 48px;
	  }
	  .video-container {
		  height: 571px;
	  }
	  .video-overlay {
		  height: 562px;
	  }
  }

	/* temp */
	.video-overlay {
		box-shadow: inset 0px -4px 3px rgba(0, 0, 0, 0.25);
	}

	#promo {
		background: rgba(0, 166, 235, 1.0) none repeat scroll 0 0;
		color: #FFF;
		height: 128px;
		margin-top: 0px;
		display: block;
		text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0px -4px 3px rgba(0, 0, 0, 0.1);
	}

	#promo .text-wrap {
		background: rgba(0, 0, 0, 0.33);
		border-radius: 4px;
		padding: 16px;
		box-sizing: border-box;
		position: relative;
		display: inline-block;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
	}

	#promo .timer {
		background: #FFF;
		border-radius: 4px;
		padding: 16px;
		box-sizing: border-box;
		position: relative;
		display: inline-block;
		height: 78px;
		float: right;
		width: 300px;
		box-shadow: 0px 0px 5px #FFF;
	}

	#promo h2 {
		font-size: 16pt;
		font-weight: 600;
		margin-bottom: 0px;
	}

	#promo p {
		font-size: 14pt;
		font-weight: 500;
	}

	#promo .container {
		min-height: 0px !important;
		height: default !important;
		max-height: default !important;
		top: 0px !important;
	}
	#clockdiv {
		color: #333 !important;
		overflow: hidden;
		text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.33);
	}

	#clockdiv > h3 {
		float: left;
		border-right: 1px solid #CCC;
		max-width: 45px;
		margin-right: 4px;
	}

	#clockdiv > div{
		border-radius: 4px;
		display: inline-block;
		text-align: center;
		margin-right: 8px;
		float: right;
		width: 42px;
		margin-top: -4px;
	}

	#clockdiv div > span{
		background: rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
		border-bottom: 1px solid rgba(0, 0, 0, 0.25);
		color: #FFF;
		padding: 5px;
		box-sizing: border-box;
		border-radius: 4px;
		display: inline-block;
		text-align: center;
		font-weight: 500;
		font-size: 16pt;
		margin-bottom: 0px;
		max-height: 32px !important;
		width: 38px !important;
	}

	.smalltext{
		padding-top: 5px;
		font-size: 16px;
	}
	.bday {
		color: #333;
		box-sizing: border-box;
		padding: 2px 5px;
		background: #FFF;
		border-radius: 4px;
	}

/* Template overrides */
#main-wrapper-global {
	padding-top: 0 !important;
}

strong {
	font-weight: 600;
}

/* Main stylesheet */
.AddonsPage {
	padding-top: 0;
}

.Info {
	background-image: url('/addons/images/hp-hero-bg.jpg');
	background-size: cover;
	color: #FFF;
	height: 180px;
	width: 100%;
	text-align: center;
	padding-top: 36px;
	margin-bottom: 16px;
}

.Info h1 {
	font-size: 28pt;
	font-weight: 600;
	margin-bottom: 12px;
}

.Info p {
	font-size: 14pt;
	font-weight: 300;
	opacity: 0.8;
}
