/*! 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 {
  -moz-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] {
  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 */
  -moz-box-sizing: content-box;
  -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;
}

/* Font Variables */
/* Font Weights */
/*********************
BREAKPOINTS
*********************/
/*********************
V2 VARIABLES
**********************/
/* Font Variables */
/*********************
2024 VARIABLES
**********************/
/* Fonts */
/* Font Weights */
/*Colors: White */
/*Colors: Black */
/*Colors: Tallahassee Blue */
/*Colors: Tallahassee Gold */
/*Colors: Accent Palette */
/*Colors: Gray */
/*Colors: Red (for alerts)*/
/*Colors: Green (for alerts)*/
body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #444444;
}

/*
* ------------------------------------------
* *-----------------------------
* MAIN SECTION COMMENT
* *-----------------------------
* ------------------------------------------
*/
/*
* *-----------------------------
* SUB SECTION COMMENT
* *-----------------------------
*/
/*
* ------------------------------------------
* *-----------------------------
* CUSTOM LAYOUT CLASSES
* *-----------------------------
* ------------------------------------------
*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.row-no-padding [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vertical-align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox .flex-row {
  display: -ms-flexbox;
  display: flex;
}

/*
* ------------------------------------------
* *-----------------------------
* GLOBAL STYLES
* *-----------------------------
* ------------------------------------------
*/
.alert-container {
  background-color: #e5b611;
  padding: 25px 0;
}
.alert-container h2 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
}
.alert-container svg {
  max-width: 150px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .alert-container svg {
    display: block;
    margin: 0 auto;
  }
}
.alert-container p {
  color: #FFFFFF;
}
.alert-container a {
  color: #FFFFFF;
  font-weight: bold;
  float: right;
  font-size: 18px;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.alert-container a:hover {
  color: #666a6d;
}
.alert-container.info-alert {
  background-color: #2085da;
}
.alert-container.danger-alert {
  background-color: #ad001b;
}
.alert-container.clear-alert {
  background-color: #009944;
}

h1, h2 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
}

h3, h4, h5 {
  font-family: "Bitter", serif;
  font-weight: 600;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

a.main-button {
  border-radius: 0;
  border: 2px solid #e5b611;
  padding: 10px 35px;
  margin-top: 25px;
  display: inline-block;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
a.main-button::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
a.main-button:hover {
  background-color: #e5b611;
  color: #003366;
}
a.main-button.button-center {
  display: block;
  margin: 0 auto;
  max-width: 400px;
}
a.main-button.button-white {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
a.main-button.button-white:hover {
  background-color: #FFFFFF;
  color: #005296;
}
a.main-button.button-gold {
  background-color: #e5b611;
  color: #FFFFFF;
}
a.main-button.button-gold:hover {
  background-color: #f0c839;
  color: #005296;
}

p {
  font-family: "Barlow", sans-serif;
  font-size: 1.1em;
  line-height: 1.35;
  font-weight: 400;
  margin-block-start: 1.5em;
  margin-block-end: 1.5em;
}

.slick-slider {
  margin-bottom: 0;
}

h1.main-section-header, h2.main-section-header {
  margin: 0 auto 25px auto;
  border-bottom: 1px solid #e5b611;
  max-width: 500px;
  color: #FFFFFF;
  font-size: 48px;
  text-align: center;
  font-weight: 400;
}
h1.main-section-header.header-dark-blue, h2.main-section-header.header-dark-blue {
  color: #005296;
}
h1.main-section-header.header-dark-gray, h2.main-section-header.header-dark-gray {
  color: #666a6d;
}
h1.main-section-header.header-dbot-blue, h2.main-section-header.header-dbot-blue {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  h1.main-section-header, h2.main-section-header {
    font-size: 36px;
    max-width: 300px;
  }
}

h2.sub-header {
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 30px;
  line-height: 1em;
  border-bottom: 2px solid #e5b611;
  width: 50%;
  padding-bottom: 10px;
}
h2.sub-header.header-dark-blue {
  color: #005296;
}
h2.sub-header.header-center {
  text-align: center;
  margin: 0 auto 10px auto;
}
h2.sub-header.full-width {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  z-index: 1000;
  background-color: #e5b611;
  height: 150px;
  width: 40px;
}
.slick-arrow:hover {
  background-color: #f4d568;
}
@media screen and (max-width: 992px) {
  .slick-arrow {
    background-color: transparent !important;
  }
}

.slick-next:before, .slick-prev:before {
  font-size: 30px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.general-content {
  padding: 20px 0;
  position: relative;
  color: #222222;
}
.general-content .blue-background {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: #005296;
}

.single-link-container {
  background-color: #FFFFFF;
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.single-link-container a.main-button {
  max-width: 300px;
  position: relative;
  z-index: 3;
}
.single-link-container a.main-button.button-gray {
  color: #666a6d;
}
@media screen and (max-width: 768px) {
  .single-link-container a.main-button {
    max-width: 250px;
    font-size: 1em;
  }
}
.single-link-container h3 {
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  font-family: "Barlow", sans-serif;
  font-size: 1.1em;
}
@media screen and (max-width: 992px) {
  .single-link-container h3 {
    margin-top: 25px;
  }
}
.single-link-container h3 a:hover {
  color: #5a9fd8;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*
* *-----------------------------
* IMAGE BACKGROUND WHITE TEXT CONTAINER
* *-----------------------------
*/
section.image-white-text {
  background-color: #005296;
  background-size: cover;
  background-position: center center;
  padding: 50px 0 100px 0;
  position: relative;
}
section.image-white-text h2 {
  z-index: 3;
  position: relative;
}
section.image-white-text .white-text {
  position: relative;
  z-index: 3;
  font-family: "Barlow", sans-serif;
  padding: 25px 50px;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5em;
  color: #222222;
}

/*
* *-----------------------------
* FADE CONTAINERS
* *-----------------------------
*/
.img-fade-left, .img-fade-right {
  background-size: 50% auto;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .img-fade-left, .img-fade-right {
    background-size: cover;
    min-height: auto;
    background-position: center center;
  }
}
.img-fade-left .fade-cover, .img-fade-right .fade-cover {
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .img-fade-left .fade-cover, .img-fade-right .fade-cover {
    width: 100%;
    top: 0;
  }
}
.img-fade-left .fade-content, .img-fade-right .fade-content {
  position: relative;
  z-index: 4;
}
.img-fade-left .fade-content p, .img-fade-right .fade-content p {
  font-size: 16px;
}
.img-fade-left .fade-content a.main-button, .img-fade-right .fade-content a.main-button {
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .img-fade-left .fade-content a.main-button, .img-fade-right .fade-content a.main-button {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .img-fade-left .fade-content, .img-fade-right .fade-content {
    padding: 50px;
  }
}

.img-fade-right {
  background-position: left center;
}
.img-fade-right .fade-content {
  float: right;
}
.img-fade-right a.main-button {
  color: #666a6d;
}
.img-fade-right.fade-blue .fade-cover {
  background: -moz-linear-gradient(left, rgba(13, 87, 150, 0) 0%, rgb(13, 87, 150) 47%, rgb(13, 87, 150) 56%, rgb(13, 87, 150) 84%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(13, 87, 150, 0) 0%, rgb(13, 87, 150) 47%, rgb(13, 87, 150) 56%, rgb(13, 87, 150) 84%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(13, 87, 150, 0) 0%, rgb(13, 87, 150) 47%, rgb(13, 87, 150) 56%, rgb(13, 87, 150) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000d5796", endColorstr="#0d5796",GradientType=1 ); /* IE6-9 */
}
@media screen and (max-width: 1200px) {
  .img-fade-right.fade-blue .fade-cover {
    background: rgba(13, 87, 150, 0.8);
  }
}
.img-fade-right.fade-blue .fade-content h2, .img-fade-right.fade-blue .fade-content p {
  color: #FFFFFF;
}
.img-fade-right.fade-blue a.main-button {
  color: #FFFFFF;
}
.img-fade-right.fade-blue a.main-button:hover {
  color: #003366;
}
.img-fade-right .fade-cover {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 46%, rgb(255, 255, 255) 98%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 46%, rgb(255, 255, 255) 98%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 46%, rgb(255, 255, 255) 98%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}
@media screen and (max-width: 1200px) {
  .img-fade-right .fade-cover {
    background: rgba(255, 255, 255, 0.8);
  }
}

.img-fade-left {
  background-position: right center;
  float: none;
}
.img-fade-left h2 {
  text-align: center;
  margin: 0 auto;
}
.img-fade-left a.main-button {
  color: #666a6d;
}
.img-fade-left.fade-blue .fade-cover {
  background: -moz-linear-gradient(left, rgb(13, 87, 150) 16%, rgb(13, 87, 150) 44%, rgb(13, 87, 150) 53%, rgba(13, 87, 150, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(13, 87, 150) 16%, rgb(13, 87, 150) 44%, rgb(13, 87, 150) 53%, rgba(13, 87, 150, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(13, 87, 150) 16%, rgb(13, 87, 150) 44%, rgb(13, 87, 150) 53%, rgba(13, 87, 150, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0d5796", endColorstr="#000d5796",GradientType=1 ); /* IE6-9 */
}
@media screen and (max-width: 1200px) {
  .img-fade-left.fade-blue .fade-cover {
    background: rgba(13, 87, 150, 0.8);
  }
}
.img-fade-left.fade-blue .fade-content h2, .img-fade-left.fade-blue .fade-content p {
  color: #FFFFFF;
}
.img-fade-left.fade-blue a.main-button {
  color: #FFFFFF;
}
.img-fade-left.fade-blue a.main-button:hover {
  color: #003366;
}
.img-fade-left .fade-cover {
  left: 0;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 2%, rgb(255, 255, 255) 54%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 2%, rgb(255, 255, 255) 54%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 2%, rgb(255, 255, 255) 54%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
@media screen and (max-width: 1200px) {
  .img-fade-left .fade-cover {
    background: rgba(255, 255, 255, 0.8);
  }
}

.transparent-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.transparent-cover.cover-dark-blue {
  background-color: rgba(13, 87, 150, 0.9);
}
.transparent-cover.cover-white {
  background-color: rgba(255, 255, 255, 0.7);
}
.transparent-cover.cover-black {
  background-color: rgba(0, 0, 0, 0.6);
}
.transparent-cover.cover-light-blue {
  background-color: rgba(76, 143, 200, 0.6);
}
.transparent-cover.cover-light-gray {
  background-color: rgba(125, 125, 125, 0.5);
}

/*
* *-----------------------------
* CALENDAR SLIDESHOW
* *-----------------------------
*/
section.calendar-slideshow-section {
  padding-top: 20px;
  background-color: #005296;
  text-align: center;
}
section.calendar-slideshow-section .calendar-slideshow-bottom {
  background-color: #003366;
  padding: 25px 0;
}
section.calendar-slideshow-section .calendar-slideshow-bottom a.main-button {
  max-width: 350px;
  width: 80%;
}
section.calendar-slideshow-section .calendar-slideshow-container {
  overflow: hidden;
}
section.calendar-slideshow-section .calendar-slideshow-container .slick-next, section.calendar-slideshow-section .calendar-slideshow-container .slick-prev {
  background-color: rgba(216, 173, 18, 0.8);
  transition: all 0.2s ease-in-out;
  height: 100%;
}
section.calendar-slideshow-section .calendar-slideshow-container .slick-next:hover, section.calendar-slideshow-section .calendar-slideshow-container .slick-prev:hover {
  background-color: #e5b611;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item {
  min-height: 300px;
  padding-bottom: 40px;
  float: left;
  transition: all 0.2s ease-in-out;
  color: #FFFFFF;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item.slick-center {
  background-color: #e5b611;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item.slick-center .date {
  background-color: #e5b611;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item.slick-center a.main-button {
  color: #FFFFFF;
  border: 2px solid #FFFFFF !important;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item a.main-button {
  max-width: 300px;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item p {
  padding: 0 15px;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item h5 {
  font-weight: bold;
  font-size: 1.3em;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item:hover {
  background-color: #e5b611;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item:hover .date {
  background-color: #e5b611;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item:hover a.main-button {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item .date {
  background-color: #003366;
  transition: all 0.2s ease-in-out;
  padding-top: 10px;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item .date span {
  display: block;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item .date span.month {
  font-size: 16px;
  color: #FFFFFF;
}
section.calendar-slideshow-section .calendar-slideshow-container .calendar-item .date span.day {
  font-size: 4em;
  color: #FFFFFF;
}
section.calendar-slideshow-section .calendar-loading {
  color: #fff;
}
section.calendar-slideshow-section .calendar-loading span.loading-text {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/*
* *-----------------------------
* DATES AND DEADLINES
* *-----------------------------
*/
section.dates-deadlines {
  background-color: #005296;
  min-height: 100px;
  color: #FFFFFF;
}
section.dates-deadlines img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  section.dates-deadlines .flex-row {
    display: block;
  }
}
section.dates-deadlines .golden-guarantee-container {
  background-color: #FFFFFF;
  padding: 50px 50px 50px 0;
  color: #222222;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
section.dates-deadlines .golden-guarantee-container .col-md-8 {
  position: relative;
  z-index: 3;
}
section.dates-deadlines .golden-guarantee-container img {
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  section.dates-deadlines .golden-guarantee-container img {
    padding: 25px;
  }
}
section.dates-deadlines .golden-guarantee-container h4 {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0;
}
section.dates-deadlines .golden-guarantee-container p {
  font-family: "Albert Sans", sans-serif;
  font-size: 4em;
  margin-top: 20px;
  line-height: 1em;
}
@media screen and (max-width: 992px) {
  section.dates-deadlines .golden-guarantee-container p {
    padding: 0 20px;
    font-size: 2em;
  }
}
section.dates-deadlines .golden-guarantee-container a.main-button {
  color: #000000;
}
section.dates-deadlines .dates-container {
  padding: 15px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  section.dates-deadlines .dates-container {
    padding: 15px 100px;
  }
}
@media screen and (max-width: 768px) {
  section.dates-deadlines .dates-container {
    padding: 15px 15px;
  }
  section.dates-deadlines .dates-container h2 {
    width: 100%;
  }
}
section.dates-deadlines .dates-container ul {
  padding: 0;
  list-style: none;
  position: relative;
  margin-left: -30px;
}
@media screen and (max-width: 992px) {
  section.dates-deadlines .dates-container ul {
    margin-left: 0;
  }
}
section.dates-deadlines .dates-container ul li {
  margin-bottom: 25px;
}
section.dates-deadlines .dates-container ul li div.date {
  display: inline-block;
  background-color: #003366;
  margin-right: 10px;
  width: 15%;
  text-align: center;
  vertical-align: middle;
  font-family: "Albert Sans", sans-serif;
  line-height: 3em;
  padding: 5px 0 20px 0;
}
section.dates-deadlines .dates-container ul li div.date span.month {
  display: block;
  margin: 0;
}
section.dates-deadlines .dates-container ul li div.date span.day {
  display: block;
  font-size: 5em;
}
section.dates-deadlines .dates-container ul li p {
  display: inline-block;
  padding: 0 15px;
  width: 70%;
  vertical-align: middle;
  font-size: 1.3em;
  font-family: "Barlow", sans-serif;
}

/*
* *-----------------------------
* QUICK LINKS
* *-----------------------------
*/
.quick-links-container {
  text-align: center;
}
.quick-links-container.quick-links-gray {
  background-color: #f2f2f2;
}
.quick-links-container a {
  text-decoration: none;
  display: inline-block;
  padding: 25px 0 10px 0;
  transition: all 0.2s ease-in-out;
}
.quick-links-container a:hover h3 {
  color: #e5b611;
}
.quick-links-container a:hover .cls-1 {
  fill: #e5b611 !important;
}
.quick-links-container a:hover .cls-2 {
  stroke: #e5b611 !important;
}
@media screen and (max-width: 992px) {
  .quick-links-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.quick-links-container svg {
  width: 100px;
  height: 100px;
  padding: 10px;
  display: block;
  margin: 0 auto;
}
.quick-links-container svg .cls-1, .quick-links-container svg .cls-2 {
  transition: all 0.2s ease-in-out;
}
.quick-links-container h3 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #d1d3d4;
  transition: all 0.2s ease-in-out;
}
.quick-links-container h2 {
  color: #d1d3d4;
  text-align: center;
  padding-top: 60px;
  font-size: 2em;
  margin: 0;
}
.quick-links-container p {
  color: #222222;
  margin: 0;
  text-align: center;
  font-size: 1.2em;
}
.quick-links-container.experience {
  background-color: #f2f2f2;
  padding: 50px 0;
}

.flexbox .quick-links-container h2 {
  padding-top: 0;
}
.flexbox .quick-links-container .flex-row {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flexbox .quick-links-container .flex-row {
    display: block;
  }
  .flexbox .quick-links-container .flex-row h2 {
    padding-top: 60px;
  }
}

/*
* ------------------------------------------
* *-----------------------------
* MAIN CONTENT
* *-----------------------------
* ------------------------------------------
*/
#main-content blockquote {
  font-style: italic;
  color: #999;
}
#main-content q {
  font-style: italic;
}

.default-template {
  padding: 25px 0;
}
.default-template h2 {
  font-size: 2.5em;
  text-align: left;
  margin: 0;
  color: #005296;
  max-width: 70%;
  font-weight: 700;
}
.default-template h3 {
  font-size: 1.8em;
  color: #005296;
  font-weight: 700;
}
.default-template h4, .default-template h5 {
  color: #222222;
}
@media screen and (max-width: 992px) {
  .default-template .aside {
    text-align: left;
    margin-bottom: 10px;
  }
}
.default-template .aside h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .default-template .aside h2 {
    text-align: left;
    width: 100%;
  }
}
.default-template .aside ul {
  padding: 0;
  list-style-type: none;
}
.default-template .aside ul ul {
  padding-left: 25px;
}
.default-template .aside ul ul li {
  position: relative;
}
.default-template .aside ul ul li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  right: 103%;
}
.default-template .aside a {
  display: block;
  padding-bottom: 10px;
  color: #000000;
}

/*
* ------------------------------------------
* *-----------------------------
* HEADER
* *-----------------------------
* ------------------------------------------
*/
.logo-container h2 {
  display: inline-block;
  color: #FFFFFF;
  vertical-align: middle;
  padding-left: 10px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.2s ease-in-out;
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .logo-container h2 {
    font-size: 1.3em;
  }
}

header#main-header {
  background-color: #005296;
}
header#main-header .header-top-row {
  padding: 15px 0;
}
header#main-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header#main-header ul li {
  display: inline-block;
}
header#main-header div#mobile-toggle {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header#main-header div#mobile-toggle.open span {
  background: #e5b611;
}
header#main-header div#mobile-toggle span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header#main-header #mobile-toggle span:nth-child(1) {
  top: 0px;
}
header#main-header #mobile-toggle span:nth-child(2) {
  top: 14px;
}
header#main-header #mobile-toggle span:nth-child(3) {
  top: 28px;
}
header#main-header #mobile-toggle.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
header#main-header #mobile-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header#main-header #mobile-toggle.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header#main-header ul#quick-links li {
  text-transform: uppercase;
  padding-right: 25px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}
header#main-header ul#quick-links li:nth-child(2) i {
  font-size: 2.3em;
}
header#main-header ul#quick-links li:hover a {
  color: #e5b611;
}
header#main-header ul#quick-links li i {
  display: block;
  font-size: 2em;
  text-align: center;
}
header#main-header ul#quick-links li i.fa-share {
  color: #e5b611;
}
header#main-header ul#quick-links li a {
  color: #1881d8;
  transition: all 0.2s ease-in-out;
  display: block;
}
header#main-header ul#quick-links li a:hover {
  text-decoration: none;
}
header#main-header .main-nav-container {
  background-color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  position: relative;
}
@media screen and (max-width: 992px) {
  header#main-header .main-nav-container {
    height: 0;
  }
}
header#main-header .main-nav-container ul#main-nav {
  text-align: center;
}
header#main-header .main-nav-container ul#main-nav li {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding: 0;
  margin: 0;
  /* Sub Menu */
}
@media (min-width: 992px) {
  header#main-header .main-nav-container ul#main-nav li:hover > ul {
    display: block !important;
  }
  header#main-header .main-nav-container ul#main-nav li:hover > a {
    background-color: #005296;
    color: #FFFFFF;
  }
}
header#main-header .main-nav-container ul#main-nav li:after {
  content: none;
  font-family: FontAwesome;
  position: absolute;
  bottom: 0;
  color: #bbb;
}
header#main-header .main-nav-container ul#main-nav li a {
  color: #005296;
  text-decoration: none;
  display: block;
  padding: 15px 40px;
  transition: all 0.2s ease-in-out;
}
header#main-header .main-nav-container ul#main-nav li a:hover {
  background-color: #005296;
  color: #FFFFFF;
}
header#main-header .main-nav-container ul#main-nav li ul {
  position: absolute;
  z-index: 3;
  display: none;
  top: 100%;
  text-align: left;
}
header#main-header .main-nav-container ul#main-nav li ul li {
  display: block;
  position: relative;
  background-color: #f2f2f2;
  margin: 0;
  padding: 0;
  width: 150%;
}
header#main-header .main-nav-container ul#main-nav li ul li:after {
  content: none;
}
header#main-header .main-nav-container ul#main-nav li ul li ul {
  text-align: left;
  position: absolute;
  top: 0;
  left: 100%;
}
header#main-header .main-nav-container ul#main-nav li ul li ul li {
  width: 150%;
}
header#main-header .main-nav-container ul#main-nav li ul li:hover ul {
  display: block;
}
header#main-header .main-nav-container ul#main-nav li ul li.pg:after {
  content: "\f105";
  right: 10%;
  bottom: 30%;
}
header#main-header .main-nav-container ul#main-nav li:last-child ul {
  text-align: right;
  width: 200%;
  left: -100%;
}
header#main-header .main-nav-container ul#main-nav li:last-child ul li {
  width: 100%;
}
header#main-header .main-nav-container ul#main-nav li:last-child ul li:after {
  content: none;
}
header#main-header .main-nav-container ul#main-nav li:last-child ul li ul {
  width: 100%;
  left: -100%;
}
header#main-header .main-nav-container ul#main-nav li:last-child ul li ul li {
  width: 100%;
}
header#main-header .main-nav-container ul#main-nav li:last-child ul li ul li:after {
  content: none;
}
header#main-header .main-nav-container ul#main-nav li:last-child ul li.pg:after {
  content: "\f104";
  right: 90%;
  bottom: 30%;
}
header#main-header .main-nav-container ul#mobile-nav {
  position: absolute;
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  background: #006ec9;
}
header#main-header .main-nav-container ul#mobile-nav li {
  position: relative;
  width: 100%;
}
header#main-header .main-nav-container ul#mobile-nav li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0;
  text-decoration: none;
}
header#main-header .main-nav-container ul#mobile-nav li.has-sub-menu ul {
  display: none;
}
header#main-header .main-nav-container ul#mobile-nav li.has-sub-menu ul li a {
  background: #0060b0;
}
header#main-header .main-nav-container ul#mobile-nav li.mobile-nav-icons a {
  display: block;
  width: 50%;
  float: left;
  font-size: 1.3em;
}
header#main-header .main-nav-container ul#mobile-nav li.mobile-nav-icons a i {
  padding-right: 15px;
}
header#main-header .main-nav-container ul#mobile-nav li > ul {
  display: none;
}
header#main-header .main-nav-container ul#mobile-nav li > ul li a {
  background-color: #00447d;
}
header#main-header .breadcrumbs-container {
  background-color: #0866aa;
}
header#main-header .breadcrumbs-container ul {
  color: #FFFFFF;
}
header#main-header .breadcrumbs-container ul li {
  list-style: none;
  padding: 10px 0;
  position: relative;
}
header#main-header .breadcrumbs-container ul li:last-child:after {
  display: none;
}
header#main-header .breadcrumbs-container ul li a {
  color: #6cb0e1;
}

