*,
*::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: 12px "ff-basic-gothic-pro";
  color: #3f3f3f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section, header, footer {
  overflow-x: hidden;
}

ul {
  margin: 0;
}

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

img {
  max-width: 100%;
}

.button {
  color: #0b2240;
  padding: 5px 30px;
  background-color: #c5b585;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .button {
    font-size: 18px;
    padding: 10px 30px;
  }
}
.button:hover {
  background-color: #9a8c61;
}

.container {
  width: 90%;
  max-width: 1280px;
  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;
  }
}

.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 {
  position: absolute;
  display: block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots li:only-child {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border: 0;
  text-indent: -9999px;
  background: url("images/arrow.png") no-repeat center transparent;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-arrow:hover {
  background-position: 65% center;
}

.slick-prev {
  left: -100px;
  transform: rotate(180deg);
}

.slick-next {
  right: -50px;
}

.slick-dots {
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 0;
  }
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  border: 0;
  background: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #0b2240;
  transition: all 0.3s ease-in-out;
}
.slick-dots li.slick-active button {
  background-color: #9a8c61;
}

.header {
  border-top: 1px solid #fff;
  border-bottom: 50px solid #c5b585;
  background: #0b2240;
  padding: 45px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header {
    text-align: center;
  }
}
.header-right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .header-right {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
}
.header-right .enroll {
  font: 700 italic 28px "rift";
  color: #c5b585;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .header-right .enroll {
    font-size: 28px;
  }
}
.header-right .enroll a {
  color: #c5b585;
}
@media only screen and (max-width: 767px) {
  .header-right nav {
    display: none;
  }
}
.header-right nav ul li {
  display: inline-block;
  margin-left: 15px;
}
.header-right nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  padding-bottom: 5px;
  position: relative;
}
.header-right nav ul li a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #c5b585;
  transition: all 0.3s ease-in-out;
}
.header-right nav ul li a:hover {
  color: #c5b585;
}
.header-right nav ul li a:hover:after {
  width: 100%;
}

