  @charset "UTF-8";
/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/* ---------------------------------------------------------
Â Â Â 1. Embedded icomoon fonts styles
Â Â Â 2. General reset
Â Â Â 3. Common site styles
Â Â Â ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. Embedded icomoon fonts styles
---------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("/_resources/fonts/_new/icomoon.eot");
  src: url("/_resources/fonts/_new/icomoon.eot") format("embedded-opentype"), url("/_resources/fonts/_new/icomoon.ttf") format("truetype"), url("/_resources/fonts/_new/icomoon.woff") format("woff"), url("/_resources/css/images/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
	font-display: swap;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-add:before {
  content: "\e912"; }

.icon-earn:before {
  content: "\e906"; }

.icon-transfer:before {
  content: "\e910"; }

.icon-call:before {
  content: "\e915"; }

.icon-frame:before {
  content: "\e916"; }

.icon-close:before {
  content: "\e914"; }

.icon-rule:before {
  content: "\e913"; }

.icon-ruler:before {
  content: "\e913"; }

.icon-arrow:before {
  content: "\e900"; }

.icon-ask:before {
  content: "\e901"; }

.icon-chat:before {
  content: "\e902"; }

.icon-chevron:before {
  content: "\e903"; }

.icon-club:before {
  content: "\e904"; }

.icon-coin:before {
  content: "\e905"; }

.icon-facebook:before {
  content: "\e907"; }

.icon-linkedin:before {
  content: "\e908"; }

.icon-mail:before {
  content: "\e909"; }

.icon-play:before {
  content: "\e90a"; }

.icon-plus:before {
  content: "\e90b"; }

.icon-search:before {
  content: "\e90c"; }

.icon-sport:before {
  content: "\e90d"; }

.icon-students:before {
  content: "\e90e"; }

.icon-time:before {
  content: "\e90f"; }

.icon-twitter:before {
  content: "\e911"; }

.icon-heart:before {
  content: "\e9da";
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
    box-sizing: content-box;
    height: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

/**
 * 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }
tbody {
	vertical-align: top;}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  max-width: 1079px; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 100000; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
  background-image: url("/_resources/css/images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/_resources/css/images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  background: #d57900;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 8040; }
  .fancybox-close:after, .fancybox-close:before {
    content: '';
    background: #fff;
    height: 3px;
    position: absolute;
    left: 11px;
    right: 11px;
    top: 19px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    backface-visibility: hidden; }
  .fancybox-close:before {
    content: '';
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 99999;
  background: url("/_resources/css/images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("/_resources/css/images/fancybox_sprite%402x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("/_resources/css/images/fancybox_loading%402x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/*! jQuery UI - v1.12.0 - 2016-08-30
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("/_resources/css/images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/_resources/css/images/ui-icons_444444_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("/_resources/css/images/ui-icons_777777_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-state-default .ui-icon {
  background-image: url("/_resources/css/images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("/_resources/css/images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("/_resources/css/images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/_resources/css/images/ui-icons_cc0000_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666; }

.sub-nav, .nav-area .want-holder .drop ul, .nav-drop .menu, .nav-drop .submenu, .nav-drop .extra, .explore-block .program-lists, .lightbox .thumbs, .lightbox .desc-holder .study-hold .lists, .lightbox .tabset, .breadcrumbs ul, #content .wrap ul, .hero-video .btn-group, .started-block .tabset, .student-area .choice, .scholarship-block .scholarship-slide .slick-dots, .team-slide .slick-dots, .resource-block .resource-slide .slick-dots, .info-holder .desc ul, .events-block .events-area .desc ul, .map-block .tabset, .map-label .slide ul, .explore-holder .user-section .program-hold .drop ul, .ajax-content .heading .tool-wrap .tool-slide ul, .ajax-content .opt-list, #footer .social-networks, #footer .add-hold .mid-links, .footer-b .links, #sidebar .links, #sidebar .links ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header .holder:after, #header .inner:after, .nav-area .search-form .search-slide:after, .nav-drop .menu > li:after, .nav-drop .menu > li .frame:after, .debt-block .wrap:after, .spotlight-block:after, .explore-block .search-holder:after, .explore-block .category-holder:after, .lightbox .gallery-holder:after, .lightbox .thumbs:after, .lightbox .tabset:after, .breadcrumbs ul:after, .main-content .container:after, #content .holder:after, #content .blockquote-holder:after, .hero-video .btn-group:after, .started-block .tab-holder:after, .started-block .ask-holder:after, .student-area .row:after, .team-slide:after, .spot-hold:after, .spot-hold .row:after, .info-holder .desc ul:after, .events-block .events-area .event:after, .events-block .events-area .desc ul:after, .map-block .tabset:after, .visit-block .row:after, .explore-holder .user-section:after, .explore-holder .user-section .search-form:after, .ajax-content .opt-list li:after, #footer .mask:after, #footer .frame:after, #footer .add-hold:after, .footer-b .links:after {
  content: '';
  display: block;
  clear: both; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

/* ---------------------------------------------------------
   2. General reset
---------------------------------------------------------*/
html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #111;
  background: #fff;
  background: #a6bbc3;
  max-width: 1500px;
  margin: 0 auto;
  font: 18px/1.66666666 "Source Sans Pro", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }
@media print {
  #sidebar,
  #header,
  #footer {
    display: none !important; } }
#interest-search-search {
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1000; }

@media (max-width: 700px) {
  #interest-search-search {
    width: 250px; } }
/* typography style */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 60px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 18px; }

p {
  margin: 0 0 1em; }

/* DL link color update 8/9/23 */
a { 
  text-decoration: underline;
  color: #003a70;
  transition: all 0.2s linear; }
  a:hover, a:focus {
    text-decoration: underline; }

/* global form style */
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/* ---------------------------------------------------------
   3. Ð¡ommon site styles
---------------------------------------------------------*/
/* header styles */
#header {
  background: #002453;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /*z-index: 99999;*/
  transition: all 300ms;
  /* logo styles */ }
  #header .holder {
    max-width: 1170px;
    margin: 0 auto;
    padding: 11px 30px 32px; }
    @media (max-width: 1023px) {
      #header .holder {
        padding: 24px 30px; } }
    @media (max-width: 699px) {
      #header .holder {
        padding: 12px 12px 9px; } }
  @media (max-width: 1023px) {
    #header .inner {
      position: relative; } }
  #header .logo {
    float: left;
    margin-top: 21px; }
    @media (max-width: 1023px) {
      #header .logo {
        width: 254px;
        margin-top: 0; } }
    @media (max-width: 699px) {
      #header .logo {
        width: 106px; } }
  #header .right-hold {
    float: right;
    width: 712px; }
    @media (max-width: 1199px) {
      #header .right-hold {
        width: 632px; } }
    @media (max-width: 1023px) {
      #header .right-hold {
        width: 345px; } }
    @media (max-width: 699px) {
      #header .right-hold {
        width: 80px; } }

