/*

My Custom CSS
=============

Author:  Solomon Hsu
Updated: March 2015
Notes:  Hand coded for Vretta.com

*/
/* Fonts */
@font-face {
  font-family: 'GeosansLight';
  src: url(../fonts/geosanslight.ttf);
  font-weight: normal;
}
/* Font Applications */
body,
h4,
h5,
h6,
p,
.works h2,
.parallax .parallax-copy h2 {
  font-family: 'GeosansLight', sans-serif;
}
.login-text h2,
.login-text a,
.login-text li,
.login-text h6,
.login-text p,
.round-box input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*#login input {
  color: black;
}*/
.alert{
  border-radius: 0px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'lato';
  font-weight: 200;
  font-family: 'Helvetica Neue', 'ralewayregular', 'Helvetica', 'Arial, sans-serif';
  letter-spacing: 0.5px;
}
/* a stage default reset */
a:active,
a:hover {
  outline: none;
  background: transparent;
}
h1,
h2,
h3 {
  font-family: 'corbel', Helvetica, Arial;
}
h1 {
  text-transform: uppercase;
}
.section-spacing {
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.displaced-anchor {
  position: relative;
}
.displaced-anchor .anchor-positiioner {
  height: 0px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: -113px;
}
.works p {
  font-family: 'centric gothic', Helvetica, Arial;
}
/* Nav bar */
.navbar {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand{
  padding:0px;
  height: 100px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-brand.shrink{
  height: 80px;
}
.contact-tooltip{
  border-left:1px solid #eeeeee; 
  padding:40px 35px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
}
.contact-tooltip.shrink{
  border-left:1px solid #eeeeee; 
  padding:30px 35px;
}
.nav{
  padding-top:27px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
}

.nav.shrink{
  padding-top:17px;
}

.navbar-nav li {
  text-transform: uppercase;
}
.navbar-nav li a,
.navbar-nav li a:hover,
.navbar-nav li a:focus {
  color: #00adef;
  font-size: 1.4em;
  background: none;
}
.content_text{
  font: 12px/22px"Helvetica Neue", "ralewayregular", Helvetica, Arial, sans-serif;
  opacity: 0.7;
  font-weight: 200;
  letter-spacing: 1px;
}
.parallax-title_02{
  width: 100%;
  margin: 120px 0 20px;
  font-size:40px;
  color:#FFFFFF;
  font-family: "lato", "ralewayregular", Helvetica, Arial, sans-serif;
  background-attachment: scroll;
  background-image: url('../images/divider1.png');
  background-repeat: repeat-x;
  background-position: top center;
  padding-top:20px;
  display:inline-block;
  text-transform:uppercase;
  position:relative;
  z-index:10;
  font-weight: 400;
  text-align: center;
  text-shadow:2px 2px 10px rgba(31,31,31,0.5);
}
#contact_form ul{
  font: 12px "Helvetica Neue", "ralewayregular", Helvetica, Arial, sans-serif;
  list-style: none;
  font-weight: 300;
  letter-spacing: 0.5px;
  float: none;
}
.collapse{
  display: block;
}
.intromath_logo_pd{
    float: left;
    margin-right: 5px;
    margin-left: -15px;
}

.intromath_logo {
  display: block;
  max-width: 200px;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #777777;
  text-align: center;
}

/* Video BG */
video {
  min-width: 100%;
  min-height: 10%;
  height: auto;
  z-index: -100;
  // background: url("../video/cloud1.jpg");
  background-size: cover;
}
.video-outter {
  width: 100%;
  height: 60px;
}
.video-wrap {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.video-wrap img{
  min-width: 100%;
}
/* Parallax */
#parallax {
  color: white;
  width: 100%;
  height: 750px;
  margin-top: 90px;
}
.parallax-text-wrap {
  position: relative;
  top: 10%;
}
.carousel-control .glyphicon, .carousel-control .icon-prev, .carousel-control .icon-next{
    width: 100px;
    height: 100px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 100px;
}

.brochures-btn{
  padding:15px 15px;
  font-family:'lato';
  text-transform:uppercase;
  background-color:#2baae1;
  border-radius:3px;
  font-weight:600;
  color:#fff;
  font-size: 13px;
  box-shadow:0px 1px 5px rgba(32,32,32, 0.3);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.brochures-btn:hover,
.brochures-btn:active,
.brochures-btn:focus{
  padding:15px 15px;
  font-family:'lato';
  font-size: 13px;
  text-transform:uppercase;
  background-color:#ffffff;
  border-radius:3px;
  font-weight:600;
  color:#2baae1;
  box-shadow:0px 1px 5px rgba(32,32,32, 0.3);
}

@media (max-width: 1441px) {
  .parallax-text-wrap{
    position: relative;
    top: 15%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parallax .col-sm-4,
  .parallax .col-sm-8 {
    width: 100%;
    margin: initial auto;
  }
}
.par-center {
  float: none;
  margin: auto;
}
.parallax-title {
  width: 100%;
  margin-left: 20%;
  position: relative;
  display: block;
  text-align: center;
  clear: both;
  text-shadow: 2px 2px 10px rgba(31,31,31,0.5);
}
.parallax-title h1 {
  line-height: 1em;
  font-size: 42px;
}
.parallax-copy {
  margin-top: 160px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: #ffffff;
  vertical-align: baseline;
  text-shadow: 3px 3px 10px #000;
}
.intro_submit{
  float:right; 
  color: #ffffff;
  width:28%;
}
.intro_submit:hover,
.intro_submit:focus{
  color: #ffffff;
}
/* Parallax */
#parallax {
  color: black;
  width: 100%;
  display: table;
}
#parallax input {
  padding: 7px 0px;
  margin: 1px;
  margin-bottom: 9px;
}
#parallax .btn-info,
#parallax .btn-success {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.parallax-bg {
  height: 685px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parallax .col-sm-4,
  .parallax .col-sm-8 {
    width: 100%;
    margin: initial auto;
  }
}
.parallax-title {
  width: 100%;
  margin: 170px 0 50px;
  position: relative;
  display: block;
  text-align: center;
  clear: both;
}
.parallax-title h1 {
  line-height: 1.4;
  font-size: 42px;
}
.parallax-copy {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
@media (max-width: 800px) {
  .parallax-copy {
    margin-top: 0;
  }
}
.par-center {
  float: none;
  margin: auto;
}
.bg1 {
  // background: url(../images/cloud2.png);
  // background-size: cover;
}
@media (max-width: 767px) {
  .bg1 {
    height: 1300px;
  }
}
.icon-white {
  background-image: url("../images/glyphicons-halflings-white.png");
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.icon-envelope {
  background-position: -72px 0;
}
.white {
  color: white;
  font-weight: bold;
}
.round-box {
  padding: 15px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  margin-bottom: 10px;
}

#intructor-registration a:hover{
  background-image:-webkit-linear-gradient(top, #555555, #222222);
}
.round-box h2 {
  color: black;
  margin-top: 0;
}
.round-box #teacher-new {
  padding: 10px;
}
.parallax #student-support,
.parallax #instructor-support {
  width: 50%;
  margin-left: 0;
  font-size: 15px;
  margin-bottom: 10px;
}
@media (max-width: 990px) {

}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: white;
  padding: 0 15px;
}
/* Tour */
#tour {
  margin-bottom: 60px;
  padding-bottom: 20px;
  margin-top: 35px;
  text-transform: uppercase;
}
#tour .btn,
footer .btn {
  padding: 13px 32px;
}
#tour .btn-primary,
footer .btn-primary {
  background-color: #2ab573;
  border-color: #2ab573;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
/* work section*/
.works {
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.works .col-sm-11 {
  margin-left: auto;
  margin-right: auto;
}
.works .carousel-inner .col-sm-8 img {
  width: 100%;
}
.works .work-title {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #27a9e1;
}
.works h2 {
  margin-bottom: 20px;
  margin-top: 20%;
  text-transform: uppercase;
}
.works .carousel-indicators {
  bottom: 0;
}
.works .carousel-indicators li {
  border-color: #27a9e1;
}
.works .carousel-indicators .active {
  background-color: #27a9e1;
}
.works .carousel-caption {
  position: inherit;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  text-shadow: none;
}
.works .carousel-caption p,
.works .carousel-caption h2 {
  color: black;
}
.works .carousel-control {
  color: #428bca;
}
.works .carousel-control .icon-prev {
  left: 10%;
  z-index: 50;
}
.works .carousel-control.left,
.works .carousel-control.right {
  background-image: none;
  background-color: transparent;
}
.works .carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
}
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
}
.left {
  display: none;
}
.licenter {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.vcenter {
  display: flex;
  align-items: center;
}
.section-content {
  height: 4em;
}
.work-sections {
  margin-top: 100px;
}
.assess-img .assess-link {
  margin-left: -70px;
  height: 145px;
}
.assess-img .assess-card {
  margin-bottom: -100px;
}
/*Try It Out Section*/
.try input {
  width: 100%;
  background-color: #2baae1;
  color: white;
  border: none;
  padding: 10px;
}
.try .col-sm-4 h1,
.try .col-sm-4 p {
  color: black;
}
.try .col-sm-8 img {
  width: 100%;
}
.try .btn-success {
  background-color: #bde5f6;
  color: #010101;
}
.try .btn-success:hover{
  background-color: #bde5f6;
  color: #010101; 
}

.try #try-form {
  margin-bottom: 42px;
}
.try #try-form input::-webkit-input-placeholder {
  color: white;
  text-align: center;
}
.try #try-form input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  text-align: center;
}
.try #try-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  text-align: center;
}
.try #try-form input:-ms-input-placeholder {
  color: white;
  text-align: center;
}
.try .form-input-block {
  margin: 10px 0;
}
.try .checkbox input {
  width: 20px;
  text-align: left;
}
.try .try-caption {
  font-size: 18px;
}
.try .try-submit {
  margin-top: 30px;
}
.try #try-tos {
  height: 120px;
  overflow-y: scroll;
  font-size: 70%;
}
.try #try-tos .loading {
  position: relative;
  top: 36px;
  text-align: center;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.try-responsive-margin{
  margin-bottom:80px;
  margin-top:80px;
}
.try #try-tos .glyphicon-refresh {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
.try #existing-user-alert {
  text-align: center;
  font-size: 117%;
}
/* Pricing Section */
.pricing {
  margin-bottom: 60px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.pricing-wrap {
  margin: 40px auto 0;
  float: none;
  cursor: pointer;
}
.pricing-wrap h3 {
  font-size: 36px;
}
.pricing-col-wraper {
  height: 480px;
}
.pricing-col-wraper h4 {
  font-weight: bold;
}
.pricing-col-bg {
  min-height: 20px;
  background: -webkit-linear-gradient(left, #e7e6e6, #f4f4f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #e7e6e6, #f4f4f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #e7e6e6, #f4f4f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(left, #e7e6e6, #f4f4f4);
  /* Standard syntax */
  margin: 10px auto;
}
.pricing-col-wraper .plan-flag {
  color: #fff;
  font-family: Tungsten, 'Tungsten A', 'Tungsten B', 'Helvetica Neue', 'Segoe UI', Segoe, Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 16px;
  font-size: 1em;
  padding: 10px 20px;
  text-transform: uppercase;
  line-height: 1;
  background: url(../images/pricing-tag.png) no-repeat center center;
  background-size: 100%;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 70px;
  display: inline-block;
}
.pricing-col-wraper .pricing-info {
  height: 300px;
  padding-top: 40px;
}
.pricing .pricing-col-wraper .pricing-info h4.pricing-month {
  margin: 35px auto 25px;
}
.pricing .pricing-foot {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pricing .btn-primary {
  background-color: #2aa9e0;
  border-color: #2aa9e0;
  border-radius: 20px;
  padding: 0 45px;
  font-size: 36px;
  font-weight: bold;
}
.pricing-title {
  padding-left: 0px;
  padding-right: 0px;
}
.pricing-title img {
  width: 100%;
  max-width: 360px;
}
.pricing .semester {
  z-index: 99;
}
.pricing-title .center-img {
  position: relative;
  top: -28px;
}
.slider_image{
  width:600px;
  margin-left:100px;

}
.title_margin{
  margin-bottom:50px;
}
.normal-background{
  background: #ffffff !important;
}
.entry-content{
  height: 285px;
}

.entry-content_02{
  height: 130px;
}
.entry-content_03{
  height: 160px;
}
@media (min-width: 1280px) {
  .works .carousel-control .icon-prev {
    left: 10%;
    top:53%;
    z-index: 50;
  }
}
@media (max-width: 768px) {
  .pricing-title .center-img {
    position: static;
    top: auto;
  }
  .slider_image{
    width:400px;
  }
  .try_image_padding{
    margin-left: 172px;
  }
  .try-caption_medium{
    text-align: center;
    margin-top:30px;
    margin-bottom:30px;
  }
  .login_medium{
    margin-top:20% !important;
  }
  .round-box {
  padding: 15px;
  background-color: #ffffff;
  background-color: rgba(200, 200, 200, 0.4);
  border-radius: 6px;
  margin-bottom: 10px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .pricing-title .center-img {
    position: relative;
    top: -17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-title .center-img {
    position: relative;
    top: -22px;
  }
}
/*Pop up Form*/
.modal form {
  margin: auto;
}
.modal #pop-contact_form {
  width: 90%;
}
.modal form,
.modal #pop-contact_form .input-field {
  color: black;
}
#myModalLabel {
  min-height: 20px;
  color: #2AAAE1;
  font-weight: bold;
}
.modal .modal-header p {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
}
/* Plane and Tracks*/
.planeTrack {
  height: 0;
}
.tracks {
  position: relative;
  float: none;
  clear: both;
}
.track-1 {
  left: 320px;
  top: -196px;
}
.track-2 {
  bottom: 192px;
  left: 480px;
}
.track-3 {
  bottom: -33px;
  left: -435px;
}
.track-4 {
  left: -280px;
  bottom: -60px;
}
.track-5 {
  left: 319px;
  bottom: 188px;
}
.track-6 {
  right: 405px;
  top: 112px;
}
.track-7 {
  left: 460px;
  bottom: 167px;
}
.plane {
  position: relative;
  width: 80px;
}
.plane-1 {
  top: -100px;
}
.plane-2 {
  bottom: 170px;
  left: 350px;
}
.plane-3 {
  right: 550px;
  top: 92px;
}
.plane-4 {
  left: 210px;
  bottom: 113px;
}
/* --------------------------------------
   Typography
   -------------------------------------- */
.text-blue {
  color: #27a9e1;
}
/* Features */
.features {
  margin-top:30px;
  padding-bottom: 20px;
  background-color: #2baae1;
  color: white;
  background-size: cover;
}
.features h1 {
  margin-bottom: 70px;
}
.features-inner {
  margin: 0 auto;
  float: none;
}
.carousel-caption {
  font-size: 24px;
}
.carousel-caption h4 {
  font-size: 32px;
}
.features .item {
  height: 550px;
}
#slide1 .car-img-box {
  background: url('../images/feature-1.png') top center no-repeat;
  width: 150px;
  height: 150px;
  background-size: 100%;
  margin: 0 auto 30px;
}
#slide2 .car-img-box {
  background: url('../images/feature-2.png') top center no-repeat;
  width: 150px;
  height: 150px;
  background-size: 100%;
  margin: 0 auto 30px;
}
#slide3 .car-img-box {
  background: url('../images/feature-3.png') top center no-repeat;
  width: 150px;
  height: 150px;
  background-size: 100%;
  margin: 0 auto 30px;
}
#slide4 .car-img-box {
  background: url('../images/feature-4.png') top center no-repeat;
  width: 150px;
  height: 150px;
  background-size: 100%;
  margin: 0 auto 30px;
}
/* Numeracy */
#numeracy {
  margin-bottom: 60px;
  padding-bottom: 20px;
  margin-top: 60px;
  position: relative;
}
.numeracy-title {
  margin-bottom: 35px;
}
.numeracy-title h1 {
  margin-bottom: 25px;
}
.num-description {
  position: absolute;
  z-index: 99;
}
#numeracy img {
  width: 100%;
}
/* Footer */
footer {
  background-color: #2aaae1;
  color: white;
  padding-top: 30px;
}
footer a,
footer a:hover,
footer a:focus {
  color: #999999;
  text-decoration: none;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer .social {
  display: inline-block;
  margin-top: 10px;
}
footer .social img {
  width: 45px;
}
.footer-left {
/*  height: 185px;*/
}
.social_links{
  margin-left:13px;
}
.address_header{
  font-family: 'corbel', 'Helvetica', 'Arial'!important;
  margin-bottom:3px;
  font-size: 17px;
}
.google_maps{
  font-family: 'corbel', 'Helvetica', 'Arial'!important;
  margin-top:5px;
}
.google_maps a{
  width:60px;
  color:rgba(255,255,255,0.5);
}


footer .map-icon {
  height: 0;
}
footer .footer-map {
  position: relative;
  top: 13px;
  left: 26%;
}
/* Contact */
footer .contact {
  text-align: center;
}
footer .contact h3 {
  text-align: left;
}
footer p {
  margin: 0;
}
#contact_form,
#pop-contact_form {
  margin-top: 5px;
  text-align: left;
  width: 250px;
}
#email-status {
  padding-left:15px;
  padding-right:15px;
  max-width: 100%;
}
.send-btn{
  padding: 8px 12px;
  margin-bottom: 15px;
  box-shadow: none;
  color: rgba(255,255,255,0.8);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #FDA527;
  background-repeat: repeat-x;
  border-color: #999999;
}

