/* ================= cover Section ================= */
#cover {
  position: relative;
  min-width: 100%;
  min-height: calc(100% - 50px);
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  color: rgba(0, 0, 0, 1.0);
  background: rgba(0,0,0,0.75) !important;
  z-index: 1000 !important;
  /*position: relative;
  width: 100%;
  height: calc(100% - 100px);
  margin: 0px;
  padding: 0px;
  z-index: 1000;
  background: url(../img/cover.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;*/
}
#cover .fullscreen-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-filter: brightness(.5);
  filter: brightness(.5);
  overflow: hidden;
}
#cover-headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 1000;
  overflow: hidden;
  margin: 0px;
  padding: 30px !important;
}
#cover-headline h1 {
  font-size: 6.0em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 1.0);
  margin: 0px !important;
  padding: 0px !important;
}
#cover-headline a:link,
#cover-headline a:hover,
#cover-headline a:visited,
#cover-headline a:active {
  display: block;
  max-width: 300px !important;
  color: rgba(255, 255, 255, 1.0);
  font-weight: 700 !important;
  margin: 30px auto 0px auto !important;
  padding: 10px 35px !important;
  border: 3px solid rgba(255, 255, 255, 1.0);
  border-radius: 30px;
  background: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#cover-headline a:hover {
  color: rgba(14, 161, 234, 1.0);
  background: rgba(255, 255, 255, 1.0) !important;
}



/* ================= how Section ================= */
#how {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 80px 0px;
  font-weight: 500;
  font-size: 1.2em;
  color: rgba(112, 112, 112, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  z-index: 1000;
}
#how h4 {
  font-size: 1.4em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(14, 161, 234, 1.0);
  margin: 0px 0px 15px 0px !important;
  padding: 0px !important;
}
#how h1 {
  font-size: 2.0em;
  line-height: 1.0em;
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 1.0);
  margin: 0px 0px 30px 0px !important;
  padding: 0px !important;
}
#how a:link,
#how a:hover,
#how a:active,
#how a:visited {
  display: block;
  max-width: 300px !important;
  color: rgba(14, 161, 234, 1.0);
  font-weight: 700 !important;
  margin: 30px auto 0px 0px !important;
  padding: 10px 35px !important;
  border: 3px solid rgba(14, 161, 234, 1.0);
  border-radius: 30px;
  background: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#how a:hover {
  color: rgba(255, 255, 255, 1.0);
  background: rgba(14, 161, 234, 1.0) !important;
}



/* ================= training Section ================= */
#training {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 80px 0px;
  font-weight: 500;
  font-size: 1.2em;
  color: rgba(112, 112, 112, 1.0);
  background-color: rgba(245, 245, 245, 1.0);
  z-index: 1000;
}
#training h4 {
  font-size: 1.4em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(14, 161, 234, 1.0);
  margin: 0px 0px 15px 0px !important;
  padding: 0px !important;
}
#training h1 {
  font-size: 4.0em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(0, 0, 0, 1.0);
  margin: 0px 0px 30px 0px !important;
  padding: 0px !important;
}
#training a:link,
#training a:hover,
#training a:active,
#training a:visited {
  display: block;
  max-width: 300px !important;
  color: rgba(14, 161, 234, 1.0);
  font-weight: 700 !important;
  margin: 30px auto 0px 0px !important;
  padding: 10px 35px !important;
  border: 3px solid rgba(14, 161, 234, 1.0);
  border-radius: 30px;
  background: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#training a:hover {
  color: rgba(255, 255, 255, 1.0);
  background: rgba(14, 161, 234, 1.0) !important;
}



/* ================= funding Section ================= */
#funding {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 80px 0px;
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 0, 0, 1.0);
  z-index: 1000;
}
#funding h1 {
  font-size: 2.0em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 1.0);
  margin: 0px 0px 15px 0px !important;
  padding: 0px !important;
  text-align: center;
}
#funding h3 {
  font-size: 2.0em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(14, 161, 234, 1.0);
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}
#funding .form-control { width: auto !important; margin-left: 0px !important; margin-right:0px !important; }


/* ================= video Section ================= */
#video {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  color: rgba(255, 255, 255, 1.0);
  background: none !important;
  overflow: hidden;
  z-index: 1000;
}

