/* Global */
@import url('https://fonts.googleapis.com/css?family=Nixie+One');

.wrap-inner {
	margin: 0 auto;
	max-width: 960px;
	padding: 0px 20px;
  display: flex;
  justify-content: center;
	position: relative;
}

/* INDEX - Callouts */
.callout {
	background: #7ac735;
}

.cs-box {
  text-align: center;
	width: 50%;
	padding: 3% 2%;
	margin: 2% 1%;
	background: rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: inset 0 0 0px 1px rgba(0,0,0,.08);
	box-shadow: inset 0 0 0px 1px rgba(0,0,0,.08);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.cs-box h3 {
	font-size: 24px;
  line-height: 24px;
  text-align: center;
	margin-top: 0px;
	color: white;
	font-weight: 700;
	margin-bottom: 30px;
}

.cs-box:hover {
	background: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 20px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 0 20px 0 rgba(0,0,0,.2);
}

.cs-box:hover .cs-button {
	color: #96e350;
	background: rgba(255, 255, 255, 1);
}

a.cs-button {
	color: white;
	text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
	padding: 12px 25px;
	background: rgba(0, 0, 0, 0.28);
	-webkit-border-radius: 3px;
	border-radius: 3px;
  border-bottom: none;
}

.cs-or {
	width: 50px;
	height: 50px;
  line-height: 50px;
  font-weight: 500;
  position: absolute;
  text-align: center;
	left: 50%;
	top: 70px;
	margin-left: -25px;
	background: white;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	font-size: 16px;
	text-transform: uppercase;
}

a.cs-number {
	color: white;
	font-size: 16px;
}

.cs-number:hover {
	color: white;
}


/* INDEX - Testimonial */
.testimonial-legacy {
	width: 470px;
	height: 270px;
	text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.testimonial-legacy h3 {
	font-family: 'Nixie One', serif;
  font-size: 30px;
  font-weight: normal;
	color: white;
	padding: 40px;
	line-height: 36px;
	margin-top: 0px;
	-webkit-backface-visibility: hidden;
}

#test-left {
	width: 400px;
	background: url(https://d1512cxhwqig2.cloudfront.net/images/test-left.png) no-repeat;
}

#test-right {
	margin-left: 80px;
	background: url(https://d1512cxhwqig2.cloudfront.net/images/test-right.png) no-repeat;
}

.cite {
  font-family: 'Quicksand', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: left;
  bottom: 0;
  position: absolute;
}
/* END OF INDEX */


/* PRICING */
#price-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	text-align:center;
	margin-top: 40px;
}

#price-wrap h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
	color: white;
	font-weight:bold;
}

#apollo h2 {
  margin-top: 20px;
}

#price-wrap h3 {
	font-size:80px;	
	margin-top:60px;
	margin-bottom:20px;
	font-family: 'Nixie One', serif;
}

#price-wrap h4 {
	font-size:17px;
	margin: 30px 0 18px 0;
}

#price-wrap h5 {
	font-size: 17px;
	margin: 18px 0 5px 0;
}

.plan-footnote {
	font-size: 9px; 
	padding: 40px; 
	padding-top: 10px; 
	margin-top: 0; 
	color: #666; 
	line-height: 12px;
}

.price-subtitle {
	font-size:11px;	
	color:#777;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: -15px;
}

#pricing {
	list-style:none;
	text-indent:0px;
	margin:0px;
	padding:0px;
	margin-left:0px;
	font-size:14px;	
	margin-bottom:20px;
}

#pricing li {
	list-style:none;
  text-indent:0px;
  font-weight: 500;
	margin:0px;
	padding:6px 0px;
	margin-left:0px;
	font-size:13px;
	color:#333;
}

#odd {
	background:url(https://d1512cxhwqig2.cloudfront.net/images/trans-bg.png);
}

#gaia{
	float:left;
	padding-top:40px;
	width:290px;
	background:url(https://d1512cxhwqig2.cloudfront.net/images/gaia-sml-bg.png) no-repeat center;
	height:755px;
}

#apollo{
	float:left;
	margin-top:0px;
	width:290px;
	background:url(https://d1512cxhwqig2.cloudfront.net/images/apollo-sml-bg.png) no-repeat center;
	height:770px;
}

#athena{
	float:left;
	padding-top:40px;
	width:290px;
	background:url(https://d1512cxhwqig2.cloudfront.net/images/athena-sml-bg.png) no-repeat center;
	height:755px;
}

