@charset "UTF-8";
a, textarea,
input,
select {
  transition: background 0.3s, border 0.3s, color 0.3s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.margin-x {
  margin-right: 1.3333333333em;
  margin-left: 1.3333333333em; }

.margin-y {
  margin-top: 1.3333333333em;
  margin-bottom: 1.3333333333em; }

.padding-x {
  padding-right: 1.3333333333em;
  padding-left: 1.3333333333em; }

.padding-y {
  padding-top: 1.3333333333em;
  padding-bottom: 1.3333333333em; }

.stretched-container {
  margin-right: -1.3333333333em;
  margin-left: -1.3333333333em;
  padding-right: 1.3333333333em;
  padding-left: 1.3333333333em; }

.cover {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%; }

.compartment {
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem; }

@media (min-width: 600px) {
  .generic-col-4 {
    width: 49.67%;
    display: inline-block;
    vertical-align: top; } }
@media (min-width: 990px) {
  .generic-col-4 {
    width: 24.67%; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/*! Content - Typography v0.0.6 */
@font-face {
  font-family: "icomoon";
  src: url("/uploaded/themes/default_2015/fonts/icomoon.eot");
  src: url("/uploaded/themes/default_2015/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_2015/fonts/icomoon.woff") format("woff"), url("/uploaded/themes/default_2015/fonts/icomoon.ttf") format("truetype"), url("/uploaded/themes/default_2015/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon-speech-bubble:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube-play:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-info:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pinterest:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-playBtn:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-comment-bubble:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-map-marker:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-devices:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pencil:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-camera:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-edit-bubble:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-image-bubble:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-graduation-cap:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-left-arrow:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-right-arrow:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-camera-2:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-plus:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-minus:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-leaf:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-flask:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-hamburger:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-light:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-up-arrow:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-down-arrow:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-open-quote:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close-quote:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-compass:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-branch:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-graduation-cap-2:before {
  content: "";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "/f00d";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*! Content - HTML v0.0.7 */
h1, h2, h3, h4, h5, h6, .module-calendar .bannermodtd .bannermodcontent:before, html.layout_28 .module-slider .newsposttitle .newspubdate, html.layout_28 .module-slider .newspostnotes a, div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title, .pagetype_item b, .bannermodtitle, .imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle, .gridTable .contentElementTitle, .popup-window #ptitle, .portlet_title, .monthhead, .etitle, .etitle a, #calendar_nav + .listonly_block .listcap, .newsposttitle, .pagetype_news .newsposttitle {
  font-family: "trajan-pro-3", Georgia, serif;
  font-weight: 400;
  color: #1b2333; }

h1,
.alpha,
.module-calendar .bannermodtd .bannermodcontent:before,
html.layout_28 .module-slider .newsposttitle .newspubdate,
html.layout_28 .module-slider .newspostnotes a {
  margin-bottom: 19px;
  line-height: 40px;
  font-size: 32px; }

h2,
.beta,
div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title,
.pagetype_item b {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 32px; }

h3,
.gamma,
.bannermodtitle {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px; }

h4,
.delta,
.imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle,
.gridTable .contentElementTitle,
.popup-window #ptitle,
.portlet_title {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 24px; }

h5,
.epsilon,
.monthhead {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px; }

h6,
.zeta,
.etitle,
.etitle a,
#calendar_nav + .listonly_block .listcap,
.newsposttitle,
.pagetype_news .newsposttitle {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600; }

p {
  margin: 0 0 1.3333333333em; }

a {
  color: #2682bf;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  nav a {
    display: block; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.4em; }

#contentdiv #text1 table, #contentdiv #text2 table, #rightbanner .bannermodcontent table, #leftbanner .bannermodcontent table {
  width: 100%;
  margin-bottom: 1.3333333333em;
  border-collapse: collapse; }
  #contentdiv #text1 table caption, #contentdiv #text2 table caption, #rightbanner .bannermodcontent table caption, #leftbanner .bannermodcontent table caption {
    background-color: #013474;
    color: #FFF;
    text-align: left;
    padding: 16px 20px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #7893b5; }
  #contentdiv #text1 table td, #contentdiv #text2 table td, #rightbanner .bannermodcontent table td, #leftbanner .bannermodcontent table td {
    vertical-align: top;
    border-bottom: 1px solid #e0e0e0;
    padding: 16px 20px;
    color: #1b2333;
    font-weight: 600; }
    #contentdiv #text1 table td:last-child, #contentdiv #text2 table td:last-child, #rightbanner .bannermodcontent table td:last-child, #leftbanner .bannermodcontent table td:last-child {
      text-align: right; }
    @media (max-width: 640px) {
      #contentdiv #text1 table td, #contentdiv #text2 table td, #rightbanner .bannermodcontent table td, #leftbanner .bannermodcontent table td {
        display: block; }
        #contentdiv #text1 table td:first-child, #contentdiv #text2 table td:first-child, #rightbanner .bannermodcontent table td:first-child, #leftbanner .bannermodcontent table td:first-child {
          border-bottom: 0 none;
          padding-bottom: 4px; }
        #contentdiv #text1 table td:last-child, #contentdiv #text2 table td:last-child, #rightbanner .bannermodcontent table td:last-child, #leftbanner .bannermodcontent table td:last-child {
          text-align: left;
          padding-top: 4px; } }

img,
canvas,
iframe,
video,
svg {
  height: auto;
  max-width: 100%; }

img[src*='space'], img[src*='bell'], img[src*='email'] {
  width: auto !important; }

/*! Content - Button v0.0.5 */
.fs_style_20, .fs_style_21, .fs_style_22, #showHideEventDetails {
  display: inline-block;
  max-width: 230px;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  color: #FFF !important;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  padding: 13px 5px 12px 5px;
  margin-bottom: -10px; }
  .fs_style_20:hover, .fs_style_21:hover, .fs_style_22:hover, #showHideEventDetails:hover {
    text-decoration: none; }