.searchbar {
  width: 100%;
  padding: 5px 0;
  background-color: #e5b611;
  text-align: center;
  display: none;
}
.searchbar form {
  padding-bottom: 0;
}
.searchbar .search-input-wrap {
  display: inline-block;
  width: 80%;
  padding: 10px 0;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.searchbar .search-input-wrap:after {
  content: "\f002";
  font-family: "FontAwesome";
  color: #FFFFFF;
  position: absolute;
  left: 90%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  cursor: pointer;
}
.searchbar input {
  width: 100%;
  background-color: #e5b611;
  color: #FFFFFF !important;
  font-size: 2em;
  border: none;
  border-bottom: solid 2px #FFFFFF;
  position: relative;
}
.searchbar input:focus {
  outline: none;
}
.searchbar input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.searchbar input:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
}
.searchbar input::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
}
.searchbar input:-ms-input-placeholder {
  color: #FFFFFF;
}

/*
* ------------------------------------------
* *-----------------------------
* HERO BANNER
* *-----------------------------
* ------------------------------------------
*/
#hero-banner {
  min-height: 500px;
  position: relative;
  background-size: cover;
}
#hero-banner .hero-info {
  padding-top: 50px !important;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  #hero-banner .hero-info {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}
#hero-banner .bio-info {
  position: absolute;
  bottom: 0;
  background-color: #005296;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #hero-banner .bio-info {
    background: rgba(13, 87, 150, 0.6);
    top: 0;
    position: relative;
  }
}
#hero-banner .bio-info .row {
  padding: 15px 0;
}
#hero-banner .bio-info .row.flex-row {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #hero-banner .bio-info .row.flex-row {
    text-align: center;
    display: block;
  }
}
#hero-banner .bio-info .teacher-bio {
  height: 250px;
  width: 100%;
  position: absolute;
  top: -240px;
  background-color: #222222;
  border: 2px solid #e5b611;
}
@media screen and (max-width: 992px) {
  #hero-banner .bio-info .teacher-bio .teacher-bio-info {
    background: rgba(13, 87, 150, 0.6);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
  }
}
#hero-banner .bio-info .teacher-bio .name {
  position: absolute;
  left: 105%;
  width: 120%;
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  top: 30%;
}
@media screen and (max-width: 992px) {
  #hero-banner .bio-info .teacher-bio .name {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    top: 60%;
    font-size: 1.3em;
  }
}
#hero-banner .bio-info .teacher-bio .title, #hero-banner .bio-info .teacher-bio .department {
  position: absolute;
  font-family: "Albert Sans", sans-serif;
  left: 105%;
  color: #FFFFFF;
  top: 40%;
  font-size: 1.5em;
}
@media screen and (max-width: 992px) {
  #hero-banner .bio-info .teacher-bio .title, #hero-banner .bio-info .teacher-bio .department {
    position: relative;
    left: 0;
    top: 60%;
    margin: 0;
    font-size: 1em;
  }
}
#hero-banner .bio-info .teacher-bio .department {
  top: 50%;
}
@media screen and (max-width: 992px) {
  #hero-banner .bio-info .teacher-bio .department {
    top: 60%;
  }
}
@media screen and (max-width: 992px) {
  #hero-banner .bio-info .teacher-bio {
    position: relative;
    top: 0;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
}
#hero-banner .bio-info span, #hero-banner .bio-info i {
  color: #FFFFFF;
}
#hero-banner .bio-info span {
  font-size: 16px;
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
  color: #1881d8;
  padding-right: 10px;
  vertical-align: middle;
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  #hero-banner .bio-info span {
    display: block;
    margin: 10px 0;
  }
}
#hero-banner .bio-info span.white {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  color: #FFFFFF;
}
#hero-banner .bio-info i {
  vertical-align: middle;
  padding: 10px 12px;
  border-radius: 50%;
  color: #005296;
  background-color: #FFFFFF;
  font-size: 1.5em;
}
#hero-banner .bio-info i.fa-facebook {
  padding: 10px 15px;
}
#hero-banner.hero-full-width {
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  #hero-banner.hero-full-width {
    min-height: 10px !important;
    height: auto !important;
  }
}
#hero-banner.hero-full-width .hero-img-mobile {
  display: none;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  #hero-banner.hero-full-width .hero-img-mobile {
    display: block;
  }
}
#hero-banner.hero-full-width .hero-header {
  background: linear-gradient(rgba(13, 87, 150, 0.9), rgba(13, 87, 150, 0.9));
  position: absolute;
  bottom: 1em;
  width: 100%;
  text-align: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 3px 7px 5px rgba(0, 0, 0, 0.8);
  padding: 10px;
}
@media screen and (max-width: 992px) {
  #hero-banner.hero-full-width .hero-header {
    position: static;
    background-color: #005296;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  #hero-banner.hero-full-width .hero-header {
    padding: 10px;
  }
  #hero-banner.hero-full-width .hero-header h1 {
    width: 100%;
  }
  #hero-banner.hero-full-width .hero-header a {
    display: block;
    max-width: 300px;
    width: 90%;
    margin: 10px auto 20px auto !important;
    text-align: center;
  }
}
#hero-banner.hero-full-width .hero-header h1 {
  text-align: center;
  color: #FFFFFF;
  font-size: 3em;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #hero-banner.hero-full-width .hero-header h1 {
    font-size: 2em;
  }
}
#hero-banner.hero-full-width .hero-header a.main-button {
  visibility: middle;
  margin-top: 0;
  margin-left: 50px;
}
#hero-banner.hero-blue {
  min-height: 200px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#093b65+0,0d6793+100 */
  background: #093b65; /* Old browsers */
  background: -moz-linear-gradient(top, #093b65 0%, #0d6793 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #093b65 0%, #0d6793 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #093b65 0%, #0d6793 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#093b65", endColorstr="#0d6793",GradientType=0 ); /* IE6-9 */
  text-align: center;
  color: #FFFFFF;
  padding: 50px;
}
@media screen and (max-width: 1200px) {
  #hero-banner.hero-blue {
    font-size: 0.7em;
  }
}
#hero-banner.hero-blue p {
  margin: 0;
}
#hero-banner.hero-blue .month {
  font-family: "Albert Sans", sans-serif;
  font-size: 1em;
}
#hero-banner.hero-blue .day {
  font-family: "Albert Sans", sans-serif;
  font-size: 3em;
}
#hero-banner.hero-blue h1 {
  font-size: 4em;
}
@media screen and (max-width: 1200px) {
  #hero-banner.hero-blue h1 {
    font-size: 2em;
  }
}
#hero-banner.hero-large {
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 25px 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #hero-banner.hero-large {
    background: #005296 !important;
    padding-top: 0;
  }
}
#hero-banner.hero-large img {
  display: none;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  #hero-banner.hero-large img {
    display: block;
  }
}
#hero-banner.hero-large h1 {
  margin: 0;
  font-size: 4em;
  color: #FFFFFF;
  width: 60%;
  margin: 0 auto;
  border-bottom: 2px solid #e5b611;
}
@media screen and (max-width: 992px) {
  #hero-banner.hero-large h1 {
    line-height: 1em;
    padding: 10px 0;
    font-size: 3em;
  }
}
#hero-banner.hero-large p {
  text-align: left;
  color: #FFFFFF;
  line-height: 1.5em;
}
@media screen and (max-width: 992px) {
  #hero-banner.hero-large p {
    font-size: 1em;
    text-align: center;
  }
}
#hero-banner.hero-large a.main-button {
  max-width: 200px;
}
#hero-banner.hero-half-text {
  background-size: cover;
}
#hero-banner.hero-half-text img {
  max-width: 100%;
  height: auto;
}
#hero-banner.hero-half-text .half-text-container {
  background-color: rgba(0, 82, 150, 0.85);
  width: 40%;
  position: absolute;
  right: 0;
  height: 100%;
  padding: 25px 75px 25px 75px;
  color: #FFFFFF;
  font-size: 16px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-left: solid 7px #e5b611;
}
@media screen and (max-width: 1200px) {
  #hero-banner.hero-half-text .half-text-container {
    width: 100%;
    background-color: #005296;
    height: auto;
    position: relative;
    padding: 50px 25px;
  }
}
#hero-banner.hero-half-text .half-text-container h2 {
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
}
#hero-banner.hero-half-text .half-text-container p {
  line-height: 30px;
}
#hero-banner.hero-half-text .half-text-container a {
  font-size: 16px;
  width: 90%;
  max-width: 300px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #hero-banner.hero-half-text .half-text-container a {
    font-size: 12px;
  }
}
#hero-banner.hero-half-text .half-text-container a.button-white {
  max-width: 200px;
  margin-top: 25px;
}
#hero-banner.large-hero-no-title {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 992px) {
  #hero-banner.large-hero-no-title {
    min-height: 20px;
  }
}
#hero-banner.large-hero-no-title img {
  max-width: 100%;
  height: auto;
  display: none;
}
@media screen and (max-width: 992px) {
  #hero-banner.large-hero-no-title img {
    display: block;
  }
}

/*
* ------------------------------------------
* *-----------------------------
* HOMEPAGE
* *-----------------------------
* ------------------------------------------
*/
/*
* *-----------------------------
* SLIDESHOW
* *-----------------------------
*/
.homepage-slideshow {
  position: relative;
  margin: 0;
}
.homepage-slideshow .homepage-slide {
  width: 100%;
  float: left;
  min-height: 700px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.homepage-slideshow .homepage-slide img {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .homepage-slideshow .homepage-slide {
    background-image: none !important;
    min-height: 0;
    height: auto;
  }
}
.homepage-slideshow .homepage-slide .slide-caption, .homepage-slideshow .homepage-slide #hero-banner .hero-info, #hero-banner .homepage-slideshow .homepage-slide .hero-info {
  width: 41.7%;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: rgba(13, 87, 150, 0.85);
  color: #FFFFFF;
  padding: 100px 150px 0 25px;
}
@media screen and (max-width: 992px) {
  .homepage-slideshow .homepage-slide .slide-caption, .homepage-slideshow .homepage-slide #hero-banner .hero-info, #hero-banner .homepage-slideshow .homepage-slide .hero-info {
    text-align: center;
  }
}
.homepage-slideshow .homepage-slide .slide-caption h2, .homepage-slideshow .homepage-slide #hero-banner .hero-info h2, #hero-banner .homepage-slideshow .homepage-slide .hero-info h2 {
  font-size: 48px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .homepage-slideshow .homepage-slide .slide-caption h2, .homepage-slideshow .homepage-slide #hero-banner .hero-info h2, #hero-banner .homepage-slideshow .homepage-slide .hero-info h2 {
    font-size: 36px;
  }
}
.homepage-slideshow .homepage-slide .slide-caption p, .homepage-slideshow .homepage-slide #hero-banner .hero-info p, #hero-banner .homepage-slideshow .homepage-slide .hero-info p {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 992px) {
  .homepage-slideshow .homepage-slide .slide-caption p, .homepage-slideshow .homepage-slide #hero-banner .hero-info p, #hero-banner .homepage-slideshow .homepage-slide .hero-info p {
    font-size: 1em;
  }
}
@media screen and (max-width: 992px) {
  .homepage-slideshow .homepage-slide .slide-caption, .homepage-slideshow .homepage-slide #hero-banner .hero-info, #hero-banner .homepage-slideshow .homepage-slide .hero-info {
    position: relative;
    width: 100%;
    padding: 25px 50px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-slideshow .slick-arrow {
    top: 25%;
    height: 125px;
  }
}

.slide-caption, #hero-banner .hero-info {
  width: 41.7%;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: rgba(13, 87, 150, 0.85);
  color: #FFFFFF;
  padding: 100px 150px 0 25px;
}
.slide-caption h2, #hero-banner .hero-info h2 {
  font-size: 4em;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .slide-caption h2, #hero-banner .hero-info h2 {
    font-size: 2em;
  }
}
.slide-caption p, #hero-banner .hero-info p {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 992px) {
  .slide-caption p, #hero-banner .hero-info p {
    font-size: 1em;
  }
}
@media screen and (max-width: 992px) {
  .slide-caption, #hero-banner .hero-info {
    position: relative;
    width: 100%;
    padding: 25px 50px;
  }
}

/*
* *-----------------------------
* VIDEO SLIDESHOW
* *-----------------------------
*/
.video-slideshow {
  position: relative;
  overflow: hidden;
}
.video-slideshow .video-slide {
  padding: 55px 0;
  height: 100%;
  min-height: 500px;
  background-color: #222222;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .video-slideshow .video-slide {
    padding: 0;
  }
}
.video-slideshow .video-slide i {
  color: #FFFFFF;
  font-size: 54px;
  position: absolute;
  z-index: 5;
  right: 35%;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid #e5b611;
  border-radius: 50%;
  padding: 20px 25px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 115px;
}
.video-slideshow .video-slide i:hover {
  background-color: #e5b611;
}
@media screen and (max-width: 1200px) {
  .video-slideshow .video-slide i {
    top: 20%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
}
.video-slideshow .video-slide iframe {
  margin: 0;
  border: 0;
}
.video-slideshow .video-slide iframe.video-playing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.video-slideshow .video-slide .slide-content {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  padding-left: 75px;
}
@media screen and (max-width: 1200px) {
  .video-slideshow .video-slide .slide-content {
    padding-left: 0;
    padding: 50px;
  }
}
.video-slideshow .video-slide .slide-content h2 {
  font-size: 3em;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .video-slideshow .video-slide .slide-content h2 {
    font-size: 2em;
  }
}
.video-slideshow .video-slide .slide-content p {
  display: block;
  text-align: right;
  margin: 0;
}
.video-slideshow .video-slide .slide-content .main-button {
  margin-top: 50px;
  max-width: 300px;
}
.video-slideshow .video-slide .slide-bg {
  position: absolute;
  right: 0;
  width: 60%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .video-slideshow .video-slide .slide-bg {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.video-slideshow .video-slide:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, rgb(34, 34, 34) 40%, rgba(34, 34, 34, 0.23) 92%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1200px) {
  .video-slideshow .video-slide:before {
    background: linear-gradient(to right, rgb(34, 34, 34) 10%, rgba(34, 34, 34, 0.23) 92%, rgba(255, 255, 255, 0) 100%);
  }
}

/*
* *-----------------------------
* JOIN COMMUNITY
* *-----------------------------
*/
/*
* ------------------------------------------
* *-----------------------------
* VISIT PAGE
* *-----------------------------
* ------------------------------------------
*/
/*
* *-----------------------------
* PHOTO GALLERY
* *-----------------------------
*/
section.photo-gallery {
  padding: 20px 0 0 0;
  background-color: #222222;
  overflow: hidden;
}
section.photo-gallery img {
  float: left;
}

/*
* *-----------------------------
* SCHEDULE TOUR
* *-----------------------------
*/
section.schedule-tour {
  padding: 50px 0;
}
section.schedule-tour a.main-button {
  color: #222222;
  max-width: 300px;
  margin: 50px auto;
}
section.schedule-tour a.main-button:hover {
  color: #FFFFFF;
}

/*
* ------------------------------------------
* *-----------------------------
* FINANCIAL AID
* *-----------------------------
* ------------------------------------------
*/
.financial-aid-content-wrap {
  background-color: #005296;
  padding: 50px 0;
}
.financial-aid-content-wrap h2 {
  text-align: left;
  width: 100%;
  margin: 0;
}
.financial-aid-content-wrap p {
  color: #FFFFFF;
  font-size: 16px;
}
.financial-aid-content-wrap img {
  border-radius: 50%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .financial-aid-content-wrap img {
    max-width: 100%;
  }
}

/*
* *-----------------------------
* FINANCIAL AID MENU
* *-----------------------------
*/
.financial-aid-menu {
  padding: 20px 0 0 0;
}

/*
* *-----------------------------
* FINANCIAL AID CONTENT
* *-----------------------------
*/
.sorting-row h4 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 17px;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
}
.sorting-row h4 span {
  color: #005296;
  text-align: center;
  display: block;
  font-weight: 600;
  padding-top: 10px;
  font-family: "Barlow", sans-serif;
  font-size: 0.9em;
}
.sorting-row h4:hover {
  background-color: #e5b611;
  color: #FFFFFF;
}
.sorting-row h4:hover.tab-active:after {
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #e5b611;
}
@media screen and (max-width: 992px) {
  .sorting-row h4.tab-active {
    background-color: #e5b611;
    color: #FFFFFF;
  }
}
.sorting-row h4.tab-active:after {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 100%;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #FFFFFF;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .sorting-row h4.tab-active:after {
    display: none;
  }
}

