/* Global */
@import url('https://fonts.googleapis.com/css?family=Nixie+One|Quicksand:400,500,700');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');



html,
body {
  box-sizing: border-box;
  padding: 0;
	margin: 0;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	letter-spacing:normal;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
	background-color: white;	
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #192026;
	margin: 0 auto;
	line-height: 1.4em;
}

h1 {
	font-family: 'Nixie One', serif;
	font-size: 48px;
	font-weight: normal;
	line-height: normal;
	letter-spacing:normal;
	text-align: left;
	margin: 0;
	margin-bottom: 20px;
}


p {
	margin: 0;
	-webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

li {
	font-size: 13px;
	letter-spacing: normal;
	margin-bottom: 10px;
}

a { 
	text-decoration: none;
	color: #192026;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

a:hover {
	color: #7ac735;
}

a:active,
a:link:active {
	color: #419000;
}

a img {
	border: none; 
}

.row {
	max-width: 1220px;
	margin: 0 auto;
}

.container-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 100px 0;
	align-items: center;
}

.container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 5%;
}

/* ---------------------------------------------------------------------- LEGACY ---------------------------------------------------------------------- */
h2 {
  font-size: 32px;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 0px;
}

h3 {
  text-transform:uppercase;
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 18px;
  padding-bottom: 0px;
}

.wrap {
	width: 100%;
	float: left;
}

.wrap-inner {
	margin: 0 auto;
	width: 960px;
	padding: 0px 20px;
	overflow: visible;
	position: relative;
}

.page-title {
  font-size: 36px;
	text-align: center;
	margin: 30px auto;
}

.subtitle {
	margin-bottom: 20px;
	text-align: center;
}


/* QUICK TOUR PAGE */
#player {
	width: 960px; 
	height: 540px;
}
/* END QUICK TOUR PAGE */


/* FEATURES PAGE */
.feature-container {
	width: 960px;
	margin: 0 auto;
}

.feature {
  height: 270px;
  width: 19%;
  float: left;
  margin: 3%;
  text-align: left;
  opacity: 1;
}

.feature img {
	border-bottom:1px solid #ccc;
	width:100%;
	height:auto;
}

.feature h4 {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #333;
	text-align: center;
}

.feature h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	text-align: center;
}
/* END FEATURE PAGE */


/* PRICING PAGE */
.calcprice {
  width: 960px;
  background:#fefbee;
  padding:40px;
  float:left;
  border:1px solid #fcde3f;
  margin:40px auto;
  font-size:14px;
  font-weight:bold;
}

.styled-select select {
  background: transparent;
  width: 278px;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  float:left;
}

.styled-select {
  width: 250px;
  height: 34px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #fcde3f;
  float:left;
  margin-right:20px;
}

.stay {
  margin-bottom:-34px;
  line-height:34px;
  margin-right:10px;
  height:34px;
  float:right;
  color:#fcde3f;
}

.flow {
	float: left;
	margin: 10px 10px 0px 0px;
	font-size: 14px;
	line-height: 14px;
}

.calcprice .input{
  width: auto;
  height: 24px;
  overflow: hidden;
  border: 1px solid #fcde3f;
  font-size: 14px;
  padding:5px;
  height: 34px;
  -webkit-appearance: none;
  float:left;
  margin-right: 5px;
}

.calcprice .submit {
  color: #fff;
  width: 105px;
  border: 1px solid #fcde3f;
  height: 34px;
  font-size:14px;
  line-height: 0;
  margin: 0;
  padding: 5px;
  text-align:center;
  background:#fcde3f;
  text-transform:uppercase;
}

.calcprice .submit:hover {
  opacity:.8;
}

.calcprice h4 {
  font-size:24px;
  color:#fabb00;
  margin:0px;
  margin-bottom:20px;
  padding-bottom:10px;
  border-bottom: 1px solid #fde787;
  text-align:left;
}

.calcprice h2 {
  font-weight:200;
	font-family: 'Nixie One', serif;
  margin:20px 0px 0px 0px; 
  font-size:32px;
  text-align:left;
}

.pricing-container {
  width:960px;
  padding:0px;
  margin:0 auto;
  float:left;
}

.pricelist {
  list-style-type: none;
  margin:0px;
  padding:0px;
  width:253px;
  margin-right:3px;
  float:left;
  border:1px solid #fff;
  -webkit-border-radius: 7px;
border-radius: 7px;
  overflow:hidden;
}

.pricelist h3{
  font-size:12px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bolder;
  padding:10px;
  margin:0px;
  color:#fff;
  font-size:29px;
  background-color: rgba(0, 0, 0, .15);
}

.pricelist h2{
  font-size:70px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 200;
  padding:10px;
  margin:0px;
  color:#fff;
  background-color: rgba(255, 255, 255, .2);
  line-height:70px;
  padding-bottom:25px;
  font-family: 'Nixie One', serif;
}

.pricelist h2 span{
  font-size:12px;
  line-height: 0px;
  text-transform: none;
  margin-top:05px;
  margin-bottom:10px;
  text-align:center;
  width:253px;
  float:left;
  color:#fff;
  font-family: 'Quicksand', Helvetica, Arial, sans-serif;
}