.fs_style_20 {
  background-color: #e2383f; }
  .fs_style_20:hover {
    background-color: #ca1d24; }

.fs_style_21 {
  background-color: #2d64b2; }
  .fs_style_21:hover {
    background-color: #234d89; }

.fs_style_22 {
  background-color: #f2f2f2;
  color: #333333 !important; }
  .fs_style_22:hover {
    background-color: #d9d9d9; }

#contentdiv .fs_style_20,
#contentdiv .fs_style_21,
#contentdiv .fs_style_22 {
  max-width: 180px;
  font-size: 12px; }

.buttons {
  border: 0 none;
  color: #FFF;
  background-color: #013474 !important;
  font-weight: 600;
  padding: 3px 5px;
  box-shadow: none !important;
  transition: all .5s; }
  .buttons:hover {
    background-color: #e2383f !important; }

/*! Content - Forms v0.0.5 */
textarea,
input,
select {
  max-width: 100%;
  padding: 0.6666666667em 0.8888888889em;
  font-family: "proxima-nova", sans-serif;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #243047; }
  textarea:hover, textarea:focus,
  input:hover,
  input:focus,
  select:hover,
  select:focus {
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.15em 0 0 rgba(0, 0, 0, 0.3); }

input[type='hidden'] {
  display: none; }

[disabled] {
  cursor: not-allowed; }

[rel="help"] {
  cursor: help; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

#contentdiv form > div {
  max-width: 100%;
  width: 100%; }

.required {
  color: #243047; }

.fsLoginForms {
  width: 100%; }

.fsLoginFooter {
  margin-left: 0; }

[class*='pagetype_misc_userlogin'] [src*='error'] {
  display: none; }

/*! Content - Style Manger v0.0.5 */
.fs_style_26 {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  color: #707780; }

blockquote, .fs_style_23 {
  padding-left: 32px;
  color: #1b2333;
  font-size: 19px;
  line-height: 26px;
  position: relative;
  margin-bottom: 0; }
  blockquote:before, .fs_style_23:before {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #d1d1d1;
    position: absolute;
    top: 0;
    left: 0; }
  blockquote:after, .fs_style_23:after {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #d1d1d1;
    display: block;
    float: right; }

.fs_style_24 {
  padding-left: 32px;
  display: block;
  color: #a6a6a6;
  font-weight: 600;
  font-size: 15px;
  font-style: normal;
  margin-top: 14px; }

img.left {
  float: left;
  width: 50%; }
img.right {
  float: right;
  width: 50%; }

.fs_style_17 {
  font-size: 0;
  text-align: center;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 50%;
  position: relative; }
  .fs_style_17:hover {
    text-decoration: none;
    color: #FFF; }
  .fs_style_17:before {
    transition: color .3s;
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #1b2333; }
  .fs_style_17:hover:before {
    color: #FFF; }

.fs_style_18 {
  font-size: 0;
  text-align: center;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 50%;
  position: relative; }
  .fs_style_18:hover {
    text-decoration: none;
    color: #FFF; }
  .fs_style_18:before {
    transition: color .3s;
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #1b2333; }
  .fs_style_18:hover:before {
    color: #FFF; }

.fs_style_19 {
  font-size: 0;
  text-align: center;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 50%;
  position: relative; }
  .fs_style_19:hover {
    text-decoration: none;
    color: #FFF; }
  .fs_style_19:before {
    transition: color .3s;
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #1b2333; }
  .fs_style_19:hover:before {
    color: #FFF; }

.fs_style_34:before {
  content: "";
  background: url("/uploaded/themes/default_2015/assets/grad_cap.svg") left center no-repeat;
  background-size: 90px;
  width: 126px;
  height: 100px;
  border-right: 1px solid #c6c9cc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 36px;
  padding-right: 36px; }
  @media (max-width: 830px) {
    .fs_style_34:before {
      width: 107px;
      height: 80px;
      margin-right: 15px;
      padding-right: 15px; } }
  @media (max-width: 400px) {
    .fs_style_34:before {
      display: block;
      border: 0 none;
      background-position: center;
      width: 100%;
      margin: 0;
      padding: 0;
      height: 60px; } }

.fs_style_35:before {
  content: "";
  background: url("/uploaded/themes/default_2015/assets/book.svg") left center no-repeat;
  background-size: 65px;
  width: 103px;
  height: 100px;
  border-right: 1px solid #c6c9cc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 36px;
  padding-right: 36px; }
  @media (max-width: 830px) {
    .fs_style_35:before {
      width: 81px;
      height: 80px;
      margin-right: 15px;
      padding-right: 15px; } }
  @media (max-width: 400px) {
    .fs_style_35:before {
      display: block;
      border: 0 none;
      background-position: center;
      width: 100%;
      margin: 0;
      padding: 0;
      height: 64px; } }

.fs_style_36:before {
  content: "";
  background: url("/uploaded/themes/default_2015/assets/powerpoint.svg") left center no-repeat;
  background-size: 70px;
  width: 108px;
  height: 100px;
  border-right: 1px solid #c6c9cc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 36px;
  padding-right: 36px; }
  @media (max-width: 830px) {
    .fs_style_36:before {
      width: 89px;
      height: 80px;
      margin-right: 15px;
      padding-right: 15px; } }
  @media (max-width: 400px) {
    .fs_style_36:before {
      display: block;
      border: 0 none;
      background-position: center;
      width: 100%;
      margin: 0;
      padding: 0;
      height: 70px; } }

.fs_style_37:before {
  content: "";
  background: url("/uploaded/themes/default_2015/assets/globe.svg") left center no-repeat;
  background-size: 80px;
  width: 117px;
  height: 100px;
  border-right: 1px solid #c6c9cc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 36px;
  padding-right: 36px; }
  @media (max-width: 830px) {
    .fs_style_37:before {
      width: 96px;
      height: 80px;
      margin-right: 15px;
      padding-right: 15px; } }
  @media (max-width: 400px) {
    .fs_style_37:before {
      display: block;
      border: 0 none;
      background-position: center;
      width: 100%;
      margin: 0;
      padding: 0;
      height: 80px; } }

.fs_style_38:before {
  content: "";
  background: url("/uploaded/themes/default_2015/assets/tree.svg") left center no-repeat;
  background-size: 70px;
  width: 107px;
  height: 100px;
  border-right: 1px solid #c6c9cc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 36px;
  padding-right: 36px; }
  @media (max-width: 830px) {
    .fs_style_38:before {
      width: 87px;
      height: 80px;
      margin-right: 15px;
      padding-right: 15px; } }
  @media (max-width: 400px) {
    .fs_style_38:before {
      display: block;
      border: 0 none;
      background-position: center;
      width: 100%;
      margin: 0;
      padding: 0;
      height: 70px; } }

/*! Content - Product v0.0.2 */
.mceContentBody,
.editorInstance {
  line-height: 1.3333333333;
  text-align: left;
  background: #fff; }

.text_misc,
.text_misc td {
  line-height: 1.3333333333; }

.editE img {
  height: 9px !important;
  width: 9px !important;
  border-style: none !important; }

#nav_menus,
#ql_menu {
  display: none; }

/*! Structure - Root v0.0.5 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html[class] {
  background: #243047; }

html {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased; }
  html.no-mqs {
    min-width: 78.6666666667em; }

body {
  position: relative;
  font-size: 0.9375em;
  line-height: 1.3333333333;
  color: #606670; }

#bodydiv {
  transition: padding-top .5s;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

/*! Structure - Header v0.0.3 */
#topcontainer {
  background-color: #FFF; }

#topbanner {
  position: relative; }
  #topbanner.smartHeader-loaded {
    padding-top: 183px; }
    @media (max-width: 1180px) {
      #topbanner.smartHeader-loaded {
        padding-top: 181px; } }
    @media (max-width: 1024px) {
      #topbanner.smartHeader-loaded {
        padding-top: 171px; } }
    @media (max-width: 830px) {
      #topbanner.smartHeader-loaded {
        padding-top: 134px; } }

.smartHeader-loaded .fixedElements {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: top .5s; }
  .search-active .smartHeader-loaded .fixedElements {
    top: 74px; }

.site-info-container {
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 21px; }
  .site-info-container > .bannermodcontent {
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem; }
  .site-info-container .site-logo {
    float: left;
    margin-top: 10px; }
    @media (max-width: 830px) {
      .site-info-container .site-logo {
        margin-top: 29px; } }
    .site-info-container .site-logo img {
      vertical-align: top;
      width: 565px;
      margin: 0 0 0 110px; }
      .site-info-container .site-logo img:first-child {
        position: absolute;
        top: auto;
        left: auto;
        margin: 0;
        width: 90px;
        z-index: 9998; }
      .site-info-container .site-logo img:last-child {
        display: none;
        width: 145px;
        margin: 0 0 0 108px; }
      @media (max-width: 830px) {
        .site-info-container .site-logo img {
          display: none; }
          .site-info-container .site-logo img:first-child, .site-info-container .site-logo img:last-child {
            display: block; } }
      @media (max-width: 500px) {
        .site-info-container .site-logo img {
          margin-top: 0; }
          .site-info-container .site-logo img:last-child {
            display: none; } }
  .site-info-container ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    float: right; }
    .site-info-container ul ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .site-info-container ul a {
      display: block; }
    @media (max-width: 990px) {
      .site-info-container ul {
        margin-top: 16px; } }
    @media (max-width: 830px) {
      .site-info-container ul {
        margin-top: 24px; } }
    .site-info-container ul li {
      float: right; }
      @media (max-width: 830px) {
        .site-info-container ul li {
          padding: 10px 20px; }
          .site-info-container ul li:first-child {
            padding-right: 0;
            border-left: 1px solid #dbdbdb; }
          .site-info-container ul li:last-child {
            padding-left: 0; } }

.hero-image, .hero-image img {
  display: block;
  width: 100%;
  margin: 0; }
.hero-image.off {
  display: none; }

.hero-video {
  position: relative;
  overflow: hidden; }
  .hero-video video {
    max-height: 587px;
    width: 100%;
    object-fit: cover; }
  .hero-video a, .hero-video.off {
    display: none; }
  html.no-objectfit .hero-video {
    overflow: hidden;
    max-height: 667px; }
    html.no-objectfit .hero-video video {
      max-height: inherit;
      width: 100%; }

.hero-description {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: fadeInDown 2s .5s both; }
  .hero-description > .bannermodcontent {
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem; }
    .hero-description > .bannermodcontent > div[id*="content"] {
      max-width: 550px;
      margin: 0; }
    @media (max-width: 1180px) {
      .hero-description > .bannermodcontent {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
  .hero-description h2 {
    font: 400 55px "trajan-pro-3", Georgia, serif;
    color: #FFF;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    line-height: 1;
    margin-bottom: 10px; }
  .hero-description p {
    color: #FFF;
    font-size: 18px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); }
  @media (max-width: 830px) {
    .hero-description {
      bottom: 0; }
      .hero-description h2 {
        font-size: 30px; }
      .hero-description p {
        font-size: 16px; } }
  @media (max-width: 640px) {
    .hero-description {
      display: none; } }

@media (max-width: 1180px) {
  .nav-util-container > .bannermodcontent, .site-info-container > .bannermodcontent, .nav-main-container > .bannermodcontent {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

/*! Structure - Main v0.0.4 */
#midcontainer {
  padding: 45px 0 120px 0;
  word-break: break-word;
  word-wrap: break-word;
  background: #FFF; }
  @media (max-width: 1180px) {
    #midcontainer {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 640px) {
    #midcontainer {
      padding-top: 15px; } }

#mainmiddle {
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  zoom: 1; }
  #mainmiddle:after {
    display: table;
    clear: both;
    content: ''; }
  #mainmiddle #contentdiv h1:first-of-type {
    margin-top: 0; }

.bg-gray {
  background-color: #ebedf0;
  border: 1px solid #f6f7f8;
  border-width: 1px 0;
  padding: 30px 0; }

.module-slider .bannermodcontent {
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem; }
.module-slider .newspostitem {
  background-color: #FFF;
  border: 1px solid #f6f7f8;
  border-width: 1px 0;
  margin: 0 !important;
  padding: 0; }
  .module-slider .newspostitem .newsposttitle, .module-slider .newspostitem .newspostdesc, .module-slider .newspostitem .newspostnotes {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .module-slider .newspostitem .newsposttitle, .module-slider .newspostitem .newspostdesc, .module-slider .newspostitem .newspostnotes {
        display: block; } }
  .module-slider .newspostitem .newsposttitle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 66%;
    margin: 0; }
    @media (max-width: 830px) {
      .module-slider .newspostitem .newsposttitle {
        width: 60%; } }
    @media (max-width: 640px) {
      .module-slider .newspostitem .newsposttitle {
        position: static; } }
    .module-slider .newspostitem .newsposttitle a:first-child {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media (max-width: 640px) {
        .module-slider .newspostitem .newsposttitle a:first-child {
          position: static; } }
    .module-slider .newspostitem .newsposttitle a:not(:first-child) {
      display: none; }
    .module-slider .newspostitem .newsposttitle img {
      display: block;
      margin: 0;
      opacity: 0;
      position: relative;
      z-index: -1;
      width: 100%; }
    @media (max-width: 767px) {
      .module-slider .newspostitem .newsposttitle {
        width: 100%; } }
  .module-slider .newspostitem .newspostdesc, .module-slider .newspostitem .newspostnotes {
    width: 34%;
    padding: 55px 50px 55px 50px;
    font-weight: 300; }
    .module-slider .newspostitem .newspostdesc p, .module-slider .newspostitem .newspostnotes p {
      margin-bottom: 22px; }
    @media (max-width: 990px) {
      .module-slider .newspostitem .newspostdesc, .module-slider .newspostitem .newspostnotes {
        padding: 0 30px 55px 30px; } }
    @media (max-width: 830px) {
      .module-slider .newspostitem .newspostdesc, .module-slider .newspostitem .newspostnotes {
        width: 40%; } }
    @media (max-width: 767px) {
      .module-slider .newspostitem .newspostdesc, .module-slider .newspostitem .newspostnotes {
        width: 100%;
        padding: 0 30px 55px 30px; } }
    @media (max-width: 715px) {
      .module-slider .newspostitem .newspostdesc a, .module-slider .newspostitem .newspostnotes a {
        font-size: 28px; } }
.module-slider .slick-slider {
  position: relative; }
  .module-slider .slick-slider .slick-list {
    height: auto; }
  .module-slider .slick-slider .slick-controls {
    position: absolute;
    bottom: 1px;
    right: 66%;
    z-index: 1; }
    @media (max-width: 830px) {
      .module-slider .slick-slider .slick-controls {
        right: 60%; } }
    @media (max-width: 767px) {
      .module-slider .slick-slider .slick-controls {
        right: 0; } }
  .module-slider .slick-slider .slick-prev, .module-slider .slick-slider .slick-next {
    border: 0 none;
    outline: none;
    margin: 0;
    padding: 15px;
    background: #e1484f;
    font-size: 0;
    color: #FFF;
    line-height: 0;
    float: left; }
  .module-slider .slick-slider .slick-prev {
    border-right: 1px solid #FFF; }
  .module-slider .slick-slider .slick-prev:before {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .module-slider .slick-slider .slick-next:before {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.module-quote {
  padding: 125px 0; }
  .module-quote .bannermodcontent {
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem; }
  .module-quote blockquote, .module-quote .fs_style_23 {
    display: table;
    width: auto;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px; }
    .module-quote blockquote:before, .module-quote .fs_style_23:before {
      top: 3px; }
    .module-quote blockquote:after, .module-quote .fs_style_23:after {
      position: absolute;
      right: 0;
      top: 3px; }
  .module-quote .fs_style_24 {
    margin-top: 28px;
    margin-bottom: 0;
    padding: 0; }
  @media (max-width: 990px) {
    .module-quote {
      padding: 75px 0; } }
  @media (max-width: 640px) {
    .module-quote {
      padding: 50px 0; } }

.module-calendar {
  background: url("/uploaded/themes/default_2015/assets/landing-image-2.jpg") center center no-repeat;
  background-size: cover; }
  .module-calendar .bannermodtd {
    max-width: 1220px;
    margin: 0 auto !important;
    width: 100%;
    min-height: 440px;
    position: relative; }
    @media (max-width: 1180px) {
      .module-calendar .bannermodtd {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
    .module-calendar .bannermodtd .bannermodtitle {
      max-width: 635px;
      color: #FFF;
      font: 300 20px "proxima-nova", sans-serif;
      margin: 0 0 0 390px;
      border: 0 none;
      padding: 65px 0; }
      .module-calendar .bannermodtd .bannermodtitle h1 {
        color: #FFF;
        font-weight: 300 !important;
        margin-bottom: 15px; }
      .module-calendar .bannermodtd .bannermodtitle p {
        margin-bottom: 25px; }
      @media (max-width: 1180px) {
        .module-calendar .bannermodtd .bannermodtitle {
          margin-left: 350px; } }
      @media (max-width: 640px) {
        .module-calendar .bannermodtd .bannermodtitle {
          clear: both;
          max-width: inherit;
          margin: 0;
          padding: 10px 30px 15px 30px;
          width: 100%; } }
    .module-calendar .bannermodtd .bannermodcontent {
      max-width: 320px !important;
      width: 100%;
      margin: 0 68px 0 0 !important;
      float: left;
      background-color: #1c519c;
      padding: 50px 50px 0 50px !important;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      min-height: 490px; }
      .module-calendar .bannermodtd .bannermodcontent:before {
        content: "Dates & Locations";
        color: #FFF;
        display: block;
        margin-bottom: 34px; }
      @media (max-width: 1180px) {
        .module-calendar .bannermodtd .bannermodcontent {
          left: 20px;
          padding: 30px 30px 0 30px !important;
          margin: 0 30px 0 0 !important; }
          .module-calendar .bannermodtd .bannermodcontent:before {
            margin-bottom: 15px; } }
      @media (max-width: 640px) {
        .module-calendar .bannermodtd .bannermodcontent {
          position: static;
          margin: 35px 0 0 0 !important;
          -ms-transform: none;
          transform: none;
          max-width: inherit !important;
          background-color: rgba(28, 81, 156, 0.7);
          min-height: 1px; } }
  .module-calendar .eventobj {
    border-color: #2459a2;
    min-height: inherit;
    padding-right: 20px; }
    @media (max-width: 640px) {
      .module-calendar .eventobj {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin-right: -4px; }
        .module-calendar .eventobj:nth-child(odd) {
          margin-right: 2%; }
        .module-calendar .eventobj:last-child {
          border-bottom: 2px solid #2459a2; } }
    @media (max-width: 500px) {
      .module-calendar .eventobj {
        display: block;
        margin: 0;
        width: 100%; } }
  .module-calendar .eventcol {
    padding: 0; }
  .module-calendar .event_indate {
    padding: 0;
    font-weight: 300;
    font-size: 15px;
    color: #90c0f0;
    text-transform: uppercase; }
  .module-calendar .etitle, .module-calendar .etitle a {
    margin: 0;
    display: block;
    color: #FFF;
    font-size: 16px; }

.module-carousel, html.layout_28.pagetype_news #contentdiv > .text > #newscon {
  padding-top: 74px;
  padding-bottom: 42px; }
  @media (max-width: 1350px) {
    .module-carousel > .bannermodtd > .bannermodcontent, html.layout_28.pagetype_news #contentdiv > .text > #newscon > .bannermodtd > .bannermodcontent {
      padding-left: 40px !important;
      padding-right: 40px !important; } }
  @media (max-width: 1350px) and (max-width: 640px) {
    .module-carousel > .bannermodtd > .bannermodcontent, html.layout_28.pagetype_news #contentdiv > .text > #newscon > .bannermodtd > .bannermodcontent {
      padding: 0 !important; } }

  @media (max-width: 640px) {
    .module-carousel, html.layout_28.pagetype_news #contentdiv > .text > #newscon {
      padding: 30px 0; } }
  .module-carousel#newscon, .module-carousel #newscon, html.layout_28.pagetype_news #contentdiv > .text > #newscon#newscon, html.layout_28.pagetype_news #contentdiv > .text > #newscon #newscon {
    position: relative; }
  .module-carousel .slick-slide, html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-slide {
    margin: 0 4px !important; }
  .module-carousel .slick-prev, .module-carousel .slick-next, html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-prev, html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-next {
    border: 0 none;
    padding: 0;
    background: transparent;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .module-carousel .slick-prev, html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-prev {
    left: -38px; }
    .module-carousel .slick-prev:before, html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-prev:before {
      content: "";
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 35px;
      color: rgba(51, 51, 51, 0.3);
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .module-carousel .slick-next, html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-next {
    right: -38px; }
    .module-carousel .slick-next:before, html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-next:before {
      content: "";
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 35px;
      color: rgba(51, 51, 51, 0.3);
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .module-carousel .bannermodtitle, html.layout_28.pagetype_news #contentdiv > .text > #newscon .bannermodtitle {
    margin: 0;
    border: 0 none; }
    .module-carousel .bannermodtitle h1, html.layout_28.pagetype_news #contentdiv > .text > #newscon .bannermodtitle h1 {
      margin: 0 0 23px 0; }
  .module-carousel .bannermodcontent, html.layout_28.pagetype_news #contentdiv > .text > #newscon .bannermodcontent {
    max-width: 1224px !important; }
    @media (max-width: 640px) {
      .module-carousel .bannermodcontent, html.layout_28.pagetype_news #contentdiv > .text > #newscon .bannermodcontent {
        max-width: 300px !important; } }
  .module-carousel .newspostitem, .module-carousel .newspostitemsep, html.layout_28.pagetype_news #contentdiv > .text > #newscon .newspostitem, html.layout_28.pagetype_news #contentdiv > .text > #newscon .newspostitemsep {
    position: relative;
    padding: 0 !important;
    border-bottom: 0 none; }
    .module-carousel .newspostitem:before, .module-carousel .newspostitemsep:before, html.layout_28.pagetype_news #contentdiv > .text > #newscon .newspostitem:before, html.layout_28.pagetype_news #contentdiv > .text > #newscon .newspostitemsep:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.65) 100%); }
  .module-carousel .newsposttitle, html.layout_28.pagetype_news #contentdiv > .text > #newscon .newsposttitle {
    margin: 0; }
    .module-carousel .newsposttitle img, html.layout_28.pagetype_news #contentdiv > .text > #newscon .newsposttitle img {
      margin: 0;
      max-width: 300px;
      width: 100%;
      display: block; }
  .module-carousel .newsposttitle a:not(:first-child), html.layout_28.pagetype_news #contentdiv > .text > #newscon .newsposttitle a:not(:first-child) {
    position: absolute;
    bottom: 47px;
    left: 30px;
    color: #FFF;
    font: 600 18px "proxima-nova", sans-serif; }
  .module-carousel .newspostnotes, html.layout_28.pagetype_news #contentdiv > .text > #newscon .newspostnotes {
    position: absolute;
    bottom: 25px;
    left: 30px;
    color: #FFF;
    font: 300 16px "proxima-nova", sans-serif; }
  .module-carousel .newspostdesc, html.layout_28.pagetype_news #contentdiv > .text > #newscon .newspostdesc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .module-carousel .newspostdesc a, html.layout_28.pagetype_news #contentdiv > .text > #newscon .newspostdesc a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 0; }
      .module-carousel .newspostdesc a[title="video"]:before, html.layout_28.pagetype_news #contentdiv > .text > #newscon .newspostdesc a[title="video"]:before {
        content: "";
        font-family: "icomoon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        position: absolute;
        top: 50%;
        left: -25px;
        margin-left: 50%;
        z-index: 1;
        font-size: 50px;
        color: rgba(36, 45, 51, 0.9);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all .5s; }
      .module-carousel .newspostdesc a[title="video"]:hover:before, html.layout_28.pagetype_news #contentdiv > .text > #newscon .newspostdesc a[title="video"]:hover:before {
        color: #e2383f; }
  .module-carousel .slick-dots, html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-dots {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-top: 10px; }
    .module-carousel .slick-dots ul, html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-dots ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .module-carousel .slick-dots a, html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-dots a {
      display: block; }
    .module-carousel .slick-dots li, html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0 3px; }
      .module-carousel .slick-dots li button, html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-dots li button {
        display: block;
        padding: 0;
        margin: 0;
        border: 0 none;
        outline: none;
        background: rgba(51, 51, 51, 0.3);
        border-radius: 100%;
        width: 12px;
        height: 12px;
        font-size: 0; }
      .module-carousel .slick-dots li.slick-active button, html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-dots li.slick-active button {
        background-color: #F3605F; }

.module-carousel-swiss .slick-slide {
  margin: 0 10px; }
.module-carousel-swiss .slick-prev, .module-carousel-swiss .slick-next {
  border: 0 none;
  padding: 0;
  background: transparent;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.module-carousel-swiss .slick-prev {
  left: -58px; }
  @media (max-width: 1280px) {
    .module-carousel-swiss .slick-prev {
      left: -29px; } }
  .module-carousel-swiss .slick-prev:before {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    color: #FFF;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.module-carousel-swiss .slick-next {
  right: -58px; }
  @media (max-width: 1280px) {
    .module-carousel-swiss .slick-next {
      right: -29px; } }
  .module-carousel-swiss .slick-next:before {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    color: #FFF;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.module-carousel-swiss .newspostitem, .module-carousel-swiss .newspostitemsep {
  background-color: #FFF;
  display: block;
  float: left; }
.module-carousel-swiss .newsposttitle {
  padding: 20px 20px 0 20px; }
  .module-carousel-swiss .newsposttitle a {
    display: block;
    color: #1b2333;
    font: 400 18px "trajan-pro-3", Georgia, serif;
    line-height: 1;
    text-decoration: none; }
    .module-carousel-swiss .newsposttitle a:last-child {
      padding-bottom: 20px;
      border-bottom: 2px solid #f5f4f4;
      margin: 0 10px; }
    .module-carousel-swiss .newsposttitle a:hover {
      text-decoration: underline; }
  .module-carousel-swiss .newsposttitle img {
    margin: 0 0 27px 0; }
.module-carousel-swiss .newspostnotes {
  padding: 0 20px;
  margin: 0 10px;
  color: #404d59;
  font: 400 15px "proxima-nova", sans-serif;
  margin-top: 15px;
  margin-bottom: 30px; }
.module-carousel-swiss .readMore {
  padding: 0 20px;
  display: block;
  margin: 0 10px;
  color: #2682bf;
  font-size: 15px;
  margin-bottom: 20px; }

.module-callouts {
  padding-top: 42px;
  padding-bottom: 84px; }
  @media (max-width: 640px) {
    .module-callouts {
      padding: 30px 0; } }
  .module-callouts ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: center; }
    .module-callouts ul ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .module-callouts ul a {
      display: block; }
    .module-callouts ul li {
      display: inline-block;
      vertical-align: top;
      max-width: 270px;
      margin: 0 35px; }
      .module-callouts ul li a h4, .module-callouts ul li h4 {
        margin-top: 0;
        text-decoration: none;
        display: block; }
        .module-callouts ul li a h4 a, .module-callouts ul li h4 a {
          color: #1b2333; }
        .module-callouts ul li a h4:after, .module-callouts ul li h4:after {
          content: "";
          width: 40px;
          height: 4px;
          background-color: #e9e8e8;
          display: block;
          margin: 15px auto 0 auto; }
  .module-callouts .fs_style_31:before, .module-callouts .fs_style_32:before, .module-callouts .fs_style_33:before {
    color: #f3605f;
    font-size: 29px;
    display: block;
    text-align: center;
    margin-bottom: 12px; }
  .module-callouts .fs_style_31:before {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .module-callouts .fs_style_32:before {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .module-callouts .fs_style_33:before {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.module-social-grid {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding: 70px 0 65px 0; }
  .module-social-grid ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .module-social-grid a {
    display: block; }
  @media (max-width: 640px) {
    .module-social-grid {
      padding: 30px 0; } }
  .module-social-grid .bannermodcontent {
    padding: 0 !important;
    max-width: inherit !important; }
  .module-social-grid a[href*="popMedia"] {
    display: none; }
  .module-social-grid li {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    .module-social-grid li:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(12, 21, 31, 0.6);
      transition: background .5s; }
    .module-social-grid li:hover:before {
      background: transparent; }
    .module-social-grid li br {
      display: none; }
    .module-social-grid li a {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      color: #FFF;
      font: 400 21px "trajan-pro-3", Georgia, serif; }
      .module-social-grid li a:hover {
        text-decoration: none; }
      .module-social-grid li a:before {
        display: block;
        text-align: center;
        font-size: 22px;
        max-width: 40px;
        margin: 0 auto 7px auto;
        border-bottom: 2px solid rgba(255, 255, 255, 0.4);
        padding-bottom: 10px; }
  .module-social-grid img {
    width: 100%;
    visibility: hidden; }
  .module-social-grid .social-column-1 {
    border-right: 2px solid #FFF; }
  .module-social-grid .social-column-3 {
    border-left: 2px solid #FFF; }
  .module-social-grid .social-column-1, .module-social-grid .social-column-3 {
    display: inline-block;
    vertical-align: top;
    width: 22.26%; }
    .module-social-grid .social-column-1 li, .module-social-grid .social-column-3 li {
      display: block; }
      .module-social-grid .social-column-1 li:first-child, .module-social-grid .social-column-3 li:first-child {
        border-bottom: 2px solid #FFF; }
      .module-social-grid .social-column-1 li:last-child, .module-social-grid .social-column-3 li:last-child {
        border-top: 2px solid #FFF; }
  .module-social-grid .social-column-2 {
    display: inline-block;
    vertical-align: top;
    width: 55.48%;
    border: 4px solid #FFF;
    border-width: 0 2px; }
    .module-social-grid .social-column-2 a:before {
      font-size: 42px; }
  @media (max-width: 830px) {
    .module-social-grid .social-column-1, .module-social-grid .social-column-2, .module-social-grid .social-column-3 {
      width: 100%; }
    .module-social-grid .social-column-1, .module-social-grid .social-column-3 {
      border: 0 none; }
      .module-social-grid .social-column-1 li, .module-social-grid .social-column-3 li {
        width: 50%;
        float: left;
        display: block; }
        .module-social-grid .social-column-1 li:first-child, .module-social-grid .social-column-3 li:first-child {
          border: 0 none;
          border-right: 2px solid #FFF; }
        .module-social-grid .social-column-1 li:last-child, .module-social-grid .social-column-3 li:last-child {
          border: 0 none;
          border-left: 2px solid #FFF; }
    .module-social-grid .social-column-2 {
      border-width: 4px 0; } }
  @media (max-width: 320px) {
    .module-social-grid .social-column-1, .module-social-grid .social-column-3 {
      border: 0 none; }
      .module-social-grid .social-column-1 li, .module-social-grid .social-column-3 li {
        border: 2px solid #FFF !important;
        border-width: 2px 0 !important;
        width: 100%;
        float: left;
        display: block; }
    .module-social-grid .social-column-1, .module-social-grid .social-column-2, .module-social-grid .social-column-3 {
      width: 100%;
      border: 1px solid #FFF !important;
      border-width: 1px 0 !important; } }

.module-statistics {
  padding-bottom: 60px; }
  @media (max-width: 640px) {
    .module-statistics {
      padding: 0 0 30px 0; } }
  .module-statistics .bannermodtitle {
    margin-bottom: 40px !important; }
  .module-statistics h1 {
    margin: 0 !important;
    line-height: 1; }
  .module-statistics .bannermodcontent {
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem; }
  .module-statistics .slick-slider {
    text-align: center; }
    @media (max-width: 1180px) {
      .module-statistics .slick-slider {
        padding: 0 33px; } }
    @media (max-width: 400px) {
      .module-statistics .slick-slider {
        padding: 0; } }
  .module-statistics .slick-prev, .module-statistics .slick-next {
    border: 0 none;
    padding: 0;
    background: transparent;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .module-statistics .slick-prev {
    left: 95px; }
    @media (max-width: 1180px) {
      .module-statistics .slick-prev {
        left: 0; } }
    .module-statistics .slick-prev:before {
      content: "";
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 35px;
      color: rgba(51, 51, 51, 0.3);
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .module-statistics .slick-next {
    right: 95px; }
    @media (max-width: 1180px) {
      .module-statistics .slick-next {
        right: 0; } }
    .module-statistics .slick-next:before {
      content: "";
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 35px;
      color: rgba(51, 51, 51, 0.3);
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .module-statistics .slick-dots {
    text-align: center;
    margin-top: 42px; }
    .module-statistics .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0 25px; }
      @media (max-width: 715px) {
        .module-statistics .slick-dots li {
          margin: 0 5px; } }
      .module-statistics .slick-dots li button {
        padding: 0;
        margin: 0;
        border: 0 none;
        outline: none;
        background: transparent;
        line-height: 1;
        color: #b6babf;
        font: 400 16px "trajan-pro-3", Georgia, serif; }
      .module-statistics .slick-dots li.slick-active button {
        color: #f3605f; }
  .module-statistics ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .module-statistics ul ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .module-statistics ul a {
      display: block; }
    .module-statistics ul li {
      display: block;
      color: #1b2333;
      font: 300 20px "proxima-nova", sans-serif; }
      .module-statistics ul li strong {
        color: #f3605f;
        font: 400 70px "trajan-pro-3", Georgia, serif;
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px; }
        @media (max-width: 830px) {
          .module-statistics ul li strong {
            display: block;
            margin: 0; } }

.module-colleges {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding-top: 55px; }
  .module-colleges ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .module-colleges a {
    display: block; }
  @media (max-width: 640px) {
    .module-colleges {
      padding-top: 30px; } }
  .module-colleges .bannermodtitle {
    font: 400 15px "proxima-nova", sans-serif;
    color: #606670;
    margin-bottom: 49px !important; }
    @media (max-width: 1180px) {
      .module-colleges .bannermodtitle {
        padding: 0 30px; } }
    @media (max-width: 640px) {
      .module-colleges .bannermodtitle {
        margin-bottom: 30px !important; } }
    .module-colleges .bannermodtitle h1 {
      margin: 0 0 2px 0; }
  .module-colleges .bannermodcontent {
    border: 7px solid #d3d6db;
    border-width: 7px 0;
    padding: 18px 42px;
    max-width: inherit !important; }
    @media (max-width: 1180px) {
      .module-colleges .bannermodcontent {
        padding-left: 40px !important;
        padding-right: 40px !important; } }
  .module-colleges ul.slick-slider {
    position: relative;
    text-align: center; }
    .module-colleges ul.slick-slider li {
      position: relative;
      margin: 0 25px;
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      float: none; }
      .module-colleges ul.slick-slider li img {
        max-width: 200px;
        margin: 0 auto; }
      .module-colleges ul.slick-slider li:after {
        content: "";
        width: 1px;
        height: 84px;
        background-color: #e9e8e8;
        position: absolute;
        right: -25px;
        top: 50%;
        margin-top: -42px; }
      .module-colleges ul.slick-slider li img {
        width: 100%; }
      @media (min-width: 768px) {
        .module-colleges ul.slick-slider li:nth-child(5n):after {
          display: none; } }
      @media (max-width: 1000px) {
        .module-colleges ul.slick-slider li:nth-child(3n):after {
          display: none; } }
      @media (max-width: 640px) {
        .module-colleges ul.slick-slider li:after {
          display: none; } }
    .module-colleges ul.slick-slider .slick-prev, .module-colleges ul.slick-slider .slick-next {
      border: 0 none;
      padding: 0;
      background: transparent;
      outline: none;
      font-size: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .module-colleges ul.slick-slider .slick-prev {
      left: -25px; }
      .module-colleges ul.slick-slider .slick-prev:before {
        content: "";
        font-family: "icomoon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 35px;
        color: rgba(51, 51, 51, 0.3);
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .module-colleges ul.slick-slider .slick-next {
      right: -25px; }
      .module-colleges ul.slick-slider .slick-next:before {
        content: "";
        font-family: "icomoon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 35px;
        color: rgba(51, 51, 51, 0.3);
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.layout_26 #bodydiv #rightbanner > div, .layout_28 #bodydiv #rightbanner > div {
  margin-bottom: 0 !important; }

.youtubeModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all .5s; }
  .youtubeModal .youtubeWrapper {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 56.25%;
    padding-top: 30px;
    width: 100%;
    height: 0;
    overflow: hidden; }
    .youtubeModal .youtubeWrapper iframe {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: 768px;
      max-height: 465px;
      width: 100% !important;
      height: 100% !important; }
  .youtubeModal .ytmClose {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #e2383f;
    cursor: pointer;
    transition: all .5s; }
  .youtubeModal.youtubeModal-active {
    opacity: 1;
    visibility: visible; }

/*Animations*/
.layout_26 #bodydiv #rightbanner > div:not(.module-quote):not(.module-calendar):not(.module-carousel), .layout_28 #bodydiv #rightbanner > div:not(.module-quote):not(.module-calendar):not(.module-carousel) {
  opacity: 0;
  transition: opacity 1s .5s; }
  .layout_26 #bodydiv #rightbanner > div:not(.module-quote):not(.module-calendar):not(.module-carousel).elShow, .layout_28 #bodydiv #rightbanner > div:not(.module-quote):not(.module-calendar):not(.module-carousel).elShow {
    opacity: 1; }
  .layout_26 #bodydiv #rightbanner > div:not(.module-quote):not(.module-calendar):not(.module-carousel).elFirstShow, .layout_28 #bodydiv #rightbanner > div:not(.module-quote):not(.module-calendar):not(.module-carousel).elFirstShow {
    animation: fadeInDown 1s .5s both; }

.module-quote.elShow .fs_style_23 {
  animation: quote-fadeInLeft 2s .5s both; }
.module-quote.elShow .fs_style_24 {
  animation: quote-fadeInRight 2s .5s both; }

@keyframes quote-fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes quote-fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.module-carousel.elShow .slick-slide.staggered:nth-child(5), html.layout_28.pagetype_news #contentdiv > .text > #newscon.elFirstShow .slick-slide.staggered:nth-child(5) {
  opacity: 0;
  animation: fadeInUp5 2s 1 forwards;
  animation-delay: 0.5s; }
@keyframes fadeInUp5 {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.module-carousel.elShow .slick-slide.staggered:nth-child(6), html.layout_28.pagetype_news #contentdiv > .text > #newscon.elFirstShow .slick-slide.staggered:nth-child(6) {
  opacity: 0;
  animation: fadeInUp6 2s 1 forwards;
  animation-delay: 1.5s; }
@keyframes fadeInUp6 {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.module-carousel.elShow .slick-slide.staggered:nth-child(7), html.layout_28.pagetype_news #contentdiv > .text > #newscon.elFirstShow .slick-slide.staggered:nth-child(7) {
  opacity: 0;
  animation: fadeInUp7 2s 1 forwards;
  animation-delay: 2.5s; }
@keyframes fadeInUp7 {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.module-carousel.elShow .slick-slide.staggered:nth-child(8), html.layout_28.pagetype_news #contentdiv > .text > #newscon.elFirstShow .slick-slide.staggered:nth-child(8) {
  opacity: 0;
  animation: fadeInUp8 2s 1 forwards;
  animation-delay: 3.5s; }
@keyframes fadeInUp8 {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.DO-NOT-DELETE .fs_style_39 {
  display: none; }
.DO-NOT-DELETE #slider {
  position: relative; }
  @media (max-width: 600px) {
    .DO-NOT-DELETE #slider {
      min-width: 600px;
      margin-left: 50%;
      position: relative;
      left: -300px; } }
  .DO-NOT-DELETE #slider:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(51, 51, 51, 0.29) 0%, transparent 60%, transparent 100%);
    z-index: 1000; }
  .DO-NOT-DELETE #slider img {
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden; }
  .DO-NOT-DELETE #slider .slick-slide {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
    .DO-NOT-DELETE #slider .slick-slide.slick-active:not(.videoSlide), .DO-NOT-DELETE #slider .slick-slide.womp:not(.videoSlide) {
      animation: burnsin 40s linear infinite; }
    .DO-NOT-DELETE #slider .slick-slide video {
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      width: 100%; }
  .DO-NOT-DELETE #slider .slick-prev, .DO-NOT-DELETE #slider .slick-next {
    border: 0 none;
    padding: 0;
    background: transparent;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9995; }
    @media (max-width: 640px) {
      .DO-NOT-DELETE #slider .slick-prev, .DO-NOT-DELETE #slider .slick-next {
        display: none !important; } }
  .DO-NOT-DELETE #slider .slick-prev {
    left: 40px; }
    @media (max-width: 1180px) {
      .DO-NOT-DELETE #slider .slick-prev {
        left: 0; } }
    .DO-NOT-DELETE #slider .slick-prev:before {
      content: "";
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 45px;
      color: #FFF;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .DO-NOT-DELETE #slider .slick-next {
    right: 40px; }
    @media (max-width: 1180px) {
      .DO-NOT-DELETE #slider .slick-next {
        right: 0; } }
    .DO-NOT-DELETE #slider .slick-next:before {
      content: "";
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 45px;
      color: #FFF;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
.DO-NOT-DELETE #desc-slider {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 1000; }
  @media (max-width: 830px) {
    .DO-NOT-DELETE #desc-slider {
      bottom: 20px; } }
  @media (max-width: 715px) {
    .DO-NOT-DELETE #desc-slider .contentElementDesc > .desc-wrapper {
      max-width: 480px !important;
      font-size: 14px; }
      .DO-NOT-DELETE #desc-slider .contentElementDesc > .desc-wrapper h2 {
        font-size: 20px; }
      .DO-NOT-DELETE #desc-slider .contentElementDesc > .desc-wrapper .fs_style_35 {
        padding: 8px 15px 7px 15px; } }
  @media (max-width: 480px) {
    .DO-NOT-DELETE #desc-slider .contentElementDesc > .desc-wrapper {
      max-width: 300px !important;
      font-size: 14px; }
      .DO-NOT-DELETE #desc-slider .contentElementDesc > .desc-wrapper h2 {
        font-size: 20px; }
      .DO-NOT-DELETE #desc-slider .contentElementDesc > .desc-wrapper .fs_style_35 {
        padding: 8px 15px 7px 15px; } }
  .DO-NOT-DELETE #desc-slider a[href*="popMedia"] {
    display: none; }
  .DO-NOT-DELETE #desc-slider .contentElementDesc {
    color: #FFF;
    font: 300 18px "proxima-nova", sans-serif;
    width: 100%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); }
    @media (max-width: 1150px) {
      .DO-NOT-DELETE #desc-slider .contentElementDesc {
        font-size: 15px; } }
    .DO-NOT-DELETE #desc-slider .contentElementDesc > .desc-wrapper {
      max-width: 630px;
      margin: 0 auto;
      display: table;
      text-align: center; }
      .DO-NOT-DELETE #desc-slider .contentElementDesc > .desc-wrapper .desc-inner-wrapper {
        display: table-cell;
        vertical-align: bottom; }
    .DO-NOT-DELETE #desc-slider .contentElementDesc h2 {
      font: 400 54px "trajan-pro-3", Georgia, serif;
      color: #FFF;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
      line-height: 1.2;
      margin: 0 0 3px 0; }
      @media (max-width: 1150px) {
        .DO-NOT-DELETE #desc-slider .contentElementDesc h2 {
          font-size: 30px; } }
    .DO-NOT-DELETE #desc-slider .contentElementDesc p:last-of-type {
      margin-bottom: 0; }
    .DO-NOT-DELETE #desc-slider .contentElementDesc .fs_style_22 {
      margin-bottom: 0;
      font-size: 12px;
      max-width: 150px;
      text-shadow: none; }