#video .fullscreen-video {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  -webkit-filter: brightness(.5);
  filter: brightness(.5);
  overflow: hidden;
}
#video .content {
  display: inline-block;
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: /*translateX(-50%)*/ translateY(-50%);
  width: 100%;
  height: auto;
  padding: 80px;
  margin: 0px;
  z-index: 1005 !important;
}
#video .content h1 {
  font-size: 6.0em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 1.0);
  margin: 0px 0px 15px 0px !important;
  padding: 0px !important;
  text-align: center;
}
#video .content h3 {
  font-size: 2.0em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(14, 161, 234, 1.0);
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}

/* ================= proof Section ================= */
#proof {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 80px 0px;
  font-weight: 500;
  font-size: 1.2em;
  color: rgba(112, 112, 112, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  z-index: 1000;
}
#proof h4 {
  font-size: 1.4em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(14, 161, 234, 1.0);
  margin: 0px 0px 15px 0px !important;
  padding: 0px !important;
}
#proof h1 {
  font-size: 4.0em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(0, 0, 0, 1.0);
  margin: 0px 0px 30px 0px !important;
  padding: 0px !important;
}
#proof a:link,
#proof a:hover,
#proof a:active,
#proof a:visited {
  display: block;
  max-width: 300px !important;
  color: rgba(14, 161, 234, 1.0);
  font-weight: 700 !important;
  margin: 30px auto 0px 0px !important;
  padding: 10px 35px !important;
  border: 3px solid rgba(14, 161, 234, 1.0);
  border-radius: 30px;
  background: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#proof a:hover {
  color: rgba(255, 255, 255, 1.0);
  background: rgba(14, 161, 234, 1.0) !important;
}

#proof .form-control { width:auto; }

/* ================= testimonials Section ================= */
#testimonials {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 80px 0px;
  font-weight: 500;
  font-size: 1.4em;
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 1.0) !important;
  border-top: 1px solid rgba(190, 190, 190, 1.0);
  z-index: 1000;
}
#testimonials h1 {
  font-size: 4.0em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(14, 161, 234, 1.0);
  margin: 0px 0px 60px 0px !important;
  padding: 0px !important;
  text-align: center;
}
#testimonials-carousel p {
  color: rgba(112, 112, 112, 1.0);

}
#testimonials-carousel small {
  color: rgba(190, 190, 190, 1.0);
  font-style: italic;
  font-size: 0.8em;
}
#testimonials-carousel {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px 80px;
}
#testimonials-carousel .carousel-inner .item {
  text-align: center;
}
#testimonials-carousel .carousel-inner .item img {
  width:100%;
  height:100%;
}
#testimonials-carousel .item .thumbnail {
  margin-bottom:0;
}
#testimonials-carousel .carousel-control.left, .carousel-control.right {
  background-image:none !important;
}
#testimonials-carousel .carousel-control {
  transform: translateY(50%);
  background: none !important;
  color: rgba(255, 255, 255, 1.0);
  padding: 12px;
  width:26px;
  top:auto;
  left:auto;
  bottom:50%;
  opacity:1;
  text-shadow:none;
}
#testimonials-carousel .carousel-control.right {
  background: none !important;
  color: rgba(255, 255, 255, 1.0);
  right:-15px;
  font-size: 2em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#testimonials-carousel .carousel-control.left {
  background: none !important;
  color: rgba(255, 255, 255, 1.0);
  left: -15px;
  font-size: 2em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#testimonials-carousel:hover  .carousel-control.right {
  color: rgba(14, 161, 234, 1.0);
  right: 0px;
}
#testimonials-carousel:hover  .carousel-control.left {
  color: rgba(14, 161, 234, 1.0);
  left: 0px;
}



/* ================= support Section ================= */
#support {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 80px 0px;
  font-weight: 500;
  font-size: 1.5em;
  color: rgba(225, 225, 225, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  z-index: 1000;
  background: url(../img/support.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
#support h4 {
  font-size: 1.4em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 1.0);
  margin: 0px 0px 15px 0px !important;
  padding: 0px !important;
}
#support h1 {
  font-size: 3.0em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 1.0);
  margin: 0px 0px 30px 0px !important;
  padding: 0px !important;
}
#support a:link,
#support a:hover,
#support a:active,
#support a:visited {
  display: block;
  max-width: 300px !important;
  color: rgba(255, 255, 255, 1.0);
  font-weight: 700 !important;
  margin: 30px auto 0px 0px !important;
  padding: 10px 35px !important;
  border: 3px solid rgba(255, 255, 255, 1.0);
  border-radius: 30px;
  background: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#support a:hover {
  color: rgba(14, 161, 234, 1.0) !important;
  background: rgba(255, 255, 255, 1.0) !important;
}