.sub-nav {
  font-size: 0;
  text-align: right;
  margin-bottom: 13px; }
  @media (max-width: 1023px) {
    .sub-nav {
      display: none; } }
  .sub-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600; }
    .sub-nav li + li {
      margin-left: 17px; }
  .sub-nav a {
    color: #d6e0e4; }
    .sub-nav a:hover {
      color: #007cc1; }

.nav-area {
  font-size: 0;
  text-align: right;
  /* search styles */ }
  .nav-area .want-holder {
    width: 222px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    position: relative; }
    @media (max-width: 1023px) {
      .nav-area .want-holder {
        font-size: 16px;
        line-height: 30px; } }
    @media (max-width: 699px) {
      .nav-area .want-holder {
        display: none; } }
    .nav-area .want-holder .want-opener {
      display: block;
      background: #0082ca;
      color: #fff;
      position: relative;
      padding: 7px 40px 7px 16px; }
      .nav-area .want-holder .want-opener:hover {
        background: #006197; }
      .nav-area .want-holder .want-opener:after {
        content: '\f078';
        font-family: 'FontAwesome';
		font-weight:lighter;
        position: absolute;
        right: 17px;
        top: 9px;}
      @media (max-width: 699px) {
        .nav-area .want-holder .want-opener:before {
          content: '';
          position: absolute;
          display: block;
          bottom: -2px;
          background: #0082ca;
          width: 100%;
          height: 5px;
          left: 0;
          z-index: 10; } }
    .nav-area .want-holder.active .want-opener:after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      top: 8px; }
    .nav-area .want-holder .drop {
      position: absolute;
      top: 100%;
      z-index: 999;
      background: #0082ca; }
      .nav-area .want-holder .drop ul li {
        margin: 0;
        font-size: 16px;
        line-height: 21px; }
      .nav-area .want-holder .drop ul a {
        display: block;
        color: #fff;
        padding: 13px 16px; }
        .nav-area .want-holder .drop ul a:hover {
          background: #00a3fd; }
  .nav-area .search-form {
    display: inline-block;
    vertical-align: top;
    width: 242px;
    margin-left: 3px; }
    @media (max-width: 1023px) {
      .nav-area .search-form {
        width: 44px; } }
    @media (max-width: 699px) {
      .nav-area .search-form {
        width: 35px; } }
    .nav-area .search-form .search-close {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      position: absolute;
      top: 0;
      right: 0;
      width: 44px;
      height: 44px;
      background: #d57900;
      padding: 10px;
      display: none;
      z-index: 999;
      overflow: visible; }
      @media (max-width: 699px) {
        .nav-area .search-form .search-close {
          width: 35px;
          height: 35px; } }
      .nav-area .search-form .search-close:before, .nav-area .search-form .search-close:after {
        content: '';
        background: #fff;
        height: 3px;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 20px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media (max-width: 699px) {
          .nav-area .search-form .search-close:before, .nav-area .search-form .search-close:after {
            left: 7px;
            right: 7px;
            top: 16px; } }
      .nav-area .search-form .search-close:after {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .search-active .nav-area .search-form .search-close {
        display: block; }
    .nav-area .search-form .search-opener {
      display: none; }
      @media (max-width: 1023px) {
        .nav-area .search-form .search-opener {
          display: block;
          width: 44px;
          height: 44px;
          background: #fff;
          padding: 9px 10px;
          text-align: center; } }
      @media (max-width: 699px) {
        .nav-area .search-form .search-opener {
          width: 35px;
          height: 35px;
          padding: 8px 7px; } }
      .nav-area .search-form .search-opener .icon-search {
        font-size: 24px;
        line-height: 26px;
        color: #a6bbc3; }
        @media (max-width: 699px) {
          .nav-area .search-form .search-opener .icon-search {
            font-size: 20px;
            line-height: 20px; } }
      .nav-area .search-form .search-opener:hover .icon-search {
        color: #88a4ae; }
    .nav-area .search-form .search-slide {
      background: #fff; }
      @media (max-width: 1023px) {
        .nav-area .search-form .search-slide {
          position: absolute;
          top: 0;
          left: 100%;
          right: 47px;
          transition: left 0.4s linear;
          -moz-transition: left 0.4s linear;
          -webkit-transition: left 0.4s linear;
          -ms-transition: left 0.4s linear; } }
      @media (max-width: 699px) {
        .nav-area .search-form .search-slide {
          right: 38px; } }
      .search-active .nav-area .search-form .search-slide {
        left: 0; }
    .nav-area .search-form .btn {
      float: right;
      color: #a6bbc3;
      font-size: 24px;
      line-height: 24px;
      background: none;
      border: none;
      margin: 9px 12px 0 1px;
      padding: 1px 0 0; }
      .nav-area .search-form .btn:hover {
        color: #88a4ae; }
      @media (max-width: 1023px) {
        .nav-area .search-form .btn {
          margin-right: 10px;
          display: none; } }
      @media (max-width: 699px) {
        .nav-area .search-form .btn {
          font-size: 20px;
          line-height: 20px;
          margin: 7px 8px 0 1px;
          padding-top: 1px; } }
      @media (max-width: 1023px) {
        .search-active .nav-area .search-form .btn {
          display: block; } }
    .nav-area .search-form .input-placeholder-text {
      color: #a6bbc3 !important;
      font-size: 18px;
      line-height: 12px;
      font-weight: 600;
      top: 9px;
      left: 15px; }
      @media (max-width: 699px) {
        .nav-area .search-form .input-placeholder-text {
          font-size: 16px;
          line-height: 8px;
          top: 8px; } }
    .nav-area .search-form .input-holder {
      overflow: hidden;
      position: relative; }
    .nav-area .search-form .control {
      border: none;
      font-size: 18px;
      line-height: 22px;
      color: #000;
      font-weight: 600;
      height: 44px;
      width: 100%;
      padding: 11px 15px; }
      .nav-area .search-form .control::-webkit-input-placeholder {
        color: #a6bbc3; }
      .nav-area .search-form .control::-moz-placeholder {
        opacity: 1;
        color: #a6bbc3; }
      .nav-area .search-form .control:-moz-placeholder {
        color: #a6bbc3; }
      .nav-area .search-form .control:-ms-input-placeholder {
        color: #a6bbc3; }
      .nav-area .search-form .control.placeholder {
        color: #a6bbc3; }
      @media (max-width: 699px) {
        .nav-area .search-form .control {
          height: 35px;
          font-size: 16px;
          line-height: 19px;
          padding: 8px 15px; } }

/* navigation styles */
#nav {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 129px;
  margin-left: 3px; }
  @media (max-width: 1023px) {
    #nav {
      width: 44px; } }
  @media (max-width: 699px) {
    #nav {
      width: 35px; } }

.nav-opener {
  background: #d57900;
  display: block;
  color: #fff;
  font-weight: 600;
  text-align: left;
  position: relative;
  padding: 7px 46px 7px 17px; }
  @media (max-width: 1023px) {
    .nav-opener {
      text-indent: -9999px;
      width: 44px;
      height: 44px;
      padding: 10px; } }
  @media (max-width: 699px) {
    .nav-opener {
      width: 35px;
      height: 35px;
      padding: 9px 7px; } }
  .nav-opener:hover {
    background: #a25c00; }
  @media (max-width: 1023px) {
    .search-active .nav-opener {
      display: none; } }
  .nav-opener .opener {
    width: 23px;
    height: 17px;
    font-style: normal;
    position: absolute;
    top: 14px;
    right: 17px; }
    @media (max-width: 1023px) {
      .nav-opener .opener {
        right: 11px; } }
    @media (max-width: 699px) {
      .nav-opener .opener {
        top: 9px;
        right: 7px;
        width: 21px; } }
    .nav-opener .opener:before, .nav-opener .opener:after,
    .nav-opener .opener span {
      content: '';
      background: #fff;
      height: 3px;
      position: absolute;
      left: 0;
      right: 0;
      top: 7px;
      transition: all 0.25s ease; }
    .nav-opener .opener:after {
      top: 14px; }
    .nav-opener .opener:before {
      top: 0; }
    .nav-active .nav-opener .opener span {
      opacity: 0; }
    .nav-active .nav-opener .opener:before, .nav-active .nav-opener .opener:after {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 6px;
      left: 0;
      right: 0; }
      @media (max-width: 699px) {
        .nav-active .nav-opener .opener:before, .nav-active .nav-opener .opener:after {
          top: 7px; } }
    .nav-active .nav-opener .opener:after {
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.resize-active .nav-drop {
  display: none; }
@media (max-width: 1023px) {
  .resize-active #sidebar .slide {
    display: none; } }

.nav-drop {
  transition: transform 0.3s ease-in-out;
  top: 118px;
  right: 0;
  bottom: 0;
  transform: translateX(393px);
  -moz-transform: translateX(393px);
  -ms-transform: translateX(393px);
  -webkit-transform: translateX(393px);
  width: 393px;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background: #003a70;
  min-width: 320px;
  z-index: 999; }
  @media (max-width: 1023px) {
    .nav-drop {
      top: 92px;
      width: 320px; } }
  @media (max-width: 699px) {
    .nav-drop {
      top: 59px;
      width: 100%;
      transform: translateX(100%);
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%); } }
  .nav-active .nav-drop {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0); }
  .nav-drop .menu {
    text-align: left;
    position: relative; }
    @media (max-width: 1023px) {
      .nav-drop .menu {
        margin-bottom: 14px; } }
    .nav-drop .menu:after {
      content: '';
      width: 3px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 49px;
      background: #002453; }
    .nav-drop .menu > li {
      font-weight: 600;
      border-bottom: 3px solid #002453;
      position: relative; }
      @media (max-width: 1023px) {
        .nav-drop .menu > li {
          font-size: 16px;
          line-height: 20px; } }
      .nav-drop .menu > li:first-child {
        border-top: 3px solid #002453; }
      .nav-drop .menu > li .opener {
        float: left;
        width: 49px;
        height: 44px;
        padding: 0;
        position: relative;
        color: transparent; }
        @media (max-width: 1023px) {
          .nav-drop .menu > li .opener {
            line-height: 27px; } }
        .nav-drop .menu > li .opener:before {
          content: '\f067';
          font-family: 'FontAwesome';
			font-size:20px;
			font-weight:lighter;
          position: absolute;
          top: 6px;
          left: 16px;
          color: #fff;
		}
        .nav-drop .menu > li .opener:hover {
          background: #00478a; }
      .nav-drop .menu > li.active .opener:before {
        content: '';
        width: 17px;
        height: 3px;
        background: #fff;
        top: 20px; }
      .nav-drop .menu > li .txt {
        overflow: hidden; }
        .nav-drop .menu > li .txt a {
          display: block;
          padding: 7px 20px 7px;
          color: #fff; }
          @media (max-width: 1023px) {
            .nav-drop .menu > li .txt a {
              padding: 12px 20px; } }
          .nav-drop .menu > li .txt a:hover {
            background: #00478a; }
  .nav-drop .submenu {
    padding: 3px 15px 15px 84px; }
    .nav-drop .submenu li + li {
      margin-top: 11px; }
    .nav-drop .submenu li a {
      color: #fff; }
      .nav-drop .submenu li a:hover {
        color: #007cc1; }
  .nav-drop .drop-top {
    padding: 20px 20px 17px; }
    @media (max-width: 1023px) {
      .nav-drop .drop-top {
        padding: 12px 12px 11px; } }
  .nav-drop .extra li {
    margin-bottom: 3px;
    text-align: left;
    font-weight: 600; }
    @media (max-width: 1023px) {
      .nav-drop .extra li {
        font-size: 16px;
        line-height: 20px; } }
  .nav-drop .extra a {
    background: #0082ca;
    display: block;
    color: #fff;
    padding: 7px 17px;
    position: relative; }
    @media (max-width: 1023px) {
      .nav-drop .extra a {
        padding: 12px 17px; } }
    .nav-drop .extra a:after {
      content: '\f054';
      font-family: 'FontAwesome';
      position: absolute;
      top: 50%;
      right: 16px;
      font-size: 18px;
		font-weight:lighter;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
    .nav-drop .extra a:hover {
      background: #006197; }
  .nav-drop .want-holder {
    display: none; }
    @media (max-width: 1023px) {
      .nav-drop .want-holder {
        display: none;
        width: 100%; } }
    @media (max-width: 699px) {
      .nav-drop .want-holder {
        display: block; } }
    .nav-drop .want-holder .drop {
      position: static; }
  .nav-drop .sub-nav {
    display: none; }
    @media (max-width: 1023px) {
      .nav-drop .sub-nav {
        display: block;
        text-align: left;
        margin: 0; } }
    @media (max-width: 1023px) {
      .nav-drop .sub-nav li {
        display: block;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
        padding: 0 12px; } }
    .nav-drop .sub-nav li + li {
      margin-left: 0; }

@media (max-width: 699px) {
  .search-active .logo {
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    opacity: 0; } }

/* common block and index block style */
.hidden {
  position: absolute;
  left: -999999px; }

body {
  /*&.admission-page.side-active,
  &.campus-page.side-active {
    overflow: visible;
  }*/ }
  @media (max-width: 699px) {
    body.side-active {
      overflow: hidden; } }
  @media (max-width: 1023px) {
    body {
      font-size: 16px;
      line-height: 24px; } }

/* Generic Forms */
fieldset {
  color: #007cc1;
  font-weight: 600; }
  fieldset label {
    margin-bottom: 0.5em; }

input[type="checkbox"] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -0.15em;
  border: 2px solid #d6e0e4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }
  input[type="checkbox"]:checked {
    background: url(/_resources/css/images/check.png) no-repeat center;
    background-size: 12px 12px; }

button {
  transition: all 300ms;
  background: #003a70;
  border: 0;
  color: #fff;
  display: block;
  padding: 9px 5px; }
  button:hover {
    background: #0082ca; }

/* main container styles */
#wrapper {
  overflow: hidden;
  width: 100%; }

/* heading styles */
h1 {
  font-weight: 400; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 48px;
      line-height: 54px; } }
  @media (max-width: 699px) {
    h1 {
      font-size: 36px;
      line-height: 38px; } }

h2 {
  font-weight: 600; }
  @media (max-width: 1023px) {
    h2 {
      font-size: 26px;
      line-height: 30px; } }
  @media (max-width: 699px) {
    h2 {
      font-size: 21px;
      line-height: 27px; } }

h3 {
  font-weight: 600; }
  @media (max-width: 1023px) {
    h3 {
      font-size: 21px;
      line-height: 25px; } }
  @media (max-width: 699px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-weight: 600; }
  @media (max-width: 1023px) {
    h4 {
      font-size: 16px; } }
  @media (max-width: 699px) {
    h4 {
      font-size: 16px; } }

h5 {
  font-weight: 600;
  font-style: italic; }
  @media (max-width: 1023px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-weight: 400;
  font-style: italic; }
  @media (max-width: 1023px) {
    h6 {
      font-size: 16px; } }

/* main container of the page */
#main {
  padding-top: 118px; }
  @media (max-width: 1023px) {
    #main {
      padding-top: 92px; } }
  @media (max-width: 699px) {
    #main {
      padding-top: 59px; } }

/* hero block styles */
.hero-block {
  color: #fff; }
  @media (max-width: 699px) {
    .hero-block {
      background: #003a70; } }
  .hero-block .cycle-gallery {
    position: relative; }
    .hero-block .cycle-gallery .mask {
      position: relative;
      overflow: hidden; }
      .hero-block .cycle-gallery .mask .slideset {
        width: 99999px;
        float: left;
        margin: 0; }
      .hero-block .cycle-gallery .mask .slide {
        float: left;
        position: relative;
        list-style-type: none; }
        .hero-block .cycle-gallery .mask .slide:after {
          content: "";
          display: block;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.15);
          position: absolute; }
        .hero-block .cycle-gallery .mask .slide.active {
          z-index: 1; }
  .hero-block .bg-stretch {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 15%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (max-width: 699px) {
      .hero-block .bg-stretch {
        height: 380px; } }
  .hero-block picture {
    position: absolute;
    height: 100%;
    width: 100%; }
    @media (max-width: 699px) {
      .hero-block picture {
        height: 100%;
		width: 130%;
        overflow: hidden; } }
    .hero-block picture img {
      min-height: 100%;
      width: auto;
      min-width: 100%;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .hero-block h1 {
    font-weight: 400;
    margin: 0 0 27px;
    line-height: 68px; }
    @media (max-width: 1023px) {
      .hero-block h1 {
        margin: 0 0 18px;
        line-height: 54px; } }
    @media (max-width: 699px) {
      .hero-block h1 {
        line-height: 36px;
        padding-right: 0;
		padding-top: 10%;
		padding-bottom: 0%;
        margin: 0;
        min-height: 92px;
	  	max-width: 50%;} }
  .hero-block .holder {
    white-space: nowrap;
    text-align: center;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 80px;
    height: 569px;
    position: relative;
    z-index: 10; }
    .hero-block .holder:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .hero-block .holder > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (max-width: 1023px) {
      .hero-block .holder {
        height: 398px;
        padding: 20px 51px; } }
    @media (max-width: 699px) {
      .hero-block .holder {
        height: 360px;
        padding: 20px 20px 115px; } }
    @media (max-width: 699px) {
      .hero-block .holder:after {
        display: none; } }
  .hero-block .caption-wrap {
    max-width: 373px;
    position: relative; }
    @media (max-width: 1023px) {
      .hero-block .caption-wrap {
        max-width: 300px; } }
    @media (max-width: 699px) {
      .hero-block .caption-wrap {
        max-width: 100%; } }
  .hero-block .text {
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 45px; }
    @media (max-width: 1023px) {
      .hero-block .text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 28px; } }
    @media (max-width: 699px) {
      .hero-block .text {
        padding: 18px 0 0;
        margin-bottom: 17px;
        font-size: 16px;
        line-height: 24px; } }
    .hero-block .text p {
      margin: 0; }
  .hero-block .btn {
    width: 200px;
    background: #003a70;
    display: block;
    padding: 21px 40px 21px 29px;
    position: relative;
    color: #fff;
    font-size: 21px;
    line-height: 23px;
    font-weight: 600; }
    @media (max-width: 1023px) {
      .hero-block .btn {
        width: 132px;
        padding: 14px 32px 14px 18px;
        font-size: 18px;
        line-height: 20px; } }
    @media (max-width: 699px) {
      .hero-block .btn {
        width: 150px;
        font-size: 16px;
        line-height: 20px; } }
    .hero-block .btn:after {
      content: '\e900';
      font-family: 'icomoon';
      position: absolute;
      top: 50%;
      right: 25px;
      font-size: 27px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%); }
      @media (max-width: 1023px) {
        .hero-block .btn:after {
          font-size: 18px;
          right: 16px; } }
    .hero-block .btn:hover {
      background: #0082ca; }
  .hero-block .btn-prev,
  .hero-block .btn-next {
    width: 47px;
    height: 47px;
    border: 2px solid #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -2px;
    color: #fff;
    padding: 12px 10px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2; }
    .hero-block .btn-prev:hover,
    .hero-block .btn-next:hover {
      background: #002453; }
    @media (max-width: 1023px) {
      .hero-block .btn-prev,
      .hero-block .btn-next {
        width: 37px;
        height: 37px;
        font-size: 15px;
        line-height: 15px;
        transform: translateY(-56%);
        -webkit-transform: translateY(-56%);
        -moz-transform: translateY(-56%);
        padding: 9px; } }
    @media (max-width: 699px) {
      .hero-block .btn-prev,
      .hero-block .btn-next {
        display: none; } }
  .hero-block .btn-prev .icon-chevron {
    display: block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg); }
  .hero-block .btn-next {
    left: auto;
    right: -2px; }
    .hero-block .btn-next .icon-chevron {
      display: block;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg); }

/* debt block styles */
.debt-block {
  background: white; }
  .debt-block .holder {
    max-width: 1100px;
    margin: 0 auto;
    padding: 61px 30px 73px;
    position: relative; }
    @media (max-width: 1023px) {
      .debt-block .holder {
        padding: 32px 30px 12px; } }
    @media (max-width: 699px) {
      .debt-block .holder {
        padding: 32px 19px 27px; } }
  .debt-block h2 {
    font-weight: 400;
    margin-bottom: 56px;
    line-height: 62px;
    padding-right: 390px; }
    @media (max-width: 1023px) {
      .debt-block h2 {
        padding-right: 330px;
        line-height: 47px;
        margin-bottom: 40px; } }
    @media (max-width: 699px) {
      .debt-block h2 {
        padding: 0;
        line-height: 36px;
        margin-bottom: 21px; } }
  .debt-block .wrap {
    margin: 0 -30px; }
    @media (max-width: 1023px) {
      .debt-block .wrap {
        margin: 0; } }
  .debt-block .col {
    float: left;
    width: 33.33%;
    padding: 25px 25px; }
    @media (max-width: 1023px) {
      .debt-block .col {
        width: 100%;
        float: none;
        padding: 0;
        font-size: 0;
        margin-bottom: 32px; } }
    @media (max-width: 699px) {
      .debt-block .col {
        margin-bottom: 22px; } }
  .debt-block .title {
    color: #0082ca;
    margin-bottom: 33px;
    min-height: 68px; }
    @media (max-width: 1023px) {
      .debt-block .title {
        min-height: 0;
        display: inline-block;
        vertical-align: middle;
        width: 40%;
        margin: 0;
        padding-right: 20px; } }
    @media (max-width: 699px) {
      .debt-block .title {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 10px; } }
    .debt-block .title .ico {
      font-size: 68px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 18px; }
      @media (max-width: 1023px) {
        .debt-block .title .ico {
          font-size: 56px; } }
      @media (max-width: 699px) {
        .debt-block .title .ico {
          font-size: 43px;
          margin-right: 12px; } }
      .debt-block .title .ico.icon-transfer {
        font-size: 57px; }
        @media (max-width: 1023px) {
          .debt-block .title .ico.icon-transfer {
            font-size: 45px; } }
        @media (max-width: 699px) {
          .debt-block .title .ico.icon-transfer {
            font-size: 38px; } }
    .debt-block .title a:hover .ico {
      opacity: 0.7; }
    .debt-block .title a:hover .txt {
      color: #00a3fd; }
    .debt-block .title .ico {
      transition: all 300ms; }
    .debt-block .title .txt {
      font-size: 40px;
      line-height: 44px;
      font-weight: 600;
      display: inline-block;
      vertical-align: middle;
      transition: all 300ms; }
      @media (max-width: 1023px) {
        .debt-block .title .txt {
          font-size: 32px;
          line-height: 36px; } }
      @media (max-width: 699px) {
        .debt-block .title .txt {
          font-size: 26px;
          line-height: 30px; } }
  @media (max-width: 1023px) {
    .debt-block .desc {
      display: inline-block;
      vertical-align: middle;
      width: 60%;
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 699px) {
    .debt-block .desc {
      display: block;
      width: 100%; } }
  .debt-block .desc p {
    margin: 0; }
  .debt-block .btn-group {
    width: 348px;
    position: absolute;
    top: -138px;
    right: -5px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    z-index: 10; }
    @media (max-width: 1199px) {
      .debt-block .btn-group {
        right: 30px; } }
    @media (max-width: 1023px) {
      .debt-block .btn-group {
        width: 305px;
        top: -89px;
        font-size: 21px;
        line-height: 25px; } }
    @media (max-width: 699px) {
      .debt-block .btn-group {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        margin: -12px auto 39px;
        font-size: 18px;
        line-height: 22px; } }
    .debt-block .btn-group:after {
      content: '';
      position: absolute;
      left: -50px;
      top: 40px;
      width: 9999px;
      height: 100px;
      background: #fff;
      z-index: -1; }
      @media (max-width: 1023px) {
        .debt-block .btn-group:after {
          left: 210px;
          top: -32px;
          height: 125px; } }
      @media (max-width: 699px) {
        .debt-block .btn-group:after {
          display: none; } }
    .debt-block .btn-group:before {
      content: '';
      background: url(/_resources/css/images/curve.png) no-repeat;
      width: 170px;
      height: 98px;
      position: absolute;
      top: 40px;
      left: -219px; }
      @media (max-width: 1023px) {
        .debt-block .btn-group:before {
          top: -32px;
          left: 43px; } }
      @media (max-width: 699px) {
        .debt-block .btn-group:before {
          display: none; } }
    .debt-block .btn-group a {
      display: block;
      padding: 26px 74px 26px 34px;
      color: #fff;
      position: relative;
      background: #0082ca; }
      .debt-block .btn-group a:after {
        font-weight: 400; }
      @media (max-width: 1023px) {
        .debt-block .btn-group a {
          padding: 20px 50px 20px 23px; } }
      @media (max-width: 699px) {
        .debt-block .btn-group a {
          padding: 21px 50px 22px 23px; } }
      .debt-block .btn-group a:after {
        content: '\e900';
        font-family: 'icomoon';
        position: absolute;
        top: 50%;
        right: 37px;
        font-size: 30px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
        @media (max-width: 1023px) {
          .debt-block .btn-group a:after {
            right: 24px;
            font-size: 18px; } }
      .debt-block .btn-group a:hover {
        background: #006197; }
      .debt-block .btn-group a + a {
        border-top: 3px solid #003a70; }

/* spotlight block styles */
.spotlight-block .heading {
  width: 46.41%;
  height: 0;
  padding-top: 16.1%;
  float: left;
  background: #0082ca;
  position: relative;
  margin-bottom: -16.1%; }
  @media (max-width: 699px) {
    .spotlight-block .heading {
      width: 100%;
      margin: 0;
      height: auto;
      float: none;
      padding: 0; } }
.spotlight-block h2 {
  padding: 20px 77px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%); }
  @media (max-width: 1023px) {
    .spotlight-block h2 {
      padding: 20px 27px; } }
  @media (max-width: 699px) {
    .spotlight-block h2 {
      padding: 10px 19px;
      position: static;
      transform: none; } }
.spotlight-block .slide {
  float: left;
  margin-bottom: -1px; }
  .spotlight-block .slide a {
    position: relative; }
    .spotlight-block .slide a:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.2);
      z-index: 1;
      opacity: 0.5;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease; }
    .spotlight-block .slide a:hover:before {
      opacity: 1;
      background: rgba(0, 0, 0, 0.6); }
  .spotlight-block .slide.add1 {
    width: 46.41%;
    clear: left;
    margin-top: 16.1%; }
    @media (max-width: 699px) {
      .spotlight-block .slide.add1 {
        margin-top: 0;
        width: 100%;
        clear: none; } }
  .spotlight-block .slide.add2 {
    width: 35.7%; }
    @media (max-width: 699px) {
      .spotlight-block .slide.add2 {
        width: 100%; } }
  .spotlight-block .slide.add3 {
    width: 17.85%; }
    @media (max-width: 699px) {
      .spotlight-block .slide.add3 {
        width: 100%; } }
  .spotlight-block .slide.add4 {
    width: 17.89%; }
    @media (max-width: 699px) {
      .spotlight-block .slide.add4 {
        width: 100%; } }
  .spotlight-block .slide.add5 {
    width: 26.8%; }
    @media (max-width: 699px) {
      .spotlight-block .slide.add5 {
        width: 100%; } }
  .spotlight-block .slide.add6 {
    width: 26.78%; }
    @media (max-width: 699px) {
      .spotlight-block .slide.add6 {
        width: 100%; } }
.spotlight-block .img-holder {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 0;
  padding-top: 100%; }
  @media (max-width: 699px) {
    .spotlight-block .img-holder {
      height: 323px;
      padding: 0; } }
  .spotlight-block .img-holder img {
    width: 100%;
    height: auto; }
  .spotlight-block .img-holder .more {
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    font-weight: 600; }
    @media (max-width: 1023px) {
      .spotlight-block .img-holder .more {
        font-size: 18px;
        line-height: 22px; } }
    .spotlight-block .img-holder .more:hover {
      opacity: 0.8; }
    .spotlight-block .img-holder .more .name-frame {
      position: absolute;
      bottom: 22px;
      left: 22px;
      z-index: 10; }
      @media (max-width: 1023px) {
        .spotlight-block .img-holder .more .name-frame {
          left: 23px;
          bottom: 15px; } }
  .spotlight-block .img-holder .icon-plus {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -6px; }
    @media (max-width: 1023px) {
      .spotlight-block .img-holder .icon-plus {
        font-size: 19px;
        margin-top: -3px; } }
.spotlight-block .slick-prev,
.spotlight-block .slick-next {
  width: 37px;
  height: 37px;
  border: 2px solid #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -2px;
  color: #fff;
  padding: 10px 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 2; }
  .spotlight-block .slick-prev:after,
  .spotlight-block .slick-next:after {
    content: '\e903';
    font-family: 'icomoon';
    font-size: 15px;
    line-height: 15px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    display: block; }
.spotlight-block .slick-next {
  left: auto;
  right: -2px; }
  .spotlight-block .slick-next:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg); }




/** Added by Ben Shasserre for new Advertisement Block Asset/Snippet **/
.advertisement-block {
	margin: 1em 0 1em 0;
    border: solid #0082ca 20px;
	background: RGBa(0, 130, 202, 0.1);
}

.advertisement-hold .img-holder {
    padding: 0 0 0 15px;
    margin: 0;
}

.advertisement-block h2 {
    margin: 0.5em 1em 1em 0;
    color: #002453;
    font-weight: 800;
    font-size: xx-large;
	text-decoration: underline #0082ca;
}

.advertisement-hold .row {
    margin: 1% 11% 0 0;
    display: block;
}

.advertisement-hold .txt-wrap {
    overflow: hidden;
    line-height: inherit;
    margin-top: inherit;
    font-size: 1em;
}

@media (max-width: 1099px) {
	
	.advertisement-hold .desc {
    float: left;
    width: 50%;
    padding: 0 0.5em 0em 0.2em;}
	
	.advertisement-block h2 {
    font-size: x-large;}
	
	.advertisement-hold .txt-wrap {
    font-size: 0.9em;}		
}

@media (max-width: 1024px) {
	
	.advertisement-hold .desc {
    float: left;
    width: 50%;
    padding: 0 0.5em 0em 0.2em;}
	
	.advertisement-block h2 {
    font-size: xx-large;}
	
	.advertisement-hold .txt-wrap {
    line-height: 24px;
    overflow: hidden;
    line-height: inherit;
    margin-top: inherit;
    font-size: 1.4em;
    margin: 0.5em 0.1em 1em 0.5em;}
}

@media (max-width: 935px) {
	 .advertisement-block h2 {
    	margin: 0 0 2% 0;}
	
	.advertisement-hold .txt-wrap {
    font-size: 1.15em; }
}

@media (max-width: 833px) {
	 .advertisement-block h2 {
    	margin: 0 0 2% 0;
	 	font-size: x-large;}
	
	.advertisement-hold .txt-wrap {
    font-size: 1em; }
}

@media (max-width: 722px) {
	 .advertisement-block h2 {
    	margin: 0 0 2% 0;
	 	font-size: x-large;}
	
	.advertisement-hold .txt-wrap {
    font-size: 0.91em; }
}

@media (max-width: 699px) {
	.advertisement-hold .img-holder {
    display: block;
    width: 100%; }
	
	.advertisement-hold {
    margin: -6px 0 0 0; }
	
	.advertisement-hold .row {
    margin-bottom: 1em;
}
	
	.advertisement-block h2 {
    	margin: 0 0 2% 0;
	 	font-size: xx-large;}
	
	.advertisement-hold .txt-wrap {
    font-size: 0.91em; }
	
	
}


/* explore block styles */
.explore-block {
  background: #002453;
  color: #fff;
  border-radius: 0 0 0 130px;
  position: relative;
  margin-bottom: -130px;
  z-index: 1;
  /* search form styles */ }
  @media (max-width: 1023px) {
    .explore-block {
      border-radius: 0 0 0 80px; } }
  @media (max-width: 699px) {
    .explore-block {
      border-radius: 0 0 0 66px; } }
  .explore-block .ico-hold {
    position: absolute;
    top: 56px;
    right: -88px;
    color: #003a70;
    font-size: 404px;
    line-height: 404px;
    z-index: -1; }
    @media (max-width: 1023px) {
      .explore-block .ico-hold {
        font-size: 234px;
        line-height: 234px;
        top: 31px;
        right: -51px; } }
    @media (max-width: 699px) {
      .explore-block .ico-hold {
        font-size: 135px;
        line-height: 135px;
        top: 25px;
        right: -19px; } }
  .explore-block .holder {
    max-width: 1100px;
    margin: 0 auto;
    padding: 51px 30px 125px; }
    @media (max-width: 1023px) {
      .explore-block .holder {
        padding: 32px 30px 67px; } }
    @media (max-width: 699px) {
      .explore-block .holder {
        padding: 44px 20px 94px; } }
  .explore-block h2 {
    font-weight: 400;
    margin: 0 0 22px;
    color: #fff; }
    @media (max-width: 1023px) {
      .explore-block h2 {
        margin-bottom: 14px; } }
    @media (max-width: 699px) {
      .explore-block h2 {
        margin-bottom: 18px; } }
  .explore-block .search-holder {
    margin-bottom: 69px;
    position: relative; }
    @media (max-width: 1023px) {
      .explore-block .search-holder {
        margin-bottom: 28px; } }
    @media (max-width: 699px) {
      .explore-block .search-holder {
        margin-bottom: 35px; } }
  .explore-block .form-wrap {
    margin-right: 58px;
    display: inline-block;
    vertical-align: baseline;
    width: 495px; }
    @media (max-width: 1023px) {
      .explore-block .form-wrap {
        width: 304px;
        margin-right: 29px; } }
    @media (max-width: 699px) {
      .explore-block .form-wrap {
        width: 100%;
        margin: 0 0 22px; } }
    .explore-block .form-wrap .text {
      font-size: 21px;
      line-height: 25px;
      display: block;
      margin-bottom: 31px; }
      @media (max-width: 1023px) {
        .explore-block .form-wrap .text {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 18px; } }
  .explore-block .search-form {
    background: #fff;
    width: 100%; }
    .explore-block .search-form .btn {
      float: right;
      color: #a6bbc3;
      font-size: 33px;
      line-height: 33px;
      background: none;
      border: none;
      margin: 17px 15px 0 0;
      padding: 1px; }
      @media (max-width: 1023px) {
        .explore-block .search-form .btn {
          font-size: 27px;
          line-height: 27px;
          margin: 10px 9px 0 0; } }
      .explore-block .search-form .btn:hover {
        color: #88a4ae; }
    .explore-block .search-form .input-holder {
      overflow: hidden;
      position: relative; }
    .explore-block .search-form .control {
      border: none;
      font-size: 21px;
      line-height: 26px;
      color: #000;
      font-weight: 400;
      height: 66px;
      width: 100%;
      padding: 20px 15px; }
      .explore-block .search-form .control::-webkit-input-placeholder {
        color: #000; }
      .explore-block .search-form .control::-moz-placeholder {
        opacity: 1;
        color: #000; }
      .explore-block .search-form .control:-moz-placeholder {
        color: #000; }
      .explore-block .search-form .control:-ms-input-placeholder {
        color: #000; }
      .explore-block .search-form .control.placeholder {
        color: #000; }
      @media (max-width: 1023px) {
        .explore-block .search-form .control {
          height: 50px;
          font-size: 16px;
          line-height: 20px;
          padding: 15px 18px; } }
    .explore-block .search-form .typed-wrap {
      color: #000;
      font-size: 21px;
      line-height: 26px;
      height: 66px;
      position: absolute;
      top: 0;
      padding: 20px 15px; }
      @media (max-width: 1023px) {
        .explore-block .search-form .typed-wrap {
          height: 50px;
          font-size: 16px;
          line-height: 20px;
          padding: 15px 18px; } }
  .explore-block .program-lists {
    display: inline-block;
    width: 230px; }
    @media (min-width: 1025px) {
      .explore-block .program-lists {
        position: absolute;
        bottom: 0px;
        left: 535px; } }
    @media (max-width: 1023px) {
      .explore-block .program-lists {
        left: 345px; } }
    @media (max-width: 699px) {
      .explore-block .program-lists {
        display: block;
        width: 100%;
        left: auto;
        bottom: auto; } }
    .explore-block .program-lists li {
      margin: 0 0 4px; }
      @media (max-width: 1023px) {
        .explore-block .program-lists li {
          margin: 0 0 10px; } }
    .explore-block .program-lists a {
      color: #fff;
      font-weight: 600; }
      .explore-block .program-lists a:hover {
        color: #007cc1; }
  .explore-block .category-holder {
    background: #003a70; }
    @media (max-width: 699px) {
      .explore-block .category-holder {
        background: none;
        margin: 0 -20px; } }
    .explore-block .category-holder a {
      color: #fff;
      display: block; }
      .explore-block .category-holder a:hover .box:before {
        opacity: 1; }
    .explore-block .category-holder .box {
      white-space: nowrap;
      text-align: center;
      text-align: left;
      float: left;
      width: 25%;
      height: 260px;
      padding: 23px 27px;
      position: relative;
      z-index: 1; }
      .explore-block .category-holder .box:after {
        content: '';
        display: inline-block;
        vertical-align: bottom;
        width: 0;
        min-height: 100%; }
      .explore-block .category-holder .box > * {
        white-space: normal;
        display: inline-block;
        vertical-align: bottom;
        max-width: 99%; }
      @media (max-width: 1023px) {
        .explore-block .category-holder .box {
          width: 33.33%;
          height: 214px;
          padding: 18px 12px 18px 19px; } }
      @media (max-width: 699px) {
        .explore-block .category-holder .box {
          width: 100%;
          height: 140px;
          padding: 14px 12px; } }
      .explore-block .category-holder .box:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: -1;
        opacity: 0;
        transition: opacity 0.2s linear; }
      @media (max-width: 699px) {
        .explore-block .category-holder .box.heading {
          height: auto;
          padding: 0 20px 25px; } }
      .explore-block .category-holder .box .text {
        font-weight: 600;
        font-size: 21px;
        line-height: 25px; }
        @media (max-width: 1023px) {
          .explore-block .category-holder .box .text {
            font-size: 18px;
            line-height: 24px; } }
        @media (max-width: 699px) {
          .explore-block .category-holder .box .text {
            font-size: 16px;
            line-height: 21px;
            width: 150px; } }
    .explore-block .category-holder h3 {
      font-weight: 600;
      line-height: 34px;
      margin: 0; }
      @media (max-width: 1023px) {
        .explore-block .category-holder h3 {
          line-height: 30px; } }
      @media (max-width: 699px) {
        .explore-block .category-holder h3 {
          font-weight: 600; } }
    .explore-block .category-holder .bg-stretch {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder {
  color: transparent; }

/* firefox 19+ */
input:focus:-ms-input-placeholder {
  color: transparent; }

/* ie */
.popup-holder {
  position: relative;
  overflow: hidden;
  height: auto !important; }
  .popup-holder .lightbox {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px; }

.fancybox-close:hover {
  background-color: #a25c00; }

.fancybox-wrap:not(.video) {
  width: 100% !important; }

.fancybox-wrap.red-wrap {
  width: auto !important; }
  .fancybox-wrap.red-wrap .fancybox-skin {
    background: transparent; }

@media (max-width: 1199px) {
  .fancybox-wrap {
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); } }
@media (max-width: 1199px) {
  .fancybox-wrap.red-wrap {
    top: 50% !important;
    width: auto !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); } }
@media (max-width: 699px) {
  .fancybox-wrap.red-wrap {
    left: 20px !important;
    right: 20px !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); } }
.fancybox-wrap.red-wrap .fancybox-close {
  background: none;
  width: 18px;
  height: 18px;
  margin: 12px 12px 0 0; }
  .fancybox-wrap.red-wrap .fancybox-close:before, .fancybox-wrap.red-wrap .fancybox-close:after {
    top: 6px;
    left: 0;
    right: 0; }
  .fancybox-wrap.red-wrap .fancybox-close:hover {
    opacity: 0.8; }

@media (max-width: 1199px) {
  .fancybox-inner {
    width: 100% !important; } }
.fancybox-inner .lightbox {
  width: 1079px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .fancybox-inner .lightbox {
      width: 100% !important; } }

.fancybox-wrap.video .fancybox-skin {
  background: transparent;
  box-shadow: none; }

/* lightbox styles */
.lightbox .slideshow {
  position: relative; }
  .lightbox .slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0; }
    .lightbox .slideshow .slide.active {
      z-index: 2; }
.lightbox .gallery-holder {
  display: block; }
.lightbox .img-holder {
  float: left;
  width: 46.3%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 45.8%; }
  @media (max-width: 869px) {
    .lightbox .img-holder {
      padding-top: 60%; } }
  @media (max-width: 699px) {
    .lightbox .img-holder {
      float: none;
      width: 100%;
      padding-top: 100%; } }
  .lightbox .img-holder img {
    width: 100%;
    height: auto; }
.lightbox .thumbs {
  width: 46.3%;
  position: relative;
  z-index: 2; }
  @media (max-width: 699px) {
    .lightbox .thumbs {
      width: 100%;
      margin: 0 auto;
      border-top: 14px solid #003a70; } }
  .lightbox .thumbs li {
    float: left;
    width: 16.66%;
    position: relative; }
    .lightbox .thumbs li a {
      display: block; }
      .lightbox .thumbs li a img {
        width: 100%; }
      .lightbox .thumbs li a:after {
        content: '';
        transition: all 300ms;
        border: 4px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .lightbox .thumbs li a:hover:after {
        content: '';
        border: 4px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .lightbox .thumbs li.active a:after {
      content: '';
      border: 4px solid #fff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (max-width: 699px) {
      .lightbox .thumbs li.active:after {
        content: '';
        height: 0;
        width: 0;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%); } }
.lightbox .desc-holder {
  float: left;
  width: 53.7%;
  padding: 33px 48px;
  color: #000; }
  @media (max-width: 1199px) {
    .lightbox .desc-holder {
      padding: 25px 20px; } }
  @media (max-width: 699px) {
    .lightbox .desc-holder {
      float: none;
      width: 100%;
      padding: 17px 20px 12px; } }
  .lightbox .desc-holder .heading {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #0082ca;
    display: block;
    margin-bottom: 10px; }
    @media (max-width: 1199px) {
      .lightbox .desc-holder .heading {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 2px; } }
  .lightbox .desc-holder .sub {
    font-size: 24px;
    line-height: 28px;
    display: block;
    margin-bottom: 27px; }
    @media (max-width: 1199px) {
      .lightbox .desc-holder .sub {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 18px; } }
  .lightbox .desc-holder .study-hold {
    margin-bottom: 26px; }
    @media (max-width: 699px) {
      .lightbox .desc-holder .study-hold {
        margin-bottom: 20px; } }
    .lightbox .desc-holder .study-hold .title {
      display: block;
      font-weight: 600; }
    .lightbox .desc-holder .study-hold .lists a:hover {
      color: #d57900; }
.lightbox .tabset {
  margin-bottom: 26px; }
  @media (max-width: 699px) {
    .lightbox .tabset {
      margin-bottom: 21px; } }
  .lightbox .tabset li {
    float: left;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    width: 49.5%;
    position: relative;
    padding-bottom: 30px; }
    @media (max-width: 1199px) {
      .lightbox .tabset li {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 24px; } }
    .lightbox .tabset li a {
      position: relative;
      display: block; }
      .lightbox .tabset li a:after {
        content: '';
        background: #d6e0e4;
        height: 20px;
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0; }
        @media (max-width: 699px) {
          .lightbox .tabset li a:after {
            height: 11px;
            bottom: -20px; } }
    .lightbox .tabset li + li {
      margin-left: 0.9%; }
    .lightbox .tabset li.active a:after {
      content: '';
      background: #003a70; }
    .lightbox .tabset li.active a:before {
      content: '';
      height: 0;
      width: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 12px solid #003a70;
      position: absolute;
      bottom: -42px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%); }
      @media (max-width: 699px) {
        .lightbox .tabset li.active a:before {
          height: 0;
          width: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #003a70;
          bottom: -30px; } }
  .lightbox .tabset a {
    color: #000; }
.lightbox .tab-content .text {
  display: block;
  max-height: 200px;
  overflow: auto; }
  @media (max-width: 699px) {
    .lightbox .tab-content .text {
      max-height: initial; } }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

/* breadcrumb styles */
.breadcrumbs {
  background: #d6e0e4; }
  @media (max-width: 1023px) {
    .breadcrumbs {
      height: 4em; } }
  .breadcrumbs ul {
    max-width: 1170px;
    margin: 0 auto;
    padding: 19px 30px 74px; }
    .breadcrumbs ul li {
      font-size: 14px;
      line-height: 16px;
      font-weight: 600;
      float: left;
      position: relative; }
      .breadcrumbs ul li + li {
        padding-left: 10px;
        margin-left: 5px; }
        .breadcrumbs ul li + li:before {
          content: 'â€º';
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%); }
      .breadcrumbs ul li a {
        color: #00659c; }
        .breadcrumbs ul li a:hover {
          color: #0086cf; }
      .breadcrumbs ul li.active a {
        pointer-events: none; }

.main-content {
  background: #fff;
  border-radius: 60px 0 0 130px;
  margin-top: -55px;
  margin-bottom: -130px;
  position: relative;
}
  @media (max-width: 1023px) {
    .main-content {
      margin-top: 0;
      background: none;
      border-radius: 0; } }
  .admission_page .main-content {
    margin-top: 0;
    border-radius: 0 0 0 130px; }
  .main-content .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 19px 30px 68px; }
    @media (max-width: 1023px) {
      .main-content .container {
        padding: 0; } }
    .campus_page .main-content .container {
      padding-top: 26px;
      padding-bottom: 80px; }
      @media (max-width: 1023px) {
        .campus_page .main-content .container {
          padding: 0; } }
    .explore_page .main-content .container {
      padding-top: 22px; }
      @media (max-width: 1023px) {
        .explore_page .main-content .container {
          padding-top: 0; } }

/* main content styles */
#content {
  width: calc(100% - 240px);
  float: right;
	/*
  padding-right: 35px;
	*/
  padding-top: 25px; }
  @media (max-width: 1023px) {
    #content {
      float: none;
      width: 100%;
      padding: 25px 70px 56px;
      background: #fff;
      border-radius: 50px 0 0 84px;
      margin-top: -40px;
      position: relative; } }
  @media (max-width: 699px) {
    #content {
      margin-top: -35px;
      border-radius: 44px 0 0 80px;
      padding: 25px 50px 65px; } }
  .admission_page #content {
    padding-right: 0; }
    @media (max-width: 1023px) {
      .admission_page #content {
        padding: 28px 30px 50px; } }
    @media (max-width: 699px) {
      .admission_page #content {
        padding: 21px 20px 65px; } }
  .campus_page #content {
    padding-right: 0; }
    @media (max-width: 1023px) {
      .campus_page #content {
        padding: 34px 30px 64px; } }
    @media (max-width: 699px) {
      .campus_page #content {
        padding: 25px 20px 79px; } }
  .explore_page #content {
    padding-right: 0; }
    @media (max-width: 1023px) {
      .explore_page #content {
        padding: 25px 30px 20px; } }
    @media (max-width: 699px) {
      .explore_page #content {
        padding: 25px 20px 46px; } }
  @media (max-width: 1023px) {
    #content .typical-content {
      line-height: 26px; } }
  @media (max-width: 699px) {
    #content .typical-content {
      line-height: 24px; } }
  #content p {
    margin-bottom: 14px; }
    #content p a {
      text-decoration: underline;
   		 }
      #content p a:hover {
        text-decoration: underline; }
  #content h1 {
    color: #0082ca;
    line-height: 1;
    margin-bottom: 0.5em; }
    @media (max-width: 1023px) {
      #content h1 {
        margin-bottom: 11px; } }
    @media (max-width: 699px) {
      #content h1 {
        margin-bottom: 15px; } }
  #content h2 {
    margin-bottom: 0.4em;
  	line-height: 1.2em;
  	padding-top: 0.6em;}
    @media (max-width: 1023px) {
      #content h2 {
         margin-bottom: 0.4em; } }
    @media (max-width: 699px) {
      #content h2 {
        margin-bottom: 0.4em; } }
  #content h3 {
   margin-bottom: 0.4em;}
  @media (max-width: 1023px) {
    #content h3 {
      margin-bottom: 0.4em; } }
  @media (max-width: 699px) {
    #content h3 {
      margin-bottom: 0.4em; } }
  #content h4 {
    margin-bottom: 0.4em;}
    @media (max-width: 1023px) {
      #content h4 {
        margin-bottom: 0.4em; } }
    @media (max-width: 699px) {
      #content h4 {
        margin-bottom: 0.4em; } }
  @media (max-width: 1023px) {
    #content .intro-holder {
      margin-bottom: 25px; } }
  @media (max-width: 699px) {
    #content .intro-holder {
      margin-bottom: 16px; } }
  #content .intro-text {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      #content .intro-text {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 27px; } }
    @media (max-width: 699px) {
      #content .intro-text {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 24px; } }
    .explore_page #content .intro-text {
      margin-bottom: 38px; }
      @media (max-width: 1023px) {
        .explore_page #content .intro-text {
          margin-bottom: 28px; } }
  #content .img-full {
    position: relative;
    margin-bottom: 23px; }
    @media (max-width: 1023px) {
      #content .img-full {
        margin-bottom: 26px;
        max-width: 835px;
        margin-bottom: 27px; } }
    @media (max-width: 699px) {
      #content .img-full {
        margin-bottom: 21px; } }
    #content .img-full .figcaption {
      width: 303px;
      background: #002453;
      position: absolute;
      bottom: 28px;
      left: 28px;
      padding: 16px 21px;
      font-size: 16px;
      line-height: 26px;
      color: #fff; }
      @media (max-width: 699px) {
        #content .img-full .figcaption {
          position: static;
          display: block;
          width: 100%;
          padding: 15px 21px; } }
  #content .holder {
    margin-bottom: 24px; }
    @media (max-width: 699px) {
      #content .holder {
        margin-bottom: 26px; } }
    #content .holder .img-side {
      float: right;
      width: 300px;
      margin: 8px 0 20px 50px; }
      @media (max-width: 1023px) {
        #content .holder .img-side {
          width: 223px;
          margin-left: 45px; } }
      @media (max-width: 699px) {
        #content .holder .img-side {
          float: none;
          width: 280px;
          margin: 0 0 22px 0; } }
      #content .holder .img-side .figcaption {
        background: #002453;
        padding: 12px 21px 18px;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        display: block; }
        @media (max-width: 1023px) {
          #content .holder .img-side .figcaption {
            padding: 10px 15px 18px; } }
        @media (max-width: 699px) {
          #content .holder .img-side .figcaption {
            padding: 12px 20px 15px; } }
  #content .wrap ul {
    margin: 20px 0 0;
    padding-left: 18px; }
    @media (max-width: 699px) {
      #content .wrap ul {
        margin-top: 15px;
        padding-left: 9px; } }
    #content .wrap ul li {
      position: relative;
      padding-left: 11px;
      line-height: 1.4;
      margin-bottom: 0.4em; }
      @media (max-width: 699px) {
        #content .wrap ul li {
          margin-bottom: 15px; } }
      #content .wrap ul li ul {
        margin-top: 0.4em;
        margin-bottom: 0.5em;
        padding-left: 40px; }
        @media (max-width: 699px) {
          #content .wrap ul li ul {
            padding-left: 30px; } }
        #content .wrap ul li ul li {
          padding-left: 13px; }
          #content .wrap ul li ul li:before {
            width: 6px;
            height: 6px;
            background: transparent;
            border: 1px solid #000; }
      #content .wrap ul li:before {
        content: '';
        background: #000;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        position: absolute;
        top: 0.6em;
        left: 0; }
        @media (max-width: 699px) {
          #content .wrap ul li:before {
            width: 3px;
            height: 3px; } }
  #content ol {
    margin: 20px 0 28px;
    padding-left: 25px; }
    @media (max-width: 699px) {
      #content ol {
        margin: 15px 0 24px;
        padding-left: 19px; } }
    #content ol li {
      line-height: 1.4;
      margin-bottom: 0.4em;
	  margin-left: 1em;}
      #content ol li ol {
        margin-top: 0.4em;
        margin-bottom: 0.5em;
        padding-left: 60px; }
        @media (max-width: 699px) {
          #content ol li ol {
            padding-left: 40px; } }
      @media (max-width: 699px) {
        #content ol li {
          margin-bottom: 15px; } }
  #content .blockquote-holder {
    margin-bottom: 7px; }
    @media (max-width: 1023px) {
      #content .blockquote-holder {
        margin-bottom: -14px; } }
    @media (max-width: 699px) {
      #content .blockquote-holder {
        margin-bottom: 8px; } }
    #content .blockquote-holder h5 {
      margin-bottom: 20px; }
      @media (max-width: 699px) {
        #content .blockquote-holder h5 {
          margin-bottom: 15px; } }
    #content .blockquote-holder blockquote {
      float: right;
      width: 300px;
      margin-top: 20px;
      margin-left: 40px; }
      @media (max-width: 1023px) {
        #content .blockquote-holder blockquote {
          width: 237px;
          margin-top: 56px; } }
      @media (max-width: 699px) {
        #content .blockquote-holder blockquote {
          float: none;
          width: 100%;
          margin: 0 0 17px; } }
    #content .blockquote-holder .desc {
      overflow: hidden; }
  #content h6 {
    margin-bottom: 20px; }
    @media (max-width: 699px) {
      #content h6 {
        margin-bottom: 15px; } }
  #content .tab-content ol {
    margin: 0; }