.DO-NOT-DELETE .custom-play {
  display: none; }
.DO-NOT-DELETE.touch #slider video::-webkit-media-controls {
  display: none; }
.DO-NOT-DELETE.touch .videoSlide {
  position: relative; }
  .DO-NOT-DELETE.touch .videoSlide .custom-play {
    display: block;
    position: absolute;
    z-index: 10000;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    border: 0 none;
    padding: 0;
    background: transparent;
    font-size: 0;
    width: 30px;
    bottom: 5px; }
    .DO-NOT-DELETE.touch .videoSlide .custom-play:before {
      content: "";
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      color: #FFF;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); }

/*! Structure - Layouts v0.0.6 */
#leftbanner,
#contentdiv,
#rightbanner {
  width: 100%; }

#leftbanner,
#rightbanner {
  font-size: 1em;
  line-height: 1.3333333333em; }

#bodydiv #leftbanner > div, #bodydiv #rightbanner > div {
  margin-bottom: 30px !important; }

@media (max-width: 640px) {
  #bodydiv #leftbanner > div:last-child {
    margin-bottom: 0 !important; } }
#leftbanner {
  float: left;
  width: 23.7288135593%;
  padding-right: 4.2372881356%; }
  @media (max-width: 830px) {
    #leftbanner {
      width: 30%; } }
  @media (max-width: 640px) {
    #leftbanner {
      width: 100%;
      padding: 0; } }

#contentdiv {
  float: left;
  width: 76.2711864407%; }
  @media (max-width: 640px) {
    #contentdiv {
      width: 100%;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .hasLeftbanner #contentdiv {
    padding-bottom: 30px; }
    @media (max-width: 830px) {
      .hasLeftbanner #contentdiv {
        width: 70%;
        padding-right: 0; } }
    @media (max-width: 640px) {
      .hasLeftbanner #contentdiv {
        width: 100%; } }
  .hasRightbanner #contentdiv {
    width: 76.2711864407%;
    padding-right: 4.2372881356%;
    padding-bottom: 30px; }
    @media (max-width: 830px) {
      .hasRightbanner #contentdiv {
        width: 70%; } }
    @media (max-width: 640px) {
      .hasRightbanner #contentdiv {
        width: 100%;
        padding-right: 0; } }
  .hasRightbanner.hasLeftbanner #contentdiv {
    width: 52.5423728814%;
    padding-bottom: 30px; }
    @media (max-width: 830px) {
      .hasRightbanner.hasLeftbanner #contentdiv {
        width: 70%;
        padding-right: 0; } }
    @media (max-width: 640px) {
      .hasRightbanner.hasLeftbanner #contentdiv {
        width: 100%; } }

#rightbanner {
  float: right;
  width: 23.7288135593%; }
  @media (max-width: 830px) {
    #rightbanner {
      width: 30%; } }
  @media (max-width: 640px) {
    #rightbanner {
      width: 100%; } }
  @media (max-width: 830px) {
    .hasLeftbanner #rightbanner {
      width: 70%; }
      .hasLeftbanner #rightbanner > div {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin-right: -4px;
        margin-bottom: 30px !important; }
        .hasLeftbanner #rightbanner > div:nth-child(odd) {
          margin-right: 2%; } }
  @media (max-width: 640px) {
    .hasLeftbanner #rightbanner {
      width: 100%; }
      .hasLeftbanner #rightbanner > div {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px !important; }
        .hasLeftbanner #rightbanner > div:nth-child(odd) {
          margin-right: 0; } }

/*! Structure - Footer v0.0.3 */
.custom-map {
  position: relative;
  overflow: hidden;
  height: 180px;
  cursor: pointer;
  transition: height .5s; }
  body[data-map-state="enabled"] .custom-map {
    height: 400px; }
  .custom-map:before {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 5px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 1; }
  .custom-map:after {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: inset 0 -5px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 1; }

#tasis-google-map {
  height: 400px;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  transition: z-index .5s; }
  body[data-map-state="enabled"] #tasis-google-map {
    z-index: 0; }

.gm-style-iw * {
  display: block;
  width: 100%; }

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0; }

.gm-style-iw a {
  color: #4272db; }

#bottomcontainer {
  text-align: left; }