.pricelist li {
  list-style-type: none;
  color:#777;
  margin:0px;
  padding:6px;
  border-top:1px solid #fff
}

.pricelist li {
  color: #333;
}
.pricelist li:nth-child(odd) {
  background-color: rgba(255, 255, 255, .9);
}
.pricelist li:nth-child(even) {
  background-color: rgba(255, 255, 255, .8);
}

.gaia {
  background:#b1d460;
  text-align:center;
}

.gaia:hover {
  opacity:.9;
}

.apollo {
  background:#118cc1;
  text-align:center;
}

.athena {
  background:#df0a81;
  text-align:center;
}

.athena:hover {
  opacity:.9;
}

.feats {
  background:#c9c9c9;
  width:180px;
}

.feats h3, .feats h2{
  background:#fff;
}

.fa-check {
color: #72a300;
text-align: center;
}


li {
  font-size: 20px;
  letter-spacing: normal;
  margin-bottom: 15px;
}

.pricelist li.btn {
  padding:30px;
}

.pricelist li {
  list-style-type: none;
  color: #777;
  margin: 0px;
  min-height: 18px;
  padding: 6px;
  border-top: 1px solid #fff;
  font-size: 14px;
  line-height: 16px;
}

.btn span {
  margin:20px;
  color:#fff;
  font-weight:bold;
  font-size:18px;
  padding:10px 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity:.9;
}

.btn span:hover {
  opacity:1;
}


.gaia .btn span {
  background:#b1d460;
}

.apollo .btn span {
  background:#118cc1;
}

.athena .btn span {
  background:#df0a81;
}

.bubble {
  font-weight: 700;
  height: 35px;
  width: 70px;
  background:#C9EBFA;
  font-size:10px;
  text-transform:uppercase;
  text-align:center;
  padding:5px;
  position:absolute;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-top:-20px;
  margin-left:180px;
  color:#177da9;
  line-height:normal;
}

.bubble-arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #C9EBFA;
  position:absolute;
  margin-top:15px;
  left:37px;
}
/* END PRICING PAGE */


/* SIGN UP PAGE */
#column-wrap {
	float: left;
	margin-bottom: 30px;
}

#column{
	width: 300px; 
	margin-left: 80px; 
	float: left;
}

.signup-form {
	width: 830px;

	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-radius: 7px;
}

.signup-form h2 {
  font-size: 30px;
  margin-top: 0;
  color: white;
  font-weight: 700;
  padding: 10px;
  border-radius: 7px 7px 0 0;
}

form {
	margin-top: 30px;
}

label {
	text-align: left;
	font-size: 15px;
	font-weight: 700;
	list-style-type: none;
	color: #666;
	margin: 5px 0;
	padding-left: 10px;
	display: block;
}

input {
	outline: none;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	width: 280px;
	font-size: 14px;
	text-align: left;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

input::placeholder {
  opacity: .3;
}

input:focus {
	-webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, .2);
}

.submit {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 50px;
	color: white;
	width: 290px;
	border: none;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	cursor: pointer;
  border-radius: 7px;
}

.submit:hover {
	opacity: 0.9;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

.submit:focus {
	opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-abbr-url{
	width: 110px;
	display: inline-block;
}

.form-asterisk {
	color: #FF6600;
	text-align: initial;
	float: none;
}

.form-explain,
.form-abbr-name {
  font-size: 14px;
  text-align: left;
  padding-left: 10px;
}

.form-item-agreement {
  font-size: 13px;
	margin: 10px 0 0 0;
}

.check{
	width: 10px;
  border: none;
  background: none;
	vertical-align: middle;
	margin: 0;
}

.check:focus {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
	
#schoolNameError,#contactPersonError,#emailAddressError,#emailAddressInvalid,#phoneNumberError,
#phoneNumberInvalid,#userPasswordError,#confirmPasswordError,#confirmPasswordMismatch,
#schoolCodeError,#schoolCodeInvalid,#couponCodeError,#iAgreeError,.error
{
	display:none;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	line-height:normal;
	margin:5px 0;
	color:#f26722;
}

.error-overview {
  text-align: center;
}

.gaia-form {
  background: #f7faef;
}

.apollo-form {
  background: #e7f3f8;
}

.athena-form {
  background: #fbe6f2;
}

.gaia-form h2,
.gaia-form .plan-submit {
  background-color: #c0db7f;
}

.apollo-form h2,
.apollo-form .plan-submit {
  background-color: #40a2cc;
}

.athena-form h2,
.athena-form .plan-submit {
  background-color: #e43a99;
}

/* END SIGN UP PAGE */


@media screen and (max-width: 700px) {
	.wrap-inner {
    margin: 0 auto;
    width: initial;
    max-width: 960px;
  }
  
	.page-title {
		text-align: center;
		font-size: 32px;
		padding: 0px;
		line-height: normal;
		background: none;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#player {
		max-width: 100%;
		height: auto;
	}
}

/* ------------------------------------------------------------- END LEGACY ------------------------------------------------------------- */


/* LEGACY CONTENT ADAPTOR */
.container-special {
	display: flex;
	margin-top: 100px;
}
/* END ADAPTOR */


/* NAVIGATION */
.navbar-sticky {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
	z-index: 30;
}

.navbar {
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 0 40px;
}

.mobile-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.navbar-logo {
  align-self: center;
}

.navbar-logo img {
	height: 30px;
}

.navbar-link {
  padding: 29px 20px;
}

.navbar-link:last-child {
	padding-right: 0;
}

.navbar-items {
  display: flex;
}

.navbar-link:last-child a {
	color: #7ac735;
	padding: 10px 20px;
	border-radius: 3px;
  border: 2px solid #7ac735;
}

.navbar-link:last-child a:hover {
	color: white;
	background-color: #7ac735;
	transition: .5s ease-in-out;
}

.navbar-link:last-child a:active {
	color: white;
	background-color: #419000;
	transition: .5s ease-in-out;
	border-color: #419000;
}

.navbar-items_right {
  margin-left:auto;
}

.navbar-toggle {
  display: none;
}

/* Navigation - Burger Bars */
#burgerbars {
  width: 20px;
  height: 16px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#burgerbars span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #192026;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#burgerbars span:nth-child(1) {
  top: 0px;
}

#burgerbars span:nth-child(2),#burgerbars span:nth-child(3) {
  top: 6px;
}

#burgerbars span:nth-child(4) {
  top: 12px;
}