/* blockquote styles */
blockquote {
  margin: 0;
  background: #9adaff;
  font-size: 24px;
  line-height: 32px;
  border-top: 4px solid #003a70;
  padding: 13px 26px 20px; }
  @media (max-width: 1023px) {
    blockquote {
      font-size: 21px;
      line-height: 30px;
      padding: 13px 19px 16px; } }
  @media (max-width: 699px) {
    blockquote {
      padding: 9px 20px 16px; } }
  blockquote q {
    quotes: none; }

/* table styles */
.table-wrap {
  position: relative; }
  @media (max-width: 1023px) {
    .table-wrap {
      margin-top: 22px;
      padding-bottom: 5px; } }
  @media (max-width: 699px) {
    .table-wrap {
      margin-right: -20px;
      margin-top: 0; } }
  .table-wrap .btn-right,
  .table-wrap .btn-left {
    width: 44px;
    height: 44px;
    background: #d57900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-indent: -9999px;
    overflow: hidden; }
    .table-wrap .btn-right:after,
    .table-wrap .btn-left:after {
      content: '\e903';
      font-family: 'icomoon';
      position: absolute;
      top: 12px;
      left: 14px;
      color: #fff;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      cursor: pointer;
      font-size: 19px;
      line-height: 19px;
      text-indent: 0; }
  .table-wrap .btn-left {
    left: 0;
    right: auto; }
    .table-wrap .btn-left:after {
      transform: rotate(-90deg) scale(1, -1);
      -webkit-transform: rotate(-90deg) scale(1, -1);
      -moz-transform: rotate(-90deg) scale(1, -1); }

.table-holder {
  width: 100%;
  overflow-x: auto; }
  .desktopdevice .table-holder {
    overflow: hidden; }