.footer-info {
  background-color: #FFF;
  padding-top: 35px; }
  .footer-info > .bannermodcontent {
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background: url("/uploaded/themes/default_2015/assets/logo-footer.svg") 0 0 no-repeat;
    background-size: 91px;
    padding: 0 0 50px 128px !important; }
    .footer-info > .bannermodcontent ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .footer-info > .bannermodcontent a {
      display: block; }
    @media (max-width: 715px) {
      .footer-info > .bannermodcontent {
        background-position: top center;
        padding: 0 0 30px 0 !important;
        max-width: 215px;
        text-align: center; } }
  .footer-info ul.social {
    float: right;
    text-align: center;
    margin-top: -30px; }
    .footer-info ul.social li {
      display: block;
      float: left;
      margin: 0 4px; }
      .footer-info ul.social li:last-child {
        margin-right: 0; }
      .footer-info ul.social li a {
        display: block;
        float: left;
        width: 45px;
        height: 45px;
        background-color: #f2f2f2;
        border-radius: 50%; }
        .footer-info ul.social li a:hover {
          text-decoration: none;
          background-color: #1b2333; }
          .footer-info ul.social li a:hover:before {
            color: #f2f2f2; }
    @media (max-width: 930px) {
      .footer-info ul.social {
        clear: both;
        float: left;
        margin-top: 28px; } }
    @media (max-width: 715px) {
      .footer-info ul.social {
        display: table;
        margin: 0 auto;
        float: none; } }
  .footer-info h5 {
    font-weight: 600;
    margin: 12px 0 0 0;
    clear: left;
    float: left; }
    @media (max-width: 715px) {
      .footer-info h5 {
        margin-top: 130px; } }
  .footer-info ul.address {
    clear: left;
    float: left;
    margin-top: 14px; }
    .footer-info ul.address, .footer-info ul.address a {
      color: #606670; }
    .footer-info ul.address li {
      display: block;
      float: left;
      padding: 0 12px;
      border-left: 1px solid #b3b3b3;
      line-height: 1; }
      .footer-info ul.address li:first-child {
        border: 0 none;
        padding-left: 0; }
    @media (max-width: 715px) {
      .footer-info ul.address {
        margin-top: 12px; }
        .footer-info ul.address li {
          float: none;
          padding: 0;
          border: 0 none;
          line-height: 1.3; } }
  .footer-info ul.btm-links {
    clear: left;
    float: left;
    margin-top: 16px; }
    .footer-info ul.btm-links li {
      display: block;
      float: left;
      padding: 0 12px;
      border-left: 1px solid #b3b3b3;
      line-height: 1; }
      .footer-info ul.btm-links li:first-child {
        border: 0 none;
        padding-left: 0; }
    @media (max-width: 715px) {
      .footer-info ul.btm-links {
        width: 100%;
        margin-top: 33px;
        margin-bottom: 18px; }
        .footer-info ul.btm-links li {
          float: none;
          padding: 0;
          border: 0 none;
          margin-bottom: 20px; } }
  .footer-info ul li a {
    display: inline-block !important; }

.accred {
  padding: 15px 0; }
  .accred > .bannermodcontent {
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .accred > .bannermodcontent ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .accred > .bannermodcontent a {
      display: block; }
  .accred ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
  @media (max-width: 538px) {
    .accred {
      text-align: center; }
      .accred ul li {
        margin: 0 10px 15px 10px; } }

#poweredby {
  margin: 0 auto;
  max-width: 78.6666666667em;
  max-width: 73.75rem;
  margin-top: -56px;
  float: right; }
  @media (max-width: 715px) {
    #poweredby {
      margin-top: 0;
      float: none; } }
  @media (max-width: 538px) {
    #poweredby {
      display: table;
      margin: 0 auto 25px auto; } }

@media (max-width: 1180px) {
  .footer-info, .accred > .bannermodcontent, #poweredby {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

/*! Navigation - Main v0.0.6 */
.nav-main-container {
  clear: both;
  width: 100%;
  background-color: #013474;
  border-top: 1px solid #dde4ec; }
  @media (max-width: 990px) {
    .nav-main-container {
      height: 49px; } }
  .nav-main-container > .bannermodcontent {
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem;
    position: relative;
    padding-left: 100px !important; }
    @media (max-width: 1180px) {
      .nav-main-container > .bannermodcontent {
        padding-left: 120px !important; } }

.nav-main {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-main ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-main a {
    display: block; }
  @media (max-width: 990px) {
    .nav-main {
      display: none; } }
  .dropdown-holder {
    display: none; }
  .nav-main > ul {
    float: right; }
    @media (max-width: 1180px) {
      .nav-main > ul {
        float: left; } }
    .nav-main > ul > li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 58px; }
      @media (max-width: 1180px) {
        .nav-main > ul > li {
          margin-left: 35px; } }
      .nav-main > ul > li:first-child {
        margin-left: 0; }
      .nav-main > ul > li:last-child {
        margin-right: 0; }
        .nav-main > ul > li:last-child .fsMenu {
          left: auto;
          right: 0; }
      .nav-main > ul > li:hover .fsMenu {
        display: block;
        animation: revealNav .5s forwards;
        visibility: visible;
        opacity: 1; }
      .nav-main > ul > li:hover > a:after {
        opacity: 1; }
      .nav-main > ul > li > a {
        color: #FFF;
        font: 300 16px "proxima-nova", sans-serif;
        text-transform: uppercase;
        display: block;
        padding: 16px 0 12px 0; }
        @media (max-width: 1180px) {
          .nav-main > ul > li > a {
            font-size: 15px; } }
        .nav-main > ul > li > a:after {
          content: "";
          display: block;
          border-bottom: 1px solid #bfbfbf;
          margin-top: 1px;
          opacity: 0;
          transition: opacity .3s; }
        .nav-main > ul > li > a:hover {
          text-decoration: none; }
          .nav-main > ul > li > a:hover:after {
            opacity: 1; }
        .nav-main ul > li.fsSection-btn > a:after {
          opacity: 1; }
    .nav-main > ul .fsMenu {
      zoom: 1;
      background: rgba(235, 239, 245, 0.9);
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 22px 0;
      display: none;
      z-index: 9997; }
      .nav-main > ul .fsMenu:after {
        display: table;
        clear: both;
        content: ''; }
      @media (max-width: 990px) {
        .nav-main > ul .fsMenu {
          display: none !important; } }
      .nav-main > ul .fsMenu:before, .nav-main > ul .fsMenu:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        background: rgba(235, 239, 245, 0.9);
        width: 10000px; }
      .nav-main > ul .fsMenu:before {
        left: -10000px; }
      .nav-main > ul .fsMenu:after {
        right: -10000px; }
      .nav-main > ul .fsMenu .fourCol-list {
        display: inline-block;
        vertical-align: top;
        width: 18.5%;
        margin-right: 2%; }
      .nav-main > ul .fsMenu .mega-menu {
        display: inline-block;
        vertical-align: top;
        width: 13.5%;
        margin: 5px 2% 0 2% !important; }
        .nav-main > ul .fsMenu .mega-menu .fs_style_20, .nav-main > ul .fsMenu .mega-menu .fs_style_21, .nav-main > ul .fsMenu .mega-menu .fs_style_22 {
          color: #FFF;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          padding: 15px 0 14px 0; }
        .nav-main > ul .fsMenu .mega-menu .fs_style_22 {
          color: #333333; }
        .nav-main > ul .fsMenu .mega-menu p:last-of-type {
          margin: 0; }
      .nav-main > ul .fsMenu li {
        display: block; }
      .nav-main > ul .fsMenu a {
        display: block;
        color: #2d3540;
        font-size: 15px;
        border-bottom: 1px solid #FFF;
        padding: 8px 0 7px 0; }

@keyframes revealNav {
  0%, 50% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
/*! Navigation - Tier v0.0.2 */
.nav-tier-container {
  padding-right: 1.3333333333em;
  padding-left: 1.3333333333em;
  display: none;
  background: rgba(0, 0, 0, 0.5); }
  .nav-tier-container .bannermodcontent {
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem; }
  .nav-tier-container ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .nav-tier-container ul ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .nav-tier-container ul a {
      display: block; }
  @media (min-width: 600px) {
    .nav-tier-container li {
      display: inline-block; } }
  .nav-tier-container a {
    padding: 0.6666666667em 0.6666666667em; }
    .nav-tier-container a.nav_history {
      display: none; }

/*! Navigation - Sub v0.0.5 */
.nav-sub-container {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px !important; }
  .nav-sub-container ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-sub-container a {
    display: block; }
  .nav-sub-container ul.navmod > li:first-child > a {
    border-top: 0 none; }
  @media only screen and (max-width: 640px) {
    .nav-sub-container ul.navmod {
      display: none; } }
  .nav-sub-container ul.navmodsub li a {
    padding-left: 20px; }
  .nav-sub-container ul.navmodsub li ul.navmodsub a {
    padding-left: 40px; }
  .nav-sub-container ul.navmodsub li ul.navmodsub ul.navmodsub a {
    padding-left: 60px; }
  .nav-sub-container a.nav_history {
    color: #e2383f;
    text-decoration: none; }
  .nav-sub-container a {
    color: #2d3540;
    padding: 7px 0 6px 0;
    border-top: 2px solid #f2f2f2; }
    .nav-sub-container a.navon, .nav-sub-container a:hover {
      color: #e2383f;
      text-decoration: none; }
    .nav-sub-container a span {
      display: block; }

/*! Navigation - Consituent v0.0.5 */
.nav-util > li:last-child {
  position: relative; }
  .nav-util > li:last-child > a:after {
    content: "";
    display: block;
    border-bottom: 1px solid #e2383f;
    margin-top: 3px;
    opacity: 0;
    transition: opacity .3s; }
  .nav-util > li:last-child > a:hover {
    text-decoration: none; }
    .nav-util > li:last-child > a:hover:after {
      opacity: 1; }
  .nav-util > li:last-child ul {
    display: none;
    text-align: center;
    position: absolute;
    top: 100%;
    left: -54px;
    margin-left: 50%;
    width: 108px;
    background-color: rgba(0, 31, 77, 0.95);
    padding: 15px 0;
    border-top: 8px solid #FFF;
    z-index: 10000; }
    .nav-util > li:last-child ul li {
      display: block;
      float: none;
      margin-bottom: 12px;
      border: 0 none; }
      .nav-util > li:last-child ul li:before {
        display: none; }
      .nav-util > li:last-child ul li a {
        padding: 0;
        color: #FFF;
        font-size: 15px;
        padding: 0;
        display: block; }
  .nav-util > li:last-child:hover > ul {
    display: block !important;
    animation: revealNav .5s forwards;
    visibility: visible;
    opacity: 1; }
  .nav-util > li:last-child:hover > a:after {
    opacity: 1; }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-social ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-social a {
    display: block; }
  .nav-social li {
    display: inline-block; }
  .nav-social .nav-social__item--facebook a:before {
    content: ""; }
  .nav-social .nav-social__item--instagram a:before {
    content: ""; }
  .nav-social .nav-social__item--linkedin a:before {
    content: ""; }
  .nav-social .nav-social__item--pinterest a:before {
    content: ""; }
  .nav-social .nav-social__item--tumblr a:before {
    content: ""; }
  .nav-social .nav-social__item--twitter a:before {
    content: ""; }
  .nav-social .nav-social__item--vine a:before {
    content: ""; }
  .nav-social .nav-social__item--youtube a:before {
    content: ""; }
  .nav-social .nav-social__item--facebook a:hover {
    color: #3b5998; }
  .nav-social .nav-social__item--instagram a:hover {
    color: #517fa4; }
  .nav-social .nav-social__item--linkedin a:hover {
    color: #007bb6; }
  .nav-social .nav-social__item--pinterest a:hover {
    color: #cb2027; }
  .nav-social .nav-social__item--tumblr a:hover {
    color: #32506d; }
  .nav-social .nav-social__item--twitter a:hover {
    color: #00aced; }
  .nav-social .nav-social__item--vine a:hover {
    color: #00a478; }
  .nav-social .nav-social__item--youtube a:hover {
    color: #b00; }
  .nav-social a {
    font-size: 1.3333333333em;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: relative;
    height: 2.6666666667em;
    width: 2.6666666667em;
    border-radius: 100%;
    border: .1em solid currentColor; }
    .nav-social a:before {
      font-family: "icomoon";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .nav-social span {
    display: none; }

/*! Navigation - Utility v0.0.4 */
.nav-util-container {
  width: 100%; }
  .nav-util-container .bannermodcontent {
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem; }
  @media (max-width: 830px) {
    .nav-util-container {
      display: none; } }

.nav-util {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  zoom: 1;
  float: right;
  padding: 25px 0 23px 0; }
  .nav-util ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-util a {
    display: block; }
  .nav-util:after {
    display: table;
    clear: both;
    content: ''; }
  @media (max-width: 1024px) {
    .nav-util {
      float: left; } }
  .nav-util li {
    display: block;
    float: left;
    border-left: 1px solid #666666; }
    .nav-util li:first-child {
      border: 0 none; }
      @media (max-width: 1024px) {
        .nav-util li:first-child a {
          padding-left: 0; } }
    .nav-util li:last-child a {
      padding-right: 0; }
  .nav-util a {
    display: block;
    line-height: 1;
    color: #666666;
    padding: 0 14px; }
    .nav-util a em {
      font-family: 'Times New Roman', Times, sans-serif;
      font-weight: bold; }

/*! Navigation - Quicklinks v0.0.3 */
.nav-util .fsMenu-btn {
  position: relative; }
  .nav-util .fsMenu-btn > a:after {
    content: "";
    display: block;
    border-bottom: 1px solid #e2383f;
    margin-top: 3px;
    opacity: 0;
    transition: opacity .3s; }
  .nav-util .fsMenu-btn > a:hover {
    text-decoration: none; }
    .nav-util .fsMenu-btn > a:hover:after {
      opacity: 1; }
  .nav-util .fsMenu-btn #ql_menu {
    position: absolute;
    top: 100%;
    left: -110px;
    margin-left: 50%;
    display: none;
    width: 220px;
    z-index: 10000;
    padding-top: 8px; }
    .nav-util .fsMenu-btn #ql_menu ul {
      background-color: rgba(0, 31, 77, 0.95);
      padding: 15px 25px; }
    .nav-util .fsMenu-btn #ql_menu li {
      display: block;
      float: none;
      margin-bottom: 12px;
      border: 0 none; }
    .nav-util .fsMenu-btn #ql_menu a {
      color: #FFF;
      font-size: 15px;
      padding: 0;
      display: block; }
  .nav-util .fsMenu-btn:hover .fsMenu {
    display: block !important;
    animation: revealNav .5s forwards;
    visibility: visible;
    opacity: 1; }
  .nav-util .fsMenu-btn:hover > a:after {
    opacity: 1; }

/*! Navigation - Off Canvas v0.1.0 */
.off-canvas-trigger, .exit-off-canvas, .search-trigger {
  padding: 0;
  background: none;
  border: 0;
  outline: 0; }

.off-canvas-trigger {
  display: none; }
  .off-canvas-trigger:before {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1b2533;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 4px; }
  .off-canvas-trigger:after {
    content: "Menu";
    font: 700 16px "proxima-nova", sans-serif;
    color: #a6a6a6;
    text-transform: uppercase; }
  @media (max-width: 990px) {
    .off-canvas-trigger {
      display: block; } }

.exit-off-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: default;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s; }

.off-canvas-menu {
  width: 270px;
  height: 100%;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: -270px;
  background-color: #08274d;
  transition: right 0.5s;
  overflow-y: auto; }
  .off-canvas-menu .nav-main {
    display: block; }
    .off-canvas-menu .nav-main ul {
      width: 100%;
      float: none; }
      .off-canvas-menu .nav-main ul:before {
        content: "Menu";
        text-transform: uppercase;
        color: #4c80bf;
        display: block;
        padding-left: 30px;
        font-weight: 800;
        font-size: 12px;
        line-height: 1;
        margin: 35px 0 10px 0; }
      .off-canvas-menu .nav-main ul li {
        display: block;
        margin: 0;
        position: relative; }
        .off-canvas-menu .nav-main ul li a {
          padding: 16px 30px 15px 30px; }
          .off-canvas-menu .nav-main ul li a:before {
            content: "";
            font-family: "icomoon";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.4);
            position: absolute;
            right: 30px;
            top: 19px; }
          .off-canvas-menu .nav-main ul li a:after {
            display: none !important; }
          .off-canvas-menu .nav-main ul li a:hover {
            background-color: #013474; }
        .off-canvas-menu .nav-main ul li.fsSection-btn a {
          background-color: #013474; }
  .off-canvas-menu .nav-util {
    clear: both;
    float: none;
    display: none;
    width: 100%;
    padding: 0 30px; }
    @media (max-width: 830px) {
      .off-canvas-menu .nav-util {
        display: block; } }
    .off-canvas-menu .nav-util:before {
      content: "Connect";
      text-transform: uppercase;
      color: #4c80bf;
      display: block;
      font-weight: 800;
      font-size: 12px;
      line-height: 1;
      margin: 35px 0 20px 0; }
    .off-canvas-menu .nav-util > li {
      display: block;
      width: 100%;
      border: 0 none;
      float: none;
      margin-bottom: 15px; }
      .off-canvas-menu .nav-util > li.fsMenu-btn, .off-canvas-menu .nav-util > li:last-child > a {
        display: none; }
      .off-canvas-menu .nav-util > li:last-child ul {
        display: block;
        position: static;
        text-align: left;
        width: auto;
        background: transparent;
        margin: 0;
        border: 0 none;
        padding: 0;
        animation: none; }
        .off-canvas-menu .nav-util > li:last-child ul li {
          display: block; }
      .off-canvas-menu .nav-util > li a {
        padding: 0;
        color: #FFF;
        font-size: 15px;
        font-weight: 300; }
  .off-canvas-menu > ul:last-child {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    clear: both;
    display: none;
    width: 100%;
    padding: 0 30px; }
    .off-canvas-menu > ul:last-child ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .off-canvas-menu > ul:last-child a {
      display: block; }
    @media (max-width: 830px) {
      .off-canvas-menu > ul:last-child {
        display: block; } }
    .off-canvas-menu > ul:last-child:before {
      content: "Quicklinks";
      text-transform: uppercase;
      color: #4c80bf;
      display: block;
      font-weight: 800;
      font-size: 12px;
      line-height: 1;
      margin: 35px 0 20px 0; }
    .off-canvas-menu > ul:last-child li {
      display: block;
      width: 100%;
      border: 0 none;
      margin-bottom: 15px; }
      .off-canvas-menu > ul:last-child li:nth-last-child(2) {
        display: none; }
      .off-canvas-menu > ul:last-child li a {
        padding: 0;
        color: #FFF;
        font-size: 15px;
        font-weight: 300; }

body[data-drawer-state="visible"] .exit-off-canvas {
  visibility: visible;
  opacity: 1; }
body[data-drawer-state="visible"] .off-canvas-menu {
  right: 0; }

/*! Modules - Common v0.3.0 */
.bannermodtitle {
  border-bottom: 4px solid #e8eaec;
  margin-bottom: 20px; }
  .bannermodtitle p {
    margin-bottom: 6px; }

.dark-callout {
  background-color: #1c519c;
  border-radius: 3px;
  padding: 35px 32px;
  color: #FFF; }
  .dark-callout h5 {
    color: #FFF;
    margin-bottom: 1.3333333333em; }
  .dark-callout a {
    color: #80d0ff; }

.light-callout {
  background-color: #f0f4f7;
  border-radius: 3px;
  padding: 35px 32px; }
  .light-callout h5 {
    margin-bottom: 1.3333333333em; }

[class*='icon-']:before {
  margin-right: .5em;
  font-family: "icomoon";
  speak: none; }

.popup-window {
  text-align: left;
  background: none !important; }
  .popup-window body {
    background: none !important; }
  .popup-window .off-canvas,
  .popup-window .off-canvas-trigger-container {
    display: none; }
  .popup-window #contentdiv {
    padding: 0.6666666667em !important; }

.ui-widget {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  color: #013474; }

/*! Modules - Accordion v0.0.7 */
.mcExpandingList {
  margin-bottom: 1.3333333333em;
  width: 100%; }
  .mcExpandingList h4.ui-accordion-header {
    margin: 0;
    font-size: 1em;
    font-style: normal;
    font-family: "proxima-nova", sans-serif;
    border: 0;
    border-bottom: 5px solid #e6e8eb;
    border-radius: 0;
    outline: 0;
    padding: 8px 2em 8px 0;
    background: #FFF;
    color: #1b2333 !important; }
    .mcExpandingList h4.ui-accordion-header.ui-state-hover {
      background: #FFF; }
    .mcExpandingList h4.ui-accordion-header.ui-state-active {
      border-bottom: none;
      background: #FFF;
      color: #1b2333 !important; }
    .mcExpandingList h4.ui-accordion-header .ui-icon {
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      display: block;
      margin-top: 0;
      height: 100%;
      width: 2em;
      overflow: visible;
      text-indent: 0;
      background: none; }
      .mcExpandingList h4.ui-accordion-header .ui-icon:after {
        position: absolute;
        top: 51%;
        left: 0;
        width: 100%;
        display: block;
        content: '\f067';
        font-family: 'icomoon';
        font-size: 0.7333333333em;
        font-weight: normal;
        text-align: right;
        color: #2682bf;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .mcExpandingList h4.ui-accordion-header .ui-icon.ui-icon-triangle-1-s:after {
        content: '\f068';
        color: #2682bf; }
    .mcExpandingList h4.ui-accordion-header a {
      display: block;
      padding: 0;
      color: inherit !important; }
  .mcExpandingList .ui-accordion-content {
    top: 0;
    margin: 0;
    padding: 5px 0 30px 0 !important;
    border: 5px solid #e6e8eb;
    border-width: 0 0 5px 0;
    border-radius: 0;
    color: #606670 !important; }
    .mcExpandingList .ui-accordion-content a {
      color: #2682bf; }
      .mcExpandingList .ui-accordion-content a:hover {
        text-decoration: underline; }
    .mcExpandingList .ui-accordion-content p:last-child {
      margin-bottom: 0; }

/*! Modules - Alerts v0.0.3 */
.ui-widget-overlay {
  display: none;
  height: 100% !important;
  width: 100% !important; }

div[aria-labelledby*='ui-dialog-title-pagePopModal'] {
  top: 8.2666666667em !important;
  left: 50% !important;
  max-width: 78.6666666667em;
  min-width: inherit;
  overflow: visible;
  padding: 0;
  width: 100% !important;
  background: #243047;
  color: #dbcfb8;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
    margin: 0;
    padding: 2.6666666667em 1.3333333333em 1.3333333333em;
    pointer-events: none;
    background: #f2f2f2; }
    @media (min-width: 600px) {
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
        padding-top: 1.3333333333em; } }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title {
    display: block;
    float: none;
    margin: 0;
    color: inherit; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 30%;
    width: 100%;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.3) !important;
    border: 0;
    border-radius: 0 !important; }
    @media (min-width: 600px) {
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close {
        height: 100%;
        width: 6.3559322034%; } }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span {
      position: absolute;
      margin: 0;
      height: 100%;
      width: 100%;
      text-indent: 0;
      background: none;
      color: transparent;
      transition: .75s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:before {
        content: "";
        font-family: "icomoon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-content {
    padding: 1.3333333333em;
    color: inherit; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides {
    position: relative; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides > div {
      position: relative !important;
      width: 100%; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides > div p:last-child {
        margin-bottom: 0; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane {
    background: #2d3b58; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button {
      position: static;
      margin: 0;
      padding: 1.3333333333em;
      text-shadow: none;
      background: #354769;
      border: 0;
      border-radius: 0;
      color: #dbcfb8;
      outline: 0;
      transition: background .3s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:hover {
        background: #3e527a; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button-text {
      padding: 0; }

#pagePopReminder {
  position: fixed !important;
  top: 8.2666666667em !important;
  z-index: 400;
  height: auto;
  width: auto;
  background: #243047;
  border: 0;
  color: #dbcfb8; }
  #pagePopReminder:after {
    clear: both;
    content: '';
    display: table; }
  #pagePopReminder .slideOutTabHandle {
    top: auto;
    right: auto !important;
    left: 100% !important;
    display: inline-block;
    margin: 0;
    height: 100% !important;
    width: 3.5em !important;
    background: #f2f2f2 !important;
    border: 0;
    border-radius: 0;
    transition: background .3s; }
    #pagePopReminder .slideOutTabHandle:hover {
      background: #e5e5e5 !important; }
    #pagePopReminder .slideOutTabHandle span {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      margin: 0;
      height: 100%;
      width: 100%;
      background: none !important; }
      #pagePopReminder .slideOutTabHandle span:before {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 100%;
        content: '\f0f3';
        font-family: 'FontAwesome';
        font-size: 1.2em;
        text-align: center;
        text-indent: 0;
        color: #ddd;
        -ms-transform-origin: 50% 20%;
        transform-origin: 50% 20%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      #pagePopReminder .slideOutTabHandle span:hover:before {
        animation: rotate 2s; }
  #pagePopReminder div.pagePopCount {
    float: left;
    padding: 0.6666666667em 1.3333333333em;
    color: inherit; }
    #pagePopReminder div.pagePopCount span {
      display: block;
      padding: 0;
      background: none;
      color: inherit;
      transition: color .3s; }
      #pagePopReminder div.pagePopCount span:after {
        display: inline-block;
        vertical-align: baseline;
        margin-left: .5em;
        content: '\f06e';
        font-family: 'FontAwesome';
        font-weight: normal;
        color: transparent;
        transition: color .3s; }
      #pagePopReminder div.pagePopCount span:hover {
        color: #fff; }
        #pagePopReminder div.pagePopCount span:hover:after {
          color: #fff; }

@keyframes rotate {
  0%,
  100% {
    transform: translate(0, -50%) rotate(0deg); }
  25%,
  75% {
    transform: translate(0, -50%) rotate(-22deg); }
  50% {
    transform: translate(0, -50%) rotate(22deg); } }
/*! Modules - Athletics v0.0.3 */
table.ath_rosterTable {
  width: 100%; }

#athschedule {
  table-layout: fixed;
  border: 0; }
  #athschedule .athfirstrow {
    background: none; }
  #athschedule .athsecondrow {
    background: none; }
  #athschedule .athrowsep {
    background: none !important; }
  #athschedule .athdatebar {
    padding: 0.6666666667em !important;
    font-size: 1em;
    background: #013474;
    border: 0; }
  #athschedule td {
    border: 0;
    word-wrap: break-word; }

/*! Modules - Calendars v0.0.4 */
.caldata {
  overflow-x: visible; }

.monthhead {
  padding: 0; }

.eventobj {
  margin-bottom: 20px !important;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 20px !important;
  position: relative;
  min-height: 67px;
  clear: both; }
  .eventobj:last-child {
    border: 0; }

.event_stackdate {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 50px;
  text-align: center; }
  .event_stackdate span {
    display: inline-block;
    padding: 0;
    line-height: 1;
    color: #2682bf;
    font-family: "trajan-pro-3", Georgia, serif; }
  .event_stackdate .event_stackdaynum {
    font-size: 32px;
    display: block; }
  .event_stackdate .event_stackdayname {
    display: none; }
  .event_stackdate .event_stackmonname {
    margin-bottom: 3px;
    font-size: 15px; }

.eventcol {
  zoom: 1;
  width: 100% !important;
  padding: 0 0 0 68px; }
  .eventcol:after {
    display: table;
    clear: both;
    content: ''; }
  .eventcol_short .eventcol {
    width: 100% !important;
    padding-left: 68px; }
  .eventcol_short .eventcon {
    width: 100% !important; }

.eventcon {
  padding-left: 0; }

.identifierkey {
  display: none; }
  @media (min-width: 600px) {
    .identifierkey {
      display: block; } }

.etitle, .etitle a {
  font-size: 15px;
  margin-top: 0px; }
  .etitle [href*='popUp'], .etitle a [href*='popUp'] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200; }

.event_time,
.event_location {
  color: #606670;
  font-size: 15px; }

.event_notes {
  font-size: 15px; }

#calendarcon {
  min-height: initial; }
  @media (max-width: 768px) {
    #calendarcon .eventobj {
      opacity: 0;
      visibility: hidden; }
    #calendarcon div[class*="dblock"] {
      height: 100px;
      overflow: hidden; } }
  #calendarcon .caldata {
    height: auto !important; }
    #calendarcon .caldata.hotdate, #calendarcon .caldata.selected {
      background-color: #EFEFEF; }
      #calendarcon .caldata.hotdate .daycap.daycap_today, #calendarcon .caldata.selected .daycap.daycap_today {
        background: #013474; }
      #calendarcon .caldata.hotdate .daycap span, #calendarcon .caldata.selected .daycap span {
        background: #013474;
        color: #fff; }
  #calendarcon .monthrow {
    min-height: initial; }
  #calendarcon .daycap, #calendarcon .daycap_off {
    font-size: .75em;
    color: #243047; }
    @media (max-width: 1180px (-0.0666666667em)) {
      #calendarcon .daycap span, #calendarcon .daycap_off span {
        display: block;
        padding: 1.3333333333em 0.6666666667em;
        text-align: center; } }
  .event-view .daycap {
    background: rgba(0, 0, 0, 0.35); }
  .event-view .daycap_off {
    background: rgba(0, 0, 0, 0.35); }
  #calendarcon .eventobj {
    margin: 0.6666666667em 0.6666666667em 1.3333333333em;
    padding: 0 !important; }
    @media (max-width: 1180px (-0.0666666667em)) {
      .monthrow .eventobj {
        display: none; } }
    .event-view .eventobj {
      margin-right: 1.3333333333em !important;
      margin-left: 1.3333333333em !important; }
  #calendarcon .eventcol {
    padding: 0; }
    .eventcol_short #calendarcon .eventcol {
      padding-left: 0; }
  #calendarcon .eventcon {
    width: 100%;
    padding: 0; }
  #calendarcon .event-view .eventobj {
    opacity: 1 !important;
    visibility: visible !important; }
  #calendarcon .scroll-up {
    font-size: 100%;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.25); }
    #calendarcon .scroll-up, #calendarcon .scroll-up span {
      color: #e2383f; }
    #calendarcon .scroll-up:before {
      content: "";
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #e2383f;
      margin-right: 5px;
      display: inline-block; }