/*
* *-----------------------------
* DEADLINES
* *-----------------------------
*/
section.deadlines {
  padding: 100px 0;
  text-align: center;
  background-color: #f2f2f2;
}
section.deadlines h3 {
  color: #005296;
  font-weight: bold;
}

/*
* *-----------------------------
* TUITION
* *-----------------------------
*/
section.tuition {
  padding: 20px 0 0 0;
}
section.tuition a.main-button {
  color: #222222;
  margin-bottom: 30px;
}

.tuition-content-container {
  background-color: #005296;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.tuition-content {
  padding: 150px 0 250px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .tuition-content {
    padding: 50px 0;
  }
}
.tuition-content h4 {
  font-size: 2em;
  color: #e5b611;
  margin: 0;
}
.tuition-content p {
  line-height: 1em;
  margin: 0;
  font-size: 1.5em;
}
.tuition-content p.value {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 5em;
  line-height: 1em;
}

.tuition-text-row {
  text-align: left;
  border-left: solid 1px #FFFFFF;
  padding-left: 45px;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .tuition-text-row {
    padding-top: 50px;
    padding-left: 15px;
    border-left: none;
    text-align: center;
  }
}
.tuition-text-row p {
  line-height: 1.3em;
}

/*
* ------------------------------------------
* *-----------------------------
* CAREER SERVICES
* *-----------------------------
* ------------------------------------------
*/
/*
* *-----------------------------
* VIDEO
* *-----------------------------
*/
.video-container {
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  margin: 25px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .video-container {
    min-height: 250px;
  }
}
.video-container i {
  position: absolute;
  color: #FFFFFF;
  transform: translateY(-50%);
  border: 6px solid #e5b611;
  border-radius: 50%;
  padding: 20px 33px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 60px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  max-width: 115px;
  transition: all 0.2s ease-in-out;
}
.video-container i:hover {
  background-color: #e5b611;
}
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
}

/*
* *-----------------------------
* RESOURCES
* *-----------------------------
*/
section.resources {
  padding: 20px 0 0 0;
}
section.resources p {
  font-size: 16px;
}
section.resources .row {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  section.resources .row {
    margin-bottom: 0;
  }
}
section.resources .resource {
  background-color: #666a6d;
  min-height: 300px;
  background-size: cover;
  position: relative;
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  section.resources .resource {
    margin-bottom: 25px;
  }
}
section.resources .resource a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 3;
}
section.resources .resource a a {
  display: inline-block;
  margin: 0 auto;
}
section.resources .resource h3 {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  color: #FFFFFF;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5em;
  font-weight: 300;
}

/*
* ------------------------------------------
* *-----------------------------
* CONTACT PAGE
* *-----------------------------
* ------------------------------------------
*/
/*
* *-----------------------------
* GET CONNECTED
* *-----------------------------
*/
section.connected {
  background-color: #e5b611;
  padding: 20px 0;
}
section.connected a {
  text-decoration: none !important;
  color: #003366;
}
section.connected a:hover i {
  background-color: #003366;
  color: #FFFFFF;
}
section.connected span, section.connected i {
  color: #003366;
}
section.connected .social-wrap {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  section.connected .social-wrap {
    display: block;
  }
}
section.connected span {
  font-family: "Albert Sans", sans-serif;
  font-size: 2.5em;
  vertical-align: middle;
  padding-right: 25px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  section.connected span {
    padding-right: 0;
  }
}
section.connected i {
  font-size: 2em;
  border: none;
  margin: 0 10px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  padding: 12px;
}
@media screen and (max-width: 992px) {
  section.connected i {
    text-align: center;
    margin: 0 auto;
  }
}
section.connected .row {
  text-align: center;
}

section.connected-blue {
  background: #1881d8;
}