.table {
  table-layout: fixed;
  width: 100%;
  line-height: 22px; }
  @media (max-width: 699px) {
    .table {
      width: 626px; } }
  .table .col1 {
    width: 21.4%; }
    @media (max-width: 1199px) {
      .table .col1 {
        width: 20%; } }
    @media (max-width: 1023px) {
      .table .col1 {
        width: 20.4%; } }
    @media (max-width: 699px) {
      .table .col1 {
        width: 17.2%; } }
  .table .col2 {
    width: 21.5%; }
    @media (max-width: 699px) {
      .table .col2 {
        width: 23%; } }
  .table .col3 {
    width: 21.6%; }
  .table .col4 {
    width: 21.6%; }
  .table thead th {
    font-weight: 600;
    text-align: left;
    padding: 7px 10px 15px 0; }
    @media (max-width: 1023px) {
      .table thead th {
        padding: 7px 10px 8px 0; } }
    @media (max-width: 699px) {
      .table thead th {
        padding: 7px 10px 11px 0; } }

  .table tbody tr {
    border-top: 2px solid #d6e0e4; }
  .table tbody td {
    padding: 13px 60px 13px 0; }
    @media (max-width: 1023px) {
      .table tbody td {
        padding: 7px 40px 7px 0; } }
    @media (max-width: 699px) {
      .table tbody td {
        padding: 10px 20px 10px 0; } }

/* Date Table Created by Ben Shasserre 05/19/20*/
.datetable .table tbody td:first-child {
    font-size: 1.1em;
    font-weight: 600;
    width: 23%;
}

@media (max-width: 1023px) {
  .hero-video {
    background: #d6e0e4; } }
.hero-video .video-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: none; }
  @media (max-width: 1023px) {
    .hero-video .video-mask {
      bottom: 0; } }
  @media (max-width: 699px) {
    .hero-video .video-mask {
      bottom: 0; } }
  .hero-video .video-mask iframe {
    width: 100%;
    height: 100%; }
  .hero-video .video-mask .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: #d67900;
    text-indent: -9999px; }
    @media (max-width: 699px) {
      .hero-video .video-mask .close {
        width: 35px;
        height: 35px; } }
    .hero-video .video-mask .close:after, .hero-video .video-mask .close:before {
      content: '';
      background: #fff;
      height: 3px;
      position: absolute;
      left: 11px;
      right: 11px;
      top: 19px;
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media (max-width: 699px) {
        .hero-video .video-mask .close:after, .hero-video .video-mask .close:before {
          left: 8px;
          right: 8px;
          top: 16px; } }
    .hero-video .video-mask .close:before {
      content: '';
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .hero-video .video-mask .close:hover {
      background: #a35c00; }
.hero-video .video-holder {
  position: relative; }
  .hero-video .video-holder:after {
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    position: absolute; }
  .hero-video .video-holder .play {
    color: #fff;
    font-size: 91px;
    line-height: 91px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-64%, -69%);
    -webkit-transform: translate(-64%, -69%);
    -moz-transform: translate(-64%, -69%);
    z-index: 1000; }
    @media (max-width: 1023px) {
      .hero-video .video-holder .play {
        font-size: 59px;
        line-height: 59px;
        transform: translate(-52%, -50%);
        -webkit-transform: translate(-52%, -50%);
        -moz-transform: translate(-52%, -50%); } }
    @media (max-width: 699px) {
      .hero-video .video-holder .play {
        display: none; } }
    .hero-video .video-holder .play:hover {
		text-decoration:none;
      opacity: 0.6; }
    .hero-video .video-holder .play .icon-play {
      display: block; }
    .hero-video .video-holder .play:before {
      content: '';
      background: rgba(0, 0, 0, 0.5);
      border-radius: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1; }
.hero-video .container {
  white-space: nowrap;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px 70px;
  height: 454px;
  text-align: left; }
  .hero-video .container:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  .hero-video .container > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%; }
  @media (max-width: 1023px) {
    .hero-video .container {
      height: 350px;
      padding: 21px 30px 70px; } }
  @media (max-width: 699px) {
    .hero-video .container {
      padding: 14px 20px 40px; } }
  @media (max-width: 479px) {
    .hero-video .container {
      height: 226px; } }
  @media (max-width: 1023px) {
    .hero-video .container:after {
      display: none; } }
.hero-video .bg-stretch {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0; }
.hero-video .caption-area {
  width: 330px;
  color: #fff;
  position: relative;
  z-index: 1; }
  @media (max-width: 1023px) {
    .hero-video .caption-area {
      width: 280px; } }
  @media (max-width: 699px) {
    .hero-video .caption-area {
      padding-right: 62px;
      width: 100%; } }
.hero-video h1 {
  line-height: 65px;
  margin-bottom: 26px; }
  @media (max-width: 1023px) {
    .hero-video h1 {
      line-height: 54px;
      margin-bottom: 16px; } }
  @media (max-width: 699px) {
    .hero-video h1 {
      line-height: 41px;
      margin-bottom: 10px; } }
.hero-video .sub {
  font-size: 30px;
  line-height: 34px; }
  @media (max-width: 1023px) {
    .hero-video .sub {
      font-size: 26px;
      line-height: 30px; } }
  @media (max-width: 699px) {
    .hero-video .sub {
      font-size: 21px;
      line-height: 25px; } }
.hero-video .btn-group {
  position: relative;
  max-width: 1100px;
  margin: -42px auto 0;
  padding: 0 30px;
  z-index: 1; }
  @media (max-width: 1023px) {
    .hero-video .btn-group {
      margin-top: -17px; } }
  @media (max-width: 699px) {
    .hero-video .btn-group {
      margin-top: 0;
      padding: 0; } }
  .hero-video .btn-group li {
    float: left;
    width: 33.33%;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    position: relative; }
    @media (max-width: 1023px) {
      .hero-video .btn-group li {
        font-size: 21px;
        line-height: 28px; } }
    @media (max-width: 699px) {
      .hero-video .btn-group li {
        font-size: 18px;
        line-height: 22px;
        float: none;
        width: 100%;
        text-align: left; } }
    @media (max-width: 699px) {
      .hero-video .btn-group li.video span:before {
        content: '\e90a';
        font-family: 'icomoon';
        font-size: 29px;
        line-height: 29px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        font-weight: 400; } }
    .hero-video .btn-group li + li {
      border-left: 3px solid #003a70; }
      @media (max-width: 1023px) {
        .hero-video .btn-group li + li {
          border-left-width: 2px; } }
      @media (max-width: 699px) {
        .hero-video .btn-group li + li {
          border-left: none;
          border-top: 3px solid #003a70; } }
    .hero-video .btn-group li.active:before {
      content: '';
      height: 3px;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1; }
      @media (max-width: 699px) {
        .hero-video .btn-group li.active:before {
          display: none; } }
    .hero-video .btn-group li.active a {
      background: #006197; }
      .hero-video .btn-group li.active a:after {
        content: '';
        height: 0;
        width: 0;
        border-bottom: 17px solid #006197;
        border-left: 16.5px solid transparent;
        border-right: 16.5px solid transparent;
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        z-index: 1; }
        @media (max-width: 1023px) {
          .hero-video .btn-group li.active a:after {
            height: 0;
            width: 0;
            border-bottom: 13px solid #0082cb;
            border-left: 13.5px solid transparent;
            border-right: 13.5px solid transparent;
            top: -10px; } }
        @media (max-width: 699px) {
          .hero-video .btn-group li.active a:after {
            display: none; } }
      .hero-video .btn-group li.active a:before {
        content: '';
        height: 0;
        width: 0;
        border-bottom: 18px solid #fff;
        border-left: 17.5px solid transparent;
        border-right: 17.5px solid transparent;
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear; }
        @media (max-width: 1023px) {
          .hero-video .btn-group li.active a:before {
            height: 0;
            width: 0;
            border-bottom: 14px solid #fff;
            border-left: 14.5px solid transparent;
            border-right: 14.5px solid transparent;
            top: -14px; } }
        @media (max-width: 699px) {
          .hero-video .btn-group li.active a:before {
            display: none; } }
      .hero-video .btn-group li.active a:hover:after {
        content: '';
        height: 0;
        width: 0;
        border-bottom: 17px solid #006197;
        border-left: 16.5px solid transparent;
        border-right: 16.5px solid transparent; }
        @media (max-width: 699px) {
          .hero-video .btn-group li.active a:hover:after {
            display: none; } }
  .hero-video .btn-group a {
    display: block;
    width: 100%;
    background: #0082ca;
    color: #fff;
    min-height: 81px;
    position: relative; }
    @media (max-width: 699px) {
      .hero-video .btn-group a {
        min-height: 0; } }
    .hero-video .btn-group a:hover {
      background: #006197; }
  .hero-video .btn-group span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 10px 20px 16px; }
    @media (max-width: 699px) {
      .hero-video .btn-group span {
        padding: 21px 20px 21px 68px;
        position: relative;
        top: 0;
        display: block;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none; } }

.started-block {
  margin-top: 7px;
  margin-bottom: 32px; }
  @media (max-width: 1023px) {
    .started-block {
      margin-top: 0;
      margin-bottom: 23px; } }
  @media (max-width: 699px) {
    .started-block {
      margin-bottom: 33px; } }
  .started-block a {
    font-weight: 600; }
  .started-block .top-area {
    margin-bottom: 35px; }
    @media (max-width: 1023px) {
      .started-block .top-area {
        margin-bottom: 29px; } }
    @media (max-width: 699px) {
      .started-block .top-area {
        margin-bottom: 26px; } }
    @media (max-width: 1023px) {
      .started-block .top-area h2 {
        margin-bottom: 12px !important; } }
    @media (max-width: 699px) {
      .started-block .top-area h2 {
        margin-bottom: 19px !important; } }
.top-area {
    display: none;
}
  .started-block .tab-holder {
    border-bottom: 4px solid #002453;
    background: #002453; }
    @media (max-width: 1023px) {
      .started-block .tab-holder {
        border-bottom-width: 3px; } }
    @media (max-width: 699px) {
      .started-block .tab-holder {
        background: none;
        border: none; } }
  .started-block .tabset {
    float: left;
    width: 260px; }
    @media (max-width: 1023px) {
      .started-block .tabset {
        width: 193px; } }
    @media (max-width: 699px) {
      .started-block .tabset {
        width: 100%;
        float: none; } }
    .started-block .tabset li {
      font-size: 24px;
      line-height: 28px;
      font-weight: 600;
      border-bottom: 3px solid #002453; }
      .started-block .tabset li:last-child {
        border-bottom: 0; }
        @media (max-width: 699px) {
          .started-block .tabset li:last-child {
            border-bottom: 3px solid #002453; } }
      @media (max-width: 1023px) {
        .started-block .tabset li {
          font-size: 21px;
          line-height: 25px; } }
      @media (max-width: 699px) {
        .started-block .tabset li {
          font-size: 18px;
          line-height: 22px; } }
      .started-block .tabset li.active a:after {
        content: '';
        height: 0;
        width: 0;
        border-bottom: 18px solid transparent;
        border-left: 18px solid #0082cb;
        border-top: 18px solid transparent;
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear; }
        @media (max-width: 1023px) {
          .started-block .tabset li.active a:after {
            height: 0;
            width: 0;
            border-bottom: 14px solid transparent;
            border-left: 14px solid #0082cb;
            border-top: 14px solid transparent; } }
        @media (max-width: 699px) {
          .started-block .tabset li.active a:after {
            display: none; } }
      .started-block .tabset li.active a:hover:after {
        content: '';
        height: 0;
        width: 0;
        border-bottom: 18px solid transparent;
        border-left: 18px solid #006197;
        border-top: 18px solid transparent; }
        @media (max-width: 1023px) {
          .started-block .tabset li.active a:hover:after {
            height: 0;
            width: 0;
            border-bottom: 14px solid transparent;
            border-left: 14px solid #006197;
            border-top: 14px solid transparent; } }
        @media (max-width: 699px) {
          .started-block .tabset li.active a:hover:after {
            display: none; } }
    .started-block .tabset a {
      display: block;
      padding: 25px 30px 28px;
      text-decoration: none;
      font-weight: 600;
      background: #0082ca;
      color: #fff;
      position: relative; }
      @media (max-width: 1023px) {
        .started-block .tabset a {
          padding: 18px 15px 22px 20px; } }
      @media (max-width: 699px) {
        .started-block .tabset a {
          padding: 21px 15px 22px 62px; } }
      .started-block .tabset a:hover {
        background: #006197; }
      @media (max-width: 699px) {
        .started-block .tabset a:before {
          content: '\e90b';
          font-family: 'icomoon';
          color: #fff;
          font-size: 25px;
          line-height: 25px;
          position: absolute;
          left: 20px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          font-weight: 400; } }
  .started-block .tab-content {
    overflow-y: auto;
    background: #f0f4f6;
    padding: 34px 44px 19px; }
    @media (max-width: 1023px) {
      .started-block .tab-content {
        padding: 19px 28px 10px; } }
    @media (max-width: 699px) {
      .started-block .tab-content {
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        bottom: 0;
        z-index: 100000; } }
    .started-block .tab-content .fancybox-close {
      display: none; }
      @media (max-width: 699px) {
        .started-block .tab-content .fancybox-close {
          display: block;
          position: fixed;
          right: 0;
          top: 0; } }
    .started-block .tab-content .btn {
      position: relative;
      width: 205px;
      background: #d57900;
      padding: 21px 60px 21px 29px;
      color: #fff;
      font-size: 21px;
      line-height: 23px;
      display: block;
      margin-bottom: 26px;
      font-weight: 600; }
      @media (max-width: 1023px) {
        .started-block .tab-content .btn {
          width: 153px;
          font-size: 18px;
          line-height: 20px;
          padding: 11px 37px 16px 19px;
          margin-bottom: 18px; } }
      .started-block .tab-content .btn:after {
        content: '\e900';
        font-family: 'icomoon';
        position: absolute;
        top: 50%;
        right: 25px;
        font-size: 27px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
        @media (max-width: 1023px) {
          .started-block .tab-content .btn:after {
            font-size: 18px;
            right: 16px; } }
      .started-block .tab-content .btn:hover {
        background: #a25c00; }
  .started-block .hold .text {
    margin-bottom: 29px; }
    @media (max-width: 1023px) {
      .started-block .hold .text {
        margin-bottom: 23px; } }
    @media (max-width: 699px) {
      .started-block .hold .text {
        padding-right: 20px; } }
  .started-block .hold .txt {
    display: block;
    margin-bottom: 16px; }
  .started-block .hold ol li {
    margin-bottom: 15px; }
  .started-block .hold ol a {
    text-decoration: none; }
    .started-block .hold ol a:hover {
      border-bottom: 0px; }
  .started-block .ask-holder {
    background: #f0f4f6;
    padding: 28px 62px 31px 34px; }
    @media (max-width: 1023px) {
      .started-block .ask-holder {
        padding: 19px 50px 11px 25px; } }
    @media (max-width: 699px) {
      .started-block .ask-holder {
        padding: 23px 24px 10px; } }
    .started-block .ask-holder .icon-ask {
      font-size: 67px;
      line-height: 67px;
      color: #0082ca;
      float: left;
      margin-right: 33px;
      margin-top: 7px; }
      @media (max-width: 1023px) {
        .started-block .ask-holder .icon-ask {
          font-size: 49px;
          line-height: 49px;
          margin-right: 25px;
          margin-top: 0; } }
      @media (max-width: 699px) {
        .started-block .ask-holder .icon-ask {
          font-size: 43px;
          line-height: 43px;
          margin-right: 18px; } }
    .started-block .ask-holder .desc {
      overflow: hidden; }
      @media (max-width: 699px) {
        .started-block .ask-holder .desc {
          overflow: visible; } }
      .started-block .ask-holder .desc .text {
        line-height: 26px; }
        @media (max-width: 1023px) {
          .started-block .ask-holder .desc .text {
            line-height: 24px; } }
    .started-block .ask-holder h3 {
      color: #002243;
      margin-bottom: 12px; }
      @media (max-width: 1023px) {
        .started-block .ask-holder h3 {
          font-size: 21px;
          line-height: 25px;
          margin: 3px 0 11px !important; } }
      @media (max-width: 699px) {
        .started-block .ask-holder h3 {
          overflow: hidden;
          margin: 7px 0 25px !important; } }

.student-area {
  margin-bottom: 29px; }
  @media (max-width: 1023px) {
    .student-area {
      margin-bottom: 34px; } }
  @media (max-width: 699px) {
    .student-area {
      margin-bottom: 30px; } }
  .student-area .row {
    margin-bottom: 26px; }
    @media (max-width: 1023px) {
      .student-area .row {
        margin-bottom: 21px; } }
    @media (max-width: 699px) {
      .student-area .row {
        margin-bottom: 31px; } }
  .student-area .img-holder {
    float: left;
    width: 260px;
    margin-top: 7px;
    margin-right: 42px; }
    @media (max-width: 1023px) {
      .student-area .img-holder {
        width: 224px;
        margin-right: 28px; } }
    @media (max-width: 699px) {
      .student-area .img-holder {
        margin-bottom: 15px;
        float: none;
        width: 280px; } }
    .student-area .img-holder img {
      width: 100%; }
  .student-area .desc {
    overflow: hidden; }
    .student-area .desc p {
      margin-bottom: 20px !important; }
  .student-area h3 {
    line-height: 36px;
    margin-bottom: 21px; }
    @media (max-width: 1023px) {
      .student-area h3 {
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 2px !important; } }
    @media (max-width: 699px) {
      .student-area h3 {
        line-height: 27px;
        margin-bottom: 21px !important; } }
  .student-area .choice li {
    margin: 0;
    font-weight: 600;
  	list-style: none;}
  .student-area .choice a {
    border-bottom: 1px solid #007cc1;
  	list-style: none;	}
    .student-area .choice a:hover {
      border-bottom: none; 
	  list-style: none; }

.deadline-block {
  margin-bottom: 23px; }
  @media (max-width: 1023px) {
    .deadline-block {
      margin-bottom: 29px; } }
  @media (max-width: 699px) {
    .deadline-block h2 {
      margin-bottom: 24px !important; } }
  .deadline-block .deadline-holder {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    margin: 0 -23px; }
    @media (max-width: 1023px) {
      .deadline-block .deadline-holder {
        margin: 0 -15px; } }
    @media (max-width: 699px) {
      .deadline-block .deadline-holder {
        margin: 0;
        display: block; } }
    .deadline-block .deadline-holder a:hover {
      color: #00a3fd; }
  .deadline-block .col {
    padding: 0 23px;
    width: 50%; }
    @media (max-width: 1023px) {
      .deadline-block .col {
        padding: 0 15px; } }
    @media (max-width: 699px) {
      .deadline-block .col {
        width: 100%;
        padding: 0; } }
    .deadline-block .col:first-child {
      padding-top: 7px; }
      @media (max-width: 699px) {
        .deadline-block .col:first-child {
          padding: 0; } }
    .deadline-block .col .frame {
      height: 100%;
      background: #f0f4f6;
      border-top: 4px solid #002453;
      padding: 21px 40px; }
      @media (max-width: 1023px) {
        .deadline-block .col .frame {
          padding: 30px 33px; } }
      @media (max-width: 699px) {
        .deadline-block .col .frame {
          background: none;
          border: none;
          padding: 0;
          margin-bottom: 15px; } }
      .deadline-block .col .frame h3 {
        margin-bottom: 10px; }
        @media (max-width: 1023px) {
          .deadline-block .col .frame h3 {
            margin: 0 0 13px !important; } }
        @media (max-width: 699px) {
          .deadline-block .col .frame h3 {
            margin-bottom: 5px !important; } }
      .deadline-block .col .frame time {
        margin-bottom: 22px; }
        @media (max-width: 1023px) {
          .deadline-block .col .frame time {
            margin-bottom: 14px; } }
        @media (max-width: 699px) {
          .deadline-block .col .frame time {
            margin-bottom: 8px; } }
      .deadline-block .col .frame .text {
        font-size: 21px;
        line-height: 28px; }
        @media (max-width: 1023px) {
          .deadline-block .col .frame .text {
            font-size: 16px;
            line-height: 24px; } }
    .deadline-block .col h3 {
      margin-bottom: 19px; }
      @media (max-width: 1023px) {
        .deadline-block .col h3 {
          margin: 2px 0 12px !important; } }
      @media (max-width: 699px) {
        .deadline-block .col h3 {
          margin: 0 0 5px !important; } }
    .deadline-block .col time {
      font-size: 21px;
      line-height: 24px;
      font-weight: 600;
      color: #002243;
      display: block;
      margin-bottom: 22px; }
      @media (max-width: 1023px) {
        .deadline-block .col time {
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 12px; } }
      @media (max-width: 699px) {
        .deadline-block .col time {
          margin-bottom: 8px; } }
    .deadline-block .col .wrap {
      line-height: 26px; }
      @media (max-width: 1023px) {
        .deadline-block .col .wrap {
          line-height: 24px; } }
      .deadline-block .col .wrap:first-child {
        margin-bottom: 37px; }
        @media (max-width: 1023px) {
          .deadline-block .col .wrap:first-child {
            margin-bottom: 16px; } }
        @media (max-width: 699px) {
          .deadline-block .col .wrap:first-child {
            margin-bottom: 21px; } }
      .deadline-block .col .wrap h3 {
        line-height: 32px; }
      .deadline-block .col .wrap p {
        margin: 0 !important; }

.scholarship-block {
  margin-bottom: 19px; }
  @media (max-width: 1023px) {
    .scholarship-block {
      margin-bottom: 35px; } }
  @media (max-width: 699px) {
    .scholarship-block {
      margin-bottom: 38px; } }
  .scholarship-block h2 {
    margin-bottom: 17px !important; }
    @media (max-width: 1023px) {
      .scholarship-block h2 {
        margin-bottom: 24px !important; } }
  .scholarship-block .scholarship-slide {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    margin-bottom: 23px; }
    @media (max-width: 799px) {
      .scholarship-block .scholarship-slide {
        padding-bottom: 38px;
        margin-bottom: 23px;
        margin-right: -30px; } }
    @media (max-width: 699px) {
      .scholarship-block .scholarship-slide {
        margin: 0 -20px 35px;
        padding-bottom: 30px; } }
    .scholarship-block .scholarship-slide .slick-list {
      padding-right: 90px; }
      @media (max-width: 699px) {
        .scholarship-block .scholarship-slide .slick-list {
          padding-right: 0; } }
    .scholarship-block .scholarship-slide .slick-dots {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      line-height: 0; }
      .scholarship-block .scholarship-slide .slick-dots li {
        display: inline-block;
        vertical-align: top;
        margin: 0 18px; }
      .scholarship-block .scholarship-slide .slick-dots .slick-active button {
        background: #d57900; }
      .scholarship-block .scholarship-slide .slick-dots button {
        text-indent: -9999px;
        background: #fff;
        border: 2px solid #d57900;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        padding: 0; }
        .scholarship-block .scholarship-slide .slick-dots button:hover {
          background: #d57900; }
  .scholarship-block .slide {
    width: 33.33%;
    background: #003a70;
    color: #fff;
    padding: 16px 26px 48px;
    border-top: 4px solid #0082ca; }
    @media (max-width: 1023px) {
      .scholarship-block .slide {
        padding: 24px 27px 47px;
        width: 289px; } }
    @media (max-width: 699px) {
      .scholarship-block .slide {
        width: 320px;
        padding: 23px 12px 16px 18px; } }
    .scholarship-block .slide:nth-child(2n) {
      background: #002453; }
    .scholarship-block .slide .txt {
      display: block; }
      @media (max-width: 1023px) {
        .scholarship-block .slide .txt {
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 9px; } }
      @media (max-width: 699px) {
        .scholarship-block .slide .txt {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 12px; } }
  .scholarship-block h3 {
    line-height: 36px;
    margin-bottom: 13px; }
    @media (max-width: 1023px) {
      .scholarship-block h3 {
        margin: 0 0 17px !important;
        line-height: 31px; } }
    @media (max-width: 699px) {
      .scholarship-block h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 14px !important; } }
    @media (max-width: 1023px) {
      .scholarship-block h3 br {
        display: none; } }
    .scholarship-block h3 a {
      color: #fff; }
      .scholarship-block h3 a:hover {
        color: #0082ca; }
    .scholarship-block h3 .icon-chevron {
      font-size: 20px;
      line-height: 19px;
      display: inline-block;
      vertical-align: middle;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      margin-right: 2px; }
      @media (max-width: 699px) {
        .scholarship-block h3 .icon-chevron {
          font-size: 14px;
          line-height: 14px; } }
  .scholarship-block .meta {
    display: block;
    font-weight: 600;
    margin-bottom: 11px; }
    @media (max-width: 1023px) {
      .scholarship-block .meta {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px; } }
    @media (max-width: 699px) {
      .scholarship-block .meta {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px; } }
  .scholarship-block .btn-hold {
    text-align: right; }
    @media (max-width: 699px) {
      .scholarship-block .btn-hold {
        text-align: left; } }
  .scholarship-block .btn {
    width: 189px;
    background: #d57900;
    display: inline-block;
    padding: 12px 38px 12px 18px;
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: left; }
    @media (max-width: 1023px) {
      .scholarship-block .btn {
        padding: 13px 38px 13px 18px; } }
    @media (max-width: 699px) {
      .scholarship-block .btn {
        font-size: 16px;
        line-height: 20px;
        width: 172px; } }
    .scholarship-block .btn:after {
      content: '\e900';
      font-family: 'icomoon';
      position: absolute;
      top: 50%;
      right: 15px;
      font-size: 18px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%); }
    .scholarship-block .btn:hover {
      background: #a25c00; }

.contact-block {
    margin-bottom: 1.6em;
    margin-top: 1.6em;
}
  @media (max-width: 699px) {
    .contact-block {
      margin-bottom: 26px; } }
  .contact-block h2 {
    margin-bottom: 9px !important;
    color: #002243; }
    @media (max-width: 1023px) {
      .contact-block h2 {
        margin-bottom: 16px !important; } }
    @media (max-width: 699px) {
      .contact-block h2 {
        margin-bottom: 18px !important; } }
  .contact-block .timing {
    font-size: 30px;
    line-height: 34px;
    display: block;
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      .contact-block .timing {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 24px; } }
    @media (max-width: 699px) {
      .contact-block .timing {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 21px; } }
    .contact-block .timing strong {
      font-weight: 600; }
  .contact-block .contact-holder {
    font-size: 0;
    margin: 0 -10px; }
    @media (max-width: 699px) {
      .contact-block .contact-holder {
        margin: 0; } }
    .contact-block .contact-holder .icon {
      height: 80px;
      margin-bottom: 7px;
      transition: all 300ms ease-out; }
      @media (max-width: 1023px) {
        .contact-block .contact-holder .icon {
          margin-bottom: 10px; } }
      @media (max-width: 699px) {
        .contact-block .contact-holder .icon {
          height: auto;
          margin: 0 10px 0 0;
          display: inline-block;
          vertical-align: middle;
          width: 48px; } }
    .contact-block .contact-holder .ico {
      color: #0082ca;
      font-size: 70px; }
      @media (max-width: 699px) {
        .contact-block .contact-holder .ico {
          font-size: 39px; } }
      .contact-block .contact-holder .ico.icon-mail {
        width: 100%;
        height: 100%;
        display: block; }
        .contact-block .contact-holder .ico.icon-mail:before {
          content: "";
          background: url(/_resources/css/images/envelope.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 28%;
          height: 100%;
          display: block;
          margin: 0 auto;
          min-width: 70px; }
        @media (max-width: 699px) {
          .contact-block .contact-holder .ico.icon-mail {
            height: 25px; }
            .contact-block .contact-holder .ico.icon-mail:before {
              margin: 0;
              background-position: left center; } }
      @media (max-width: 699px) {
        .contact-block .contact-holder .ico.icon-call {
          font-size: 42px; } }
      .contact-block .contact-holder .ico.icon-chat {
        font-size: 75px; }
        @media (max-width: 699px) {
          .contact-block .contact-holder .ico.icon-chat {
            font-size: 40px; } }
    .contact-block .contact-holder .wrap {
      display: inline-block;
      vertical-align: top;
      width: 33.33%;
      font-size: 30px;
      line-height: 34px;
      text-align: center;
      font-weight: 600;
      padding: 0 10px; }
      @media (max-width: 1023px) {
        .contact-block .contact-holder .wrap {
          font-size: 26px;
          line-height: 30px; } }
      @media (max-width: 699px) {
        @media (max-width: 699px)
			.contact-block .contact-holder .wrap {
   		 	 display: block;
  		  	 width: 100%;
  		  	 margin: 0.5em 0 0.5em -3.0em;
  		  	 padding: 0;
  		  	 font-size: 21px;
		     line-height: 1em;
  		  	 text-align: left;} }
      .contact-block .contact-holder .wrap a {
        color: #0082ca; }
        .contact-block .contact-holder .wrap a:hover {
          color: #00a3fd; }
          .contact-block .contact-holder .wrap a:hover .icon {
            opacity: 0.7; }

.team-block h2 {
  margin-bottom: 5px !important;
  color: #002243; }
  @media (max-width: 1023px) {
    .team-block h2 {
      margin-bottom: 17px !important; } }
  @media (max-width: 699px) {
    .team-block h2 {
      margin-bottom: 19px !important; } }
.team-block .txt {
  display: block;
  margin-bottom: 38px;
  color: #002243; }
  @media (max-width: 1023px) {
    .team-block .txt {
      margin-bottom: 30px; } }
  @media (max-width: 699px) {
    .team-block .txt {
      margin-bottom: 26px; } }
.team-block .more-hold {
  text-align: center; }
  @media (max-width: 799px) {
    .team-block .more-hold {
      display: none; } }
  .team-block .more-hold .more {
    color: #d57900;
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    position: relative;
    padding-right: 72px;
    display: inline-block;
    vertical-align: top; }
    .team-block .more-hold .more:hover {
      color: #ff9509; }
      .team-block .more-hold .more:hover .sq {
        border-color: #ff9509; }
        .team-block .more-hold .more:hover .sq:before, .team-block .more-hold .more:hover .sq:after {
          border-color: #ff9509; }
  .team-block .more-hold .sq {
    position: absolute;
    top: 5px;
    right: 0;
    border: 2px solid #d57900;
    width: 16px;
    height: 16px; }
    .team-block .more-hold .sq:before, .team-block .more-hold .sq:after {
      content: '';
      border: 2px solid #d57900;
      width: 16px;
      height: 16px;
      position: absolute;
      left: -22px;
      top: -2px; }
    .team-block .more-hold .sq:after {
      content: '';
      left: -41px; }

.team-slide {
  margin-bottom: 32px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap; }
  @media (max-width: 799px) {
    .team-slide {
      margin-right: -30px;
      padding-bottom: 40px; } }
  @media (max-width: 699px) {
    .team-slide {
      margin: 0 -20px;
      padding-bottom: 32px; } }
  .team-slide .slick-list {
    padding-right: 90px; }
    @media (max-width: 699px) {
      .team-slide .slick-list {
        padding-right: 0; } }
  .team-slide .slide {
    float: left;
    width: 33.33%;
    background: #003a70;
    color: #fff; }
    .team-slide .slide:nth-child(2n) {
      background: #002453; }
    @media (max-width: 799px) {
      .team-slide .slide {
        width: 289px; } }
    @media (max-width: 499px) {
      .team-slide .slide {
        width: 320px; } }
  .team-slide .img-holder img {
    width: 100%; }
    @media (max-width: 699px) {
      .team-slide .img-holder img {
        width: 100%; } }
  .team-slide .desc {
    padding: 17px 25px 22px; }
    @media (max-width: 1023px) {
      .team-slide .desc {
        padding: 17px 12px 25px 25px; } }
    @media (max-width: 699px) {
      .team-slide .desc {
        padding: 15px 12px 25px 18px; } }
    .campus_page .team-slide .desc {
      padding: 21px 29px 27px; }
      @media (max-width: 699px) {
        .campus_page .team-slide .desc {
          padding: 19px 20px 20px; } }
    .team-slide .desc h3 {
      margin-bottom: 20px;
      line-height: 34px; }
      @media (max-width: 1023px) {
        .team-slide .desc h3 {
          margin: 0 0 18px !important; } }
      @media (max-width: 699px) {
        .team-slide .desc h3 {
          margin: 0 0 11px !important; } }
      .campus_page .team-slide .desc h3 {
        line-height: 36px; }
        @media (max-width: 1023px) {
          .campus_page .team-slide .desc h3 {
            line-height: 31px;
            margin-bottom: 20px !important; } }
      .team-slide .desc h3 a {
        color: #fff; }
        .team-slide .desc h3 a:hover {
          color: #007cc1; }
      .team-slide .desc h3 .icon-chevron {
        font-size: 20px;
        line-height: 19px;
        display: inline-block;
        vertical-align: middle;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        margin-right: 2px;
        margin-left: 5px; }
        @media (max-width: 699px) {
          .team-slide .desc h3 .icon-chevron {
            font-size: 14px;
            line-height: 14px; } }
    .team-slide .desc .txt-hold {
      line-height: 26px; }
	.team-slide .desc .txt-hold a {
      color:#fff; font-weight:bold }
      @media (max-width: 1023px) {
        .team-slide .desc .txt-hold {
          line-height: 24px; } }
      .team-slide .desc .txt-hold p {
        margin-bottom: 19px !important; }
        @media (max-width: 699px) {
          .team-slide .desc .txt-hold p {
            margin-bottom: 15px !important; } }
    .team-slide .desc .post {
      display: block;
      margin-bottom: 20px; }
      @media (max-width: 699px) {
        .team-slide .desc .post {
          margin-bottom: 15px; } }
    .team-slide .desc .contact-area span {
      display: block; }
    .team-slide .desc .contact-area a {
      color: #fff; }
      .team-slide .desc .contact-area a:hover {
        color: #0082ca; }
  .team-slide .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 0; }
    .team-slide .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0 18px; }
    .team-slide .slick-dots .slick-active button {
      background: #d57900; }
    .team-slide .slick-dots button {
      text-indent: -9999px;
      background: #fff;
      border: 2px solid #d57900;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      padding: 0; }
      .team-slide .slick-dots button:hover {
        background: #d57900; }
  @media (min-width: 800px) {
    .team-slide .js-hidden-box {
      position: absolute;
      left: -9999px;
      top: -9999px; } }

.hero-video .cycle-gallery {
  position: relative;
  background: white; }
  .hero-video .cycle-gallery .mask {
    position: relative;
    overflow: hidden; }
    .hero-video .cycle-gallery .mask .slideset {
      width: 99999px;
      float: left;
      margin: 0; }
    .hero-video .cycle-gallery .mask .slide {
      float: left; }
      .hero-video .cycle-gallery .mask .slide.active {
        z-index: 1; }
.hero-video .btn-prev,
.hero-video .btn-next {
  background: rgba(0, 0, 0, 0.3);
  width: 47px;
  height: 47px;
  border: 2px solid #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -2px;
  color: #fff;
  padding: 12px 10px;
  z-index: 2; }
  .hero-video .btn-prev:hover,
  .hero-video .btn-next:hover {
    background: #002453; }
  @media (max-width: 1023px) {
    .hero-video .btn-prev,
    .hero-video .btn-next {
      width: 37px;
      height: 37px;
      font-size: 15px;
      line-height: 15px;
      transform: translateY(-56%);
      -webkit-transform: translateY(-56%);
      -moz-transform: translateY(-56%);
      padding: 9px; } }
.hero-video .btn-prev .icon-chevron {
  display: block;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg); }
.hero-video .btn-next {
  left: auto;
  right: -2px; }
  .hero-video .btn-next .icon-chevron {
    display: block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg); }
.hero-video.campus .container {
  white-space: nowrap;
  text-align: center;
  text-align: left;
  padding: 0 52px 62px;
  max-width: 1144px; }
  .hero-video.campus .container:after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 0;
    min-height: 100%; }
  .hero-video.campus .container > * {
    white-space: normal;
    display: inline-block;
    vertical-align: bottom;
    max-width: 99%; }
  @media (max-width: 1023px) {
    .hero-video.campus .container {
      height: 346px;
      padding-bottom: 27px; } }
  @media (max-width: 699px) {
    .hero-video.campus .container {
      padding: 0 20px 13px; } }
  @media (max-width: 479px) {
    .hero-video.campus .container {
      height: 236px; } }
@media (max-width: 1023px) {
  .hero-video.campus.listing .container {
    padding-bottom: 43px; } }
@media (max-width: 699px) {
  .hero-video.campus.listing .container {
    padding-bottom: 20px; } }
.hero-video.campus .caption-area {
  width: 350px; }
  @media (max-width: 1023px) {
    .hero-video.campus .caption-area {
      width: 280px; } }
  @media (max-width: 699px) {
    .hero-video.campus .caption-area {
      width: 100%; } }
  .hero-video.campus .caption-area h1 {
    margin-bottom: 0;
    line-height: 70px; }
    @media (max-width: 1023px) {
      .hero-video.campus .caption-area h1 {
        line-height: 54px; } }
    @media (max-width: 699px) {
      .hero-video.campus .caption-area h1 {
        line-height: 36px; } }
    @media (max-width: 1023px) {
      .hero-video.campus .caption-area h1 br {
        display: none; } }
.hero-video.campus .play {
  transform: translate(-64%, -53%);
  -webkit-transform: translate(-64%, -53%);
  -moz-transform: translate(-64%, -53%); }
  @media (max-width: 1023px) {
    .hero-video.campus .play {
      transform: translate(-50%, -64%);
      -webkit-transform: translate(-50%, -64%);
      -moz-transform: translate(-50%, -64%); } }
  @media (max-width: 699px) {
    .hero-video.campus .play {
      transform: translate(-50%, -56%);
      -webkit-transform: translate(-50%, -56%);
      -moz-transform: translate(-50%, -56%); } }

/* feature block styles */
.feature-block {
  margin-bottom: 40px; }
  .feature-block h2 {
    color: #002243; }
    @media (max-width: 699px) {
      .feature-block h2 {
        margin-bottom: 19px !important; } }
  .feature-block .text {
    color: #002243;
    padding-right: 30px;
    margin-bottom: 31px; }
    @media (max-width: 1023px) {
      .feature-block .text {
        margin-bottom: 26px;
        padding-right: 0; } }
    @media (max-width: 699px) {
      .feature-block .text {
        margin-bottom: 19px; } }
  .feature-block .team-slide {
    margin-bottom: 29px; }
    @media (max-width: 1023px) {
      .feature-block .team-slide {
        margin-bottom: 35px;
        padding-bottom: 44px; } }
    @media (max-width: 699px) {
      .feature-block .team-slide {
        margin: 0 -20px 10px;
        padding-bottom: 30px; } }
  .feature-block .more-hold {
    text-align: center; }
    @media (max-width: 799px) {
      .feature-block .more-hold {
        display: none; } }
    .feature-block .more-hold .more {
      color: #d57900;
      font-size: 21px;
      line-height: 25px;
      font-weight: 600;
      position: relative;
      padding-right: 72px;
      display: inline-block;
      vertical-align: top; }
      .feature-block .more-hold .more:hover {
        color: #ff9509; }
        .feature-block .more-hold .more:hover .sq {
          border-color: #ff9509; }
          .feature-block .more-hold .more:hover .sq:before, .feature-block .more-hold .more:hover .sq:after {
            border-color: #ff9509; }
    .feature-block .more-hold .sq {
      position: absolute;
      top: 5px;
      right: 0;
      /* border: 2px solid #d57900;*/
      width: 16px;
      height: 16px; }
      .feature-block .more-hold .sq:before, .feature-block .more-hold .sq:after {
        content: '\25B6';
        /* border: 2px solid #d57900;*/
        width: 16px;
        height: 16px;
        position: absolute;
        left: -22px;
        top: -3px; }
      .feature-block .more-hold .sq:after {
        content: '\25B6';
        left: -41px; }

.spot-block {
  margin-bottom: 6px;
  margin-top: 30px;}
  .spot-block h2 {
    margin-bottom: 19px !important; }
    @media (max-width: 1023px) {
      .spot-block h2 {
        margin-bottom: 16px !important; } }
    @media (max-width: 699px) {
      .spot-block h2 {
        margin-bottom: 46px !important; } }

.spot-hold a.row:hover .icon {
  opacity: 0.7; }

.spot-hold {
  margin: 0 -23px; }
  @media (max-width: 1023px) {
    .spot-hold {
      margin: 0 -15px; } }
  @media (max-width: 699px) {
    .spot-hold {
      margin: 0; } }
  .spot-hold .img-holder {
    float: left;
    width: 50%;
    padding: 0 23px;
    margin-top: 3px; }
    .spot-hold .img-holder picture {
      display: block;
      height: auto;
      width: 100%;
      position: relative;
      overflow: hidden; }
      .spot-hold .img-holder picture img {
        width: 100%; }
      .spot-hold .img-holder picture:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.2s linear; }
    @media (max-width: 1023px) {
      .spot-hold .img-holder {
        padding: 0 15px;
        margin-top: 7px; } }
    @media (max-width: 699px) {
      .spot-hold .img-holder {
        display: none; } }
  .spot-hold a.img-holder:hover:before {
    opacity: 1; }
  .spot-hold .desc {
    float: left;
    width: 50%;
    padding: 0 23px; }
    @media (max-width: 1023px) {
      .spot-hold .desc {
        padding: 0 15px; } }
    @media (max-width: 699px) {
      .spot-hold .desc {
        float: none;
        width: 100%;
        padding: 0; } }
  .spot-hold .row {
    margin-bottom: 6px;
    display: block; }
    @media (max-width: 699px) {
      .spot-hold .row {
        margin-bottom: 21px; } }
    .spot-hold .row p {
      color: black; }
    .spot-hold .row h3 {
      transition: all 0.2s linear; }
    .spot-hold .row:hover h3 {
      color: #00a3fd; }
  .spot-hold .icon {
    float: left;
    width: 90px;
    margin-right: 28px;
    color: #0082ca;
    text-align: center;
    transition: all 300ms; }
    @media (max-width: 1023px) {
      .spot-hold .icon {
        width: 60px;
        margin-right: 20px;
        margin-top: 9px; } }
    @media (max-width: 699px) {
      .spot-hold .icon {
        width: 50px;
        margin-top: 0;
        margin-right: 13px; } }
    .spot-hold .icon .icon-staff {
      background-image: url(/_resources/css/images/stlcc-3.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      width: 100%;
      height: 70px; }
      .spot-hold .icon .icon-staff:before {
        content: none; }
      @media (max-width: 699px) {
        .spot-hold .icon .icon-staff {
          height: 40px; } }
    .spot-hold .icon .icon-students {
      font-size: 85px;
      line-height: 62px;
      background-image: url(/_resources/css/images/stlcc-4.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      width: 100%;
      height: 70px; }
      .spot-hold .icon .icon-students:before {
        content: none; }
      @media (max-width: 1023px) {
        .spot-hold .icon .icon-students {
          font-size: 56px;
          line-height: 42px; } }
      @media (max-width: 699px) {
        .spot-hold .icon .icon-students {
          font-size: 45px;
          line-height: 34px;
          height: 40px; } }
    .spot-hold .icon .icon-club {
      font-size: 70px;
      line-height: 69px;
      background-image: url(/_resources/css/images/stlcc-2.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      width: 100%;
      height: 70px; }
      .spot-hold .icon .icon-club:before {
        content: none; }
      @media (max-width: 1023px) {
        .spot-hold .icon .icon-club {
          font-size: 50px;
          line-height: 50px; } }
      @media (max-width: 699px) {
        .spot-hold .icon .icon-club {
          font-size: 40px;
          line-height: 40px;
          height: 40px; } }
    .spot-hold .icon .icon-sport {
      font-size: 72px;
      line-height: 72px;
      background-image: url(/_resources/css/images/stlcc-1.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      width: 100%;
      height: 70px; }
      .spot-hold .icon .icon-sport:before {
        content: none; }
      @media (max-width: 1023px) {
        .spot-hold .icon .icon-sport {
          font-size: 57px;
          line-height: 57px; } }
      @media (max-width: 699px) {
        .spot-hold .icon .icon-sport {
          font-size: 43px;
          line-height: 43px;
          height: 40px; } }
  .spot-hold .txt-wrap {
    overflow: hidden;
    line-height: 30px;
 	margin-top: 10px;}
    @media (max-width: 1023px) {
      .spot-hold .txt-wrap {
        line-height: 24px; } }
    @media (max-width: 699px) {
      .spot-hold .txt-wrap {
        overflow: visible; } }
  .spot-hold h3 {
    line-height: 34px;
    margin-bottom: 0;
    color: #0082ca;
    margin-bottom: 6px; }
    @media (max-width: 1023px) {
      .spot-hold h3 {
        margin: 0 0 3px !important;
        line-height: 30px; } }
    @media (max-width: 699px) {
      .spot-hold h3 {
        overflow: hidden;
        padding-top: 7px;
        margin: 0 0 18px !important; } }

.resource-block {
  margin-bottom: 43px; }
  @media (max-width: 1023px) {
    .resource-block {
      margin-bottom: 69px; } }
  @media (max-width: 799px) {
    .resource-block {
      margin-bottom: 31px; } }
  @media (max-width: 699px) {
    .resource-block {
      margin-bottom: 26px; } }
  .resource-block h2 {
    line-height: 55px;
    margin-bottom: 33px !important; }
    @media (max-width: 1023px) {
      .resource-block h2 {
        margin-bottom: 15px !important; } }
    @media (max-width: 699px) {
      .resource-block h2 {
        margin-bottom: 21px !important; } }
  .resource-block .resource-slide {
    font-size: 0;
    margin: 0 -1.5px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    align-items: stretch; }
    @media (max-width: 799px) {
      .resource-block .resource-slide {
        display: block;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        margin-right: -30px;
        padding-bottom: 38px; } }
    @media (max-width: 699px) {
      .resource-block .resource-slide {
        margin: 0 -20px;
        padding-bottom: 25px; } }
    @media (max-width: 799px) {
      .resource-block .resource-slide .slick-track {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        align-items: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row; } }
    .resource-block .resource-slide .box {
      width: 33.33%;
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 3px;
      padding: 0 1.5px;
      height: 289px; }
      @media (max-width: 1023px) {
        .resource-block .resource-slide .box {
          font-size: 16px;
          line-height: 24px; } }
      @media (max-width: 799px) {
        .resource-block .resource-slide .box {
          width: 292px; } }
      @media (max-width: 699px) {
        .resource-block .resource-slide .box {
          width: 320px;
          padding: 0;
          min-height: 0;
          background: #f0f4f6;
          position: relative;
          height: auto;
          min-height: 210px; } }
      @media (max-width: 699px) {
        .resource-block .resource-slide .box:nth-child(2n) {
          background: #e4ecef; } }
      .resource-block .resource-slide .box:nth-child(2n) a {
        background: #e4ecef; }
      .resource-block .resource-slide .box a {
        border-top: 4px solid #002453;
        background: #f0f4f6;
        display: block;
        color: #002243;
        padding: 21px 26px 47px;
        position: relative;
        height: 100%;
	  	text-decoration:none;}
        @media (max-width: 1023px) {
          .resource-block .resource-slide .box a {
            padding: 18px 26px 40px; } }
        @media (max-width: 699px) {
          .resource-block .resource-slide .box a {
            padding: 20px 19px 23px;
            position: static; } }
        .resource-block .resource-slide .box a:hover .overlay {
          display: block;
          opacity: 1;
          visibility: visible; }
          @media (max-width: 699px) {
            .resource-block .resource-slide .box a:hover .overlay {
              opacity: 0; } }
      .resource-block .resource-slide .box h3 {
        color: #0082ca;
        line-height: 31px;
        margin-bottom: 11px; }
        @media (max-width: 1023px) {
          .resource-block .resource-slide .box h3 {
            margin: 0 0 10px !important; } }
        @media (max-width: 699px) {
          .resource-block .resource-slide .box h3 {
            line-height: 25px; } }
        .resource-block .resource-slide .box h3 .icon-chevron {
          font-size: 20px;
          line-height: 19px;
          display: inline-block;
          vertical-align: middle;
          transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          margin-top: -4px; }
          @media (max-width: 699px) {
            .resource-block .resource-slide .box h3 .icon-chevron {
              font-size: 14px;
              line-height: 14px; } }
    .resource-block .resource-slide .bg-stretch {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      height: 100%; }
    .resource-block .resource-slide .overlay {
      opacity: 0;
      transition: 0.2s all linear;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      visibility: hidden; }
      .resource-block .resource-slide .overlay .ico-area {
        white-space: nowrap;
        text-align: center;
        width: 87px;
        height: 87px;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        font-size: 26px;
        line-height: 26px;
        color: #fff; }
        .resource-block .resource-slide .overlay .ico-area:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 100%; }
        .resource-block .resource-slide .overlay .ico-area > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; }
    .resource-block .resource-slide .slick-dots {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      line-height: 0; }
      .resource-block .resource-slide .slick-dots li {
        display: inline-block;
        vertical-align: top;
        margin: 0 18px; }
      .resource-block .resource-slide .slick-dots .slick-active button {
        background: #003a70; }
      .resource-block .resource-slide .slick-dots button {
        text-indent: -9999px;
        background: #fff;
        border: 2px solid #003a70;;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        padding: 0; }
        .resource-block .resource-slide .slick-dots button:hover {
          background: #0082ca; }

.cover-holder {
  position: relative;
  margin-bottom: 78px;
  display: block;
  overflow: hidden;
  cursor: pointer; }
  .cover-holder:after {
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    background: -moz-linear-gradient(45deg, #002243 0%, rgba(255, 255, 255, 0.01) 100%);
    background: -webkit-linear-gradient(45deg, #002243 0%, rgba(255, 255, 255, 0.01) 100%);
    background: linear-gradient(45deg, #002243 0%, rgba(255, 255, 255, 0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002243', endColorstr='#03ffffff',GradientType=1 );
    opacity: 0.6;
    position: absolute;
    transition: all 300ms; }
    @media (max-width: 699px) {
      .cover-holder:after {
        content: none; } }
  .cover-holder:hover:after {
    opacity: 0.8; }
  @media (max-width: 1023px) {
    .cover-holder {
      margin-bottom: 53px; } }
  @media (max-width: 699px) {
    .cover-holder {
      margin: 0 -20px 38px; } }
  .cover-holder .img-holder img {
    width: 100%; }

@media (max-width: 699px) {
  .events-block .cover-holder {
    margin-bottom: 20px; } }
@media (max-width: 699px) {
  .events-block .cover-holder .info-holder {
    position: relative;
    bottom: auto !important; }
    .events-block .cover-holder .info-holder .event-name,
    .events-block .cover-holder .info-holder .date-hold {
      color: #0082ca; }
    .events-block .cover-holder .info-holder .date-hold {
      margin-right: 19px; }
    .events-block .cover-holder .info-holder .locate {
      font-weight: 400; }
    .events-block .cover-holder .info-holder ul {
      color: black;
      font-size: 16px; } }
@media (max-width: 1023px) {
  .events-block .cover-holder .info-holder .date-hold {
    padding-top: 20px !important; } }
@media (max-width: 699px) {
  .events-block .cover-holder .info-holder .date-hold {
    padding-top: 16px !important; } }
@media (min-width: 701px) {
  .events-block .cover-holder .info-holder .date-hold {
    width: 68px;
    height: 84px;
    margin-right: 22px;
    padding-top: 12px;
    margin-bottom: 8px; }
    .events-block .cover-holder .info-holder .date-hold time {
      font-size: 18px;
      line-height: 1; }
      .events-block .cover-holder .info-holder .date-hold time span {
        font-size: 36px;
        line-height: 0.8; }
  .events-block .cover-holder .info-holder ul {
    font-size: 18px; }
    .events-block .cover-holder .info-holder ul .locate {
      font-weight: 400; } }
@media (max-width: 699px) {
  .events-block .cover-holder .img-holder {
    margin-bottom: 20px; }
    .events-block .cover-holder .img-holder:before {
      content: none; } }

@media (max-width: 699px) {
  .info-holder.news {
    position: static;
    color: #007cc1;
    padding: 0 20px; } }

.event-name.news {
  max-width: 55%; }
  @media (max-width: 699px) {
    .event-name.news {
      max-width: initial;
      margin-top: 25px; } }
  .event-name.news em {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px; }
    @media (max-width: 699px) {
      .event-name.news em {
        display: none; } }

.list-page .cover-holder {
  margin-bottom: 40px; }
  @media (max-width: 699px) {
    .list-page .cover-holder {
      margin-bottom: 30px; } }

@media (max-width: 1023px) {
  .started-block:first-child {
    margin-top: 35px; } }

.info-holder {
  position: absolute;
  bottom: 35px;
  left: 48px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  z-index: 10; }
  @media (max-width: 1023px) {
    .info-holder {
      font-size: 21px;
      line-height: 25px;
      left: 41px;
      bottom: 25px; } }
  @media (max-width: 699px) {
    .info-holder {
      font-size: 18px;
      line-height: 26px;
      left: 19px;
      bottom: 28px; } }
  .info-holder .date-hold {
    display: inline-block;
    vertical-align: bottom;
    width: 98px;
    height: 120px;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 29px;
    font-weight: 600;
    text-align: center;
    margin-right: 32px;
    position: relative;
    padding: 27px 15px 15px; }
    @media (max-width: 1023px) {
      .info-holder .date-hold {
        font-size: 18px;
        line-height: 20px;
        width: 64px;
        height: 79px;
        padding: 17px 10px 10px;
        margin-right: 21px; } }
    @media (max-width: 699px) {
      .info-holder .date-hold {
        width: 55px;
        height: 68px;
        font-size: 16px;
        line-height: 18px;
        margin-right: 29px;
        vertical-align: middle;
        margin-top: -8px; } }
    .info-holder .date-hold:before {
      display: block;
      content: "";
      background-image: url(/_resources/css/images/calendar-white.png);
      background-repeat: no-repeat;
      background-size: cover;
      font-size: 120px;
      height: 100%;
      line-height: 120px;
      position: absolute;
      top: 0;
      left: 0;
      font-weight: 400;
      width: 100%; }
      @media (max-width: 1023px) {
        .info-holder .date-hold:before {
          font-size: 79px;
          line-height: 79px; } }
      @media (max-width: 699px) {
        .info-holder .date-hold:before {
          font-size: 68px;
          line-height: 68px;
          background-image: url(/_resources/css/images/stlcc-5.png); } }
    .info-holder .date-hold span {
      display: block;
      font-size: 54px;
      line-height: 44px; }
      @media (max-width: 1023px) {
        .info-holder .date-hold span {
          font-size: 36px;
          line-height: 26px; } }
      @media (max-width: 699px) {
        .info-holder .date-hold span {
          font-size: 30px;
          line-height: 20px; } }
  .info-holder .desc {
    display: inline-block;
    vertical-align: bottom; }
    @media (max-width: 699px) {
      .info-holder .desc {
        vertical-align: middle; } }
    .info-holder .desc .event-name {
      display: block;
      font-weight: 600; }
    .info-holder .desc ul {
      margin-top: 10px; }
      @media (max-width: 1023px) {
        .info-holder .desc ul {
          margin-bottom: 4px; } }
      @media (max-width: 699px) {
        .info-holder .desc ul {
          margin-bottom: 0; } }
      .info-holder .desc ul li {
        float: left;
        font-weight: 600;
        position: relative; }
        @media (max-width: 699px) {
          .info-holder .desc ul li {
            float: none; } }
        .info-holder .desc ul li + li {
          margin-left: 12px;
          padding-left: 17px; }
          @media (max-width: 1023px) {
            .info-holder .desc ul li + li {
              margin-left: 15px;
              padding-left: 15px; } }
          @media (max-width: 699px) {
            .info-holder .desc ul li + li {
              margin: 0;
              padding: 0; } }
          .info-holder .desc ul li + li:before {
            content: '';
            height: 24px;
            width: 1px;
            background: #fff;
            position: absolute;
            left: 0;
            top: 5px; }
            @media (max-width: 1023px) {
              .info-holder .desc ul li + li:before {
                height: 22px;
                top: 4px; } }
            @media (max-width: 699px) {
              .info-holder .desc ul li + li:before {
                display: none; } }
      .info-holder .desc ul a {
        color: #fff; }
        .info-holder .desc ul a:hover {
          color: #007cc1; }

.events-block {
  margin-bottom: 30px; }
  @media (max-width: 699px) {
    .events-block {
      margin-bottom: 35px; } }
  .events-block h2 {
    line-height: 55px;
    margin-bottom: 28px !important; }
    @media (max-width: 1023px) {
      .events-block h2 {
        margin-bottom: 16px !important; } }
  .events-block .events-area {
    font-size: 0;
    margin: 0 -23px -17px; }
    @media (max-width: 1023px) {
      .events-block .events-area {
        margin: 0 -15px -9px; } }
    @media (max-width: 699px) {
      .events-block .events-area {
        margin-bottom: 29px; } }
    .events-block .events-area .event {
      font-size: 18px;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 23px;
      margin-bottom: 44px; }
      @media (max-width: 1023px) {
        .events-block .events-area .event {
          font-size: 16px;
          padding: 0 15px;
          margin-bottom: 39px; } }
      @media (max-width: 699px) {
        .events-block .events-area .event {
          display: block;
          width: 100%;
          margin-bottom: 25px; } }
      @media (max-width: 699px) {
        .events-block .events-area .event:nth-child(2n) {
          display: none; } }
    .events-block .events-area .date-hold {
      float: left;
      width: 65px;
      height: 80px;
      margin-right: 28px;
      color: #0082ca;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      position: relative;
      padding: 18px 12px 10px;
      margin-top: 4px;
      line-height: 22px; }
      @media (max-width: 1023px) {
        .events-block .events-area .date-hold {
          width: 58px;
          height: 71px;
          padding: 14px 8px 8px;
          margin-right: 20px; } }
      @media (max-width: 699px) {
        .events-block .events-area .date-hold {
          width: 55px;
          height: 68px;
          margin-right: 22px; } }
      .events-block .events-area .date-hold:before {
        content: '';
        color: #0082ca;
        font-size: 80px;
        line-height: 80px;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 400;
        display: block;
        content: "";
        background-image: url(/_resources/css/images/stlcc-5.png);
        background-repeat: no-repeat;
        background-size: cover;
        font-size: 120px;
        height: 100%;
        line-height: 120px;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 400;
        width: 100%; }
        @media (max-width: 1023px) {
          .events-block .events-area .date-hold:before {
            font-size: 71px;
            line-height: 71px; } }
        @media (max-width: 699px) {
          .events-block .events-area .date-hold:before {
            font-size: 68px;
            line-height: 68px; } }
      .events-block .events-area .date-hold span {
        display: block;
        font-size: 36px;
        line-height: 24px; }
        @media (max-width: 1023px) {
          .events-block .events-area .date-hold span {
            font-size: 32px;
            line-height: 22px; } }
        @media (max-width: 699px) {
          .events-block .events-area .date-hold span {
            font-size: 30px;
            line-height: 16px; } }
    .events-block .events-area .desc {
      overflow: hidden; }
      .events-block .events-area .desc ul li {
        float: left;
        position: relative; }
        .events-block .events-area .desc ul li + li {
          margin-left: 10px;
          padding-left: 10px; }
          .events-block .events-area .desc ul li + li:before {
            content: '';
            height: 17px;
            width: 1px;
            background: #000;
            position: absolute;
            left: 0;
            top: 8px; }
    .events-block .events-area .event-name {
      font-size: 24px;
      line-height: 28px;
      font-weight: 600;
      margin-bottom: 3px; }
      @media (max-width: 1023px) {
        .events-block .events-area .event-name {
          font-size: 21px;
          line-height: 27px; } }
      @media (max-width: 699px) {
        .events-block .events-area .event-name {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 0; } }
      .events-block .events-area .event-name a {
        color: #0082ca; }
        .events-block .events-area .event-name a:hover {
          color: #d57900; }
    .events-block .events-area .time {
      font-weight: 600;
      display: block; }
      @media (max-width: 1023px) {
        .events-block .events-area .time {
          margin-bottom: 3px; } }
    .events-block .events-area .locate a {
      color: #000; }
  .events-block .btn-hold {
    text-align: right; }
    @media (max-width: 699px) {
      .events-block .btn-hold {
        text-align: left; } }
  .events-block .btn {
    width: 191px;
    background: #d57900;
    display: inline-block;
    padding: 12px 38px 12px 18px;
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: left; }
    @media (max-width: 1023px) {
      .events-block .btn {
        padding: 13px 38px 13px 18px;
        width: 200px; } }
    @media (max-width: 699px) {
      .events-block .btn {
        padding: 14px 38px 14px 18px;
        font-size: 16px;
        line-height: 18px;
        width: 177px; } }
    .events-block .btn:after {
      content: '\e900';
      font-family: 'icomoon';
      position: absolute;
      top: 50%;
      right: 15px;
      font-size: 18px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%); }
    .events-block .btn:hover {
      background: #a25c00; }

/* map block styles */
.map-block {
  margin-bottom: 53px; }
  @media (max-width: 1023px) {
    .map-block {
      margin-bottom: 28px; } }
  @media (max-width: 699px) {
    .map-block {
      margin-bottom: 20px; } }
  .map-block h2 {
    line-height: 55px;
    margin-bottom: 34px !important; }
    @media (max-width: 1023px) {
      .map-block h2 {
        font-size: 37px;
        line-height: 41px;
        margin-bottom: 26px !important; } }
    @media (max-width: 699px) {
      .map-block h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 27px !important; } }
  @media (max-width: 699px) {
    .map-block .tab-frame {
      display: table;
      table-layout: fixed;
      width: 100%; } }
  @media (max-width: 699px) {
    .map-block .tabset {
      margin: 0 -20px; } }
  .map-block .tabset li {
    float: left;
    width: 25%;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-align: center; }
    @media (max-width: 1023px) {
      .map-block .tabset li {
        font-size: 21px;
        line-height: 25px; } }
    @media (max-width: 699px) {
      .map-block .tabset li {
        float: none;
        width: 100%;
        font-size: 18px;
        line-height: 22px;
        text-align: left; } }
    .map-block .tabset li + li {
      border-left: 3px solid #003a70; }
      @media (max-width: 699px) {
        .map-block .tabset li + li {
          border: solid #003a70;
          border-width: 2px 0 0; } }
    @media (max-width: 699px) {
      .map-block .tabset li.active a {
        background: #006197; } }
    .map-block .tabset li.active a:after {
      content: '';
      height: 0;
      width: 0;
      border-left: 17.5px solid transparent;
      border-right: 17.5px solid transparent;
      border-top: 18px solid #0082ca;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear; }
      @media (max-width: 1023px) {
        .map-block .tabset li.active a:after {
          height: 0;
          width: 0;
          border-left: 13.5px solid transparent;
          border-right: 13.5px solid transparent;
          border-top: 14px solid #0082ca; } }
      @media (max-width: 699px) {
        .map-block .tabset li.active a:after {
          display: none; } }
    .map-block .tabset li.active a:hover:after {
      content: '';
      height: 0;
      width: 0;
      border-left: 17.5px solid transparent;
      border-right: 17.5px solid transparent;
      border-top: 18px solid #006197; }
      @media (max-width: 1023px) {
        .map-block .tabset li.active a:hover:after {
          height: 0;
          width: 0;
          border-left: 13.5px solid transparent;
          border-right: 13.5px solid transparent;
          border-top: 14px solid #006197; } }
      @media (max-width: 699px) {
        .map-block .tabset li.active a:hover:after {
          display: none; } }
  .map-block .tabset a {
    display: block;
    padding: 26px 10px;
    background: #0082ca;
    color: #fff;
    position: relative; }
    @media (max-width: 1023px) {
      .map-block .tabset a {
        padding: 18px 10px; } }
    @media (max-width: 699px) {
      .map-block .tabset a {
        padding: 22px 15px 22px 59px; } }
    .map-block .tabset a:hover {
      background: #006197; }
    @media (max-width: 699px) {
      .map-block .tabset a:before {
        content: '\e90b';
        font-family: 'icomoon';
        color: #fff;
        font-size: 25px;
        line-height: 25px;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        font-weight: 400; } }
  @media (max-width: 699px) {
    .map-block .tab-content {
      margin: 0 -20px;
      display: table-header-group;
      height: 1%; } }
  @media (max-width: 699px) {
    .map-block .tab-content .map-hold {
      margin: 0 -20px;
      position: relative; } }
  @media (max-width: 699px) {
    .map-block .tab-content .map-hold img {
      width: 100%; } }
  .map-block .tab-content .map-hold .open-area {
    width: 87px;
    height: 87px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    display: none; }
    @media (max-width: 699px) {
      .map-block .tab-content .map-hold .open-area {
        display: block; } }
    .map-block .tab-content .map-hold .open-area a {
      white-space: nowrap;
      text-align: center;
      color: #fff;
      display: block;
      height: 100%; }
      .map-block .tab-content .map-hold .open-area a:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      .map-block .tab-content .map-hold .open-area a > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%; }

.visit-block h2 {
  line-height: 55px;
  margin-bottom: 27px !important; }
  @media (max-width: 1023px) {
    .visit-block h2 {
      margin-bottom: 14px !important; } }
.visit-block .row {
  margin: 0 -23px; }
  @media (max-width: 1023px) {
    .visit-block .row {
      margin: 0 -15px; } }
  @media (max-width: 699px) {
    .visit-block .row {
      margin: 0; } }
  .visit-block .row .col {
    float: left;
    width: 50%;
    padding: 0 23px; }
    @media (max-width: 1023px) {
      .visit-block .row .col {
        padding: 0 15px; } }
    @media (max-width: 699px) {
      .visit-block .row .col {
        float: none;
        width: 100%;
        padding: 0; } }
  .visit-block .row .frame {
    background: #f0f4f6;
    border-top: 4px solid #002453;
    font-size: 30px;
    line-height: 40px;
    padding: 23px 35px 31px; }
    @media (max-width: 1023px) {
      .visit-block .row .frame {
        font-size: 26px;
        line-height: 32px;
        border-top-width: 3px;
        padding: 20px 30px 25px; } }
    @media (max-width: 699px) {
      .visit-block .row .frame {
        font-size: 21px;
        line-height: 30px;
        padding: 18px 25px 20px; } }
    .visit-block .row .frame strong {
      font-weight: 600;
      display: block; }
    .visit-block .row .frame address {
      font-style: normal; }
  .visit-block .row .inner {
    font-size: 30px;
    line-height: 40px;
    padding: 27px 0; }
    @media (max-width: 1023px) {
      .visit-block .row .inner {
        font-size: 26px;
        line-height: 32px;
        padding: 24px 0 0 11px; } }
    @media (max-width: 699px) {
      .visit-block .row .inner {
        font-size: 21px;
        line-height: 30px;
        padding: 26px 0 0; } }
    .visit-block .row .inner .icon-time {
      font-size: 67px;
      line-height: 67px;
      color: #0082ca;
      display: inline-block;
      vertical-align: middle;
      margin-right: 17px; }
      @media (max-width: 1023px) {
        .visit-block .row .inner .icon-time {
          font-size: 55px;
          line-height: 55px; } }
      @media (max-width: 699px) {
        .visit-block .row .inner .icon-time {
          font-size: 43px;
          line-height: 43px;
          margin-right: 14px;
          vertical-align: top;
          margin-top: 2px; } }
    .visit-block .row .inner .txt {
      display: inline-block;
      vertical-align: middle;
      width: 72%; }
      @media (max-width: 699px) {
        .visit-block .row .inner .txt {
          vertical-align: top; } }
    .visit-block .row .inner strong {
      font-weight: 600;
      display: block; }
    .visit-block .row .inner .timing .day {
      margin-right: 5px; }

.map-label {
  width: 245px;
  position: absolute;
  top: 21px;
  left: 20px; }
  .map-label .opener {
    display: block;
    background: #0082ca;
    color: #fff;
    position: relative;
    padding: 9px 40px 9px 16px;
    outline: none; }
    .map-label .opener:after {
      content: '\e903';
      font-family: 'icomoon';
      position: absolute;
      right: 17px;
      top: 9px; }
  .map-label.active .opener:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    top: 8px; }
  .map-label .slide {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #0082ca; }
    .map-label .slide ul li {
      margin: 0;
      font-size: 16px;
      line-height: 21px;
      border-top: 3px solid #002453; }
    .map-label .slide ul a {
      display: block;
      color: #fff;
      padding: 10px 16px; }
      .map-label .slide ul a:hover {
        background: #00a3fd; }

.map-view img {
  width: 100%; }

.campus-page .fancybox-close {
  width: 35px;
  height: 35px; }
  .campus-page .fancybox-close:after, .campus-page .fancybox-close:before {
    content: '';
    left: 7px;
    right: 7px;
    top: 16px; }

.has-map .fancybox-wrap {
  top: 0 !important; }

.fancybox-overlay {
  background: rgba(0, 58, 112, 0.74902); }

@media (max-width: 699px) {
  .has-gallery .fancybox-wrap {
    top: 0 !important;
    position: fixed !important;
    bottom: 0;
    height: 100% !important; }
    .has-gallery .fancybox-wrap .fancybox-skin,
    .has-gallery .fancybox-wrap .fancybox-outer {
      height: 100% !important; }
    .has-gallery .fancybox-wrap .fancybox-outer {
      overflow-y: scroll;
      padding: 0 26px;
      margin: 0px -26px; } }

.explore-holder .load-overlay .loading-ico {
  display: none; }
.explore-holder.js-ajax-loading .load-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 9999; }
  .explore-holder.js-ajax-loading .load-overlay .loading-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    display: block; }
.explore-holder .user-section {
  margin: 0 -2px; }
  @media (max-width: 699px) {
    .explore-holder .user-section {
      margin: 0; } }
  .explore-holder .user-section .col {
    float: left;
    width: 50%;
    padding: 0 2px;
    color: #fff; }
    @media (max-width: 699px) {
      .explore-holder .user-section .col {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 3px; } }
  .explore-holder .user-section h2 {
    line-height: 54px; }
    @media (max-width: 1199px) {
      .explore-holder .user-section h2 {
        font-size: 40px; } }
    @media (max-width: 699px) {
      .explore-holder .user-section h2 {
        font-size: 30px;
        line-height: 35px; } }
  .explore-holder .user-section .hold {
    background: #002453;
    padding: 22px 42px 42px; }
    @media (max-width: 1023px) {
      .explore-holder .user-section .hold {
        padding: 13px 30px 36px; } }
    @media (max-width: 699px) {
      .explore-holder .user-section .hold {
        padding: 18px 30px 31px; } }
    .explore-holder .user-section .hold .text {
      display: block;
      margin-bottom: 22px;
      font-size: 21px;
      line-height: 25px; }
      @media (max-width: 1023px) {
        .explore-holder .user-section .hold .text {
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 19px; } }
      @media (max-width: 699px) {
        .explore-holder .user-section .hold .text {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 15px; } }
    .explore-holder .user-section .hold h2 {
      margin-bottom: 26px !important; }
      @media (max-width: 1023px) {
        .explore-holder .user-section .hold h2 {
          margin-bottom: 18px !important; } }
  .explore-holder .user-section .category {
    background: #0082ca; }
    .explore-holder .user-section .category h2 {
      margin-bottom: 73px !important; }
      @media (max-width: 1023px) {
        .explore-holder .user-section .category h2 {
          margin-bottom: 59px !important; } }
      @media (max-width: 699px) {
        .explore-holder .user-section .category h2 {
          margin-bottom: 18px !important; } }
  .explore-holder .user-section .search-form {
    background: #fff; }
    .explore-holder .user-section .search-form .btn {
      float: right;
      color: #a6bbc3;
      font-size: 33px;
      line-height: 33px;
      background: none;
      border: none;
      margin: 17px 16px 0 1px;
      padding: 1px 0 0; }
      .explore-holder .user-section .search-form .btn:hover {
        color: #88a4ae; }
      @media (max-width: 1023px) {
        .explore-holder .user-section .search-form .btn {
          margin-right: 10px;
          margin-top: 10px;
          font-size: 29px;
          line-height: 29px; } }
      @media (max-width: 699px) {
        .explore-holder .user-section .search-form .btn {
          font-size: 20px;
          line-height: 21px;
          margin: 11px 10px 0 1px;
          padding-top: 1px; } }
    .explore-holder .user-section .search-form .input-holder {
      overflow: hidden; }
    .explore-holder .user-section .search-form .control {
      border: none;
      font-size: 21px;
      line-height: 26px;
      color: #000;
      font-weight: 600;
      height: 66px;
      width: 100%;
      padding: 20px 15px; }
      .explore-holder .user-section .search-form .control::-webkit-input-placeholder {
        color: #a6bbc3; }
      .explore-holder .user-section .search-form .control::-moz-placeholder {
        opacity: 1;
        color: #a6bbc3; }
      .explore-holder .user-section .search-form .control:-moz-placeholder {
        color: #a6bbc3; }
      .explore-holder .user-section .search-form .control:-ms-input-placeholder {
        color: #a6bbc3; }
      .explore-holder .user-section .search-form .control.placeholder {
        color: #a6bbc3; }
      @media (max-width: 1023px) {
        .explore-holder .user-section .search-form .control {
          height: 50px;
          padding: 10px 15px; } }
      @media (max-width: 699px) {
        .explore-holder .user-section .search-form .control {
          height: 44px;
          font-size: 16px;
          line-height: 20px;
          padding: 12px 15px; } }
  .explore-holder .user-section .program-hold {
    position: relative; }
    @media (max-width: 1023px) {
      .explore-holder .user-section .program-hold {
        margin-right: 22px; } }
    @media (max-width: 699px) {
      .explore-holder .user-section .program-hold {
        margin: 0; } }
    .explore-holder .user-section .program-hold .opener {
      display: block;
      background: #9adaff;
      color: #000;
      position: relative;
      padding: 20px 60px 20px 24px;
      outline: none;
      font-size: 21px;
      line-height: 26px;
      font-weight: 600; }
      @media (max-width: 1023px) {
        .explore-holder .user-section .program-hold .opener {
          font-size: 18px;
          line-height: 22px;
          padding: 14px 45px 14px 16px; } }
      @media (max-width: 699px) {
        .explore-holder .user-section .program-hold .opener {
          font-size: 16px;
          line-height: 20px;
          padding: 12px 45px 12px 16px; } }
      .explore-holder .user-section .program-hold .opener:after {
        content: '\e903';
        font-family: 'icomoon';
        position: absolute;
        right: 21px;
        top: 21px;
        font-size: 26px; }
        @media (max-width: 1023px) {
          .explore-holder .user-section .program-hold .opener:after {
            font-size: 20px;
            right: 17px;
            top: 15px; } }
        @media (max-width: 699px) {
          .explore-holder .user-section .program-hold .opener:after {
            font-size: 17px;
            right: 16px;
            top: 13px; } }
    .explore-holder .user-section .program-hold.active .opener:after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      top: 21px; }
      @media (max-width: 1023px) {
        .explore-holder .user-section .program-hold.active .opener:after {
          top: 14px; } }
      @media (max-width: 699px) {
        .explore-holder .user-section .program-hold.active .opener:after {
          top: 12px; } }
    .explore-holder .user-section .program-hold .drop {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 999;
      background: #9adaff; }
      @media (max-width: 699px) {
        .explore-holder .user-section .program-hold .drop {
          position: static; } }
      .explore-holder .user-section .program-hold .drop ul li {
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600; }
      .explore-holder .user-section .program-hold .drop ul a {
        display: block;
        color: #000;
        padding: 13px 27px 14px; }
        @media (max-width: 1023px) {
          .explore-holder .user-section .program-hold .drop ul a {
            padding: 13px 17px 14px; } }
        .explore-holder .user-section .program-hold .drop ul a:hover {
          background: #00a3fd; }

.hidden-popup-opener {
  background: #e84b37;
  color: #fff;
  padding: 30px 35px; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .accessibility.skip:focus {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999; }
  .accessibility:focus {
    position: static;
    width: auto;
    height: auto; }

.hidden-popup-opener {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.js-ajax-holder {
  position: relative; }

.ajax-content {
  padding: 34px 0; }
  @media (max-width: 1023px) {
    .ajax-content {
      padding: 32px 0; } }
  @media (max-width: 699px) {
    .ajax-content {
      padding: 15px 0; } }
  .ajax-content input[type="checkbox"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
  .ajax-content .fake-input {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #d6e1e5;
    background: #fff;
    vertical-align: middle;
    position: relative; }
  .ajax-content input[type="checkbox"] + .fake-input:before {
    content: '';
    width: 12px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #000;
    border-width: 0 0 3px 3px;
    opacity: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -5px 0 0 -6px; }
  .ajax-content input[type="checkbox"]:checked + .fake-input:before {
    opacity: 1; }
  .ajax-content input[type="checkbox"]:checked ~ .fake-label {
    font-weight: bold;
    color: #f00; }
  .ajax-content input:disabled ~ .fake-label {
    opacity: .5; }
  .ajax-content .js-select-panel {
    margin-bottom: 23px; }
    @media (max-width: 1023px) {
      .ajax-content .js-select-panel {
        margin-bottom: 25px; } }
    @media (max-width: 699px) {
      .ajax-content .js-select-panel {
        position: relative; } }
  .ajax-content .lbl-text {
    display: inline-block;
    vertical-align: middle;
    width: 84px;
    margin-right: 5px; }
    @media (max-width: 699px) {
      .ajax-content .lbl-text {
        margin-bottom: 10px; } }
  .ajax-content .open-close {
    display: inline-block;
    vertical-align: middle;
    width: 225px;
    position: relative; }
    @media (max-width: 699px) {
      .ajax-content .open-close {
        width: 100%;
        display: block;
        margin-bottom: 2px; } }
    .ajax-content .open-close.active .opener {
      border-bottom-color: #fff; }
      .ajax-content .open-close.active .opener:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg); }
    .ajax-content .open-close.active .slide {
      margin-top: -2px;
      padding-top: 2px; }
    .ajax-content .open-close .opener {
      border: 2px solid #d6e0e4;
      width: 100%;
      display: block;
      padding: 5px 40px 5px 14px;
      position: relative;
      color: #007cc1;
      white-space: nowrap; }
      @media (max-width: 1023px) {
        .ajax-content .open-close .opener {
          padding: 8px 40px 8px 14px; } }
      .ajax-content .open-close .opener:after {
        content: '\e903';
        font-family: 'icomoon';
        position: absolute;
        right: 15px;
        top: 6px; }
        @media (max-width: 1023px) {
          .ajax-content .open-close .opener:after {
            right: 16px;
            top: 9px; } }
      .ajax-content .open-close .opener span {
        position: relative;
        margin-left: 15px; }
        .ajax-content .open-close .opener span:before {
          content: '(';
          position: absolute;
          top: 50%;
          left: -5px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%); }
        .ajax-content .open-close .opener span:after {
          content: ')';
          position: absolute;
          top: 50%;
          right: -5px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%); }
    .ajax-content .open-close .slide {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      border: solid #d6e0e4;
      border-width: 0 2px 2px;
      background: #fff;
      padding: 0 18px 24px; }
      @media (max-width: 699px) {
        .ajax-content .open-close .slide {
          position: static;
          padding: 0 16px 17px; } }
      .ajax-content .open-close .slide .wrap {
        display: block;
        padding: 6px 0; }
        @media (max-width: 699px) {
          .ajax-content .open-close .slide .wrap {
            padding: 8px 0; } }
      .ajax-content .open-close .slide .lbl {
        color: #007cc1;
        margin-left: 7px; }
      .ajax-content .open-close .slide .btn {
        background: #d67900;
        color: #fff;
        width: 75px;
        display: block;
        padding: 9px 5px;
        text-align: center;
        margin-top: 13px; }
        @media (max-width: 699px) {
          .ajax-content .open-close .slide .btn {
            padding: 11px 5px; } }
        .ajax-content .open-close .slide .btn:hover {
          background: #a35c00; }
  .ajax-content .btn-clear {
    margin-left: 12px;
    text-decoration: none; }
    @media (max-width: 699px) {
      .ajax-content .btn-clear {
        position: absolute;
        top: 0;
        right: 0; } }
    .ajax-content .btn-clear:hover {
      text-decoration: none; }
  .ajax-content .show-text {
    display: block;
    margin-bottom: 41px; }
    @media (max-width: 1023px) {
      .ajax-content .show-text {
        margin-bottom: 34px; } }
    @media (max-width: 699px) {
      .ajax-content .show-text {
        margin-bottom: 31px; } }
    .ajax-content .show-text a {
      text-decoration: none; }
      .ajax-content .show-text a:hover {
        text-decoration: none; }
  .ajax-content .option-hold {
    margin-bottom: 16px; }
    @media (max-width: 1023px) {
      .ajax-content .option-hold {
        margin-bottom: 5px; } }
    @media (max-width: 699px) {
      .ajax-content .option-hold {
        margin-bottom: 10px; } }
  .ajax-content h2 {
    line-height: 56px; }
    @media (max-width: 1023px) {
      .ajax-content h2 {
        line-height: 46px;
        margin-bottom: 0 !important; } }
    @media (max-width: 699px) {
      .ajax-content h2 {
        line-height: 36px;
        margin-bottom: 10px !important; } }
  .ajax-content .heading {
    margin-bottom: 12px;
    font-size: 0; }
    @media (max-width: 1023px) {
      .ajax-content .heading {
        margin-bottom: 21px; } }
    @media (max-width: 699px) {
      .ajax-content .heading {
        margin-bottom: 9px; } }
    .ajax-content .heading h2 {
      display: inline-block;
      vertical-align: bottom;
      width: 75%; }
      @media (max-width: 699px) {
        .ajax-content .heading h2 {
          display: block;
          width: 100%; } }
    .ajax-content .heading .tool-wrap {
      display: inline-block;
      vertical-align: bottom;
      width: 25%;
      text-align: right;
      font-size: 18px;
      position: relative; }
      @media (max-width: 1023px) {
        .ajax-content .heading .tool-wrap {
          font-size: 16px; } }
      @media (max-width: 699px) {
        .ajax-content .heading .tool-wrap {
          display: block;
          width: 100%;
          text-align: left; } }
      .ajax-content .heading .tool-wrap.hover .tool-slide {
        display: block; }
      .ajax-content .heading .tool-wrap .tool {
        color: #d57900;
        text-decoration: none;
        font-weight: 600; }
      .ajax-content .heading .tool-wrap .tool-slide {
        position: absolute;
        top: 100%;
        right: 0;
        width: 343px;
        background: #f0f4f6;
        text-align: left;
        padding: 31px 40px 36px;
        z-index: 999;
        display: none; }
        @media (max-width: 699px) {
          .ajax-content .heading .tool-wrap .tool-slide {
            right: 0;
            left: 0;
            margin: 0 -20px;
            padding: 30px 20px;
            width: auto; } }
        .ajax-content .heading .tool-wrap .tool-slide .close {
          position: absolute;
          top: 0;
          right: 0;
          width: 43px;
          height: 43px;
          background: #d77800;
          display: block;
          text-align: center;
          color: #fff;
          font-size: 18px;
          line-height: 18px;
          white-space: nowrap;
          text-align: center; }
          .ajax-content .heading .tool-wrap .tool-slide .close:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 0;
            min-height: 100%; }
          .ajax-content .heading .tool-wrap .tool-slide .close > * {
            white-space: normal;
            display: inline-block;
            vertical-align: middle;
            max-width: 99%; }
          .ajax-content .heading .tool-wrap .tool-slide .close:hover {
            background: #a45c00; }
        .ajax-content .heading .tool-wrap .tool-slide.add {
          width: 412px; }
          @media (max-width: 699px) {
            .ajax-content .heading .tool-wrap .tool-slide.add {
              width: auto; } }
        .ajax-content .heading .tool-wrap .tool-slide ul li {
          color: #002243;
          margin-bottom: 14px;
          font-weight: 600; }
        .ajax-content .heading .tool-wrap .tool-slide .row {
          margin-bottom: 2px; }
          .ajax-content .heading .tool-wrap .tool-slide .row .title {
            color: #002243;
            font-weight: 600;
            display: block; }
          .ajax-content .heading .tool-wrap .tool-slide .row p {
            line-height: 28px; }
  .ajax-content .txt-hold {
    margin-bottom: 28px; }
    @media (max-width: 1023px) {
      .ajax-content .txt-hold {
        margin-bottom: 33px; } }
    @media (max-width: 699px) {
      .ajax-content .txt-hold {
        margin-bottom: 30px; } }
    .ajax-content .txt-hold p {
      margin: 0; }
  .ajax-content .opt-list li {
    border-top: 2px solid #d6e0e4;
    padding: 23px 0 29px; }
    @media (max-width: 1023px) {
      .ajax-content .opt-list li {
        padding: 19px 0 24px; } }
    @media (max-width: 699px) {
      .ajax-content .opt-list li {
        padding: 12px 0 18px; } }
  .ajax-content .opt-list .name {
    font-size: 30px;
    line-height: 31px;
    font-weight: 600;
    float: left;
    width: 97%; }
    @media (max-width: 1023px) {
      .ajax-content .opt-list .name {
        font-size: 26px;
        line-height: 30px;
        float: none;
        width: 100%; } }
    @media (max-width: 699px) {
      .ajax-content .opt-list .name {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: -2px; } }
    .ajax-content .opt-list .name a:hover {
      color: #d57900; }
  .ajax-content .opt-list .option {
    float: right;
    width: 27%;
    text-align: right;
    color: #002243;
    margin-top: 3px; }
    @media (max-width: 1023px) {
      .ajax-content .opt-list .option {
        display: none; } }
    @media (max-width: 699px) {
      .ajax-content .opt-list .option {
        display: block;
        float: none;
        width: 100%;
        text-align: left; } }

@media (max-width: 699px) {
  .active-box .btn-to-top,
  .active-box .anchor-link-custom {
    display: block; } }

.btn-to-top,
.anchor-link-custom {
  background: #e4ecef;
  color: #000;
  width: 140px;
  padding: 12px 36px 12px 18px;
  position: fixed;
  top: 50%;
  right: 20px;
  font-size: 16px;
  line-height: 20px;
  display: none;
  z-index: 9999; }
  .btn-to-top:after,
  .anchor-link-custom:after {
    content: '\e903';
    font-family: 'icomoon';
    font-size: 18px;
    line-height: 11px;
    position: absolute;
    top: 16px;
    right: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); }

.red-alert {
  background: #86c72b;
  padding: 27px 50px 30px 35px;
  width: 530px;
  color: #fff;
  line-height: 24px; }
  @media (max-width: 1199px) {
    .red-alert {
      width: 100%;
      height: 100%; } }
  @media (max-width: 699px) {
    .red-alert {
      width: 100%;
      padding: 18px 50px 18px 20px; } }
  .red-alert p {
    margin: 0; }

.no-js .nav-area .drop {
  position: relative; }
.no-js .nav-area {
  text-align: left; }
.no-js #nav {
  width: 100%; }
.no-js .nav-drop {
  position: relative;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  top: 0;
  width: 100%; }
.no-js #header {
  position: relative; }

.three-across {
  overflow: hidden;
  clear: both;
  margin: -2px -4px; }
  @media (max-width: 849px) {
    .three-across {
      margin: 0 -30px; } }
  @media (max-width: 549px) {
    .three-across {
      margin: 0; } }
  .three-across img {
    width: 100%;
    height: auto;
    margin-bottom: 1em; }
    @media (max-width: 1023px) {
      .three-across img {
        margin-bottom: 0; } }
  .three-across .one-third-inner {
    padding-right: 20px; }
  .three-across .one-third {
    width: 33.333%;
    float: left;
    border: 2px solid white;
    margin-bottom: 2em; }
    @media (max-width: 849px) {
      .three-across .one-third {
        width: 50%;
        border: 0;
        padding: 0 30px; } }
    @media (max-width: 549px) {
      .three-across .one-third {
        width: auto;
        padding: 0; } }
    .three-across .one-third > a {
      display: block;
      position: relative;
      margin-bottom: 1em; }
      .three-across .one-third > a img {
        margin-bottom: 0; }
      .three-across .one-third > a:hover em {
        opacity: 0.7; }
      .three-across .one-third > a.lightbox-video em:after {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        border-radius: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0; }
      .three-across .one-third > a em {
        color: #fff;
        font-size: 95px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -42.5px;
        margin-top: -42.5px;
        transition: all 300ms; }
        .three-across .one-third > a em:before {
          z-index: 100;
          position: relative; }
    .three-across .one-third h3, .three-across .one-third .h3 {
      font-size: 24px;
      line-height: 1.4;
      display: block; }
      @media (max-width: 849px) {
        .three-across .one-third h3, .three-across .one-third .h3 {
          font-size: 21px;
          margin: 22px 0 11px; } }
      @media (max-width: 549px) {
        .three-across .one-third h3, .three-across .one-third .h3 {
          font-size: 20px;
          margin: 21px 0 10px; } }
      .three-across .one-third h3 a:hover, .three-across .one-third .h3 a:hover {
        color: #d57900; }
  .three-across .date-text {
    font-size: 18px;
    font-weight: 600; }
    @media (max-width: 849px) {
      .three-across .date-text {
        font-size: 16px; } }

.cover-holder {
  /*.info-holder{
    max-width: 50%;
  }*/ }
  .cover-holder .icon-chevron {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    display: inline-block;
    margin-right: 2px; }

.mobile-only {
  display: none; }
  @media (max-width: 699px) {
    .mobile-only {
      display: inline; } }

.btn:after {
  font-weight: 400; }

#map.lightbox {
  width: 1200px !important; }

.jcf-drop-active .jcf-select-opener {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg); }

.jcf-select .jcf-select-drop {
  left: auto !important;
  right: auto !important; }

@media (max-width: 699px) {
  .program-hold .jcf-select {
    height: auto; }
    .program-hold .jcf-select .jcf-select-drop {
      position: relative; } }
.jcf-list .jcf-option {
  font-weight: 600; }

.list-page #content {
  padding-right: 0; }
  @media (max-width: 1023px) {
    .list-page #content {
      padding-right: 30px; } }
  @media (max-width: 699px) {
    .list-page #content {
      padding-right: 15px; } }

.pager {
  overflow: hidden;
  text-align: center;
  margin: 15px 0 65px 0; }
  @media (max-width: 699px) {
    .pager {
      margin: 5px 0 45px 0; } }
  .pager .pager-inner {
    display: inline;
    font-weight: 600; }
    .pager .pager-inner a {
      color: black;
      padding: 7px 6px;
      margin: 0 -2px; }
      .pager .pager-inner a:hover {
        color: #007cc1;
	  	text-decoration: none;}
      .pager .pager-inner a.current {
        color: #007cc1;
        }
        .pager .pager-inner a.current:hover {
          text-decoration: none; }
      .pager .pager-inner a.pager-prev, .pager .pager-inner a.pager-next {
        color: #007cc1;
        font-size: 11px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -0.2em; }
      .pager .pager-inner a.pager-prev {
        transform: rotate(90deg); }
      .pager .pager-inner a.pager-next {
        transform: rotate(-90deg); }

#content .announcement {
  color: #fff;
  clear: both;
  background: #002453;
  font-size: 1.2em;
  padding: 17px 30px 21px 30px;
  margin: 20px 0;
  line-height: 1.2; }

  @media (max-width: 1023px) {
    #content .announcement {
      margin: 20px 0;
      padding: 15px 25px 20px 25px; } 
	  
    #content h {
	  margin: 5px 0 12px; }
  }

  @media (max-width: 699px) {
    #content .announcement {
      margin: 20px -20px; } 
	
	#content h {
      margin: 5px 0 14px; }
  }

#content .announcement a {
  color: #fff;
  font-weight: 700; }

#content .announcement .icon-chevron {
  font-size: 13px;
  display: inline-block;
  transform: rotate(-90deg); }

#content .announcement .icon-chevron:before {
  position: relative;
  top: 10px; }

#content .announcement p {
  margin: 0; }


/*added by Ben Shasserre to support alert announcement snippet 04/01/20*/

#content .announcement-alert {
  color: #000;
  clear: both;
  background: #ffd700;
  padding: 17px 30px 21px 30px;
  margin: 20px 0; }

  @media (max-width: 1023px) {
    
	  #content .announcement-alert {
        margin: 10px 0;
        padding: 5px 30px 20px 30px; } 
	
	  #content h {
		margin: 5px 0 12px; }
  }

  @media (max-width: 699px) {
	  
      #content .announcement-alert {
        margin: 20px -20px; } 
	  
	  #content h {
        margin: 5px 0 14px; }
  }

#content .announcement-alert a {
  color: #000;
  font-weight: 700; }

#content .announcement-alert .icon-chevron {
  font-size: 13px;
  display: inline-block;
  transform: rotate(-90deg); }

#content .announcement-alert .icon-chevron:before {
  position: relative;
  top: 10px; }

#content .announcement-alert p:last-of-type {
  margin: 0; }




.twitter-feed-wrapper {
  background: #f0f4f6;
  margin: 50px 0;
  padding: 35px 50px 45px 50px; }
  .twitter-feed-wrapper h3, .twitter-feed-wrapper .h3 {
    display: block;
    overflow: auto; }
    @media (max-width: 1023px) {
      .twitter-feed-wrapper h3, .twitter-feed-wrapper .h3 {
        padding: 5px 40px 35px 35px; } }
    @media (max-width: 699px) {
      .twitter-feed-wrapper h3, .twitter-feed-wrapper .h3 {
        padding: 0px 20px 15px 20px;
        margin: 40px -20px; } }
  .twitter-feed-wrapper h3 .icon-twitter, .twitter-feed-wrapper .h3 .icon-twitter {
    position: relative;
    top: 4px; }
  .twitter-feed-wrapper .twitter-feed ul {
    overflow: hidden;
    padding-left: 0;
    margin: 20px -20px 0 -20px; }
    .twitter-feed-wrapper .twitter-feed ul .date {
      margin-bottom: 10px;
      font-size: 16px; }
    .twitter-feed-wrapper .twitter-feed ul li {
      width: 33.3333%;
      float: left;
      display: inline-block;
      padding: 0 20px;
      line-height: 1.4; }
      @media (max-width: 699px) {
        .twitter-feed-wrapper .twitter-feed ul li {
          width: auto;
          float: none;
          margin-bottom: 1em; } }
      .twitter-feed-wrapper .twitter-feed ul li a {
        font-weight: 600;
        color: #00659c;
        word-wrap: break-word; }

.topics {
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 55px; }
  @media (max-width: 699px) {
    .topics {
      margin-right: 0;
      float: none;
      margin-bottom: .6em; } }
  .topics p, .topics ul {
    display: inline-block;
    float: left; }
    @media (max-width: 699px) {
      .topics p, .topics ul {
        display: inline;
        float: none; } }
  .topics ul {
    overflow: hidden;
    margin: 0;
    padding-left: 10px; }
    @media (max-width: 699px) {
      .topics ul {
        display: inline;
        padding: 0; } }
    .topics ul li {
      display: inline-block;
      float: left; }
      @media (max-width: 699px) {
        .topics ul li {
          display: inline-block;
          float: none; } }
      .topics ul li a {
        display: block;
        padding-right: 3px;
        font-weight: 600; line-height:1.25;}
        .topics ul li a:hover {
          color: #d57900; }

.stLarge {
  background: none !important;
  width: 100% !important; }

.stButton {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 !important; }

.st_facebook_large,
.st_twitter_large,
.st_linkedin_large,
.st_sharethis_large {
  position: relative;
  margin-right: 20px;
  width: auto;
  height: auto;
  display: block;
  float: left; }
  .st_facebook_large em,
  .st_twitter_large em,
  .st_linkedin_large em,
  .st_sharethis_large em {
    color: #002453;
    transition: all 300ms; }
  .st_facebook_large:hover em,
  .st_twitter_large:hover em,
  .st_linkedin_large:hover em,
  .st_sharethis_large:hover em {
    color: #d57900; }

.sharethis-wrapper {
  font-size: 18px;
  display: inline-block;
  float: left; }
  @media (max-width: 699px) {
    .sharethis-wrapper {
      margin-bottom: 1em;
      float: none;
      display: block;
      overflow: auto; } }

.topics-sharethis {
  overflow: hidden;
  margin-bottom: 0.5em; }
  @media (max-width: 699px) {
    .topics-sharethis {
      margin-bottom: 0; } }

.narrow-by {
  margin-bottom: 40px;
  padding-right: 35px; }
  .narrow-by.event {
    padding-right: 0; }
  @media (max-width: 1199px) {
    .narrow-by {
      padding-right: 0;
      padding-top: 30px;
      position: relative; } }
  .narrow-by:after {
    content: "";
    display: block;
    height: 1px;
    clear: both; }
  .narrow-by .custom-select,
  .narrow-by select,
  .narrow-by .search-form,
  .narrow-by .clear-all {
    display: inline-block;
    margin-right: 3px;
    margin-top: -0.3em; }
  .narrow-by .custom-select:after {
    content: "";
    clear: both; }
  .narrow-by .jcf-select {
    height: 44px;
    background: white;
    min-width: 20%;
    border: 2px solid #d6e0e4; }
    .narrow-by .jcf-select .jcf-select-text {
      line-height: 40px;
      font-size: 18px;
      color: #007cc1; }
    .narrow-by .jcf-select .jcf-select-opener {
      color: #007cc1; }
      .narrow-by .jcf-select .jcf-select-opener:after {
        font-size: 20px;
        line-height: 40px; }

.narrow-by .narrow-bylabel {
  vertical-align: middle;
  float: none;
  margin-right: 15px;
  margin-top: -0.2em;
  display: inline-block; }
  @media (max-width: 1199px) {
    .narrow-by .narrow-bylabel {
      position: absolute;
      top: -4px;
      left: 0; } }

.narrow-by form {
  display: inline-block; }
  @media (max-width: 1199px) {
    .narrow-by form {
      width: 100%; } }
  @media (max-width: 699px) {
    .narrow-by form {
      float: none; } }

.narrow-by .btn-orange {
  font-weight: 600;
  border: 0;
  color: #fff;
  width: 75px;
  display: block;
  padding: 9px 5px;
  text-align: center;
  margin-top: 13px;
  background: #d57900; }

.narrow-by.event .clear-all {
  margin-right: 10px;
  margin-left: 0; }
  @media (max-width: 1199px) {
    .narrow-by.event .clear-all {
      margin-right: 0;
      margin-left: 0; } }

.narrow-by .clear-all {
  font-weight: 600;
  margin-left: 25px;
  line-height: 1.2;
  border-bottom: 1px solid #a8d0e7;
  float: right;
  margin-top: 0.5em; }
  @media (max-width: 1199px) {
    .narrow-by .clear-all {
      position: absolute;
      top: -0.2em;
      right: 0;
      margin-top: 0; } }

form.listing .search-form {
  position: relative; }
  @media (max-width: 1199px) {
    form.listing .search-form {
      float: left;
      margin: 0;
      width: 30%; } }
  @media (max-width: 699px) {
    form.listing .search-form {
      width: 100%;
      float: none;
      margin: 0; } }
  form.listing .search-form button {
    color: #a6bbc3;
    font-size: 21px;
    font-weight: 600;
    line-height: 0;
    position: absolute;
    right: 0;
    height: 100%;
    padding-right: 15px;
    background: none;
    border: 0; }
    form.listing .search-form button:hover {
      color: #88a4ae; }
  form.listing .search-form input[type="search"] {
    color: #007cc1;
    width: 195px;
    height: 44px;
    border: 2px solid #d6e0e4; }
    @media (max-width: 1199px) {
      form.listing .search-form input[type="search"] {
        width: 100%; } }
    form.listing .search-form input[type="search"]:focus {
      color: #000; }
  form.listing .search-form span.input-placeholder-text {
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-weight: 600;
    opacity: 1; }
form.listing .cal-wrapper {
  position: absolute;
  background: #fff;
  margin-top: -2px;
  width: 100%;
  border: 2px solid #d6e0e4;
  border-top: 0;
  border-radius: 0;
  padding: 10px 15px 30px 15px; }
  @media (max-width: 699px) {
    form.listing .cal-wrapper {
      padding-right: 20px; } }
  form.listing .cal-wrapper thead {
    display: none; }
  form.listing .cal-wrapper label {
    color: #007cc1;
    font-weight: 600;
    margin-top: 0.7em;
    display: inline-block; }
form.listing .select-wrap {
  position: relative;
  display: inline-block; }
  @media (max-width: 1199px) {
    form.listing .select-wrap {
      float: left; } }
  @media (max-width: 699px) {
    form.listing .select-wrap {
      float: none; } }
  form.listing .select-wrap.location {
    margin-left: -2px; }
    @media (max-width: 1199px) {
      form.listing .select-wrap.location {
        width: 29.5%;
        margin-left: 0.5%; } }
    @media (max-width: 699px) {
      form.listing .select-wrap.location {
        width: 100%;
        margin: 3px 0 0 0; } }
  @media (max-width: 1199px) {
    form.listing .select-wrap.category {
      width: 39.5%;
      margin-left: 0.5%; } }
  @media (max-width: 699px) {
    form.listing .select-wrap.category {
      width: 100%;
      margin: 3px 0 0 0; } }
  @media (max-width: 1199px) {
    form.listing .select-wrap.calendar {
      width: 39.5%;
      margin-left: 0.5%; } }
  @media (max-width: 699px) {
    form.listing .select-wrap.calendar {
      width: 100%;
      margin: 3px 0 0 0; } }
  form.listing .select-wrap.calendar button.select {
    width: 287px; }
    @media (max-width: 1199px) {
      form.listing .select-wrap.calendar button.select {
        width: 100%; } }
form.listing .dropdown {
  position: absolute;
  width: 100%;
  background: #fff;
  margin-top: -2px;
  border: 2px solid #d6e0e4;
  border-top: 0;
  padding: 10px 15px 30px 15px;
  z-index: 1000; }
  @media (max-width: 699px) {
    form.listing .dropdown {
      position: static;
      padding: 10px 15px 20px 15px; } }
  form.listing .dropdown label {
    display: block;
    width: 100%; }

.ui-datepicker,
.ui-widget.ui-widget-content {
  text-align: center;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0; }

.ui-datepicker td {
  border: 2px solid #d6e0e4;
  padding: 0; }
  .ui-datepicker td.ui-datepicker-unselectable {
    border: 0;
    opacity: 1; }
  .ui-datepicker td a {
    padding: 0.1em 0.3em; }
    .ui-datepicker td a:hover {
      color: #d57900; }

.ui-widget-header {
  text-transform: uppercase;
  display: inline-block;
  background: transparent;
  border: 0;
  margin-bottom: 1em; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 35px; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  color: #d57900;
  width: 12px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%); }
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    cursor: pointer;
    color: #a25c00; }

.ui-state-hover {
  border: 0 !important;
  background: transparent !important; }

.ui-datepicker .ui-datepicker-next {
  right: 0; }
  .ui-datepicker .ui-datepicker-next:after {
    content: '\e903';
    font-family: 'icomoon';
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    top: .2em;
    right: 0;
    line-height: 1;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.ui-datepicker-prev,
.ui-datepicker-prev-hover {
  left: 0 !important; }
  .ui-datepicker-prev:after,
  .ui-datepicker-prev-hover:after {
    content: '\e903';
    font-family: 'icomoon';
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    top: -0.2em;
    right: 0;
    line-height: 1;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.ui-widget {
  font-family: inherit; }

.ui-widget-content .ui-state-default {
  color: #007cc1;
  text-align: center;
  font-weight: 600;
  background: #fff;
  border: 0; }

form.listing button.select {
  font-weight: 600;
  color: #007cc1;
  text-align: left;
  width: 195px;
  height: 44px;
  max-width: 100%;
  border: 2px solid #d6e0e4;
  padding: 0 56px 0 15px;
  background: #fff;
  position: relative; }
  @media (max-width: 1199px) {
    form.listing button.select {
      width: 100%; } }
  form.listing button.select:after {
    content: '\e903';
    font-family: 'icomoon';
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms; }
  form.listing button.select[aria-expanded="true"]:after {
    transform: translateY(-50%) rotateX(180deg); }

form.listing .select-wrap {
  max-width: 40%; }
  @media (max-width: 699px) {
    form.listing .select-wrap {
      max-width: initial; } }

form.listing .category button.select {
  width: 250px; }
  @media (max-width: 1199px) {
    form.listing .category button.select {
      width: 100%; } }

@media (max-width: 699px) {
  .event-list {
    border-top: 2px solid #d6e0e4; } }
.event-list .heading-row {
  color: #002157;
  font-size: 24px;
  font-weight: 600;
  overflow: auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #d6e0e4; }
  @media (max-width: 1023px) {
    .event-list .heading-row {
      padding-bottom: 10px; } }
  @media (max-width: 699px) {
    .event-list .heading-row {
      display: none; } }
.event-list .row {
  overflow: auto;
  padding: 24px 0;
  border-bottom: 2px solid #d6e0e4; }
  @media (max-width: 699px) {
    .event-list .row {
      padding: 20px 15px 25px 15px; } }
.event-list .col-1 {
  width: 17%;
  float: left;
  padding-right: 1em; }
  @media (max-width: 699px) {
    .event-list .col-1 {
      width: auto;
      float: none;
      padding: 0; } }
.event-list .col-2 {
  width: 36%;
  float: left;
  padding-right: 1em; }
  @media (max-width: 699px) {
    .event-list .col-2 {
      width: auto;
      float: none;
      padding: 0; } }
.event-list .col-3 {
  width: 23%;
  float: left;
  padding-right: 1em; }
  @media (max-width: 699px) {
    .event-list .col-3 {
      width: auto;
      float: none;
      padding: 0; } }
.event-list .col-4 {
  width: 24%;
  float: left;
  padding-right: 1em; }
  @media (max-width: 699px) {
    .event-list .col-4 {
      width: auto;
      float: none;
      padding: 0; } }
.event-list .date,
.event-list .title,
.event-list .time {
  font-weight: 600; }
.event-list a:hover {
  color: #d57900; }
.event-list .title {
  font-size: 24px;
  line-height: 1.3;
  margin-top: -3px; }
  @media (max-width: 1023px) {
    .event-list .title {
      font-size: 21px; } }
  @media (max-width: 699px) {
    .event-list .title {
      margin-top: 0.2em; } }

.last-word {
  display: inline-block; }
  .last-word em {
    position: relative;
    left: 5px; }

/** Event Detail Page **/
.event .typical-content {
  position: relative; }

.event #content h1 {
  padding-left: 100px;
  padding-top: 0.23em; }
  @media (max-width: 1023px) {
    .event #content h1 {
      padding-left: 80px;
      margin-bottom: 30px; } }
  @media (max-width: 699px) {
    .event #content h1 {
      padding-top: 0;
      margin-bottom: 20px; } }

@media (max-width: 699px) {
  .event .events-block {
    margin-bottom: 15px; } }

.event .events-block .events-area .date-hold {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }

.event .events-block .events-area {
  font-size: inherit;
  margin: 0; }

#content .event-details p {
  margin-bottom: 0.3em; }

.event-details {
  margin-bottom: 14px; }

/* footer styles */
#footer {
  background: #d6e0e4;
  padding-top: 186px;
  /* social networks styles */ }
  @media (max-width: 1023px) {
    #footer {
      padding-top: 157px; } }
  #footer .holder {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px; }
    @media (max-width: 699px) {
      #footer .holder {
        padding: 0 20px; } }
  #footer .footer-top {
    padding-bottom: 37px; }
    @media (max-width: 1023px) {
      #footer .footer-top {
        padding-bottom: 27px; } }
    @media (max-width: 699px) {
      #footer .footer-top {
        padding-bottom: 22px; } }
  #footer .mask {
    margin-bottom: 34px; }
    @media (max-width: 1023px) {
      #footer .mask {
        margin-bottom: 25px; } }
    @media (max-width: 699px) {
      #footer .mask {
        margin-bottom: 22px; } }
  #footer .frame {
    float: left;
    width: 610px; }
    @media (max-width: 1023px) {
      #footer .frame {
        width: 320px; } }
    @media (max-width: 699px) {
      #footer .frame {
        display: table;
        table-layout: fixed;
        width: 100%;
        float: none; } }
  #footer .social-networks {
    font-size: 0;
    float: right;
    margin: 7px 7px 0 0;
    width: 210px; }
    @media (max-width: 1023px) {
      #footer .social-networks {
        float: none;
        width: 100%;
        margin: 0; } }
    @media (max-width: 699px) {
      #footer .social-networks {
        float: none;
        width: auto; } }
    @media (max-width: 560px) {
      #footer .social-networks {
        width: 100%;
        float: left; } }
    #footer .social-networks li {
      display: inline-block;
      vertical-align: top;
      margin: 0 11px;
      font-size: 36px;
      line-height: 0; }
      @media (max-width: 1023px) {
        #footer .social-networks li {
          font-size: 24px;
          margin: 0 19px 0 0; } }
      @media (max-width: 699px) {
        #footer .social-networks li {
          margin: 0 19px 0 0;
          font-size: 24px; } }
    #footer .social-networks a {
      color: #003a70;
      display: block; }
      #footer .social-networks a:hover {
		text-decoration:none;
        color: #d57900; 
	  }
	#footer .social-networks a:focus{
		text-decoration:none !important;
	  }

  #footer .left-hold {
    float: left;
    width: 390px;
    /* footer logo styles */ }
    @media (max-width: 1023px) {
      #footer .left-hold {
        width: 100%;
        float: none;
        margin-bottom: 35px; } }
    @media (max-width: 699px) {
      #footer .left-hold {
        margin-bottom: 0;
        display: table-footer-group;
        height: 1%;
        width: auto;
        float: left; } }
    @media (max-width: 560px) {
      #footer .left-hold {
        width: 100%;
        float: none; } }
    #footer .left-hold .logo {
      margin-bottom: 54px;
      width: 312px;
      margin-top: 0.425em; }
      #footer .left-hold .logo a {
        display: block; }
      @media (max-width: 1023px) {
        #footer .left-hold .logo {
          width: 254px;
          margin-bottom: 24px; } }
      @media (max-width: 699px) {
        #footer .left-hold .logo {
          width: 280px; } }
      #footer .left-hold .logo img {
        display: block;
        width: 100%; }
        @media (max-width: 699px) {
          #footer .left-hold .logo img {
            width: 280px;
            height: 47px; } }
    #footer .left-hold .btn {
      width: 167px;
      background: #d57900;
      display: block;
      padding: 12px 38px 12px 18px;
      position: relative;
      color: #fff;
      font-size: 18px;
      line-height: 20px;
      font-weight: 600; }
      @media (max-width: 1023px) {
        #footer .left-hold .btn {
          font-size: 16px;
          line-height: 18px;
          width: 163px; } }
      @media (max-width: 699px) {
        #footer .left-hold .btn {
          width: 152px;
          padding: 13px 28px 13px 18px; } }
      #footer .left-hold .btn:after {
        content: '\e900';
        font-family: 'icomoon';
        position: absolute;
        top: 50%;
        right: 15px;
        font-size: 18px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      #footer .left-hold .btn:hover {
        background: #a25c00; }
  #footer .btn-group {
    width: 348px;
    float: right;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-top: -97px;
    position: relative;
    z-index: 2000; }
    @media (max-width: 1023px) {
      #footer .btn-group {
        font-size: 21px;
        line-height: 25px;
        width: 305px;
        margin-top: -52px; } }
    @media (max-width: 699px) {
      #footer .btn-group {
        width: 100%;
        margin: -69px auto 26px;
        font-size: 18px;
        line-height: 22px; } }
    #footer .btn-group a {
      display: block;
      padding: 26px 74px 26px 34px;
      color: #fff;
      position: relative;
      background: #0082ca; }
      @media (max-width: 1023px) {
        #footer .btn-group a {
          padding: 20px 50px 20px 23px; } }
      @media (max-width: 699px) {
        #footer .btn-group a {
          padding: 21px 20px 22px 23px; } }
      #footer .btn-group a:after {
        content: '\e900';
        font-family: 'icomoon';
        position: absolute;
        top: 50%;
        right: 37px;
        font-size: 30px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
        @media (max-width: 1023px) {
          #footer .btn-group a:after {
            font-size: 18px;
            right: 24px; } }
      #footer .btn-group a:hover {
        background: #006197; }
      #footer .btn-group a + a {
        border-top: 3px solid #003a70; }
  #footer .add-hold .mid-links {
    float: left;
    width: 530px; }
    @media (max-width: 1023px) {
      #footer .add-hold .mid-links {
        width: 370px; } }
    @media (max-width: 699px) {
      #footer .add-hold .mid-links {
        float: none;
        width: 100%;
        margin-bottom: 18px; } }
    #footer .add-hold .mid-links li {
      float: left;
      margin-right: 18px;
      font-weight: 600; }
      @media (max-width: 1023px) {
        #footer .add-hold .mid-links li {
          margin-right: 15px; } }
      @media (max-width: 699px) {
        #footer .add-hold .mid-links li {
          float: none;
          display: block;
          margin: 0 0 10px; } }
    #footer .add-hold .mid-links a {
      color: #00659c; }
      #footer .add-hold .mid-links a:hover {
        color: #0082ca; }
  #footer .add-hold .copyright {
    float: right;
    text-align: right;
    width: 348px; }
    @media (max-width: 1023px) {
      #footer .add-hold .copyright {
        width: 250px; } }
    @media (max-width: 699px) {
      #footer .add-hold .copyright {
        width: 100%;
        text-align: left;
        float: none;
        display: block; } }

.footer-b {
  border-top: 3px solid #a6bbc3;
  padding: 11px 0 40px; }
  @media (max-width: 1023px) {
    .footer-b {
      border-top-width: 2px;
      padding: 16px 0 20px; } }
  @media (max-width: 699px) {
    .footer-b {
      border-top-width: 3px;
      padding: 18px 0;
      position: relative; } }
  .footer-b .link-opener {
    display: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600; }
    @media (max-width: 699px) {
      .footer-b .link-opener {
        display: block; } }
  .footer-b.active .opener:before {
    content: '';
    width: 10px;
    height: 2px;
    background: #00679f; }
  .footer-b .opener {
    position: relative;
    color: #00659c;
  	display: block;}
    .footer-b .opener:before {
      content: '\e912';
      font-family: 'icomoon';
      display: inline-block;
      vertical-align: middle;
      font-size: 10px;
      line-height: 10px;
      margin: -2px 8px 0 0; }
    .footer-b .opener:hover {
      color: #007cc1; }
  @media (max-width: 699px) {
    .footer-b .slide {
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0; } }
  .footer-b .slide.js-slide-hidden {
    position: static !important; }
    @media (max-width: 699px) {
      .footer-b .slide.js-slide-hidden {
        position: absolute !important;
        top: auto !important;
        bottom: -9999px !important; } }
  @media (max-width: 699px) {
    .footer-b .links {
      background: #003a70; } }
  .footer-b .links li {
    float: left;
    margin: 0 15px 5px 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600; }
    @media (max-width: 699px) {
      .footer-b .links li {
        float: none;
        margin: 0; } }
    @media (max-width: 699px) {
      .footer-b .links li + li {
        border-top: 2px solid #002453; } }
  .footer-b .links a {
    color: #00659c; }
    @media (max-width: 699px) {
      .footer-b .links a {
        display: block;
        padding: 10px 20px;
        color: #fff; } }
    .footer-b .links a:hover {
      color: #007cc1; }
      @media (max-width: 699px) {
        .footer-b .links a:hover {
          color: #fff;
          background: #002453; } }

/* sidebar styles */
@media (max-width: 1023px) {
  .side-active #sidebar .slide {
    left: 0; } }

#sidebar {
  width: 195px;
  float: right;
  padding-top: 27px;
  margin-left: 45px; }
  @media (max-width: 1023px) {
    #sidebar {
      background: #d6e0e4;
      padding: 0 0 40px;
      float: none;
      width: 100%;
      margin: 0; } }
  @media (max-width: 699px) {
    #sidebar {
      padding: 0 0 35px; } }
  @media (max-width: 1023px) {
    #sidebar .side-holder {
      background: #d6e0e4;
      position: relative; } }
  #sidebar .side-opener {
    display: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-right: 29px; }
    @media (max-width: 1023px) {
      #sidebar .side-opener {
        display: block;
        padding: 13px 30px 17px; } }
    @media (max-width: 699px) {
      #sidebar .side-opener {
        padding: 11px 20px 15px; } }
    #sidebar .side-opener:after {
      content: '\e903';
      font-family: 'icomoon';
      margin-left: 20px;
      vertical-align: middle;
      line-height: 12px; }
      @media (max-width: 699px) {
        #sidebar .side-opener:after {
          margin-left: 10px; } }
    .side-active #sidebar .side-opener:after {
      content: '\e914'; }
  @media (max-width: 1023px) {
    #sidebar .slide {
      background: #fff;
      border-width: 0 2px 2px 0;
      position: absolute;
      top: 100%;
      bottom: 0;
      left: -357px;
      width: 357px;
      z-index: 999;
      z-index: 20000;
      transition: all 0.2s linear;
      overflow: visible;
      visibility: hidden; }
      #sidebar .slide .links {
        background: white;
        height: auto; } }
  @media (max-width: 1023px) {
    #sidebar .slide .links {
      border: solid #d6e0e4;
      border-width: 0 2px 2px 0; } }
  @media (max-width: 699px) {
    #sidebar .slide .links {
      border: none;
      border-width: 0;
      position: relative;
      z-index: 100; } }
  @media (max-width: 699px) {
    #sidebar .slide {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 100%;
      overflow-y: auto;
      visibility: hidden;
      border: solid #d6e0e4;
      z-index: 2000000;
      -webkit-overflow-scrolling: touch; } }
  #sidebar .slide .side-opener {
    padding: 17px 30px;
    max-width: none;
    background: #d6e0e4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
    @media (min-width: 701px) {
      #sidebar .slide .side-opener {
        display: none; } }
    @media (max-width: 699px) {
      #sidebar .slide .side-opener {
        display: block; } }
    #sidebar .slide .side-opener:after {
      position: absolute;
      top: 21px;
      right: 30px; }
  @media (max-width: 699px) {
    #sidebar .slide {
      width: 100%;
      top: 0; } }
  @media (max-width: 1023px) {
    .side-active #sidebar .slide {
      bottom: 0;
      visibility: visible;
      height: 100%; } }
  @media (max-width: 1023px) {
    .campus_page #sidebar .slide, .admission_page #sidebar .slide {
      /*background: none;
      border: none;
      overflow: hidden;
      position: absolute;
      top: 100%;
      bottom: auto;
      transition: all 0.2s linear;
      max-height: 0;*/ } }
  @media (max-width: 1023px) {
    .campus_page #sidebar .slide .links, .admission_page #sidebar .slide .links {
      background: #fff;
      border: solid #d6e0e4;
      border-width: 0 2px 2px 0;
      transition: all 0.2s linear; } }
  @media (max-width: 699px) {
    .campus_page #sidebar .slide .links, .admission_page #sidebar .slide .links {
      border: none;
      border-width: 0; } }
  @media (max-width: 1023px) {
    .side-active .campus_page #sidebar .slide, .side-active .admission_page #sidebar .slide {
      /*max-height: 4000px;*/ } }
  #sidebar .title {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px; }
    @media (max-width: 1023px) {
      #sidebar .title {
        display: none; } }
  @media (max-width: 1023px) {
    #sidebar .links {
      height: 100%;
      padding: 17px 71px 20px 30px;
	  text-decoration: none;} }
  #sidebar .links li {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 11px;
    position: relative;
    text-decoration: none;}
    @media (max-width: 1023px) {
      #sidebar .links li {
        margin-bottom: 21px; } }
   #sidebar .links li a {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 11px;
    position: relative;
    text-decoration: none;}
    @media (max-width: 1023px) {
      #sidebar .links li a {
        margin-bottom: 21px; } }
    #sidebar .links li.active:before, #sidebar .links li.active:after {
      content: '';
      height: 2px;
      background: #d6e0e4;
      position: absolute;
      left: 0;
      right: 0;
      top: -3px; }
      @media (max-width: 1023px) {
        #sidebar .links li.active:before, #sidebar .links li.active:after {
          top: -9px; } }
    #sidebar .links li.active:after {
      content: '';
      top: auto;
      bottom: -6px; }
      @media (max-width: 1023px) {
        #sidebar .links li.active:after {
          top: auto;
          bottom: -13px; } }
    #sidebar .links li.active a {
      color: #000;
      font-weight: 600; }
    #sidebar .links li a:hover {
      color: #000; }
  #sidebar .links ul {
    padding: 11px 0 0; }
    @media (max-width: 1023px) {
      #sidebar .links ul {
        padding-top: 21px; } }
    #sidebar .links ul li {
      margin-bottom: 11px;
      padding-left: 14px; }
      @media (max-width: 1023px) {
        #sidebar .links ul li {
          margin-bottom: 21px; } }

