@charset "UTF-8";
a,
.ui-widget-content a, .buttons,
.large-button,
.nav-portal__anchor,
.full-button,
.fs_style_30,
.fs_style_31,
.fs_style_32 {
  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; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: rgba(0, 164, 228, 0.6);
  text-shadow: none; }

::selection {
  background: rgba(0, 164, 228, 0.6);
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after,
.eventcol:before,
.eventcol:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after,
.eventcol:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix,
.eventcol {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-webkit-min-device-pixel-ratio: 120), (min-resolution: 120dppx) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*! Helpers - Info-Panel v0.0.2 */
.info-panel {
  display: none;
  z-index: 2;
  width: 100%;
  -webkit-perspective: 100em;
  perspective: 100em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: .3s; }
  .info-panel:after {
    clear: both;
    content: '';
    display: table; }
  @media screen and (min-width: 37.5625em) {
    .info-panel {
      display: block; } }
  .info-panel-active .info-panel {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .info-panel .color {
    float: left;
    width: 11.11111%;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transition: 1s; }
    .info-panel .color--d1 {
      background: #606569;
      color: rgba(255, 255, 255, 0.8); }
    .info-panel .color--m1 {
      background: #0d2c6c;
      color: rgba(255, 255, 255, 0.8); }
    .info-panel .color--m2 {
      background: #ec7b23;
      color: rgba(0, 0, 0, 0.8); }
    .info-panel .color--m3 {
      background: #00a4e4;
      color: rgba(255, 255, 255, 0.8); }
    .info-panel .color--m4 {
      background: #ffd100;
      color: rgba(0, 0, 0, 0.8); }
    .info-panel .color--a1 {
      background: #d9d9d9;
      color: rgba(0, 0, 0, 0.8); }
    .info-panel .color--a2 {
      background: #c1c3c5;
      color: rgba(0, 0, 0, 0.8); }
    .info-panel .color--a3 {
      background: #999fa5;
      color: rgba(0, 0, 0, 0.8); }
    .info-panel .color--a4 {
      background: #7a7f84;
      color: rgba(255, 255, 255, 0.8); }

/*! Helpers - Utilities v0.0.1 */
.u-nbfc {
  overflow: hidden !important; }

.u-nbfcAlt {
  display: table-cell !important;
  width: 10000px !important; }

.u-pullLeft {
  float: left !important; }

.u-pullRight {
  float: right !important; }

.production-note {
  color: #f00; }

.col-one-half, .col-one-third, .col-two-thirds, .col-one-fourth, .col-three-fourths {
  float: left;
  padding: 0 1%; }

.col-one-half {
  width: 50%; }

.col-one-third {
  width: 33.33333%; }

.col-two-thirds {
  width: 66.66667%; }

.col-one-fourth {
  width: 25%; }

.col-three-fourths {
  width: 75%; }

.boxmodel-reset {
  margin: 0;
  padding: 0; }

.overflow-container {
  overflow-y: scroll; }

.aspect-ratio {
  height: 0;
  padding-top: 56.25%;
  position: relative; }

.aspect-ratio--object {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100; }

/*! Content - Typography v0.0.3 */
@font-face {
  font-family: "FontAwesome";
  src: url("/uploaded/themes/default_2016/fonts/fontawesome/fontawesome-webfont.eot");
  src: url("/uploaded/themes/default_2016/fonts/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_2016/fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("/uploaded/themes/default_2016/fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("/uploaded/themes/default_2016/fonts/fontawesome/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Corbert";
  src: url("/uploaded/themes/default_2016/fonts/corbert/regular.eot");
  src: url("/uploaded/themes/default_2016/fonts/corbert/regular.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_2016/fonts/corbert/regular.woff") format("woff"), url("/uploaded/themes/default_2016/fonts/corbert/regular.ttf") format("truetype"), url("/uploaded/themes/default_2016/fonts/corbert/regular.svg#Corbert") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Corbert";
  src: url("/uploaded/themes/default_2016/fonts/corbert/italic.eot");
  src: url("/uploaded/themes/default_2016/fonts/corbert/italic.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_2016/fonts/corbert/italic.woff") format("woff"), url("/uploaded/themes/default_2016/fonts/corbert/italic.ttf") format("truetype"), url("/uploaded/themes/default_2016/fonts/corbert/italic.svg#Corbert") format("svg");
  font-weight: normal;
  font-style: italic; }
/*! Structure - Root v0.0.3 */
* {
  box-sizing: border-box;
  position: relative; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none;
  position: relative; }

html {
  height: 100%;
  min-height: 100%;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  text-align: center;
  background: #5a5e62;
  color: #606569; }
  html.no-mqs {
    min-width: 71.25em; }
  @media screen and (min-width: 37.5625em) {
    html {
      min-height: inherit; } }

body {
  min-height: 100%; }
  @media screen and (min-width: 37.5625em) {
    body {
      min-height: inherit;
      height: 100%; } }

#bodydiv {
  height: 100%; }
  @media screen and (min-width: 61.25em) {
    #bodydiv {
      display: table;
      width: 100%; } }

.header-ribbon-compartment, .headline-ribbon-compartment, #mainmiddle, .footer-container, .footer-ribbon-compartment, #pagePopModal, .nav-sub-container .bannermodcontent,
.nav-sub-container .portal-nav-inner,
.portal-nav-wrap .bannermodcontent,
.portal-nav-wrap .portal-nav-inner {
  margin: 0 auto;
  max-width: 71.25em; }

/*! Structure - Header v0.0.2 */
#topcontainer {
  background: #fff; }
  @media screen and (min-width: 61.25em) {
    #topcontainer {
      display: table-row;
      height: 1px; } }

.header-ribbon {
  background-color: #0d2c6c;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding: 0.5em 1.25em; }

.header-ribbon-compartment {
  padding-right: 2.125em;
  text-align: left; }
  @media screen and (min-width: 37.5625em) {
    .header-ribbon-compartment {
      padding-right: 0; }
      .header-ribbon-compartment:before, .header-ribbon-compartment:after {
        content: ' ';
        display: table; }
      .header-ribbon-compartment:after {
        clear: both; } }

.request-container {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.2;
  text-align: center;
  text-shadow: none; }
  @media screen and (min-width: 37.5em) {
    .request-container {
      display: block; } }
  @media screen and (min-width: 72.5em) {
    .request-container {
      top: -90px; } }
  @media screen and (min-width: 87.5em) {
    .request-container {
      right: -100px; } }
  .request-container a {
    display: block;
    color: #0d2c6c;
    background-color: #ffd100;
    width: 5.83333em;
    height: 5.83333em;
    border-radius: 10em;
    padding-top: 2em; }
    .request-container a:hover {
      background-color: #0d2c6c;
      color: #fff; }

#topbanner {
  margin: 0 auto;
  max-width: 73.75em;
  padding: 0 1.25em;
  text-align: left; }
  @media screen and (min-width: 37.5625em) {
    #topbanner {
      padding-top: 2.0625em; } }
  @media screen and (min-width: 50.0625em) {
    #topbanner:before, #topbanner:after {
      content: ' ';
      display: table; }
    #topbanner:after {
      clear: both; } }

.site-info-container {
  padding: 1.5625em 1.25em 1.375em;
  text-align: center;
  width: 100%;
  transition: width 0.3s; }
  @media screen and (min-width: 37.5625em) {
    .site-info-container {
      padding: 0;
      text-align: left;
      float: left;
      width: 188px; } }

.site-info {
  display: block; }
  .no-svg .site-info {
    background: url("/uploaded/themes/default_2016/images/common/logo-mobile.png") no-repeat 50% 50%;
    min-height: 64px; }
  @media screen and (min-width: 37.5625em) {
    .site-info {
      margin-bottom: 0.9375em; }
      .no-svg .site-info {
        background-image: url("/uploaded/themes/default_2016/images/common/logo-desktop.png");
        min-height: 43px; } }

.site-name {
  display: block; }
  .site-name img {
    width: 100%;
    max-width: 20em;
    height: auto;
    transition: width 0.3s; }
    .no-svg .site-name img {
      display: none; }

.site-tagline {
  font-family: "Lato", sans-serif;
  text-transform: uppercase; }
  @media screen and (min-width: 37.5625em) {
    .site-tagline {
      float: left; } }
  @media screen and (min-width: 50.0625em) {
    .site-tagline {
      margin-right: 1.875em;
      display: block;
      min-width: 11.4375em; } }

.headline-ribbon {
  text-align: center;
  color: #fff;
  background-color: #0d2c6c;
  padding: 0 1.25em; }

.headline-ribbon-compartment {
  padding: 2.5em 0; }
  @media screen and (min-width: 37.5625em) {
    .headline-ribbon-compartment {
      padding: 1em 0 1.25em; } }
  @media screen and (min-width: 37.5625em) {
    .headline-ribbon-compartment:before {
      content: '';
      display: block;
      width: 364px;
      height: 364px;
      position: absolute;
      top: 8px;
      left: -164px;
      z-index: 10;
      background: url("/uploaded/themes/default_2016/images/common/seal-trans-back.svg") no-repeat 0 0;
      opacity: .05; } }
  @media screen and (min-width: 37.5625em) {
    .no-svg .headline-ribbon-compartment:before {
      background-image: url("/uploaded/themes/default_2016/images/common/seal-trans-back.png"); } }
  .headline-ribbon-compartment h1 {
    margin: 0;
    color: inherit;
    z-index: 20; }
    @media screen and (min-width: 37.5625em) {
      .headline-ribbon-compartment h1 {
        text-align: left;
        font-size: 3.4375em;
        margin-right: 100px; } }

/*! Structure - Main v0.0.3 */
#midcontainer {
  word-break: break-word;
  word-wrap: break-word;
  background: #fff;
  padding: 0;
  border-top: 1px solid transparent;
  text-align: left;
  padding: 0 1.25em; }
  @media screen and (min-width: 61.25em) {
    #midcontainer {
      display: table-row;
      height: 100%; } }

#mainmiddle {
  z-index: 20;
  position: static;
  min-height: inherit; }
  @media screen and (min-width: 61.25em) {
    #mainmiddle {
      padding: 0 1.25em;
      max-width: 73.75em; } }

#leftbanner,
#contentdiv,
#rightbanner {
  padding-top: 3em;
  margin-bottom: 1.8em;
  width: 100%; }
  @media screen and (min-width: 61.25em) {
    .hasLeftbanner #leftbanner, .hasRightbanner #leftbanner, .hasLeftbanner
    #contentdiv, .hasRightbanner
    #contentdiv, .hasLeftbanner
    #rightbanner, .hasRightbanner
    #rightbanner {
      float: left; } }

@media screen and (min-width: 61.25em) {
  #leftbanner {
    padding-right: 1.25em; } }
@media screen and (min-width: 61.25em) {
  #leftbanner {
    width: 24.5614%; } }

#contentdiv {
  min-height: 0;
  position: static; }
  @media screen and (min-width: 61.25em) {
    #contentdiv {
      min-height: 18.75em; } }
  @media screen and (min-width: 61.25em) {
    .hasLeftbanner #contentdiv {
      width: 75.4386%; } }
  @media screen and (min-width: 61.25em) {
    .hasRightbanner #contentdiv {
      padding-right: 2.5em; } }
  @media screen and (min-width: 61.25em) {
    .hasRightbanner #contentdiv {
      width: 77.19298%; } }
  @media screen and (min-width: 61.25em) {
    .hasRightbanner.hasLeftbanner #contentdiv {
      width: 52.63158%; } }

@media screen and (min-width: 61.25em) {
  .hasRightbanner #rightbanner {
    width: 22.80702%; } }

/*! Structure - Footer v0.0.3 */
#bottomcontainer {
  text-align: left;
  background: #0d2c6c;
  color: #fff; }
  @media screen and (min-width: 37.5625em) {
    #bottomcontainer {
      border-top: 2px solid #d9d9d9; } }
  @media screen and (min-width: 61.25em) {
    #bottomcontainer {
      display: table-row;
      height: 1px; } }

#bottombanner {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6); }
  @media screen and (min-width: 37.5625em) {
    #bottombanner:before, #bottombanner:after {
      content: ' ';
      display: table; }
    #bottombanner:after {
      clear: both; } }

.footer-container {
  padding: 1.5625em 1.25em; }