/*
* *-----------------------------
* PHONE NUMBERS SECTION
* *-----------------------------
*/
section.contact-numbers {
  padding: 50px 0;
}
section.contact-numbers ul.telephone-numbers {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  padding: 0;
}
@media screen and (max-width: 768px) {
  section.contact-numbers ul.telephone-numbers {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
section.contact-numbers ul.telephone-numbers li {
  list-style: none;
  text-align: center;
  font-size: 1.3em;
  padding-bottom: 10px;
  color: #222222;
}
@media screen and (max-width: 768px) {
  section.contact-numbers ul.telephone-numbers li {
    font-size: 1em;
  }
}
section.contact-numbers ul.telephone-numbers li:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 10px;
}

/*
* ------------------------------------------
* *-----------------------------
* EVENT DETAIL PAGE
* *-----------------------------
* ------------------------------------------
*/
.event-detail-content-wrap {
  background-color: #f2f2f2;
  padding: 50px 0;
}
.event-detail-content-wrap .event-detail-content {
  padding: 15px 25px;
  background-color: #FFFFFF;
}
.event-detail-content-wrap .event-detail-content strong {
  color: #005296;
}

/*
* ------------------------------------------
* *-----------------------------
* NEWS DETAIL PAGE
* *-----------------------------
* ------------------------------------------
*/
.news-detail-wrap {
  padding: 25px 0;
  background-color: #f2f2f2;
}
.news-detail-wrap .news-content {
  background-color: #FFFFFF;
  padding: 10px 25px;
}
@media screen and (max-width: 992px) {
  .news-detail-wrap .news-content {
    margin-bottom: 20px;
  }
}
.news-detail-wrap .news-content .date {
  font-family: "Albert Sans", sans-serif;
  color: #acacac;
}

/*
* *-----------------------------
* NEWS SIDEBAR
* *-----------------------------
*/
aside.news-sidebar {
  padding: 10px 20px;
  background-color: #FFFFFF;
}
aside.news-sidebar h2 {
  color: #4287c0;
  font-size: 3em;
  margin: 0;
}
aside.news-sidebar ul {
  padding-left: 25px;
}
aside.news-sidebar ul li {
  list-style: none;
  padding-bottom: 5px;
  color: #555555;
}
aside.news-sidebar ul li a {
  color: #555555;
  text-decoration: none;
  display: inline-block;
}
aside.news-sidebar ul li a:hover {
  color: #276ca5;
  font-weight: bold;
}
aside.news-sidebar ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 10px;
}
aside.news-sidebar .select-wrap {
  position: relative;
  width: 70%;
  margin: 0 auto;
  display: block;
}
aside.news-sidebar .select-wrap:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
aside.news-sidebar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #f2f2f2;
  padding: 10px 15px;
  width: 100%;
  color: #222222;
  font-weight: bold;
  display: block;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  border-radius: 0;
}
aside.news-sidebar a {
  font-weight: bold;
  color: #276ca5;
  display: block;
  text-align: left;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
aside.news-sidebar a:hover {
  color: #5a9fd8;
}
aside.news-sidebar .social-links {
  text-align: center;
  margin: 10px 0;
}
aside.news-sidebar .social-links a {
  width: 33.33333%;
  text-align: center;
  float: left;
  padding-bottom: 25px;
}
aside.news-sidebar .social-links a:hover i {
  color: #5a9fd8;
}
aside.news-sidebar .social-links i {
  color: #276ca5;
  font-size: 3em;
  transition: all 0.2s ease-in-out;
}

.pagination {
  display: block;
  width: 100%;
  list-style-type: none;
  margin: 0 auto;
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .pagination {
    margin: 25px auto 25px auto;
  }
}
.pagination li {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 15px;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.pagination li a {
  color: #bfbfbf;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.pagination li:hover {
  background-color: #bfbfbf;
}
.pagination li:hover a {
  color: #FFFFFF;
}

/*
* ------------------------------------------
* *-----------------------------
* NEWSROOM PAGE
* *-----------------------------
* ------------------------------------------
*/
.newsroom-wrap {
  padding: 40px 0;
  background-color: #f2f2f2;
}
.newsroom-wrap article {
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 25px;
}
.newsroom-wrap article.w-img {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .newsroom-wrap article.w-img .col-md-8 {
    padding: 40px;
  }
}
.newsroom-wrap article .article-img {
  min-height: 250px;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.newsroom-wrap article h2 {
  color: #4287c0;
  font-size: 2em;
  margin: 0;
  line-height: 1.25em;
}
.newsroom-wrap article p.date {
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1em;
}
.newsroom-wrap article a.read_more {
  font-weight: bold;
}

.archive-toggle {
  margin-bottom: 20px;
  font-family: "Albert Sans", sans-serif;
}
.archive-toggle > a {
  background-color: #d1d3d4;
  color: #666a6d !important;
  padding: 15px 0 15px 40px !important;
  font-size: 16px;
}
.archive-toggle > a.news-toggle-active i.fa-caret-right {
  display: none;
}
.archive-toggle > a.news-toggle-active i.fa-caret-down {
  display: inline-block;
}
.archive-toggle > a i {
  padding-left: 40px;
  vertical-align: middle;
  font-size: 1.5em;
  color: #999999;
}
.archive-toggle > a i.fa-caret-down {
  display: none;
}

.newsroom-select {
  width: 100%;
  display: none;
  margin: 0;
  background-color: #d1d3d4;
  padding: 0 !important;
}
.newsroom-select li {
  display: block;
  padding: 0 !important;
  border-bottom: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  border-right: 2px solid #bfbfbf;
  background-color: #f1f1f1;
}
.newsroom-select li i {
  float: right;
  font-size: 1.5em;
  color: #999999;
}
.newsroom-select li:before {
  display: none;
}
.newsroom-select li > a {
  display: block;
  width: 100%;
  padding: 15px !important;
}
.newsroom-select li > a.news-toggle-active {
  border-bottom: 2px solid #bfbfbf;
  color: #276ca5;
}
.newsroom-select li > a.news-toggle-active i.fa-caret-right {
  display: none;
}
.newsroom-select li > a.news-toggle-active i.fa-caret-down {
  display: inline-block;
}
.newsroom-select li i.fa-caret-down {
  display: none;
}
.newsroom-select li ul {
  display: none;
}
.newsroom-select li ul li {
  border: none !important;
}
.newsroom-select li ul li a {
  display: block;
  float: left;
  width: 50%;
  border-bottom: 0;
  text-align: center;
  position: relative;
}
.newsroom-select li ul li a:nth-last-child(2):after, .newsroom-select li ul li a:last-child:after {
  display: none;
}
.newsroom-select li ul li a:after {
  content: "";
  position: absolute;
  width: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #bfbfbf;
  top: 80%;
}

/*
* ------------------------------------------
* *-----------------------------
* CALENDAR PAGE
* *-----------------------------
* ------------------------------------------
*/
.calendar-content {
  background-color: #e5e5e5;
  padding: 40px 0;
}
.calendar-content .calendar h2 {
  background-color: #0d5796;
  margin: 0;
  padding: 10px;
  color: #FFFFFF;
  font-size: 2em;
}
.calendar-content table {
  color: #222222;
}
.calendar-content table.table-blue thead {
  border-bottom: 5px solid #e5b611;
}
.calendar-content table.table-blue tbody tr {
  color: #FFF;
}
.calendar-content table.table-blue tbody tr:nth-child(odd) {
  background-color: #2a66a4;
}
.calendar-content table.table-blue tbody tr:nth-child(even) {
  background-color: #0d5796;
}
.calendar-content table.table-blue tbody tr td {
  border: none;
}
.calendar-content table.table-blue tbody tr td:first-child:after {
  content: "\f0da";
  font-family: FontAwesome;
  padding-left: 20px;
  color: #FFFFFF;
}
.calendar-content table thead {
  background-color: #0d5796;
  color: #FFFFFF;
}
.calendar-content table tbody tr td:first-child:after {
  content: "\f0da";
  font-family: FontAwesome;
  padding-left: 20px;
  color: #005296;
}
.calendar-content table tbody tr:nth-child(odd) {
  background-color: #e6eef4;
}
.calendar-content table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}

.calendar-filter {
  padding: 5px 15px;
  background-color: #FFFFFF;
}
.calendar-filter h2 {
  font-size: 2em;
  color: #4287c0;
  border-bottom: 3px solid #e5b611;
}
.calendar-filter span {
  font-family: "Barlow", sans-serif;
  font-size: 1.4em;
  padding-left: 10px;
  color: #666a6d;
}
.calendar-filter .checkbox-wrap {
  padding: 10px 0;
}
@media screen and (max-width: 992px) {
  .calendar-filter {
    margin-bottom: 25px;
  }
}

/*
* ------------------------------------------
* *-----------------------------
* FACULTY RESOURCES PAGE
* *-----------------------------
* ------------------------------------------
*/
section.resources {
  padding: 20px 0;
  text-align: center;
}
section.resources a {
  display: inline-block;
  width: 100%;
}
section.resources svg {
  display: block;
  max-width: 120px;
  margin: 0 auto;
}
section.resources svg .cls-1 {
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  section.resources svg {
    max-width: 80px;
  }
}
section.resources h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #999999;
  text-align: center;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  section.resources h3 {
    font-size: 12px;
  }
}
section.resources a {
  text-decoration: none;
}
section.resources a:hover {
  border-bottom: #e5b611;
}
section.resources a:hover .cls-1 {
  fill: #e5b611;
}
section.resources a:hover h3 {
  color: #e5b611;
}

/*
* ------------------------------------------
* *-----------------------------
* STUDENT LIFE PAGE
* *-----------------------------
* ------------------------------------------
*/
/*
* ------------------------------------------
* *-----------------------------
* ABOUT PAGE
* *-----------------------------
* ------------------------------------------
*/
section.by-the-numbers {
  background-color: #222222;
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
section.by-the-numbers .container, section.by-the-numbers h2 {
  position: relative;
  z-index: 3;
}
section.by-the-numbers h2 {
  width: 50%;
  border-bottom: 2px solid #e5b611;
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  font-size: 2em;
}
section.by-the-numbers .stat h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 4.5em;
  margin: 0;
  padding-top: 20px;
}
section.by-the-numbers .stat p {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}

/*
* *-----------------------------
* ABOUT BOTTOM SECTION
* *-----------------------------
*/
.about-bottom {
  padding: 200px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.about-bottom .about-content {
  padding: 20px 40px;
  background: #FFFFFF;
  position: relative;
  z-index: 3;
}
.about-bottom .about-content a.main-button {
  color: #666a6d;
}
.about-bottom .about-content a.main-button:hover {
  color: #FFFFFF;
}

/*
* ------------------------------------------
* *-----------------------------
* ADMISSIONS PAGE
* *-----------------------------
* ------------------------------------------
*/
.admissions-quick-links {
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .admissions-quick-links {
    padding: 50px 15px 0 15px;
  }
}
.admissions-quick-links a {
  font-size: 80px;
  color: #005296;
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .admissions-quick-links a {
    font-size: 30px;
  }
}
.admissions-quick-links a:hover {
  color: #008afc;
}
.admissions-quick-links a:not(:last-child):after {
  content: " | ";
  color: #e5b611;
}

/*
* *-----------------------------
* ADMISSIONS CALL TO ACTION
* *-----------------------------
*/
.admissions-cta {
  padding: 80px 0 150px 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .admissions-cta {
    padding: 50px 0;
  }
}
.admissions-cta .admissions-cta-background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  left: 0;
  height: 100%;
  width: 60%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .admissions-cta .admissions-cta-background {
    width: 100%;
  }
}
.admissions-cta .admissions-cta-fade {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 46%, rgb(255, 255, 255) 98%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 46%, rgb(255, 255, 255) 98%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 46%, rgb(255, 255, 255) 98%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .admissions-cta .admissions-cta-fade {
    background: rgba(255, 255, 255, 0.8);
  }
}
.admissions-cta .cta-content {
  position: relative;
  z-index: 3;
}
.admissions-cta .cta-content p {
  font-size: 30px;
  font-family: "Albert Sans", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .admissions-cta .cta-content p {
    padding: 0 25px;
  }
}
.admissions-cta .cta-content p, .admissions-cta .cta-content a {
  color: #666a6d;
}
.admissions-cta .cta-content a:hover {
  color: #FFFFFF;
}

/*
* *-----------------------------
* ADMISSIONS SLIDESHOW
* *-----------------------------
*/
.admissions-check-list-slide .check-item {
  background: #0d5796; /* Old browsers */
  background: -moz-linear-gradient(45deg, #0d5796 0%, #1283e2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #0d5796 0%, #1283e2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #0d5796 0%, #1283e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0d5796", endColorstr="#1283e2",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 75px 40px;
  text-align: center;
  float: left;
  height: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.admissions-check-list-slide .check-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.admissions-check-list-slide .check-item a:hover {
  text-decoration: none;
}
.admissions-check-list-slide .check-item a:hover h3, .admissions-check-list-slide .check-item a:hover h4, .admissions-check-list-slide .check-item a:hover p {
  color: #e5b611;
}
.admissions-check-list-slide .check-item .bg-number {
  position: absolute;
  right: 0;
  left: 0;
  top: -20px;
  margin: 0 auto;
  background-color: none;
  color: #FFFFFF;
  font-size: 20em;
  z-index: 1;
  opacity: 0.1;
}
.admissions-check-list-slide .check-item h3, .admissions-check-list-slide .check-item h4, .admissions-check-list-slide .check-item p {
  transition: all 0.2s ease-in-out;
}
.admissions-check-list-slide .check-item h3 {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  z-index: 5;
  position: relative;
}
.admissions-check-list-slide .check-item h4 {
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  position: relative;
  z-index: 5;
}
.admissions-check-list-slide .check-item p {
  color: #FFFFFF;
  position: relative;
  z-index: 5;
}

/*
* *-----------------------------
* ADMISSIONS SQUARE LINKS SECTION
* *-----------------------------
*/
section.admissions-square-links {
  padding: 30px 0;
}
section.admissions-square-links .square-link {
  min-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.admissions-square-links .square-link {
    min-height: 250px;
  }
}
section.admissions-square-links .square-link h2 {
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 38px;
  transition: all 0.2s ease-in-out;
  width: 80%;
}
@media screen and (max-width: 768px) {
  section.admissions-square-links .square-link h2 {
    font-size: 24px;
  }
}
section.admissions-square-links .square-link:hover .dark-overlay {
  background-color: rgba(13, 87, 150, 0.8);
}
section.admissions-square-links .square-link:hover .link-text {
  top: 0;
}
section.admissions-square-links .square-link:hover h2 {
  top: 25%;
  border-bottom: 2px solid #e5b611;
}
section.admissions-square-links .square-link .dark-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
section.admissions-square-links .square-link .link-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  z-index: 4;
  transition: all 0.2s ease-in-out;
  padding: 150px 25px 0 25px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.admissions-square-links .square-link .link-text p {
    font-size: 14px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 1200px) {
  section.admissions-square-links .square-link .link-text p {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 448px) {
  section.admissions-square-links .square-link .link-text p {
    font-size: 14px;
    margin-top: -40px;
  }
}

/*
* ------------------------------------------
* *-----------------------------
* ALUMNI PAGE
* *-----------------------------
* ------------------------------------------
*/
/*
* *-----------------------------
* DONORS SECTION
* *-----------------------------
*/
section.donor-section {
  padding: 40px 0;
}
section.donor-section h2 {
  text-align: center;
  margin: 0 auto;
  width: 75%;
}
section.donor-section ul {
  list-style: none;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.donor-section ul {
    padding: 0;
  }
}
section.donor-section ul li {
  display: inline-block;
  width: 32%;
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.donor-section ul li {
    width: 100%;
  }
}

/*
* *-----------------------------
* SCHOLARSHIPS CTA
* *-----------------------------
*/
section.scholarships-cta {
  padding: 25px 0;
  text-align: center;
  background-color: #005296;
}
section.scholarships-cta span {
  font-size: 30px;
  font-family: "Albert Sans", sans-serif;
  color: #FFFFFF;
  padding-right: 25px;
  vertical-align: middle;
}
section.scholarships-cta a {
  vertical-align: middle;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.scholarships-cta {
    padding: 0 50px;
  }
  section.scholarships-cta span {
    display: block;
    padding-right: 0;
    padding-top: 50px;
  }
  section.scholarships-cta span, section.scholarships-cta a {
    width: 100%;
    margin-bottom: 50px;
  }
}

/*
* ------------------------------------------
* *-----------------------------
* DEGREES PAGE
* *-----------------------------
* ------------------------------------------
*/
.degrees-content {
  background-size: cover;
  background-color: #e4e4e4;
}

/*
* *-----------------------------
* DEGREES HEADER / MENU
* *-----------------------------
*/
section.degrees-header h2 {
  text-align: center;
  font-size: 48px;
  color: #005296;
}
section.degrees-header img {
  max-width: 50px;
  height: auto;
  vertical-align: middle;
}
section.degrees-header span {
  vertical-align: middle;
}
section.degrees-header a {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  section.degrees-header a {
    margin-top: 25px;
  }
}
section.degrees-header .filter-meta {
  padding-bottom: 20px;
  text-align: center;
}
section.degrees-header .filter-row {
  margin-top: 50px;
  margin-bottom: 50px;
}
section.degrees-header .input_wrap {
  position: relative;
}
section.degrees-header .input_wrap:hover:after {
  color: #FFFFFF;
}
section.degrees-header .input_wrap:hover.search:after {
  color: #005296;
}
section.degrees-header .input_wrap:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  margin: 0;
  top: 28%;
  right: 25px;
  font-size: 18px;
  color: #005296;
}
section.degrees-header .input_wrap.search:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  margin: 0;
  top: 28%;
  right: 25px;
  font-size: 18px;
}
section.degrees-header select, section.degrees-header input {
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: #FFFFFF;
  border-radius: 0;
  padding: 10px 0 10px 15px;
  height: 50px;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 768px) {
  section.degrees-header select, section.degrees-header input {
    margin-bottom: 25px;
  }
}
section.degrees-header select {
  transition: all 0.2s ease-in-out;
}
section.degrees-header select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
section.degrees-header select:hover {
  background-color: #0d5796;
  color: #FFFFFF;
}

section.degrees {
  padding-bottom: 50px;
}
section.degrees a:hover {
  text-decoration: none;
  cursor: pointer;
}
section.degrees .degree {
  background-color: #FFFFFF;
  margin-bottom: 28px;
}
section.degrees .degree .degree-image {
  display: block;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  section.degrees .degree .degree-image {
    min-height: 200px;
  }
}
section.degrees .degree .degree-content {
  padding: 15px;
}
section.degrees .degree .degree-content h2 {
  font-size: 24px;
}
section.degrees .degree .degree-content a {
  max-width: 80%;
  color: #666a6d;
  margin-top: 25px;
}

/*
* *-----------------------------
* DEGREE SINGLE PAGE
* *-----------------------------
*/
section.degree-single-header {
  padding-top: 30px;
}
section.degree-single-header .degree-detail-filter h3 {
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 20px;
}
section.degree-single-header .degree-detail-filter h3:hover {
  color: #005296;
}
@media screen and (max-width: 768px) {
  section.degree-single-header .degree-detail-filter h3.filter-active {
    background-color: #005296;
    color: #FFFFFF;
  }
}
section.degree-single-header .degree-detail-filter h3.filter-active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
}
@media screen and (max-width: 768px) {
  section.degree-single-header .degree-detail-filter h3.filter-active:after {
    display: none;
  }
}

/*
* *-----------------------------
* DEGREE DETAILS
* *-----------------------------
*/
section.degree-details {
  background-color: #f2f2f2;
  padding: 50px 0;
}
section.degree-details .degree-detail-content {
  background-color: #FFFFFF;
  padding: 20px;
}
section.degree-details .degree-detail-content h2 {
  text-align: center;
  color: #005296;
  font-size: 48px;
}
section.degree-details .degree-detail-content h3 {
  color: #005296;
  font-size: 20px;
}

.degree-sidebar-container {
  border-left: solid 1px #eee;
}
@media screen and (max-width: 992px) {
  .degree-sidebar-container {
    border-left: none;
  }
}

.degree-sidebar h3 {
  font-family: "Barlow", sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #222222;
  text-transform: uppercase;
}
.degree-sidebar .phone:before {
  content: "\f095";
  font-family: FontAwesome;
  color: #005296;
  margin-right: 0.3em;
}
.degree-sidebar .email:before {
  content: "\f0e0";
  font-family: FontAwesome;
  color: #005296;
  margin-right: 0.3em;
}
@media screen and (max-width: 992px) {
  .degree-sidebar {
    text-align: center;
    padding-top: 0;
  }
  .degree-sidebar a.main-button {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

/*
* ------------------------------------------
* *-----------------------------
* LIBRARY PAGE
* *-----------------------------
* ------------------------------------------
*/
/*
* *-----------------------------
* SEARCH BAR
* *-----------------------------
*/
section.library-search {
  background-color: #222222;
  padding: 25px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
section.library-search .container, section.library-search h2 {
  position: relative;
  z-index: 3;
}
section.library-search h2 {
  width: 50%;
  border-bottom: none;
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  font-size: 3.5em;
}
section.library-search .library-search-wrapper {
  background: rgba(255, 255, 255, 0.4);
  width: 64%;
  margin: 15px auto auto;
  padding: 7px;
  position: relative;
  display: block;
}
section.library-search .library-search-wrapper input[type=search] {
  font-size: 2em;
  padding: 12px;
  padding-right: 45px;
  width: 100%;
  display: block;
  margin: auto;
  box-sizing: border-box;
}
section.library-search .library-search-wrapper .srch-btn {
  display: inline-block;
  position: absolute;
  bottom: 12px;
  right: 20px;
  font-size: 2.5em;
}
section.library-search .library-search-wrapper-adv {
  background: none;
  width: 64%;
  margin: 0px auto auto;
  padding: 7px;
  position: relative;
  text-align: right;
}
section.library-search .library-search-wrapper-adv a {
  color: #fff;
}
section.library-search .library-search-wrapper-adv:link {
  color: #fff;
}
section.library-search .library-search-wrapper-adv:visited {
  color: #fff;
}
section.library-search .library-search-wrapper-adv:hover {
  color: #aaa;
}
section.library-search .library-search-wrapper-brand {
  background: none;
  display: inline-block;
  width: 25%;
  margin: 0px auto auto;
  margin-right: 25px;
  padding: 7px;
  position: relative;
  text-align: right;
}
section.library-search .library-search-wrapper-brand svg {
  width: 75px;
  height: auto;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 992px) {
  section.library-search .library-search-wrapper-brand svg {
    top: 0;
  }
}
section.library-search .library-search-wrapper-brand .brand-text {
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 2em;
  line-height: 0;
}
@media screen and (max-width: 992px) {
  section.library-search .library-search-wrapper-brand .brand-text {
    line-height: normal;
  }
}
section.library-search ul.library-links {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 35px;
  border-top: solid 1px #e5b611;
  border-bottom: solid 1px #e5b611;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgba(35, 35, 35, 0.6);
}
section.library-search ul.library-links li {
  display: inline-block;
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  width: 15%;
}
section.library-search ul.library-links li a {
  color: #fff;
}
section.library-search ul.library-links li a:link {
  color: #fff;
  text-decoration: none;
}
section.library-search ul.library-links li a:visited {
  color: #fff;
  text-decoration: none;
}
section.library-search ul.library-links li a:hover {
  color: #e5b611;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  section.library-search ul.library-links li {
    display: block;
    padding: 15px;
    text-align: center;
    border-bottom: dotted 1px #aaa;
    width: auto;
  }
}

/*
* *-----------------------------
* FEATURED CONTENT
* *-----------------------------
*/
section.library-featured-content {
  background: #666a6d;
}
section.library-featured-content div.lfc-col {
  color: #FFFFFF;
  padding-top: 2em;
  padding-bottom: 2em;
}
section.library-featured-content div.lfc-col .library-featured-content-slider {
  text-align: center;
}
section.library-featured-content div.lfc-col .library-featured-content-slider img {
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.library-featured-content div.lfc-col .library-featured-content-slider .slide-caption-heading {
  font-size: 2em;
  font-family: "Albert Sans", sans-serif;
}
section.library-featured-content div.lfc-col .library-new-items-container .new-item {
  padding-top: 1em;
  padding-bottom: 1em;
}
section.library-featured-content div.lfc-col .library-new-items-container .new-item img {
  max-width: 150px;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
}
section.library-featured-content div.lfc-col .library-new-items-container .new-item .item-info {
  text-align: center;
}
section.library-featured-content div.lfc-col .library-new-items-container .new-item .item-info .title {
  font-size: 1.5em;
}
section.library-featured-content .lfc-col-1 {
  background: #333;
}
section.library-featured-content .lfc-col-2 {
  background: #005296;
}

/*
* ------------------------------------------
* *-----------------------------
* FORM STYLE
* *-----------------------------
* ------------------------------------------
*/
form {
  padding-bottom: 20px;
}
form .row {
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  form .row {
    padding-bottom: 0;
  }
}
form label {
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
form input, form select {
  width: 100%;
  display: block;
  height: 40px;
  border: 1px solid #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  form input, form select {
    margin-bottom: 10px;
  }
}
form input[type=submit] {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #e5b611;
  border-radius: 100px;
  margin-top: 20px;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
}
form input[type=submit]:hover {
  background-color: #e5b611;
  color: #FFFFFF;
}
form select {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,f1f1f1+96,f1f1f1+99,f1f1f1+100 */
  background: rgb(254, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(254, 255, 255) 0%, rgb(241, 241, 241) 96%, rgb(241, 241, 241) 99%, rgb(241, 241, 241) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(254, 255, 255) 0%, rgb(241, 241, 241) 96%, rgb(241, 241, 241) 99%, rgb(241, 241, 241) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(254, 255, 255) 0%, rgb(241, 241, 241) 96%, rgb(241, 241, 241) 99%, rgb(241, 241, 241) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#feffff", endColorstr="$white-5",GradientType=0 ); /* IE6-9 */
}
form .info-row {
  padding-top: 25px;
}

.select-wrap {
  position: relative;
}
.select-wrap:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 28%;
  right: 10px;
}

/*
* *-----------------------------
* FULL LIST TEMPLATE
* *-----------------------------
*/
.full-list-container > h2 {
  text-align: center;
  font-size: 48px;
  color: #005296;
}

.degree-list-program {
  padding-bottom: 1em;
  border-bottom: solid 1px #eee;
}

.white-container-wrap {
  background-color: #FFFFFF;
  padding: 25px;
}
@media screen and (max-width: 992px) {
  .white-container-wrap {
    text-align: center;
  }
}
.white-container-wrap h2 {
  font-size: 24px;
  text-align: left;
  color: #005296;
}
@media screen and (max-width: 992px) {
  .white-container-wrap h2 {
    max-width: 90%;
  }
}

/*
* ------------------------------------------
* *-----------------------------
* ALERT PAGE
* *-----------------------------
* ------------------------------------------
*/
.alert-nav {
  padding: 8px 0;
  background-color: #FFFFFF;
}
.alert-nav a {
  float: right;
  font-size: 18px;
  font-weight: bold;
}
.alert-nav a i {
  padding-left: 10px;
}

.alert-body-container {
  min-height: 900px;
  padding: 20px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#073254+0,0d5796+100 */
  background: rgb(7, 50, 84); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(7, 50, 84) 0%, rgb(13, 87, 150) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(7, 50, 84) 0%, rgb(13, 87, 150) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(7, 50, 84) 0%, rgb(13, 87, 150) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#073254", endColorstr="#0d5796",GradientType=0 ); /* IE6-9 */
}
.alert-body-container svg {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.alert-body-container h1 {
  text-align: center;
  font-size: 60px;
  color: #FFFFFF;
  border-bottom: 3px solid #e5b611;
}
@media screen and (max-width: 768px) {
  .alert-body-container h1 {
    font-size: 30px;
  }
}
.alert-body-container p {
  color: #FFFFFF;
}
.alert-body-container .alert-aside-content {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  background-color: #2a66a4;
}
.alert-body-container .alert-aside-content a {
  color: #FFFFFF;
  font-weight: bold;
}

/*
* ------------------------------------------
* *-----------------------------
* FOOTER
* *-----------------------------
* ------------------------------------------
*/
footer {
  position: relative;
  padding: 25px 0;
  background-size: cover;
  background-position: center center;
}
footer .container {
  position: relative;
  z-index: 2;
}
footer .logo-container {
  text-align: center;
}
footer ul.footer-nav {
  list-style: none;
  padding: 50px 0;
  text-align: center;
}
footer ul.footer-nav li {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  width: 20%;
}
@media screen and (max-width: 768px) {
  footer ul.footer-nav li {
    width: 40%;
  }
}
footer ul.footer-nav li a {
  color: #54b6e7;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
footer ul.footer-nav li a:hover {
  color: #FFFFFF;
}
footer .info-row {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .info-row {
    font-size: 10px;
  }
}
footer span.info {
  color: #FFFFFF;
  font-size: 1.3em;
}
@media screen and (max-width: 992px) {
  footer span.info {
    display: block;
    width: 100%;
  }
}
footer span.info:last-child:after {
  display: none;
}
footer span.info:after {
  content: " | ";
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  footer span.info:after {
    display: none;
  }
}
footer .footer-copy {
  color: #54b6e7;
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  footer .footer-copy {
    padding: 20px;
  }
}
footer .social-row {
  text-align: center;
  padding-top: 15px;
}
footer .social-row a {
  font-size: 2em;
  min-width: 2em;
  color: #FFFFFF;
  border: 3px solid #e5b611;
  margin: 0 10px;
  border-radius: 50%;
  display: inline-block;
  width: 55px;
  padding: 5px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  footer .social-row a {
    font-size: 1em;
    width: 35px;
  }
}
footer .social-row a:hover {
  background-color: #e5b611;
}
footer .copyright-row {
  text-align: center;
  color: #54b6e7;
  padding-top: 20px;
}
footer .copyright-row a {
  text-decoration: none;
}
footer .copyright-row a:hover {
  color: #FFFFFF;
}

.videoWrapper {
  position: relative;
  margin-top: 50px;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 *TCC Event Styles
*/
.tccEvent {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #1881d8;
}
.tccEvent .dateContainer {
  float: left;
  width: 4.5em;
  font-size: 0.9em;
  border: solid 1px #1881d8;
  margin-right: 2em;
  text-align: center;
}
.tccEvent .dateContainer .month {
  text-transform: uppercase;
  display: block;
  background: #005296;
  color: #FFFFFF;
  padding-top: 3px;
  padding-bottom: 3px;
}
.tccEvent .dateContainer .date {
  font-size: 2em;
  font-family: "Albert Sans", sans-serif;
  display: block;
}
.tccEvent .dateContainer .day {
  display: block;
}
.tccEvent .details {
  padding-left: 6em;
}
.tccEvent .details .title {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 1.4em;
}
.tccEvent .details .time {
  font-weight: bold;
}
.tccEvent .details .time:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 0.5em;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
.tccEvent .details .location {
  font-weight: bold;
}
.tccEvent .details .location:before {
  content: "\f124";
  font-family: FontAwesome;
  margin-right: 0.5em;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
.tccEvent .details .description .moreinfo {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-top: 1em;
}

.tcc-scroll-arrow {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 8%;
  left: 48%;
  font-size: 4em;
  z-index: 2000;
}
.tcc-scroll-arrow i {
  opacity: 0.7;
  color: #888;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
  background: #dedede;
  cursor: pointer;
  animation-name: scrollAnimate;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}

@keyframes scrollAnimate {
  0% {
    opacity: 0.7;
    background: #dedede;
    color: #888;
  }
  50% {
    opacity: 0.9;
    background: #fff;
    color: #444;
  }
  100% {
    opacity: 0.7;
    background: #dedede;
    color: #888;
  }
}
/*************
 ******

 Featured Content Slider

 ******
 *************
 */
.tcc-featured-slider {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

/*
 *QuickLinks Panel
 */
.searchbar {
  background-color: #0C3150;
  color: #fff;
  text-align: left;
}
.searchbar h2 {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #e5b611;
  font-weight: bold;
}
.searchbar input {
  background-color: #254a69;
  font-size: 1.3em;
  border: solid 2px #3e6382;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
}
.searchbar .search-input-wrap span {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #e5b611;
}
.searchbar .search-input-wrap:after {
  transform: none;
  top: 53%;
}
.searchbar ul li {
  display: block !important;
  margin-bottom: 2px;
}
.searchbar .search-ql-wrap {
  display: inline-block;
  width: 80%;
  padding: 10px 0;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.searchbar .search-ql-wrap .search-ql-top {
  border-bottom: solid 1px #254a69;
  padding-bottom: 5px;
}
.searchbar .search-ql-wrap .search-ql-top a {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.searchbar .search-ql-wrap .search-ql-top a i {
  display: block;
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 4px;
}
.searchbar .search-ql-wrap .search-ql-bottom a {
  color: #adf;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.tcc-dbot-meeting-details .degree-detail-content ul {
  list-style: none;
  font-weight: bold;
  text-transform: uppercase;
}
.tcc-dbot-meeting-details .degree-detail-content ul li {
  border-bottom: solid 1px #eaeaea;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tcc-dbot-meeting-details .degree-detail-content ul li ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-weight: normal;
  text-transform: none;
  font-size: 0.9em;
  color: #686868;
}
.tcc-dbot-meeting-details .degree-detail-content ul li ul li {
  border-bottom: none;
  padding-top: 5px;
  padding-bottom: 0px;
}

#main-header.dbot-present-header {
  background-color: #222;
  color: #ccc;
  font-family: "Albert Sans", sans-serif;
}
#main-header.dbot-present-header img, #main-header.dbot-present-header svg {
  float: left;
  margin: 12px 25px;
  height: 50px;
}
#main-header.dbot-present-header h1 {
  line-height: 0;
}
#main-header.dbot-present-header ul {
  font-size: 1.5em;
}
#main-header.dbot-present-header ul li {
  margin-top: 10px;
}
#main-header.dbot-present-header ul li a {
  padding: 5px 10px;
}
#main-header.dbot-present-header ul li a:link {
  color: #666;
}
#main-header.dbot-present-header ul li a:visited {
  color: #666;
}
#main-header.dbot-present-header select {
  background: #2b2b2b;
  color: #666;
  border: none;
  padding: 10px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

.dbot-present-title-card {
  height: 100vh;
  background: url(../images/background_images/our_community.jpg);
  background-size: cover;
  background-position: center center;
  color: #ddd;
  padding-top: 1em;
  text-align: center;
  position: relative;
}
.dbot-present-title-card .screen-overlay {
  background: rgba(20, 20, 20, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.dbot-present-title-card .screen-above-overlay {
  position: relative;
  z-index: 10;
}
.dbot-present-title-card h1 {
  margin-top: 0;
  font-size: 2.5em;
}
.dbot-present-title-card h2 {
  font-size: 2em;
}
.dbot-present-title-card img {
  width: 200px;
  margin-bottom: 2em;
  margin-top: 3em;
}
.dbot-present-title-card svg {
  width: 400px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.dbot-present-title-card .meeting-details {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
}
.dbot-present-title-card .clock {
  font-family: "Albert Sans", sans-serif;
  color: #1881d8;
  font-size: 5em;
  position: fixed;
  bottom: 10px;
  width: 100%;
}
.dbot-present-title-card .clock .clock-ampm {
  font-size: 0.5em;
}
.dbot-present-title-card .present-mode {
  position: fixed;
  bottom: 3em;
  right: 3em;
  text-align: right;
  width: 100%;
}
.dbot-present-title-card .present-mode a {
  background: #333;
  border-radius: 50%;
  padding: 10px;
  font-size: 1.5em;
  color: #666;
}
.dbot-present-title-card .present-mode a:visited {
  color: #666;
}
.dbot-present-title-card .present-mode a:hover {
  color: #1881d8;
  background: none;
}

.dbot-present-content {
  height: 100vh;
  background: #000;
}
.dbot-present-content iframe {
  height: 100%;
  width: 100%;
  border: none;
}

/*Search 2.0 */
.search-hero {
  background: #0c3150;
  padding-top: 15px;
  padding-bottom: 15px;
}
.search-hero .search-h1 {
  color: #fff;
  text-align: right;
}
.search-hero .search-bar-container input {
  background-color: #254a69;
  font-size: 1.3em;
  border: solid 1px #3e6382;
  padding: 10px;
  margin-top: 15px;
  width: 100%;
  color: #fff;
}
.search-hero .search-bar-container input::-webkit-input-placeholder {
  color: #fff;
}
.search-hero .search-bar-container input::-moz-placeholder {
  color: #fff;
}
.search-hero .search-bar-container input:-ms-input-placeholder {
  color: #fff;
}
.search-hero .search-bar-container input:-moz-placeholder {
  color: #fff;
}
.search-hero .search-refinement-container a {
  font-size: 1.5em;
  margin: 20px 10px;
  display: inline-block;
  color: #d8ad12;
}
.search-hero .search-refinement-container a:visited {
  color: #2085da;
}
.search-hero .search-refinement-container a:hover {
  color: #e5b611;
}
.search-hero .search-refinement-container a.activeref {
  color: #e5b611;
}

/* Countdown Styles */
.countdown-hero {
  min-height: 300px;
}
.countdown-hero h2.countdown-header {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
}
.countdown-hero #countdown {
  display: none;
  color: #fff;
}
.countdown-hero #countdown .monthsContainer {
  display: none;
}
.countdown-hero #countdown .timeContainer {
  font-size: 4em;
  font-family: "Albert Sans", sans-serif;
  background: rgba(55, 55, 55, 0.5);
  padding: 15px;
  text-align: center;
  display: inline-block;
  margin: 0px 10px;
}
@media screen and (max-width: 768px) {
  .countdown-hero #countdown .timeContainer {
    font-size: 2em;
    margin: 0px 0px;
  }
}
.countdown-hero #countdown .timeContainer .timeLabel {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.3em;
}
@media screen and (max-width: 768px) {
  .countdown-hero #countdown .timeContainer .timeLabel {
    font-size: 0.4em;
  }
}

