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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

select::-ms-expand {
  display: none;
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: 0 !important;
}

body {
  background: #fff;
  font: 16px "Open Sans", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  margin: 0;
}

a {
  color: #000;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.button {
  color: #fff;
  padding: 5px 30px;
  background-color: #ea125f;
  border-radius: 15px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .button {
    font-size: 13.5px;
    padding: 10px 20px;
  }
}

.container {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .no-mobile {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile {
    display: inline-block;
  }
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 990px) {
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.flex.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.flex.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex.align-items-center {
  -ms-flex-align: center;
      align-items: center;
}
.flex.align-items-start {
  -ms-flex-align: start;
      align-items: flex-start;
}
.flex.align-items-end {
  -ms-flex-align: end;
      align-items: flex-end;
}
.flex.align-items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}
.flex.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex.align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex.align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.flex.align-content-baseline {
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

.animate {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .animate {
    opacity: 1;
    transform: none !important;
  }
}
.animate.top {
  transform: translateY(100px);
}
.animate.top.fade-in {
  transform: translateY(0);
}
.animate.bottom {
  transform: translateY(-100px);
}
.animate.bottom.fade-in {
  transform: translateY(0);
}
.animate.left {
  transform: translateX(-100px);
}
.animate.left.fade-in {
  transform: translateX(0);
}
.animate.right {
  transform: translateX(100px);
}
.animate.right.fade-in {
  transform: translateX(0);
}
.animate.clip {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 1;
}
.animate.clip.fade-in {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.animate.fade-in {
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.18, 0.32, 0.17, 0.99);
}

.hidden, .hero .form__entry label {
  position: absolute;
  display: block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hero {
  background: url("images/hero-bg.jpg") no-repeat;
}
@media only screen and (max-width: 990px) {
  .hero {
    background-size: cover;
  }
}
.hero__content {
  padding: 30px 0 10px;
}
.hero__content .logo {
  max-width: 140px;
  margin-left: 150px;
}
@media only screen and (max-width: 767px) {
  .hero__content .logo {
    display: block;
    margin: 0 auto;
  }
}
.hero__content .apply {
  color: #fff;
  font: 24px "Nunito", sans-serif;
  margin-bottom: 10px;
}
.hero__content .apply strong {
  font-size: 22px;
}
.hero__content .apply a {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .hero__content .apply {
    font-size: 20px;
  }
}
.hero__uvp {
  font: 700 50px/1 "rig-solid-bold-reverse", sans-serif;
  color: #fff;
  margin: 30px 0 20px;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: 0.5s;
}
.hero__uvp span {
  display: inline-block;
}
.hero__uvp span:nth-child(2) {
  font-size: 90px;
}
.hero__uvp span:nth-child(3) {
  font-size: 50px;
}
.hero .form {
  background-color: #ea125f;
  width: 600px;
  padding: 30px 50px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 0 rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  text-align: center;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: 1s;
}
@media only screen and (max-width: 990px) {
  .hero .form {
    margin: 30px auto 50px;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .hero .form {
    width: 97%;
    margin: 30px 0 50px;
    padding: 40px;
  }
}
.hero .form h2 {
  color: #fff;
  font: 900 50px/1.2 "Nunito", sans-serif;
  text-transform: uppercase;
}
.hero .form h2 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .hero .form h2 {
    font-size: 42px;
  }
  .hero .form h2 span {
    font-size: 15px;
  }
}
.hero .form h3 {
  color: #633684;
  font: 800 18px "Nunito", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .hero .form h3 {
    font-size: 15px;
  }
}
.hero .form p {
  color: #fff;
  font: 14px "Nunito", sans-serif;
}
.hero .form__body {
  padding-top: 20px;
}
.hero .form__entry {
  margin-bottom: 10px;
}
.hero .form__entry input {
  border: 0;
  font-size: 14px;
  padding: 9px 20px;
  background: #fff;
  border-radius: 25px;
  width: 100%;
}
.hero .form__entry select {
  border: 0;
  font-size: 14px;
  padding: 9px 20px;
  background: #fff;
  border-radius: 25px;
  width: 100%;
}

.hero .form__entry input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
.hero .form__entry input::placeholder {
  opacity: 1;
  color: #000;
}
.hero .form .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.hero .form .col .form__entry {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .hero .form .col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero .form .col .form__entry {
    width: 100%;
  }
}
.hero .form button {
  border-radius: 25px;
  border: 0;
  display: block;
  padding: 13px 0;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  background: #ffc600;
  color: #633684;
  font: 800 18px "Nunito", sans-serif;
  text-transform: uppercase;
}
.hero .form button:hover {
  background: #fff;
  color: #ea125f;
}

.intro {
  background: url("images/intro-bg.jpg") no-repeat center;
  position: relative;
  background-size: cover;
}
.intro .container {
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .intro .container {
    padding: 50px 0;
  }
}
.intro img {
  position: absolute;
  bottom: 0;
  max-height: 600px;
}
@media only screen and (max-width: 990px) {
  .intro img {
    display: none;
  }
}
.intro__right {
  width: 55%;
  max-width: 560px;
  color: #fff;
}
@media only screen and (max-width: 990px) {
  .intro__right {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .intro__right {
    width: 100%;
    max-width: 100%;
  }
}
.intro__right h2 {
  font: 800 35px/1.2 "Nunito", sans-serif;
  margin-bottom: 20px;
}
.intro__right p {
  margin-bottom: 20px;
}

.more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.more__copy {
  max-width: 750px;
  padding: 30px;
}
.more h2 {
  font: 700 75px/1 "rig-solid-bold-reverse", sans-serif;
  color: #633684;
  margin-bottom: 30px;
}
.more h2 span {
  font-size: 36px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .more h2 span {
    font-size: 30px;
  }
}
.more p {
  margin-bottom: 20px;
}
.more img {
  max-width: 60%;
}
@media only screen and (max-width: 990px) {
  .more {
    padding: 30px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .more img {
    max-width: 100%;
  }
}

.programs {
  background-color: #ebebeb;
  padding: 80px 0;
  position: relative;
}
.programs:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 25%;
  left: 0;
  top: 0;
  background: url("images/books-sketch.png") no-repeat right center;
}
.programs .container {
  padding-left: 14%;
}
@media only screen and (max-width: 990px) {
  .programs {
    padding: 50px 0;
  }
  .programs .container {
    padding-left: 15px;
  }
  .programs::before {
    display: none;
  }
}
.programs__col {
  margin-right: 8%;
}
@media only screen and (max-width: 990px) {
  .programs__col {
    width: 30%;
    margin-right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .programs__col {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.programs h2 {
  font-family: rig-solid-bold-halftone, sans-serif;
  font-weight: 700;
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 45px;
  color: #633684;
}
@media only screen and (max-width: 767px) {
  .programs h2 {
    font-size: 52px;
    line-height: 1;
  }
}
.programs h3 {
  color: #ea125f;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .programs h3 br {
    display: none;
  }
}
.programs ul {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 15px;
}
.programs ul li {
  margin-bottom: 4px;
  font-size: 14px;
}
.programs .button {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .programs .button {
    margin-top: 20px;
  }
}

.footer {
  padding: 50px 0;
  background: #7d8c93;
}
.footer img {
  max-width: 120px;
}
.footer p {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 30px;
  max-width: 500px;
  width: 40%;
}
@media only screen and (max-width: 990px) {
  .footer p.desc {
    width: 60%;
  }
}
@media only screen and (max-width: 990px) {
  .footer iframe {
    margin-top: 40px;
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .footer p {
    width: 100% !important;
    margin: 30px 0;
  }
}



/*# sourceMappingURL=style.css.map */
