@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! border-box fix from Paul Irish http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6, p {
  line-height: 1;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em; }

h1 {
  font-size: 6.5em; }

h2 {
  font-size: 5em; }

h3 {
  font-size: 3.5em; }

h4 {
  font-size: 2em; }

h5 {
  font-size: 1.3em; }

h6 {
  font-size: 1em; }

h2 {
  letter-spacing: -2px; }

h5,
h6 {
  letter-spacing: 0.1em;
  font-weight: 100;
  text-transform: uppercase; }

p {
  line-height: 1.7;
  margin-bottom: 20px; }

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: .35s all ease;
  transition: .35s all ease; }
  a:hover {
    opacity: 0.75; }

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid rgba(250, 250, 250, 0.25);
    margin: 1em 0; padding: 0; }

button {
  border: 0;
  outline: 0; }

input {
  color: #222;
  height: 42px;
  margin-top: 2px;
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  padding-left: 10px; }

.footer-form input {
  tranform: translateX(2px); }

.btn {
  display: inline-block;
  background-color: #42AAC3;
  border-radius: 40px;
  padding: 15px 32px;
  font-family: 'Libre Franklin','LibreFranklin-Regular', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 2.58px;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .35s all ease;
  transition: .35s all ease;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
  .btn:hover {
    opacity: 1;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25); }

