@charset "UTF-8";
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-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 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

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

.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;
}

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

/* Icons */
@font-face {
    font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  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#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: 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: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

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

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

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

.slick-dots {
    z-index: 100;
    position: absolute;
    left: 95%;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    top: 40%;
    display: block;
    width: 50px;
}

.slick-dots li {
    list-style: none;
    display: block;
    width: 20px;
    height: 20px;
    margin: 20px auto;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.2);
      /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); */
    box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    border: none;
    margin: 15px auto;
    padding: 0;
    outline: none;
    transition: all 0.7s ease-out;
    cursor: pointer;
}

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

.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 {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* ==============================
   BASE STYLES
   ============================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
  /* 1 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
  /* 1 */
    height: 0;
  /* 1 */
    overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
  /* 1 */
    text-decoration: underline;
  /* 2 */
    text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
  /* 1 */
    font-size: 100%;
  /* 1 */
    line-height: 1.15;
  /* 1 */
    margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
  /* 1 */
    color: inherit;
  /* 2 */
    display: table;
  /* 1 */
    max-width: 100%;
  /* 1 */
    padding: 0;
  /* 3 */
    white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
  /* 1 */
    outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
  /* 1 */
    font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

html {
    line-height: 1.45;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #6c84af;
    font-family: 'Clear Sans', sans-serif;
    overflow-x: hidden;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
}

a {
    color: #0049b2;
}

a:hover {
    text-decoration: none;
}

p, ul, ol {
    margin: 0 0 1.45em 0;
}

p, li {
    line-height: 1.65;
}

.btn {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    color: #FFF;
    font-size: 1.19rem;
    padding: 12px 24px;
    border: none;
    outline: none;
    font-family: 'Bebas Neue';
    font-weight: bold;
    letter-spacing: 1px;
}

.btn--small {
    font-size: .88rem;
    padding: 7px 13px;
    font-weight: 300;
}

.btn--with-photo {
    padding-left: 40px;
    position: relative;
}

.btn--orange {
    background-color: #EE964B;
}

.btn--orange:hover {
    background: linear-gradient(#EE964B, color(#EE964B b(30%) s(80%)));
}

.btn--dark-orange {
    background-color: #F95738;
}

.btn--dark-orange:hover {
    background: linear-gradient(#F95738, color(#F95738 b(40%) s(80%)));
}

.btn--blue {
    background-color: #0049b2;
}

.btn--blue:hover {
    background: linear-gradient(color(#0049b2 b(-16%)), #0049b2);
}

.btn--yellow {
    background-color: #55a6ff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
}

.btn--yellow:hover {
    background: linear-gradient(#55a6ff, color(#55a6ff b(40%) s(80%)));
}

.btn--beige {
    background-color: #afd5f3;
    color: #173f58;
}

.btn--beige:hover {
    background-color: #55a6ff;
}

.btn--gray {
    background-color: #222;
}

.btn--gold {
    background-color: #e8d2a5;
    color: #001b59;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn--white {
    background-color: #FFF;
    color: #173f58;
}

.btn--white:hover {
    background-color: #DDD;
}

.btn--babyblue {
    background-color: #5eafff;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn--univdarkblue {
    background-color: #001b59;
    color: #fff;
}

.btn--frontpage {
    background: #92d3ff;
    background: -moz-linear-gradient(top, #92d3ff 0%, #4ea7ff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #92d3ff), color-stop(100%, #4ea7ff));
    background: -webkit-linear-gradient(top, #92d3ff 0%, #4ea7ff 100%);
    background: -o-linear-gradient(top, #92d3ff 0%, #4ea7ff 100%);
    background: -ms-linear-gradient(top, #92d3ff 0%, #4ea7ff 100%);
    background: linear-gradient(to bottom, #92d3ff 0%, #4ea7ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92d3ff', endColorstr='#4ea7ff', GradientType=0 );
    font-size: 1.3rem;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 0px;
    border: 5px solid rgba(140, 196, 248, 0.39);
    background-clip: padding-box;
    text-transform: uppercase;
}

@media (max-width: 1280px) {
    .btn--frontpage {
        font-size: 1.1rem;
        padding: 14px 28px;
    }
}

@media (max-width: 600px) {
    .btn--frontpage {
        font-size: 1rem;
        padding: 13px 24px;
    }
}

.btn--subscribe {
    background: #f2e6cb;
    background: -moz-linear-gradient(top, #f2e6cb 0%, #dab97f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2e6cb), color-stop(100%, #dab97f));
    background: -webkit-linear-gradient(top, #f2e6cb 0%, #dab97f 100%);
    background: -o-linear-gradient(top, #f2e6cb 0%, #dab97f 100%);
    background: -ms-linear-gradient(top, #f2e6cb 0%, #dab97f 100%);
    background: linear-gradient(to bottom, #f2e6cb 0%, #dab97f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e6cb', endColorstr='#dab97f', GradientType=0 );
    height: 39px;
    display: block;
    color: #fff;
    line-height: 2.7;
    padding: 0 15px;
    margin-left: -100px;
    margin-top: 1px;
  /* border-radius: 15px; */
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
}

.btn--large {
    font-size: 1.3rem;
    padding: 16px 34px;
    border-radius: 7px;
}

@media (min-width: 530px) {
    .btn--large {
        font-size: 1.9rem;
    }
}

.btn--large-no-radius {
    font-size: 1.3rem;
    padding: 16px 34px;
    border-radius: 0px;
}

@media (min-width: 530px) {
    .btn--large-no-radius {
        font-size: 1.9rem;
    }
}

.btn--inactive {
    background-color: transparent;
    cursor: default;
    color: #333;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans-Light.eot");
  src: url("ClearSans-Light.eot?#iefix") format("embedded-opentype"), url("ClearSans-Light.woff2") format("woff2"), url("ClearSans-Light.woff") format("woff"), url("ClearSans-Light.ttf") format("truetype"), url("ClearSans-Light.svg#ClearSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans-Bold.eot");
  src: url("ClearSans-Bold.eot?#iefix") format("embedded-opentype"), url("ClearSans-Bold.woff2") format("woff2"), url("ClearSans-Bold.woff") format("woff"), url("ClearSans-Bold.ttf") format("truetype"), url("ClearSans-Bold.svg#ClearSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans-Medium.eot");
  src: url("ClearSans-Medium.eot?#iefix") format("embedded-opentype"), url("ClearSans-Medium.woff2") format("woff2"), url("ClearSans-Medium.woff") format("woff"), url("ClearSans-Medium.ttf") format("truetype"), url("ClearSans-Medium.svg#ClearSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans-MediumItalic.eot");
  src: url("ClearSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("ClearSans-MediumItalic.woff2") format("woff2"), url("ClearSans-MediumItalic.woff") format("woff"), url("ClearSans-MediumItalic.ttf") format("truetype"), url("ClearSans-MediumItalic.svg#ClearSans-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans-BoldItalic.eot");
  src: url("ClearSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("ClearSans-BoldItalic.woff2") format("woff2"), url("ClearSans-BoldItalic.woff") format("woff"), url("ClearSans-BoldItalic.ttf") format("truetype"), url("ClearSans-BoldItalic.svg#ClearSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans-Italic.eot");
  src: url("ClearSans-Italic.eot?#iefix") format("embedded-opentype"), url("ClearSans-Italic.woff2") format("woff2"), url("ClearSans-Italic.woff") format("woff"), url("ClearSans-Italic.ttf") format("truetype"), url("ClearSans-Italic.svg#ClearSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans.eot");
  src: url("ClearSans.eot?#iefix") format("embedded-opentype"), url("ClearSans.woff2") format("woff2"), url("ClearSans.woff") format("woff"), url("ClearSans.ttf") format("truetype"), url("ClearSans.svg#ClearSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans-Thin.eot");
  src: url("ClearSans-Thin.eot?#iefix") format("embedded-opentype"), url("ClearSans-Thin.woff2") format("woff2"), url("ClearSans-Thin.woff") format("woff"), url("ClearSans-Thin.ttf") format("truetype"), url("ClearSans-Thin.svg#ClearSans-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans.eot");
  src: url("ClearSans.eot?#iefix") format("embedded-opentype"), url("ClearSans.woff2") format("woff2"), url("ClearSans.woff") format("woff"), url("ClearSans.ttf") format("truetype"), url("ClearSans.svg#ClearSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans-Thin.eot");
  src: url("ClearSans-Thin.eot?#iefix") format("embedded-opentype"), url("ClearSans-Thin.woff2") format("woff2"), url("ClearSans-Thin.woff") format("woff"), url("ClearSans-Thin.ttf") format("truetype"), url("ClearSans-Thin.svg#ClearSans-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans-Light.eot");
  src: url("ClearSans-Light.eot?#iefix") format("embedded-opentype"), url("ClearSans-Light.woff2") format("woff2"), url("ClearSans-Light.woff") format("woff"), url("ClearSans-Light.ttf") format("truetype"), url("ClearSans-Light.svg#ClearSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans-Italic.eot");
  src: url("ClearSans-Italic.eot?#iefix") format("embedded-opentype"), url("ClearSans-Italic.woff2") format("woff2"), url("ClearSans-Italic.woff") format("woff"), url("ClearSans-Italic.ttf") format("truetype"), url("ClearSans-Italic.svg#ClearSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans-MediumItalic.eot");
  src: url("ClearSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("ClearSans-MediumItalic.woff2") format("woff2"), url("ClearSans-MediumItalic.woff") format("woff"), url("ClearSans-MediumItalic.ttf") format("truetype"), url("ClearSans-MediumItalic.svg#ClearSans-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
    font-family: 'Bebas Neue';
  src: url("BebasNeueRegular.eot");
  src: url("BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("BebasNeueRegular.woff2") format("woff2"), url("BebasNeueRegular.woff") format("woff"), url("BebasNeueRegular.ttf") format("truetype"), url("BebasNeueRegular.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
  src: url("ClearSans-Bold.eot");
  src: url("ClearSans-Bold.eot?#iefix") format("embedded-opentype"), url("ClearSans-Bold.woff2") format("woff2"), url("ClearSans-Bold.woff") format("woff"), url("ClearSans-Bold.ttf") format("truetype"), url("ClearSans-Bold.svg#ClearSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
  src: url("BebasNeueBold.eot");
  src: url("BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("BebasNeueBold.woff2") format("woff2"), url("BebasNeueBold.woff") format("woff"), url("BebasNeueBold.ttf") format("truetype"), url("BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
  src: url("BebasNeueRegular_1.eot");
  src: url("BebasNeueRegular_1.eot?#iefix") format("embedded-opentype"), url("BebasNeueRegular_1.woff2") format("woff2"), url("BebasNeueRegular_1.woff") format("woff"), url("BebasNeueRegular_1.ttf") format("truetype"), url("BebasNeueRegular_1.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Book';
  src: url("BebasNeueBook.eot");
  src: url("BebasNeueBook.eot?#iefix") format("embedded-opentype"), url("BebasNeueBook.woff2") format("woff2"), url("BebasNeueBook.woff") format("woff"), url("BebasNeueBook.ttf") format("truetype"), url("BebasNeueBook.svg#BebasNeueBook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
  src: url("BebasNeueBold_1.eot");
  src: url("BebasNeueBold_1.eot?#iefix") format("embedded-opentype"), url("BebasNeueBold_1.woff2") format("woff2"), url("BebasNeueBold_1.woff") format("woff"), url("BebasNeueBold_1.ttf") format("truetype"), url("BebasNeueBold_1.svg#BebasNeueBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
  src: url("BebasNeue-Thin.eot");
  src: url("BebasNeue-Thin.eot?#iefix") format("embedded-opentype"), url("BebasNeue-Thin.woff2") format("woff2"), url("BebasNeue-Thin.woff") format("woff"), url("BebasNeue-Thin.ttf") format("truetype"), url("BebasNeue-Thin.svg#BebasNeue-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}

@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 990px) {
    .container {
        max-width: 720px;
    }
}

.container--narrow {
    max-width: 960px;
}

.section-break {
    border: none;
    border-top: 1px solid #DDD;
    margin: 2.5rem 0;
}

.min-list {
    padding: 0;
    margin: 0;
}

.min-list li {
    list-style: none;
}

.p-top-small {
    padding-top: 1rem;
}

.p-top-large {
    padding-top: 1.6rem;
}

.p-bottom-large {
    padding-bottom: 1.6rem;
}

@media (min-width: 530px) {
    .p-top-large {
        padding-top: 3.5rem;
    }

    .p-bottom-large {
        padding-bottom: 3.5rem;
    }
}

.no-margin {
    margin: 0;
}

.nu {
    text-decoration: none;
}

.nu:hover {
    text-decoration: underline;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

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

.t-small {
    font-size: .85rem;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.push-right {
    margin-right: 20px;
}

.container:before,
.container:after,
.group:before,
.group:after {
    content: " ";
    display: table;
}

.container:after,
.group:after {
    clear: both;
}

.hide {
    display: none;
}

.programTotal {
    color: #5eafff;
    font-weight: bold;
    font-family: 'Bebas Neue';
    font-size: 1.1rem;
    letter-spacing: 1px;
}

/* ==============================
   MODULE STYLES
   @mixin ============================= */
.aboutUs {
    position: relative;
    padding: 60px 0;
    background-color: #193b78;
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
}

.aboutUs h3 {
    font-size: 4rem;
    text-align: center;
    color: #5eafff;
    margin: 0;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .aboutUs h3 {
        font-size: 3rem;
    }
}

@media (max-width: 450px) {
    .aboutUs h3 {
        font-size: 2.7rem;
    }
}

.aboutUs h3:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 25%;
    padding-top: 13px;
    border-bottom: 1px solid #e8d2a5;
}

.aboutUs p {
    margin: 35px auto 0 auto;
    text-align: center;
    font-size: 1.1rem;
}

@media (max-width: 1280px) {
    .aboutUs p {
        width: 80%;
    }
}

.fromtheBlogs h3 {
    font-size: 4rem;
    text-align: center;
    color: #001b59;
    margin: 0;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .fromtheBlogs h3 {
        font-size: 3rem;
    }
}

@media (max-width: 450px) {
    .fromtheBlogs h3 {
        font-size: 2.7rem;
    }
}

.fromtheBlogs h3 .secHalfofWord {
    color: #5eafff;
}

.fromtheBlogs h3:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 25%;
    padding-top: 13px;
    border-bottom: 1px solid rgba(43, 106, 167, 0.25);
}

.blogs {
    display: flex;
    justify-content: center;
}

.blogs .column {
    width: 30%;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 10px 1%;
}

.blogs .column .demo-title {
    margin: 0 0 15px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.blogs .column .post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #fff;
    height: 535px;
    -webkit-box-shadow: 0px 0px 5px 0px #c8cfe2;
    -moz-box-shadow: 0px 0px 5px 0px #c8cfe2;
    box-shadow: 0px 0px 5px 0px #c8cfe2;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding-bottom: 8%;
}

.blogs .column .post-module .thumbnail {
    height: 450px;
    overflow: hidden;
}

.blogs .column .post-module .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #5eafff;
    width: 55px;
    height: 55px;
    padding: 12.5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blogs .column .post-module .thumbnail .date .day {
    font-size: 18px;
}

.blogs .column .post-module .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
}

@media (max-width: 990px) {
    .blogs .column .post-module .thumbnail .date {
        left: 20px;
    }
}

.blogs .column .post-module .thumbnail img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media (max-width: 990px) {
    .blogs .column .post-module .thumbnail img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 990px) {
    .blogs .column .post-module .thumbnail {
        height: 370px;
        overflow: hidden;
    }
}

@media (max-width: 700px) {
    .blogs .column .post-module .thumbnail {
        width: 50%;
    }
}

@media (max-width: 700px) {
    .blogs .column .post-module .thumbnail {
        width: 100%;
        height: 255px;
    }
}

.blogs .column .post-module .btn--frontpage {
    padding: 4px 18px;
    font-size: 0.9rem;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 3px solid rgba(140, 196, 248, 0.39);
    letter-spacing: 2px;
}

.blogs .column .post-module .post-content {
    position: absolute;
    bottom: 0;
    top: 245px;
    background: #fff;
    width: 100%;
    padding: 30px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.blogs .column .post-module .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.blogs .column .post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #001b59;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.blogs .column .post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #5eafff;
    text-align: center;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.blogs .column .post-module .post-content .description {
    display: none;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}

.blogs .column .post-module .post-content .post-meta {
    margin: 30px 0 0;
    color: #999999;
}

.blogs .column .post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}

.blogs .column .post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}

@media (max-width: 1280px) {
    .blogs .column .post-module .post-content {
        top: 220px;
    }

    .blogs .column .post-module .post-content p {
        font-size: 0.92rem;
    }
}

@media (max-width: 990px) {
    .blogs .column .post-module .post-content {
        top: 0;
        width: 100%;
        position: relative;
    }
}

@media (max-width: 700px) {
    .blogs .column .post-module .post-content {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .blogs .column .post-module .post-content {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .blogs .column .post-module {
        height: 475px;
    }
}

@media (max-width: 990px) {
    .blogs .column .post-module {
        height: 280px;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }
}

@media (max-width: 990px) {
    .blogs .column .post-module {
        height: auto;
        display: block;
    }
}

@media (max-width: 1280px) {
    .blogs .column {
        width: 31%;
        -webkti-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 10px 0.5%;
    }
}

@media (max-width: 990px) {
    .blogs .column {
        width: 75%;
        -webkti-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        margin: 40px auto;
    }
}

@media (max-width: 550px) {
    .blogs .column {
        width: 80%;
        float: none;
        margin: 40px auto;
    }
}

@media (max-width: 450px) {
    .blogs .column {
        width: 100%;
    }
}

@media (max-width: 990px) {
    .blogs {
        display: block;
    }
}

.info {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}

.info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.info span {
    color: #666666;
    font-size: 12px;
}

.info span a {
    color: #000000;
    text-decoration: none;
}

.info span .fa {
    color: #e74c3c;
}

.upcomingEvents {
    padding: 85px 0;
}

.upcomingEvents h3 {
    font-size: 4rem;
    text-align: center;
    color: #001b59;
    margin: 0;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .upcomingEvents h3 {
        font-size: 3rem;
    }
}

@media (max-width: 450px) {
    .upcomingEvents h3 {
        font-size: 2.7rem;
    }
}

.upcomingEvents h3 .secHalfofWord {
    color: #5eafff;
}

.upcomingEvents h3:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 25%;
    padding-top: 13px;
    border-bottom: 1px solid rgba(43, 106, 167, 0.25);
}

.events {
    display: flex;
    justify-content: center;
    margin: 80px auto;
}

@media (max-width: 990px) {
    .events {
        display: block;
    }
}

.event-summary {
    position: relative;
    min-height: 77px;
    padding-bottom: 10px;
    margin: 0 auto 60px auto;
}

.event-summary h3 {
    font-size: 1rem;
    color: #001b59;
    text-align: left;
}

.event-summary h3:after {
    content: "";
    display: block;
    margin: 0px auto;
    width: 0;
    padding-top: 0px;
    border-bottom: none;
}

.event-summary .left {
    font-family: 'Bebas Neue';
    font-weight: bold;
}

.event-summary .right {
    padding: 5px 0 0 15px;
}

.event-summary .event-summary_top {
    display: flex;
    margin: 0 auto;
}

.event-summary .event-summary__title a {
    color: #001b59;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: Bebas Neue;
    letter-spacing: 1px;
}

.event-summary .event-summary__date {
    text-decoration: none;
    display: block;
    top: 0;
    left: 0;
    padding: 14px 0 11px 0;
    color: #FFF;
    background-color: #5eafff;
    width: 80px;
    line-height: 1;
    transition: opacity .33s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
    float: left;
}

.event-summary .event-summary__date:hover {
    opacity: .75;
}

.event-summary .event-summary__date--beige {
    background-color: #55a6ff;
}

.event-summary .event-summary__month {
    display: block;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.event-summary .event-summary__month:after {
    content: "";
    display: block;
    margin: 4px auto;
    width: 55%;
    border-bottom: 1px solid #fff;
}

.event-summary .event-summary__day {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.event-summary .event-summary__time {
    margin-top: 15px;
}

.event-summary .event-summary__time h3 {
    color: #5eafff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

.event-summary .event-summary__content p {
    width: 85%;
    font-size: 1.1rem;
}

@media (max-width: 990px) {
    .event-summary .event-summary__content p {
        width: 100%;
    }
}

.event-summary .learnMore {
    float: right;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 8%;
}

@media (max-width: 990px) {
    .event-summary {
        padding-bottom: 30px;
        margin: 20px auto;
        width: 90%;
    }
}

.event-summary:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0%;
    padding-top: 0px;
    border-bottom: 0px solid rgba(107, 169, 230, 0);
}

@media (max-width: 990px) {
    .event-summary:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 80%;
        padding-top: 80px;
        border-bottom: 1px solid rgba(107, 169, 230, 0.15);
    }
}

.upcomingEvents {
    padding: 85px 0;
}

.upcomingEvents h3 {
    font-size: 4rem;
    text-align: center;
    color: #001b59;
    margin: 0;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .upcomingEvents h3 {
        font-size: 3rem;
    }
}

@media (max-width: 450px) {
    .upcomingEvents h3 {
        font-size: 2.7rem;
    }
}

.upcomingEvents h3 .secHalfofWord {
    color: #5eafff;
}

.upcomingEvents h3:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 25%;
    padding-top: 13px;
    border-bottom: 1px solid rgba(43, 106, 167, 0.25);
}

.events {
    display: flex;
    justify-content: center;
    margin: 80px auto;
}

@media (max-width: 990px) {
    .events {
        display: block;
    }
}

.frontpage-event-summary {
    position: relative;
    min-height: 77px;
    padding-bottom: 10px;
    margin: 0 1%;
    width: 30%;
}

.frontpage-event-summary h3 {
    font-size: 1rem;
    color: #001b59;
    text-align: left;
}

.frontpage-event-summary h3:after {
    content: "";
    display: block;
    margin: 0px auto;
    width: 0;
    padding-top: 0px;
    border-bottom: none;
}

.frontpage-event-summary .left {
    font-family: 'Bebas Neue';
    font-weight: bold;
}

.frontpage-event-summary .right {
    padding: 5px 0 0 15px;
}

.frontpage-event-summary .frontpage-event-summary_top {
    display: flex;
    margin: 0 auto;
}

.frontpage-event-summary .frontpage-event-summary__title a {
    color: #001b59;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: Bebas Neue;
    letter-spacing: 1px;
}

.frontpage-event-summary .frontpage-event-summary__date {
    text-decoration: none;
    display: block;
    top: 0;
    left: 0;
    padding: 14px 0 11px 0;
    color: #FFF;
    background-color: #5eafff;
    width: 80px;
    line-height: 1;
    transition: opacity .33s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
    float: left;
}

.frontpage-event-summary .frontpage-event-summary__date:hover {
    opacity: .75;
}

.frontpage-event-summary .frontpage-event-summary__date--beige {
    background-color: #55a6ff;
}

.frontpage-event-summary .frontpage-event-summary__month {
    display: block;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.frontpage-event-summary .frontpage-event-summary__month:after {
    content: "";
    display: block;
    margin: 4px auto;
    width: 55%;
    border-bottom: 1px solid #fff;
}

.frontpage-event-summary .frontpage-event-summary__day {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.frontpage-event-summary .frontpage-event-summary__time {
    margin-top: 15px;
}

.frontpage-event-summary .frontpage-event-summary__time h3 {
    color: #5eafff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

.frontpage-event-summary .frontpage-event-summary__content p {
    width: 85%;
    font-size: 1.1rem;
}

@media (max-width: 990px) {
    .frontpage-event-summary .frontpage-event-summary__content p {
        width: 100%;
    }
}

.frontpage-event-summary .learnMore {
    float: right;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 8%;
}

@media (max-width: 990px) {
    .frontpage-event-summary {
        padding-bottom: 30px;
        margin: 20px auto;
        width: 90%;
    }
}

.frontpage-event-summary:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0%;
    padding-top: 0px;
    border-bottom: 0px solid rgba(107, 169, 230, 0);
}

@media (max-width: 990px) {
    .frontpage-event-summary:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 80%;
        padding-top: 80px;
        border-bottom: 1px solid rgba(107, 169, 230, 0.15);
    }
}

.fromtheBlogs {
    padding: 80px 0;
    background-color: #f0f1f6;
    margin-bottom: 150px;
}

@media (min-width: 530px) {
    .full-width-split {
        display: flex;
    }
}

.full-width-split__one {
    flex: 1;
    padding: 1.6rem 16px;
}

@media (min-width: 960px) {
    .full-width-split__one .full-width-split__inner {
        float: right;
    }
}

.full-width-split__two {
    flex: 1;
    background-color: #afd5f3;
    padding: 1.6rem 16px;
}

@media (min-width: 960px) {
    .full-width-split__two {
        padding: 40px;
    }
}

@media (min-width: 1350px) {
    .full-width-split__inner {
        width: 610px;
    }
}

.generic-content p, .generic-content li {
    font-size: 1.15rem;
}

.generic-content blockquote, .generic-content blockquote p {
    font-size: 1.5rem;
    font-style: italic;
}

.generic-content h1, .generic-content h2, .generic-content h3, .generic-content h4, .generic-content h5, .generic-content h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
}

.generic-content h1 {
    font-size: 3.6rem;
}

.generic-content h2 {
    font-size: 3.1rem;
}

.generic-content h3 {
    font-size: 2.6rem;
}

.generic-content h4 {
    font-size: 2.1rem;
}

.generic-content h5 {
    font-size: 1.6rem;
}

.generic-content h6 {
    font-size: 1.15rem;
}

@media (min-width: 530px) {
    .generic-content h1 {
        font-size: 6.25rem;
    }

    .generic-content h2 {
        font-size: 5rem;
    }

    .generic-content h3 {
        font-size: 3.125rem;
    }

    .generic-content h4 {
        font-size: 2.4rem;
    }

    .generic-content h5 {
        font-size: 1.9rem;
    }

    .generic-content h6 {
        font-size: 1.15rem;
    }
}

.generic-content__page {
    float: left;
    width: 60%;
}

@media (max-width: 767px) {
    .generic-content__page {
        width: 100%;
    }
}

.front-page-banner {
    background-color: #193b78;
    padding: 15px 0 40px 0;
    position: relative;
    height: 900px;
    display: flex;
}

@media (max-width: 550px) {
    .front-page-banner {
        height: 750px;
    }
}

.front-page-banner .front-page-banner__content {
    position: relative;
    z-index: 2;
    margin: auto;
}

.front-page-banner .front-page-banner__content p {
    font-size: 1.3rem;
    width: 70%;
    text-align: center;
    margin: 5px auto 65px auto;
    font-family: 'Clear Sans', sans-serif;
}

@media (max-width: 550px) {
    .front-page-banner .front-page-banner__content p {
        width: 80%;
        font-size: 1rem;
    }
}

.front-page-banner .front-page-banner__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 3.6rem;
    margin: 0 0 1rem 0;
    color: #FFF;
}

@media (min-width: 530px) {
    .front-page-banner .front-page-banner__title {
        font-size: 5rem;
    }
}

.front-page-banner .front-page-banner__bg-image {
    opacity: .23;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.front-page-banner .front-page-banner__intro {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #EDEDED;
}

@media (min-width: 530px) {
    .front-page-banner .front-page-banner__intro {
        font-size: 1.65rem;
    }
}

.front-page-banner .front-page-banner__intro p {
    margin: 0;
}

.headline {
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
}

.headline--large {
    font-size: 5.6rem;
    letter-spacing: 5px;
}

@media (max-width: 1280px) {
    .headline--large {
        font-size: 7rem;
        letter-spacing: 3px;
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .headline--large {
        font-size: 5rem;
        width: 75%;
        margin: 0 auto;
    }
}

@media (max-width: 450px) {
    .headline--large {
        width: 100%;
        font-size: 4rem;
    }
}

.headline--large-medium {
    font-size: 5rem;
    margin: 0 0 1rem 0;
}

.headline--medium {
    font-size: 1.9rem;
    margin-bottom: .75rem;
}

@media (min-width: 530px) {
    .headline--medium {
        font-size: 3.125rem;
    }
}

.headline--blueleaftxt {
    color: #5bb2ff;
}

.headline--small-plus {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6875rem;
    font-weight: 400;
    margin-bottom: 1.9rem;
}

.headline--small {
    font-size: 1.2rem;
    margin-bottom: 1.9rem;
}

@media (min-width: 530px) {
    .headline--small {
        font-size: 1.6875rem;
    }
}

.headline--smaller {
    font-size: 1.5rem;
}

.headline--tiny {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3875rem;
    margin-bottom: .25rem;
}

.headline--post-title a {
    color: #001b59;
    text-decoration: none;
}

.headline--post-title a:hover {
    text-decoration: underline;
}

.hero-slider {
    position: relative;
}

.hero-slider div {
    outline: none;
    height: 900px;
}

.hero-slider .hero-slider__interior {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 960px) {
    .hero-slider .hero-slider__interior {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.hero-slider .hero-slider__interior h1 {
    color: #5eafff;
}

.hero-slider .hero-slider__interior p {
    font-size: 1.1rem;
    width: 70%;
    text-align: center;
    margin: 5px auto 65px auto;
    font-family: 'Clear Sans', sans-serif;
}

@media (max-width: 550px) {
    .hero-slider .hero-slider__interior p {
        width: 80%;
        font-size: 1rem;
    }
}

.hero-slider .hero-slider__slide {
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-slider .hero-slider__slide .container {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
}

.hero-slider .hero-slider__overlay {
    margin: 0 auto;
    background-color: rgba(43, 67, 112, 0.65);
    padding-top: 210px;
    color: #FFF;
}

@media (min-width: 960px) {
    .hero-slider .hero-slider__overlay {
        width: 100%;
    }
}

.link-list li {
    padding: 1rem 0;
    font-size: 1.5rem;
}

.search-overlay .link-list li {
    font-size: 1.3rem;
}

.link-list li:last-child {
    border-bottom: none;
}

.link-list a {
    color: #5eafff;
    text-decoration: none;
}

/* Customize Login Screen */
body.login .button-primary {
    background-color: #F95738;
    border-color: color(#F95738 b(10%));
    text-shadow: 0 -1px 1px color(#F95738 b(15%)), 1px 0 1px color(#F95738 b(15%)), 0 1px 1px color(#F95738 b(15%)), -1px 0 1px color(#F95738 b(15%));
    box-shadow: 0 1px 0 color(#F95738 b(20%));
}

body.login .button-primary:hover,
body.login .button-primary:active,
body.login .button-primary:focus {
    background-color: color(#F95738 b(7%));
    border-color: color(#F95738 b(15%));
    text-shadow: 0 -1px 1px color(#F95738 b(20%)), 1px 0 1px color(#F95738 b(20%)), 0 1px 1px color(#F95738 b(20%)), -1px 0 1px color(#F95738 b(20%));
    box-shadow: 0 1px 0 color(#F95738 b(25%));
}

body.login {
    background-color: #afd5f3;
}

.login h1 a {
    color: #0049b2;
    font-size: 30px;
    font-weight: 300;
    background-image: none;
    width: auto;
    height: auto;
    text-indent: 0;
}

.main-navigation {
    padding-top: 2px;
}

.main-navigation ul {
    padding: 0;
    margin: 0;
}

.main-navigation ul:before,
  .main-navigation ul:after {
    content: " ";
    display: table;
}

.main-navigation ul:after {
    clear: both;
}

.main-navigation .goldlLink {
    color: #e8d2a5;
}

@media (min-width: 960px) {
    .main-navigation {
        float: left;
        margin-right: 20px;
    }
}

.main-navigation li {
    list-style: none;
}

@media (min-width: 960px) {
    .main-navigation li {
        float: left;
        padding-left: 20px;
    }
}

.main-navigation a {
    display: block;
    padding: 15px 20px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 1.1rem;
    transition: all 500ms linear;
}

@media (min-width: 960px) {
    .main-navigation a {
        display: inline-block;
        padding: 0;
    }
}

.main-navigation .current-menu-item a,
.main-navigation a:hover {
    color: #5eafff;
}

.school-logo-text img {
    width: 85%;
    display: block;
    margin-top: -15px;
}

.metabox {
    display: inline-flex;
    margin-bottom: 30px;
}

.metabox .metabox--position-up {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.metabox .metabox--with-home-link {
    padding: 0;
}

.metabox .metabox__main {
    padding: 12px 25px;
    background-color: #5eafff;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    font-size: 1.2rem;
}

.metabox p {
    margin: 0;
    font-size: .9rem;
    color: color(#afd5f3 l(-45%) s(-33%));
}

.metabox a {
    text-decoration: none;
    font-weight: bold;
}

.metabox a:hover {
    text-decoration: underline;
}

.metabox .metabox__blog-home-link {
    background-color: #001b59;
    color: #FFF;
    padding: 12px 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    font-size: 1.2rem;
}

.metabox .metabox__blog-home-link:hover {
    text-decoration: none;
    background-color: color(#0049b2 l(-5%));
}

/* My Notes */
.edit-note, .delete-note {
    font-size: .9rem;
    padding: 8px 16px;
    margin-right: 7px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    top: 5px;
    float: right;
}

.edit-note:hover, .delete-note:hover {
    background-color: #DDD;
}

.delete-note {
    color: red;
}

.update-note {
    visibility: hidden;
}

.update-note--visible {
    visibility: visible;
}

.note-body-field {
    font-family: 'Clear Sans', sans-serif;
    resize: none;
    display: block;
    width: 95%;
    line-height: 1.65;
    font-size: 1.15rem;
    padding: 7px;
    border: 2px solid rgba(225, 236, 246, 0.48);
    height: 200px;
    outline: none;
    margin: 60px auto 0 auto;
}

.note-title-field {
    width: 100%;
    font-size: 2.425rem;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid transparent;
    padding: 10px 0;
    outline: none;
    position: relative;
    top: 1px;
    background-color: #163363;
    text-align: center;
}

@media (max-width: 767px) {
    .note-title-field {
        font-size: 2.025rem;
    }
}

.note-active-field {
    border: 1px solid #DDD;
    animation: pulseBorder .75s alternate infinite;
}

@keyframes pulseBorder {
    0% {
        border: 1px solid #FFF;
    }

    100% {
        border: 1px solid #CCC;
    }
}

/* Create Note */
.create-note {
    background-color: #ffffff;
    margin-bottom: 20px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(223, 233, 245, 0.55);
    -moz-box-shadow: 3px 3px 3px 0px rgba(223, 233, 245, 0.55);
    box-shadow: 2px 2px 10px 0px rgba(223, 233, 245, 0.45);
    border: 2px solid rgba(226, 234, 254, 0.76);
    padding-bottom: 50px;
}

.create-note .headline--medium {
    font-size: 3.125rem;
    background-color: #5eafff;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .create-note .headline--medium {
        font-size: 2.525rem;
    }
}

.create-note .btn--frontpage {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 7px 17px;
    border-radius: 0px;
    border: 3px solid rgba(140, 196, 248, 0.39);
    position: absolute;
    right: 50px;
}

.new-note-title {
    width: 80%;
    display: block;
    padding: 10px;
    font-family: 'Clear Sans', sans-serif;
    border: none;
    margin: 35px auto;
    font-size: 1.15rem;
    box-sizing: border-box;
    -webkit-box-shadow: inset -2px -4px 3px 0px rgba(223, 233, 245, 0.25);
    -moz-box-shadow: inset -2px -4px 3px 0px rgba(223, 233, 245, 0.25);
    box-shadow: inset -2px -1px 0px 0px rgba(223, 233, 245, 0.25);
    border: rgba(200, 222, 241, 0.12) 2px solid;
}

@media (max-width: 767px) {
    .new-note-title {
        width: 90%;
    }
}

.new-note-title::placeholder {
    color: #97aed7;
}

.new-note-body {
    width: 80%;
    display: block;
    box-sizing: border-box;
    resize: none;
    padding: 10px;
    font-family: 'Clear Sans', sans-serif;
    border: none;
    margin: 35px auto 55px auto;
    height: 170px;
    font-size: 1.15rem;
    line-height: 1.65;
    -webkit-box-shadow: inset -2px -4px 3px 0px rgba(223, 233, 245, 0.25);
    -moz-box-shadow: inset -2px -4px 3px 0px rgba(223, 233, 245, 0.25);
    box-shadow: inset -2px -4px 3px 0px rgba(223, 233, 245, 0.25);
    border: rgba(200, 222, 241, 0.12) 2px solid;
}

@media (max-width: 767px) {
    .new-note-body {
        width: 90%;
    }
}

.new-note-body::placeholder {
    color: #97aed7;
}

.page-banner {
    background-color: #193b78;
    padding: 130px 0 60px 0;
    position: relative;
    display: flex;
}

@media (min-width: 768px) {
    .page-banner {
        padding: 130px 0 60px 0;
    }
}

.page-banner .page-banner__content {
    position: relative;
    z-index: 2;
    margin: auto;
}

.page-banner .page-banner__content p {
    font-size: 1.3rem;
    text-align: center;
    margin: 5px auto 65px auto;
    font-family: 'Clear Sans', sans-serif;
}

.page-banner .page-banner__title {
    font-weight: bold;
    font-size: 3.6rem;
    margin: 0 0 1rem 0;
    color: #FFF;
    text-align: center;
}

.page-banner .page-banner__bg-image {
    opacity: .23;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.page-banner .page-banner__intro {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #EDEDED;
    text-align: center;
}

.page-banner .page-banner__intro p {
    margin: 0;
}

.page-links {
    position: relative;
    z-index: 1;
    background-color: #e8d2a5;
    margin: 0 0 40px 0;
}

@media (min-width: 767px) {
    .page-links {
        margin: 0 0 40px 20px;
        width: 30%;
        float: right;
    }
}

.page-links .page-links__title {
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px 0;
    background-color: #001b59;
    color: #FFF;
}

.page-links .page-links__title a {
    color: #FFF;
    text-decoration: none;
    background-color: #001b59;
}

.page-links li {
    border-top: 1px solid color(#afd5f3 l(-14%));
}

.page-links li:first-child {
    border-top: none;
}

.page-links .current_page_item {
    text-align: center;
    background-color: #5eafff;
    color: #0049b2;
    font-weight: bold;
}

.page-links li a {
    display: block;
    text-align: center;
    padding: 17px 10px;
    text-decoration: none;
    color: #fff;
    font-family: 'Bebas Neue';
    font-weight: bold;
    transition: all .3s;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.page-links li a:hover {
    color: color(#0049b2 b(6%));
    background-color: color(#afd5f3 blackness(18%) s(65%));
}

.post-item {
    border-bottom: 1px dotted #DEDEDE;
    padding-bottom: 1.7rem;
    margin-bottom: 1.7rem;
    float: left;
    margin: 10px 1%;
    width: 45%;
    min-height: 605px;
    webkit-box-shadow: 1px 1px 1px 2px rgba(200, 207, 226, 0.22);
    -moz-box-shadow: 1px 1px 1px 2px rgba(200, 207, 226, 0.22);
    box-shadow: 1px 1px 1px 2px rgba(200, 207, 226, 0.22);
}

.post-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.post-item .thumbnail {
    height: 280px;
    overflow: hidden;
}

.post-item .thumbnail .program-card__image {
    display: block;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out;
    object-fit: cover;
    width: 100%;
}

.post-item .headline--medium {
    font-size: 2.025rem;
    text-align: center;
    margin: 15px auto;
}

.post-item .metabox {
    display: block;
    margin: 15px auto;
    width: 75%;
    text-align: center;
}

.post-item .metabox p {
    margin: 0;
    font-size: 0.9rem;
    color: #001b59;
    font-weight: bold;
}

.post-item .metabox a {
    text-decoration: none;
    font-weight: bold;
    color: #5eafff;
}

.post-item .generic-content {
    position: relative;
    height: 190px;
}

.post-item .generic-content p, .post-item .generic-content li {
    font-size: 1.15rem;
    width: 80%;
    margin: 20px auto;
}

.post-item .btn {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.post-item .btn--frontpage {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 7px 20px;
    border: 3px solid rgba(140, 196, 248, 0.39);
}

.post-single .thumbnail {
    height: 540px;
    overflow: hidden;
    position: relative;
}

.post-single .thumbnail .program-card__image {
    display: block;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: -20%;
}

.post-single .metabox {
    margin: 0px auto 50px auto;
    display: block;
}

.post-single .metabox p {
    margin: 0;
    font-size: .9rem;
    display: flex;
}

.post-single .metabox .metabox__blog-home-link {
    background-color: #001b59;
    color: #FFF;
    padding: 12px 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    font-size: 1.2rem;
}

.post-single .metabox .metabox__main {
    padding: 12px 25px;
    background-color: #5eafff;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    font-size: 1.2rem;
    flex-grow: 1;
}

.professor-cards {
    margin: 0;
    padding: 0;
}

.search-overlay .professor-cards {
    padding-top: 21px;
}

.professor-card {
    position: relative;
    display: inline-block;
    width: 250px;
    margin-right: 15px;
    background-color: #55a6ff;
    overflow: hidden;
}

.search-overlay .professor-card {
    width: 180px;
}

.professor-card__image {
    display: block;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out;
}

.professor-card:hover .professor-card__image {
    opacity: .80;
    transform: scale(1.2);
}

.professor-card__name {
    font-weight: 300;
    font-size: .9rem;
    position: absolute;
    bottom: 0;
    color: #FFF;
    left: 0;
    right: 0;
    padding: 3px 10px;
    /* background-color: color($darkOrange a(85%) b(+15%) s(+20%)); */
    background-color: rgba(19, 143, 255, 0.72);
    transition: all linear 300ms;
}

.professor-card:hover .professor-card__name {
    /* background-color: color($darkOrange a(85%) b(+25%) s(+20%)); */
    background-color: rgba(0, 45, 85, 0.78);
}

.professor-card__list-item {
    display: inline-block;
    list-style: none;
}

.program-cards-search {
    margin: 0;
    padding: 0;
}

.search-overlay .program-cards-search {
    padding-top: 21px;
}

.program-card-search {
    position: relative;
    display: inline-block;
    width: 250px;
    margin-right: 15px;
    background-color: #55a6ff;
    overflow: hidden;
}

.search-overlay .program-card-search {
    width: 180px;
}

.program-card-search__image {
    display: block;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out;
}

.program-card-search:hover .program-card-search__image {
    opacity: .80;
    transform: scale(1.2);
}

.program-card-search__name {
    font-weight: 300;
    font-size: .9rem;
    position: absolute;
    bottom: 0;
    color: #FFF;
    left: 0;
    right: 0;
    padding: 3px 10px;
    /* background-color: color($darkOrange a(85%) b(+15%) s(+20%)); */
    background-color: rgba(19, 143, 255, 0.72);
    transition: all linear 300ms;
}

.program-card-search:hover .program-card-search__name {
    /* background-color: color($darkOrange a(85%) b(+25%) s(+20%)); */
    background-color: rgba(0, 45, 85, 0.78);
}

.program-card-search__list-item {
    display: inline-block;
    list-style: none;
}

.program-cards {
    margin: 0;
    padding: 0;
}

.search-overlay .program-cards {
    padding-top: 21px;
}

.program-card {
    position: relative;
    display: inline-block;
    width: 300px;
    margin-right: 15px;
    background-color: #55a6ff;
    overflow: hidden;
}

.search-overlay .program-card {
    width: 180px;
}

.program-card__image {
    display: block;
    transition: opacity 0.3s ease-out, transform 0.5s ease-out;
}

.program-card:hover .program-card__image {
    opacity: .80;
    transform: scale(1.2);
}

.program-card__name {
    font-weight: 600;
    font-size: 1.3rem;
    position: absolute;
    bottom: 0;
    color: #FFF;
    left: 0;
    right: 0;
    padding: 3px 10px;
    /* background-color: color($darkOrange a(85%) b(+15%) s(+20%)); */
    background-color: rgba(19, 143, 255, 0.72);
    transition: all linear 300ms;
}

.program-card:hover .program-card__name {
    /* background-color: color($darkOrange a(85%) b(+25%) s(+20%)); */
    background-color: rgba(0, 45, 85, 0.78);
}

.program-card__list-item {
    display: inline-block;
    list-style: none;
}

.search-overlay {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 110;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.96);
    visibility: hidden;
    opacity: 0;
    transform: scale(1.09);
    transition: opacity .3s, transform .3s, visibility .3s;
    box-sizing: border-box;
}

.search-overlay p {
    padding-top: 15px;
}

.search-overlay .event-summary p {
    padding-top: 0;
}

.search-overlay .event-summary {
    margin-bottom: 0;
    margin-top: 20px;
}

.search-overlay .event-summary__date {
    text-decoration: none;
    display: block;
    top: 0;
    left: 0;
    padding: 14px 0 11px 0;
    color: #FFF;
    background-color: #5eafff;
    width: 80px;
    line-height: 1;
    transition: opacity .33s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
    float: left;
    margin-right: 5%;
}

.search-overlay .professor-card {
    width: 160px;
}

.search-overlay .program-card-search {
    width: 160px;
}

body.admin-bar .search-overlay {
    top: 32px;
}

.search-overlay__top {
    background-color: #5eafff;
}

.search-overlay__icon {
    margin-right: 10px;
    font-size: 1.8rem;
    color: #fff;
}

@media (min-width: 960px) {
    .search-overlay__icon {
        font-size: 2.5rem;
    }
}

.search-overlay--active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.search-overlay__section-title {
    margin: 30px 0 1px 0;
    font-weight: bold;
    color: #001b59;
    font-size: 2rem;
    padding: 15px 0;
    border-bottom: 1px solid #CCC;
}

.search-overlay__close {
    position: absolute;
    top: 13px;
    right: 16px;
    font-size: 2.1rem;
    cursor: pointer;
    transition: all .3s;
    background-color: #55a6ff;
    color: #fff;
    line-height: .7;
}

@media (min-width: 530px) {
    .search-overlay__close {
        top: 18px;
        font-size: 2.1rem;
    }
}

@media (min-width: 960px) {
    .search-overlay__close {
        top: 26px;
        font-size: 2.8rem;
    }
}

.search-overlay__close:hover {
    opacity: 1;
}

.search-overlay .one-half {
    padding-bottom: 0;
}

.search-term {
    width: 75%;
    box-sizing: border-box;
    border: none;
    padding: 15px 0;
    margin: 0;
    background-color: transparent;
    font-size: 1rem;
    font-weight: 300;
    outline: none;
    color: #fff;
}

@media (min-width: 530px) {
    .search-term {
        font-size: 1.5rem;
    }
}

@media (min-width: 960px) {
    .search-term {
        width: 80%;
        font-size: 3rem;
    }
}

.body-no-scroll {
    overflow: hidden;
}

.selling-point {
    display: flex;
    width: 60%;
    margin: -125px auto 100px auto;
    text-align: center;
    z-index: 100;
    position: relative;
    color: #fff;
}

.selling-point h3 {
    text-transform: uppercase;
}

@media (max-width: 1280px) {
    .selling-point {
        width: 70%;
    }
}

@media (max-width: 990px) {
    .selling-point {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .selling-point {
        width: 100%;
        font-size: 1rem;
        display: block;
        margin: 0 auto 100px auto;
    }
}

@media (max-width: 767px) {
    .selling-point p {
        width: 70%;
        margin: 0 auto;
    }
}

.selling-point__one {
    background-color: #e8d2a5;
    padding: 25px 25px;
}

.selling-point__two {
    background-color: #5eafff;
    padding: 25px 25px;
}

.selling-point__three {
    background-color: #001b59;
    padding: 25px 25px;
}

.remove-favorite {
    display: inline-block;
    transition: all .3s;
    color: #999;
    font-size: .9rem;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 3px;
}

.remove-favorite:hover {
    background-color: #DEDEDE;
}

.page-section {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    margin: 35px auto;
}

@media (min-width: 768px) {
    .page-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        margin: 50px auto;
    }
}

.page-section--white {
    background-color: #FFF;
}

.page-section--beige {
    background-color: #afd5f3;
}

.page-section p:last-of-type {
    margin-bottom: 0;
}

.school-logo-text {
    position: relative;
    z-index: 20;
    margin: 0;
    font-size: 1.75rem;
    font-weight: 100;
}

.school-logo-text strong {
    font-weight: 400;
}

.school-logo-text a {
    color: #FFF;
    text-decoration: none;
}

.school-logo-text--alt-color a {
    color: #666;
}

.school-logo-text--alt-color a:hover {
    color: #0049b2;
    text-decoration: underline;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-loader {
    margin-top: 45px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.25rem solid rgba(0, 0, 0, 0.2);
    border-top-color: black;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.c-orange {
    color: #F95738;
}

.c-blue {
    color: #0049b2;
}

.c-white {
    color: #FFF;
}

.c-dark {
    color: #333;
}

.gray {
    color: #999999;
}

.search-trigger {
    display: none;
    position: relative;
    cursor: pointer;
    margin-left: 15px;
    margin-top: -5px;
    display: block;
}

.search-trigger .fa {
    color: #5eafff;
    font-size: 1.5rem;
}

@media (min-width: 960px) {
    .search-trigger {
        display: inline-block;
    }
}

.search-trigger:hover {
    opacity: .65;
}

.social-icons-list {
    display: flex;
    margin: 0 -8px;
}

.social-icons-list li {
    flex: 1;
    margin: 0 8px;
}

.social-icons-list li a {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 1.25rem;
}

.social-icons-list li a:hover {
    opacity: .75;
}

.social-color-facebook {
    background-color: #4862a3;
}

.social-color-twitter {
    background-color: #55acee;
}

.social-color-youtube {
    background-color: #cc1e1f;
}

.social-color-linkedin {
    background-color: #0077b5;
}

.social-color-instagram {
    background-color: #d8226b;
}

.nav-list ul {
    padding: 0;
    margin: 0;
}

.nav-list li {
    list-style: none;
}

.nav-list a {
    font-size: .9rem;
    color: #999;
    text-decoration: none;
}

.nav-list a:hover {
    color: #0049b2;
    text-decoration: underline;
}

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
    padding-bottom: 1.6rem;
}

@media (min-width: 960px) {
    .row {
        margin-right: -50px;
    }

    .one-half,
  .one-third,
  .two-thirds,
  .one-fourth,
  .one-fifth,
  .one-sixth {
        padding-bottom: 0;
        float: left;
        box-sizing: border-box;
        padding-right: 50px;
    }

    .two-thirds {
        width: 66.66%;
    }

    .one-half {
        width: 50%;
    }

    .one-third {
        width: 33.33%;
    }

    .one-quarter {
        width: 25%;
    }

    .one-fifth {
        width: 20%;
    }

    .one-sixth {
        width: 16.66%;
    }
}

/* Make Top WP Admin Bar Fixed on Mobile */
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

/* Seach Form */
.search-form {
    background-color: #DEDEDE;
    padding: 20px;
    text-align: center;
}

.search-form label {
    display: block;
}

.search-form-row {
    display: flex;
}

.search-form .s {
    min-width: 20px;
    flex-basis: auto;
    flex-grow: 1;
    border: none;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
}

@media (min-width: 530px) {
    .search-form .s {
        font-size: 1.4rem;
    }
}

.search-submit {
    color: #FFF;
    border: none;
    border-radius: 4px;
    outline: none;
    background-color: #0049b2;
    font-family: 'Roboto', sans-serif;
    padding: 0 20px;
    margin-left: 10px;
}

.note-limit-message {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-out;
    color: #c32929;
    font-weight: bold;
}

.note-limit-message.active {
    visibility: visible;
    opacity: 1;
}

/* Like Box */
.generic-content .like-box {
    float: right;
    font-size: 1rem;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    color: #5eafff;
    padding: 10px 10px 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 0 30px 30px;
    position: relative;
}

.generic-content .like-box:hover {
    background-color: #DEDEDE;
}

.like-count {
    padding-left: 10px;
}

.like-box .fa-heart-o {
    transition: all .35s ease-out;
    position: absolute;
    left: 10px;
}

.like-box .fa-heart {
    left: 10px;
    transition: all .4s ease-out;
    position: absolute;
    visibility: hidden;
    transform: scale(0.2);
    opacity: 0;
}

.like-box[data-exists="yes"] .fa-heart {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.like-box[data-exists="yes"] .fa-heart-o {
    visibility: hidden;
    opacity: 0;
}

.site-footer {
    background-size: cover;
    background-position-y: center;
    padding: 5px 0;
}

.site-footer p {
    font-size: .9rem;
}

.site-footer .fter-logo {
    width: 40%;
    margin-bottom: 18px;
}

.site-footer .headline {
    color: #fff;
    margin-bottom: .33rem;
}

.site-footer .site-footer__link {
    color: #fff;
    text-decoration: none;
}

.site-footer .site-footer__link:hover {
    color: #0049b2;
    text-decoration: underline;
}

.site-footer .site-footer__inner {
    padding-top: 2.5rem;
}

.site-footer .site-footer__inner .nav-list a {
    font-size: .9rem;
    color: #fff;
    text-decoration: none;
}

.site-footer .site-footer__col-one {
    text-align: center;
}

@media (min-width: 960px) {
    .site-footer .site-footer__col-one {
        text-align: left;
        width: 33%;
        float: left;
    }
}

.site-footer .site-footer__col-two-three-group {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

@media (min-width: 960px) {
    .site-footer .site-footer__col-two-three-group {
        text-align: left;
        float: left;
        width: 42%;
        margin: 0;
    }
}

.site-footer .site-footer__col-two {
    width: 50%;
    float: left;
}

.site-footer .site-footer__col-three {
    width: 50%;
    float: left;
}

.site-footer .site-footer__col-four {
    padding-top: 20px;
    width: 85%;
    margin: 0 auto;
    clear: both;
    text-align: center;
}

@media (min-width: 960px) {
    .site-footer .site-footer__col-four {
        padding-top: 0;
        margin: 0;
        clear: none;
        text-align: left;
        width: 25%;
        float: right;
    }
}

.site-footer .site-footer__bottom {
    text-align: center;
    padding: 20px 0 0 0;
    color: #fff;
    background-color: #04122f;
    margin-top: 45px;
}

.site-footer .site-footer__bottom:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.site-header {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    background-color: rgba(28, 44, 73, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.site-header a {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    font-size: 1.1rem;
}

.site-header__avatar img {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -10px;
    border-radius: 50%;
}

.site-header__menu {
    visibility: hidden;
    position: absolute;
    background-color: rgba(85, 172, 255, 0.96);
    left: 0;
    right: 0;
    top: 63px;
    padding-top: 25px;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
    padding-bottom: 25px;
}

.site-header__menu--active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

@media (min-width: 960px) {
    .site-header__menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0) scale(1);
        position: static;
        background-color: transparent;
        float: right;
        padding-top: 0;
        padding-bottom: 0;
        top: 0;
    }
}

.site-header__search-trigger {
    cursor: pointer;
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
    top: 6px;
    right: 16px;
}

@media (min-width: 530px) {
    .site-header__search-trigger {
        top: 4px;
        font-size: 1.4rem;
    }
}

@media (min-width: 960px) {
    .site-header__search-trigger {
        display: none;
    }
}

.site-header__menu-trigger {
    color: #FFF;
    cursor: pointer;
    font-size: 1.2rem;
    position: absolute;
    z-index: 10;
    top: 7px;
    right: 46px;
}

@media (min-width: 530px) {
    .site-header__menu-trigger {
        top: 5px;
        font-size: 1.4rem;
    }
}

@media (min-width: 960px) {
    .site-header__menu-trigger {
        display: none;
    }
}

.site-header__util {
    padding: 25px 0;
    display: flex;
    justify-content: center;
}

@media (min-width: 960px) {
    .site-header__util {
        padding: 0;
        float: right;
    }
}

.site-header__btn {
    margin-right: 20px;
}

@media (min-width: 960px) {
    .site-header__btn {
        float: left;
    }
}

.site-header .btn--with-photo {
    margin-right: 0;
}

.subscribe {
    background: #92d3ff;
    background: -moz-linear-gradient(top, #92d3ff 0%, #4ea7ff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #92d3ff), color-stop(100%, #4ea7ff));
    background: -webkit-linear-gradient(top, #92d3ff 0%, #4ea7ff 100%);
    background: -o-linear-gradient(top, #92d3ff 0%, #4ea7ff 100%);
    background: -ms-linear-gradient(top, #92d3ff 0%, #4ea7ff 100%);
    background: linear-gradient(to bottom, #92d3ff 0%, #4ea7ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92d3ff', endColorstr='#4ea7ff', GradientType=0 );
}

.subscribe .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 990px) {
    .subscribe .container {
        display: block;
    }
}

.subscribe .subscribemsg {
    padding: 10px 0;
}

@media (max-width: 990px) {
    .subscribe .subscribemsg {
        padding: 10px 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

.subscribe .subscribeInput {
    padding: 12px 0;
    width: 45%;
}

@media (max-width: 990px) {
    .subscribe .subscribeInput {
        width: 65%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 500px) {
    .subscribe .subscribeInput {
        width: 85%;
    }
}

.subscribe form {
    display: flex;
}

.subscribe .subscribeform {
    padding: 4px 10px 0 10px;
    border-radius: 5px;
    font-family: 'Bebas Neue';
    font-weight: bold;
    letter-spacing: 2px;
    border-style: none;
    border-color: #fff;
    border-image: none;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(185, 189, 212, 0.4);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(185, 189, 212, 0.4);
    box-shadow: inset 3px 3px 3px 0px rgba(185, 189, 212, 0.87);
    height: 36px;
    width: 75%;
    color: #001b59;
}

@media (max-width: 990px) {
    .subscribe .subscribeform {
        width: 100%;
    }
}

.subscribe .subscribeform::placeholder {
    color: #97aed7;
}

.subscribe p {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    font-size: 1.7rem;
    margin: 0;
}

@media (max-width: 767px) {
    .subscribe p {
        font-size: 1.5rem;
    }
}

@media (max-width: 500px) {
    .subscribe p {
        font-size: 1.3rem;
    }
}

.test {
    background: blue;
}

.test h1 {
    font-size: 54px;
}