/* ================= registration Section ================= */
#registration {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 80px 0px;
  font-weight: 500;
  font-size: 1.2em;
  color: rgba(225, 225, 225, 1.0);
  z-index: 1000;
  background: rgba(14, 161, 234, 1.0) url(../img/fractal-blue.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
#registration .left,
#registration .right {
  text-align: center !important;
}
#registration h1 {
  font-size: 6.0em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 1.0);
  margin: 0px 0px 15px 0px !important;
  padding: 0px !important;
  text-align: center;
}
#registration h4 {
  font-size: 1.4em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(0, 0, 0, 1.0);
  margin: 0px 0px 50px 0px !important;
  padding: 0px !important;
  text-align: center;
}
#registration h3 {
  font-size: 2.0em;
  line-height: 1.0em;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 1.0);
  margin: 0px 0px 30px 0px !important;
  padding: 0px !important;
  text-align: center;
}
#registration h3 .thin {
  font-weight: 300 !important;
}
#registration .checklist {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.2em;
  text-align: left;
  margin: 0px auto !important;
  padding: 0px;
  list-style-type: none;
}
#registration .checklist > li{
  display: block;
  line-height: 3.8em;
  position: relative !important;
  padding-left: 80px !important;
  margin-bottom: 6px !important;
  font-weight: 900 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#registration .checklist > li:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#registration .checklist > li:nth-child(1):before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f075';
  font-size: 3em;
  color: rgba(255, 255, 255, 1.0);
}
#registration .checklist > li:nth-child(2):before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f095';
  font-size: 3em;
  color: rgba(255, 255, 255, 1.0);
}
#registration .left a:link,
#registration .left a:hover,
#registration .left a:active,
#registration .left a:visited {
  display: block;
  max-width: 300px !important;
  color: rgba(255, 255, 255, 1.0);
  font-weight: 700 !important;
  margin: 30px auto 0px auto !important;
  padding: 10px 35px !important;
  border: 3px solid rgba(255, 255, 255, 1.0);
  border-radius: 30px;
  background: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#registration .left a:hover {
  color: rgba(14, 161, 234, 1.0) !important;
  background: rgba(255, 255, 255, 1.0) !important;
}
#registration .right a:link,
#registration .right a:hover,
#registration .right a:active,
#registration .right a:visited {
  color: rgba(255, 255, 255, 1.0);
}
#registration .right ul li a:hover {
  color: rgba(255, 255, 255, 0.75);
}
#registration .right ul li:hover,
#registration .right ul li:hover::before {
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}
#registration .row:nth-child(2) {
  height: 100%;
}
#registration .seperator {
  left: 50%;
  top: 75%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  width: auto;
}
#registration .seperator::before,
#registration .seperator::after {
  display: block;
  position: relative;
  content: '';
  width: 1px;
  height: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 1.0);
}
#registration .seperator::after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* Open Ended Queries: Modify content for breakpoint and everything smaller than that breakpoint. */
@media all and (min-width: 1921px) {

}

@media all and (max-width: 1920px) {

}

@media all and (max-width: 1200px) {

}

@media all and (max-width: 992px) {

  #cover {
    width: 100%;
    height: calc(100% - 0px) !important;
  }
  #cover .fullscreen-video {
    position: relative;
    min-width: 100%;
    min-height: calc(100% - 0px) !important;
    width: 100%;
    height: calc(100% - 0px) !important;
  }
}

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

}

@media all and (max-width: 600px) {

}

@media all and (max-width: 480px) {

}

@media all and (max-width: 320px) {

}

/* Strict Queries: Modify only the content for specific breakpoints. */
@media all and (min-width: 1200px) and (max-width: 1919px) {

}

@media all and (min-width: 992px) and (max-width: 1199px) {

}

@media all and (min-width: 768px) and (max-width: 991px) {

}

@media all and (min-width: 480px) and (max-width: 767px) {

}

@media all and (min-width: 320px) and (max-width: 479px) {

}

@media all and (min-width: 0px) and (max-width: 319px) {

}

/* Landscape All Mode Mobile Phones. */
@media all and (orientation: landscape) and (max-width: 768px) {

}