/* animation styles */
.forceUp #header {
  top: -100%; }

#header.slideUp {
  top: -100%; }

#header.slideDown {
  top: 0; }

.nav-active #header.slideUp,
.nav-active #header.slideDown {
  top: 0; }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* custom form styles */
/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #9adaff;
  min-width: 150px;
  width: 100%;
  height: 66px;
  color: #000; }
  @media (max-width: 1023px) {
    .jcf-select {
      height: 50px; } }
  @media (max-width: 699px) {
    .jcf-select {
      height: 44px; } }
  .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }
  .jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 21px;
    line-height: 66px;
    font-weight: 600;
    margin: 0 56px 0 24px;
    white-space: nowrap; }
    @media (max-width: 1023px) {
      .jcf-select .jcf-select-text {
        font-size: 18px;
        line-height: 50px;
        margin: 0 44px 0 16px; } }
    @media (max-width: 1023px) {
      .jcf-select .jcf-select-text {
        font-size: 16px;
        line-height: 50px; } }
  .jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    right: 22px;
    top: 0; }
    @media (max-width: 1023px) {
      .jcf-select .jcf-select-opener {
        right: 16px; } }
    .jcf-select .jcf-select-opener:after {
      content: '\e903';
      font-family: 'icomoon';
      font-size: 26px;
      line-height: 66px; }
      @media (max-width: 1023px) {
        .jcf-select .jcf-select-opener:after {
          font-size: 20px;
          line-height: 50px;
          right: 17px;
          top: 15px; } }
      @media (max-width: 699px) {
        .jcf-select .jcf-select-opener:after {
          font-size: 17px;
          line-height: 44px;
          right: 16px;
          top: 13px; } }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 99999;
  top: 100%;
  left: -1px;
  right: -1px;
  width: 100% !important; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
  width: 100% !important; }