.footer-ribbon {
  text-align: center;
  background-color: #0d2c6c; }

.footer-ribbon-compartment {
  padding: 1.0625em 1.25em 1.25em; }
  @media screen and (min-width: 34.4375em) {
    .footer-ribbon-compartment {
      overflow: hidden; } }
  @media screen and (min-width: 37.5625em) {
    .footer-ribbon-compartment {
      padding-bottom: 6px; } }

.location-container {
  color: #c1c3c5;
  font-size: 0.9375em;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 0.625em; }
  @media screen and (min-width: 34.4375em) {
    .location-container {
      float: left;
      text-align: left; } }
  @media screen and (min-width: 50.0625em) {
    .location-container {
      width: 33.33333%; } }

.address [itemprop='name'] {
  color: #fff;
  font-size: 1.86667em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.14286em; }
  @media screen and (min-width: 50.0625em) {
    .address [itemprop='name'] {
      display: none; } }
.address [itemprop='address'] {
  margin-bottom: 0.13333em; }
@media screen and (min-width: 50.0625em) and (max-width: 53.75em) {
  .address [itemprop='streetAddress'] {
    display: block; } }
.address [itemprop='streetAddress']:after {
  content: ','; }
.address [itemprop='addressLocality']:after {
  content: ','; }
.address [itemprop='telephone'] {
  display: block;
  color: #ffd100;
  font-size: 1.33333em;
  font-weight: normal; }
.address a {
  color: inherit; }
  .address a:hover {
    color: #fff; }

.school-name {
  display: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.75em;
  text-transform: uppercase; }
  @media screen and (min-width: 50.0625em) {
    .school-name {
      display: block;
      float: left;
      text-align: center;
      width: 33.33333%;
      margin-top: 0.21429em;
      z-index: 30; } }

.announcement-container {
  display: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-size: 0.8125em;
  line-height: 1.38462; }
  @media screen and (min-width: 50.0625em) {
    .announcement-container {
      display: block;
      width: 30.20833%;
      float: right;
      padding: 0.76923em 0 0 2em; } }
  .announcement-container .announcement-title {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.69231em;
    padding: 0.15385em 0 0.23077em; }
    .announcement-container .announcement-title p {
      margin: 0; }
  .announcement-container .news-pagination {
    position: absolute;
    top: 0;
    left: -2.07692em;
    margin: 0;
    padding: 0;
    list-style: none; }
    .announcement-container .news-pagination li {
      margin: 0;
      padding: 0.15385em;
      cursor: pointer; }
      .announcement-container .news-pagination li.selected span {
        background-color: #fff; }
    .announcement-container .news-pagination span {
      display: block;
      background-clip: padding-box;
      background-color: #a5abbb;
      border-radius: 10em;
      width: 0.76923em;
      height: 0.76923em;
      overflow: hidden; }
  .announcement-container .newspostitem {
    padding: 0;
    margin: 0;
    border: 0; }
    .announcement-container .newspostitem .newsposttitle {
      font-size: 1.38462em;
      line-height: 1.22222;
      margin-bottom: 0.11111em; }
      .announcement-container .newspostitem .newsposttitle a {
        color: #ffd100; }
        .announcement-container .newspostitem .newsposttitle a:hover {
          color: #fff; }

#poweredby {
  clear: both; }
  #poweredby div {
    text-align: center; }
  #poweredby a,
  #poweredby a:link,
  #poweredby a:visited {
    opacity: .5;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s; }
    .svg #poweredby a, .svg
    #poweredby a:link, .svg
    #poweredby a:visited {
      background-image: url("/uploaded/themes/default_2016/images/common/finalsite.svg"); }
    .no-svg #poweredby a, .no-svg
    #poweredby a:link, .no-svg
    #poweredby a:visited {
      background-image: url("/uploaded/themes/default_2016/images/common/finalsite.png") no-repeat 0 0; }
    @media screen and (min-width: 37.5625em) {
      #poweredby a,
      #poweredby a:link,
      #poweredby a:visited {
        margin: 0; } }
  #poweredby a:hover {
    opacity: .7; }

/*! Content - HTML v0.0.4 */
h1,
.alpha,
h2,
.beta,
.newspost .newsposttitle,
h3,
.gamma,
h4,
.delta,
h5,
.epsilon,
h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  line-height: 1.2; }

h1,
.alpha {
  margin-bottom: 0.375em;
  font-size: 2.5em;
  font-family: sans; }