#calendar_buttons {
  width: 100% !important;
  margin-bottom: 0.6666666667em !important;
  text-align: center; }
  #calendar_buttons span {
    display: inline-block;
    width: 100%; }
    @media (min-width: 400px) {
      #calendar_buttons span {
        width: 49%; } }
    @media (min-width: 600px) {
      #calendar_buttons span {
        width: 24%; } }
  #calendar_buttons a {
    float: none;
    display: block;
    margin-bottom: .25em;
    background: #013474;
    border: 0;
    border-radius: .15em;
    font-size: 1em;
    color: #FFF;
    text-decoration: none; }
    #calendar_buttons a:hover {
      background: #e2383f; }

#tool_print {
  padding: 1.3333333333em;
  float: none !important;
  display: inline-block; }

#calendar_icons {
  display: table;
  margin: 0 auto;
  width: auto;
  margin-bottom: 0.6666666667em !important; }
  #calendar_icons span {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }
    #calendar_icons span:nth-of-type(-n+3), #calendar_icons span:nth-of-type(n+6) {
      display: none; }
      @media (min-width: 600px) {
        #calendar_icons span:nth-of-type(-n+3), #calendar_icons span:nth-of-type(n+6) {
          display: inline-block; } }
  #calendar_icons a {
    display: inline-block;
    margin: 0;
    white-space: nowrap; }
    #calendar_icons a img {
      vertical-align: baseline; }
  #calendar_icons #calendar_alert_badge {
    margin-top: -3px; }
    #calendar_icons #calendar_alert_badge img {
      display: none; }

#calcustomize, #calsearch, #calgridmask, #calexport {
  left: 0 !important;
  z-index: 200;
  width: 100% !important;
  margin: 0 !important; }
  #calcustomize > div, #calsearch > div, #calgridmask > div, #calexport > div {
    width: 100% !important;
    margin: 0;
    padding: 1.3333333333em !important; }
  #calcustomize .options_titlebar, #calsearch .options_titlebar, #calgridmask .options_titlebar, #calexport .options_titlebar {
    padding: 0;
    font-size: 15px !important; }
  #calcustomize .calnavbar_close, #calsearch .calnavbar_close, #calgridmask .calnavbar_close, #calexport .calnavbar_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    margin: 0 !important;
    padding: 0 !important; }

#calendar_nav > div {
  float: none !important; }

#calcustomize > div {
  padding: 0 !important; }
#calcustomize #basicmenu {
  margin-bottom: .25em; }
#calcustomize #ungrouped_jslinks, #calcustomize div[id*="calGroup"], #calcustomize #calendar_athletics {
  text-align: center; }
  #calcustomize #ungrouped_jslinks a, #calcustomize div[id*="calGroup"] a, #calcustomize #calendar_athletics a {
    font-size: 12px;
    margin: 0 0 .25em;
    padding: .5em;
    width: 49%;
    text-align: center;
    background: #013474;
    color: #FFF; }
    #calcustomize #ungrouped_jslinks a:hover, #calcustomize div[id*="calGroup"] a:hover, #calcustomize #calendar_athletics a:hover {
      background: #e2383f; }
#calcustomize div[id*="calGroup"] {
  text-align: left;
  font-size: 10px; }
  #calcustomize div[id*="calGroup"] a {
    text-align: center;
    font-size: 12px; }
#calcustomize #calendar_athletics {
  text-align: left; }
#calcustomize [type*='submit'] {
  padding: 10px 5px;
  font-size: 14px !important; }

#calsearch {
  margin-top: 40px !important; }
  #calsearch > div {
    padding: 0 !important; }
  #calsearch td {
    padding: 0.6666666667em 0; }
  #calsearch [name*='keywords'] {
    width: 100% !important;
    margin-bottom: 0.6666666667em;
    padding: .75em;
    border-color: #aaa; }
  #calsearch [type*='submit'] {
    padding: .5em !important;
    font-size: 1em !important; }

#calexport .calendar_titlebar {
  margin-bottom: 0.6666666667em;
  padding: 0;
  font-size: 1em;
  background: none;
  color: #243047; }

#calendar_titlebar,
#calendar_titlebar_bottom {
  margin-top: 17px;
  padding: 0;
  font-size: 80%;
  text-align: center;
  background: none;
  color: #243047; }
  @media (min-width: 600px) {
    #calendar_titlebar,
    #calendar_titlebar_bottom {
      font-size: 1em; } }
  #calendar_titlebar [title*='Navigation'],
  #calendar_titlebar_bottom [title*='Navigation'] {
    display: none; }
  #calendar_titlebar .prevYear, #calendar_titlebar .prevMonth, #calendar_titlebar .nextMonth, #calendar_titlebar .nextYear,
  #calendar_titlebar_bottom .prevYear,
  #calendar_titlebar_bottom .prevMonth,
  #calendar_titlebar_bottom .nextMonth,
  #calendar_titlebar_bottom .nextYear {
    background: rgba(0, 0, 0, 0.1);
    font: 1em "proxima-nova", sans-serif;
    font-weight: normal;
    padding: .5em;
    color: #243047; }
    #calendar_titlebar .prevYear:hover, #calendar_titlebar .prevMonth:hover, #calendar_titlebar .nextMonth:hover, #calendar_titlebar .nextYear:hover,
    #calendar_titlebar_bottom .prevYear:hover,
    #calendar_titlebar_bottom .prevMonth:hover,
    #calendar_titlebar_bottom .nextMonth:hover,
    #calendar_titlebar_bottom .nextYear:hover {
      background: rgba(0, 0, 0, 0.2); }

#calendar_titlebar {
  margin-bottom: 1.3333333333em !important; }

#calendar_titlebar_bottom {
  margin-top: 1.3333333333em !important; }

#calendar_nav + .listonly_block .listcap {
  margin: 0 0 1em;
  padding: 0; }
#calendar_nav + .listonly_block .eventcol,
#calendar_nav + .listonly_block .eventcon {
  padding-left: 0; }

.calcell.today, .calcell.selected, .calcell:hover {
  background-color: #013474 !important; }

.pagetype_registration [bgcolor*='ccc'] {
  background: none; }
  .pagetype_registration [bgcolor*='ccc'] table {
    background: none; }
    .pagetype_registration [bgcolor*='ccc'] table table tr {
      display: block;
      padding: 0.6666666667em 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.pagetype_registration #contentdiv td {
  display: block;
  height: auto; }
.pagetype_registration #contentdiv [width*='3%'] {
  margin-bottom: 1.3333333333em; }

#eventTopBar {
  margin-top: 0 !important; }
  #eventTopBar * {
    box-sizing: content-box; }

#adminViewTopBar * {
  box-sizing: content-box; }

.eventTopCont {
  text-shadow: none;
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.L_Content,
.R_Content {
  max-width: 100%;
  width: 48%;
  padding: 1.3333333333em !important; }

.reg_Total {
  display: inline-block; }

.reg_Progress {
  position: relative !important;
  padding: 0 1.3333333333em !important;
  width: 100% !important; }

.ui-progressbar {
  border: 0 !important;
  border-bottom: 0.25em solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0; }
  .ui-progressbar .ui-progressbar-value {
    margin: 0;
    border: 0 !important;
    border-radius: 0; }

#eventContent {
  padding: 1.3333333333em 0; }

#eventDetails {
  margin-bottom: 1.3333333333em;
  padding: 1.3333333333em;
  border-radius: 0; }
  #eventDetails .detailLabel,
  #eventDetails .detailContent {
    margin: 0 !important; }

.registerTypeTable {
  margin: 1.3333333333em 0 !important;
  box-shadow: none !important; }
  .registerTypeTable tfoot {
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0.15) !important; }

.registerTypeHead,
.tableHeader,
.headerRow th {
  text-shadow: none !important;
  background: rgba(64, 64, 64, 0.94) !important;
  box-shadow: none !important; }

.attendeeTblRow {
  padding: 1.3333333333em !important; }

.registerAttendees {
  display: block;
  margin-bottom: 1.3333333333em !important;
  padding: 1.3333333333em;
  background: rgba(0, 0, 0, 0.05);
  border: 0.0666666667em dashed rgba(0, 0, 0, 0.1);
  box-shadow: none; }

.counter .attendRemove,
.counter .attendAdd {
  background: #eee !important;
  padding: .25em .75em !important; }

.quickAdd {
  margin-top: 0 !important; }

#eventTopBar div.activeAttendeeBar {
  height: auto !important;
  padding: 1.3333333333em !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

.displayGroup {
  padding: 0 !important; }

.displayTable {
  box-shadow: none !important; }
  .displayTable .nameCol {
    padding-left: 0; }
  .displayTable .attendCol {
    text-align: center; }

.tableHeader th {
  padding: 1.3333333333em !important;
  white-space: nowrap; }

.detailToggle {
  display: inline-block;
  padding: 1.3333333333em !important; }

.detailCol {
  padding: 1.3333333333em !important; }
  .detailCol p {
    margin-bottom: 0; }

#registrationSummary {
  padding: 0 !important; }

.pagetype_eventReg .registrations {
  box-shadow: none !important; }
.pagetype_eventReg .headerRow th {
  padding: 1.3333333333em !important;
  white-space: nowrap; }
.pagetype_eventReg .registerRow td,
.pagetype_eventReg .totalRow td {
  padding: 1.3333333333em !important;
  white-space: nowrap; }
.pagetype_eventReg .totalTable {
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.registrantInfo,
.billingAddress {
  padding: 1.3333333333em !important;
  width: 47.5%;
  background: rgba(0, 0, 0, 0.05) !important;
  box-shadow: none !important; }

.registrantInfo {
  margin: 0 2% 0 0 !important; }

.billingAddress {
  margin: 0 0 0 2% !important; }

.infoDisplay {
  display: block !important; }

.paymentMethod {
  display: block !important;
  margin-right: 0 !important;
  padding: 1.3333333333em !important;
  background: rgba(0, 0, 0, 0.05) !important;
  box-shadow: none !important; }

.popup-window #tool_print {
  float: right !important;
  padding: 10px; }
.popup-window .verbose_event {
  margin-bottom: 0.6666666667em;
  width: 100%;
  background: none; }

/*! Modules - Carousel v0.0.3 */
.cc-wrapper {
  position: relative; }
  .cc-wrapper.slideshow .cc-slide {
    opacity: 0; }
  .cc-wrapper.slideshow .cc-stage {
    overflow: hidden; }
  .cc-wrapper .cc-stage {
    white-space: nowrap; }
  .cc-wrapper .cc-slide {
    display: inline-block; }
  .cc-wrapper .cc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%; }
  .cc-wrapper .cc-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center; }
  .cc-wrapper .cc-controls a {
    display: inline-block;
    text-decoration: none; }

/*! Modules - Directions v0.0.2 */
[id*='route'] {
  margin-bottom: 1.3333333333em; }

.adp-placemark {
  background: rgba(0, 0, 0, 0.1);
  border: 0; }
  .adp-placemark td {
    padding: 0.6666666667em; }

.adp-directions {
  width: 100%; }

.adp-step,
.adp-substep {
  padding: 1em .05em; }

.adp-substep:nth-child(2) {
  white-space: nowrap; }

/*! Modules - Directory v0.0.5 */
.pagetype_directory form[name="filter"] table {
  border-collapse: initial; }
.pagetype_directory form[name="filter"] td, .pagetype_directory form[name="filter"] tr, .pagetype_directory form[name="filter"] th {
  padding: inherit; }
.pagetype_directory form[name="filter"] select, .pagetype_directory form[name="filter"] input {
  margin: 10px; }

.pagetype_directory #contentdiv table[cellspacing="0"] td {
  width: 25%; }
  .pagetype_directory #contentdiv table[cellspacing="0"] td.empty-td {
    display: none; }

.pagetype_directory #contentdiv table[cellspacing="0"] td > img {
  max-height: 100%;
  max-width: 100%; }

/* Responsive Directories - Throw this code wherever in your media queries */
@media (max-width: 640px) {
  .pagetype_directory form[name="filter"] > table > tbody > tr > td > table > tbody > tr {
    display: block;
    padding-bottom: 30px; }
  .pagetype_directory form[name="filter"] tr td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0; }
  .pagetype_directory form[name="filter"] select, .pagetype_directory form[name="filter"] input {
    margin: 10px auto; }

  .pagetype_directory #contentdiv table[cellspacing="0"] tr {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: 0 none; }

  .pagetype_directory #contentdiv table[cellspacing="0"] td {
    display: block;
    width: 100%;
    text-align: center; }

  .pagetype_directory #contentdiv .fsDirEntry {
    border: 0 none !important; }

  .pagetype_directory #contentdiv .fsDirEntryName {
    float: none !important; }

  .pagetype_directory #contentdiv table[cellspacing="0"] td:nth-child(even) {
    margin-bottom: 20px; }

  .pagetype_directory #contentdiv table[cellspacing="0"] .fsDirEntry {
    padding: 0 !important;
    width: 100% !important; } }
/*! Modules - Item v0.0.2 */
@media (max-width: 830px) {
  .pagetype_item table,
  .pagetype_item tbody,
  .pagetype_item tr,
  .pagetype_item td {
    display: block;
    width: 100%; } }
.pagetype_item td {
  padding: .5em; }
.pagetype_item b {
  display: block; }
.pagetype_item img:not([src*='space']),
.pagetype_item [style*='width'] {
  width: 100% !important; }

/*! Modules - Gallery v0.0.3 */
#mediaNav,
#mediaNav * {
  box-sizing: content-box; }

.mediaNavHdr {
  height: auto;
  min-height: 2.5em; }
  .mediaNavHdr input[type="button"].mediaBackNav {
    width: 1em;
    height: 1em;
    padding: 0;
    background-color: transparent;
    border-width: 0; }
  .mediaNavHdr input[type="button"].allMediaBtn {
    top: 0;
    width: auto;
    height: auto; }

.mediaNavHdrTitle {
  max-width: 11em;
  width: 100%; }

#mediaSearchGo {
  height: 2em; }

.imageGalleryViewContainer {
  padding-top: 1.3333333333em;
  padding-left: 0; }
  .imageGalleryViewContainer .imageGalleryViewObject {
    float: none;
    margin: 0 0 1.3333333333em;
    min-height: initial;
    width: 100%; }
    @media (min-width: 830px) {
      .imageGalleryViewContainer .imageGalleryViewObject {
        display: inline-block;
        vertical-align: top;
        padding: 0 0.6666666667em;
        width: 49%; } }
    @media (min-width: 1024px) {
      .imageGalleryViewContainer .imageGalleryViewObject {
        width: 32.3333333333%; } }
    .imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewThumb {
      background: rgba(0, 0, 0, 0.75); }
    .imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle a {
      display: block; }