/*
* ------------------------------------------
* *-----------------------------
* Content Alert Banners
* *-----------------------------
* ------------------------------------------
*/
section .content-alert {
  margin-top: 25px;
  margin-bottom: 25px;
}
section .content-alert .container {
  border-width: 2px;
  border-style: solid;
  text-align: center;
  position: relative;
  padding-left: 100px;
}
section .content-alert .container i {
  display: block;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100px;
  left: 0;
  font-size: 5em;
  padding: 15px;
}
section .content-alert .container h2 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section .content-alert .container {
    padding-left: 15px;
  }
  section .content-alert .container i {
    display: none;
  }
}
section .content-alert.alert-blue .container {
  border-color: #005296;
  background: #dbefff;
  color: #005296;
}
section .content-alert.alert-blue .container i {
  background: #005296;
  color: #dbefff;
}
section .content-alert.alert-red .container {
  border-color: #a94442;
  background: #f2dede;
  color: #a94442;
}
section .content-alert.alert-red .container i {
  background: #a94442;
  color: #f2dede;
}
section .content-alert.alert-gold {
  border-color: #e5b611;
  background: #f3eac9;
  color: #e5b611;
}
section .content-alert.alert-gold i {
  background: #e5b611;
  color: #f3eac9;
}
section .content-alert.alert-green {
  border-color: #3c763d;
  background: #dff0d8;
  color: #3c763d;
}
section .content-alert.alert-green i {
  background: #3c763d;
  color: #dff0d8;
}

/*
* ------------------------------------------
* *-----------------------------
* Start v2 Steve Changes
* *-----------------------------
* ------------------------------------------
*/
#hero-banner.home-hero-banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 992px) {
  #hero-banner.home-hero-banner {
    background-size: cover;
    min-height: auto;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  #hero-banner.home-hero-banner {
    padding-bottom: 20px;
  }
}
#hero-banner.home-hero-banner .fade-cover {
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  background: -moz-linear-gradient(left, rgb(13, 87, 150) 0%, rgb(13, 87, 150) 22%, rgb(13, 87, 150) 53%, rgba(13, 87, 150, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(13, 87, 150) 0%, rgb(13, 87, 150) 22%, rgb(13, 87, 150) 53%, rgba(13, 87, 150, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0d5796 0%, #0d5796 22%, rgba(13, 87, 150, 0) 53%, rgba(13, 87, 150, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0d5796", endColorstr="#000d5796",GradientType=1 ); /* IE6-9 */
}
@media screen and (max-width: 992px) {
  #hero-banner.home-hero-banner .fade-cover {
    background: rgba(13, 87, 150, 0.8);
    width: 100%;
    top: 0;
  }
}
#hero-banner.home-hero-banner .hero-header {
  background: none;
  position: relative;
  z-index: 10;
  text-align: left;
  width: 30%;
  color: #FFFFFF;
  padding-left: 100px;
}
#hero-banner.home-hero-banner .hero-header h1 {
  text-align: left;
  line-height: 1em;
}
@media screen and (max-width: 992px) {
  #hero-banner.home-hero-banner .hero-header h1 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #hero-banner.home-hero-banner .hero-header h1 {
    font-size: 42px;
  }
}
#hero-banner.home-hero-banner .hero-header a.main-button {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  #hero-banner.home-hero-banner .hero-header {
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  #hero-banner.home-hero-banner .hero-header {
    width: 100%;
    text-align: center;
    padding-left: 30px;
    padding-top: 150px;
  }
}

.quick-links-container h3 {
  text-transform: none;
  color: #005296;
  font-family: "Barlow", sans-serif;
  font-size: 1.1em;
}

section.home-feature-square-links {
  padding: 30px 0;
}
section.home-feature-square-links .feature-link {
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  section.home-feature-square-links .feature-link {
    min-height: 350px;
  }
}
section.home-feature-square-links .feature-link h3 {
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  z-index: 5;
  top: 80%;
  transform: translateY(30%);
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 28px;
  font-family: "Barlow", sans-serif;
  transition: all 0.2s ease-in-out;
  width: 80%;
}
@media screen and (max-width: 992px) {
  section.home-feature-square-links .feature-link h3 {
    font-size: 24px;
    top: 10%;
    transform: translateY(15%);
    border-bottom: solid 1px #e5b611;
    padding-bottom: 0.2em;
  }
}
section.home-feature-square-links .feature-link:hover .dark-overlay {
  top: 0;
}
section.home-feature-square-links .feature-link:hover h3 {
  top: 15%;
  border-bottom: solid 1px #e5b611;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 992px) {
  section.home-feature-square-links .feature-link:hover h3 {
    font-size: 24px;
    top: 10%;
    transform: translateY(15%);
    padding-bottom: 0.2em;
  }
}
section.home-feature-square-links .feature-link:hover .link-text {
  top: 0;
}
section.home-feature-square-links .feature-link .dark-overlay {
  background-color: rgba(13, 87, 150, 0.8);
  position: absolute;
  top: 80%;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  section.home-feature-square-links .feature-link .dark-overlay {
    top: 0;
  }
}
section.home-feature-square-links .feature-link .link-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  z-index: 4;
  transition: all 0.2s ease-in-out;
  padding: 125px 25px 0px 25px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 992px) {
  section.home-feature-square-links .feature-link .link-text {
    top: 0;
    padding: 75px 25px 0px 25px;
  }
}

section.single-link-feature-container {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
}
section.single-link-feature-container .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 87, 150, 0.8);
  z-index: 1;
}
section.single-link-feature-container h3 {
  color: #FFFFFF;
  padding: 40px 0 5px;
  position: relative;
  z-index: 5;
  font-family: "Barlow", sans-serif;
  font-size: 38px;
}
section.single-link-feature-container .container {
  position: relative;
  z-index: 5;
  padding-bottom: 50px;
}
section.single-link-feature-container .container p {
  width: 60%;
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  section.single-link-feature-container .container p {
    width: 90%;
  }
}

footer {
  background: #222222;
}
footer span.info {
  color: #005296;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
}
footer hr.footer-divider {
  width: 40%;
  border: solid 1px #e5b611;
}
footer hr.footer-divider.blue {
  width: 40%;
  border: solid 1px #1881d8;
  margin-bottom: 30px;
}
footer ul.footer-nav {
  padding: 25px 0px 10px;
}
footer ul.footer-nav li {
  width: 19%;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 1200px) {
  footer ul.footer-nav li {
    width: 24%;
    padding: 0.5em;
  }
}
@media screen and (max-width: 992px) {
  footer ul.footer-nav li {
    width: 32%;
    padding: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  footer ul.footer-nav li {
    width: 49%;
    padding: 0.5em;
  }
}
@media screen and (max-width: 448px) {
  footer ul.footer-nav li {
    width: 100%;
    padding: 0.5em;
  }
}
footer ul.footer-nav li a {
  color: #FFFFFF;
}
footer ul.footer-nav li a:hover {
  color: #276ca5;
}
footer .social-row a {
  color: #FFFFFF;
  border: solid 3px #FFFFFF;
}
footer .social-row a:hover {
  background-color: #005296;
  color: #FFFFFF;
  border: 3px solid #005296;
}
footer .logo-container {
  position: relative;
}
footer .logo-container a {
  position: relative;
}
footer .logo-container a svg {
  width: unset;
  height: 150px;
  border-bottom: solid 1px #e5b611;
  padding: 15px 25px 25px;
}
footer .logo-container .fade-line {
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  transform: translateY(-2px);
  background: -moz-linear-gradient(left, #FFFFFF 0%, #FFFFFF 15%, #005296 50%, #FFFFFF 85%, #FFFFFF 100%);
  background: -webkit-linear-gradient(left, #FFFFFF 0%, #FFFFFF 15%, #005296 50%, #FFFFFF 85%, #FFFFFF 100%);
  background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 15%, #005296 50%, #FFFFFF 85%, #FFFFFF 100%);
}

/*
* ------------------------------------------
* *-----------------------------
* End v2 Steve Changes
* *-----------------------------
* ------------------------------------------
*/
/*
* ------------------------------------------
* *-----------------------------
* Start v2 Josh Changes
* *-----------------------------
* ------------------------------------------
*/
.dev-divider-bar {
  width: 100%;
  height: 30px;
  padding-top: 5px;
  background: #005296;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}

header#main-header {
  background: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  header#main-header .container {
    width: 100%;
  }
}
header#main-header .container .header-top-row {
  position: relative;
  z-index: 1000;
}
header#main-header .container .header-logo-container {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  float: left;
}
@media screen and (max-width: 1200px) {
  header#main-header .container .header-logo-container {
    width: 15%;
  }
}
@media screen and (max-width: 992px) {
  header#main-header .container .header-logo-container {
    width: 25%;
  }
}
header#main-header .container .header-logo-container .logo-container a {
  text-decoration: none;
}
header#main-header .container .header-logo-container .logo-container a:visited, header#main-header .container .header-logo-container .logo-container a:hover {
  text-decoration: none;
}
header#main-header .container .header-logo-container .logo-container a svg {
  width: 75px;
  height: 75px;
}
header#main-header .container .header-logo-container .logo-container a h2 {
  vertical-align: text-bottom;
}
header#main-header .container .header-nav-container {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  float: left;
}
@media screen and (max-width: 1200px) {
  header#main-header .container .header-nav-container {
    width: 85%;
  }
}
@media screen and (max-width: 992px) {
  header#main-header .container .header-nav-container {
    display: none;
  }
}
header#main-header .main-nav-container ul#mobile-nav {
  background: #FFFFFF;
}
header#main-header .main-nav-container ul#mobile-nav li {
  font-family: "Barlow", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
}
header#main-header .main-nav-container ul#mobile-nav li a {
  color: #666a6d;
}
header#main-header .main-nav-container ul#mobile-nav li > ul li {
  font-size: 0.9em;
  border-bottom: none;
  font-weight: normal;
  position: relative;
}
header#main-header .main-nav-container ul#mobile-nav li > ul li.has-sub-menu::after {
  content: "\f107";
  position: absolute;
  right: 0;
  color: #1881d8;
  font-family: FontAwesome;
  top: 0;
  font-size: 1.8em;
  padding-right: 0.3em;
}
header#main-header .main-nav-container ul#mobile-nav li > ul li a {
  background-color: #acd6f8;
}
header#main-header .main-nav-container ul#mobile-nav li > ul li > ul li a {
  background-color: #b2dbfd !important;
}
header#main-header .main-nav-container ul#mobile-nav li > ul li > ul li.has-sub-menu::after {
  position: absolute;
  right: 0;
}
header#main-header .main-nav-container ul#mobile-nav li.mobile-search {
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  padding: 0px 30px;
}
header#main-header .main-nav-container ul#mobile-nav li.mobile-search input {
  width: 100%;
  border-radius: 50px;
  padding: 10px 10px 10px 40px;
  font-size: 1.2em;
  border: solid 1px #d1d3d4;
  color: #666a6d;
}
header#main-header .main-nav-container ul#mobile-nav li.mobile-search span {
  position: absolute;
  left: 12%;
  color: #d1d3d4;
  font-size: 1.2em;
  top: 50%;
  transform: translateY(-0.8em);
}
@media screen and (max-width: 448px) {
  header#main-header .main-nav-container ul#mobile-nav li.mobile-search span {
    left: 13%;
  }
}
header#main-header .main-nav-container ul#mobile-nav li.mobile-search button {
  position: absolute;
  top: 0;
  right: 30px;
  margin: 0;
  border-radius: 0 50px 50px 0;
  background: #005296;
  color: #FFFFFF;
  padding: 5px 25px 5px;
  height: 40px;
  border: none;
  cursor: pointer;
}
header#main-header .main-nav-container ul#mobile-nav li.mobile-nav-divider {
  border-bottom: solid 1px #d1d3d4;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
header#main-header .main-nav-container ul#mobile-nav li.blue a {
  color: #005296;
}
header#main-header .main-nav-container ul#mobile-nav li.nav-apply-now {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 45px;
}
header#main-header .main-nav-container ul#mobile-nav li.nav-apply-now a.main-button {
  color: #FFFFFF;
}
header#main-header div#mobile-toggle {
  position: absolute;
  right: 5%;
  width: 40px;
  height: 35px;
}
header#main-header div#mobile-toggle span {
  border-radius: 0;
  background: #005296;
  height: 5px;
}
header#main-header div#mobile-toggle .mobile-nav-label {
  background: none;
  position: absolute;
  right: 60px;
  line-height: 0.5em;
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
  color: #005296;
}
header#main-header ul.main-nav li {
  font-family: "Barlow", sans-serif;
  font-size: 1em;
  color: #666a6d;
  font-weight: 600;
  margin-left: -6px;
  margin-right: -6px;
  padding-left: 5px;
  padding-right: 5px;
}
header#main-header ul.main-nav li a.main-button:link, header#main-header ul.main-nav li a.main-button:visited {
  padding: 10px 15px;
  margin-top: 0;
  color: #FFFFFF;
}
header#main-header ul.main-nav li a.main-button:hover::after {
  content: "";
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
header#main-header ul.main-nav li a:link, header#main-header ul.main-nav li a:visited {
  color: #666a6d;
  padding-top: 30px;
  padding-bottom: 52px;
  padding-left: 10px;
  padding-right: 10px;
}
header#main-header ul.main-nav li a:hover {
  color: #005296;
  text-decoration: none;
  position: relative;
}
header#main-header ul.main-nav li .menu-hover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  background: rgba(0, 51, 102, 0.97);
  color: #FFFFFF;
  top: 115px;
  left: 0;
  min-height: 150px;
  box-sizing: border-box;
  padding: 20px 25px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
  border: solid 1px #666a6d;
  border-top: none;
  transition: all 0s linear;
  transition-delay: 0.15s;
  display: flex;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: solid 8px #005296;
}
header#main-header ul.main-nav li .menu-hover.single-col {
  width: auto;
  min-width: 400px;
  left: unset;
}
header#main-header ul.main-nav li .menu-hover .nav-column {
  border-left: solid 2px #1881d8;
  font-family: "Albert Sans", sans-serif;
  flex: 1 1 0;
  border-left: solid 1px #d1d3d4;
  padding-left: 5px;
}
header#main-header ul.main-nav li .menu-hover .nav-column h3 {
  font-size: 1.5em;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}