#contact_form, #pop-contact_form{
  margin-top: 5px;
  text-align: left;
  width: 100%;
}

.dark{
  background: rgba(0,0,0,0.5);
  border: 1px solid #DDDDDD;
  color: #b2b2b6;
  letter-spacing:0.5px;
  padding: 10px;
  outline: none;
  margin: 0;
  font-weight: 300;
  width:100%;
  max-width:100%;
  display: block;
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
  margin-bottom: 20px;
  -webkit-transition:0.2s border linear;
  -moz-transition:0.2s border linear;
  transition:0.2s border linear;
  -webkit-transform: translateZ(0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius: 0;
  -webkit-appearance: none;
}

#contact_form p,
#pop-contact_form p {
  text-align: right;
/*  padding-right: 5%; */
}

#contact_form p .btn,
#pop-contact_form p .btn {
  padding: 5px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: none;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #5d5b5c, #3d393a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d5b5c), to(#3d393a));
  background-image: -webkit-linear-gradient(top, #5d5b5c, #3d393a);
  background-image: -o-linear-gradient(top, #5d5b5c, #3d393a);
  background-image: linear-gradient(to bottom, #5d5b5c, #3d393a);
  background-repeat: repeat-x;
  border-color: #999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5b5c', endColorstr='#ff3d393a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#contact_form p .btn:active,
#pop-contact_form p .btn:active {
  background-color: black;
  border-color: #999999;
}
#contact_form p .btn::selection,
#pop-contact_form p .btn::selection {
  background-color: black;
  border-color: #999999;
}
#contact_form .input-field,
#pop-contact_form .input-field {
  background-color: white;
  font-weight: bold;
  border: 1px solid #999999;
  padding: 5px 10px;
}
#contact_form textarea,
#pop-contact_form textarea {
  width: 100%;
  height: 130px;
}
#contact_form .btn-form,
#pop-contact_form .btn-form {
  width: auto;
  height: auto;
}
#contact_form .btn-form:hover,
#pop-contact_form .btn-form:hover {
  background-color: black;
  box-shadow: none;
}
#myModal .modal-content {
  background: white;
  border-top: 5px solid #2AAAE1;
  border-bottom: 5px solid #2AAAE1;
  border-radius: 0;
}
#contact_form form::-webkit-input-placeholder,
#pop-contact_form .input-field::-webkit-input-placeholder {
  color: red;
}
#contact_form form:-moz-placeholder,
#pop-contact_form .input-field:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}
#contact_form form::-moz-placeholder,
#pop-contact_form .input-field::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}
#contact_form form:-ms-input-placeholder,
#pop-contact_form .input-field:-ms-input-placeholder {
  color: red;
}
/* --------------------------------------
   Media Queries
   -------------------------------------- */