/*! Modules - Multi-content v0.0.4 */
.gridTable {
  width: 100%; }
  .gridTable .contentElementTD {
    padding: 1.3333333333em;
    border-color: #ccc; }
    @media (max-width: 600px) {
      .gridTable .contentElementTD {
        padding-right: 1.3333333333em;
        padding-left: 1.3333333333em;
        display: block;
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent; } }

.scroll-window {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden; }
  .scroll-window .contentElement {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 23.3333333333em;
    padding: 1.3333333333em; }

#fsMultiContent {
  visibility: hidden; }

#slideshowDisplay {
  visibility: visible; }
  #slideshowDisplay #multi_content {
    padding: 1.3333333333em 0;
    border: 0; }

.scroll-window::-webkit-scrollbar {
  -webkit-appearance: none; }

.scroll-window::-webkit-scrollbar:vertical {
  width: 11px; }

.scroll-window::-webkit-scrollbar:horizontal {
  height: 11px; }

.scroll-window::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5); }

.scroll-window::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px; }

#fsMultiContent {
  width: 100%;
  margin-bottom: 1.3333333333em; }

#multi_content {
  height: 100% !important; }
  #multi_content > div {
    height: 100% !important; }

#mc_1 {
  position: relative; }

/*! Modules - News v0.2.0 */
.newspostitemsep,
.newspostitem {
  margin-bottom: 20px !important;
  border-bottom: 2px solid #f1f1f1; }
  .newspostitemsep:last-child,
  .newspostitem:last-child {
    border: 0; }
  .newspostitemsep:last-child,
  .newspostitem:last-child {
    border-bottom: 0; }
  .newspostitemsep p:last-child,
  .newspostitem p:last-child {
    margin-bottom: 0; }

.newsposttitle a {
  color: inherit; }
.newsposttitle img {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 20px 0; }
  .newsposttitle img[alt="Pinned:"] {
    display: none; }

.newspubdate {
  color: #606670;
  font-size: 15px;
  margin-top: -8px; }

.newspostnotes, .newspostdesc {
  font-size: 15px; }

.newspostinfo_sep {
  display: none; }

.pagetype_news .newsposttitle img {
  float: left !important;
  margin: 0 20px 0 0;
  width: initial;
  display: inline; }

.newsArchiveFilter .tbcon {
  border: 0 !important; }
.newsArchiveFilter .tbrow {
  margin-bottom: .35em; }
.newsArchiveFilter .tbcell {
  float: none;
  width: 100% !important;
  padding: 0;
  text-align: left;
  white-space: initial !important; }
.newsArchiveFilter [style*="float: right; position: relative; top: -9px;"] {
  top: 0 !important;
  margin-top: 1em; }
.newsArchiveFilter [type*='submit'] {
  display: block;
  clear: both;
  margin: 1em 0 0; }

.newspostitemsep {
  padding-bottom: 20px !important;
  padding-top: 0 !important; }

.newsThumbnailCell {
  display: block;
  width: 100%; }
  @media (min-width: 830px) {
    .newsThumbnailCell {
      display: table-cell;
      width: 35%;
      padding-right: 20px; } }
  .newsThumbnailCell img {
    float: none !important;
    margin-right: 0;
    margin-bottom: 18px !important;
    width: 100%; }
    @media (min-width: 830px) {
      .newsThumbnailCell img {
        float: left !important;
        margin-right: 20px; } }

.newsArticleCell {
  display: block; }
  @media (min-width: 830px) {
    .newsArticleCell {
      display: table-cell; } }

.contentControls div {
  margin: 0;
  padding: .5em .95em;
  border: 0; }

.popup-window #popmedia {
  display: inline-block !important;
  padding: 0 0.6666666667em; }

/*! Modules - Blogs v0.0.2 */
.blogtoplinks, .blogtextcenter {
  margin-bottom: 1.3333333333em;
  padding-bottom: 1.3333333333em;
  padding-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#blogtopsep {
  display: none; }

/*! Modules - Portals v0.0.5 */
.portal_column, .twothirds_column {
  padding: 0; }
  @media (max-width: 600px) {
    .portal_column, .twothirds_column {
      width: 100%; } }

@media (min-width: 600px) {
  .two_column, .three_column, .four_column {
    padding: 0 0.6666666667em; } }
@media (min-width: 600px) {
  .two_column:first-child, .three_column:first-child, .four_column:first-child {
    padding-left: 0; } }

@media (min-width: 600px) {
  .two_column:nth-of-type(2) {
    padding-right: 0; } }
@media (min-width: 600px) {
  .two_column {
    width: 50%; } }

.three_column:nth-of-type(3) {
  padding-right: 0; }
@media (min-width: 600px) {
  .three_column {
    width: 33.3333333333%; } }

.four_column:nth-of-type(4) {
  padding-right: 0; }
@media (min-width: 600px) {
  .four_column {
    width: 50%; } }
@media (min-width: 990px) {
  .four_column {
    width: 25%; } }

@media (min-width: 600px) {
  .twothirds_column {
    padding: 0 0.6666666667em; } }

.portlet {
  margin: 0 0 1.3333333333em;
  border: 0; }

.portlet_header {
  padding: 0;
  background: none; }

.portlet_title {
  padding: 0.6666666667em;
  text-align: center;
  background: #013474;
  color: #fecb8b; }

.portlet_content > div {
  margin: 0 !important; }
.portlet_content p:last-child {
  margin-bottom: 0; }

.dock_marker {
  margin: 0.6666666667em 0;
  padding: 0.6666666667em 0;
  background: rgba(0, 0, 0, 0.75);
  border: 0;
  border-top: .25em solid #ffcc00;
  color: #fff; }

.portal_column_bottom {
  margin-bottom: 0;
  padding: 0.6666666667em 1.3333333333em !important;
  outline: 1px dashed rgba(0, 0, 0, 0.35); }

#acct_bar {
  height: auto;
  text-align: right;
  border: 0; }

.acct_buttons {
  display: inline-block;
  height: auto;
  border: 0;
  padding: .25em .5em; }

#add_elements_menu_div {
  box-sizing: content-box;
  background: #222;
  border: 0; }
  #add_elements_menu_div * {
    box-sizing: content-box; }

/*! Modules - Search v0.0.3 */
.search-trigger {
  display: none; }
  .search-trigger:before {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1b2533;
    font-size: 14px;
    position: relative;
    top: 1px; }
  @media (max-width: 830px) {
    .search-trigger {
      display: block; } }

.search {
  position: relative; }
  .search > div {
    position: relative; }
    .search > div .exit-search {
      width: 36px;
      height: 44px;
      float: right;
      border: 0 none;
      background: transparent;
      padding: 0;
      margin: 0;
      outline: none;
      position: absolute;
      top: 0;
      right: -36px;
      display: none; }
      .search > div .exit-search:before {
        content: "";
        font-family: "icomoon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1024px) {
    .search {
      position: absolute;
      top: 9px;
      right: 9px; } }
  @media (max-width: 830px) {
    .search {
      display: block;
      width: 100%;
      top: -74px;
      right: auto;
      left: 0;
      background-color: #FFF;
      padding: 15px;
      z-index: 10000;
      transition: top .5s; }
      .search-active #bodydiv {
        padding-top: 74px; }
      .search-active .exit-off-canvas {
        opacity: 1;
        visibility: visible; }
      .search > div {
        max-width: calc(100% - 36px); }
        .search > div .exit-search {
          display: block; }
      .search:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #FFF; } }
  .search__label {
    display: none; }
  .search__field {
    max-width: 225px;
    width: 100%;
    padding-right: 2.6666666667em;
    background: #f5f5f7;
    border-radius: 2px;
    border: 0;
    box-shadow: none;
    color: #243047;
    outline: 0;
    height: 44px; }
    .search__field:focus, .search__field:hover {
      box-shadow: none; }
    @media (max-width: 830px) {
      .search__field {
        max-width: 100%;
        padding-right: 0;
        padding-left: 2.6666666667em; } }
  .search__button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2.6666666667em;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none !important;
    color: transparent; }
    @media (max-width: 830px) {
      .search__button {
        right: auto;
        left: 15px; } }
  .search:after {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 16px;
    right: 14px;
    font-size: 12px; }
    @media (max-width: 830px) {
      .search:after {
        right: auto;
        left: 29px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

/*! Modules - Sitemap v0.0.6 */
#top_level_list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding-left: 0;
  font-size: 1em;
  font-weight: normal;
  list-style: none; }
  #top_level_list ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #top_level_list a {
    display: block; }
  #top_level_list .spacerHR {
    display: none; }
  #top_level_list ul {
    margin: 0.6666666667em 0;
    padding: 0.6666666667em;
    background: rgba(0, 0, 0, 0.05); }
  #top_level_list > li {
    padding: 1.3333333333em;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 0.0666666667em solid rgba(0, 0, 0, 0.1); }

/*! Modules - Slideshow v0.7.0 */
.controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 100%;
  text-align: center;
  pointer-events: none;
  visibility: hidden; }
  .controls span {
    position: absolute;
    top: 0;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible; }
    .controls span:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      top: 50%;
      font-family: 'FontAwesome';
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .controls .prev {
    left: 0; }
    .controls .prev:before {
      content: '\f104'; }
  .controls .next {
    right: 0; }
    .controls .next:before {
      content: '\f105'; }

.pagination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  text-align: center; }
  .pagination span {
    display: inline-block;
    cursor: pointer;
    border-radius: 100%; }
    .pagination span.active {
      pointer-events: none; }