header#main-header ul.main-nav li .menu-hover .nav-column h3 a:link, header#main-header ul.main-nav li .menu-hover .nav-column h3 a:visited {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #005296;
  padding-right: 1em;
  font-size: 0.9em;
  display: inline-block;
}
header#main-header ul.main-nav li .menu-hover .nav-column h3 a:hover {
  color: #1881d8;
  text-decoration: underline;
}
header#main-header ul.main-nav li .menu-hover .nav-column h3 a:hover::after {
  content: "";
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
header#main-header ul.main-nav li .menu-hover .nav-column ul {
  font-family: "Barlow", sans-serif;
}
header#main-header ul.main-nav li .menu-hover .nav-column ul li {
  display: block;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 0.9em;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 12px;
  padding-right: 2px;
}
header#main-header ul.main-nav li .menu-hover .nav-column ul li a:link, header#main-header ul.main-nav li .menu-hover .nav-column ul li a:visited {
  color: #222222;
  margin-bottom: 1px;
  margin-top: 1px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: 1.2em;
}
header#main-header ul.main-nav li .menu-hover .nav-column ul li a:hover {
  background: #005296;
  color: #FFFFFF;
}
header#main-header ul.main-nav li .menu-hover .nav-column ul li a:hover::after {
  content: "";
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
header#main-header ul.main-nav li .menu-hover .nav-column ul li:hover > a::after {
  content: "";
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
header#main-header ul.main-nav li .menu-hover .nav-column a.main-button {
  padding: 10px 20px;
  margin-top: 10px;
  margin-left: 10px;
}
header#main-header ul.main-nav li .menu-hover .nav-column.no-border {
  border-left: none;
}
header#main-header ul.main-nav li .menu-hover .nav-4-col {
  width: 25%;
  float: left;
  box-sizing: border-box;
}
header#main-header ul.main-nav li .menu-hover .nav-5-col {
  width: 20%;
  float: left;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
header#main-header ul.main-nav li .menu-hover .nav-5-col-bg-blue {
  position: absolute;
  right: 0;
  top: 0;
  width: 22%;
  height: 100%;
  background: #005296;
  z-index: 0;
}
header#main-header ul.main-nav li .menu-hover .nav-col-featured {
  border-left: none;
}
header#main-header ul.main-nav li .menu-hover .nav-col-featured h3 {
  margin-bottom: 1.2em;
  margin-top: 0.8em;
  font-size: 1.3em;
}
header#main-header ul.main-nav li .menu-hover .nav-col-featured h3:first-child {
  margin-top: 0.5em;
}
header#main-header ul.main-nav li .menu-hover .nav-search-container {
  position: relative;
}
header#main-header ul.main-nav li .menu-hover .nav-search-container .search-box {
  width: 100%;
  font-size: 1.5em;
  color: #005296;
  padding: 0.5em;
  border: solid 1px #1881d8;
  font-family: "Albert Sans", sans-serif;
}
header#main-header ul.main-nav li .menu-hover .nav-search-container .search-box::webkit-input-placeholder {
  color: #005296;
}
header#main-header ul.main-nav li .menu-hover .nav-search-container .search-box::-moz-placeholder {
  color: #005296;
}
header#main-header ul.main-nav li .menu-hover .nav-search-container .search-box:-moz-placeholder {
  color: #005296;
}
header#main-header ul.main-nav li .menu-hover .nav-search-container .search-box:-ms-input-placeholder {
  color: #005296;
}
header#main-header ul.main-nav li .menu-hover .nav-search-container span {
  position: absolute;
  display: block;
  right: 20px;
  top: 0px;
  cursor: pointer;
  color: #005296;
  padding: 10px;
}
header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:link, header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:visited {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
  padding-bottom: 0;
}
header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:link i, header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:visited i {
  display: block;
  font-size: 2em;
}
header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:link i svg, header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:visited i svg {
  height: 45px;
}
header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:link i svg .cls-1, header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:link i svg .st0, header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:visited i svg .cls-1, header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:visited i svg .st0 {
  fill: #FFFFFF;
}
header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:link span, header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:visited span {
  display: block;
  font-weight: 300;
}
header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:hover {
  color: #1881d8;
}
header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:hover i svg .cls-1, header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks-featured a:hover i svg .st0 {
  fill: #005296;
}
header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks {
  text-align: center;
}
header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks li:hover > a::after {
  content: "";
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks a:link, header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks a:visited {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
header#main-header ul.main-nav li .menu-hover .nav-search-quicklinks a:hover {
  color: #1881d8;
}
header#main-header ul.main-nav li:hover > div, header#main-header ul.main-nav li:focus-within > div {
  opacity: 1;
  visibility: visible;
  transition: all 0s linear;
  transition-delay: 0.15s;
}
header#main-header ul.main-nav li:hover > a, header#main-header ul.main-nav li:focus-within > a {
  position: relative;
}
header#main-header ul.main-nav li:hover > a::after, header#main-header ul.main-nav li:focus-within > a::after {
  content: "";
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  border-top: solid 15px transparent;
  border-bottom: solid 15px #666a6d;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -25px;
}
header#main-header ul.main-nav li:hover .menu-hover a::after, header#main-header ul.main-nav li:focus-within .menu-hover a::after {
  content: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  display: none;
}
header#main-header ul.main-nav li.nav-lvl-2-toggle {
  display: none;
}
@media screen and (max-width: 1200px) {
  header#main-header ul.main-nav li.nav-lvl-2-toggle {
    display: inline-block;
  }
}
header#main-header ul.main-nav li.nav-apply-now:hover > a::after {
  content: "";
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
header#main-header ul.main-nav li.nav-apply-now:hover::after {
  content: "";
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
header#main-header ul ul.quicklinks-reset {
  text-align: center;
}
header#main-header ul ul.quicklinks-reset li {
  display: block;
  font-weight: 300;
}
header#main-header ul ul.quicklinks-reset li a:link, header#main-header ul ul.quicklinks-reset li a:visited {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #1881d8;
}
header#main-header ul ul.quicklinks-reset li a:hover {
  color: #1881d8;
}
header#main-header ul ul.quicklinks-reset li:hover > a {
  color: #1881d8;
}
header#main-header ul ul.quicklinks-reset li:hover > a::after {
  content: "";
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
header#main-header ul .divider {
  border-left: solid 1px #ddd;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0;
}
header#main-header ul .blue {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
header#main-header ul .blue:hover::after {
  content: "";
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
header#main-header ul .blue a:link, header#main-header ul .blue a:visited {
  color: #005296;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
header#main-header ul .blue a:hover {
  color: #4287c0;
}
header#main-header ul .blue a:hover::after {
  content: "";
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.logo-container h2 {
  font-family: "Albert Sans", sans-serif;
  color: #005296;
  font-size: 1.2em;
  line-height: 1.1em;
}

.quicklinks-header {
  color: #f2f2f2;
  font-size: 1.5em;
  text-align: right;
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  display: block;
  padding-top: 0.3em;
}

.nav-lvl-2-toggle {
  display: none;
}

/*
* ------------------------------------------
* *-----------------------------
* End v2 Josh Changes
* *-----------------------------
* ------------------------------------------
*/
/*
* ------------------------------------------
* *-----------------------------
* Start Ad-Hoc changes since last compile
* *-----------------------------
* ------------------------------------------
*/
/*
* ------------------------------------------
* *-----------------------------
* TCC Happenings (Events Calendar)
* *-----------------------------
* ------------------------------------------
*/
.tcc-events-calendar {
  padding-top: 60px;
  padding-bottom: 20px;
}
.tcc-events-calendar #tcc-events-calendar-wrapper {
  display: flex;
  flex-direction: row;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 992px) {
  .tcc-events-calendar #tcc-events-calendar-wrapper {
    flex-flow: row wrap;
  }
}
.tcc-events-calendar .tcc-event-detail {
  box-sizing: border-box;
  float: left;
  flex: 1;
  flex-basis: 16.66%;
}
@media screen and (max-width: 992px) {
  .tcc-events-calendar .tcc-event-detail {
    flex-basis: 33.33%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tcc-events-calendar .tcc-event-detail {
    flex-basis: 50%;
    margin-top: 10px;
  }
}
.tcc-events-calendar .tcc-event-detail a {
  font-family: "Albert Sans", sans-serif;
  color: #005296;
}
.tcc-events-calendar .tcc-event-detail a .event-date {
  border-radius: 50%;
  border: solid 2px #005296;
  height: 65px;
  width: 65px;
  margin: auto;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.2s ease-in-out;
}
.tcc-events-calendar .tcc-event-detail a .event-date .event-month {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: block;
  line-height: 0.7em;
  margin-top: 0.5em;
}
.tcc-events-calendar .tcc-event-detail a .event-date .event-day {
  font-weight: 600;
  font-size: 28px;
  display: block;
}
.tcc-events-calendar .tcc-event-detail a .event-text {
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 5px 8px;
  margin-top: 10px;
}
.tcc-events-calendar .tcc-event-detail a:hover {
  text-decoration: none;
}
.tcc-events-calendar .tcc-event-detail a:hover .event-date {
  background: #005296;
  color: #FFFFFF;
  border: solid 2px #003366;
}
.tcc-events-calendar .tcc-event-detail a:hover .event-text {
  color: #1881d8;
}
.tcc-events-calendar .tcc-event-detail a:active {
  text-decoration: none;
}

/*
* ------------------------------------------
* *-----------------------------
* Academic Dates & Deadlines
* *-----------------------------
* ------------------------------------------
*/
section.dates-deadlines {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Albert Sans", sans-serif;
  color: #005296;
  background: none;
}
section.dates-deadlines #dates-deadlines-wrapper {
  display: flex;
  flex-direction: row;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 992px) {
  section.dates-deadlines #dates-deadlines-wrapper {
    flex-flow: row wrap;
  }
}
section.dates-deadlines .dates-deadlines-detail {
  box-sizing: border-box;
  float: left;
  flex: 1;
  flex-basis: 25%;
}
@media screen and (max-width: 992px) {
  section.dates-deadlines .dates-deadlines-detail {
    flex-basis: 50%;
    margin-top: 10px;
  }
}
section.dates-deadlines .deadline-date {
  border-radius: 50%;
  border: solid 2px #003366;
  height: 65px;
  width: 65px;
  margin: auto;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
  background-color: #005296;
}
section.dates-deadlines .deadline-date .date-month {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: block;
  line-height: 0.7em;
  margin-top: 0.5em;
}
section.dates-deadlines .deadline-date .date-day {
  font-weight: 600;
  font-size: 28px;
  display: block;
}
section.dates-deadlines .deadline-date .deadline-text {
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 5px 8px;
  font-size: 16px;
}

/*
* ------------------------------------------
* *-----------------------------
* Video Slider
* *-----------------------------
* ------------------------------------------
*/
.v2-video-slider {
  margin-top: 100px;
  margin-bottom: 100px;
}
.v2-video-slider .container {
  width: 100%;
}
.v2-video-slider .v2-video-slide {
  height: 350px;
  width: 544px;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0px 20px;
}
.v2-video-slider .v2-video-slide .v2-video-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.v2-video-slider .v2-video-slide .v2-video-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 25px 25px;
  text-align: center;
  color: #f2f2f2;
  z-index: 3;
  font-size: 1.2em;
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 448px) {
  .v2-video-slider .v2-video-slide .v2-video-caption {
    width: 350px;
    left: 50%;
    margin-left: -175px;
  }
}
.v2-video-slider .v2-video-slide .v2-video-caption .caption-head {
  font-size: 2em;
  letter-spacing: 0.05em;
  display: block;
  border-bottom: solid 1px #e5b611;
  width: 70%;
  margin: 0px auto 15px;
}
.v2-video-slider .v2-video-slide .v2-video-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(30, 30, 30, 0.2) 0%, rgba(30, 30, 30, 0.7) 50%, rgba(30, 30, 30, 0.9) 100%);
  z-index: 2;
}
.v2-video-slider .v2-video-slide .v2-video-play {
  display: block;
  border: solid 2px #f2f2f2;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  text-align: center;
  z-index: 20;
  color: #f2f2f2;
  font-size: 2.5em;
}
.v2-video-slider .v2-video-slide .v2-video-play svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -15px;
}
.v2-video-slider .v2-video-slide .v2-video-play svg .cls-1 {
  fill: #f2f2f2;
}
.v2-video-slider .v2-video-slide .v2-video-play:hover {
  background: #f2f2f2;
}
.v2-video-slider .v2-video-slide .v2-video-play:hover svg .cls-1 {
  fill: #005296;
}
.v2-video-slider .v2-video-slide .v2-video-play .external-link {
  margin-left: -15px;
}
.v2-video-slider .slick-dots {
  width: 80%;
  padding-left: 20%;
}
.v2-video-slider .slick-slide {
  transform: scale(0.85);
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  margin-left: 0;
  margin-right: -45px;
  transition: all 500ms linear;
  visibility: hidden;
  z-index: 4;
}
.v2-video-slider .slick-slide .v2-video-caption {
  display: none;
}
.v2-video-slider .slick-slide .v2-video-overlay {
  background: rgba(30, 30, 30, 0.7);
}
.v2-video-slider .slick-slide .v2-video-play {
  display: none;
}
.v2-video-slider .slick-slide:hover {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.v2-video-slider .slick-slide:hover .v2-video-overlay {
  background: rgba(30, 30, 60, 0.5);
}
.v2-video-slider .slick-center {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  z-index: 24;
}
.v2-video-slider .slick-center .v2-video-caption {
  display: block;
}
.v2-video-slider .slick-center .v2-video-overlay {
  background: linear-gradient(rgba(30, 30, 30, 0.2) 0%, rgba(30, 30, 30, 0.7) 50%, rgba(30, 30, 30, 0.9) 100%);
}
.v2-video-slider .slick-center .v2-video-play {
  display: block;
}
.v2-video-slider .slick-center:hover {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.v2-video-slider .slick-center:hover .v2-video-overlay {
  background: linear-gradient(rgba(30, 30, 30, 0.2) 0%, rgba(30, 30, 30, 0.7) 50%, rgba(30, 30, 30, 0.9) 100%);
}
.v2-video-slider .slick-active {
  visibility: visible;
}

/*
* *-----------------------------
* Non-SCSS additions to stylesheet
* *-----------------------------
*/
.loader {
  border: 4px solid #f2f2f2;
  border-top: 4px solid #1881d8;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  animation: spin 1s linear infinite;
  margin: 15px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert-container {
  display: none;
}
.alert-container.active {
  display: block;
}

.red-alert {
  background-color: #a94442;
}

.blue-alert {
  background-color: #1881d8;
}

.content-feature-box {
  background: #003366;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.content-feature-box h2 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 0;
  margin: 0px auto;
  color: #FFFFFF;
  text-align: center;
}

.program-at-a-glance {
  background: #005296;
  padding: 10px 20px;
  color: #FFFFFF;
}

.callout {
  width: 100%;
  padding: 10px 15px 10px 35px;
  border-width: 1px;
  border-style: solid;
  border-left-width: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.callout h2, .callout h3, .callout h4 {
  margin-top: 0.5em;
}
.callout.blue {
  border-color: #005296;
}
.callout.blue h2, .callout.blue h3, .callout.blue h4 {
  color: #005296;
}
.callout.blue.show-bg {
  background-color: #dbefff;
}
.callout.gray {
  border-color: #9b9fa1;
}
.callout.gray h2, .callout.gray h3, .callout.gray h4 {
  color: #666a6d;
}
.callout.gray.show-bg {
  background-color: #f2f2f2;
}
.callout.gold {
  border-color: #e5b611;
}
.callout.gold h2, .callout.gold h3, .callout.gold h4 {
  color: #e5b611;
}
.callout.gold.show-bg {
  background-color: #f3eac9;
}
.callout.red {
  border-color: #a94442;
}
.callout.red h2, .callout.red h3, .callout.red h4 {
  color: #a94442;
}
.callout.red.show-bg {
  background-color: #f2dede;
}
.callout.green {
  border-color: #3c763d;
}
.callout.green h2, .callout.green h3, .callout.green h4 {
  color: #3c763d;
}
.callout.green.show-bg {
  background-color: #dff0d8;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table.blue-header thead {
  background-color: #005296;
  color: #FFFFFF;
}
table.blue-header thead tr th {
  vertical-align: bottom;
  border-bottom: solid 2px #d1d3d4;
}
table.blue-header thead:first-child tr:first-child th {
  border-top: 0;
}
table.blue-header tbody tr:nth-child(odd) {
  background-color: #acd6f8;
}
table.blue-header tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
table.blue-header tfoot {
  background-color: #005296;
  color: #FFFFFF;
}
table.dark-blue thead {
  border-bottom: solid 1px #e5b611;
  background-color: #003366;
  color: #FFFFFF;
}
table.dark-blue thead tr th {
  vertical-align: bottom;
  border-bottom: solid 2px #d1d3d4;
}
table.dark-blue thead:first-child tr:first-child th {
  border-top: 0;
}
table.dark-blue tbody tr {
  color: #FFFFFF;
}
table.dark-blue tbody tr:nth-child(odd) {
  background-color: #003366;
}
table.dark-blue tbody tr:nth-child(even) {
  background-color: #005296;
}
table.dark-blue tbody td {
  border: none;
}
table.gold-header thead {
  background-color: #e5b611;
  color: #FFFFFF;
}
table.gold-header thead tr th {
  vertical-align: bottom;
  border-bottom: solid 2px #d1d3d4;
}
table.gold-header thead:first-child tr:first-child th {
  border-top: 0;
}
table.gold-header tbody tr:nth-child(odd) {
  background-color: #f3eac9;
}
table.gold-header tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
table.gold-header tfoot {
  background-color: #e5b611;
  color: #FFFFFF;
}
table.gray-header thead {
  background-color: #666a6d;
  color: #FFFFFF;
}
table.gray-header thead tr th {
  vertical-align: bottom;
  border-bottom: solid 2px #d1d3d4;
}
table.gray-header thead:first-child tr:first-child th {
  border-top: 0;
}
table.gray-header tbody tr:nth-child(odd) {
  background-color: #dbefff;
}
table.gray-header tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
table.gray-header tfoot {
  background-color: #666a6d;
  color: #FFFFFF;
}
table.dark-gray-header thead {
  background-color: #222222;
  color: #FFFFFF;
}
table.dark-gray-header thead tr th {
  vertical-align: bottom;
  border-bottom: solid 2px #d1d3d4;
}
table.dark-gray-header thead:first-child tr:first-child {
  border-top: 0;
}
table.dark-gray-header tbody tr:nth-child(odd) {
  background-color: #9b9fa1;
  color: #FFFFFF;
}
table.dark-gray-header tbody tr:nth-child(even) {
  background-color: #666a6d;
  color: #FFFFFF;
}
table.dark-gray-header tfoot {
  background-color: #222222;
  color: #FFFFFF;
}

.info a:link, .info a:visited {
  color: #FFFFFF;
}

.read-more-hidden {
  display: none;
}

/*
* ------------------------------------------
* *-----------------------------
* Homepage Slider
* *-----------------------------
* ------------------------------------------
*/
.homepage-slideshow .homepage-slide {
  min-height: 500px;
}
.homepage-slideshow .homepage-slide .slide-caption h2, .homepage-slideshow .homepage-slide #hero-banner .hero-info h2, #hero-banner .homepage-slideshow .homepage-slide .hero-info h2 {
  line-height: 1.2em;
}
.homepage-slideshow .homepage-slide .slide-caption.caption-left, .homepage-slideshow .homepage-slide #hero-banner .caption-left.hero-info, #hero-banner .homepage-slideshow .homepage-slide .caption-left.hero-info {
  left: 0;
  right: unset;
  padding-left: 125px;
}
.homepage-slideshow .homepage-slide .slide-caption.caption-right, .homepage-slideshow .homepage-slide #hero-banner .caption-right.hero-info, #hero-banner .homepage-slideshow .homepage-slide .caption-right.hero-info {
  left: unset;
  right: 0;
  padding-left: 25px;
}
.homepage-slideshow .homepage-slide .slide-caption.caption-right.black-gradient, .homepage-slideshow .homepage-slide #hero-banner .caption-right.black-gradient.hero-info, #hero-banner .homepage-slideshow .homepage-slide .caption-right.black-gradient.hero-info {
  text-align: right;
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.homepage-slideshow .homepage-slide .slide-caption.caption-right.blue-gradient, .homepage-slideshow .homepage-slide #hero-banner .caption-right.blue-gradient.hero-info, #hero-banner .homepage-slideshow .homepage-slide .caption-right.blue-gradient.hero-info {
  background: linear-gradient(270deg, rgb(13, 87, 150) 0%, rgba(13, 87, 150, 0.9) 60%, rgba(13, 87, 150, 0) 100%);
}
.homepage-slideshow .homepage-slide .slide-caption.black-gradient, .homepage-slideshow .homepage-slide #hero-banner .black-gradient.hero-info, #hero-banner .homepage-slideshow .homepage-slide .black-gradient.hero-info {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.homepage-slideshow .homepage-slide .slide-caption.blue-gradient, .homepage-slideshow .homepage-slide #hero-banner .blue-gradient.hero-info, #hero-banner .homepage-slideshow .homepage-slide .blue-gradient.hero-info {
  background: linear-gradient(90deg, rgb(13, 87, 150) 0%, rgba(13, 87, 150, 0.9) 60%, rgba(13, 87, 150, 0) 100%);
}
.homepage-slideshow .homepage-slide .slide-caption.black-translucent, .homepage-slideshow .homepage-slide #hero-banner .black-translucent.hero-info, #hero-banner .homepage-slideshow .homepage-slide .black-translucent.hero-info {
  background-color: rgba(0, 0, 0, 0.6);
}
.homepage-slideshow .homepage-slide .slide-caption.blue-translucent, .homepage-slideshow .homepage-slide #hero-banner .blue-translucent.hero-info, #hero-banner .homepage-slideshow .homepage-slide .blue-translucent.hero-info {
  background-color: rgba(13, 87, 150, 0.85);
}
.homepage-slideshow .homepage-slide .slide-caption.no-bg, .homepage-slideshow .homepage-slide #hero-banner .no-bg.hero-info, #hero-banner .homepage-slideshow .homepage-slide .no-bg.hero-info {
  background-color: unset;
}