.btn.btn-clear {
  margin-top: 10px;
  background-color: transparent;
  border: 1px solid #dedede; }

.btn.drop {
  -webkit-transform: translateY(10px);
          transform: translateY(10px); }
  .btn.drop:hover {
    -webkit-transform: translateY(7px);
            transform: translateY(7px); }

.btn.cta {
  background-color: #FF3B4C; }

.u-spacer {
  width: 100%;
  clear: both; }

.u-center-text {
  text-align: center; }

.u-hide {
  display: none; }

.full-col,
.half-col,
.third-col,
.two-third-col,
.fourth-col,
.three-fourth-col {
  display: block; }

.full-col {
  width: 100%; }

.half-col {
  width: 50%; }

.third-col {
  width: 36%; }

.two-third-col {
  width: 63%; }

.fourth-col {
  width: 26%; }

.three-fourth-col {
  width: 73%; }

@media (max-width: 750px) {
  .full-col,
  .half-col,
  .third-col,
  .two-third-col,
  .fourth-col,
  .three-fourth-col {
    width: 100%;
    float: none; } }

.row {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;}


.u-center {
  margin: 0 auto;
  /* width: auto; */
}
.u-two-col {
  -webkit-columns: 2 200px;
  columns: 2 200px; }

.u-pull-left {
  float: left !important; }

.u-pull-right {
  float: right !important; }

.program-video {
  width: 580px;
  margin-bottom: 25px;
  background-color: rgba(16, 21, 38, 0.2);
  padding: 10px 10px 5px 10px;
}

@media (max-width: 750px) {

.program-video {
  width: calc(100% - 10px);
	position: relative;
	padding-bottom: 44.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  border: 10px solid rgba(16, 21, 38, 0.2);
}
.program-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  /* margin-bottom: 30px; */
 }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 0px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body {
  display: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Libre Franklin','LibreFranklin-Regular', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1.14px;
  line-height: 26px;
  background-image: linear-gradient(44deg, #012446 0%, #098094 100%);
  background-size: cover; }


/* HELPER CLASSES */

.bold {
  font-weight: bold;
}
.non-italic {
  font-style: normal;
}
.align-center {
  left: 50%;
  transform: translateX(-50%);
}

.no-hover:hover {
  transform: translateX(-50%);
}

h1 {
  font-family: 'Libre Franklin','LibreFranklin-Bold', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 64px;
  color: #FFFFFF;
  letter-spacing: -2.3px; }

@media (max-width: 450px) {
  h1 {
    font-size: 56px;
    line-height: 60px; } }

h2 {
  font-family: 'Libre Franklin','LibreFranklin-Italic', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  color: #FFFFFF;
  letter-spacing: -1.15px; }

h3 {
  font-family: 'Libre Franklin','LibreFranklin-Italic', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #67D0FF;
  letter-spacing: -1.15px; }

h4 {
  font-family: 'Libre Franklin','LibreFranklin-Bold', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1.17px;
  line-height: 22px;
  text-transform: uppercase; }

.caption {
  opacity: 1;
  font-family: 'Libre Franklin','LibreFranklin-Italic', sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.86px;
  line-height: 20px; }

p.small {
  font-family: 'Libre Franklin','LibreFranklin-Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 22px; }

body.home {
  position: relative;
}

#particles-js {
  /* float: left; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 90vh;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("https://www.esafoundationscholars.com/css/styles.css");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 0; }

.content-container {
  position: absolute;
  width: 100vw; }

.hero {
  float: left;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 2; }

  .hero .row1 {
    padding-top: 11.5%; }
  .hero .row2 {
    margin-top: 8%; }
  .hero .row * {
    opacity: 0.99; }
  .hero .hero-logo-caption {
    height: 50px;
    padding-top: 21px;
    margin-right: 10px; }
  .hero .hero-logo {
    width: 190px;
    margin-left: 20px;}
  .hero .home-link {
    display: block;
    margin-bottom: 25px; }
  .hero .how-hero-left,
  .hero .how-hero-right {
    width: 50%;}
  .hero .how-hero-right {
    float: right;
  padding-left: 25}
    .hero .how-hero-right img {
      width: 150px;
      margin-right: 50px;
      float: right; }

      .hero-logo-caption {
        margin-left: 20px;
      }

@media (max-width: 750px) {
  .hero .how-hero-right {
    float: left; }
    .hero .how-hero-right img {
      width: 125px;
      margin-right: 0;
      margin-bottom: 30px; } }

@media (max-width: 450px) {
  .hero-right {
    margin-top: 50px; } }

.intro {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  /* padding-top: 9%;  */
}
  .intro .intro-left-2 {
    margin-top: 0px;
    margin-bottom: 100px; }
  .intro .intro-right {
    padding: 0 20px; }
  .intro .intro-right-callout {
    padding: 20px;
    padding-bottom: 0px;
    background-color: rgba(16, 21, 38, 0.2); }
  .intro .intro-right-callout-how-to {
    padding-bottom: 20px !important; }
    .intro .intro-right-callout-how-to ul {
      padding-left: 17px; }

  .intro .intro-right-callout-apply-links {
    margin-top: 8px;
    padding: 16px;
  }

  .apply-link {
    margin: 8px 0 12px 0;
  }

@media (min-width: 750px) {
  .home .intro-left{ margin-top: -150px;}

}

@media (max-width: 750px) {
  .intro-right-callout {
    margin-top: 75px; }
  .intro-left-2 {
    margin-top: 25px;
    margin-bottom: 50px; } }

.apply-left-callout {
  margin-top: 18%;
  padding: 20px;
  padding-bottom: 0px;
  background: #E14257;
  background-image: linear-gradient(-24deg, #e14258 0%, #d94677 100%);
  border-radius: 2px; }

.apply-right {
  padding-top: 2%;
  margin-top: 75px;
  text-align: center; }
  .apply-right span > .btn {
    margin-left: 10px;
    font-size: 16px;
    padding: 20px 42px; }

@media (max-width: 750px) {
  .apply-left-callout {
    margin-top: 25px; }
  .apply-right {
    margin-top: 75px; } }


@media (max-width: 870px) {
  .quote-container {
        margin-bottom: 50px;
      }
    }

    @media (max-width: 750px) {
      .quote-container {
            /* height: 500px; */
          }
        }

.quotes {
  float: left;
  width: 100%;
  padding-top: 10%;
  margin: 40px 0;
overflow-y: visible;
display: block;}
  .quotes .quote-container {
    width: 100%;
    /* min-height: 650px; */
    display: block;
    position: relative;
    overflow: visible;
    margin-bottom: 10px; }

.quote-intro {
  position: absolute;
  top: 20%;
  left: 0;
  width: 60%;
  padding-right: 100px; }

@media (max-width: 750px) {
  .quote-intro {
    width: 90%;
    padding-right: 100px; } }

.quote-slider {
  /* height: 800px; */
  position: absolute;
  left: 0;
  display: block;
  overflow-y: visible;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1001;
  -webkit-transition: .25s all ease;
  transition: .25s all ease; }

.quote-slider.quote-slider-init {
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }

@media (max-width: 750px) {
  .quote-slider {
    position: relative; }
  .quote-slider.quote-slider-init {
    -webkit-transform: translateX(50%);
            transform: translateX(50%); } }

.quote-slide {
  padding-left: 60px;
overflow: visible;
/* height: 400px; */
height: 110%;
}
  .quote-slide:focus {
    outline: 0; }

@media (max-width: 750px) {
  .quote-slide {
    padding-left: 0;
    overflow: visible;
    /* height: 600px; */
    } }

.quote-slides {
  /* height: 00px; */
  position: relative;
  overflow-y: visible;
  z-index: 4099;
  opacity: 0.99;
}

@media (max-width: 750px) {
  .quote-slides {
    /* height: 400px; */
     } }

.quote-slide-img {
  margin: 10px;
  width: 250px;
  height: 250px;
  overflow-y: visible;
  background-color: #FFF;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: .25s all ease;
  transition: .25s all ease; }

.quote-slide-1.quote-slider-init .quote-slide-img:hover {
  opacity: 1;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25); }

.quote-slide-text {
  text-align: center;
  padding: 0 25px;
  padding-top: 25px;
  padding-bottom: 20px;
  width: calc(100% - 270px);
  /* height: 300px; */
  overflow: visible;}
  .quote-slide-text h3 {
    color: #fff;
  }
@media (max-width: 750px) {
  .quote-slider {
    position: relative; }
  .quote-slider.quote-slider-init {
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  .quote-slide-text {
    margin-top: 5%;
    width: 100%; }
    .quote-slide-text h3 {
      font-size: 18px;
      line-height: 22px;
      letter-spacing: normal; } }

@media (max-width: 750px) {
  .quote-slide-img {
    margin-left: 32%; }
  .slider-controls {
    margin-left: 19%; } }

@media (max-width: 600px) {
  .quote-slide-img {
    margin-left: 26%; }
  .slider-controls {
    margin-left: 12%; } }

@media (max-width: 500px) {
  .quote-slide-img {
    margin-left: 17%; }
  .slider-controls {
    margin-left: 2%; } }

@media (max-width: 360px) {
  .quote-slide-img {
    margin-left: 12%; }
  .slider-controls {
    margin-left: 1%; } }

@media (max-width: 750px) {
  .slick-list {
    height: auto !important;=
    overflow-y: visible;} }

    .slick-track, .quote-slide {
      overflow-y: visible;
    }

.slider-controls {
  position: absolute;
  top: 300px;
  bottom: 0;
  height: 50px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  overflow: visible;
  z-index: 5000; }

  @media (max-width: 750px) {
    .slider-controls {
      top: 270px;
    }
  }


.slider-controls.quote-slider-init {
  opacity: 0; }

.slick-dots {
  top: 8px;
  z-index: 1000; }

.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(8, 11, 19, 0.25); }

.slick-dots li.slick-active button {
  background-color: #FFF; }

.slider-prev,
.slider-next {
  position: absolute;
  display: inline-block;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 20px;
  opacity: 0.4;
  font-weight: 700; }
  .slider-prev:hover,
  .slider-next:hover {
    opacity: 1; }

.slider-prev {
  left: 0;
  z-index: 1002; }

.slider-next {
  right: 0;
  z-index: 1003; }

@media (max-width: 750px) {
  .slick-next {
    right: 20%; } }

.slick-prev:before,
.slick-next:before {
  text-decoration: none; }

.slick-prev:hover,
.slick-next:hover {
  color: rgba(255, 255, 255, 0.75); }

.slick-prev:focus,
.slick-next:focus {
  color: white; }

.slick-prev:before {
  float: left; }

.slick-next:before {
  float: right; }

.fake-slides {
  position: absolute;
  top: 0;
  left: 200px;
  width: 100%;
  height: 275px;
  z-index: 999;
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }
  .fake-slides .fake-slide {
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: #ddd;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    -webkit-transition: .25s all ease;
    transition: .25s all ease; }
  .fake-slides .fake-slide-1 {
    z-index: 1000; }
  .fake-slides .fake-slide-2 {
    -webkit-transform: translate(175px, 30px);
            transform: translate(175px, 30px);
    z-index: 999; }

@media (max-width: 750px) {
  .fake-slides {
    display: none; } }

.fake-slide,
.quote-slide-img {
  position: relative;
  border-radius: 4px;
  overflow: hidden; }
  .fake-slide img,
  .quote-slide-img img {
    width: 100%; }
  .fake-slide .slide-img-overlay,
  .quote-slide-img .slide-img-overlay {
    display: block;
    width: 255px;
    height: 255px;
    background-image: linear-gradient(-24deg, #e14258 0%, #d94677 100%);
    position: absolute;
    top: -2px;
    left: -3px;
    z-index: 1000;
    opacity: 0.25;
    -webkit-transition: .25s opacity ease;
    transition: .25s opacity ease; }

.quote-slide-1.quote-slider-init .quote-slide-img:hover .slide-img-overlay {
  opacity: 0.1; }

.scholars {
  float: left;
  width: 100%;
  padding-top: 0; }

.scholars-intro .scholar-intro-cta {
  opacity: 0.5;
  text-align: center; }

.scholars-intro-right {
  float: right; }

.scholars-intro-left {
  text-align: right;
  float: left; }

.scholars-intro-center {
  text-align: center; }

.scholars-intro-left,
.scholars-intro-right {
  padding: 20px; }

@media (max-width: 750px) {
  .scholars-intro-left {
    text-align: left;
    margin-left: 0; }
  .scholar-intro-cta {
    text-align: left !important; } }

.scholars-list {
  margin-top: 50px; }

.scholars-list .row {
  width: 100%;
  text-align: center; }

.scholar {
  width: 175px;
  text-align: center;
  display: inline-block;
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
  vertical-align: top; }
  .scholar a.scholar-video-link,
  .scholar a.scholar-video-link * {
    text-decoration: none !important; }
  .scholar a.scholar-video-link:focus {
    outline: 0; }
  .scholar .scholar-img {
    width: 150px;
    height: 150px;
    background: #101526;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 5000;
    margin: 0 auto;
    -webkit-transition: .25s all ease;
    transition: .25s all ease; }
    .scholar .scholar-img .scholar-img-overlay {
      width: 155px;
      height: 155px;
      background-image: linear-gradient(-24deg, #e14258 0%, #d94677 100%);
      position: absolute;
      top: -2px;
      left: -3px;
      z-index: 4000;
      opacity: 0.25;
      -webkit-transition: .25s opacity ease;
      transition: .25s opacity ease; }
    .scholar .scholar-img img {
      width: 102%;
      position: absolute;
      top: -2px;
      left: -3px;
      border-radius: 200px; }
  .scholar .scholar-title {
    text-align: center;
    font-family: 'Libre Franklin','LibreFranklin-Regular', sans-serif;
    font-weight: 400;
    width: 120px;
    margin: 10px auto;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2.58px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .25s all ease;
    transition: .25s all ease; }
  .scholar .scholar-school {
    opacity: 0;
    -webkit-transition: .25s all ease;
    transition: .25s all ease; }

.scholar-img:before,
.scholar-img:after {
  opacity: 0;
  font-size: 12px;
  color: #FFFFFF;
  position: relative;
  z-index: 5000;
  text-align: center;
  top: 0;
  letter-spacing: 2.58px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: .25s all ease;
  transition: .25s all ease; }

.scholar-img:before {
  content: "►";
  top: -22px;
  left: 36%; }

.scholar-img:after {
  content: "play video";
  left: -1%; }

.scholar-play {
  opacity: 0.25;
  font-size: 14px;
  line-height: 14px;
  margin: 5px auto;
  -webkit-transition: .25s all ease;
  transition: .25s all ease; }

.scholar:hover .scholar-img {
  -webkit-transform: translateY(-36px);
          transform: translateY(-36px); }
  .scholar:hover .scholar-img .scholar-img-overlay {
    opacity: .75; }

.scholar:hover .scholar-img:before {
  top: 45px;
  opacity: 1; }

.scholar:hover .scholar-img:after {
  top: 67px;
  opacity: 1; }

.scholar:hover .scholar-title {
  -webkit-transform: translateY(-36px);
          transform: translateY(-36px); }

.scholar:hover .scholar-play {
  opacity: 0;
  -webkit-transform: translateY(-44px);
          transform: translateY(-44px); }

.scholar:hover .scholar-school {
  -webkit-transform: translateY(-36px);
          transform: translateY(-36px);
  opacity: .5; }

.lity {
  background: rgba(0, 0, 0, 0.65) !important; }

.callouts {
  float: left;
  width: 100%;
  padding-top: 2%; }
  .callouts .multi-btn {
    display: inline-block; }
  .callouts .callout-left,
  .callouts .callout-right,
  .callouts .callout-center {
    padding: 20px; }
    .callouts .callout-left .callout,
    .callouts .callout-right .callout,
    .callouts .callout-center .callout {
      padding: 20px;
      padding-bottom: 0px;
      background-color: #22869E; }
  .callouts .callout-right {
    margin-top: -40px; }
    .callouts .callout-right .multi-btn {
      margin: 5px 5px 5px 0; }
  .callouts .callout-left a:last-of-type,
  .callouts .callout-right a:last-of-type {
    margin-bottom: -15px;
    margin-left: 0; }
  .callouts .callout-right a:last-of-type {
    margin: 5px 5px -15px 0; }
  .callouts .callout-left {
    height: 0; }
    .callouts .callout-left .callout,
    .callouts .callout-center .callout {
      background-color: rgba(16, 21, 38, 0.2); }

@media (max-width: 750px) {
  .callouts {
    padding-top: 0; }
    .callouts .callout-left {
      margin-top: 10px;
      padding-top: 0; }
    .callouts .callout-right {
      margin-top: 75px;
      padding-top: 0; } }

.footer {
  float: left;
  width: 100%;
  margin-top: 5%;
  padding: 2% 0;
  background-color: rgba(8, 11, 19, 0.25); }
  .footer .footer-logo {
    float: left; }
  .footer .donate-btn,
  .footer .footer-form {
    margin-top: 15px; }
  .footer .footer-right,
  .footer .footer-left {
    padding-top: 20px;
  }

  .footer .row:nth-child(2){
    border-top: 1px solid rgba(255,255,255,0.17);
    padding-top: 25px;
  }

  .footer-right {
    text-align: left;
  }

.footer-logo {
  width: 130px;
  float: left;
  margin-right: 25px; }

.footer-social-link {
  float: left;
  text-decoration: none;
  color: #fff;
  margin: 15px;
  padding: 5px; }
  .footer-social-link img {
    width: 17px;
    height: auto; }

@media (max-width: 750px) {
  .footer {
    margin-top: 55px;
    padding-top: 25px;
    text-align: center; }
    .footer .footer-logo {
      margin-left: 30px; }
    .footer .footer-right {
      margin-top: 25px;
      text-align: center; }
  .footer-form button {
    margin-top: 5px; }
  .footer-social-link {
    float: right;
    margin-right: 18px; } }

.landing-overlay {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65); }
  .landing-overlay .landing-modal {
    max-width: 450px;
    width: 90%;
    background-color: #22869E;
    margin: 50px auto;
    padding: 25px 25px 5px 25px;
    -webkit-transition: .25s all ease;
    transition: .25s all ease; }
    .landing-overlay .landing-modal .landing-modal-logo {
      width: 60%;
      margin-left: 20%; }
    .landing-overlay .landing-modal h4 {
      margin-bottom: 20px; }
  .landing-overlay .landing-modal.start {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0; }
  .landing-overlay .landing-close {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 20px;
    right: 5%;
    font-size: 24px;
    text-decoration: none;
    text-align: right; }
  .landing-overlay .close-caption {
    margin-top: 25px;
    text-align: center;
    opacity: 0.5; }

.donation-announcement {
  width: 100%;
  padding: 50px 0;
}



.donation-announcement-left {
  margin-bottom: 50px;
  width:  50%;
  float: left;
}

.donation-announcement-right {
  width: 40%;
  float: right;
  margin-left: 5%;
  margin-bottom: 25px;
}

@media (max-width: 750px) {
  .donation-announcement-left,
  .donation-announcement-right {
    width: 100%;
  }
}

.donation-annoucement-logo-main,
.donation-annoucement-logo-secondary {
  float: left;
  padding-bottom: 15px;
}

.donation-annoucement-logo-main {
  width: 50%;
  margin: 0 25%;

}
.donation-annoucement-logo-secondary {
  width:25%;
  margin: -1% 4%;
}

.donation-annoucement-logo-secondary:nth-child(5){
  /* margin-left: 20%; */
}

.donation-announcement-right p.small {
  text-align: center;
  font-style: italic;
}

@media (min-width: 750px) {
  .donation-announcement-left {
    margin-top: 10px;
  }
}


.particles-js-canvas-el {
  -webkit-animation: fadein .75s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein .75s; /* Firefox < 16 */
    -ms-animation: fadein .75s; /* Internet Explorer */
     -o-animation: fadein .75s; /* Opera < 12.1 */
        animation: fadein .75s;
}

@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

.slick-list {
  height: auto !important;
  overflow-y: visible;
}

.btn {
    z-index: 1;
    position: relative;
}




.apply {
  margin-top: 20px;
}

.apply-left-callout {
  margin-top: 10%;
}


.quotes {
  margin: 0;
}

.quote-intro {
  margin-top: 40px;
}

@media (max-width: 750px) {
  .quote-intro {
    margin-top: -20px;
  }
}

.scholars {
  margin-top: 380px;
}

@media (max-width: 750px) {
  .scholars {
    margin-top: 20px;
  }
}

@media (max-width: 750px) {
.intro-right-callout {
  margin-top: 25px;
  margin-bottom: 20px;
}
}