/*! Modules - Tabs v0.0.6 */
#portal_tabs,
#eventRegTabs {
  padding: 0;
  background: none;
  border: 0; }
  #portal_tabs .ui-tabs-nav,
  #eventRegTabs .ui-tabs-nav {
    margin-bottom: 1.2em;
    border: 0 none;
    border-bottom: 5px solid #f2f2f2;
    padding: 0;
    background: none; }
    #portal_tabs .ui-tabs-nav li,
    #eventRegTabs .ui-tabs-nav li {
      margin: 0 3px 3px 0 !important;
      padding: 0;
      background: none;
      border: 0;
      border-radius: 0;
      color: inherit;
      text-align: center;
      min-width: 140px; }
      #portal_tabs .ui-tabs-nav li a,
      #eventRegTabs .ui-tabs-nav li a {
        border-radius: 3px 3px 0 0;
        font-size: 15px;
        font-weight: 600;
        display: block;
        width: 100%;
        padding: 16px 5px 15px 5px;
        background: #f2f2f2;
        color: #000; }
        #portal_tabs .ui-tabs-nav li a span,
        #eventRegTabs .ui-tabs-nav li a span {
          color: #000; }
        #portal_tabs .ui-tabs-nav li a:hover,
        #eventRegTabs .ui-tabs-nav li a:hover {
          background-color: #2682bf;
          color: #FFF; }
          #portal_tabs .ui-tabs-nav li a:hover span,
          #eventRegTabs .ui-tabs-nav li a:hover span {
            color: #FFF; }
        .ui-tabs .ui-state-active a {
          background-color: #013474 !important;
          color: #FFF !important; }
          .ui-tabs .ui-state-active a span {
            color: #FFF !important; }
      #portal_tabs .ui-tabs-nav li span,
      #eventRegTabs .ui-tabs-nav li span {
        text-indent: 0; }

.ui-tabs-panel {
  padding: 0 !important; }

#portal_tabs .ui-tabs-nav li .tab_controls, #eventRegTabs .ui-tabs-nav li .tab_controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

/*! Pages - Style Guide v0.0.3 */
.style-guide .module {
  background: rgba(0, 0, 0, 0.05);
  border: 0.0666666667em solid rgba(0, 0, 0, 0.05);
  color: #243047; }
.style-guide h1:after {
  color: rgba(36, 48, 71, 0.5); }
.style-guide h2:after {
  color: rgba(36, 48, 71, 0.5); }
.style-guide h3:after {
  color: rgba(36, 48, 71, 0.5); }
.style-guide h4:after {
  color: rgba(36, 48, 71, 0.5); }
.style-guide h5:after {
  color: rgba(36, 48, 71, 0.5); }
.style-guide h6:after {
  color: rgba(36, 48, 71, 0.5); }
.style-guide h1:after {
  content: " font-size: 32px / line-height: 40px"; }
.style-guide h2:after {
  content: " font-size: 28px / line-height: 32px"; }
.style-guide h3:after {
  content: " font-size: 24px / line-height: 28px"; }
.style-guide h4:after {
  content: " font-size: 21px / line-height: 24px"; }
.style-guide h5:after {
  content: " font-size: 18px / line-height: 22px"; }
.style-guide h6:after {
  content: " font-size: 15px / line-height: 20px"; }
.style-guide .line-height-example {
  background: rgba(0, 0, 0, 0.05); }
.style-guide .primary-body:after {
  color: rgba(36, 48, 71, 0.5);
  content: " font-size: 15px / line-height: 20px"; }
.style-guide .secondary-body:after {
  color: rgba(36, 48, 71, 0.5);
  content: " font-size: 15px / line-height: 20px"; }

.colors {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 2.6666666667em; }
  .colors ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .colors a {
    display: block; }
  .colors li {
    margin-bottom: 0.3333333333em;
    padding: 1.3333333333em; }
    .colors li:nth-of-type(1) {
      border-left: 1.3333333333em solid;
      color: #243047; }
      .colors li:nth-of-type(1):after {
        content: " #243047"; }
    .colors li:nth-of-type(2) {
      border-left: 1.3333333333em solid;
      color: #013474; }
      .colors li:nth-of-type(2):after {
        content: " #013474"; }
    .colors li:nth-of-type(3) {
      border-left: 1.3333333333em solid;
      color: #e2383f; }
      .colors li:nth-of-type(3):after {
        content: " #e2383f"; }
    .colors li:nth-of-type(4) {
      border-left: 1.3333333333em solid;
      color: #f2f2f2; }
      .colors li:nth-of-type(4):after {
        content: " #f2f2f2"; }
    .colors li:nth-of-type(5) {
      border-left: 1.3333333333em solid;
      color: #e6e8eb; }
      .colors li:nth-of-type(5):after {
        content: " #e6e8eb"; }

.fonts {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.3333333333em; }
  .fonts ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fonts a {
    display: block; }
  .fonts li {
    margin-bottom: 0.3333333333em;
    padding: 0.3333333333em; }
    .fonts li:nth-of-type(1) {
      font-family: "trajan-pro-3", Georgia, serif; }
      .fonts li:nth-of-type(1):after {
        content: " - trajan-pro-3, Georgia, serif"; }
    .fonts li:nth-of-type(2):after {
      content: " - "; }
    .fonts li:nth-of-type(3) {
      font-family: "proxima-nova", sans-serif; }
      .fonts li:nth-of-type(3):after {
        content: " - proxima-nova, sans-serif"; }
    .fonts li:nth-of-type(2):after {
      content: " - "; }
    .fonts li:nth-of-type(5) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts li:nth-of-type(5):after {
        content: " - Menlo, Monaco, Consolas, Courier New, monospace"; }

/*Converted Blog*/
.layout_34 {
  /* ========================== */
  /*         Blog List          */
  /* ========================== */
  /* ========================== */
  /*         Blog Grid          */
  /* ========================== */
  /* ========================== */
  /*         Blog Post          */
  /* ========================== */
  /* ========================== */
  /*      Blog Recent Posts     */
  /* ========================== */ }
  .layout_34 .blogShareButton,
  .layout_34 #at20mc {
    display: none; }
  .layout_34 #content801 {
    display: none; }
  .layout_34 #contentdiv {
    zoom: 1;
    padding-top: 0; }
    .layout_34 #contentdiv:after {
      display: table;
      clear: both;
      content: ''; }
    .layout_34 #contentdiv > div {
      opacity: 0; }
    .layout_34 #contentdiv.blog-loaded > div {
      opacity: 1; }
  .layout_34 .newspubdate {
    display: none; }
  .layout_34 .blognavprev {
    display: none; }
  .layout_34 .blog-display-bottom {
    position: relative;
    margin-top: 28px; }
  .layout_34.hasLeftbanner #contentdiv {
    width: 100%;
    position: relative;
    float: none; }
    .layout_34.hasLeftbanner #contentdiv > .text_misc > h1 {
      display: none; }
  .layout_34.hasLeftbanner #midcontainer {
    background-color: #ebedf0;
    position: relative;
    z-index: 0;
    padding-top: 0; }
    @media (max-width: 500px) {
      .layout_34.hasLeftbanner #midcontainer {
        padding-left: 10px;
        padding-right: 10px; } }
    .layout_34.hasLeftbanner #midcontainer.loading-more-posts:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ebedf0;
      opacity: 0.65;
      content: '';
      z-index: 399; }
  .layout_34.hasLeftbanner #leftbanner {
    width: 100%;
    float: none; }
  .layout_34 #jumptotop {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    float: right;
    position: relative;
    cursor: pointer;
    background-color: rgba(156, 160, 166, 0.25);
    opacity: 0;
    transition: background 0.3s ease, opacity 0.3s ease; }
    @media (max-width: 450px) {
      .layout_34 #jumptotop {
        float: none;
        position: absolute;
        top: 64px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    .layout_34 #jumptotop.jumptotop-active {
      opacity: 1; }
    .layout_34 #jumptotop:hover {
      background-color: #9ca0a6; }
    .layout_34 #jumptotop:before {
      font-size: 15px;
      color: #ffffff;
      position: absolute;
      top: 14px;
      left: 15px;
      display: block;
      content: '\f062';
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .layout_34 .blog-header {
    height: 70px;
    background-color: #ffffff;
    width: 100%;
    padding-right: 0;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
    display: none;
    position: relative;
    z-index: 1; }
    .layout_34 .blog-header.element-loaded {
      display: block; }
    .layout_34 .blog-header > .bannermodtd > .bannermodcontent > div {
      padding: 0 20px; }
  .layout_34 .blog-header-inner {
    zoom: 1;
    margin: 0 auto;
    max-width: 73.75rem;
    zoom: 1; }
    .layout_34 .blog-header-inner:after {
      display: table;
      clear: both;
      content: ''; }
    .layout_34 .blog-header-inner > div {
      zoom: 1; }
      .layout_34 .blog-header-inner > div:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 400px) {
        .layout_34 .blog-header-inner > div {
          width: 50%; } }
      @media (min-width: 600px) {
        .layout_34 .blog-header-inner > div {
          width: 33.3333%; } }
  .layout_34 .blog-header-left {
    float: left; }
    .layout_34 .blog-header-left a {
      font-family: "trajan-pro-3", Georgia, serif;
      font-weight: 600;
      font-size: 26px;
      color: #1b2333;
      line-height: 70px; }
      .layout_34 .blog-header-left a:hover {
        text-decoration: none; }
      .layout_34 .blog-header-left a span {
        display: none;
        color: #e2383f; }
        @media (min-width: 400px) {
          .layout_34 .blog-header-left a span {
            display: inline; } }
  .layout_34 .blog-header-center {
    display: none;
    float: left;
    text-align: center; }
    @media (min-width: 640px) {
      .layout_34 .blog-header-center {
        display: block; } }
    .layout_34 .blog-header-center .blog-display-toggles > div {
      font-size: 0;
      display: inline-block;
      padding: 27px 13px 0;
      height: 70px;
      cursor: pointer; }
      .layout_34 .blog-header-center .blog-display-toggles > div:before {
        display: block;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        font-size: 16px;
        color: #d0d4d9;
        font-family: "icomoon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: color 0.3s ease; }
      .layout_34 .blog-header-center .blog-display-toggles > div:hover:before {
        color: #555555; }
      .layout_34 .blog-header-center .blog-display-toggles > div.blog-display-toggle-grid:before {
        content: '\f009'; }
      .layout_34 .blog-header-center .blog-display-toggles > div.blog-display-toggle-list:before {
        content: '\f00b'; }
  .layout_34 .blog-header-right {
    float: right;
    text-align: right; }
    .layout_34 .blog-header-right .blog-filter-toggles > div {
      position: relative;
      color: #1b2333;
      display: inline-block;
      padding-right: 14px;
      line-height: 70px;
      font-size: 15px;
      cursor: pointer;
      margin: 0 18px; }
      .layout_34 .blog-header-right .blog-filter-toggles > div:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #c2c6cc;
        right: 0;
        top: 33px;
        transition: transform 0.3s ease; }
      .layout_34 .blog-header-right .blog-filter-toggles > div:last-child {
        margin-right: 0; }
      .layout_34 .blog-header-right .blog-filter-toggles > div.blog-filter-toggle-active:after {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .layout_34 #bodydiv #leftbanner > div.blog-header-filters {
    margin-bottom: 0 !important; }
  .layout_34 .blog-header-filters {
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem;
    zoom: 1; }
    .layout_34 .blog-header-filters:after {
      display: table;
      clear: both;
      content: ''; }
    .layout_34 .blog-header-filters .blogbanner {
      border: 0;
      margin: 0;
      padding: 20px 0px 0;
      margin: 0 -10px 0;
      display: none;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .layout_34 .blog-header-filters .blogbanner.blog-filter-panel-active {
        display: -ms-flexbox;
        display: flex; }
      .layout_34 .blog-header-filters .blogbanner .blog-filter-type {
        -ms-flex: 1 auto;
        flex: 1 auto;
        width: auto;
        padding: 0 10px 10px; }
        .layout_34 .blog-header-filters .blogbanner .blog-filter-type.fs_submit {
          -ms-flex: 0 auto;
          flex: 0 auto; }
      .layout_34 .blog-header-filters .blogbanner label {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        color: #8D8E91;
        font-weight: bold;
        padding-bottom: 3px;
        height: 18px; }
      .layout_34 .blog-header-filters .blogbanner input[name="nm_keywords"] {
        border: 1px solid #ffffff;
        border-radius: 4px;
        display: block;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%; }
        .layout_34 .blog-header-filters .blogbanner input[name="nm_keywords"]::-ms-expand {
          display: none; }
      .layout_34 .blog-header-filters .blogbanner .fs_archives {
        zoom: 1; }
        .layout_34 .blog-header-filters .blogbanner .fs_archives:after {
          display: table;
          clear: both;
          content: ''; }
      .layout_34 .blog-header-filters .blogbanner .archives-month {
        float: left;
        width: 50%;
        padding-right: 10px; }
      .layout_34 .blog-header-filters .blogbanner .archives-year {
        float: right;
        width: 50%;
        padding-left: 10px; }
      .layout_34 .blog-header-filters .blogbanner select {
        display: block;
        border: 1px solid #ffffff;
        border-radius: 4px;
        width: 100%;
        float: left;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVBOTA2NTE0MDBFRjExRTY4RDc4QkY2MTFGNTk3NzY2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVBOTA2NTE1MDBFRjExRTY4RDc4QkY2MTFGNTk3NzY2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUE5MDY1MTIwMEVGMTFFNjhENzhCRjYxMUY1OTc3NjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUE5MDY1MTMwMEVGMTFFNjhENzhCRjYxMUY1OTc3NjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Az3uvAAAAN0lEQVR42mIs7ZwreWb/Vh0GLEBUTOYpI4iBTRFIctWiSdcYYQLIimCSGEaCFIXF5WkhiwEEGACzvRhQnwNplwAAAABJRU5ErkJggg==");
        background-repeat: no-repeat;
        background-position: calc(100% - 5px) center; }
        .layout_34 .blog-header-filters .blogbanner select::-ms-expand {
          display: none; }
      .layout_34 .blog-header-filters .blogbanner input[name="nfilter"] {
        color: #2682bf;
        font-size: 15px;
        line-height: 22px;
        border: 1px solid #2682bf;
        border-radius: 4px;
        margin-top: 18px;
        padding: 8px 16px;
        display: inline-block;
        white-space: nowrap;
        cursor: pointer;
        color: #ffffff;
        transition: background 0.3s ease;
        background-color: #2682bf !important; }
        .layout_34 .blog-header-filters .blogbanner input[name="nfilter"]:hover {
          text-decoration: underline; }
        .layout_34 .blog-header-filters .blogbanner input[name="nfilter"]:hover {
          color: #2682bf;
          background-color: #ffffff !important;
          text-decoration: none; }
      .layout_34 .blog-header-filters .blogbanner > h3 {
        display: none; }
      .layout_34 .blog-header-filters .blogbanner li {
        display: inline-block;
        margin: 0; }
      .layout_34 .blog-header-filters .blogbanner a:hover {
        text-decoration: none;
        background-color: #ffffff; }
      .layout_34 .blog-header-filters .blogbanner .date-active a {
        background-color: #ffffff; }
      .layout_34 .blog-header-filters .blogbanner .clear-filter {
        background-color: #ffffff; }
      .layout_34 .blog-header-filters .blogbanner .filter-selected .clear-filter {
        background-color: transparent; }
      .layout_34 .blog-header-filters .blogbanner.fs_categories a, .layout_34 .blog-header-filters .blogbanner.fs_archives .blog-filter-date-search {
        color: #2682bf;
        font-size: 15px;
        line-height: 26px;
        border: 1px solid #ffffff;
        border-radius: 4px;
        padding: 8px 16px;
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 9px;
        white-space: nowrap;
        cursor: pointer;
        transition: background 0.3s ease; }
        .layout_34 .blog-header-filters .blogbanner.fs_categories a:hover, .layout_34 .blog-header-filters .blogbanner.fs_archives .blog-filter-date-search:hover {
          text-decoration: underline; }
        .layout_34 .blog-header-filters .blogbanner.fs_categories a:hover, .layout_34 .blog-header-filters .blogbanner.fs_archives .blog-filter-date-search:hover {
          background-color: #ffffff;
          text-decoration: none; }
        .layout_34 .blog-header-filters .blogbanner.fs_categories a.selected, .layout_34 .blog-header-filters .blogbanner.fs_archives .blog-filter-date-search.selected {
          background-color: #ffffff; }
      .layout_34 .blog-header-filters .blogbanner.fs_archives .blog-filter-date-search {
        vertical-align: bottom; }
      .layout_34 .blog-header-filters .blogbanner.fs_archives .archives-month,
      .layout_34 .blog-header-filters .blogbanner.fs_archives .archives-year {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 9px;
        vertical-align: bottom; }
      .layout_34 .blog-header-filters .blogbanner.fs_archives label {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        color: #1b2333;
        color: #a6a6a6;
        color: #8D8E91;
        font-weight: bold;
        margin-bottom: 3px; }
      .layout_34 .blog-header-filters .blogbanner.fs_archives select {
        border: 1px solid #ffffff;
        border-radius: 4px;
        display: block;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVBOTA2NTE0MDBFRjExRTY4RDc4QkY2MTFGNTk3NzY2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVBOTA2NTE1MDBFRjExRTY4RDc4QkY2MTFGNTk3NzY2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUE5MDY1MTIwMEVGMTFFNjhENzhCRjYxMUY1OTc3NjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUE5MDY1MTMwMEVGMTFFNjhENzhCRjYxMUY1OTc3NjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Az3uvAAAAN0lEQVR42mIs7ZwreWb/Vh0GLEBUTOYpI4iBTRFIctWiSdcYYQLIimCSGEaCFIXF5WkhiwEEGACzvRhQnwNplwAAAABJRU5ErkJggg==");
        background-repeat: no-repeat;
        background-position: calc(100% - 5px) center; }
        .layout_34 .blog-header-filters .blogbanner.fs_archives select::-ms-expand {
          display: none; }
  .layout_34 .blogtoplinks {
    zoom: 1;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    float: none; }
    .layout_34 .blogtoplinks:after {
      display: table;
      clear: both;
      content: ''; }
    .layout_34 .blogtoplinks a {
      float: left;
      text-decoration: none;
      margin-right: 34px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .layout_34 .blogtoplinks a:first-of-type {
        margin-left: 3px; }
      .layout_34 .blogtoplinks a:last-of-type {
        margin-right: 0; }
      .layout_34 .blogtoplinks a:hover {
        text-decoration: none; }
      .layout_34 .blogtoplinks a img {
        display: none; }
    .layout_34 .blogtoplinks .blogtopicadd,
    .layout_34 .blogtoplinks #rss_badge,
    .layout_34 .blogtoplinks #alert_badge {
      float: left;
      position: relative;
      padding-left: 24px; }
      .layout_34 .blogtoplinks .blogtopicadd:before,
      .layout_34 .blogtoplinks #rss_badge:before,
      .layout_34 .blogtoplinks #alert_badge:before {
        position: absolute;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 16px;
        height: 16px;
        padding: 0;
        margin: 0;
        border-radius: 100%;
        line-height: 16px;
        text-align: center;
        font-size: 16px;
        color: #bfc3c7;
        transition: background 0.3s ease, color 0.3s ease;
        font-family: "icomoon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .layout_34 .blogtoplinks .blogtopicadd:after,
      .layout_34 .blogtoplinks #rss_badge:after,
      .layout_34 .blogtoplinks #alert_badge:after {
        text-transform: uppercase;
        font-size: 12px;
        color: #1b2333;
        font-weight: bold; }
      .layout_34 .blogtoplinks .blogtopicadd:hover:before,
      .layout_34 .blogtoplinks #rss_badge:hover:before,
      .layout_34 .blogtoplinks #alert_badge:hover:before {
        color: #e2383f; }
    .layout_34 .blogtoplinks .blogtopicadd:before {
      content: '\f067'; }
    .layout_34 .blogtoplinks .blogtopicadd:after {
      content: 'Add Topic'; }
    .layout_34 .blogtoplinks #rss_badge:before {
      content: '\f09e'; }
    .layout_34 .blogtoplinks #rss_badge:after {
      content: 'RSS'; }
    .layout_34 .blogtoplinks #alert_badge:before {
      content: '\f0f3'; }
    .layout_34 .blogtoplinks #alert_badge:after {
      content: 'Alerts'; }
    .layout_34 .blogtoplinks .blogselectcontainer {
      display: none;
      font-size: 0; }
  .layout_34.blog-list .blog-header .blog-display-toggle-list:before {
    color: #555555; }
  .layout_34.blog-list #contentdiv .blogtopic {
    width: 100%; }
    @media (min-width: 640px) {
      .layout_34.blog-list #contentdiv .blogtopic {
        margin-bottom: 0;
        padding-bottom: 0; } }
    @media (min-width: 900px) {
      .layout_34.blog-list #contentdiv .blogtopic {
        width: 100%; } }
    .layout_34.blog-list #contentdiv .blogtopic.last {
      padding-bottom: 20px; }
  @media (min-width: 640px) {
    .layout_34.blog-list .blogtopic .blogpostthumb {
      float: left;
      width: 100%;
      max-width: 280px; } }
  @media (min-width: 640px) {
    .layout_34.blog-list .blogtopic .blogpostcontent {
      border-bottom: 1px solid #ebedf0;
      margin-left: 319px;
      height: 188px;
      overflow: hidden; } }
  .layout_34.blog-list .blogtopic.last .blogpostcontent {
    border-bottom: 0; }
  .layout_34.blog-list .blogtopic .blogTopicTitle {
    font-size: 21px;
    margin-top: 14px;
    margin-bottom: 14px; }
  .layout_34.blog-grid .blog-header .blog-display-toggle-grid:before {
    color: #555555; }
  .layout_34.blog-grid #contentdiv .text_misc {
    max-width: 700px;
    margin: 0 auto; }
    @media (min-width: 900px) {
      .layout_34.blog-grid #contentdiv .text_misc {
        max-width: none; } }
  .layout_34.blog-grid #contentdiv .blogtopic .blogpostcontent .blogpostdate {
    padding-top: 26px; }
  .layout_34.blog-grid .blogtopic {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 900px) {
      .layout_34.blog-grid .blogtopic {
        width: calc( ( 100% - 20px ) / 2 ); } }
    @media (min-width: 900px) {
      .layout_34.blog-grid .blogtopic {
        width: calc( ( 100% - 60px ) / 4 ); } }
    .layout_34.blog-grid .blogtopic .blogpostcontent {
      padding-left: 6px;
      padding-right: 6px; }
  .layout_34.blog-grid .blogtopicspotlight {
    zoom: 1;
    width: 100%;
    padding-bottom: 1px; }
    .layout_34.blog-grid .blogtopicspotlight:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 900px) {
      .layout_34.blog-grid .blogtopicspotlight {
        width: calc( ( ( 100% - 60px ) / 2 ) + 20px );
        position: absolute;
        left: calc( ( ( 100% - 60px ) / 4 ) + 20px ); } }
    .layout_34.blog-grid .blogtopicspotlight .blogtopic {
      width: 100%; }
      .layout_34.blog-grid .blogtopicspotlight .blogtopic.blogtopiclarge .blogpostthumbimg {
        max-width: 100%; }
  .layout_34.blog-post #mainmiddle {
    padding-top: 20px; }
  .layout_34.blog-post #contentdiv {
    padding: 29px 20px 0 20px;
    background-color: #ffffff; }
    @media (min-width: 1000px) {
      .layout_34.blog-post #contentdiv {
        padding-top: 49px; } }
    .layout_34.blog-post #contentdiv > .text {
      max-width: 780px;
      margin: 0 auto;
      padding-bottom: 65px;
      padding-top: 0; }
  .layout_34.blog-post .text > h3 {
    display: none; }
  @media (min-width: 1000px) {
    .layout_34.blog-post #leftbanner {
      padding-bottom: 20px; } }
  .layout_34.blog-post .newsbacklink {
    display: none; }
  .layout_34.blog-post .newspost {
    padding-top: 0;
    padding-bottom: 21px;
    position: relative; }
    .layout_34.blog-post .newspost .newspostdesc p {
      margin: 0 0 1.33333em; }
    .layout_34.blog-post .newspost .newspostdesc blockquote,
    .layout_34.blog-post .newspost .newspostdesc .fs_style_36 {
      padding-left: 32px;
      color: #1b2333;
      font-size: 19px;
      line-height: 26px;
      position: relative;
      margin-bottom: 0; }
    .layout_34.blog-post .newspost .newspostdesc .fs_style_37 {
      padding-left: 32px;
      display: block;
      color: #a6a6a6;
      font-weight: 600;
      font-size: 15px;
      font-style: normal; }
    .layout_34.blog-post .newspost .blogpostheader {
      zoom: 1;
      padding-bottom: 25px; }
      .layout_34.blog-post .newspost .blogpostheader:after {
        display: table;
        clear: both;
        content: ''; }
    .layout_34.blog-post .newspost .newsposttitle {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 13px;
      font-family: "trajan-pro-3", Georgia, serif;
      font-weight: 400;
      color: #1b2333; }
    .layout_34.blog-post .newspost .blogpostdate {
      float: none;
      color: #a6a6a6;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 12px;
      display: block; }
      @media (min-width: 500px) {
        .layout_34.blog-post .newspost .blogpostdate {
          line-height: 16px; } }
  .layout_34.blog-post .blogpoststats {
    padding-top: 10px; }
    @media (min-width: 500px) {
      .layout_34.blog-post .blogpoststats {
        float: right;
        padding-top: 0; } }
    .layout_34.blog-post .blogpoststats > div {
      position: relative;
      display: inline-block;
      padding-left: 22px;
      margin-left: 27px;
      font-size: 15px;
      line-height: 16px;
      font-weight: bold;
      color: #c1c3c7; }
      .layout_34.blog-post .blogpoststats > div:before {
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        font-size: 14px;
        color: #c1c3c7;
        font-family: "icomoon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .layout_34.blog-post .blogpoststats > div:first-child {
        margin-left: 0; }
  .layout_34.blog-post .blogpoststatslikes:before {
    content: '\f004'; }
  .layout_34.blog-post .blogpoststatscomments:before {
    content: '\f075'; }
  .layout_34.blog-post .blogpost .blogpostinfo {
    border: 0; }
  .layout_34.blog-post .blogpost .blogposttags {
    position: relative;
    margin-top: 27px;
    padding-top: 27px;
    color: #1b2333; }
    .layout_34.blog-post .blogpost .blogposttags:before {
      background-color: #ebedf0;
      content: '';
      height: 3px;
      width: 30px;
      position: absolute;
      top: 0;
      left: 0; }
    .layout_34.blog-post .blogpost .blogposttags label {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      margin-right: 2px; }
  .layout_34.blog-post .blogpost .fs_LikeContainer {
    display: none; }
  .layout_34.blog-post .blogpost .fs_style_66 {
    color: #1b2333;
    float: right;
    max-width: 300px;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    margin-top: 16px;
    margin-left: 40px; }
    .layout_34.blog-post .blogpost .fs_style_66:before {
      background-color: #ebedf0;
      content: '';
      width: 6px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
  .layout_34.blog-post .blogpost .blogposteditlinks {
    float: none !important;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 3px;
    opacity: 0.5;
    transition: opacity 0.3s ease; }
    .layout_34.blog-post .blogpost .blogposteditlinks:hover {
      opacity: 1; }
  .layout_34.blog-post .blogcommentheader {
    margin: 0;
    padding: 0 0 23px; }
    .layout_34.blog-post .blogcommentheader .propertiesLeft {
      float: none; }
      @media (min-width: 500px) {
        .layout_34.blog-post .blogcommentheader .propertiesLeft {
          float: left; } }
      .layout_34.blog-post .blogcommentheader .propertiesLeft a {
        color: #c1c3c7;
        font-weight: bold;
        font-size: 14px;
        position: relative;
        display: inline-block;
        padding-left: 23px;
        margin-right: 28px; }
        .layout_34.blog-post .blogcommentheader .propertiesLeft a:hover {
          text-decoration: none; }
          .layout_34.blog-post .blogcommentheader .propertiesLeft a:hover:before {
            color: #e2383f; }
        .layout_34.blog-post .blogcommentheader .propertiesLeft a:before {
          display: block;
          position: absolute;
          width: 16px;
          height: 16px;
          top: 0;
          left: 0;
          font-size: 14px;
          color: #c1c3c7;
          font-family: "icomoon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transition: color 0.3s ease; }
        .layout_34.blog-post .blogcommentheader .propertiesLeft a.blogcommentactionlike:before {
          content: '\f004'; }
        .layout_34.blog-post .blogcommentheader .propertiesLeft a.blogcommentactioncomment:before {
          content: '\f075'; }
        .layout_34.blog-post .blogcommentheader .propertiesLeft a.blogcommentactionshare:before {
          content: '\f064'; }
    .layout_34.blog-post .blogcommentheader .propertiesRight {
      float: none; }
      @media (min-width: 500px) {
        .layout_34.blog-post .blogcommentheader .propertiesRight {
          float: right; } }
      .layout_34.blog-post .blogcommentheader .propertiesRight > a {
        display: none; }
  .layout_34.blog-post .blogcomment {
    margin: 0 0 14px;
    padding: 19px 18px 19px 88px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    position: relative; }
    .layout_34.blog-post .blogcomment:before {
      position: absolute;
      top: 19px;
      left: 18px;
      content: '';
      background: url("/uploaded/themes/default_2015/assets/blog-comment-avatar.png") center center no-repeat;
      width: 50px;
      height: 50px; }
    .layout_34.blog-post .blogcomment.blogcommentlast {
      margin-bottom: 0; }
    .layout_34.blog-post .blogcomment .blogCommentControls {
      position: absolute;
      top: 14px;
      right: 13px;
      background-color: #ffffff;
      padding: 0 5px 5px 5px;
      border-radius: 3px;
      opacity: 0.5;
      transition: opacity 0.3s ease; }
      .layout_34.blog-post .blogcomment .blogCommentControls:hover {
        opacity: 1; }
    .layout_34.blog-post .blogcomment .blogcommentcontent {
      line-height: 21px; }
    .layout_34.blog-post .blogcomment .blogcommentinfo {
      padding-bottom: 4px; }
    .layout_34.blog-post .blogcomment .blogcommentauthor {
      color: #1b2333;
      font-weight: bold;
      font-size: 15px;
      line-height: 21px;
      display: inline-block;
      margin-right: 10px; }
    .layout_34.blog-post .blogcomment .blogcommentposted {
      color: #a6a6a6;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 12px;
      display: inline-block; }
  .layout_34.blog-post .blogpostsocial {
    zoom: 1;
    height: 45px !important;
    position: absolute;
    left: calc( ( ( 100% - 780px ) / 4 ) - 23px );
    padding-bottom: 0;
    opacity: 0; }
    .layout_34.blog-post .blogpostsocial:after {
      display: table;
      clear: both;
      content: ''; }
    .layout_34.blog-post .blogpostsocial div {
      position: relative;
      font-size: 0;
      width: 45px;
      height: 45px;
      display: block;
      float: left;
      margin-right: 8px;
      background-color: #f2f2f2;
      border-radius: 100%;
      cursor: pointer;
      transition: background 0.3s ease; }
      @media (min-width: 1000px) {
        .layout_34.blog-post .blogpostsocial div {
          float: none;
          margin-right: 0px;
          margin-bottom: 5px; } }
      .layout_34.blog-post .blogpostsocial div a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .layout_34.blog-post .blogpostsocial div:hover {
        background-color: #1b2333; }
        .layout_34.blog-post .blogpostsocial div:hover:before {
          color: #f2f2f2; }
      .layout_34.blog-post .blogpostsocial div:before {
        display: block;
        position: absolute;
        font-size: 19px;
        line-height: 20px;
        text-align: center;
        color: #1b2333;
        width: 100%;
        height: 20px;
        top: 50%;
        left: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: color 0.3s ease;
        font-family: "icomoon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: color 0.3s ease; }
    .layout_34.blog-post .blogpostsocial.blogpostsocialmobile > * {
      display: none; }
    .layout_34.blog-post .blogpostsocial.blogpostsocialmobile > .blogpostsocialshare {
      display: block; }
    .layout_34.blog-post .blogpostsocial .blogpostsocialshare {
      background: none;
      color: #1b2333;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      border-radius: 0; }
      .layout_34.blog-post .blogpostsocial .blogpostsocialshare span {
        display: block;
        padding-top: 22px; }
      .layout_34.blog-post .blogpostsocial .blogpostsocialshare:hover {
        background: none; }
        .layout_34.blog-post .blogpostsocial .blogpostsocialshare:hover:before {
          color: #1b2333; }
      .layout_34.blog-post .blogpostsocial .blogpostsocialshare:before {
        color: #d1d1d1;
        content: '\f064';
        font-size: 16px;
        top: 0;
        -ms-transform: none;
        transform: none; }
    .layout_34.blog-post .blogpostsocial .blogpostsocialfacebook:before {
      content: '\f09a'; }
    .layout_34.blog-post .blogpostsocial .blogpostsocialtwitter:before {
      content: '\f099'; }
    .layout_34.blog-post .blogpostsocial .blogpostsocialmore:before {
      content: '\e900'; }
    .layout_34.blog-post .blogpostsocial .blogpostsocialfacebook:before {
      content: '\f09a'; }
    .layout_34.blog-post .blogpostsocial .blogpostsocialemail:before {
      content: '\f0e0';
      font-size: 14px; }
  .layout_34.blog-post .blog-social-loaded .blogpostsocial {
    opacity: 1; }
    @media (min-width: 1000px) {
      .layout_34.blog-post .blog-social-loaded .blogpostsocial {
        position: absolute;
        left: calc( ( ( 100% - 780px ) / 4 ) - 23px );
        padding-bottom: 0;
        height: auto !important; } }
  @media (min-width: 1000px) {
    .layout_34.blog-post .blog-social-loaded .wrapper-sticky {
      position: absolute;
      left: calc( ( ( 100% - 780px ) / 4 ) - 23px ); }
      .layout_34.blog-post .blog-social-loaded .wrapper-sticky .blogpostsocial {
        position: static;
        left: auto; } }
  @media (max-width: 1000px) {
    .layout_34.blog-post .blog-social-loaded .wrapper-sticky {
      position: static !important; }
      .layout_34.blog-post .blog-social-loaded .wrapper-sticky .blogpostsocial {
        position: static !important;
        left: auto; } }
  .layout_34.blog-post .wrapper-sticky {
    position: absolute;
    left: calc( ( ( 100% - 780px ) / 4 ) - 23px );
    margin-bottom: 20px !important; }
    .layout_34.blog-post .wrapper-sticky .blogpostsocial {
      position: static;
      left: auto; }
  .layout_34.blog-post .blogpostactionlinks {
    display: none; }
  .layout_34 #contentdiv > .text_misc {
    zoom: 1; }
    .layout_34 #contentdiv > .text_misc:after {
      display: table;
      clear: both;
      content: ''; }
    .layout_34 #contentdiv > .text_misc .blognavarchives {
      display: none; }
  .layout_34 #contentdiv > .text > .tbcon {
    display: none; }
  .layout_34 #shareLink {
    display: none; }
  .layout_34 .blog-recent-items {
    display: none; }
  .layout_34 .blogtopicsretrieve {
    line-height: 44px;
    height: 44px;
    font-size: 12px;
    color: #1b2333;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 4px;
    font-weight: bold;
    transition: background 0.3s ease, color 0.3s ease;
    cursor: pointer; }
    .layout_34 .blogtopicsretrieve:hover {
      color: #ffffff;
      background-color: #1b2333; }
  .layout_34 .blogpostauthor {
    color: #1b2333;
    font-weight: 600;
    margin-top: 5px; }
  .layout_34 .newsArchiveFilter {
    display: none; }
  .layout_34 .blogtopic {
    background-color: #ffffff;
    border: 0;
    padding: 20px;
    margin-bottom: 20px; }
    .layout_34 .blogtopic > div[style="float:right"] > a[href*="do=edittopic"] {
      background-color: rgba(255, 255, 255, 0.5);
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      margin: 10px;
      border-radius: 100%;
      cursor: pointer; }
      .layout_34 .blogtopic > div[style="float:right"] > a[href*="do=edittopic"]:hover {
        transition: opacity 0.3s ease;
        background-color: white; }
      .layout_34 .blogtopic > div[style="float:right"] > a[href*="do=edittopic"] > img[alt="Edit"] {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .layout_34 .blogtopic .blogTopicTitle {
      font-size: 18px;
      line-height: 22px;
      color: #1b2333;
      margin-top: 13px;
      margin-bottom: 13px;
      font-family: "trajan-pro-3", Georgia, serif;
      font-weight: 400; }
      .layout_34 .blogtopic .blogTopicTitle a {
        color: inherit;
        text-decoration: none; }
      .layout_34 .blogtopic .blogTopicTitle img {
        display: none; }
    .layout_34 .blogtopic .blogpostinfo {
      display: none; }
    .layout_34 .blogtopic .blogpostdate {
      color: #a6a6a6;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 12px; }
    .layout_34 .blogtopic .blogpostcontent .blogpostdate {
      padding-top: 17px; }
    .layout_34 .blogtopic .blogpostsummary {
      font-size: 15px;
      line-height: 21px;
      color: #404d59; }
      .layout_34 .blogtopic .blogpostsummary img {
        display: none !important; }
      .layout_34 .blogtopic .blogpostsummary iframe {
        display: none !important; }
      .layout_34 .blogtopic .blogpostsummary * {
        font-size: 15px !important;
        line-height: 21px !important;
        font-family: "proxima-nova-alt", sans-serif;
        color: #404d59 !important;
        margin-top: 0 !important; }
    .layout_34 .blogtopic .fsBlog_readmore {
      display: none; }
    .layout_34 .blogtopic .newsThumbnailCell {
      display: none; }
    .layout_34 .blogtopic .blogpostthumb .blogpostthumbimg {
      background-color: #ebedf0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: block;
      width: 100%; }
      .layout_34 .blogtopic .blogpostthumb .blogpostthumbimg:before {
        display: block;
        content: '';
        padding-bottom: 66.6666%;
        height: 0;
        width: 100%; }
  .layout_34 .blogtopicsrecent {
    width: 100%;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 900px) {
      .layout_34 .blogtopicsrecent {
        max-width: 700px; } }
    .layout_34 .blogtopicsrecent .blogtopic {
      margin-bottom: 20px;
      width: 100%;
      display: inline-block;
      clear: none;
      vertical-align: top;
      text-align: left;
      padding-top: 20px !important; }
      @media (min-width: 500px) {
        .layout_34 .blogtopicsrecent .blogtopic {
          margin-left: 10px;
          margin-right: 10px; } }
      @media (min-width: 900px) {
        .layout_34 .blogtopicsrecent .blogtopic {
          width: calc( ( 100% - 60px ) / 4 ); } }
      @media (min-width: 900px) {
        .layout_34 .blogtopicsrecent .blogtopic:first-of-type {
          margin-left: 0; } }
      @media (min-width: 900px) {
        .layout_34 .blogtopicsrecent .blogtopic:last-of-type {
          margin-right: 0; } }
      .layout_34 .blogtopicsrecent .blogtopic .blogpostcontent {
        padding: 9px 6px 0; }
    .layout_34 .blogtopicsrecent .blogtopicsrecenttitle {
      font-size: 32px;
      line-height: 40px;
      margin: 74px 0 21px; }
    .layout_34 .blogtopicsrecent .blogpostsummary {
      display: none; }

/*Landing Page*/
#tinymce ul li img {
  max-width: 150px; }

html.layout_26 #midcontainer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }
html.layout_26 #mainmiddle #contentdiv {
  width: 76%;
  padding-right: 0; }
  @media (max-width: 640px) {
    html.layout_26 #mainmiddle #contentdiv {
      width: 100%; } }
@media (max-width: 1180px) {
  html.layout_26 #mainmiddle {
    padding-left: 20px;
    padding-right: 20px; } }
html.layout_26 #leftbanner {
  width: 24%; }
  @media (max-width: 640px) {
    html.layout_26 #leftbanner {
      width: 100%; } }
html.layout_26 #rightbanner {
  width: 100%;
  float: none; }
  html.layout_26 #rightbanner > div .bannermodcontent {
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem; }
    @media (max-width: 1180px) {
      html.layout_26 #rightbanner > div .bannermodcontent {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (max-width: 990px) {
    html.layout_26 #rightbanner > div {
      width: 100%;
      margin: 0;
      display: block; } }
  html.layout_26 #rightbanner .fs_style_20, html.layout_26 #rightbanner .fs_style_21, html.layout_26 #rightbanner .fs_style_22 {
    max-width: 160px;
    font-size: 12px; }