.slick-dots li button::before {
  font-size: 9px;
}

/*
* ------------------------------------------
* *-----------------------------
* Quick Access
* *-----------------------------
* ------------------------------------------
*/
header#main-header div.quick-access {
  border-top: none;
  width: 100%;
  position: relative;
  z-index: 10000;
  background: #003366;
}
@media screen and (max-width: 992px) {
  header#main-header div.quick-access {
    display: none;
  }
}
header#main-header div.quick-access ul.quick-access-button-list {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
  right: unset;
  text-align: right;
  padding-left: 50px;
  padding-right: 11em;
  margin-right: 100px;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item a {
  display: block;
  background: none;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 0px 0px 5px 5px;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  text-align: left;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item a.menu::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 0.5em;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item a i.ml {
  margin-left: 5px;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item a i.mr {
  margin-right: 5px;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item div {
  padding: 0;
  display: none;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item div ul {
  text-align: left;
  position: unset;
  background: none;
  border-left: solid 3px #e5b611;
  margin-left: 12px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-rule: solid 3px #e5b611;
  -webkit-column-rule: solid 3px #e5b611;
  -moz-column-rule: solid 3px #e5b611;
  column-gap: 2em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item div ul li {
  display: block;
  text-align: left;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item div ul li a {
  padding: 10px 15px 10px 25px;
  text-transform: unset;
  font-size: 1.1em;
  font-weight: 600;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item div ul li a:link, header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item div ul li a:visited {
  color: #FFFFFF;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item div ul li a:hover {
  background-color: #005296;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item div.highlight {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #005296;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item div.highlight ul li a:hover {
  background: #003366;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item.float-left {
  float: left;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item.highlight {
  background: #005296;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item:hover > ul, header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item:focus-within > ul {
  display: block;
}
header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item:hover > div, header#main-header div.quick-access ul.quick-access-button-list li.quick-access-item:focus-within > div {
  position: absolute;
  background: #005296;
  text-align: left;
  display: block;
}
header#main-header div.quick-access ul.quick-access-button-list li.cta-button a {
  position: absolute;
  background: #e5b611;
  border: solid 1px #cea40f;
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(#f2cf53, #c39b0e);
  font-size: 1.2em;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  top: 0;
  width: 160px;
  text-align: center;
  right: -10px;
  box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.7);
  transition: all 200ms ease-in-out;
}
header#main-header div.quick-access ul.quick-access-button-list li.cta-button a:hover {
  padding-top: 15px;
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}

.quick-access-content {
  background: #005296;
  width: 100%;
  text-align: center;
  padding: 15px;
  z-index: 1000;
  position: relative;
  display: none;
}
.quick-access-content a.quick-access-link:link, .quick-access-content a.quick-access-link:visited {
  color: #FFFFFF;
}
.quick-access-content a.quick-access-link:hover {
  color: #e5b611;
}
.quick-access-content .row {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*
* ------------------------------------------
* *-----------------------------
* Content Feature Box
* *-----------------------------
* ------------------------------------------
*/
.content-feature-box.blue {
  background: none;
  border: solid 2px #005296;
  color: #005296;
  padding: 0px;
  text-align: left;
}
.content-feature-box.blue h2 {
  background: #005296;
  padding: 15px;
  text-align: left;
}
.content-feature-box.blue .content-feature-box-content {
  padding: 15px;
  font-size: 1.3em;
}
.content-feature-box.blue a.main-button.button-gold {
  background-color: #005296;
  border: none;
  border-radius: 0px;
  margin-left: 15px;
}

/*
* ------------------------------------------
* *-----------------------------
* Homepage Splash
* *-----------------------------
* ------------------------------------------
*/
.homepage-splash-cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(14, 115, 200) 0%, rgb(11, 69, 119) 100%);
  z-index: 20000;
  overflow-y: auto;
}
.homepage-splash-cover .general-content {
  color: #FFFFFF;
}
.homepage-splash-cover .general-content a:link, .homepage-splash-cover .general-content a:visited {
  color: #FFFFFF;
  font-weight: 600;
}
.homepage-splash-cover h1.main-section-header.header-dark-blue, .homepage-splash-cover h2.main-section-header.header-dark-blue {
  color: #FFFFFF;
}

/*
* ------------------------------------------
* *-----------------------------
* General Content Content Sidebar
* *-----------------------------
* ------------------------------------------
*/
.general-content .content-sidebar {
  border-left: solid 1px #eee;
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .general-content .content-sidebar {
    border-left: none;
  }
}

header#main-header ul.main-nav li {
  font-size: 1.05em;
}
header#main-header ul.main-nav li .menu-hover .nav-column h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
header#main-header ul.main-nav li .menu-hover .nav-5-col-bg-gold {
  position: absolute;
  right: 0;
  top: 0;
  width: 22%;
  height: 100%;
  background: #e5b611;
  z-index: 0;
}

.ws-search {
  padding-bottom: 0;
  position: relative;
}
.ws-search input {
  display: inline;
  width: 290px;
  padding-right: 3em;
  font-weight: normal;
  margin-left: 2em;
  color: #005296;
}
.ws-search input:focus {
  font-weight: 600;
  border: solid 1px #005296;
}
.ws-search input::placeholder, .ws-search input::-ms-input-placeholder, .ws-search input::-moz-input-placeholder {
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .ws-search input {
    width: 250px;
  }
}
.ws-search button {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  background: #005296;
  border: none;
  color: #FFFFFF;
  padding: 10px;
}

/*
* ------------------------------------------
* *-----------------------------
* Aspen Banner
* *-----------------------------
* ------------------------------------------
*/
.aspen-banner {
  min-height: 250px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  color: #FFFFFF;
}
.aspen-banner .content {
  padding-left: 175px;
}
.aspen-banner img {
  max-width: 150px;
  position: absolute;
  margin-right: 25px;
}
.aspen-banner h4 {
  font-size: 2em;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
.aspen-banner .aspen-gradient {
  background: #00497c;
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0;
  height: 60%;
  border-top: solid 5px #2486c1;
  border-bottom: solid 5px #2486c1;
}

/*
* ------------------------------------------
* *-----------------------------
* Alert Containers
* *-----------------------------
* ------------------------------------------
*/
.alert-container.active {
  padding: 5px;
}
.alert-container .row {
  line-height: 1.25em;
}
.alert-container h2 {
  font-size: 1.35em;
  color: #003366;
}
.alert-container i.fa {
  margin-right: 0.5em;
}
.alert-container .more-info-link {
  font-size: 14px;
  text-decoration: none;
  border: solid 1px #003366;
  padding: 10px;
  margin-top: 2.5px;
  background-color: #003366;
}
.alert-container p {
  color: #003366;
  font-size: 1.1em;
  line-height: 1.25em;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
}
.alert-container small {
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
  cursor: pointer;
  color: #005296;
}
.alert-container.info-alert small {
  color: #cfe649;
}
.alert-container.info-alert .more-info-link {
  background: #216aa9;
  color: #FFFFFF;
}
.alert-container.info-alert h2 {
  color: #FFFFFF;
}
.alert-container.info-alert p {
  color: #FFFFFF;
}
.alert-container.major-alert .more-info-link, .alert-container.minor-alert .more-info-link {
  background: #bf9a12;
}
.alert-container.danger-alert .more-info-link {
  background: #941b2e;
  border: solid 1px #941b2e;
}
.alert-container.danger-alert h2 {
  color: #FFFFFF;
}
.alert-container.danger-alert p {
  color: #FFFFFF;
}
.alert-container.clear-alert .more-info-link {
  background: #05843d;
  border: solid 1px #05843d;
}
.alert-container.clear-alert h2 {
  color: #FFFFFF;
}
.alert-container.clear-alert p {
  color: #FFFFFF;
}

/*
* ------------------------------------------
* *-----------------------------
* Alternate Tab Layout
* *-----------------------------
* ------------------------------------------
*/
.alternate-tab-layout .sorting-row h4.tab-active {
  background: #005296;
  color: #FFFFFF;
}
.alternate-tab-layout .sorting-row h4.tab-active::after {
  border-top: 25px solid transparent;
}
.alternate-tab-layout.financial-aid-content-wrap {
  background-color: #f2f2f2;
  padding: 50px;
}
.alternate-tab-layout.financial-aid-content-wrap p {
  color: #333;
  font-size: 16px;
}
.alternate-tab-layout .financial-aid-content-wrap .financial-aid-content {
  display: flex;
}
.alternate-tab-layout .financial-aid-content-wrap .financial-aid-content .financial-aid-content-image {
  background-size: cover;
  background-position: center center;
  flex: 2 1 0;
  padding: 50px;
  margin-right: 50px;
}
.alternate-tab-layout .financial-aid-content-wrap .financial-aid-content .financial-aid-content-text {
  flex: 3 1 0;
  padding: 50px;
}
.alternate-tab-layout .financial-aid-content-wrap .financial-aid-content .financial-aid-content-text h1:main-section-header, .alternate-tab-layout .financial-aid-content-wrap .financial-aid-content .financial-aid-content-text h2:main-section-header {
  color: #005296;
}
.alternate-tab-layout .financial-aid-content-wrap .financial-aid-content .financial-aid-content-text a.main-button {
  color: #666a6d;
}
.alternate-tab-layout .financial-aid-content-wrap .financial-aid-content .financial-aid-content-text a.main-button.button-gold {
  color: #FFFFFF;
}

#main-content a:link, #main-content a:visited {
  text-decoration: underline;
}
#main-content a.main-button:link, #main-content a.main-button:visited {
  text-decoration: none;
}
#main-content .aside .main-section-header a:link, #main-content .aside .main-section-header a:visited {
  text-decoration: none;
}
#main-content .aside ul li a:link, #main-content .aside ul li a:visited {
  text-decoration: none;
}
#main-content .quick-links-container a:link, #main-content .quick-links-container a:visited {
  text-decoration: none;
}
#main-content .pathway-link a:link, #main-content .pathway-link a:visited {
  text-decoration: none;
}

/*
* ------------------------------------------
* *-----------------------------
* New Header Styles - need to replace old styles
* *-----------------------------
* ------------------------------------------
*/
header#main-header {
  border-bottom: solid 1px #d1d3d4;
}
header#main-header .header-container {
  margin-left: 150px;
  margin-right: 150px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1475px) {
  header#main-header .header-container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1275px) {
  header#main-header .header-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
header#main-header .header-container .header-top-row {
  display: flex;
  flex-direction: row;
}
header#main-header .header-container .header-top-row .header-logo-container {
  flex: 2 1 0;
}
header#main-header .header-container .header-top-row .header-logo-container a {
  text-decoration: none;
}
header#main-header .header-container .header-top-row .header-logo-container a svg {
  width: 125px;
  border-right: solid 1px #005296;
  padding: 2px 1em 2px 2px;
  display: inline-block;
}
@media screen and (max-width: 448px) {
  header#main-header .header-container .header-top-row .header-logo-container a svg {
    margin-top: 20px;
    margin-bottom: 20px;
    border-right: none;
  }
}
header#main-header .header-container .header-top-row .header-logo-container h2 {
  font-family: "Red Rose", serif;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 0.5em;
  font-weight: bold;
  line-height: 1em;
  color: #005296;
  font-size: 1.5em;
}
@media screen and (max-width: 448px) {
  header#main-header .header-container .header-top-row .header-logo-container h2 {
    display: none;
  }
}
header#main-header .header-container .header-top-row .header-logo-container h2 span {
  display: block;
}
header#main-header .header-container .header-top-row .header-logo-container h2 span.wordmark-main {
  font-size: 1em;
  letter-spacing: 0.05em;
}
header#main-header .header-container .header-top-row .header-logo-container h2 span.wordmark-secondary {
  font-size: 0.85em;
  letter-spacing: 0.1em;
}
header#main-header .header-container .header-top-row .header-nav-container {
  flex: 3 1 0;
  align-self: center;
  text-align: center;
}
@media screen and (max-width: 1275px) {
  header#main-header .header-container .header-top-row .header-nav-container {
    flex: 4 1 0;
    text-align: right;
  }
}
@media screen and (max-width: 1100px) {
  header#main-header .header-container .header-top-row .header-nav-container {
    display: none;
  }
}
header#main-header .header-container .header-top-row .header-nav-container ul.main-nav li {
  display: inline-block;
}
header#main-header .header-container .header-top-row .header-nav-container ul.main-nav li.nav-search {
  border-left: solid 1px #d1d3d4;
  margin-left: 10px;
}
header#main-header .header-container .header-top-row .header-nav-container ul.main-nav li.nav-search a:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.3em;
}
header#main-header .header-container .header-top-row .header-nav-container ul.main-nav li.nav-search a::after {
  border-bottom-color: transparent;
}
header#main-header .header-container .header-top-row .header-nav-container ul.main-nav li .menu-hover.no-menu {
  display: none;
}
header#main-header .header-container .header-top-row .header-nav-container ul.main-nav li .menu-hover .nav-column {
  text-align: left;
}
header#main-header .header-container .header-top-row .header-nav-container ul.main-nav li .menu-hover .nav-column h3 a {
  font-family: "Barlow", sans-serif;
}
header#main-header .header-container .header-top-row .header-nav-container ul.main-nav li .menu-hover .nav-column ul {
  font-size: 0.9em;
}
header#main-header .header-container .header-top-row .header-nav-container ul.main-nav li .menu-hover .nav-column ul li {
  display: block;
}
header#main-header .header-container .header-top-row .header-nav-container ul.main-nav li .menu-hover .nav-column ul li a.main-button {
  border-radius: 0;
  padding: 10px 20px;
  margin-left: 5px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
header#main-header .header-container .header-top-row .header-nav-container ul.main-nav li .menu-hover .nav-column ul li a.main-button::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: 10px;
  position: relative;
  bottom: unset;
  left: unset;
}
header#main-header .header-container .header-top-row .header-nav-container ul.main-nav li .menu-hover .nav-column ul li a.button-gold {
  border-left: solid 6px #003366;
  background: #e5b611;
}
header#main-header .header-container .header-top-row .header-nav-container ul.main-nav li .menu-hover .nav-column ul li a.button-gold:hover {
  background: #005296;
  color: #FFFFFF;
}
header#main-header .header-container .header-top-row #mobile-toggle {
  display: none;
  margin-top: 23px;
}
@media screen and (max-width: 1100px) {
  header#main-header .header-container .header-top-row #mobile-toggle {
    display: block;
  }
}