#athena-asterisk {
	color: #df0a81; 
	position: relative; 
	top: -25px; 
	margin-top: -50px; 
	font-size: 0.4em;
	font-weight: bold;
}

.most-pop {
	margin-top:-25px; 
	margin-left:200px; 
	position:absolute;
}

.plan {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
  margin-top: 20px;
  margin-bottom: 20px;
}

#green{
	color:#7ac735;
}

#blue{
	color:#118cc1;
}

#pink{
	color:#df0a81;
}

.signup-lrg {
	text-align: center;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 24px;
	background: url(https://d1512cxhwqig2.cloudfront.net/images/signup-bg.png) no-repeat center;
	height: 80px;
	width: 300px;
	line-height: 85px;
	color: white;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

.signup-lrg span {
	padding-left: 10px;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

.signup-lrg:hover {
	opacity: 0.9;
}

.signup-lrg:hover span {
	padding-left: 20px;
}

.gaia-sml{
	background:url(https://d1512cxhwqig2.cloudfront.net/images/signup-sml-gaia.png) center no-repeat;
}

.apollo-sml{
	background:url(https://d1512cxhwqig2.cloudfront.net/images/signup-sml-apollo.png) center no-repeat;
}

.athena-sml{
	background:url(https://d1512cxhwqig2.cloudfront.net/images/signup-sml-athena.png) center no-repeat;
}

.special-note {
  width: 100%;
  margin: 0 auto;;
  align-self: center;
}

/* PRICING - Enterprise Plan */
.en-wrap {
	width: 100%;
  display: flex;
  flex-direction: column;
	background: #333;
	text-align: center;
	background: rgba(255, 131, 27, 0.21);
	margin-top: 30px;
	margin-bottom: 0;
}

.en-wrap h3 {
	background: #ff831b;
	width: 100%;
	padding: 20px 0%;
	color: white;
	margin-top: 0px;
	font-size: 34px;
	font-family: 'Nixie One', serif;
}

.en-blocks {
  display: flex;
  justify-content: space-around;
}

.en-blo {
  width:30%;
  padding:1.5%;
}

.en-icon {
	color: #ff831b;
	font-size: 40px;
}

.en-contact {
	width: 100%;
	text-align: center;
	background: rgba(255, 131, 27, 0.32);
	padding: 30px 0%;
	font-size: 23px;
}

.en-btn {
	padding: 15px 25px;
	width: 100px;
	margin: 10px;
	background: #ff831b;
	color: white;
}

.en-contact a:link, .en-btn a:visited {
	border-bottom: none;
  color: white;
  font-weight: 500;
}

.en-num a:link {
	color: #ff831b;
	text-decoration: none;
	font-size: 20px;
	border: none;
}
/* END OF PRICING */

/* INDIVIDUAL FEATURES */
.copy {
	padding: 10px 0 50px 0;
  text-align: left;
}

.copy h3 {
  padding-top: 20px;
  margin-block-end: 0;
  margin-bottom: 0;
}

.lefty {
	float: left;
	margin: 0px;
	width: 550px;
	margin-left: -50px;
	height: auto;
}

.righty {
	float: right;
	margin: 0;
	margin-right: -50px;
	width: 460px;
	height: auto;
}

.feature-placeholder {
  float: right;
  margin: 20px;
  margin-right: -20px;
  width: 250px;
  height: auto;
}

/* END INDIVIDUAL FEATURES */

/* TEMPLATE - Simple Callout */
.simple-callout {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:center;
	margin: 10px auto;
	text-align: center;
}

.simple-callout h3 {
  font-size: 24px;
  line-height: 30px;
  margin-right: 20px;
	color: white;
}

.simple-callout .cs-button:hover {
	color: #7ac735;
	font-weight: 700;
	background-color: white;
}

.new-wrap {
	background: #7ac735;
	margin-top: 20px;
}

.cs-button:hover {
	color: #7ac735;
	font-weight: 700;
	background-color: white;
}

a.cs-button {
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 12px 25px;
	background: rgba(0, 0, 0, 0.28);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom: none;
}
/* END TEMPLATE */

/* ACCOUNT CREATION */
.wrap-accountcreation {
  flex-direction: column;
  text-align: center;
}

.wrap-accountcreation a {
  color: #7ac735;
}

.meter {
  width:500px;
  margin:0 auto;
	height: 42px;  /* Can be anything */
	position: relative;
	background: #f9f9f9;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	border:1px solid grey;
}

.meter > span {
	display: block;
	height: 100%;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-color: #7ac735;
	position: relative;
	overflow: hidden;
}
		
.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
    -webkit-gradient(linear, 0 0, 100% 100%, 
      color-stop(.25, rgba(255, 255, 255, .2)), 
      color-stop(.25, transparent), color-stop(.5, transparent), 
      color-stop(.5, rgba(255, 255, 255, .2)), 
      color-stop(.75, rgba(255, 255, 255, .2)), 
      color-stop(.75, transparent), to(transparent)
    );
	background-image: 
    -moz-linear-gradient(
      -45deg, 
        rgba(255, 255, 255, .2) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgba(255, 255, 255, .2) 50%, 
        rgba(255, 255, 255, .2) 75%, 
        transparent 75%, 
        transparent
      );
  z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}
		
.animate > span:after {
	display: none;
}
		
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.progress {
  margin-top:50px;
  font-size:24px;
}
		
.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	background-image: none;
}

.wrap-accountcreation .signup-lrg {
  margin: 0 auto;
}
/* END OF ACCOUNT CREATION */

/* ERROR 404 */
.error404-hero-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
  margin-top: 130px;
}

.error404-hero-container-left {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 45%;
}

.error404-hero-container-left h1 {
  margin-top: 0;
}

.error404-hero-container-right {
  max-width: 50%;
}

.error404-hero-container-right img {
  width: 100%;
}

.container-text {
  padding-right: 10px;
  padding-left: 10px;
}

.green-links a {
  color: #7ac735;
}
/* END OF ERROR 404 */

/* ---------------------------------- @MEDIA ---------------------------------- */
@media screen and (max-width: 1024px) {
  .testimonial-legacy h3 {
    font-size: 23px;
  }  

  #test-left, #test-right {
		width: 80%;
    height: auto;  
    margin-left: 0;
  }
  
  #test-left {  
    margin-right: 35px;
  }
}

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

  .wrap-inner {
    flex-direction: column;
		width: initial;
  }

  /* INDEX - Callouts */
  .callout {
    padding: 2% 0;
  }

  .cs-box {
    width: 94%;
    padding: 8% 2%;
    margin: 2% 1%;
  }

  .cs-or {
    position: relative;
    float: left;
    top: initial;
  }

  a.cs-button {
    padding: 8px 10px;
  }

  a.cs-number {
    font-size: 14px;
  }

  /* INDEX - Testimonial */
	#testimonial-section {
	  width: 100%;
    margin-top: 20px;
    padding-top: 30px;
	  background-color: #f4f4f4;
	  border-top: 1px solid #e4e4e4;
	}
	
	.testimonial-legacy h3 {
		color: #268DC7;
	}
	
	#test-left {
		width: 100%;
		height: auto;
		background: none;
	}
	
	#test-right {
		width: 100%;
		margin-left: 0;
		height: auto;
		background: none;
	}
	
	.cite {
		text-align: center;
		position: relative;
		top: -40px;
  }
  /* END OF INDEX */

  /* PRICING */
  .en-blocks {
    flex-direction: column;
    justify-content: center;
  }

  .en-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .en-blo {
    align-self: center;
    width: initial;
    max-width: 250px;
  }

  .en-btn {
    padding: 3%;
    margin: 2%;
    background: #ff831b;
    color: white;
    width: 90%;
    position: relative;
  }

  .en-num,
  .en-btn {
    display: block;
    align-self: center;
  }

  /* INDIVIDUAL FEATURES */
  .lefty {
		width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
	}
	
	.righty {
		width: 100%;
    margin: 20px 0;
	}
  /* END INDIVIDUAL FEATURES */


  /* TEMPLATE - Simple Callout */
	.simple-callout {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 2em;
	}
	/* END TEMPLATE */
  
  /* ERROR 404 */
  .error404-hero-container {
    flex-direction: column;
    justify-content: center;
  }

  .error404-hero-container-left {
    margin: 0 auto;
    max-width: 95%;
  }

  .error404-hero-container-right {
    max-width: 95%;
    margin: 0 auto;
  }
  /* END ERROR 404 */

}

@media screen and (max-width: 600px) {
  /* ACCOUNT CREATION */
  .meter {
    width: 90%;
  }
}