.hero {
  background: url("images/hero.jpg") no-repeat center;
  background-size: auto 100%;
  height: 860px;
  overflow: visible;
}
.hero .container {
  position: relative;
}
.hero .woman {
  position: absolute;
  top: -50px;
  left: 15%;
}
@media only screen and (max-width: 990px) {
  .hero .woman {
    left: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .woman {
    display: none;
  }
}
.hero .form {
  position: absolute;
  top: 70px;
  right: 20%;
  width: 430px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  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: 1090px) {
  .hero .form {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero .form {
    width: 95%;
    right: 2.5%;
    margin: 0;
  }
}
.hero .form__headline {
  font: 700 20px "ff-basic-gothic-pro";
  color: #c5b585;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hero .form__top {
  background-color: #0b2240;
  position: relative;
  border-radius: 25px 25px 0 0;
  padding: 75px 0 35px;
  text-align: center;
  position: relative;
}
.hero .form__top:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #0b2240;
  border-width: 15px;
  margin-left: -15px;
}
.hero .form__top img {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.hero .form__top p {
  color: #fff;
  font-size: 12px;
}
.hero .form__body {
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  padding: 35px 50px;
}
@media only screen and (max-width: 767px) {
  .hero .form__body {
    text-align: left;
    padding: 35px;
  }
}
.hero .form__entry {
  margin-bottom: 10px;
  min-width: 48%;
}
.hero .form__entry label {
  display: block;
  color: #c5b585;
  margin: 0;
  font-size: 14px;
}
.hero .form__entry input {
  border: 0;
  border-bottom: 1px solid #333;
  padding: 5px 0;
  color: #0b2240;
  width: 100%;
}
.hero .form__entry select {
  border: 0;
  border-bottom: 1px solid #333;
  padding: 5px 0;
  max-width: 100%;
}
.hero .form button {
  border-radius: 15px;
  border: 0;
  background-color: #c5b585;
  display: block;
  width: 90%;
  max-width: 280px;
  margin: 20px auto 0;
  padding: 7px 0;
  box-shadow: 3px 3px 0 #9a8c61;
  transition: all 0.3s ease-in-out;
}
.hero .form button span {
  display: inline-block;
  color: #fff;
  font: 700 16px "ff-basic-gothic-pro";
  text-transform: uppercase;
  padding-left: 20px;
  background: url(images/paper-plane.png) no-repeat left center;
}
.hero .form button:hover {
  box-shadow: 2px 2px 0 #9a8c61;
}

.step-forward {
  background-color: #0b2240;
}
.step-forward .container {
  position: relative;
  padding: 105px 0;
}
@media only screen and (max-width: 767px) {
  .step-forward .container {
    padding: 50px 0;
  }
}
.step-forward__headline {
  text-align: center;
  color: #fff;
  font-size: 34px;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.step-forward__headline span {
  font: 700 italic 50px/1 "rift";
  color: #c5b585;
  text-transform: uppercase;
}
.step-forward__headline strong {
  color: #c5b585;
}

.why h1 {
  font: 600 25px "ff-basic-gothic-pro";
  text-transform: uppercase;
  color: #9a8c61;
  margin: 0 0 20px;
}
.why__top {
  background: url(images/school.jpg) no-repeat center bottom;
  border-top: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  .why__top {
    background: url(images/school-mobile.jpg) no-repeat center bottom;
    background-size: cover;
  }
}
.why__top .container {
  position: relative;
  height: 530px;
}
@media only screen and (max-width: 767px) {
  .why__top .container {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.why__top-copy {
  width: 50%;
}
@media only screen and (max-width: 990px) {
  .why__top-copy {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .why__top-copy {
    width: 95%;
    margin: 0 auto;
  }
}
.why__top .student {
  position: absolute;
  bottom: -130px;
  right: 50px;
  max-width: calc(50% - 50px);
}
@media only screen and (max-width: 1090px) {
  .why__top .student {
    bottom: -43px;
  }
}
@media only screen and (max-width: 990px) {
  .why__top .student {
    right: -60px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .why__top .student {
    display: none;
  }
}
.why__top p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.why__top p span {
  color: #9a8c61;
  font-weight: 600;
}
.why__bottom {
  padding: 90px 0 30px;
  background: url("images/gradient.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .why__bottom {
    padding: 30px 0;
  }
}
.why__bottom h2 {
  font: 700 22px "ff-basic-gothic-pro";
  text-transform: uppercase;
  color: #0b2240;
  margin-bottom: 10px;
}
.why__bottom h3 {
  font: 700 italic 18px "rift";
  text-transform: uppercase;
  color: #0b2240;
  position: relative;
  z-index: 2;
}
.why__bottom p {
  line-height: 1.4;
  font-size: 14px;
}
.why__bottom .container {
  position: relative;
}
.why__bottom .seal {
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
}
.why__bottom .slider {
  position: relative;
  z-index: 2;
  max-width: 770px;
  margin: 0 auto;
}
@media only screen and (max-width: 990px) {
  .why__bottom .slider {
    max-width: 475px;
    width: 90%;
  }
  .why__bottom .slider img {
    display: block;
    margin: 0 auto;
  }
}
.why__bottom .slider__unit {
  text-align: left;
}
.why__bottom .slider__unit-copy {
  padding: 30px 20px 0 50px;
}
@media only screen and (max-width: 767px) {
  .why__bottom .slider__unit-copy {
    padding: 30px 0;
  }
}

.programs {
  background-color: #ebebeb;
  padding: 130px 0 80px;
}
@media only screen and (max-width: 990px) {
  .programs {
    padding: 80px 20px;
  }
}
.programs__col {
  margin-right: 5%;
}
@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-weight: 600;
  font-size: 25px;
  color: #9a8c61;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .programs h2 {
    text-align: left;
  }
}
.programs h3 {
  font-weight: 700;
  color: #0b2240;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.programs h4 {
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}
.programs ul {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 15px;
}
.programs ul li {
  margin-bottom: 4px;
  font-size: 14px;
}
.programs .button {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .programs .button {
    margin-top: 20px;
  }
}

.footer {
  padding: 40px 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer {
    text-align: center;
    padding: 40px 20px;
  }
}
.footer__left {
  max-width: 425px;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .footer__left {
    width: 100%;
  }
}
.footer__left p {
  margin: 40px 0 30px;
  color: #0b2240;
}
.footer__left .social li {
  display: inline-block;
  margin-left: 8px;
}
.footer__left .social li a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  font-size: 0;
}
.footer__left .social li a:hover {
  opacity: 0.8;
}
.footer__left .social li a.facebook {
  background: url("images/facebook.svg") no-repeat;
  background-size: 100% auto;
}
.footer__left .social li a.twitter {
  background: url("images/twitter.svg") no-repeat;
  background-size: 100% auto;
}
.footer__left .social li a.youtube {
  background: url("images/youtube.svg") no-repeat;
  background-size: 100% auto;
}
.footer__left .social li a.linkedin {
  background: url("images/linkedin.svg") no-repeat;
  background-size: 100% auto;
}
.footer__right {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer__right {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
  }
}
.footer__right p {
  margin-bottom: 10px;
  color: #0b2240;
}



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