header.video-header-with-type {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 36.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  header.video-header-with-type {
    padding-top: 56.25%;
  }
}
header.video-header-with-type > .background-video-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
header.video-header-with-type > .background-video-wrapper > .background-video-inset {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  transform: translate3d(-50%, -50%, 0);
}
header.video-header-with-type > .background-video-wrapper > .background-video-inset::before {
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
header.video-header-with-type > .background-video-wrapper > .background-video-inset > iframe {
  position: absolute;
  top: -60px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 120px);
}
header.video-header-with-type > .inset {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
header.video-header-with-type > .inset > .insert {
  height: 648px;
  text-align: center;
  color: #FFFFFF;
  padding: 0 20px;
}
header.video-header-with-type .video-caption-container {
  position: absolute;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  padding: 25px;
  max-width: 600px;
}
header.video-header-with-type .video-caption-container.caption-bottom {
  bottom: 10%;
}
header.video-header-with-type .video-caption-container.caption-middle {
  bottom: 40%;
}
header.video-header-with-type .video-caption-container.caption-top {
  top: 10%;
}
header.video-header-with-type .video-caption-container.caption-left {
  left: 10%;
}
header.video-header-with-type .video-caption-container.caption-center {
  left: 50%;
  margin-left: -300px;
}
header.video-header-with-type .video-caption-container.caption-center h1, header.video-header-with-type .video-caption-container.caption-center p {
  text-align: center;
}
header.video-header-with-type .video-caption-container.caption-right {
  right: 10%;
}
header.video-header-with-type .video-caption-container.caption-right h1, header.video-header-with-type .video-caption-container.caption-right p {
  text-align: right;
}
header.video-header-with-type .video-caption-container h1 {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 4em;
  color: #fff;
  text-shadow: 1px 1px black;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25em;
}
@media screen and (max-width: 992px) {
  header.video-header-with-type .video-caption-container h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 768px) {
  header.video-header-with-type .video-caption-container h1 {
    font-size: 2em;
  }
}
header.video-header-with-type .video-caption-container p {
  color: #FFFFFF;
}
header.video-header-with-type .video-caption-container .video-caption-cta a:link, header.video-header-with-type .video-caption-container .video-caption-cta a:visited {
  display: inline-block;
  padding: 10px 15px;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}
header.video-header-with-type .video-caption-container .video-caption-cta a:hover {
  background: #e5b611;
}

.video-hero-icons-container {
  position: relative;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 15px 10px;
  background: linear-gradient(153deg, #002952 0%, #00478f 56%, #002952 100%);
}

.video-hero-icons-inner-container {
  max-width: 1190px;
  display: flex;
  margin: 0px auto;
  flex-wrap: wrap;
}

.video-hero-icons-inner-container .video-hero-icon {
  flex: 1 1 0;
  border-right: solid 1px #FFFFFF;
}
@media screen and (max-width: 992px) {
  .video-hero-icons-inner-container .video-hero-icon {
    flex: 1 1 30%;
    border: solid 1px #e5b611;
    margin: 10px;
    border-radius: 5px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .video-hero-icons-inner-container .video-hero-icon {
    flex: 1 1 40%;
  }
}
@media screen and (max-width: 448px) {
  .video-hero-icons-inner-container .video-hero-icon {
    flex: 1 1 40%;
    font-size: 0.85em;
    padding: 5px;
    margin: 5px;
  }
}

.video-hero-icons-inner-container .video-hero-icon:last-child {
  border-right: none;
}
@media screen and (max-width: 992px) {
  .video-hero-icons-inner-container .video-hero-icon:last-child {
    border-right: solid 1px #e5b611;
  }
}

.video-hero-icons-inner-container .video-hero-icon a {
  padding: 10px 15px;
  text-decoration: none !important;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.video-hero-icons-inner-container .video-hero-icon a:link, .video-hero-icons-inner-container .video-hero-icon a:visited {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.video-hero-icons-inner-container .video-hero-icon a:hover {
  color: #e5b611;
}

.video-hero-icons-inner-container .video-hero-icon a > .video-hero-icon-image svg {
  fill: #FFFFFF;
  max-height: 35px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 448px) {
  .video-hero-icons-inner-container .video-hero-icon a > .video-hero-icon-image svg {
    max-height: 30px;
  }
}

.video-hero-icons-inner-container .video-hero-icon a:hover > .video-hero-icon-image svg {
  fill: #e5b611;
}

.sidebar {
  position: fixed;
  width: 450px;
  height: 100%;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  background-color: rgba(0, 51, 102, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  right: -100%;
  box-shadow: none;
  border-left: solid 6px #e5b611;
}
@media screen and (max-width: 992px) {
  .sidebar {
    width: 100%;
    border-left: none;
    border-top: solid 6px #e5b611;
  }
}
.sidebar.active {
  right: 0;
  box-shadow: 0px -20px 35px rgba(0, 0, 0, 0.8);
}
.sidebar.active .sidebar-content .sidebar-content-panel.active, .sidebar.active .sidebar-content .sidebar-content-panel.sidebar-search-panel {
  top: 0px;
  opacity: 1;
}
.sidebar div.sidebar-right-align-container {
  text-align: right;
}
.sidebar div.sidebar-logo-container svg {
  width: 125px;
  padding: 2px 1em 2px 2px;
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 20px;
  margin-left: 20px;
  position: absolute;
}
@media screen and (min-width: 993px) {
  .sidebar div.sidebar-logo-container svg {
    display: none;
  }
}
.sidebar a.sidebar-close {
  color: #FFFFFF;
  font-size: 3.5em;
  font-weight: 300;
  display: inline-block;
  padding: 15px 25px 0px;
  line-height: 1em;
  text-align: right;
  font-family: "Albert Sans", sans-serif;
}
.sidebar a.sidebar-close:hover {
  text-decoration: none;
  color: #e5b611;
}
.sidebar .sidebar-selector-container {
  align-items: stretch;
  margin-bottom: 45px;
  margin-top: 15px;
  background: #FFFFFF;
  border-top: solid 2px #e5b611;
  border-bottom: solid 2px #e5b611;
  display: none;
}
@media screen and (max-width: 992px) {
  .sidebar .sidebar-selector-container {
    display: flex;
  }
}
.sidebar .sidebar-selector-container a.sidebar-selector-link {
  flex: 1 1 0;
  text-align: center;
  padding: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
}
.sidebar .sidebar-selector-container a.sidebar-selector-link:link, .sidebar .sidebar-selector-container a.sidebar-selector-link:visited {
  color: #005296;
}
.sidebar .sidebar-selector-container a.sidebar-selector-link:hover, .sidebar .sidebar-selector-container a.sidebar-selector-link.active {
  background: #005296;
  color: #FFFFFF;
  text-decoration: none;
}
.sidebar .sidebar-selector-container a.sidebar-selector-link i {
  display: block;
  margin-bottom: 0.3em;
}
.sidebar .sidebar-content .sidebar-content-panel {
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  top: -20px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.1s;
  display: none;
}
@media screen and (min-width: 993px) {
  .sidebar .sidebar-content .sidebar-content-panel.sidebar-search-panel {
    display: block;
  }
}
.sidebar .sidebar-content .sidebar-content-panel.active {
  display: block;
}
@media screen and (min-width: 993px) {
  .sidebar .sidebar-content .sidebar-content-panel.active {
    display: none;
  }
}
.sidebar .sidebar-content .sidebar-content-panel h2.sidebar-content-title {
  color: #FFFFFF;
  font-family: "Bitter", serif;
  font-size: 2em;
  line-height: 1em;
  margin-top: 0;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #FFFFFF;
  width: 75%;
}
.sidebar .sidebar-content .sidebar-content-panel .divider {
  border-top: solid 1px #e5b611;
  width: 60%;
}
.sidebar .sidebar-content .sidebar-content-panel ul {
  list-style: none;
  padding-left: 0;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li a {
  display: flex;
  font-size: 1.8em;
  color: #FFFFFF;
  text-decoration: none;
  padding-bottom: 10px;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li a span.menu-text {
  flex: 4 1 75%;
  font-family: "Bitter", serif;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li a span.toggle-expand {
  flex: 1 1 0;
  text-align: right;
  font-size: 1.5em;
  line-height: 1em;
  transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li ul {
  padding-left: 1.5em;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li ul li a {
  font-family: "Barlow", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #e5b611;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li ul li a.mobile-navigation-return-item {
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
  margin-top: 10px;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li ul li a.mobile-navigation-return-item i {
  line-height: 1em;
  display: inline-block;
  margin-left: 0.5em;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li ul li ul li a {
  font-family: "Barlow", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  color: #FFFFFF;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li ul li ul li a.mobile-navigation-return-item {
  color: #e5b611;
  font-weight: 700;
  margin-bottom: 10px;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li ul li ul li a.main-button {
  border-radius: 0;
  border: none;
  padding: unset;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: unset;
  text-transform: unset;
  text-align: unset;
  font-weight: 700;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li ul li ul li a.main-button.button-gold {
  background-color: unset;
  border-left: solid 6px #e5b611;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li ul li ul li a.main-button::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: 10px;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li.active a span.toggle-expand {
  transform: rotate(45deg);
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li.active > ul {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li.active > ul li a span.toggle-expand {
  transform: none;
  font-weight: 400;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li.active > ul li.active a span.toggle-expand {
  transform: rotate(45deg);
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-navigation li.nav-search {
  display: none;
}
.sidebar .sidebar-content .sidebar-content-panel ul.secondary-navigation li a {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3em;
  display: block;
  padding: 5px;
}
.sidebar .sidebar-content .sidebar-content-panel ul.secondary-navigation li a:link, .sidebar .sidebar-content .sidebar-content-panel ul.secondary-navigation li a:visited {
  color: #FFFFFF;
}
.sidebar .sidebar-content .sidebar-content-panel ul.secondary-navigation li a:hover {
  color: #e5b611;
}
.sidebar .sidebar-content .sidebar-content-panel ul.secondary-navigation li a.cta-button {
  background: #e5b611;
  padding: 10px;
  color: #003366;
  border-left: solid 6px #FFFFFF;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.sidebar .sidebar-content .sidebar-content-panel ul.secondary-navigation li a.cta-button:hover {
  background: #003366;
  color: #e5b611;
  border-left: solid 6px #e5b611;
}
.sidebar .sidebar-content .sidebar-content-panel ul.secondary-navigation li a.cta-button::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-resources li a {
  font-family: "Barlow", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  padding: 5px 0px;
  display: block;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-resources li a:link, .sidebar .sidebar-content .sidebar-content-panel ul.mobile-resources li a:visited {
  color: #FFFFFF;
}
.sidebar .sidebar-content .sidebar-content-panel ul.mobile-resources li a:hover {
  color: #e5b611;
}
.sidebar .sidebar-content .sidebar-content-panel form label.sidebar-search-label {
  color: #e5b611;
  font-family: "Barlow", sans-serif;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.sidebar .sidebar-content .sidebar-content-panel form input.sidebar-search-input {
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px #FFFFFF;
  margin: 15px 0px;
  color: #FFFFFF;
  font-family: "Bitter", serif;
  font-size: 1.3em;
  padding: 25px 10px 25px 13px;
  border-radius: 0px;
  transition: background 0.1s ease-in-out;
  font-weight: 600;
}
.sidebar .sidebar-content .sidebar-content-panel form input.sidebar-search-input:focus-visible {
  outline: none;
  color: #003366;
  padding: 27px 12px 27px 10px;
  border: none;
  border-left: solid 5px #e5b611;
  background: rgb(255, 255, 255);
}
.sidebar .sidebar-content .sidebar-content-panel form input.sidebar-search-input::placeholder {
  color: #4287c0;
  font-weight: 400;
}
.sidebar .sidebar-content .sidebar-content-panel form button.sidebar-search-submit {
  display: inline-block;
  padding: 10px 15px;
  background: #FFFFFF;
  border: solid 1px #FFFFFF;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #003366;
}
.sidebar .sidebar-content .sidebar-content-panel form button.sidebar-search-submit:hover {
  background: #e5b611;
  color: #003366;
  border: solid 1px #e5b611;
}

.sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(15px);
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
  transition: all 0.1s ease-in-out;
}
.sidebar-overlay.active {
  visibility: visible;
  opacity: 1;
}

#hero-banner.hero-blue {
  position: relative;
  min-height: unset;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #005296;
  padding: 10px;
}
#hero-banner.hero-blue h1 {
  position: relative;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  margin-bottom: 0;
  border-left: none;
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  font-size: 3em;
  font-weight: 700;
}
#hero-banner.hero-blue.hero-with-image {
  min-height: 350px;
  padding: 50px;
  background-size: cover;
  background-position: center center;
  border-bottom: solid 1px #d1d3d4;
}
#hero-banner.hero-blue.hero-with-image h1 {
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  background: rgba(0, 82, 150, 0.85);
  padding: 10px 75px 10px 25px;
  font-size: 3em;
  font-weight: 700;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin-bottom: 20px;
  margin-top: 0.67em;
  border-left: solid 10px #e5b611;
  box-shadow: 3px 7px 5px rgba(0, 0, 0, 0.8);
}

body.content-page-no-nav #hero-banner.hero-blue h1 {
  text-align: center;
}

header#main-header .breadcrumbs-container {
  background-color: #FFFFFF;
  border-top: solid 1px #d1d3d4;
}
header#main-header .breadcrumbs-container ul {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
header#main-header .breadcrumbs-container ul li {
  color: #003366;
}
header#main-header .breadcrumbs-container ul li a:link, header#main-header .breadcrumbs-container ul li a:visited {
  color: #005296;
}
header#main-header .breadcrumbs-container ul li a:hover {
  color: #003366;
}

.default-template .aside.section-nav {
  border-right: solid 2px #d1d3d4;
}
.default-template .aside.section-nav h2.main-section-header {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  border-bottom: solid 2px #005296;
  max-width: 90%;
  padding: 5px;
  font-size: 1.9em;
  line-height: 1.3em;
}
.default-template .aside.section-nav h2.main-section-header span.parent-title a:link, .default-template .aside.section-nav h2.main-section-header span.parent-title a:visited {
  color: #005296;
}
.default-template .aside.section-nav h2.main-section-header span.parent-title a:hover {
  color: #e5b611;
  text-decoration: underline;
}
.default-template .aside.section-nav span.section-decoration {
  font-weight: 600;
  font-style: italic;
  font-family: "Bitter", serif;
}
.default-template .aside.section-nav ul {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 0.5em;
}
.default-template .aside.section-nav ul li a:link, .default-template .aside.section-nav ul li a:visited {
  color: #222222;
  padding: 5px 10px;
}
.default-template .aside.section-nav ul li a:hover {
  background-color: #003366;
  color: #e5b611;
}
.default-template .aside.section-nav ul li .currentbranch0 {
  font-weight: 700;
  padding: 0px 10px;
  border-left: solid 4px #e5b611;
  margin-left: -14px;
  display: block;
}
.default-template .aside.section-nav ul li ul {
  font-size: 0.9em;
}
.default-template .aside.section-nav ul li ul li {
  font-size: 1em;
}
.default-template .primary-content {
  padding-left: 3em;
}

.start-block {
  border-top: solid 4px #e5b611 !important;
  border-bottom: solid 4px #e5b611 !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 35px;
  padding-top: 35px;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 27.9.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 518.4011841 1145.0384521" style="enable-background:new 0 0 518.4011841 1145.0384521;" xml:space="preserve"><style type="text/css"> .chevron-svg-1{fill:%23005296; opacity: 0.4} .chevron-svg-2{fill:%23005296; opacity: 0.27} </style> <polygon class="chevron-svg-1" points="186.1538391,1145 0,1145 0,554.8461304 0,0 186.1538391,0 332.2234192,556.3846436 "/> <polygon class="chevron-svg-2" points="372.3316345,1145.0384521 186.1777954,1145.0384521 332.247345,556.4230957 186.1777954,0.0384615 372.3316345,0.0384615 518.4011841,556.4230957 "/></svg>');
  background-position: -65px center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1475px) {
  .start-block {
    background-image: none;
  }
}
.start-block .primary-column {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .start-block .primary-column {
    text-align: center;
  }
}
.start-block .primary-column p {
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: "Bitter", serif;
}
.start-block .primary-column a.main-button {
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 25px;
  border-radius: 0;
  font-family: "Barlow", sans-serif;
  font-size: 1.5em;
  color: #005296;
  border: none;
  border-left: solid 8px #003366;
}
.start-block .primary-column a.main-button::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: 10px;
  position: relative;
  bottom: unset;
  left: unset;
}
.start-block .primary-column a.main-button:hover {
  color: #e5b611;
  background: #003366;
  border-left-color: #e5b611;
}
.start-block .primary-column .main-section-header {
  font-weight: 800;
  font-size: 4em;
  line-height: 1em;
  text-align: left;
  max-width: unset;
  margin-top: 0.5em;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .start-block .primary-column .main-section-header {
    text-align: center;
  }
}
.start-block .secondary-column {
  padding-top: 25px;
  padding-bottom: 25px;
  border-left: solid 3px #005296;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .start-block .secondary-column {
    border-left: none;
    border-top: solid 3px #005296;
    padding-left: 15px;
    text-align: center;
  }
}
.start-block .secondary-column .emb {
  display: block;
  font-style: italic;
  font-size: 1.1em;
}
.start-block .secondary-column a.secondary-link {
  display: block;
  font-size: 1.8em;
  text-decoration: none !important;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  padding: 10px;
  border-bottom: solid 1px #f2f2f2;
}
.start-block .secondary-column a.secondary-link span.title::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 0.7em;
  position: relative;
  bottom: unset;
  left: unset;
}
.start-block .secondary-column a.secondary-link span.description {
  display: block;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  font-family: "Bitter", serif;
}
.start-block .secondary-column a.secondary-link:hover span.title {
  text-decoration: underline;
  color: #003366;
}

section.by-the-numbers-v2 {
  text-align: center;
  background-color: #005296;
  padding: 100px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
section.by-the-numbers-v2 .transparent-cover.cover-blue {
  background-color: rgba(0, 82, 150, 0.85);
}
section.by-the-numbers-v2 h2 {
  width: 50%;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  font-size: 4.5em;
  font-weight: 400;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
  position: relative;
  z-index: 3;
}
section.by-the-numbers-v2 h2 .emphasize {
  font-weight: 900;
}
@media screen and (max-width: 992px) {
  section.by-the-numbers-v2 h2 {
    width: 100%;
  }
}
section.by-the-numbers-v2 .stat-container {
  display: flex;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section.by-the-numbers-v2 .stat-container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
section.by-the-numbers-v2 .stat-container .stat {
  flex: 1 1 0;
}
section.by-the-numbers-v2 .stat-container .stat a:link, section.by-the-numbers-v2 .stat-container .stat a:visited {
  text-decoration: none !important;
}
section.by-the-numbers-v2 .stat-container .stat a h3 {
  text-align: center;
  font-size: 6.5em;
  margin: 0;
  padding-top: 20px;
  font-family: "Albert Sans", sans-serif;
  color: #e5b611;
  position: relative;
}
section.by-the-numbers-v2 .stat-container .stat a h3::after {
  content: "";
  transition: all 0.2s ease-in-out;
  height: 0.1em;
  background: #e5b611;
  width: 0;
  display: block;
  position: absolute;
  bottom: 0.1em;
  left: 50%;
  z-index: 3;
}
section.by-the-numbers-v2 .stat-container .stat a h3.seen::after {
  width: 30%;
  left: 35%;
}
section.by-the-numbers-v2 .stat-container .stat a p {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
}

.pathway-icons-section {
  margin-bottom: 25px;
  margin-top: 25px;
  padding-bottom: 35px;
  padding-top: 35px;
  border-bottom: solid 1px #d1d3d4;
  border-top: solid 1px #d1d3d4;
}
.pathway-icons-section .row .col-sm-3 {
  border-right: solid 1px #e5b611;
}
.pathway-icons-section .row .col-sm-3:last-child {
  border-right: none;
}
.pathway-icons-section .row .col-sm-3 .pathway-link {
  position: relative;
  overflow: hidden;
}
.pathway-icons-section .row .col-sm-3 .pathway-link svg {
  width: 150px;
  height: 150px;
  padding: 10px;
  display: block;
  margin: 0 auto;
}
.pathway-icons-section .row .col-sm-3 .pathway-link h3 {
  font-size: 1.3em;
  font-weight: 600;
  color: #005296;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "Barlow";
}
.pathway-icons-section .row .col-sm-3 .pathway-link p {
  font-size: 1.15em;
}
.pathway-icons-section .row .col-sm-3 .pathway-link .link-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  z-index: 4;
  transition: all 0.2s ease-in-out;
  padding: 25px 25px 0px 25px;
  color: #FFFFFF;
  text-align: center;
}
.pathway-icons-section .row .col-sm-3 .pathway-link .dark-overlay {
  background-color: rgba(0, 82, 150, 0.85);
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.pathway-icons-section .row .col-sm-3 .pathway-link:hover {
  text-decoration: none;
}
.pathway-icons-section .row .col-sm-3 .pathway-link:hover .link-text {
  top: 0;
}
.pathway-icons-section .row .col-sm-3 .pathway-link:hover .dark-overlay {
  top: 0;
}
.pathway-icons-section .row .col-sm-3:nth-child(2) .pathway-link svg {
  padding: 0px;
}

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