h2,
.beta,
.newspost .newsposttitle {
  margin-bottom: 0.5em;
  font-size: 1.625em;
  line-height: 1.15385;
  color: #262626; }

h3,
.gamma {
  margin-bottom: 0.1em;
  font-size: 1.25em;
  line-height: 1;
  color: #262626;
  text-transform: uppercase; }

h4,
.delta {
  margin-bottom: 0.11111em;
  font-size: 1.125em;
  line-height: 1.22222;
  color: #0d2c6c; }

h5,
.epsilon {
  margin-bottom: 0.125em;
  font-size: 1em;
  line-height: 1.25;
  text-transform: uppercase; }

h6,
.zeta {
  margin-bottom: 0.125em;
  font-size: 1em;
  line-height: 1.25; }

p {
  margin: 0 0 1.5em; }

a,
.ui-widget-content a {
  color: #00a4e4;
  text-decoration: none; }
  a:hover,
  .ui-widget-content a:hover {
    color: #0d2c6c; }
  a:active, a:focus,
  .ui-widget-content a:active,
  .ui-widget-content a:focus {
    color: #000; }
  nav a, nav
  .ui-widget-content a {
    display: block; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.4em; }

table.styled,
.fs_style_28 {
  margin-top: 0;
  margin-bottom: 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #c1c3c5; }
  table.styled th,
  table.styled td,
  .fs_style_28 th,
  .fs_style_28 td {
    padding: 0.875em 1.5em;
    vertical-align: top; }
  table.styled th,
  .fs_style_28 th {
    font-weight: normal;
    background-color: #00a4e4;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.26);
    font-weight: bold;
    padding-bottom: 1.125em;
    box-shadow: inset 0 -0.3125em 0 0 #00a4e4, inset 0 -0.375em 0 0 #fff; }
  table.styled .alt td,
  .fs_style_28 .alt td {
    background-color: #ececec; }

img,
canvas,
video,
svg {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

.pdf:before,
.email:before {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  speak: none;
  font-size: 0.875em;
  line-height: 1;
  vertical-align: baseline; }

.pdf:before {
  font-family: "FontAwesome";
  content: "";
  -webkit-font-smoothing: antialiased;
  width: 1.07143em; }

.email:before {
  font-family: "FontAwesome";
  content: "";
  -webkit-font-smoothing: antialiased;
  width: 1.42857em; }

/*! Content - Button v0.0.3 */
.buttons,
.large-button,
.nav-portal__anchor,
.full-button,
.fs_style_30,
.fs_style_31,
.fs_style_32 {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.44444em;
  padding: 0.77778em 0.88889em;
  text-align: center;
  background: #0d2c6c;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: normal; }
  .buttons:hover,
  .large-button:hover,
  .nav-portal__anchor:hover,
  .full-button:hover,
  .fs_style_30:hover,
  .fs_style_31:hover,
  .fs_style_32:hover {
    color: #fff; }

input.buttons {
  border: 0; }

.large-button,
.nav-portal__anchor {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  border: 1px solid;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border-radius: 1px; }

.full-button,
.fs_style_30,
.fs_style_31,
.fs_style_32 {
  display: block;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  border-radius: 1px;
  border: 1px solid;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(128, 255, 0, 0) 100%); }
  .full-button:hover,
  .fs_style_30:hover,
  .fs_style_31:hover,
  .fs_style_32:hover {
    color: #000; }

.fs_style_30 {
  color: #5d310e;
  background-color: #ec7b23;
  border-color: #d26d20; }

.fs_style_31 {
  color: #505820;
  background-color: #ffd100;
  border-color: #e6bc00; }

.fs_style_32 {
  color: #014158;
  background-color: #00a4e4;
  border-color: #0087bd; }

/*! Content - Forms v0.0.3 */
textarea,
input,
select {
  max-width: 100%;
  padding: 0.3125em 0.625em;
  font-family: "Lato", sans-serif;
  background: #fff;
  border: 1px solid #ccc;
  color: #606569;
  transition: background 0.3s, border 0.3s, box-shadow 0.3s, color 0.3s; }
  textarea:hover,
  input:hover,
  select:hover {
    background-clip: padding-box;
    border-color: #b2b2b2;
    box-shadow: 0 0 .25em #d2d2d2; }
  textarea:focus,
  input:focus,
  select:focus {
    border-color: #b2b2b2; }

input[type='hidden'] {
  display: none; }

[disabled] {
  cursor: not-allowed; }

[rel="help"] {
  cursor: help; }

::-webkit-input-placeholder {
  color: #606569; }

:-moz-placeholder {
  color: #606569; }

::-moz-placeholder {
  color: #606569; }

:-ms-input-placeholder {
  color: #606569; }

/*! Content - Style Manger v0.0.3 */
blockquote,
.fs_style_24,
.fs_style_25 {
  font-size: 1.25em;
  line-height: 1.3;
  display: block;
  color: #5f6569;
  font-family: "Crimson Text", serif;
  text-align: center; }

blockquote,
.fs_style_24 {
  position: relative; }
  #leftbanner blockquote, #rightbanner blockquote, #leftbanner
  .fs_style_24, #rightbanner
  .fs_style_24 {
    color: #0d2c6c;
    font-style: italic;
    padding: 1.5em 1em 1em;
    box-shadow: inset 0 5px 0 0 #ffd100, inset 0 6px 0 0 #fff, inset 0 7px 0 0 #ffd100; }
  blockquote:before, blockquote:after,
  .fs_style_24:before,
  .fs_style_24:after {
    position: absolute;
    display: block;
    width: 36px;
    height: 25px;
    overflow: hidden; }
  blockquote:before,
  .fs_style_24:before {
    content: '';
    top: 14px;
    left: 0;
    background: transparent url("../images/quotes-open.svg") no-repeat; }
  blockquote:after,
  .fs_style_24:after {
    content: '';
    right: 0;
    bottom: 14px;
    background: transparent url("../images/quotes-close.svg") no-repeat; }

cite,
.fs_style_26 {
  font-size: 0.875em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #00a4e4;
  display: block; }
  #leftbanner cite, #rightbanner cite, #leftbanner
  .fs_style_26, #rightbanner
  .fs_style_26 {
    padding: 0.14286em 1.42857em 1.42857em;
    margin-top: -1.71429em;
    box-shadow: 0 1px 0 0 #ffd100, 0 2px 0 0 #fff, 0 7px 0 0 #ffd100; }

.lead-in,
.fs_style_23 {
  font-size: 1.5em;
  line-height: 1.25;
  color: #0d2c6c; }


.fs_style_29,
.newsposttitle img {
  border: 1px solid #d9d9d9;
  padding: 1px; }

/*! Content - Product v0.0.2 */
.mceContentBody,
.editorInstance {
  line-height: 1.5;
  text-align: left;
  background: #fff;
  padding: 8px; }

.text_misc,
.text_misc td {
  line-height: 1.5; }

.editE img {
  height: 9px !important;
  width: 9px !important;
  border-style: none !important; }

#nav_menus,
#ql_menu {
  display: none; }

.redactor_editor {
  text-align: left; }

/*! Modules - Common v0.1.0 */
.banner-module {
  margin-bottom: 0.9375em !important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 0.3125em 0 0 #0d2c6c, inset 0 0.375em 0 0 #fff, inset 0 0.4375em 0 0 #0d2c6c, inset 0 -0.3125em 0 0 #0d2c6c, inset 0 -0.375em 0 0 #fff, inset 0 -0.4375em 0 0 #0d2c6c;
  padding: 0.9375em 0 1.875em; }
  .fs_style_27 {
    font-size: 1.125em;
    color: #0d2c6c;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0.44444em; }
  .banner-module .bannermodcontent > div > *:last-child,
  .banner-module .bannermodcontent > div > *:last-child > *:last-child,
  .banner-module .bannermodcontent > div > *:last-child > *:last-child > *:last-child {
    margin-bottom: 0; }

.listempty {
  margin-bottom: 1.5em;
  padding: 0;
  text-align: left; }

[class*='icon-']:before {
  font-family: "FontAwesome"; }

/*! Modules - Accordion v0.0.3 */
.mcExpandingList {
  margin-bottom: 1.8em;
  width: 100%;
  border-bottom: 1px solid #999fa5 !important; }
  .mcExpandingList h4.ui-accordion-header {
    margin: 0;
    padding: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    border: 0;
    border-top: 1px solid #999fa5;
    border-radius: 0;
    font-size: 1.125em;
    transition: box-shadow 0.3s, border 0.3s; }
    .mcExpandingList h4.ui-accordion-header a {
      display: block;
      padding: 0.55556em 2.77778em 0.66667em 0;
      color: #00a4e4;
      transition: padding 0.3s; }
    .mcExpandingList h4.ui-accordion-header.ui-state-active {
      box-shadow: inset 0 0.3125em 0 0 #0d2c6c, inset 0 0.375em 0 0 #fff, inset 0 0.4375em 0 0 #0d2c6c;
      border-top: 0; }
      .mcExpandingList h4.ui-accordion-header.ui-state-active a {
        color: #0d2c6c;
        padding-top: 0.88889em; }
      .mcExpandingList h4.ui-accordion-header.ui-state-active .ui-icon:after {
        content: "\f056";
        color: #0d2c6c; }
    .mcExpandingList h4.ui-accordion-header .ui-icon {
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      display: block;
      margin-top: 0;
      width: 1.55556em;
      padding: 0.83333em 0 0;
      height: 100%;
      overflow: visible;
      text-indent: 0;
      background: none; }
      .mcExpandingList h4.ui-accordion-header .ui-icon:after {
        display: block;
        content: '\f055';
        font-family: 'FontAwesome';
        font-weight: normal;
        line-height: 1;
        text-align: center;
        color: #00a4e4; }
  .mcExpandingList .ui-accordion-content {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0 0 1.11111em 0 !important;
    box-shadow: inset 0 -0.3125em 0 0 #0d2c6c, inset 0 -0.375em 0 0 #fff, inset 0 -0.4375em 0 0 #0d2c6c; }
    .mcExpandingList .ui-accordion-content p {
      margin-bottom: 0.8em; }
      .mcExpandingList .ui-accordion-content p:last-child {
        margin-bottom: 0; }

/* =========================== */
/* ! SUPPRESSED PAGEPOPS TAB   */
/* =========================== */
.slideOutTab {
  left: 0 !important;
  z-index: 100; }

/* ================== */
/* ! PAGEPOPS MODAL   */
/* ================== */
/*
 * Required
*/
.sliderContainer {
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer; }

.sliderSlides {
  position: relative;
  top: auto;
  left: auto; }

.sliderSlides > div {
  position: relative !important;
  top: auto !important;
  width: 100% !important;
  display: none;
  color: #fff; }
  .sliderSlides > div * {
    color: #fff !important; }

/*
 * Optional
*/
#loopedSlider {
  margin: 0;
  width: auto;
  position: relative;
  clear: both; }

ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative; }

ul.pagination li {
  float: left; }

ul.pagination li a {
  padding: 2px 4px; }

ul.pagination li.active a {
  background: blue;
  color: white; }

a.ui-state-default.previous {
  top: 5px;
  padding: 4px;
  display: inline-block;
  margin-right: 5px;
  margin-top: -4px;
  background: transparent;
  border: 0; }

a.ui-state-default.next {
  top: 5px;
  padding: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: -4px;
  background: transparent;
  border: 0; }

div.dialogPagination ul.dialogPaginationList li a.status {
  font-size: 110%;
  text-decoration: none;
  padding: 5px 9px;
  margin: 0 3px;
  background: #F0F0F0;
  font-size: .9em;
  color: #111;
  border-radius: 50%; }

div.dialogPagination ul.dialogPaginationList li.active a.status {
  background: #666;
  color: #FFF; }

div.dialogPagination {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px; }

div.ui-dialog-content div.dialogPagination {
  position: relative; }

div.ui-dialog-buttonpane div.dialogPagination {
  position: absolute; }

ul.dialogPaginationList {
  list-style: none;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px; }

ul.dialogPaginationList li {
  float: left;
  display: list-item; }

#pagePopModal {
  display: none;
  padding: 0;
  overflow: visible !important;
  padding-bottom: 1.25em; }

#alertList {
  list-style: none; }

#ui-dialog-title-pagePopModal {
  float: none;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 1.125em;
  line-height: 1.22222;
  font-weight: bold; }

a.ui-dialog-titlebar-close {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  outline: 0 !important; }
  a.ui-dialog-titlebar-close a.ui-dialog-titlebar-close.ui-state-hover {
    border: 0 !important;
    outline: 0 !important; }
  a.ui-dialog-titlebar-close :after {
    content: '\f057';
    font-family: 'FontAwesome';
    color: #5e310e;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
    font-size: 1.125em;
    display: block; }
  a.ui-dialog-titlebar-close span {
    padding: 0 !important;
    margin: 0 !important;
    display: block !important; }

div[aria-labelledby="ui-dialog-title-pagePopModal"] {
  background-image: none;
  border: 0;
  border-radius: 0;
  position: relative;
  top: auto !important;
  width: auto !important;
  padding: 0;
  text-align: left;
  background-color: #eb7b23;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 1.875em 1.25em; }

div[aria-labelledby="ui-dialog-title-pagePopModal"] .ui-dialog-titlebar {
  background: transparent;
  border: 0;
  border-bottom: 0;
  color: inherit;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  max-width: 71.25em;
  margin: 0 auto !important; }

div[aria-labelledby="ui-dialog-title-pagePopModal"] .ui-dialog-buttonpane button {
  transition: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font-size: .8em;
  padding: 0;
  transition: opacity 0.3s; }
  div[aria-labelledby="ui-dialog-title-pagePopModal"] .ui-dialog-buttonpane button:hover {
    opacity: .6; }

div[aria-labelledby="ui-dialog-title-pagePopModal"] .ui-dialog-buttonpane button:hover {
  background: transparent; }

div[aria-labelledby="ui-dialog-title-pagePopModal"] .ui-dialog-titlebar-close.ui-state-hover,
div[aria-labelledby="ui-dialog-title-pagePopModal"] .ui-dialog-titlebar-close.ui-state-focus {
  border-radius: 0;
  background: transparent;
  border-color: transparent; }

div[aria-labelledby="ui-dialog-title-pagePopModal"] .ui-widget-content.ui-dialog-buttonpane {
  border: 0;
  border-top: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  color: inherit;
  max-width: 71.25em;
  margin: 0 auto !important; }

.ui-button-text {
  padding: 0 !important;
  line-height: 1 !important; }

/* Responsive */
@media only screen and (max-width: 768px) {
  div[aria-labelledby="ui-dialog-title-pagePopModal"],
  div[aria-labelledby="ui-dialog-title-pagePopModal"] .sliderSlides > div,
  div[aria-labelledby="ui-dialog-title-pagePopModal"] .sliderContainer {
    width: 100% !important; }

  div[aria-labelledby="ui-dialog-title-pagePopModal"] .sliderSlides {
    position: relative; }

  div[aria-labelledby="ui-dialog-title-pagePopModal"] #loopedSlider {
    width: auto !important; } }
/*end max-width:768px*/
.ui-widget-overlay {
  display: none !important; }

/*! Modules - Athletics v0.0.2 */
#athteamnav {
  margin-bottom: 1em; }

#athschedule {
  margin-bottom: 1.5em;
  border: 0;
  border-top: 1px solid #c1c3c5;
  border-bottom: 1px solid #c1c3c5; }
  #athschedule td {
    border: 0; }
  #athschedule .athfirstrow {
    background-color: #ececec; }
    #athschedule .athfirstrow td {
      padding: 0.5em 0.375em; }
  #athschedule .athsecondrow {
    background-color: transparent; }
    #athschedule .athsecondrow td {
      padding: 0.375em; }
  #athschedule .athrowsep {
    background: transparent !important;
    display: none; }

[name='ath_menu'] select {
  margin-left: 1em; }

.ath_rosterTable {
  margin-top: 0;
  margin-bottom: 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #c1c3c5; }
  .ath_rosterTable th,
  .ath_rosterTable td {
    padding: 0.75em 0.375em;
    vertical-align: top; }
  .ath_rosterTable tr:first-child td {
    font-weight: normal;
    background-color: #00a4e4;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.26);
    font-weight: bold;
    padding-bottom: 1.125em;
    box-shadow: inset 0 -0.3125em 0 0 #00a4e4, inset 0 -0.375em 0 0 #fff; }

#athschedule {
  word-break: normal;
  word-wrap: normal; }

/*! Modules - Calendars v0.0.2 */
.monthhead {
  padding: 0;
  font-weight: normal;
  margin-bottom: 1em; }

.eventobj {
  margin-bottom: 1.25em !important; }

.eventspacer {
  display: none; }

.eventcol {
  padding: 0; }
  .calStyle2 .eventcol {
    min-height: 4.375em; }

.event_stackdate {
  background-color: #0d2c6c;
  color: #fff;
  width: 4.375em;
  height: 4.375em;
  border-radius: 10em;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 300; }
  .eventcol_short .event_stackdate {
    width: 4.375em; }
  .event_stackdate span {
    padding: 0;
    line-height: 1;
    position: absolute;
    width: 100%; }

.event_stackrepeat {
  visibility: visible; }

.event_stackdayname {
  display: none !important; }

.event_stackmonname {
  font-size: 0.875em;
  bottom: 0.71429em; }

.event_stackdaynum {
  color: #fff;
  font-size: 2.125em;
  top: 0.29412em; }

.eventcon {
  padding: 0;
  width: auto !important;
  margin-left: 5.375em; }
  .listcon .eventcon {
    margin-left: 0; }
  .eventcol_short .eventcon {
    width: auto !important; }

.etitle {
  font-weight: normal;
  font-size: 1.125em; }

.listcap,
.eventobj {
  font-size: 16px !important; }

.listcap {
  padding: 0;
  margin-bottom: .5em;
  color: #0d2c6c; }

.calendarcon {
  border-style: none; }
  .calendarcon .monthrow {
    background-color: transparent; }
  .calendarcon .lastrow {
    border-style: none; }
  .calendarcon .tblock .caldata,
  .calendarcon .tblocklast .caldata {
    background: transparent; }
  .calendarcon .coltitle {
    font-weight: normal;
    color: #0d2c6c; }
  .calendarcon .caldata {
    background: #efefef;
    margin: 1px;
    padding: 4px 8px;
    line-height: 1.2;
    border-style: none;
    border-radius: 4px;
    overflow: hidden; }
    .calendarcon .caldata.hotdate {
      background: #e4e4e4; }
  .calendarcon .daycap {
    margin-bottom: .5em;
    background: transparent;
    color: #0d2c6c;
    font-weight: bold;
    font-size: 1.2em; }
  .calendarcon .daycap_off {
    background: transparent;
    opacity: .6; }
  .calendarcon .eventcon {
    width: 80% !important; }
  .calendarcon .etitle {
    font-weight: normal; }

#calendar_nav {
  margin-bottom: 1em;
  font-family: "Lato", sans-serif; }

#calendar_buttons {
  margin-bottom: .5em;
  border-bottom: 1px solid #0d2c6c; }
  #calendar_buttons a.periodbutton,
  #calendar_buttons a.periodbutton_on {
    background-color: transparent;
    color: #0d2c6c;
    border: 1px solid #0d2c6c;
    border-bottom-style: none; }
  #calendar_buttons a.periodbutton_on {
    background-color: #0d2c6c;
    color: #fff; }

#calendar_icons {
  margin: 0;
  padding: 0; }

.calendar_titlebar {
  background-color: transparent;
  color: #0d2c6c;
  font-size: 1em;
  padding: 0;
  border-width: 0;
  font-weight: bold; }
  .calendar_titlebar a,
  .calendar_titlebar a:link,
  .calendar_titlebar a:visited {
    color: #0d2c6c; }

#minical_img1,
#minical_img2 {
  margin-right: 6px; }

#calendar_titlebar_bottom {
  display: none; }

#calkeybar {
  font-size: 1em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #0d2c6c; }

.identifierkey {
  width: 11px;
  height: 11px;
  margin: 0 4px 0 0;
  border-color: #0d2c6c; }
  .identifierkey img {
    display: none; }

#calendar_buttons {
  border-bottom: 0.375em solid #0d2c6c;
  padding-bottom: 1px; }
  #calendar_buttons a.periodbutton {
    font-size: 1.125em;
    background-color: #00a4e4;
    color: #fff;
    border: 0;
    font-weight: 300;
    margin-right: 0.27778em;
    padding: 0.55556em 0.77778em;
    text-transform: capitalize; }
  #calendar_buttons a.periodbutton_on {
    font-size: 1.125em;
    background-color: #0d2c6c;
    color: #fff;
    border: 0;
    font-weight: 300;
    margin-right: 0.27778em;
    padding: 0.55556em 0.77778em;
    text-transform: capitalize; }

.identifierkey {
  display: none; }

#calcustomize a.calnavbar_close,
#calsearch a.calnavbar_close {
  z-index: 10; }

.calnavhover {
  z-index: 100 !important; }

.calendar-grid-page {
  background-color: #fff; }
  .calendar-grid-page #calendar_buttons {
    width: 100%; }

.calendarcon .eventcon {
  margin-left: 0;
  width: 100% !important;
  text-align: left; }
.calendarcon .etitle {
  font-size: 1em; }
.calendarcon .daycap {
  font-size: 1em; }

#cal1Container {
  background-color: #fff;
  z-index: 10; }

.yui-calendar .calheader a.calnav {
  color: #fff; }
  .yui-calendar .calheader a.calnav:hover {
    color: rgba(255, 255, 255, 0.7); }

.weekcon .eventcon {
  margin-left: 0; }

/*! 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 - Directory v0.0.2 */
.pagetype_directory #contentdiv table,
.pagetype_directory #contentdiv td,
.pagetype_directory #contentdiv td div {
  background: transparent !important;
  border: 0 !important; }
.pagetype_directory .fsDirEntry {
  font-family: "Lato", sans-serif;
  color: #0d2c6c;
  font-size: 16px;
  line-height: 1.5 !important; }
.pagetype_directory .fsDirEntryName {
  font-size: 16px !important;
  text-transform: uppercase; }

#profiletable {
  clear: both; }

#profiletable .profileFieldLabel {
  width: auto;
  text-align: left; }

input[name='findmembers'] {
  min-width: 240px;
  white-space: nowrap; }

#ddid,
#keyword {
  min-width: 240px; }

/*! Modules - Gallery v0.0.2 */
#mediaNav,
#mediaNav * {
  box-sizing: content-box; }

.mediaNavHdr {
  height: auto;
  min-height: 24px; }
  .mediaNavHdr input[type="button"].mediaBackNav {
    width: 16px;
    height: 16px;
    padding: 0;
    background-color: transparent;
    border-width: 0; }
  .mediaNavHdr input[type="button"].allMediaBtn {
    width: auto;
    height: auto; }

.mediaNavHdrTitle {
  width: 185px; }

.mediaImages {
  background-image: none; }

.mediaNavItem {
  padding-left: 1em; }

/*! Modules - Multi-content v0.0.3 */
.gridTable {
  width: 100%; }
  .gridTable .contentElementTitle {
    font-weight: normal;
    color: inherit; }

.contentElementTD {
  border: 0; }

.mcExpandingList, ul.sub_list {
  width: 100%;
  border-width: 0; }
  .mcExpandingList .contentElementTitle, .mcExpandingList a.sub_title, ul.sub_list .contentElementTitle, ul.sub_list a.sub_title {
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    border-style: solid;
    border-color: #0d2c6c;
    border-width: 0 0 1px;
    border-radius: 0;
    color: #0d2c6c; }
    .mcExpandingList .contentElementTitle.ui-state-active, .mcExpandingList a.sub_title.ui-state-active, ul.sub_list .contentElementTitle.ui-state-active, ul.sub_list a.sub_title.ui-state-active {
      background: transparent; }
    .mcExpandingList .contentElementTitle a, .mcExpandingList a.sub_title a, ul.sub_list .contentElementTitle a, ul.sub_list a.sub_title a {
      padding: 0.5em 0;
      color: #0d2c6c; }
      .mcExpandingList .contentElementTitle a:visited, .mcExpandingList a.sub_title a:visited, ul.sub_list .contentElementTitle a:visited, ul.sub_list a.sub_title a:visited {
        color: #0d2c6c; }
  .mcExpandingList .ui-accordion-content, ul.sub_list .ui-accordion-content {
    padding: 1em 0; }

/*! Modules - News v0.2.0 */
.newsposttitle {
  font-size: 1.125em;
  line-height: 1.22222;
  font-weight: normal;
  margin-bottom: 0.16667em; }
  .newsposttitle a {
    text-decoration: none; }
    #rightbanner .newsposttitle a, #leftbanner .newsposttitle a {
      display: block; }
  .newsposttitle img {
    display: block;
    margin: 0 1em 1em 0;
    float: left; }
    #rightbanner .newsposttitle img, #leftbanner .newsposttitle img {
      float: none;
      margin: 0 0 0.83333em 0;
      width: 100%; }
    .newsposttitle img[alt="Pinned:"] {
      display: none; }

.newspostitem {
  margin-bottom: 1.375em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #d9d9d9; }
  .newspostitem:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.newspubdate {
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.28571;
  text-transform: uppercase;
  margin-bottom: 0.14286em; }

.newspostinfo_sep {
  display: none; }

.newsArchiveFilter .tbcon {
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 1.5em; }
.newsArchiveFilter .tbrow .tbcell:first-child {
  width: 25% !important; }
.newsArchiveFilter .tbrow .tbcell:nth-child(2) {
  width: 75% !important;
  white-space: normal !important; }
.newsArchiveFilter .tbcell {
  padding: .2em; }

#nmonth {
  width: 40%;
  margin-bottom: .4em; }

#nyear {
  width: 30%;
  margin-bottom: .4em; }

.newsArchiveFilter div[style*="top: -9px;"] {
  float: none !important;
  top: 0 !important;
  clear: both; }
  .newsArchiveFilter div[style*="top: -9px;"] div {
    display: inline-block;
    margin: 0 0.4em 0 0 !important; }

.page_560 .newsArchiveFilter div[style*="top: -9px;"],
.page_558 .newsArchiveFilter div[style*="top: -9px;"],
.page_559 .newsArchiveFilter div[style*="top: -9px;"] {
  display: none; }

.newspostitemsep {
  margin-bottom: 1.375em;
  padding: 0 0 1.25em 0;
  border-bottom: 1px solid #d9d9d9; }
  .newspostitemsep:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  .newspostitemsep .newsposttitle img {
    width: 40%; }
  .newspostitemsep .newsThumbnailCell {
    padding-right: 1em; }
    .newspostitemsep .newsThumbnailCell a {
      display: block; }
    .newspostitemsep .newsThumbnailCell img {
      border: 1px solid #d9d9d9;
      padding: 1px; }

.newspost .newspubdate {
  display: none; }

/*! Modules - Portals v0.0.3 */
#contentdiv .ui-tabs {
  padding: 0;
  border-radius: 0; }
  #contentdiv .ui-tabs .ui-tabs-panel {
    padding: 0; }
  #contentdiv .ui-tabs .ui-tabs-nav {
    padding: 0;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #0d2c6c; }
    #contentdiv .ui-tabs .ui-tabs-nav li {
      margin: 0 3px 0 0;
      border-radius: 0; }
      #contentdiv .ui-tabs .ui-tabs-nav li a {
        padding: 10px 14px;
        font-family: "Lato", sans-serif;
        font-size: .75em;
        font-weight: bold;
        letter-spacing: .7px;
        text-transform: uppercase;
        color: #0d2c6c; }
    #contentdiv .ui-tabs .ui-tabs-nav .ui-state-default {
      background: #fff;
      border: 1px solid #0d2c6c; }
    #contentdiv .ui-tabs .ui-tabs-nav .ui-state-active {
      background: #0d2c6c;
      border: 1px solid #0d2c6c;
      color: #fff; }
      #contentdiv .ui-tabs .ui-tabs-nav .ui-state-active a,
      #contentdiv .ui-tabs .ui-tabs-nav .ui-state-active a:link,
      #contentdiv .ui-tabs .ui-tabs-nav .ui-state-active a:visited {
        color: #fff; }
#contentdiv .ui-widget-header {
  font-weight: bold;
  background: transparent;
  border-radius: 0;
  border-style: none;
  color: #0d2c6c; }
#contentdiv .ui-widget-content {
  background: transparent;
  border-style: none;
  color: #606569; }

.portal_column {
  box-sizing: border-box;
  padding: 0 0.6em 0; }
  .portal_column.two_column:nth-child(2) {
    padding-right: 0; }
  @media (max-width: 992px) {
    .portal_column {
      width: 100%; } }

/*
.two_column{ float: left; width: 50%; }
.twothirds_column{ float: left; width: 66.6%; }
.three_column{ float: left; width: 33.3%; }
.four_column{ float: left; width: 25%; }
.five_column{ float: left; width: 20%; }
*/
.portlet {
  margin: 0 0 1em;
  border-style: none; }

.portlet_header {
  padding: 16px 20px;
  min-height: 1em;
  border-width: 0;
  background-color: #0d2c6c;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700; }

.portlet_title {
  display: inline-block;
  margin-bottom: 0; }

.portlet_content {
  background-color: #f2f2f2;
  padding: 20px; }
  .portlet_content > div {
    margin: 0 !important; }
  .portlet_content .newscon {
    padding: 0; }

div.rss_entry,
#portal_tabs div.rss_entry {
  margin: 0;
  padding: 0 0 2em;
  border-style: none; }

ul.facebook {
  margin: 0;
  padding: 0; }

.fsEl_Facebook_Page .portlet_header:before, .fsEl_Twitter .portlet_header:before, .fsEl_Snapchat .portlet_header:before, .fsEl_Instagram .portlet_header:before, .fsEl_LinkedIn .portlet_header:before, .fsEl_Vimeo .portlet_header:before {
  display: block;
  float: left;
  margin: -16px 16px -16px -20px;
  padding: 16px 20px;
  font-family: 'FontAwesome';
  font-weight: normal; }

.fsEl_Facebook_Page .portlet_header {
  background-color: #3f5a96; }
  .fsEl_Facebook_Page .portlet_header:before {
    content: '\f09a';
    background-color: #354d7f; }

.fsEl_Twitter .portlet_header {
  background-color: #30aceb; }
  .fsEl_Twitter .portlet_header:before {
    content: '\f099';
    background-color: #2792c9; }

.fsEl_Snapchat .portlet_header {
  background-color: #eee633; }
  .fsEl_Snapchat .portlet_header:before {
    content: '\f2ac';
    background-color: #cac42a; }

.fsEl_Instagram .portlet_header {
  background-color: #3d7399; }
  .fsEl_Instagram .portlet_header:before {
    content: '\f16d';
    background-color: #356283; }

.fsEl_LinkedIn .portlet_header {
  background-color: #0077b5; }
  .fsEl_LinkedIn .portlet_header:before {
    content: '\f0e1';
    background-color: #00669c; }

.fsEl_Vimeo .portlet_header {
  background-color: #00abed; }
  .fsEl_Vimeo .portlet_header:before {
    content: '\f27d';
    background-color: #0099d3; }

/*! Modules - Search v0.0.3 */
.site-search {
  position: relative;
  padding: 0.3125em 3.375em 0.3125em 0.6875em;
  background-color: #002a57; }
  @media screen and (min-width: 25em) {
    .site-search {
      padding-left: 3.375em; } }
  @media screen and (min-width: 37.5625em) {
    .site-search {
      padding: 0;
      background-color: transparent; } }
  .site-search__form {
    border-radius: 5em;
    background-clip: padding-box;
    background-color: #caccce;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.2);
    overflow: hidden;
    max-width: 20em;
    z-index: 999; }
    @media screen and (min-width: 25em) {
      .site-search__form {
        margin: 0 auto; } }
    @media screen and (min-width: 37.5625em) {
      .site-search__form {
        position: absolute;
        top: -2px;
        right: 0;
        height: 30px;
        max-width: none;
        background-color: transparent;
        box-shadow: none;
        transition: background-color 0.3s, box-shadow 0.3s; } }
    @media screen and (min-width: 37.5625em) and (max-width: 61.1875em) {
      .site-search__form {
        bottom: -0.3125em; } }
    @media screen and (min-width: 61.25em) {
      .site-search__form {
        margin: -0.1875em 0 -0.5em; } }
    @media screen and (min-width: 37.5625em) {
      .active .site-search__form {
        background-color: #fff;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.2); } }
    @media screen and (min-width: 37.5625em) and (max-width: 61.1875em) {
      .active .site-search__form {
        background-color: #c1c3c5; } }
    .site-search__form:before {
      font-size: 1.125em;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      height: 100%;
      width: 2.22222em;
      display: block;
      padding: 0.16667em 0 0;
      content: '\f002';
      font-family: "FontAwesome";
      text-align: center;
      color: #003977;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
      transition: width 0.3s;
      font-weight: normal; }
      @media screen and (min-width: 37.5625em) {
        .site-search__form:before {
          width: 1.33333em;
          color: #fff;
          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22); } }
      @media screen and (min-width: 61.25em) {
        .site-search__form:before {
          color: #fff;
          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22); } }
      @media screen and (min-width: 37.5625em) {
        .active .site-search__form:before {
          width: 2.22222em;
          color: #003977;
          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); } }
      @media screen and (min-width: 61.25em) {
        .active .site-search__form:before {
          color: #003977;
          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); } }
      .active .site-search__form:before:hover {
        color: inherit; }
    @media screen and (min-width: 37.5625em) {
      .site-search__form:hover:before {
        color: #1b1b1b; } }
  .site-search__label {
    display: none; }
  .site-search__field {
    display: block;
    border: 0;
    width: 100%;
    padding-left: 2.375em;
    padding-right: 1.125em;
    background-color: transparent;
    color: #000; }
    .site-search__field:hover {
      box-shadow: none; }
    .site-search__field:focus {
      outline: none; }
    @media screen and (min-width: 37.5625em) {
      .site-search__field {
        width: 0;
        padding-left: 1.5em;
        padding-right: 0;
        cursor: pointer;
        transition: width 0.3s, padding 0.3s; } }
    @media screen and (min-width: 37.5625em) {
      .active .site-search__field {
        padding-left: 2.375em;
        padding-right: 1.125em;
        cursor: text;
        width: 10.625em; } }
    @media screen and (min-width: 41.25em) {
      .active .site-search__field {
        width: 13.125em; } }
    @media screen and (min-width: 61.25em) {
      .active .site-search__field {
        width: 9.75em; } }
    @media screen and (min-width: 61.25em) {
      .active .site-search__field {
        width: 12.125em; } }
  .site-search__button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 2.5em;
    background: none;
    border: 0;
    box-shadow: none;
    color: transparent; }
    @media screen and (min-width: 37.5625em) {
      .site-search__button {
        pointer-events: none; } }
    @media screen and (min-width: 37.5625em) {
      .active .site-search__button {
        pointer-events: auto; } }
    .site-search__button:hover {
      box-shadow: none; }
    .site-search__button:focus {
      outline: none; }

/*! Modules - Tabs v0.0.1 */
#contentdiv .ui-tabs {
  /* ul */ }
  #contentdiv .ui-tabs .ui-tabs-nav {
    border-bottom: 0.375em solid #0d2c6c;
    padding-bottom: 2px;
    /* li */
    /* li */ }
    #contentdiv .ui-tabs .ui-tabs-nav .ui-state-default {
      border: 0;
      background-color: transparent; }
      #contentdiv .ui-tabs .ui-tabs-nav .ui-state-default a {
        font-weight: 300;
        letter-spacing: normal;
        text-transform: none;
        font-size: 1.125em;
        background-color: #00a4e4;
        color: #fff;
        cursor: pointer; }
        #contentdiv .ui-tabs .ui-tabs-nav .ui-state-default a:hover {
          background-color: #0d2c6c; }
    #contentdiv .ui-tabs .ui-tabs-nav .ui-state-active {
      border: 0;
      background-color: transparent; }
      #contentdiv .ui-tabs .ui-tabs-nav .ui-state-active a {
        background-color: #0d2c6c;
        color: #fff; }

/*! Navigation - Collapse v0.0.2 */
/*! Navigation - Main v0.0.4 */
.nav-main-container {
  font-size: 1.0625em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  transition: right 0.3s ease; }
  @media screen and (min-width: 37.5625em) {
    .nav-main-container {
      clear: both;
      z-index: 100; } }
  @media screen and (min-width: 72.5em) {
    .nav-main-container {
      right: 120px; } }
  @media screen and (min-width: 87.5em) {
    .nav-main-container {
      right: 0; } }
  @media screen and (min-width: 61.25em) {
    .nav-main-container {
      float: right;
      clear: none;
      padding-top: 0.5625em; } }
  @media screen and (min-width: 46.875em) and (max-width: 61.25em) {
    .nav-main-container .bannermodcontent {
      margin: 0 -0.5em; } }
  @media screen and (min-width: 61.25em) {
    .nav-main-container .bannermodcontent {
      margin-right: -0.75em; } }

.nav-main {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-main__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-main__item {
    margin: 0;
    padding: 0; }
  .nav-main__list {
    text-align: center; }
  .nav-main__item {
    position: static;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.1); }
    @media screen and (min-width: 37.5625em) {
      .nav-main__item {
        float: left;
        box-shadow: none;
        margin-bottom: 0.3125em; } }
    @media screen and (min-width: 37.5625em) and (max-width: 46.8125em) {
      .nav-main__item {
        width: 25%;
        margin-bottom: 0.125em; } }
    @media screen and (min-width: 37.5625em) and (max-width: 61.1875em) {
      .nav-main__item:first-child ul {
        left: 0;
        margin-left: 0; } }
    @media screen and (min-width: 37.5625em) and (max-width: 50em) {
      .nav-main__item:last-child ul {
        left: auto;
        right: 0;
        margin-left: 0; } }
    @media screen and (min-width: 61.25em) {
      .nav-main__item:last-child ul {
        left: auto;
        right: 0;
        margin-left: 0; } }
    @media screen and (min-width: 50.0625em) and (max-width: 61.25em) {
      .nav-main__item:nth-last-child(2) ul {
        left: auto;
        right: 0; } }
    @media screen and (min-width: 37.5625em) and (max-width: 46.8125em) {
      .nav-main__item:nth-child(4) ul {
        left: auto;
        right: 0;
        margin-left: 0; } }
    @media screen and (min-width: 37.5625em) and (max-width: 46.8125em) {
      .nav-main__item:nth-child(5) ul {
        left: 0;
        margin-left: 0; } }
    @media screen and (min-width: 37.5625em) and (max-width: 46.8125em) {
      .nav-main__item:nth-child(n+5) {
        width: 33.33333%; } }
    @media screen and (min-width: 46.875em) {
      .nav-main__item:hover ul {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; } }
    .nav-main__item ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .nav-main__item > ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      top: 60px;
      right: 0;
      width: 880px;
      margin-top: 0.14286em;
      margin-left: -8.92857em;
      padding: 30px;
      background: #0d2c6c;
      font-size: 0.82353em;
      line-height: 1.2;
      text-align: left;
      text-transform: none;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s, visibility 0.3s; }
      .nav-main__item > ul:before {
        content: '';
        display: block;
        height: 0.14286em;
        width: 100%;
        position: absolute;
        top: -0.14286em;
        pointer-events: auto; }
      .nav-main__item > ul a {
        color: #fff;
        padding: 0.42857em 0.71429em; }
        .nav-main__item > ul a:hover {
          color: #ffd100; }
  .nav-main__anchor {
    padding: 16px 10px;
    color: #fff;
    background-color: transparent; }
    @media screen and (min-width: 37.5625em) {
      .nav-main__anchor {
        padding: 16px;
        color: #0d2c6c;
        text-shadow: none; } }
    .nav-main__anchor:hover {
      color: #00a4e4; }
    @media screen and (min-width: 37.5625em) {
      .nav-main__item:hover .nav-main__anchor {
        background-color: #0d2c6c;
        color: #fff; } }

@media screen and (min-width: 37.5625em) {
  .nav-main__item.active .nav-main__anchor,
  .nav-main__item:hover .nav-main__anchor {
    background-color: #ffd100;
    color: #00a4ef;
    font-weight: 600;
} }
@media screen and (min-width: 46.875em) {
  .nav-main__item.active .nav-main__anchor:before, .nav-main__item.active .nav-main__anchor:after,
  .nav-main__item:hover .nav-main__anchor:before,
  .nav-main__item:hover .nav-main__anchor:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 14px 0 14px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -13px;
    opacity: 1;
    transition: opacity 0.3s; } }
@media screen and (min-width: 46.875em) {
  .nav-main__item.active .nav-main__anchor:after,
  .nav-main__item:hover .nav-main__anchor:after {
    border-color: #ffd100 transparent transparent transparent;
    bottom: -0.4375em; } }

.nav-main__item:hover .nav-main__anchor {
  background-color: #0d2c6c; }
  .nav-main__item:hover .nav-main__anchor:before, .nav-main__item:hover .nav-main__anchor:after {
    z-index: 9999; }
  .nav-main__item:hover .nav-main__anchor:before {
    border-width: 13px 19px 0 19px;
    bottom: -13px;
    margin-left: -18px; }
  .nav-main__item:hover .nav-main__anchor:after {
    border-color: #0d2c6c transparent transparent transparent; }

.nav-caption {
  display: none; }

.mega-caption {
  -webkit-flex: 0 1 370px;
  -ms-flex: 0 1 370px;
  flex: 0 1 370px;
  padding-right: 30px;
  border-right: 1px solid #566c98;
  color: #fff;
  font-family: "Crimson Text", serif;
  font-size: 16px;
  line-height: 24px; }
  .mega-caption h3 {
    margin-bottom: 16px;
    color: #ffd100;
    font-family: "Lato", sans-serif;
    font-size: 16px; }

.mega-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 400px;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  padding-left: 25px;
  font-size: 16px; }
  .mega-links ul {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: left; }

/*! Navigation - Sub v0.0.3 */
.navmod[id^='navtable_'] {
  display: none; }

.nav-sub-container,
.portal-nav-wrap {
  background-color: #ffd100;
  box-shadow: inset 0 -0.3125em 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  z-index: 20; }
  @media screen and (min-width: 37.5625em) {
    .nav-sub-container,
    .portal-nav-wrap {
      padding: 0.625em 1.25em 0.75em; } }

.nav-sub {
  padding: 0.625em 0 1em; }
  @media screen and (min-width: 37.5625em) {
    .nav-sub {
      padding: 0; } }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-sub li {
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 37.5625em) {
      .nav-sub li {
        display: inline-block;
        margin-bottom: 0.25em; } }
    .nav-sub li ul {
      font-size: 0.875em; }
      @media screen and (min-width: 37.5625em) {
        .nav-sub li ul {
          display: none; } }
      .nav-sub li ul a {
        padding: 0.14286em 1.42857em 0.14286em 2.71429em; }
  .nav-sub a {
    padding: 0.3125em 1.25em;
    color: #444;
    font-weight: bold; }
    @media screen and (min-width: 37.5625em) {
      .nav-sub a {
        padding: 0.3125em 1.5em 0.3125em 0; } }
    .nav-sub a:hover {
      color: #0d2c6c; }
    .nav-sub .active > a {
      color: #00a4ef;
      text-shadow: none; }

/*! Navigation - Consituent v0.0.4 */
@media screen and (min-width: 37.5625em) {
  .nav-const-container {
    float: right;
    text-transform: uppercase; } }
@media screen and (min-width: 50.0625em) {
  .nav-const-container {
    font-weight: 600; } }
@media screen and (min-width: 61.25em) {
  .nav-const-container {
    font-size: 0.875em; } }

.nav-const {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-const__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-const__item {
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 37.5625em) {
    .nav-const {
      margin-top: -0.875em; } }
  @media screen and (min-width: 61.25em) {
    .nav-const {
      margin-top: 0; } }
  @media screen and (min-width: 37.5625em) {
    .nav-const__list:before, .nav-const__list:after {
      content: ' ';
      display: table; }
    .nav-const__list:after {
      clear: both; } }
  @media screen and (min-width: 37.5625em) {
    .nav-const__item {
      display: block;
      float: left; } }
  .nav-const__search {
    display: none; }
    @media screen and (min-width: 37.5625em) {
      .nav-const__search {
        display: block;
        padding-left: 1.78571em;
        margin-top: 0.42857em;
        height: 20px; } }
    @media screen and (min-width: 61.25em) {
      .nav-const__search {
        font-size: 1.14286em;
        padding-left: 1.78571em;
        margin-top: 0; } }
    @media screen and (min-width: 37.5625em) {
      .nav-const__search .nav-const__anchor {
        display: none; } }
  .nav-const__anchor {
    padding: 0.5em 0.625em;
    color: rgba(255, 255, 255, 0.5); }
    @media screen and (min-width: 37.5625em) {
      .nav-const__anchor {
        color: #0d2c6c; } }
    @media screen and (min-width: 61.25em) {
      .nav-const__anchor {
        padding: 0.35714em;
        margin: -0.35714em 0;
        color: #bdbfc2;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } }
    .nav-const__anchor:hover {
      color: #fff; }
      @media screen and (min-width: 37.5625em) and (max-width: 58.75em) {
        .nav-const__anchor:hover {
          color: #00a4e4; } }
    .active .nav-const__anchor {
      color: #fff; }

/*! Navigation - Social v0.0.3 */
.nav-social-container {
  font-size: 1.375em;
  line-height: 1; }
  @media screen and (min-width: 34.4375em) {
    .nav-social-container {
      float: right; } }

.nav-social {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-social__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-social__item {
    margin: 0;
    padding: 0; }
  .nav-social__item {
    display: inline-block;
    margin-bottom: 0.18182em; }
  .nav-social__anchor {
    color: #a6a8ab;
    padding-top: 0.5em;
    border-radius: 50em;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.2);
    width: 2em;
    height: 2em; }
    .nav-social__anchor:before {
      font-family: "FontAwesome"; }
    .nav-social__anchor:hover {
      color: #d9d9d9;
      background-color: rgba(0, 0, 0, 0.4); }
  .nav-social__text {
    display: none; }
  .nav-social__item--twitter .nav-social__anchor:before {
    content: ""; }
  .nav-social__item--facebook .nav-social__anchor:before {
    content: ""; }
  .nav-social__item--video .nav-social__anchor:before {
    font-size: 0.72727em;
    content: "";
    top: -0.09091em;
    right: -0.09091em; }
  .nav-social__item--youtube .nav-social__anchor:before {
    content: ""; }

/*! Navigation - Utility v0.0.2 */
.nav-util-container {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 0.8125em;
  padding-bottom: 1.15385em; }
  @media screen and (min-width: 16.25em) {
    .nav-util-container {
      text-align: center; } }
  @media screen and (min-width: 37.5625em) {
    .nav-util-container {
      float: right;
      width: 50%;
      text-align: left;
      padding: 0.92308em 0 1.15385em 0.76923em; } }
  @media screen and (min-width: 50.0625em) {
    .nav-util-container {
      float: left;
      width: 36.45833%;
      padding-left: 0;
      margin-right: 2.30769em; } }
  .nav-util-container .bannermodcontent {
    max-width: 33.84615em;
    margin: 0 auto; }
    @media screen and (min-width: 37.5625em) {
      .nav-util-container .bannermodcontent {
        max-width: none;
        margin: 0; } }

.nav-util {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-util__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-util__item {
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 16.25em) {
    .nav-util__item {
      float: left;
      width: 50%; } }
  .nav-util__item:nth-child(odd) {
    clear: left; }
  .nav-util__item:nth-child(even) {
    clear: none; }
  @media screen and (min-width: 37.5625em) {
    .nav-util__item {
      display: inline-block; } }
  .nav-util__anchor {
    padding: 0.23077em;
    color: #ffd100; }
    @media screen and (min-width: 37.5625em) {
      .nav-util__anchor {
        padding: 0.23077em 0.76923em 0.23077em 0; } }
    .nav-util__anchor:hover {
      color: #fff; }

/*! Navigation - Off Canvas v0.0.4 */
.off-canvas-trigger {
  z-index: 300;
  display: block;
  height: 2.5em;
  width: 3.375em;
  pointer-events: auto;
  border: 0;
  color: #fff;
  outline: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: .3s;
  position: absolute;
  right: 0;
  background-color: transparent;
  padding: 0; }
  @media screen and (min-width: 37.5625em) {
    .off-canvas-trigger {
      display: none; } }
  .off-canvas-trigger span {
    display: none; }
  .off-canvas-trigger:before, .off-canvas-trigger:after {
    position: absolute;
    top: 50%;
    left: 35%;
    height: 0.125em;
    max-width: 1.375em;
    width: 30%;
    content: '';
    background: #fff;
    border-radius: 0;
    transition: 1s cubic-bezier(0.63, -0.65, 0.31, 1.65); }
  .off-canvas-trigger:before {
    top: 50%;
    margin-top: -0.375em;
    box-shadow: 0 -0.0625em 0 0 rgba(0, 0, 0, 0.7); }
  .off-canvas-trigger:after {
    top: 50%;
    margin-top: 0.375em;
    box-shadow: 0 -0.0625em 0 0 rgba(0, 0, 0, 0.7), 0 -0.375em 0 0 #fff, 0 -0.4375em 0 0 rgba(0, 0, 0, 0.7); }
  [data-off-canvas-state="visible"] .off-canvas-trigger:before, [data-off-canvas-state="visible"] .off-canvas-trigger:after {
    margin: 0;
    background-color: #ffd100; }
  .csstransforms3d [data-off-canvas-state="visible"] .off-canvas-trigger:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .no-csstransforms3d [data-off-canvas-state="visible"] .off-canvas-trigger:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  [data-off-canvas-state="visible"] .off-canvas-trigger:after {
    box-shadow: -1em -0.375em 0 0 transparent; }
    .csstransforms3d [data-off-canvas-state="visible"] .off-canvas-trigger:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }
    .no-csstransforms3d [data-off-canvas-state="visible"] .off-canvas-trigger:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.off-canvas {
  color: #fff;
  position: absolute;
  left: 0;
  z-index: 200;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  pointer-events: none;
  background: #0d2c6c;
  transition: 0.4s;
  top: 0;
  width: 100%; }
  .csstransforms3d .off-canvas {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  .no-csstransforms3d .off-canvas {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  .no-csstransforms .off-canvas {
    top: -100%; }
  [data-off-canvas-state="visible"] .off-canvas {
    pointer-events: auto; }
    .csstransforms3d [data-off-canvas-state="visible"] .off-canvas {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .no-csstransforms3d [data-off-canvas-state="visible"] .off-canvas {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    .no-csstransforms [data-off-canvas-state="visible"] .off-canvas {
      left: 0; }
  .off-canvas__compartment {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .off-canvas__group {
    background-color: #042f5f;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(255, 255, 255, 0.05);
    padding: 1em 0 0.75em;
    border-top: 1px solid #03264c; }
  @media screen and (min-width: 37.5625em) {
    .off-canvas {
      display: none; } }

main {
  overflow: hidden;
  -webkit-perspective: 50em;
  perspective: 50em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

section {
  transition: 0.4s; }
  [data-off-canvas-state="visible"] section {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom; }

/*! Navigation - Portal v0.0.1 */
.nav-portal-container {
  padding: 0 0 0.9375em; }
  @media screen and (min-width: 37.5625em) {
    .nav-portal-container {
      float: left;
      width: 50%;
      max-width: 17.5em;
      padding-right: 0.625em; } }
  @media screen and (min-width: 50.0625em) {
    .nav-portal-container {
      width: 33.33333%;
      max-width: none;
      padding-right: 2.5em; } }
  .nav-portal-container .bannermodcontent {
    max-width: 18.75em;
    margin: 0 auto; }
    @media screen and (min-width: 34.4375em) {
      .nav-portal-container .bannermodcontent {
        max-width: none; } }
    @media screen and (min-width: 37.5625em) {
      .nav-portal-container .bannermodcontent {
        max-width: none;
        margin: 0; } }

.nav-portal {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-portal__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-portal__item {
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 34.4375em) and (max-width: 37.5em) {
    .nav-portal__list {
      overflow: hidden; } }
  .nav-portal__item {
    margin-bottom: 0.25em; }
    @media screen and (min-width: 34.4375em) and (max-width: 37.5em) {
      .nav-portal__item {
        float: left;
        width: 50%;
        margin-bottom: 0; } }
    @media screen and (min-width: 34.4375em) and (max-width: 37.5em) {
      .nav-portal__item:first-child {
        padding-right: 0.25em; } }
    @media screen and (min-width: 34.4375em) and (max-width: 37.5em) {
      .nav-portal__item:last-child {
        padding-left: 0.25em; } }
  .nav-portal__anchor {
    border-color: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-transform: lowercase;
    font-family: "Corbert", sans-serif;
    margin: 0;
    display: block;
    color: #fff;
    transition: background 0.3s, border 0.3s, box-shadow 0.3s, color 0.3s; }
    .nav-portal__anchor span {
      color: #ffd100;
      text-transform: uppercase; }
    .nav-portal__anchor:hover {
      background-color: rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }

/*! Navigation - School v0.0.1 */
@media screen and (min-width: 37.5625em) {
  .nav-school-container {
    float: right;
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 600; } }
@media screen and (min-width: 61.25em) {
  .nav-school-container {
    float: left; } }

.nav-school {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-school__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-school__item {
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 37.5625em) {
    .nav-school li {
      display: inline-block; } }
  .nav-school li.active .nav-school__anchor {
    color: #fff; }
  .nav-school__anchor {
    padding: 0.5em 0.625em;
    color: rgba(255, 255, 255, 0.5); }
    @media screen and (min-width: 37.5625em) {
      .nav-school__anchor {
        padding: 0.35714em;
        margin: -0.35714em 0;
        color: #bdbfc2;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); } }
    .nav-school__anchor:hover {
      color: #fff; }

/*! Navigation - Ter v0.0.3 */
.nav-ter-container {
  font-size: 0.875em;
  line-height: 1.2;
  text-transform: uppercase;
  display: none; }
  @media screen and (min-width: 37.5625em) {
    .nav-ter-container {
      display: block; } }
  .nav-ter-container .bannermodcontent {
    margin-bottom: 1.71429em; }

.nav-ter ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.nav-ter li {
  margin: 0;
  padding: 0; }
.nav-ter a {
  color: #00a4e4;
  padding: 0.42857em 0; }
  .nav-ter a:hover {
    color: #0d2c6c; }
  .nav-ter .active > a {
    color: #1b1b1b; }

/*! Helpers - Style-Guide v0.0.2 */
.info-panel, .meganav, .responsive {
  margin-bottom: 2.5em; }

.info-panel {
  z-index: 2;
  display: block;
  margin-top: 1.5em;
  width: 100%; }
  .info-panel:after {
    clear: both;
    content: '';
    display: table; }
  .info-panel :after,
  .info-panel :before {
    pointer-events: auto; }
  .info-panel-active .info-panel {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .info-panel .color {
    float: left;
    width: 50%;
    padding: 1em 0;
    font-size: 1.325em;
    text-align: center; }
    @media screen and (min-width: 37.5625em) {
      .info-panel .color {
        width: 33.33333%; } }
    @media screen and (min-width: 50.0625em) {
      .info-panel .color {
        width: 16.66667%; } }
    .info-panel .color:after {
      display: block;
      font-size: .75em; }
    .info-panel .color--d1 {
      background: #606569;
      color: rgba(255, 255, 255, 0.8); }
      .info-panel .color--d1:before {
        content: '$d1-color'; }
      .info-panel .color--d1:after {
        content: "#606569"; }
    .info-panel .color--m1 {
      background: #0d2c6c;
      color: rgba(255, 255, 255, 0.8); }
      .info-panel .color--m1:before {
        content: '$m1-color'; }
      .info-panel .color--m1:after {
        content: "#0d2c6c"; }
    .info-panel .color--m2 {
      background: #ffd100;
      color: rgba(0, 0, 0, 0.8); }
      .info-panel .color--m2:before {
        content: '$m2-color'; }
      .info-panel .color--m2:after {
        content: "#ec7b23"; }
    .info-panel .color--m3 {
      background: #00a4e4;
      color: rgba(255, 255, 255, 0.8); }
      .info-panel .color--m3:before {
        content: '$m3-color'; }
      .info-panel .color--m3:after {
        content: "#00a4e4"; }
    .info-panel .color--m4 {
      background: #ffd100;
      color: rgba(0, 0, 0, 0.8); }
      .info-panel .color--m4:before {
        content: '$m4-color'; }
      .info-panel .color--m4:after {
        content: "#ffd100"; }
    .info-panel .color--a1 {
      background: #d9d9d9;
      color: rgba(0, 0, 0, 0.8); }
      .info-panel .color--a1:before {
        content: '$a1-color'; }
      .info-panel .color--a1:after {
        content: "#d9d9d9"; }
    .info-panel .color--a2 {
      background: #c1c3c5;
      color: rgba(0, 0, 0, 0.8); }
      .info-panel .color--a2:before {
        content: '$a2-color'; }
      .info-panel .color--a2:after {
        content: "#c1c3c5"; }
    .info-panel .color--a3 {
      background: #999fa5;
      color: rgba(0, 0, 0, 0.8); }
      .info-panel .color--a3:before {
        content: '$a3-color'; }
      .info-panel .color--a3:after {
        content: "#999fa5"; }
    .info-panel .color--a4 {
      background: #7a7f84;
      color: rgba(255, 255, 255, 0.8); }
      .info-panel .color--a4:before {
        content: '$a4-color'; }
      .info-panel .color--a4:after {
        content: "#7a7f84"; }
    .info-panel .color--a5 {
      background: #606569;
      color: rgba(255, 255, 255, 0.8); }
      .info-panel .color--a5:before {
        content: '$a5-color'; }
      .info-panel .color--a5:after {
        content: "#606569"; }
    .info-panel .color--a6 {
      background: #1b1b1b;
      color: rgba(255, 255, 255, 0.8); }
      .info-panel .color--a6:before {
        content: '$a6-color'; }
      .info-panel .color--a6:after {
        content: "#1b1b1b"; }

.meganav {
  display: none; }

.responsive:before {
  display: block;
  content: '\f10b';
  font-family: "FontAwesome";
  font-size: 2.5em;
  font-weight: normal; }
  @media screen and (min-width: 37.5625em) {
    .responsive:before {
      content: '\f10a'; } }
  @media screen and (min-width: 50.0625em) {
    .responsive:before {
      content: '\f109'; } }

.sans-serif:before, .sans-serif-alt:before, .monospace:before {
  display: block;
  font-size: .5em; }

.sans-serif {
  font-family: "Lato", sans-serif; }
  .sans-serif:before {
    content: '$sans-serif'; }
  .sans-serif:after {
    content: "Lato, sans-serif"; }

.sans-serif-alt {
  font-family: "Corbert", sans-serif; }
  .sans-serif-alt:before {
    content: '$sans-serif-alt'; }
  .sans-serif-alt:after {
    content: "Corbert, sans-serif"; }

.monospace {
  margin-bottom: 1em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  .monospace:before {
    content: '$monospace'; }
  .monospace:after {
    content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.nav-social__anchor {
  display: block; }

/*! Treatments - Landing v0.0.1 */
.landing-page #contentdiv table {
  visibility: hidden; }
.landing-page .nav-sub-container {
  display: none; }
.landing-page #contentdiv {
  padding-top: 0; }
@media screen and (min-width: 37.5625em) {
  .hasRightbanner .landing-page #contentdiv {
    padding-right: 1.25em; } }
@media screen and (min-width: 50.0625em) {
  .hasRightbanner .landing-page #contentdiv {
    padding-right: 0; } }
.landing-page #rightbanner {
  padding-top: 0; }
.landing-page .section__list {
  margin: 0;
  padding: 0;
  list-style: none; }
@media screen and (min-width: 50.0625em) {
  .landing-page .section__item {
    float: left;
    width: 50%;
    padding-right: 1.25em; } }
@media screen and (min-width: 50.0625em) {
  .landing-page .section__item:nth-child(odd) {
    clear: left; } }
.landing-page .section__item a {
  display: block;
  font-size: 1.125em;
  text-transform: uppercase; }
.landing-page .section__item img {
  display: block; }
.landing-page .section__item :last-child {
  margin: 0; }
.landing-page .section__content {
  box-shadow: inset 0 0.3125em 0 0 #d9d9d9, inset 0 0.375em 0 0 #fff, inset 0 0.4375em 0 0 #d9d9d9;
  padding: 0.875em 0 2.0625em; }
.landing-page .featured-section__list {
  margin: 0;
  padding: 3.125em 0 0;
  list-style: none; }
  @media screen and (min-width: 50.0625em) {
    .landing-page .featured-section__list {
      overflow: hidden;
      margin-left: -0.625em;
      margin-right: -0.625em; } }
.landing-page .featured-section__item {
  box-shadow: inset 0 0.3125em 0 0 #d9d9d9, inset 0 0.375em 0 0 #fff, inset 0 0.4375em 0 0 #d9d9d9;
  padding: 0.875em 0 2.0625em; }
  @media screen and (min-width: 37.5625em) {
    .landing-page .featured-section__item {
      box-shadow: none;
      margin: 0 0 1.5625em;
      padding: 0;
      overflow: hidden; } }
  @media screen and (min-width: 50.0625em) {
    .landing-page .featured-section__item {
      float: left;
      width: 33.33333%;
      padding: 0 0.625em; } }
  @media screen and (min-width: 61.25em) {
    .landing-page .featured-section__item {
      overflow: visible; } }
  .landing-page .featured-section__item a.thumbnail {
    display: block;
    color: inherit;
    overflow: hidden; }
    @media screen and (min-width: 61.25em) {
      .landing-page .featured-section__item a.thumbnail {
        border: 1px solid #fff;
        box-shadow: 0 0 0 1px #d9d9d9;
        overflow: hidden; } }
  .landing-page .featured-section__item img {
    display: none;
    border: 1px solid #d9d9d9;
    padding: 1px; }
    @media screen and (min-width: 37.5625em) {
      .landing-page .featured-section__item img {
        display: block;
        float: left;
        width: 35%; } }
    @media screen and (min-width: 50.0625em) {
      .landing-page .featured-section__item img {
        float: none;
        width: auto;
        margin-bottom: 1em; } }
    @media screen and (min-width: 61.25em) {
      .landing-page .featured-section__item img {
        border: 0;
        padding: 0;
        margin-bottom: 0;
        width: 100%;
        height: auto; } }
  .landing-page .featured-section__item h2 {
    font-size: 1.125em;
    text-transform: uppercase;
    color: #00a4e4; }
    @media screen and (min-width: 61.25em) {
      .landing-page .featured-section__item h2 {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
        white-space: nowrap;
        margin-left: -1.5em;
        margin-right: -1.5em; } }
    .landing-page .featured-section__item h2:hover {
      color: #0d2c6c; }
      @media screen and (min-width: 61.25em) {
        .landing-page .featured-section__item h2:hover {
          color: inherit; } }
  @media screen and (min-width: 37.5625em) {
    .landing-page .featured-section__item .featured-section__content {
      float: left;
      width: 65%;
      padding-left: 1.25em; } }
  @media screen and (min-width: 50.0625em) {
    .landing-page .featured-section__item .featured-section__content {
      width: auto;
      padding-left: 0; } }
  @media screen and (min-width: 61.25em) {
    .landing-page .featured-section__item .featured-section__content {
      background-color: #0d2c6c;
      background-color: rgba(13, 44, 108, 0.9);
      color: #fff;
      position: absolute;
      top: 80.73394%;
      top: calc(100% - 2.5em);
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0.625em 1.5em 0;
      transition: top .6s; } }
  .featured-section__item:hover .featured-section__content {
    top: 8.25688%; }
  @media screen and (min-width: 61.25em) {
    .landing-page .featured-section__item:nth-child(2) .featured-section__content {
      background-color: #0d2c6c;
      background-color: rgba(13, 44, 108, 0.9); } }
  @media screen and (min-width: 61.25em) {
    .landing-page .featured-section__item:nth-child(3) .featured-section__content {
      background-color: #0d2c6c;
      background-color: rgba(13, 44, 108, 0.9); } }
  .landing-page .featured-section__item :last-child {
    margin: 0; }

/*! Treatments - Home v0.0.1 */
@media screen and (min-width: 61.25em) {
  .page_1 #bodydiv {
    display: block; } }
@media screen and (min-width: 61.25em) {
  .page_1 #topcontainer {
    display: block;
    height: auto; } }
.page_1 #midcontainer {
  padding: 0;
  display: block;
  height: auto; }
  @media screen and (min-width: 37.5625em) {
    .page_1 #midcontainer {
      background-color: #ffd100;
      border-top: 0; } }
@media screen and (min-width: 37.5625em) {
  .page_1 #mainmiddle {
    padding: 0;
    max-width: none;
    margin: 0; } }
.page_1 #leftbanner {
  float: none;
  width: auto;
  padding: 0; }
.page_1.hasRightbanner #contentdiv {
  padding: 0 0 1.875em;
  float: none;
  width: auto;
  margin: 0; }
  @media screen and (min-width: 37.5625em) {
    .page_1.hasRightbanner #contentdiv {
      padding: 0;
      background-color: #fff;
      overflow: hidden;
      position: relative; } }
.page_1.hasRightbanner #rightbanner {
  float: none;
  width: auto;
  padding: 0;
  margin: 0; }
@media screen and (min-width: 37.5625em) {
  .page_1 #bottomcontainer {
    border-top-color: #aebe46; } }
@media screen and (min-width: 61.25em) {
  .page_1 #bottomcontainer {
    display: block;
    height: auto; } }
.page_1 #bottombanner {
  transition: max-height 0.3s;
  overflow: hidden; }
  @media screen and (min-width: 37.5625em) {
    .page_1 .footer-closed #bottombanner {
      max-height: 0; } }
  @media screen and (min-width: 37.5625em) {
    .page_1 .footer-open #bottombanner {
      max-height: 650px; } }
.page_1 .toggle-footer {
  display: none;
  border: 0;
  background-color: #0d2c6c;
  padding: 0;
  margin: 0;
  border-radius: 50em;
  overflow: hidden;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  left: 50%;
  top: -1.25em;
  z-index: 10;
  outline: none;
  margin-left: -1.75em; }
  @media screen and (min-width: 37.5625em) {
    .page_1 .toggle-footer {
      display: block; } }
  .page_1 .toggle-footer:before {
    font-family: "FontAwesome";
    content: "";
    -webkit-font-smoothing: antialiased;
    color: #ffd100;
    font-size: 1.25em;
    line-height: 1;
    position: absolute;
    top: 0.3em;
    left: 50%;
    text-shadow: 0 -1px 0 #000;
    margin-left: -0.3em;
    transition: -webkit-transform 0.3s, text-shadow 0.3s;
    transition: transform 0.3s, text-shadow 0.3s; }
    .page_1 .footer-closed .toggle-footer:before {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      text-shadow: 0 1px 0 #000; }
  .page_1 .toggle-footer span {
    display: none; }

.media__list {
  margin: 0 auto 2.375em;
  padding: 0 1.25em;
  list-style: none;
  overflow: hidden;
  text-align: center;
  width: 19.75em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
  @media screen and (min-width: 28.75em) and (max-width: 37.5em) {
    .media__list {
      width: 28.5em; } }
  @media screen and (min-width: 37.5625em) {
    .media__list {
      margin-bottom: 0;
      width: 100%;
      max-width: 71.25em;
      padding: 1.25em 0.5em 2.8125em; } }
  @media screen and (min-width: 50.0625em) {
    .media__list {
      padding: 1.25em 0.875em 2.8125em; } }
.media__item {
  margin: 0;
  padding: 0.125em;
  width: 50%;
  float: left;
  display: table; }
  @media screen and (min-width: 28.75em) {
    .media__item {
      width: 33.33333%; } }
  @media screen and (min-width: 37.5625em) {
    .media__item {
      display: none;
      padding: 0;
      padding: 0 0.5em; } }
  @media screen and (min-width: 37.5625em) {
    .featured__item {
      display: block; } }
  @media screen and (max-width: 37.5em) {
    .media__item:nth-child(odd) {
      padding-left: 0; } }
  @media screen and (min-width: 28.75em) and (max-width: 37.5em) {
    .media__item:nth-child(odd) {
      padding-left: 0.125em; } }
  @media screen and (max-width: 37.5em) {
    .media__item:nth-child(even) {
      padding-right: 0; } }
  @media screen and (min-width: 28.75em) and (max-width: 37.5em) {
    .media__item:nth-child(even) {
      padding-right: 0.125em; } }
  .media__item a {
    font-size: 1.125em;
    line-height: 1.11111;
    text-transform: uppercase;
    display: block;
    height: 7.55556em;
    color: #fff;
    background-color: #ffd100;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.55556em; }
    @media screen and (min-width: 37.5625em) {
      .media__item a {
        display: block;
        height: auto;
        padding: 0.88889em 0;
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-color: #0d2c6c;
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4); } }
    @media screen and (min-width: 56.3125em) {
      .media__item a {
        font-size: 1.5em;
        line-height: 1;
        padding: 0.91667em 0; } }
    .media__item a:hover {
      color: #000; }
      @media screen and (min-width: 37.5625em) {
        .media__item a:hover {
          background-color: rgba(0, 0, 0, 0.15); } }
    .media__item a span {
      display: block; }
      @media screen and (min-width: 50.0625em) {
        .media__item a span {
          display: inline; } }
    @media screen and (min-width: 37.5625em) {
      .media__item a .word-0 {
        color: #fff;
        text-shadow: none;
        text-transform: lowercase;
        font-family: "Corbert", sans-serif;
        margin-bottom: 0.25em; } }
  @media screen and (max-width: 37.5em) {
    .media__item:nth-child(3n+2) a {
      color: #5d310e;
      background-color: #ec7b23; } }
  @media screen and (max-width: 37.5em) {
    .media__item:nth-child(3n+2) a:hover {
      color: #000; } }
  @media screen and (max-width: 37.5em) {
    .media__item:nth-child(3n+3) a {
      color: #014158;
      background-color: #00a4e4; } }
  @media screen and (max-width: 37.5em) {
    .media__item:nth-child(3n+3) a:hover {
      color: #000; } }
  @media screen and (min-width: 28.75em) and (max-width: 37.5em) {
    .media__item:nth-child(4) a {
      color: #5d310e;
      background-color: #ec7b23; } }
  @media screen and (min-width: 28.75em) and (max-width: 37.5em) {
    .media__item:nth-child(4) a:hover {
      color: #000; } }
  @media screen and (min-width: 28.75em) and (max-width: 37.5em) {
    .media__item:nth-child(5) a {
      color: #014158;
      background-color: #00a4e4; } }
  @media screen and (min-width: 28.75em) and (max-width: 37.5em) {
    .media__item:nth-child(6) a {
      color: #505820;
      background-color: #ffd100; } }
  @media screen and (min-width: 37.5625em) {
    .media__item.new:before {
      content: '';
      display: block;
      width: 45px;
      height: 45px;
      position: absolute;
      top: 1px;
      left: 7px;
      z-index: 1;
      background-image: url("/uploaded/themes/default_2016/images/home/new.png"); } }

/*! Treatments - Home Slideshow v0.0.1 */
.main-slideshow {
  margin-bottom: 3.125em; }
  @media screen and (min-width: 37.5625em) {
    .main-slideshow {
      margin-bottom: 0; } }

.caroufredsel_wrapper {
  width: 100% !important; }
  @media screen and (max-width: 37.5em) {
    .caroufredsel_wrapper .main-slideshow {
      margin: 0;
      padding: 0;
      overflow: hidden;
      width: 100% !important; } }
  .caroufredsel_wrapper .contentElementDiv {
    float: left;
    background-color: #c1c3c5; }
    @media screen and (min-width: 37.5625em) {
      .caroufredsel_wrapper .contentElementDiv {
        width: 560px;
        height: 417px; } }
    @media screen and (min-width: 50.0625em) {
      .caroufredsel_wrapper .contentElementDiv {
        width: 760px;
        height: 565px; } }
    @media screen and (min-width: 75em) {
      .caroufredsel_wrapper .contentElementDiv {
        width: 1180px;
        height: 700px; } }

.panel__list {
  font-size: 1.125em;
  line-height: 1.44444;
  font-family: "Crimson Text", serif;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  @media screen and (min-width: 37.5625em) {
    .panel__list {
      line-height: 1.66667;
      overflow: hidden; } }
@media screen and (min-width: 50.0625em) {
  .layout-1 .container1 {
    overflow: hidden;
    background-color: #ffd100; } }
@media screen and (min-width: 50.0625em) {
  .layout-3 .container1 {
    float: left;
    width: 37.28814%; } }
@media screen and (min-width: 50.0625em) {
  .layout-1 .container2 {
    float: left;
    width: 37.28814%; } }
@media screen and (min-width: 50.0625em) {
  .layout-2 .container2 {
    float: left;
    width: 25.42373%; } }
@media screen and (min-width: 50.0625em) {
  .layout-3 .container2 {
    float: left;
    width: 25.42373%; } }
@media screen and (min-width: 50.0625em) {
  .layout-3 .container3 {
    float: left;
    width: 37.28814%; } }
@media screen and (min-width: 50.0625em) {
  .layout-3 .container4 {
    float: left;
    width: 62.71186%; } }
.panel__item {
  margin: 0;
  padding: 0; }
  .panel__item--description {
    background-color: #0d2c6c;
    color: #fff;
    padding: 1.66667em 1.11111em 2.77778em; }
    @media screen and (min-width: 37.5625em) {
      .panel__item--description {
        padding: 37.23404% 0 0;
        width: 50%; } }
    @media screen and (min-width: 50.0625em) {
      .panel__item--description {
        padding: 23.72881% 0 0;
        width: 37.28814%; } }
    @media screen and (min-width: 37.5625em) {
      .layout-1 .panel__item--description, .layout-2 .panel__item--description, .layout-3 .panel__item--description {
        float: left; } }
    @media screen and (min-width: 50.0625em) {
      .layout-3 .panel__item--description {
        float: left;
        clear: both;
        width: 100%;
        padding-top: 63.63636%; } }
    @media screen and (min-width: 37.5625em) {
      .panel__item--description .inner-wrap {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; } }
    .panel__item--description .contentElementTitle {
      margin: 0 0 1em 0;
      color: #fff;
      font-size: 1.66667em;
      line-height: 1.33333;
      font-family: "Corbert", sans-serif; }
      @media screen and (min-width: 37.5625em) {
        .panel__item--description .contentElementTitle {
          display: none; } }
    .panel__item--description .contentElementDesc {
      box-shadow: inset 0 0.3125em 0 0 #00a4e4, inset 0 0.375em 0 0 #0d2c6c, inset 0 0.4375em 0 0 #00a4e4;
      padding-top: 1.66667em; }
      @media screen and (min-width: 37.5625em) {
        .panel__item--description .contentElementDesc {
          font-size: 0.88889em;
          line-height: 1.625;
          box-shadow: none;
          padding: 1.25em 1.25em 0; }
          .csstransforms .panel__item--description .contentElementDesc {
            position: absolute;
            top: 50%;
            width: 100%;
            padding-top: 0;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); } }
      @media screen and (min-width: 50.0625em) {
        .panel__item--description .contentElementDesc {
          font-size: 1em;
          line-height: 1.66667;
          padding: 1.11111em 1.11111em 0; } }
      @media screen and (min-width: 50.0625em) {
        .panel__item--description .contentElementDesc > p:first-child:first-line {
          font-size: 1.61111em;
          line-height: 1.37931; } }
    .panel__item--description p {
      margin: 0; }
    .panel__item--description strong {
      font-size: 0.77778em;
      font-weight: normal;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      color: #00a4e4;
      display: block;
      margin-top: 0.22222em; }
  .panel__item--featured, .panel__item--title, .panel__item--video, .panel__item--photo, .panel__item--profile {
    display: none; }
  @media screen and (min-width: 37.5625em) {
    .panel__item--featured, .panel__item--title, .panel__item--video, .panel__item--profile {
      display: block; } }
  .panel__item--featured {
    padding: 37.23404% 0 0;
    width: 50%;
    overflow: hidden; }
    @media screen and (min-width: 50.0625em) {
      .panel__item--featured {
        padding: 23.72881% 0 0;
        width: 37.28814%; } }
    @media screen and (min-width: 37.5625em) {
      .layout-1 .panel__item--featured, .layout-2 .panel__item--featured {
        float: left; } }
    @media screen and (min-width: 37.5625em) {
      .layout-3 .panel__item--featured {
        float: left; } }
    @media screen and (min-width: 50.0625em) {
      .layout-3 .panel__item--featured {
        padding: 63.63636% 0 0;
        float: right;
        width: 100%; } }
    .panel__item--featured .featured-link {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .panel__item--featured img {
      display: block;
      width: 100%; }
    .panel__item--featured .contentElementDesc {
      color: #555555;
      background-color: #ffd100;
      line-height: 1.22222;
      text-align: left;
      font-family: "Lato", sans-serif;
      padding: 0.44444em 0.83333em 0.66667em;
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 20;
      box-shadow: inset -1px 0 rgba(255, 255, 255, 0.3); }
      .panel__item--featured .contentElementDesc:before {
        content: 'In the news';
        text-transform: uppercase;
        color: #46250a;
        text-shadow: 0 1px rgba(255, 255, 255, 0.2);
        font-size: 0.66667em;
        font-weight: 600;
        margin-bottom: 0.11111em; }
      .panel__item--featured .contentElementDesc a {
        color: #000; }
      .panel__item--featured .contentElementDesc p {
        margin: 0; }
  .panel__item--title {
    width: 50%;
    overflow: hidden; }
    @media screen and (min-width: 37.5625em) {
      .panel__item--title {
        padding-top: 37.23404%; } }
    @media screen and (min-width: 50.0625em) {
      .panel__item--title {
        width: 40%;
        width: 37.28814%;
        padding-top: 23.72881%; } }
    @media screen and (min-width: 37.5625em) {
      .layout-1 .panel__item--title, .layout-2 .panel__item--title {
        float: left; } }
    @media screen and (min-width: 50.0625em) {
      .layout-1 .panel__item--title {
        width: 100%;
        padding-top: 63.63636%; } }
    @media screen and (min-width: 37.5625em) {
      .layout-3 .panel__item--title {
        float: right; } }
    @media screen and (min-width: 50.0625em) {
      .layout-3 .panel__item--title {
        float: left;
        clear: both;
        width: 100%;
        padding-top: 63.63636%; } }
    .panel__item--title:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 164, 228, 0.75);
      z-index: 20; }
    .panel__item--title .contentElementDesc {
      font-size: 1.75em;
      line-height: 1.28571;
      z-index: 30;
      color: #fff;
      font-family: "Corbert", sans-serif;
      padding: 0.71429em;
      margin: 0; }
      @media screen and (min-width: 37.5625em) {
        .panel__item--title .contentElementDesc {
          position: absolute;
          top: 0;
          left: 0; }
          .csstransforms .panel__item--title .contentElementDesc {
            top: 50%;
            width: 100%;
            padding-top: 0;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); } }
      .panel__item--title .contentElementDesc p {
        margin: 0; }
      .panel__item--title .contentElementDesc a {
        color: #fff; }
        .panel__item--title .contentElementDesc a:hover {
          color: #fff; }
    .panel__item--title .contentElementImage {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      width: 100%;
      height: auto;
      z-index: 10; }
      @media screen and (min-width: 37.5625em) {
        .panel__item--title .contentElementImage {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; } }
      .panel__item--title .contentElementImage a {
        color: #fff; }
  .panel__item--video {
    width: 25%;
    font-size: 1em;
    line-height: 1.11111;
    font-family: "Lato", sans-serif;
    background-color: #ffe40f;
    color: #000;
    padding-top: 18.61702%; }
    @media screen and (min-width: 50.0625em) {
      .panel__item--video {
        width: 25.42373%;
        padding-top: 11.86441%;
        font-size: 1.11111em;
        line-height: 1.1; } }
    @media screen and (min-width: 37.5625em) {
      .layout-1 .panel__item--video, .layout-3 .panel__item--video {
        float: left;
        clear: left; } }
    @media screen and (min-width: 50.0625em) {
      .layout-1 .panel__item--video, .layout-3 .panel__item--video {
        clear: none; } }
    @media screen and (min-width: 37.5625em) {
      .layout-2 .panel__item--video {
        float: left; } }
    @media screen and (min-width: 50.0625em) {
      .layout-2 .panel__item--video {
        width: 100%;
        padding-top: 46.66667%; } }
    @media screen and (min-width: 50.0625em) {
      .layout-3 .panel__item--video {
        width: 100%;
        padding-top: 46.66667%; } }
    @media screen and (min-width: 37.5625em) {
      .panel__item--video .inner-wrap {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; } }
    .panel__item--video p {
      margin: 0;
      position: static; }
    .panel__item--video a {
      color: inherit;
      display: block;
      padding: 1.5em 1em 0; }
      .csstransforms .panel__item--video a {
        position: absolute;
        top: 50%;
        width: 100%;
        padding-top: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .panel__item--video a:hover {
        opacity: .7; }
    .panel__item--video .watch-video {
      display: block;
      margin-top: 0.5em;
      opacity: 0.6; }
      .panel__item--video .watch-video:before {
        font-family: "FontAwesome";
        content: "";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-size: 1.5em;
        vertical-align: top;
        margin-top: -0.2em;
        margin-right: 0.2em; }
  @media screen and (min-width: 50.0625em) {
    .panel__item--photo {
      display: block;
      float: left;
      overflow: hidden; } }
  .panel__item--photo img {
    max-width: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .panel__item--small {
    width: 25.42373%;
    padding-top: 18.61702%; }
    @media screen and (min-width: 50.0625em) {
      .panel__item--small {
        padding-top: 11.86441%; } }
    @media screen and (min-width: 50.0625em) {
      .layout-1 .panel__item--small {
        float: none;
        position: absolute;
        bottom: 0;
        right: 0; } }
    @media screen and (min-width: 50.0625em) {
      .layout-1 .panel__item--small img {
        top: auto; } }
    @media screen and (min-width: 50.0625em) {
      .layout-2 .panel__item--small {
        clear: both;
        width: 100%;
        padding-top: 46.66667%; } }
    @media screen and (min-width: 50.0625em) {
      .layout-3 .panel__item--small {
        width: 100%;
        padding-top: 46.66667%; } }
  .panel__item--medium {
    width: 37.28814%;
    padding-top: 31.81818%; }
    @media screen and (min-width: 50.0625em) {
      .panel__item--medium {
        padding-top: 12.2807%; } }
    @media screen and (min-width: 50.0625em) {
      .layout-1 .panel__item--medium {
        width: 100%;
        padding-top: 31.81818%; } }
    @media screen and (min-width: 50.0625em) {
      .layout-3 .panel__item--medium {
        width: 100%;
        padding-top: 31.81818%; } }
  .panel__item--large {
    width: 37.28814%;
    padding-top: 55.85106%; }
    @media screen and (min-width: 50.0625em) {
      .panel__item--large {
        padding-top: 35.59322%; } }
    @media screen and (min-width: 50.0625em) {
      .layout-3 .panel__item--large {
        width: 59.45946%;
        padding: 56.75676% 0 0; } }
  .panel__item--profile {
    width: 25%;
    padding-top: 37.23404%;
    overflow: hidden; }
    @media screen and (min-width: 50.0625em) {
      .panel__item--profile {
        width: 25.42373%;
        padding-top: 23.72881%; } }
    @media screen and (min-width: 37.5625em) {
      .panel__item--profile {
        float: left; } }
    @media screen and (min-width: 50.0625em) {
      .layout-3 .panel__item--profile {
        width: 40.54054%;
        padding: 37.83784% 0 0; } }
    .panel__item--profile .profile-link {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .panel__item--profile:after {
      font-family: "FontAwesome";
      content: "";
      -webkit-font-smoothing: antialiased;
      display: block;
      font-size: 1.66667em;
      color: #fff;
      line-height: 1;
      text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1), 0 -3px 0 rgba(0, 0, 0, 0.1), 3px 0 0 rgba(0, 0, 0, 0.1), -3px 0 0 rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 0.6em;
      left: 0.6em;
      z-index: 10; }
    .panel__item--profile img {
      max-width: none;
      width: 100%; }
    .panel__item--profile .contentElementDesc {
      color: #555555;
      background-color: #ffd100;
      line-height: 1.22222;
      text-align: left;
      font-family: "Lato", sans-serif;
      padding: 0.44444em 0.83333em 0.66667em;
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 20;
      box-shadow: inset -1px 0 rgba(255, 255, 255, 0.3); }
      .csstransforms .panel__item--profile .contentElementDesc {
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
        transition: -webkit-transform .6s;
        transition: transform .6s; }
      .panel__item--profile .contentElementDesc:before {
        content: 'Profiles';
        text-transform: uppercase;
        color: #46250a;
        text-shadow: 0 1px rgba(255, 255, 255, 0.2);
        font-size: 0.66667em;
        font-weight: 600;
        margin-bottom: 0.11111em; }
      .csstransforms .panel__item--profile:hover .contentElementDesc {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0); }
      .panel__item--profile .contentElementDesc a {
        color: #fff; }
      .panel__item--profile .contentElementDesc p {
        margin: 0; }

.slide-pager {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: opacity 0.3s; }
  @media screen and (min-width: 56.3125em) {
    .slide-pager {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
      position: static; } }

@media screen and (min-width: 56.3125em) {
  .slide-pager__previous,
  .slide-pager__next {
    display: block;
    border-radius: 50em;
    background-clip: padding-box;
    background-color: rgba(23, 24, 25, 0.8);
    width: 10em;
    height: 10em;
    position: absolute;
    z-index: 100;
    background-image: url("/uploaded/themes/default_2016/images/home/paging.png");
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -5em; } }
@media screen and (min-width: 56.3125em) {
  .slide-pager__previous span,
  .slide-pager__next span {
    display: none; } }
@media screen and (min-width: 56.3125em) {
  .slide-pager__previous:hover,
  .slide-pager__next:hover {
    background-color: rgba(23, 24, 25, 0.9); } }

@media screen and (min-width: 56.3125em) {
  .slide-pager__previous {
    left: -80px;
    background-position: 90px 44px; } }

@media screen and (min-width: 56.3125em) {
  .slide-pager__next {
    right: -80px;
    background-position: 35px -320px; } }

.slide-pagination {
  font-size: 1.125em;
  text-align: center;
  margin-top: -1.11111em;
  z-index: 100; }
  .slide-pagination a {
    display: inline-block;
    border-radius: 5em;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 1px 0 #bfbfbf;
    color: #0d2c6c;
    font-family: "Corbert", sans-serif;
    width: 2.22222em;
    height: 2.22222em;
    margin: 0 0.27778em;
    padding: 0.44444em 0 0;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s; }
    .slide-pagination a:hover, .slide-pagination a.selected {
      box-shadow: none;
      color: #fff;
      background-color: #00a4e4; }

/*! Treatments - Home Full Screen v0.0.1 */
.fs-canvas {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffd100;
  top: 0;
  left: 0;
  z-index: 900;
  opacity: 0;
  transition: opacity .45s;
  pointer-events: none;
  visbility: hidden;
  padding: 0 2.5em; }
  .fs-canvas-active .fs-canvas {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visbility: visible; }
  @media screen and (min-width: 37.5625em) {
    .fs-canvas:before {
      content: '';
      display: block;
      width: 548px;
      height: 548px;
      position: absolute;
      top: 40px;
      left: 20px;
      background: url("/uploaded/themes/default_2016/images/common/seal-trans-back.svg") no-repeat 0 0;
      opacity: .1; } }
  @media screen and (min-width: 37.5625em) {
    .no-svg .fs-canvas:before {
      width: 364px;
      height: 364px;
      background-image: url("/uploaded/themes/default_2016/images/common/seal-trans-back.png"); } }
  .fs-canvas .fs-close-btn {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    padding: 2.5em;
    right: 0;
    z-index: 100; }
    .fs-canvas .fs-close-btn:hover {
      color: rgba(0, 0, 0, 0.3); }
    .fs-canvas .fs-close-btn:focus {
      outline: none; }
    .fs-canvas .fs-close-btn:before {
      font-size: 3.75em;
      line-height: 1;
      font-family: "FontAwesome";
      content: "";
      -webkit-font-smoothing: antialiased; }
    .fs-canvas .fs-close-btn span {
      display: none; }
  .fs-canvas h1 {
    font-size: 3.75em;
    line-height: 1.2;
    color: #0d2c6c;
    font-family: "Lato", sans-serif;
    margin: 0 0 0.5em; }

.fs-canvas-inner {
  max-width: 58.75em;
  margin: 0 auto;
  padding-top: 5em;
  opacity: 0;
  visbility: hidden;
  pointer-events: none;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6); }
  .fs-canvas-active .fs-canvas-inner {
    opacity: 1;
    visbility: visible;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .3s .5s; }

.fs-canvas-content {
  background-color: #fff;
  color: #000;
  line-height: 1.25;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 3.4375em 1.875em 0 1.875em;
  height: 60vh;
  overflow: auto; }
  .fs-canvas-content:before, .fs-canvas-content:after {
    content: ' ';
    display: table; }
  .fs-canvas-content:after {
    clear: both; }
  .fs-canvas-video .fs-canvas-content {
    padding: 0;
    height: inherit; }
  .fs-canvas-video #text1p {
    padding-top: 56.25%; }
  .fs-canvas-content img {
    float: left;
    width: 60%;
    margin: -3.4375em 1.875em 0 -1.875em; }
  .fs-canvas-content h2 {
    font-size: 1.375em;
    line-height: 1.09091;
    color: #0d2c6c; }
  .fs-canvas-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*! @media - Print v0.0.2 */
@media print {
  #leftbanner,
  .nav,
  .nav-container-sub,
  .nav-container-breadcrumbs {
    display: none; }

  .site-link:before {
    content: normal; }

  #topcontainer {
    border-bottom-width: 0; }

  #topbanner {
    border-bottom-width: 0; }

  .masthead {
    padding-left: 0;
    padding-right: 0; }

  .site-link {
    padding-left: 0; }
    .site-link:before {
      content: normal; }
    .site-link:after {
      content: "" !important; }

  #midcontainer {
    padding: 0; }

  #mainmiddle {
    padding: 0; }
    #mainmiddle:before, #mainmiddle:after {
      content: normal;
      display: none; }

  #contentdiv,
  #rightbanner {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important; }

  #bottombanner {
    max-width: none; }

  #bottomcontainer {
    padding-left: 0;
    padding-right: 0; }

  .address {
    padding-left: 0; }
    .address:before {
      content: normal; }

  #leftbanner .module .bannermodtitle,
  #leftbanner .module .bannermodtd,
  #rightbanner .module .bannermodtitle,
  #rightbanner .module .bannermodtd {
    border-width: 0;
    padding: 0;
    box-shadow: none; } }
/*! Shame v0.0.2 */
td > img {
  max-height: initial;
  max-width: initial !important; }