#burgerbars.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#burgerbars.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #192026;
}

#burgerbars.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #192026;
}

#burgerbars.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* FOOTER */
footer {
	display: flex;
	flex-direction: column;
}

.footer-icons {
	display: inherit;
	justify-content: space-between;
	border-bottom: 1px solid #c3c5c6;
}

.footer-apps,
.footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-legal {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 35px;
	color: #888b8d;
	font-size: 12px;
}

p.footer-legal-copyright {
	color: inherit;
	font-size: inherit;
	padding-top: 0;
}

.fa-heart-footer {
	font-size: inherit;
	padding: 0;
	color: #c72e2e;
}

ul.footer-legal-links {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

.footer-legal-links li {
	display: inline-block;
	padding-left: 20px;
	font-size: inherit;
}

.footer-legal-links li a {
	font-size: inherit;
	color: inherit;
}

.footer-legal-links li a:hover {
	color: #7ac735;
}

.footer-icons a {
  font-size: 20px;
  width: 20px;
  text-align: center;
	margin: 35px 10px;
}

svg:hover {
  fill: red;
}


/* ======================================================= RESPONSIVE - @media <1024px ====================================================== */
@media only screen and (max-width : 1024px) {
	/* NAVIGATION */
	.navbar,
	.navbar-items {
    flex-direction: column;
  }
  
  .navbar-items {
    display:none;
    align-items: flex-start;
    z-index: 100;
  }
  
  .navbar-items_right .navbar-link {
    width: 100%;
    text-align: left;
		padding: 30px 0;
  }
  
  .navbar-items_right {
    margin-left:0;
  }
  
  .navbar-toggle_show {
    display: flex;
  }
  
  .navbar-toggle {
    display: flex;
		padding: 27px 0;
    cursor: pointer;
   }
	
	.navbar-link {
		margin: 0;
		font-size: 24px;
		font-weight: 500;
		text-transform: none;
	}
	
	.navbar-link:last-child a {
		padding: 30px 0;
		border: none;
	}

	.navbar-link:last-child a:hover {
		color: #96e350;
		background: none;
	}
	
	.navbar-link:last-child a:active {
		color: #419000;
		background: none;
		border: none;
	}
	
	/* FOOTER */
	footer,
	.footer-legal,
	.footer-icons {
		justify-content: center;
	}
	
	.footer-legal {
		flex-direction: column;
	}
	
	.footer-legal-copyright {
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}
	
	ul.footer-legal-links {
		float: none;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
}

/* ======================================================= RESPONSIVE - @media <768px ====================================================== */
@media screen and (max-width: 768px) {
	/* FOOTER */
	.footer-global {
		margin-top: 100px;
	}
}


/* ========================================================== RESPONSIVE - @media <600px =========================================================== */
@media screen and (max-width: 600px) {
	/* NAVIGATION */
	.navbar {
	  padding: 0 20px;
	}

  /* FOOTER */
  .footer-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer-apps,
  .footer-social {
    justify-content: center;
  }

	.footer-legal-copyright {
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.footer-legal-madein {
		display: block;
	}
	
	ul.footer-legal-links {
		display: block;
		text-align: center;
	}
	
	.footer-legal-links li {
		display: block;
		padding: 0;
	}
}


/* ========================================================== RESPONSIVE - @media <414px =========================================================== */
@media screen and (max-width: 414px) {
	/* FOOTER */
	ul.footer-legal-links {
		display: block;
	}
	
	.footer-legal-links li {
		display: block;
		padding: 0;
	}
	
	.footer-legal-links li {
		display: block;
		padding: 0;
	}
}