/* Portrait & landscape phone */
/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  /* Work section */
  #works .carousel-inner .col-sm-8 {
    width: 50%;
    float: none;
    clear: both;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #works .item {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #works .carousel-indicators,
  #works .carousel-control {
    display: none;
  }
  #works .item .carousel-inner .col-sm-8 img {
    width: 100%;
  }
  #works .carousel-inner .carousel-caption {
    position: relative;
    right: auto;
    left: auto;
    padding-bottom: 0;
  }
  #works .carousel-inner .carousel-caption h2 {
    margin-top: 10px;
  }
  #works .carousel-inner .carousel-caption .assess-img {
    display: none;
  }
  #works .carousel-inner .carousel-caption .text-left {
    text-align: center;
  }
  #works .carousel-inner .vcenter {
    display: block;
    align-items: inherit;
  }
  #pricing .semester {
    bottom: 0;
  }
  .footer-left {
    height: auto;
  }
  footer {
    text-align: center;
  }
  footer .map-icon {
    display: none;
  }
  footer .social {
    margin-top: 25px;
  }
  /*Numeracy Section */
  #numeracy .numeracy-content .num-description {
    position: relative;
    left: auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  #numeracy .numeracy-content img {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  #contact_form {
    width: 90%;
    margin: 10px auto;
  }
}

.headerVideo {
  position: absolute;
  
}

.fullscreen-bg {
  // top: 50%;
  // left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  // -webkit-transform: translate(-50%, -50%);
  //    -moz-transform: translate(-50%, -50%);
  //     -ms-transform: translate(-50%, -50%);
  //   transform: translate(-50%, -50%);
}




@media (min-width: 992px) {
  .heroContent {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .fullscreen-bg__video {
    top: 0;
    bottom:0;
  }
}

.heroSection__heading {
  margin-top: 140px;
  display: inline-block;
  margin-right: 120px;
  text-align: center;
  font-size: 3em;
}

.fullscreen-bg__video {
  top: -170px;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#login-status .alert {
  color: #3e3e3e;
  border-color: currentColor;
}