.jcf-select-drop .jcf-select-drop-content {
  border: none;
  background: #9adaff; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #9adaff;
  line-height: 20px;
  font-size: 16px;
  width: 100%; }
  .jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%; }
  .jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .jcf-list li {
    overflow: hidden;
    display: block; }
  .jcf-list .jcf-overflow {
    overflow: auto; }
  .jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 13px 27px 14px;
    color: #002453;
    height: 1%; }
    @media (max-width: 1023px) {
      .jcf-list .jcf-option {
        padding: 13px 17px 14px; } }
  .jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #002453;
  color: #fff; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus, .jcf-focus * {
  border-color: #f00 !important; }

/* begin custom css */

#sidebar, .links, li, a {
    text-decoration: none;
}

h1, a {
    text-decoration: none;
}

h2, a {
    text-decoration: none;
}

h3, a {
    text-decoration: none;
}

h4, a {
    text-decoration: none;
}

h5, a {
    text-decoration: none;
}

h6, a {
    text-decoration: none;
}

/ DL Styles /

.hero-block a:hover {text-decoration:none !important;}

.hero-block a:focus {text-decoration:none !important;}

a.btn {text-decoration:none !important;}

.hero-block .btn {padding:21px 40px 21px 20px;}

.hero-block .btn::after {
	right:18px;
}