/*! Pages - Main v0.0.3 */
/*! js: Remember to add the element with a class of home-page into your setup */
html.layout_28 #midcontainer {
  padding: 0; }
  @media (max-width: 640px) {
    html.layout_28 #midcontainer {
      padding-top: 30px; } }
html.layout_28 #mainmiddle {
  max-width: inherit; }
html.layout_28 #contentdiv {
  width: 100%;
  padding: 45px 0 70px 0;
  float: none; }
  html.layout_28 #contentdiv #text1, html.layout_28 #contentdiv .text, html.layout_28 #contentdiv #text2 {
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem; }
  @media (max-width: 640px) {
    html.layout_28 #contentdiv {
      padding-top: 0; } }
html.layout_28 #rightbanner {
  width: 100%;
  float: none; }
  html.layout_28 #rightbanner .bannermodtitle {
    border: 0 none;
    margin: 0; }
  html.layout_28 #rightbanner > div .bannermodcontent {
    margin: 0 auto;
    max-width: 78.6666666667em;
    max-width: 73.75rem; }
    @media (max-width: 1180px) {
      html.layout_28 #rightbanner > div .bannermodcontent {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (max-width: 990px) {
    html.layout_28 #rightbanner > div {
      width: 100%;
      margin: 0;
      display: block; } }
  html.layout_28 #rightbanner .fs_style_20, html.layout_28 #rightbanner .fs_style_21, html.layout_28 #rightbanner .fs_style_22 {
    max-width: 160px;
    font-size: 12px; }
@media (max-width: 1180px) {
  html.layout_28.pagetype_news #contentdiv > #text1 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
html.layout_28.pagetype_news #contentdiv > .text > #newscon {
  padding: 0; }
  @media (max-width: 1250px) {
    html.layout_28.pagetype_news #contentdiv > .text > #newscon {
      padding-left: 53px;
      padding-right: 53px; }
      html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-prev {
        left: 12px; }
      html.layout_28.pagetype_news #contentdiv > .text > #newscon .slick-next {
        right: 12px; } }
  @media (max-width: 640px) {
    html.layout_28.pagetype_news #contentdiv > .text > #newscon {
      max-width: 300px !important;
      padding: 0 !important;
      margin: 0 auto; } }
html.layout_28.pagetype_news #contentdiv > #text2 {
  padding: 35px 0 0 0; }
  html.layout_28.pagetype_news #contentdiv > #text2 p {
    margin: 0; }
html.layout_28.pagetype_news #contentdiv .fs_style_21 {
  max-width: 150px;
  font-size: 12px;
  margin: 0; }
html.layout_28 .module-callouts {
  padding-bottom: 25px; }
html.layout_28 .module-social-grid {
  padding-top: 0; }
html.layout_28 .module-slider {
  position: relative;
  overflow: hidden; }
  html.layout_28 .module-slider .newsposttitle > a:first-child {
    cursor: default; }
    html.layout_28 .module-slider .newsposttitle > a:first-child:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(34, 36, 40, 0.6); }
    @media (max-width: 640px) {
      html.layout_28 .module-slider .newsposttitle > a:first-child {
        position: relative;
        display: block; } }
  html.layout_28 .module-slider .newsposttitle > a img {
    opacity: 1;
    float: none !important; }
  html.layout_28 .module-slider .newsposttitle .news-callout {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 395px;
    width: 100%;
    text-align: center; }
  html.layout_28 .module-slider .newsposttitle .newspubdate {
    font-style: normal;
    font-weight: 300;
    color: #FFF;
    margin: 0 auto 32px auto; }
    @media (max-width: 767px) {
      html.layout_28 .module-slider .newsposttitle .newspubdate {
        font-size: 22px;
        line-height: 1.2;
        margin: 0 auto 12px auto; } }
  html.layout_28 .module-slider .newsposttitle .fs_style_22 {
    display: block;
    margin: 0 auto;
    max-width: 150px !important; }
  @media (max-width: 640px) {
    html.layout_28 .module-slider .newsposttitle {
      position: relative; } }
  @media (max-width: 990px) {
    html.layout_28 .module-slider .newspostnotes {
      padding-top: 30px; } }
  html.layout_28 .module-slider .newspostnotes a {
    display: block; }
    @media (max-width: 715px) {
      html.layout_28 .module-slider .newspostnotes a {
        font-size: 28px; } }
  html.layout_28 .module-slider .newspostnotes:before {
    content: "Headlines";
    margin-bottom: 20px;
    display: block;
    font: 700 12px "proxima-nova", sans-serif;
    color: #f3605f;
    text-transform: uppercase; }

@keyframes burnsin {
  0% {
    transform: scale(1, 1) translateY(0) translateX(0); }
  100% {
    transform: scale(1.5, 1.5) translateY(10%) translateX(10%); } }
.blog {
  background-color: #FFF; }

/*! Components - Landing v0.0.3 */
.hero .contentElementDiv {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vw;
  max-height: 33.3333333333em;
  min-height: 20em; }
  .hero .contentElementDiv img {
    display: none; }
.hero .contentElementTitle {
  display: none; }

.collage-container {
  zoom: 1;
  border-bottom: 0.5em solid #013474; }
  .collage-container:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 600px) {
    .collage-container .contentElementDiv {
      float: left;
      width: 50%; } }
  @media (min-width: 830px) {
    .collage-container .contentElementDiv {
      width: 33.3333333333%; } }
  .collage-container .contentElementDiv:first-child {
    display: none;
    border-right: 0.5em solid #013474; }
    @media (min-width: 600px) {
      .collage-container .contentElementDiv:first-child {
        display: block; } }
  .collage-container .contentElementDiv:last-child {
    display: none;
    border-left: 0.5em solid #013474; }
    @media (min-width: 830px) {
      .collage-container .contentElementDiv:last-child {
        display: block; } }

/*! Components - Slideshow v0.0.4 */
.slideshow {
  max-width: 70%;
  margin: 0 auto;
  padding-left: 0;
  list-style: none; }

.slideshow .contentElementDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  height: 100vh; }
  .slideshow .contentElementDiv.active {
    position: relative;
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }

.controls span {
  width: 15%;
  font-size: 3.5em; }

.pagination {
  text-align: center; }
  .pagination span {
    height: 1em;
    width: 1em;
    margin: 1.5% 1%;
    background: rgba(255, 255, 255, 0.5); }
    .pagination span:hover {
      background: rgba(255, 255, 255, 0.75); }
    .pagination span.active {
      background: rgba(0, 0, 0, 0.5); }

/*! Components - Social v0.0.2 */
.face-post {
  margin-bottom: 1.3333333333em !important !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  clear: both;
  overflow: hidden; }
  .face-post:last-child {
    border: 0; }
  .face-post .face-image {
    margin-bottom: 0.6666666667em; }
    @media (min-width: 400px) {
      .face-post .face-image {
        float: left;
        max-width: 8.6666666667em;
        width: 100%;
        margin-right: 1.3333333333em;
        margin-bottom: 0; } }
  .face-post .face-date {
    margin-bottom: 1.2em;
    font-size: 80%;
    color: rgba(0, 0, 0, 0.65); }
  .face-post .face-content {
    width: auto;
    overflow: hidden; }
  .face-post br + br {
    display: none; }

.instapic {
  width: 100%;
  margin-bottom: 1.3333333333em; }
  @media (min-width: 830px) {
    .instapic {
      width: 49.67%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 990px) {
    .instapic {
      width: 33.0033333333%; } }
  @media (min-width: 1180px) {
    .instapic {
      width: 24.67%; } }
  @media (min-width: 830px) {
    .instapic {
      padding-right: 0.6666666667em;
      padding-left: 0.6666666667em; } }

.pinterest-post {
  margin-bottom: 1.3333333333em !important !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  .pinterest-post:last-child {
    border: 0; }
  .pinterest-post p:last-child {
    margin-bottom: 0; }

#twitter-widget-0 {
  display: none; }

.tweets {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .tweets ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .tweets a {
    display: block; }
  .tweets a {
    display: inline; }

.tweet {
  margin-bottom: 1.3333333333em !important !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  .tweet:last-child {
    border: 0; }
  .tweet .header time:before {
    content: 'Updated '; }
  .tweet .header time:after {
    content: ' ago by '; }
  .tweet .header .p-author {
    display: inline-block; }
  .tweet .header .avatar {
    display: none; }
  .tweet .e-entry-content p {
    margin-bottom: 0; }
  .tweet .footer {
    display: none; }

/*! Components - Slick v0.0.2 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  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 {
  transform: translate3d(0, 0, 0); }

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

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

/*hide in "desktop" view*/
.stbBtn {
  display: none; }

.stbContent {
  display: block; }

/* mobile only */
@media only screen and (max-width: 640px) {
  .stbContent {
    display: none;
    background-color: #FFF;
    padding: 15px 20px; }
    .stbContent .navmod {
      display: block !important; }

  .stbBtn {
    display: inline-block !important;
    cursor: pointer !important;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFF;
    background-color: #013474;
    width: 100%;
    padding: 16px 20px 15px 20px;
    transition: background 100ms, color 100ms; }

  .stbBtn span {
    display: block;
    width: 100%;
    position: relative; }
    .stbBtn span:after {
      content: "";
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 0;
      top: 0; }

  .stbBtn.active span:after {
    content: "";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }
