@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600|Source+Sans+Pro:400,400i");



/* Main specific definitions */

a:hover {
  cursor: pointer;
  text-decoration: none !important;
}

a:focus,
a:active {
    outline: none !important;
}



/* Main layout definitions */

html {
  min-height: 100%;
  /*height: auto;*/
  height: 100%;
  font-size: 1em;
  line-height: 1.4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  width: 100%;
  min-height: 100%;
  /*height: auto;*/
  height: 100%;
  background: black;
  overflow-x: hidden;
}

body>#loading {
  position: absolute;
  z-index: 40000;
}

figure {
  margin: 1em;
}



/* Theme image and form preloading and background with common animation class */

.loginForm {
  display: none;
}

#imagesForPreloading * {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 1px;
  height: 1px;
}

.animation {
  background-repeat: no-repeat;
  position: absolute;
  animation-fill-mode: both;
}

.backgroundGraphics {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-filter: blur(1px) grayscale(20%);
  -moz-filter: blur(1px) grayscale(20%);
  -o-filter: blur(1px) grayscale(20%);
  -ms-filter: blur(1px) grayscale(20%);
  filter: blur(1px) grayscale(20%);
}



/* NCLab modals */

#modal-content {
  z-index:30000;
  position:absolute;
}


/* NCLab header */

.navbar.navbar-nclab {
  background: #fff;
  font-family: Montserrat, sans-serif;
  margin: 0 auto;
  max-width: 1140px;
  min-height: 70px;
  height: 70px;
  border: 0 !important;
  padding: 0;
}

.navbar.navbar-nclab .navbar-nav > li > a {
  background: #fff;
  /*padding-top: 0px; padding-bottom: 0px;*/
  padding: 25px 16px;
  /*line-height: 70px;*/
  font-weight: 400;
  font-size: 1rem;
  color: #333146;
}

.navbar.navbar-nclab .navbar-nav > li > a:hover {
  background-color: rgba(0,164,232,.7) !important;
  color: #fff !important;
  transition: background .3s ease, color .3s ease;
}

.navbar.navbar-nclab .navbar-nav > li.blue > a,
.navbar.navbar-nclab .navbar-nav > li.orange > a,
.navbar li.active a {
  background-color: #ed6639 !important;
  color: #fff !important;
}

.navbar.navbar-nclab .navbar-nav > li.blue > a {
  background-color: #00a4e8 !important;
}

.navbar.navbar-nclab .navbar-toggle {
  height: 50px;
  margin: 10px;
}

.navbar.navbar-nclab .navbar-collapse {
  border: 0px !important;
  padding: 0;
}

.navbar.navbar-nclab .navbar-collapse .navbar-nav {
  background: #fff;
  margin: 0;
}

.nclab-brand {
  background: url("images/logo_without_text.png");
  background-size: 170px;
  background-position: 16px 13px;
  background-repeat: no-repeat;
  position: relative;
  min-width: 240px;
  height: 70px;
  padding: 0 12px;
}

.logo_text {
  position: absolute;
  top: 60%;
  left: 63px;
  font-size: 0.52em;
}

.button_not_displayed {
  display: none !important;
}



/* Loading */

#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed !important;
  display: block;
  opacity: 0.99;
  background-color: #fff;
  z-index: 2000;
  text-align: center;
  transform: translate3d(0, 0, 1000px);
}

#size-check {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed !important;
  display: block;
  opacity: 0.99;
  background-color: #fff;
  z-index: 3000;
  text-align: center;
  transform: translate3d(0, 0, 1001px);
}

.no-js #loading {
  display: none;
}

#no-js-info {
  display: none;
}

.no-js #no-js-info {
  width: 800px;
  height: auto;
  padding: 20px;
  top: 300px;
  left: 50%;
  position: fixed;
  display: block;
  opacity: 0.99;
  background-color: #fff;
  z-index: 1000;
  text-align: center;
  transform: translate3d(-400px, 0, 110000px);
}

#no-js-info p {
  font-size: 20px;
}

#header {
  /**display: none;**/
}

main {
  position: relative;
  display: block;
  width: auto;
  min-width: 900px;
  min-height: 100%;
  margin: 0 auto -300px;
  padding: 0;
  overflow: hidden;
}

@media only screen and (min-width : 992px) {
  main {
    margin: 0 auto -220px;
  }
}

#content {
  position: relative;
  z-index: 2;
  width: auto;
  margin: 0 auto;
  padding: 20px;
  display: block;
  font-size: 14px;
  overflow: visible;
}

article {
  width: 90%;
  margin: 130px auto 430px auto;
  padding: 20px 30px 60px 30px;
  background-color: #E3EFF4;
  opacity: 0.94;
  border-radius: 6px;
  background-image: linear-gradient(0deg, #DEE8F0, #FFFFFF);
  /*box-shadow: 0 0 4px 2px #777;*/
}
@media only screen and (min-width : 992px) {
  article {
    width: 78%;
    margin: 130px auto 230px auto;
  }
}

/*.home article {
  visibility: hidden;
}*/

.hoc-unit {
  margin: 0 auto !important;
  overflow: visible;
}

.hoc-text {
  display: block;
  padding: 15px;
  font-size: 74%;
  text-align: center;
}



/* Age form, save HOC continuation key form */

.btn, .btn-primary {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 17.5px;
  padding: 8px 12px;
  text-transform: uppercase;
  border-radius: 0px;
  margin: 5px;
}

.btn {
  border: 1px solid transparent;
  background-color: rgb(221, 221, 221);
}

.btn-primary, .btn-close {
  border: 1px solid #ed6639;
  background-color: #ed6639;
  color: white;
}

.btn-close:hover {
  color: white;
}

.centeredForm {
  text-align: center;
}

.birthdate {
  width: 60%;
  min-width: 400px;
  margin: 0 auto;
}

.dob {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 16px;
  padding: 8px 12px;
  margin: 6px;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-property: border-color, box-shadow, -webkit-box-shadow, background-color;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  background-color: #ddd;
}

.dob:focus {
  border-color: #69d3ff;
  background-color: #fff;
}

.alert-success {
  background: none;
  border: 0;
  text-align: center;
  color: black;
}

.course-expander-button,
.course-expander-text {
    display: none;
}



/* Footer */

.footer .navbar-brand {
  height: 46px;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.footer .navbar-brand img {
  margin-top: -46px;
  width: 170px;
}
.footer .navbar-brand .tagline {
  bottom: 0;
  color: #929ba0;
  font-size: 0.625rem;
  line-height: 1;
  position: absolute;
  left: 46px;
}

.footer {
  background: #252037 url("images/footer-bg.jpg") center no-repeat;
  background-size: cover;
  color: #b8b8b8;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  overflow: hidden;
  padding: 80px 0;
}
.footer .navbar-brand {
  top: -17px;
}
.footer .navbar-brand .tagline {
  color: rgba(255, 255, 255, 0.5);
}
.footer .column-title {
  color: #fff;
  font-family: Montserrat,sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0.24em;
  line-height: 1.1;
  text-transform: uppercase;
}
.footer .footer-top .column-title {
  display: block;
}
.footer .column-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .column-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 2.25;
}
.footer .column-links a:hover {
  border-bottom: 1px solid #fff;
  color: #fff !important;
  text-decoration: none;
  padding-bottom: 3px;
}
.footer .column-links a:hover::after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
}
.footer .social-icon {
  position: relative;
}
.footer .social-icon::before {
  background: url("images/footer-social-icons.png") 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin-right: 10px;
  position: relative;
  top: 4px;
  width: 20px;
}
.footer .social-icon.facebook::before {
  background-position: 4px 0;
}
.footer .social-icon.twitter::before {
  background-position: -21px 0;
}
.footer .social-icon.linkedin::before {
  background-position: -42px 0;
}
.footer .social-icon.youtube::before {
  background-position: -63px 0;
}
.footer .social-icon.google-plus::before {
  background-position: -84px 0;
}
.footer .copyright {
  font-size: 0.875rem;
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.5);
}