@media (max-width: 1023px) {
	.hero-block .caption-wrap {max-width:350px;}
    .hero-block .btn {width: 170px;} 
}

@media (max-width:767px) {
	.caption-wrap .text p {max-width:65% !important;}
}

@media (max-width:699px) {
	.hero-block .btn {width: 160px;}
	.hero-block .btn {padding:16px 40px 16px 20px;}
}

@media (max-width:684px) {
	.hero-block h1 {max-width:70%;}
	.hero-block .play {left:65% !important;}
}

h1, h2, h3, h4, h5, h6 {
	line-height:1 !important;
}

.hero-block {background-color:#000000 !important;}
.hero-block .bg-stretch {opacity:.85;}

.hero-btn .btn {font-size:20px;}
.hero-block .btn::after {font-size:18px;}


@import url("/_resources/css/_new/font-awesome.css"); 

.breadcrumbs ul {background-color:#d6e0e4;}

@media (max-width: 1023px) {
	div.search #content {margin-top:-10px;}
}

ul.list-fix {padding-left:0px;}
ul.list-fix-alpha {list-style-position:outside; margin-left:35px;}
ol.list-fix li, ul.list-fix li {line-height:1.67 !important;}
ul.list-fix li {list-style:disc; list-style-position:inside; margin-left:14px;}
h2.h2-fix {padding-top:0px !important;}
div.school-code {width:100%; font-size:40px; line-height:1.25; color:#002453; text-align:center; padding-top:15px;}

.custom-container-5, .custom-container-4, .custom-container-3, .custom-container-2 {width:100%; line-height:1.25; padding-top:15px;}
.custom-container-5, .custom-container-4 {padding-bottom:24px;}
.custom-container-5 p {line-height:1.25}
.custom-container-4 p {line-height:1.25}
.custom-container-3 p {line-height:1.25}
.custom-container-2 p {line-height:1.25}
p {line-height:1.25}
#sidebar .links li {line-height:1.25;}
#sidebar .links ul li {margin-bottom:12px;}
.custom-container-3 h3 {font-size:18px; margin-bottom:8px !important;}
.custom-container-2 h3 {font-size:18px; margin-bottom:8px !important;}
.custom-col-5 {width:19.5%; display:inline-block; vertical-align:top;}
.custom-col-4 {width:24.56%; display:inline-block; vertical-align:top;}
.custom-col-3 {width:33%; display:inline-block; vertical-align:top; margin-bottom:15px; padding-right:15px;}
.custom-col-2 {width:49.5%; display:inline-block; vertical-align:top; margin-bottom:15px;}
.resource-block .resource-slide .slick-dots li {margin: 0 5px;}

@media (max-width: 1100px) {
	.custom-col-3 {width:49.5%;}
}

@media (max-width:699px) {
	.custom-col-5, .custom-col-4 {width:49.5%;}
	.custom-col-5 {padding:10px;}
	.custom-col-5:last-child {width:100%;}
	.custom-col-3 {width:49.5%; display:block; margin-bottom:30px;}
	.custom-col-2 {width:100%; display:block; margin-bottom:30px;}
	.custom-container-4 {padding-bottom:0px;}
	.custom-col-4 {padding-bottom:24px;}
}

@media (max-width:480px) {
	.custom-col-4 {width:100%;}
}

/* Custom Column for 100px icons */
.custom-col-3-100 {width:32%; display:inline-block; vertical-align:top; margin-bottom:22px;}

@mediaÂ (max-width: 1100px) {
.custom-col-3-100Â {
  width: 31%;
}
}

@mediaÂ (max-width: 699px){
.custom-col-3-100Â {
	width: 31%;
	display: inline-block;
	margin-bottom: 9px;
}
}


span#closeButton {}

.marquee-holder {padding-top:12px !important; padding-bottom:14px !important;}
.marquee-holder-1 {color: black !important;}
.marquee-holder-2, .marquee-holder-2 a {color: black !important;}
.marquee-holder-3, .marquee-holder-3 a {color: white !important;}

.icon-link {text-align:center;}
.icon-link .fa {padding-left:5px;}
.counseling-icons-1 i {font-size:52px; color:#002453; margin:0px auto; padding-bottom:10px; transition:.1s;}
.counseling-icons-1 p {font-family:'Source Sans Pro', sans-serif; font-size:20px; color:#002453; transition:.1s;}
.counseling-icons-1 .icon-wrapper:hover {cursor:pointer; text-decoration:none;}
.counseling-icons-1 .icon-wrapper:hover i{color:#0082ca;}
.counseling-icons-1 .icon-wrapper:hover p{color:#0082ca;}

.counseling-icons-2 .icon-wrapper {background-color:#002453; padding-top:35px; padding-bottom:30px; transition:.1s;}
.counseling-icons-2 .icon-wrapper:hover {background-color:#0082ca; cursor:pointer; text-decoration:none;}
.counseling-icons-2 i {font-size:52px; color:#fff; margin:0px auto; padding-bottom:10px;}
.counseling-icons-2 p {font-family:'Source Sans Pro', sans-serif; font-size:20px; color:#fff;}

.counseling-icons-3 .icon-link {width:100px; height:100px; background-color:#002453; border-radius:50%; display:block; margin:0px auto; transition:.1s;}
.counseling-icons-3 i {font-size:52px; color:#fff; margin:0px auto; padding-top:24px; padding-left:14px;}
.counseling-icons-3 p {font-family:'Source Sans Pro', sans-serif; font-size:18px; text-align:center; color:#002453; padding-top:10px; transition:.1s;}
.counseling-icons-3 .icon-wrapper {padding-left:4px; padding-right:4px;}
.counseling-icons-3 .icon-wrapper:hover {cursor:pointer; text-decoration:none;}
.counseling-icons-3 .icon-wrapper:hover .icon-link {background-color:#0082ca;}
.counseling-icons-3 .icon-wrapper:hover p {color:#0082ca;}

.map-block {margin-top:25px !important; margin-bottom:18px !important;}
.simple-list {margin-top:6px !important; margin-left:0px !important; padding-left:0px !important;}
.simple-list li {margin-left:30px;}
.simple-list-ol li {margin-left:6px;}

.accordion {margin-bottom: 1.5em;}

.accordion-section-content ul {margin-top:6px !important; margin-left:0px !important; padding-left:0px !important;}
.accordion-section-content ol {margin-top:6px !important; margin-left:10px !important; padding-left:0px !important;}
.accordion-section-content ul li {margin-left:30px;}
.accordion-section-content ol li {margin-left:6px;}

#two-col-icon {}
.two-col-table {width:100%; display:table;}
.two-col-row {display:table-row;}
.two-col-cell {width:50%; display:table-cell;}

.two-col-table-2 {display:table;}
.two-col-row-2 {display:table-row}
.two-col-icon-cell {display:table-cell; vertical-align:top;}
.two-col-text-cell {display:table-cell; padding:0px 15px 20px 15px;}

.two-col-icon-cell .icon-link {width:100px; height:100px; background-color:#002453; border-radius:50%; margin:0px auto; transition:.1s;}

/* Adding styles for Components */
	.component-button.orange-button {
		background-color: #003a70;
		display:inline-block;
		font-size: 18px;
		font-weight: 600;
		line-height: 20px;
		margin: 0em 0.1em 0.1em 0em;
		color: #fff;
		padding: 12px;
		margin: 0em 0.1em 0.1em 0em;
	}
	.component-button.orange-button:after {
		content: '\e900';
		font-family: 'icomoon';
		position: absolute;
		top: 50%;
		right: 15px;
		font-size: 18px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.component-button.orange-button:hover {
		background-color: #0082ca;
		display:inline-block;
		font-size: 18px;
		font-weight: 600;
		line-height: 20px;
		color: #fff;
		padding: 12px;
	}
	.component-button.green-button {
		background-color: #fff;
		display:inline-block;
		font-size: 18px;
		font-weight: 600;
		line-height: 20px;
		color: #003a70;
		margin: 0.1em;
		padding: 12px;
		margin: 0em 0.1em 0.1em 0em;
	}
	.component-button.green-button:hover {
		background-color: #0082ca;;
		display:inline-block;
		font-size: 18px;
		font-weight: 600;
		line-height: 20px;
		color: #fff;
		padding: 12px;
	}
	.component-button.blue-button {
		background-color: #003a70;
		display:inline-block;
		font-size: 18px;
		font-weight: 600;
		line-height: 20px;
		color: #fff;
		margin: 0.1em;
		padding: 12px;
		margin: 0em 0.1em 0.1em 0em;
	}
	.component-button.blue-button:hover {
		background-color: #003a70;
		display:inline-block;
		font-size: 18px;
		font-weight: 600;
		line-height: 20px;
		color: #fff;
		padding: 12px;
	}
	.component-button.red-button {
		background-color: #fff;
		display:inline-block;
		margin: 0.1em;
		font-size: 18px;
		font-weight: 600;
		line-height: 20px;
		color: #003a70;
		padding: 12px;
		margin: 0em 0.1em 0.1em 0em;
	}
	.component-button.red-button:hover {
		background-color: #0082ca;
		display:inline-block;
		font-size: 18px;
		font-weight: 600;
		line-height: 20px;
		color: #fff;
		padding: 12px;
	}
	.component-button.turquoise-button {
		background-color: #fff;
		display:inline-block;
		font-size: 18px;
		margin: 0.1em;
		font-weight: 600;
		line-height: 20px;
		color: #003a70;
		padding: 12px;
		margin: 0em 0.1em 0.1em 0em;
	}
	.component-button.turquoise-button:hover {
		background-color: #0082ca;
		display:inline-block;
		font-size: 18px;
		font-weight: 600;
		line-height: 20px;
		color: #fff;
		padding: 12px;
	}

.component-button.orange-button, .component-button.green-button, .component-button.blue-button, .component-button.red-button, .component-button.turquoise-button {text-decoration:none !important; }

.icon-search {font-family:FontAwesome !important;}
.icon-search:before {content:"\f002";}

/ Footer /

.icon-facebook {font-family:FontAwesome !important;}
.icon-facebook:before {content:"\f39e";}
.icon-twitter {font-family:FontAwesome !important;}
.icon-twitter:before {content:"\f099";}
.icon-linkedin {font-family:FontAwesome !important;}
.icon-linkedin:before {content:"\f0e1";}
.icon-instagram {font-family:FontAwesome !important;}
.icon-instagram:before {content:"\f16d";}
.icon-tiktok {font-family:FontAwesome !important;}
.icon-tiktok:before {content:"\e07b";}
.icon-snapchat {font-family:FontAwesome !important;}
.icon-snapchat:before {content:"\f2ac";}
.icon-youtube {font-family:FontAwesome !important;}
.icon-youtube:before {content:"\f16a";}

#footer .frame {width:100%; float:none;}
#footer .left-hold {width:49.5%;}
#footer .social-networks {width:49.5%; text-align:right; margin:12px 0px 0px 0px;}
@media (max-width: 1023px) {
#footer .social-networks {
text-align:left;
}}
#footer .social-networks li:last-child {margin-right:0px;}
#footer .left-hold .logo {
	width:100%;
	max-width:400px; 
	margin-bottom:30px;
}

#footer .mask {margin-bottom:30px;}

@media (max-width: 699px) {
#footer .left-hold {
width:100%;
display: block;
float: none;}

#footer .social-networks 
{width:100%; 
margin:35px 0px 0px 0px;}
}

/ Play Button Fix /

.icon-container {position:relative; cursor:pointer;}
.icon-middle-desktop {position:absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size:50px; color:#fff; }
.middle-icon {position:absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size:90px; color:#fff; transition: all 0.2s linear;}
.middle-icon-hover {position:absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size:90px; color:#fff; display:none; transition: all 0.2s linear;}

.fa-play-circle-desktopp {float:left; font-size:24px; padding-right:8px}

@media (max-width: 1023px) {
.fa-play-circle-desktopp {
font-size: 24px;} 
}

/ Falling in Love /

.falling-in-love {max-width:600px; display:block; margin:0px auto;}
.falling-in-love img {max-width:100%; height:auto;}

.images-with-text .figure-left {float: left; margin: 0px; padding: 0px 25px 10px 0px;}
.images-with-text .figure-left img {max-width: 160px; height: auto;}
.images-with-text .figure-left figcaption {font-size: 14px; font-style: italic; text-align: center;}
.images-with-text .figure-right {float: right; margin: 0px; padding: 0px 0px 10px 25px;}
.images-with-text .figure-right img {max-width: 160px; height: auto;}
.images-with-text .figure-right figcaption {font-size: 14px; font-style: italic; text-align: center;}

@media (max-width: 580px) {
	.images-with-text .figure-right img {max-width: 120px; height: auto;}
	.images-with-text .figure-left img {max-width: 120px; height: auto;}
	.images-with-text .figure-left figcaption {font-size:12px;}
	
}

.small-circle-icon {width:60px; height:60px; background-color:#002453; border-radius:50%; font-size:34px; text-align:center; color:#fff; padding-top:2px; padding-left:1px;}
.small-outline-icon {width:60px; height:60px; font-size:40px; text-align:center; color:#002453; padding-top:2px; padding-left:1px;}

/ Custom Icon Tables /

.custom-logo-table-1 {display:initial;}
.custom-logo-table-2 {display:none;}

.custom-logo-text {border-bottom:1px solid #bbb;}

.table-cell-h {width:25%; height:160px; display:table-cell; text-align:center; vertical-align:middle; padding-bottom:2px;}
.table-cell-h img {width:100%; height:auto; padding:20px;}

.table-cell-v {width:25%; display:table-cell; text-align:center; vertical-align:middle; padding-bottom:2px;}
.table-cell-v img {width:auto; max-height:160px; padding:20px;}

.table-cell-logo {width:25%; display:table-cell; text-align:center; vertical-align:middle; padding:10px;}
.table-cell-logo img {width:100%; height:auto; margin-bottom:15px; padding:10px;}
.table-cell-logo a {width:100%; background-color:#002453; display:block; transition:.1s; font-size:16px; text-decoration:none; color:#fff; padding:8px; 15px 8px 15px;}
.table-cell-logo a:hover {background-color:#0082ca; cursor:pointer; text-decoration:none;}


@media (max-width:699px) {
	.custom-logo-table-1 {display:none;}
	.custom-logo-table-2 {display:block;}
	.table-cell-h {height:150px;}
	.table-cell-v img {max-height:150px;}
	.table-cell-logo {padding:15px;}
	.table-cell-h, .table-cell-v, .table-cell-logo {width:50%;}
	.table-cell-h img, .table-cell-v img {padding:30px;}
}

/ Video Mobile Fixes /

.video-responsive-iframe-embed {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	width:100%;
}
.video-responsive-for-iframe-embeds {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.spotlight-block {background-color:#002453;}
.spotlight-block .img-holder .icon-plus {font-size:24px;}
.spotlight-block .img-holder .more .name-frame {bottom:20px; left:20px;}

.lightbox .slideshow .slide {width:100%;}


@media (max-width:684px) {
	.has-gallery .fancybox-wrap {width:100% !important; padding:70px 20px 0px 20px;}
	.fancybox-skin {padding:10px}
}

@media (max-width: 699px) {
  	.has-gallery .fancybox-wrap {height: auto !important;}
	.has-gallery .fancybox-wrap .fancybox-outer {overflow-y:hidden;}
    .has-gallery .fancybox-wrap .fancybox-skin, .has-gallery .fancybox-wrap .fancybox-outer {height: auto !important;}
	.fa-play-circle-desktopp {font-size:24px;}
 }

/ Forums Form /

.forums-form textarea {
	max-height:500px;
	min-height:300px;
	resize:none;
	margin-bottom:35px !important;
}

/ Early Alert Form /

.early-alert-survey #positiontitle {
	padding-bottom:16px;
}

.early-alert-survey textarea {
	max-height:500px;
	min-height:300px;
	resize:none;
	margin-bottom:35px !important; 
}

.early-alert-survey .ou-form legend {border:none; margin-bottom:0px;}
.early-alert-survey .ou-form label {font-weight:normal; color:#333;}

.early-alert-survey #id_positiontitle {border:none; border-bottom:1px solid #ccc; border-radius:0px; box-shadow:none;}

/ Archie Request Form */

.archie-request-form {border-top:1px solid #999; margin-top:35px; padding-top:15px;}

.archie-request-form textarea {
	max-height:500px;
	min-height:300px;
	resize:none;
}

.archie-request-form .ou-form legend {border:none; margin-bottom:0px;}
.archie-request-form .ou-form label {font-weight:normal; color:#333;}


/ Accordion Chevron /

.accordion-section .accordion-inside {position:relative;}

.accordion-section-title, .accordion-section-title:active, .accordion-section-title:focus {text-decoration:none !important;}
.accordion-section-title {position:relative;}
.accordion-section-title:after {
	content: '\f078';
	position:absolute;
	right:20px;
	font-family: 'FontAwesome';
	font-size:18px;
	font-weight:lighter;
}

.accordion-section-title.active:after {
	content: '\f077';
	font-family: 'FontAwesome';
}

/ Picture Accordion /

.picture-accordion {background:#f7f7f7; padding:30px;}
.picture-accordion .accordion {background:#fff; box-shadow:none !important;}
.picture-accordion .accordion-section-title {background:#d57900 !important; border:none !important; text-shadow:none !important;}
.picture-accordion h3 {color:#003a70;}
.picture-accordion .picture-accordion-text {padding-top:10px; padding-bottom:20px;}
.picture-accordion .accordion-section h4 {margin-bottom:0px !important;}
.picture-accordion .accordion-section {background-color:#f7f7f7; padding-bottom:8px}
.picture-accordion .accordion-section-content {background-color:#fff;}

.picture-accordion-table {display:table;}
.picture-accordion-row {display:table-row;}
.picture-accordion-cell-1 {width:200px; display:table-cell;}
.picture-accordion-cell-1 img {width:200px; height:auto; margin-bottom:15px;}
.picture-accordion a:hover, .picture-accordion a:active, .picture-accordion a:focus {text-decoration:none;}
.picture-accordion-button-1 {background-color:#0082ca; display:inline-block; text-align:center; text-decoration:none; color:#fff; padding:5px; margin-right:2px;}
.picture-accordion-button-2 {background-color:#003a70; display:inline-block; text-align:center; text-decoration:none; color:#fff; padding:5px; margin-left:2px;}
.picture-accordion-button-3 {background-color:#00B3E3; display:inline-block; text-align:center; text-decoration:none; color:#fff; padding:5px; margin-right:2px;}
.picture-accordion-button-4 {background-color:#00CCFF; display:inline-block; text-align:center; text-decoration:none; color:#fff; padding:5px; margin-left:2px;}
.picture-accordion-button-5 {background-color:#77BC1F; display:inline-block; text-align:center; text-decoration:none; color:#fff; padding:5px; margin-right:2px;}
.picture-accordion-button-6 {background-color:#00AFAA; display:inline-block; text-align:center; text-decoration:none; color:#fff; padding:5px; margin-left:2px;}
.picture-accordion-button-7 {background-color:#F3B800; display:inline-block; text-align:center; text-decoration:none; color:#fff; padding:5px; margin-right:2px;}
.picture-accordion-button-8 {background-color:#E84B37; display:inline-block; text-align:center; text-decoration:none; color:#fff; padding:5px; margin-left:2px;}
.picture-accordion-button-9 {background-color:#A6BBC3; display:inline-block; text-align:center; text-decoration:none; color:#fff; padding:5px; margin-right:2px;}

.picture-accordion-cell-2 {display:table-cell; padding-left:15px;}

@media (max-width: 684px) {
	.picture-accordion-table {display:initial;}
	.picture-accordion-row {display:initial;}
	.picture-accordion-cell-1 {width:200px; display:block; margin:0px auto;}
	.picture-accordion-cell-2 {display:block; text-align:center; padding-left:0px; padding-right:0px}
}

.orange-button-space-fix {margin-top:25px; margin-bottom:25px !important;}

@media (max-width: 699px) {
#orange-button-snippet {
        margin-top: 6px; }
}
.picture-link-fix .spot-hold .img-holder {pointer-events:none !important;}

/ Custom Icon Fix 8/7/2019 /

.counseling-icons-4 .icon-link {width:100px; height:100px; background-color:#002453; border-radius:50%; display:block; transition:.1s; margin:0px auto; margin-bottom:10px;}
.counseling-icons-4 .icon-link a {width:100px; height:100px; margin:0px auto;}
.counseling-icons-4 .icon-link .fa {padding-left:0px; padding-top:22px;}
.counseling-icons-4 .fa:before {font-size:52px; color:#fff; margin:0px auto;}
.counseling-icons-4 i {font-size:0px;}
.counseling-icons-4 p {font-family:'Source Sans Pro', sans-serif; font-size:18px; text-align:center; color:#002453; padding-top:10px; transition:.1s;}
.counseling-icons-4 p a {text-decoration:none !important; color:#002453; transition:.1s;}
.counseling-icons-4 .icon-wrapper {font-family:inherit; text-align:center; padding-left:4px; padding-right:4px;}
.counseling-icons-4 .icon-wrapper:hover .icon-link {background-color:#0082ca;}
.counseling-icons-4 .icon-wrapper:hover p {color:#0082ca;}
.counseling-icons-4 .icon-wrapper:hover p a {color:#0082ca;}

.professional-development-form legend {padding-top:20px !important;}
.professional-development-form button {margin-top:20px !important;}

/ Breadcrumb Program Fix /

@media (max-width:1009px){
	.program .breadcrumbs ul {padding-right:40%;}
}

@media (max-width:684px){
	.program .breadcrumbs ul {padding-right:30px;}
}

/ Theater Productions Table /

.theater-productions-table .table-wrap .table-holder .table tbody tr {border:none;}
.theater-productions-table .table{border-top: 2px solid #d6e0e4;}

/ Strategic Plan /

.strategic-initiative-headline {border-bottom: 2px solid #007cc1; color:#002453; padding-bottom:8px;}
.strategic-plan-table {width:100%; display:table;}
.strategic-plan-tr {display:table-row;}
.strategic-plan-td {width:49.5%; display:table-cell; padding-bottom:5px;}
.strategic-plan-cell {display:table-cell; vertical-align:top; padding-left:20px; padding-right:15px;}
.strategic-plan-cell h3 {margin-bottom:4px; padding-top:0px;}
.strategic-icon-80 {width:80px; height:80px; background-color:#002453; border-radius:50%; display:inline-block; transition:.1s; text-align:center; padding-top:20px;}
.strategic-icon-80 i {font-size:42px; color:#fff;}
.strategic-icon-80:hover {background-color:#0082ca;}
.plan-cell-1 {padding-left:6px;}
@media (max-width:684px){
	.strategic-icon-80 {width:60px; height:60px; padding-top:15px;}
	.strategic-icon-80 i {font-size:32px; color:#fff;}
	.program .breadcrumbs ul {padding-right:30px;}
	.strategic-plan-cell {padding-left:15px; padding-right:10px;}
	.plan-cell-1 {padding-left:15px;}
}

/ Theater Spotlight /

.theater-spotlight-image {margin-top:25px;}
.theater-spotlight-image img {width:320px; height:auto; display:block; float:left; padding:0px 25px 25px 0px !important;}
.theater-spotlight-clear {height:1px; clear:both !important;}
.theater-spotlight-text h2 {margin-bottom:0px !important;}

.theater-productions-spacer {height:1px; margin-top:24px;}
.theater-production-image img {max-width:220px; height:auto; display:block; float:left; padding:0px 20px 20px 0px !important; margin-top:25px;}
.theater-production-clear {height:1px; clear:both !important;}

@media (max-width:684px) {
	.theater-spotlight-image img {width:350px;float:none; padding:0px !important;}
	.theater-production-image img {width:180px; padding:0px 20px 20px 0px !important;}
}

.accordion-section-content ul {margin-top:6px !important; margin-left:0px !important; padding-left:0px !important;}
.accordion-section-content ul li {margin-left:30px;}

/ OL Style /

/***
ol {list-style:none; counter-reset:my-new-list-style;}
ol li {counter-increment:my-new-list-style;}
ol li::before {content:counter(my-new-list-style) ". "; font-size:22px;}
ol li ol {list-style-type:none !important;}
***/

/ Contact Snippet /
.contact-container-2 h3 {font-size:18px; margin-bottom:8px !important;}
.contact-container-3 h3 {font-size:18px; margin-bottom:8px !important;}

/ Art Gallery Spotlight /
.art-gallery-spotlight-image {margin-top:25px;}
.art-gallery-spotlight-image img {width:320px; height:auto; display:block; float:left; padding:0px 25px 0px 0px !important;}
.art-gallery-spotlight-clear {height:1px; clear:both !important;}
.art-gallery-spotlight-text h2 {margin-bottom:0px !important;}

@media (max-width:684px) {
	.art-gallery-spotlight-image img {width:350px;float:none; padding:0px !important;}
	.art-gallery-production-image img {width:180px; padding:0px 20px 20px 0px !important;}
}

.marquee-holder span {display:inline-block}


/ ³Ô¹ÏÍø By the Numbers /

.stlcc-by-the-numbers .community-focus {display:table;}
.centered-on-students-left {width:50%; display:table-cell; padding-right:30px; padding-bottom:20px; vertical-align:middle;}
.centered-on-students-left img {width:100%; height:auto; display:block;}
.centered-on-students-right {width:50%; display:table-cell; padding-left:20px; vertical-align:top;}

.centered-on-students-table {display:table;}
.centered-on-students-table-left {width:45px; display:table-cell; text-align:center; vertical-align:top;}
.centered-on-students-table-icon {width:45px; height:45px; border-radius:50%; background-color:#0082ca;}
.centered-on-students-table-icon i {font-size:24px; color:#fff; padding-top:11px; padding-left:6px;}
.centered-on-students-table-right {display:table-cell; padding-left:20px; padding-bottom:30px; vertical-align:top;}

.numbers-col-3 {width:33%; display:inline-block; text-align:center; vertical-align:top; margin-bottom:22px;}
.numbers-col-3 h3 {font-size:50px; font-weight:lighter; color:#0082ca;}
.numbers-col-3 p {font-size:24px;}

.community-focus-table {width:100%; display:table}
.community-focus-cell-left {width:50%; display:table-cell; text-align:center; padding:25px 20px 0px 0px;}
.community-focus-cell-right {width:50%; display:table-cell; text-align:center; padding:25px 0px 0px 20px;}
.community-focus-headline {font-size:40px; color:#003a70;}
.community-focus-text {}

.faculty-and-staff {display:table;}
.faculty-and-staff-left {width:50%; display:table-cell; vertical-align:middle; padding-right:80px; padding-left:20px;}
.faculty-and-staff-left img {width:100%; height:auto;}

.faculty-and-staff-right {width:50%; display:table-cell; border-left:1px solid #333; padding-left:20px; padding-right:80px; vertical-align:middle;}
.faculty-and-staff-right p {font-size:20px; text-align:center;}
.faculty-and-staff-right .span-1 {font-size:48px; color:#003a70;}
.faculty-and-staff-right .span-2 {font-size:48px; color:#0082ca;}
.faculty-and-staff-right .span-3 {font-size:48px; color:#00b3e3;}

@media (max-width:1100px) {
	.numbers-col-3 {width:49.5%;}
}

@media (max-width:800px) {
	.faculty-and-staff-left {padding-right:50px;}	
	.faculty-and-staff-right {padding-left:0px; padding-right:0px;}
}

@media (max-width:684px) {
	.numbers-col-3 {margin-bottom:18px;}
	.numbers-col-3 h3 {font-size:40px; font-weight:lighter; color:#0082ca;}
	.numbers-col-3 p {font-size:16px;}
	
	.centered-on-students-table-left {width:35px; display:table-cell; text-align:center; vertical-align:top;}
	.centered-on-students-table-icon {width:35px; height:35px; border-radius:50%; background-color:#0082ca;}
	.centered-on-students-table-icon i {font-size:18px; color:#fff; padding-top:9px; padding-left:5px;}
	.centered-on-students-table-right {display:table-cell; padding-left:15px; padding-bottom:18px; vertical-align:top;}
	
	.community-focus-headline {font-size:36px; margin-bottom:12px;}
	.community-focus-cell-left {padding:20px 20px 0px 0px;}
	.community-focus-cell-right {padding:20px 0px 0px 20px;}
	
	.faculty-and-staff-left {width:100%; display:block; padding:0px 100px 0px 100px;}
	.faculty-and-staff-right {width:100%; border-left:none; display:block; padding:30px 30px 0px 30px;}
	
	.faculty-and-staff-right p {font-size:18px; text-align:center;}
	.faculty-and-staff-right .span-1 {font-size:40px; color:#003a70;}
	.faculty-and-staff-right .span-2 {font-size:40px; color:#0082ca;}
	.faculty-and-staff-right .span-3 {font-size:40px; color:#00b3e3;}
}

@media (max-width:580px) {
	.centered-on-students-left img {padding-bottom:30px}
	.centered-on-students-left {width:60%; display:block; padding-right:0; padding-bottom:0px; margin:0px auto;}
	.centered-on-students-left-2 {width:100%; display:block; padding-left:20px; padding-bottom:0px; vertical-align:top;}
	.community-focus-cell-left {width:100%; display:block; text-align:center; padding:25px 0x 0px 0px;}
	.community-focus-cell-right {width:100%; display:block; text-align:center; padding:25px 0px 0px 0px;}
	.faculty-and-staff-left {padding:0px 40px 0px 40px;}
}


/ WSG Blog Preview /

#wsg-blog-preview {}
.wsg-menu {width:100%; min-height:20px; background-color:#003a70; display:flex; justify-content:space-around;}
.wsg-menu a {font-weight:bold; font-size:16px; line-height:1; color:#fff; padding:7px 5px 7px 5px;}
.wsg-blog-feature {width:100%; min-height:500px; background-color:#333; background-image:url(/_resources/css/images/ww-exterior-female-maroon-shirt-holding-books-banner-medium.jpg); background-repeat:no-repeat; background-size:cover; background-position:center top; position:relative; margin-bottom:10px;}

.wsg-headline-1 {font-size:16px; font-weight:bold; text-transform:uppercase; color:#fff; margin:0 !important;}
.wsg-headline-2 {font-size:30px; font-weight:bold; text-transform:capitalize; color:#fff; margin:0 !important;}
.wsg-meta-description {font-size:14px; font-size:20px; color:#fff; margin:0 !important;}
.wsg-headline-block {margin-top:10px; margin-bottom:20px}

.wsg-button {background:#d57900; font-size:18px; font-weight:600; line-height:20px; text-decoration:none; color:#fff; display:inline-block; position:relative; padding:12px 38px 12px 18px;}
.wsg-button:after {content: '\f105'; font-family:"FontAwesome"; font-size:20px; position:absolute; right:15px;}

.wsg-button:hover {background: #a25c00; text-decoration:none;}

.wsg-features {display:table}
.wsg-col-3 {width:33%; display:table-cell; vertical-align:top; position:relative; margin-bottom:22px; padding:5px;}
.wsg-article-img {width:100%; height:180px; background-color:#333; margin-bottom:18px}
.wsg-article-1 {background-image:url(/_resources/css/images/ww-exterior-female-maroon-shirt-holding-books-banner-medium.jpg); background-repeat:no-repeat; background-size:cover; background-position:center top;}
.wsg-article-2 {background-image:url(/_resources/css/images/ww-exterior-female-maroon-shirt-holding-books-banner-medium.jpg); background-repeat:no-repeat; background-size:cover; background-position:center top;}
.wsg-article-3 {background-image:url(/_resources/css/images/ww-exterior-female-maroon-shirt-holding-books-banner-medium.jpg); background-repeat:no-repeat; background-size:cover; background-position:center top;}
.wsg-article-link {font-weight:bold; font-size:20px; margin-bottom:9px;}
.wsg-article-text {padding-bottom:45px;}
.wsg-article-link a {text-decoration:none !important;}
.wsg-article-link a:hover {color:#003a70; transition:.2s;}
.wsg-article-button {position:absolute; bottom:0;}

@media (max-width:1100px){
	
}

@media (max-width: 1023px) {
	.wsg-button {font-size:16px;} 
	.wsg-button:after {font-size:18px;}
}

@media (max-width:684px) {
	.wsg-menu a {font-size:14px;}
	.wsg-blog-feature {min-height:350px;}
	.wsg-headline-1 {font-size:14px;} 
	.wsg-headline-2 {font-size:27px;}
	.wsg-meta-description {font-size:14px;}
	.wsg-button {padding:10px 38px 10px 18px;}
	
	.wsg-features {border-top:1px solid #333; display:block; margin-top:30px; margin-bottom:30px; padding-top:30px;}
	.wsg-col-3 {width:100%; min-height:130px; display:block; margin-top:0px; margin-bottom:15px; padding:0px;}
	.wsg-article-img {width:180px; height:130px; float:left; margin-right:15px; margin-bottom:0px;}
	.wsg-article-img:after {content:""; clear:both;}
	.wsg-article-link {font-size:18px; margin-bottom:0px;}
	.wsg-article-text {font-size:14px; padding-bottom:0px;}
	.wsg-article-button {display:none;}
	
}

@media (max-width:580px) {
}

@media (max-width:480px) {
	.wsg-menu {display:none;}
}

/ End WSG Blog Preview /

/ Faculty Profile /

.faculty-profile-table {width:100%; display:table; margin-bottom:22px;}
.faculty-profile-table-left {width:50%; display:table-cell; vertical-align:top; padding-right:30px;}
.faculty-profile-table-left img {width:100%; height:auto;}
.faculty-profile-table-right {width:50%; display:table-cell;}
.faculty-profile-info {background:#f0f4f6; border-top:4px solid #002453; padding:21px 34px;}
.faculty-profile-info h3 {font-size:32px; color:#002453; padding-top:0px !important; padding-bottom:5px;}
.faculty-profile-info-table {display:table;}

.faculty-profile-info-email-icon {display:table-cell; vertical-align:middle; padding-bottom:10px;}
.faculty-profile-info-email-icon i {font-size:32px; color:#00659c;}
.faculty-profile-info-email-text {display:table-cell; font-size:20px; color:#00659c; vertical-align:middle; padding-left:2px; padding-bottom:10px;}

.faculty-profile-info-phone-icon {display:table-cell; vertical-align:middle; padding-bottom:10px;}
.faculty-profile-info-phone-icon i {font-size:32px; color:#00659c}
.faculty-profile-info-phone-text {display:table-cell; font-size:20px; color:#00659c; vertical-align:middle; padding-left:2px; padding-bottom:10px;}

.faculty-profile-info-location-icon {display:table-cell; vertical-align:middle; padding-bottom:10px;}
.faculty-profile-info-location-icon i {font-size:32px; color:#00659c}
.faculty-profile-info-location-text {display:table-cell; font-size:20px; color:#00659c; vertical-align:middle; padding-left:2px; padding-bottom:10px;}

.faculty-profile-content {}

@media (max-width:684px) {
	.faculty-profile-table-left {width:100%; display:block; padding:0}
	.faculty-profile-table-left img {max-width:400px; height:auto;}
	.faculty-profile-table-right {width:100%; display:block; margin-top:30px;}
	.faculty-profile-info h3 {font-size:28px;}
	.faculty-profile-info-email-icon i, .faculty-profile-info-phone-icon i, .faculty-profile-info-location-icon i  {font-size:28px;}
	.faculty-profile-info-email-text, .faculty-profile-info-phone-text, .faculty-profile-info-location-text {font-size:18px;}
}

/ Faculty Profile List /

.faculty-profile-list {width:100%}
.faculty-profile-list-left {width:49.5%; display:inline-block;}
.faculty-profile-list-right {width:49.5%; display:inline-block; text-align:right; vertical-align:top; padding-right:160px;}
.faculty-profile-list-right img {max-width:170px; width:100%;}

@media (max-width: 1008px) {
	.faculty-profile-list-right {padding-right:0px;}
}

@media (max-width:480px) {
	.faculty-profile-list-left {width:100%; display:block;}
	.faculty-profile-list-right {width:100%; display:block; text-align:left;}
}

/ Departments Directory /

.departments-directory h2 {margin-bottom:0px !important;}
.departments-directory hr {margin-top:10px; margin-bottom:20px; color:#eee;}
.departments-directory-table {width:100%; display:table;}
.departments-directory-cell {width:50%; display:table-cell; padding-left:10px; padding-right:10px;}
.departments-directory-cell a {display:block; font-weight:bold; text-decoration:none;}

@media (max-width:684px) {
	.departments-directory-cell {width:100%; display:block;}
}

/ Employee Directory /

.directory-table tbody tr:nth-child(even) {background-color:#e1e1e1;}
.directory-table-th:after {content:'\f0d7'; font-family:FontAwesome; font-size:12px; float:right; padding-right:15px !important;}
.directory-page-links a:hover {text-decoration:none !important; background-color:#d57900 !important;}

.employee-directory {border:1px solid #e1e1e1;}
.directory-table {width:100%;}
.directory-table-th {border:1px solid #fff; background-color:#002453; font-size:20px; font-weight:bold; text-decoration:none; color:#fff; padding:10px 0px 10px 10px !important;}

.directory-table td {border:1px solid #fff; font-size:18px; text-decoration:none; color:#000; padding:10px 0px 10px 10px !important;}
.directory-table-mobile {}

.directory-page-links {text-align:center; margin-top:18px}
.directory-page-links a {background-color:#002453; display:inline-block; color:#fff; padding:4px 10px 4px 10px !important; margin:2px;}

@media (max-width:1023px) {
	.employee-directory .table-wrap {margin-top:0 !important;}
	.directory-table-th {font-size:18px; padding-left:5px !important;}
	.directory-table-th:after {padding-right:10px !important;}
	.directory-table td {font-size:16px; padding-left:5px !important;}
}

@media (max-width:684px) {
	.directory-table-mobile {display:none !important;}
	.employee-directory .table-wrap {margin-right:0 !important;}
}


/*added by Ben Shasserre to support soft alert announcement snippet 04/07/20*/

#content .announcement-soft-alert {
  color: #000;
  clear: both;
  padding: 15px 30px 20px 30px;
  margin: 20px 0; 
  border-width: 6px;
  border-style: solid;
  border-color: #ffd700;
  background: #ffffff;
  background-color: #ffffff;
}

  @media (max-width: 1023px) {
    
	  #content .announcement-soft-alert {
        margin: 20px 0;
        padding: 15px 25px 20px 25px; } 
	  
	  #content h {
		margin: 5px 0 12px; }
  }

  @media (max-width: 699px) {
	  
    #content .announcement-soft-alert {
      margin: 20px -20px; }
	  	  
	#content h {
      margin: 5px 0 14px; }
	  
  }

#content .announcement-soft-alert a {
  color: #000;
  font-weight: 700; }

#content .announcement-soft-alert .icon-chevron {
  font-size: 13px;
  display: inline-block;
  transform: rotate(-90deg); }

#content .announcement-soft-alert .icon-chevron:before {
  position: relative;
  top: 10px; }

/ Basic Form Style /

.basic-form-style #positiontitle {
	padding-bottom:16px;
}

.basic-form-style textarea {
	max-height:500px;
	min-height:300px;
	resize:none;
	margin-bottom:35px !important; 
}

.basic-form-style .ou-form legend {border:none; margin-bottom:0px;}
.basic-form-style .ou-form label {font-weight:normal; color:#333;}

.basic-form-style #id_positiontitle {border:none; border-bottom:1px solid #ccc; border-radius:0px; box-shadow:none;}

.wsg-marketing-link-h3 {padding-top:125px !important; margin-top:-115px !important;}

.youtube-full-screen {position:relative; overflow:hidden; width: 100%; padding-top: 56.25%; margin-bottom: 1em;}
.youtube-full-screen iframe {position:absolute; top:0; left:0; bottom:0; right:0; width:100%; height:100%;}

/* blue-button-snippet - Ben Shasserre */

body a.blue-button-snippet {
	background: #003a70;
	text-decoration: none;
	display: inline-block;
	padding: 12px 38px 12px 18px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	position: relative;
	margin: 0em 0.1em 0.1em 0em;
}

body a.blue-button-snippet:after {
	content: '\e900';
	font-family: 'icomoon';
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 18px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

body a.blue-button-snippet:hover {
	background: #0082ca; }

@media (max-width: 1023px) {
	body a.blue-button-snippet {
		font-size: 16px;
		line-height: 18px;
		 } }
@media (max-width: 699px) {
	body a.blue-button-snippet {
		padding: 10px 38px 10px 18px; } }

/* End Blue Button Snippet - Ben Shasserre */

.fd-logos-container {width:100%; display:flex; flex-wrap:wrap; align-items:center;}
.fd-logo {max-width:25%; flex:25%; text-align:center; padding:20px;}
.fd-logo img {width:100% !important; height:auto !important;}
		
@media(max-width:484px){
.fd-logo {max-width:50%; flex:50%;}
}

/* Content Block Map Key */

.content-block-map-key-title {font-size:20px; font-weight:bold; margin-bottom:10px !important;}
.content-block-map-key {width:100%; display:flex; flex-wrap: wrap; align-items:center;;}
.content-block-map-key-1, .content-block-map-key-2 {width:50%; border-bottom:#ddd solid 1px; margin-top:5px; padding-bottom:6px;}
.content-block-map-key img {width:20px; height:20px; display:inline-block; vertical-align:middle;}
.content-block-map-key i {width:20px; height:20px; display:inline-block; vertical-align:middle;}
.content-block-map-key p {display:inline-block; font-size:16px; font-weight:normal; line-height:1; vertical-align:middle; margin:0px !important; padding:0px;}

@media (max-width:699px){		
.content-block-map-key-title {font-size:18px; font-weight:bold;}
.content-block-map-key img {width:18px; height:18px;}
.content-block-map-key i {width:18px; height:18px;}
.content-block-map-key p {font-size:14px}
}

/* 2024 Accessible Buttons */
.blue-button-snippet-dark {background-color:#003a70 !important; border:2px solid #003a70; color:#fff !important; transition:0.1s linear;}
.blue-button-snippet-light {background-color:#00b3e3 !important; border:2px solid #00b3e3; color:#003a70 !important; transition:0.1s linear;}
.blue-button-snippet-inverse {background-color:#fff !important; border:2px solid #003a70; color:#003a70 !important; transition:0.1s linear;}
.blue-button-snippet-dark:hover {background-color:#fff !important; color:#003a70 !important;}
.blue-button-snippet-light:hover {background-color:#003a70 !important; border:2px solid #003a70; color:#00b3e3 !important;}
.blue-button-snippet-inverse:hover {background-color:#003a70 !important; color:#fff !important;}
.blue-button-snippet-cta:hover {background-color:#fff !important; color:#003a70 !important;}
.pathways-catalog-button-container {text-align:center; margin:30px 0px 30px 0px;}
@media (max-width:992px){
.pathways-catalog-button-container {margin-top:40px; margin-bottom:36px;}
}
/* New CTA block */
.announcement-cta {width:100%; background-color:#D0DCF1; border-radius:8px; line-height:1 !important; color:#333; margin-top:30px; padding:30px; text-align: center;}
.alert-cta {width:100%; background-color:#fde3ca; border-radius:8px; line-height:1 !important; color:#333; padding:30px; text-align: center; margin-top:30px;}
/* Pathways Program Pages */
.pathways-container {max-width:1170px; margin:0px auto; padding:50px 30px 50px 30px;}
.pathways-container h2 {font-size:40px; line-height:1; font-weight:bold; color:#003a70;}
.cta-background {background:url('https://stlcc.edu/images/pathways/bg-div.png'); background-size:cover; background-repeat:no-repeat; border-bottom-left-radius:130px;}
.content-block-cta {width:100%; min-height:150px; display:flex; flex-wrap:wrap; align-items:center; margin-top:15px; margin-bottom:15px;}
.content-block-cta-text, .content-block-cta-button {width:50%}
.content-block-cta-text p {font-size:30px; font-weight:bold; color:#fff; margin:0;}
.content-block-cta > div:nth-child(odd) {padding-right:15px}
.content-block-cta > div:nth-child(even) {padding-left:15px}
.content-block-cta-button {text-align:right}
@media (max-width:699px){
.content-block-cta {margin-top:25px; margin-bottom:25px;}
.content-block-cta > div:nth-child(odd) {padding-right:0px}
.content-block-cta > div:nth-child(even) {padding-left:0px}
.content-block-cta-text p {margin-bottom:30px}
.content-block-cta-text, .content-block-cta-button {width:100%; text-align:center}
}
/* Libraries Search */
.ebsco-single-search *,.ebsco-single-search *::before,.ebsco-single-search *::after{box-sizing:border-box;font:inherit;margin:0}
			.ebsco-single-search input,.ebsco-single-search button,.ebsco-single-search select{margin:0}
			.eb-search-container{display:flex;flex-flow:row wrap;line-height:1.5}
			.eb-search-container>*{flex:1 100%;padding:12px}
			.eb-search-container__title{font-weight:400;font-size:1.5em;letter-spacing:-.05em;text-align:center}
			.eb-search__box>*{flex:1 100%;line-height:normal}
			.eb-search__box{border-radius:.25em;display:flex;flex-wrap:wrap;font-size:1.25em}
			.eb-search__input-bquery{background:#fff;border:1px solid #003a70;border-bottom-color:transparent;border-radius:.25em .25em 0 0;padding:.75em}
			.eb-search__input-bquery:focus{color:#333}
			.eb-search__submit-button{-webkit-appearance:button;background:#003a70;border:1px solid #003a70;border-radius:0 0 .25em .25em;box-shadow:0 2px 4px 0 rgba(0,0,0,.20);color:#FFFFFF;cursor:pointer;overflow:visible;padding:.5em 1.25em;text-align:center;white-space:nowrap}
			.eb-search__submit-text{display:inline-flex;overflow:hidden}
			.eb-filter-container{padding-bottom:0}
			.eb-search__label{align-items:center;display:inline-flex;white-space:nowrap;width:100%}
			.eb-search__input{height:1.1em}
			.eb-search__span{padding:0 .5em}
			.eb-adv-search{padding-right:1em;text-align:right;white-space:nowrap}
			a.eb-adv-search__link{text-decoration-skip-ink:auto}
			.eb-sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
			.eb-search-container__has-select .eb-search__search-prefix{background-color:#fff;border-radius:.25em 0 0 .25em;margin-bottom:.75em;position:relative}
			.eb-search-container__has-select .eb-search__search-prefix:after,.eb-search__search-prefix:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0}
			.eb-search-container__has-select .eb-search__search-prefix:before{right:0;width:1.75em}
			.eb-search-container__has-select .eb-search__search-prefix:after{border-bottom:2px solid #000;border-right:2px solid #000;height:.5em;margin:auto;right:.75em;transform-origin:center right;transform:rotate(45deg);width:.5em;z-index:2}
			.eb-search-container__has-select .eb-search__select{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #D57900;border-radius:.25em;box-shadow:none;color:#000;height:100%;padding:.5em 1.75em .5em .75em;width:100%}
			.eb-search-container__has-select .eb-search__select:focus{color:#000}
			.eb-search-container__has-select .eb-search__select::-ms-expand{display:none}
			html[dir="rtl"] .eb-search__select {padding: .5em .75em .5em 1.75em}
			html[dir="rtl"] .eb-search__search-prefix:before{left:0;right:inherit}
			html[dir="rtl"] .eb-search__search-prefix:after{left:.75em;right:inherit}
			@media only screen and (min-width: 768px) {
			.eb-search-container{padding:.75em}
			.eb-search__box{flex-wrap:nowrap;height:2.8em;box-shadow:0 2px 4px 0 rgba(0,0,0,.20)}
			.eb-search__input-bquery{border-bottom-color:#003a70;border-radius:.25em 0 0 .25em;border-right-color:transparent;width:100%}
			.eb-search__submit-button{border-radius:0 .25em .25em 0;box-shadow:none;flex:0 0 auto}
			.eb-filter-container{flex:1;padding-left:1em;padding-bottom:.75em}
			.eb-search__label{width:auto}
			.eb-search-container__has-limiter .eb-adv-search{flex:0 0 auto}
			.eb-search-container__has-select .eb-search__search-prefix{flex:1 0 auto;margin-bottom:0}
			.eb-search-container__has-select .eb-search__select{flex:0 0 auto;border-radius:0}
			.eb-search-container__has-select .eb-search__search-prefix:nth-of-type(1) .eb-search__select{border-radius:.25em 0 0 .25em}
			.eb-search-container__has-select .eb-search__input-bquery{border-left-color: transparent;border-radius:0}
			.eb-search-container__has-select-two .eb-search__search-prefix:nth-of-type(1) > .eb-search__select{border-right-color: transparent}
			html[dir="rtl"] .eb-search__input-bquery{border-radius:0 .25em .25em 0;border-left-color:transparent;border-right-color:inherit}
			html[dir="rtl"] .eb-search__submit-button{border-radius:.25em 0 0 .25em;border-left-color:inherit;border-right-color:transparent}
			html[dir="rtl"] .eb-search__select{border-radius:0 .25em .25em 0;border-right-color:inherit}
			html[dir="rtl"] .eb-search-container__has-select .eb-search__input-bquery{border-radius:0;border-right-color:transparent}
			html[dir="rtl"] .eb-search-container__has-select .eb-search__search-prefix:nth-of-type(1) .eb-search__select{border-radius:0 .25em .25em 0}
			html[dir="rtl"] .eb-search-container__has-select-two .eb-search__search-prefix:nth-of-type(1) > .eb-search__select{border-left-color: transparent;border-right-color: inherit}
			html[dir="rtl"] .eb-search-container__has-select-two .eb-search__search-prefix:nth-of-type(2) > .eb-search__select{border-radius: 0}
			}
			.eb-search-container {padding:0;}
			.eb-search {padding:0;}
			span.input-placeholder-text {color:#333 !important; padding:.7em;}
			@media (max-width: 768px){
			span.input-placeholder-text {padding:.4em;}
