@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}

@font-face {
  font-family: FranklinGothicURWConDem;
  src: url(fonts/FranklinGothicURWConDem.otf);
}

@font-face {
  font-family: ITCFranklinGothicDemiComp;
  src: url(fonts/ITCFranklinGothicStd-DmCp.otf);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'ITCFranklinGothicDemiComp', 'Sans serif';
  font-weight: bold;
}

h1.big {
  font-size: 80px;
  line-height: 67px;
}

h2 {
  font-weight: bold;
  font-size: 50px !important;
  line-height: 45px !important;
}

h3 {
  font-weight: bold;
  font-size: 30px !important;
  line-height: 28px !important;
}

h4 {
  font-weight: bold;
  font-size: 20px !important;
  line-height: 27px !important;
}

p.a {
  font-size: 24px;
  line-height: 34px;
}

p.b {
  font-size: 18px;
  line-height: 24px;
}

p.c {
  font-size: 14px;
  line-height: 20px;
}

p.c a {
  color: white;
  text-decoration: underline;
}

body {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body.signup {
  background: #7825FF;
}

body.signup2 {
  background: #ff5adc;
  color: white;
}

body.signup2 footer {
  background: #ff5adc;
}

body.signup2 h1, body.signup2 p {
  color: #000000;
}

body.events {
  background: #00cdff;
}

body.events footer {
  background: #fff;
}

body.events h1, body.events p {
  color: #000000;
}

body.events a {
  color: #7825FF !important;
}

body.events .form-placement {
  background: white;
}

body.events .form-placement form .form-group {
  text-align: center;
}

body.events .form-placement form input, body.events .form-placement form select {
  background: white !important;
}

body.events .form-placement form .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

body.events .form-placement form .form-flex .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 10px;
}

body.events .form-placement form .form-flex .form-group input, body.events .form-placement form .form-flex .form-group select {
  border-radius: 0px;
  border: 1px solid black;
}

body.thanks {
  background: #7825FF;
  color: white;
}

section.events {
  background: white;
}

section.events h2 {
  font-size: 40px;
}

section.events h4 {
  font-family: 'Open Sans', sans-serif;
}

section.events .events-list {
  list-style: none;
  padding: 0px 15px;
}

section.events .events-list .fieldset {
  position: relative;
  top: 0%;
}

section.events .events-list .event {
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}

section.events .events-list .event .event-time, section.events .events-list .event .event-title {
  font-weight: bold;
}

section.events .events-list .event a {
  color: #7825FF;
  text-decoration: none;
}

section.events .events-list .event a small {
  position: relative;
  top: -2px;
}

section.events .events-list .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  height: 10px;
}

section.events input[type="checkbox"].checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 45px;
  height: 45px;
  position: relative;
}

section.events input[type="checkbox"].checkbox::before {
  content: 'Select';
  position: absolute;
  bottom: -20px;
  left: 2px;
}

section.events input[type="checkbox"].checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: rgba(255, 0, 0, 0);
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 3px #000000;
          box-shadow: inset 0 0 0 3px #000000;
  outline: none;
  font-size: 0rem;
  font-weight: bolder;
  line-height: 45px;
  text-align: center;
  -webkit-transition: background-color 100ms 0ms ease,
 color 100ms 120ms ease,
 font-size 100ms 120ms ease;
  transition: background-color 100ms 0ms ease,
 color 100ms 120ms ease,
 font-size 100ms 120ms ease;
}

section.events input[type="checkbox"].checkbox:focus {
  outline: none;
}

section.events input[type="checkbox"].checkbox:checked::after {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 3px #7825FF;
          box-shadow: inset 0 0 0 3px #7825FF;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='21px' viewBox='0 0 28 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPath%3C/title%3E%3Cg id='Feedback' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-3' transform='translate(-1214.000000, -711.000000)' stroke='%237825FF' stroke-width='3'%3E%3Cpolyline id='Path' points='1216 721.786068 1223.1502 729 1240 712'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  color: #7825ff;
  background-color: white;
  font-size: 30px;
}

.step.step-2 {
  display: none;
}

form input, form select {
  font-size: 14px;
}

nav.navbar .navbar-toggler {
  border-color: transparent;
}

nav.navbar .navbar-toggler:focus {
  outline: none !important;
  border: none !important;
}

nav.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.btn.cta {
  background: #00CDFF;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn.cta:hover, .btn.cta:active, .btn.cta:focus {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #B4D2E6;
}

footer {
  text-align: center;
}

footer p {
  color: #000000 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

footer a {
  color: white;
}

ul.guides {
  list-style: none;
}

ul.guides li.guide {
  border-bottom: 1px solid white;
  padding: 18px 0px 5px;
}

ul.guides li.guide a {
  color: white;
  display: block;
}

ul.guides li.guide a:hover, ul.guides li.guide a:active {
  color: #00cdff;
  text-decoration: none;
}

ul.guides li.guide a span {
  float: right;
}

.logo-container {
  padding: 0px;
}

.logo-container .logo {
  font-size: 50px;
  background-color: #7825FF;
  padding: 5px 10px;
  line-height: 50px;
  color: white;
  font-weight: bold;
}

.green-bg {
  background: #9bfa8c;
  color: #1e4b36;
}

.purple-bg {
  background: #7825FF;
  color: white;
}

.grey-bg {
  background: #222222;
  color: white;
}

.views {
  padding: 9px 13px;
}

.btn {
  border: none;
  font-weight: bold;
}

.btn.btn-black {
  background: #000000;
  color: white;
  font-weight: normal;
  font-size: 16px;
}

.btn.round {
  border-radius: 50px;
}

.btn.top-btn {
  margin-right: 15px;
}

section {
  padding: 40px 0;
}

section.hero {
  color: white;
}

section.video {
  color: inherit;
}

section.study-points .points {
  max-width: 420px;
}

section.study-points .points .point {
  padding-left: 0;
}

section.study-points .checks {
  padding-right: 0px;
}

.check {
  position: relative;
}

.check:before {
  content: '✓';
  position: absolute;
  top: -7px;
  font-weight: bold;
  font-size: 30px;
  color: #9bfa8c !important;
}

.pd {
  padding: 8px;
  background: #222222;
}

form label {
  font-weight: bold;
}

form input {
  background-color: #f5f5f5 !important;
}

.or-separator {
  position: relative;
  z-index: 0;
}

.or-separator hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.or-separator div {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: white;
  z-index: 1;
  padding: 0px 6px;
  text-align: center;
  width: 50px;
  text-transform: uppercase;
  color: grey;
}

@media screen and (max-width: 769px) {
  h1.big {
    font-size: 40px;
    line-height: 34px;
  }
  p.a {
    font-size: 18px;
    line-height: 28px;
  }
  p.b {
    font-size: 18px;
    line-height: 24px;
  }
  p.c {
    font-size: 14px;
    line-height: 20px;
  }
  ul.guides {
    margin: 0 auto;
    padding: 0 10px;
  }
  hr.m-mt-7 {
    margin-top: 7rem !important;
  }
  .m-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .m-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .events .m-order-2 {
    text-align: right;
  }
  .events .m-order-3 {
    margin-top: 20px;
  }
  body.events .form-placement .form-group {
    text-align: left !important;
    padding: 0 !important;
  }
  body.events .form-placement .form-flex {
    display: block !important;
  }
}
/*# sourceMappingURL=main.css.map */