@charset "UTF-8";
a, .buttons,
.fs_style_26,
.fs_style_27,
.fs_style_28,
.button,
.callout-button,
.fs_style_30,
#showHideEventDetails, textarea,
input,
select {
  transition: background 0.3s, border 0.3s, color 0.3s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

/*! Content - Typography v0.0.6 */
@font-face {
  font-family: "tex";
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.eot");
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.woff") format("woff"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.ttf") format("truetype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.svg#tex") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "tex";
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_italic_macroman/texgyreheros-italic-webfont.eot");
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_italic_macroman/texgyreheros-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_italic_macroman/texgyreheros-italic-webfont.woff") format("woff"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_italic_macroman/texgyreheros-italic-webfont.ttf") format("truetype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_italic_macroman/texgyreheros-italic-webfont.svg#tex") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "tex";
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.eot");
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.woff") format("woff"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.ttf") format("truetype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.svg#tex") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "tex";
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_bolditalic_macroman/texgyreheros-bolditalic-webfont.eot");
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_bolditalic_macroman/texgyreheros-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_bolditalic_macroman/texgyreheros-bolditalic-webfont.woff") format("woff"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_bolditalic_macroman/texgyreheros-bolditalic-webfont.ttf") format("truetype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheros_bolditalic_macroman/texgyreheros-bolditalic-webfont.svg#tex") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: "texcn";
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_regular_macroman/texgyreheroscn-regular-webfont.eot");
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_regular_macroman/texgyreheroscn-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_regular_macroman/texgyreheroscn-regular-webfont.woff") format("woff"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_regular_macroman/texgyreheroscn-regular-webfont.ttf") format("truetype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_regular_macroman/texgyreheroscn-regular-webfont.svg#texcn") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "texcn";
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_bold_macroman/texgyreheroscn-bold-webfont.eot");
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_bold_macroman/texgyreheroscn-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_bold_macroman/texgyreheroscn-bold-webfont.woff") format("woff"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_bold_macroman/texgyreheroscn-bold-webfont.ttf") format("truetype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_bold_macroman/texgyreheroscn-bold-webfont.svg#texcn") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "texcn";
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_italic_macroman/texgyreheroscn-italic-webfont.eot");
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_italic_macroman/texgyreheroscn-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_italic_macroman/texgyreheroscn-italic-webfont.woff") format("woff"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_italic_macroman/texgyreheroscn-italic-webfont.ttf") format("truetype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_italic_macroman/texgyreheroscn-italic-webfont.svg#texcn") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "texcn";
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_bolditalic_macroman/texgyreheroscn-bolditalic-webfont.eot");
  src: url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_bolditalic_macroman/texgyreheroscn-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_bolditalic_macroman/texgyreheroscn-bolditalic-webfont.woff") format("woff"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_bolditalic_macroman/texgyreheroscn-bolditalic-webfont.ttf") format("truetype"), url("/uploaded/themes/default/fonts/web_fonts/texgyreheroscn_bolditalic_macroman/texgyreheroscn-bolditalic-webfont.svg#texcn") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: "IcoMoon";
  src: url("/uploaded/themes/default/fonts/icomoon/fonts/icomoon.eot");
  src: url("/uploaded/themes/default/fonts/icomoon/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/icomoon/fonts/icomoon.woff") format("woff"), url("/uploaded/themes/default/fonts/icomoon/fonts/icomoon.ttf") format("truetype"), url("/uploaded/themes/default/fonts/icomoon/fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! Content - HTML v0.0.7 */
h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.42857em;
  line-height: 0.97143em;
  color: #3d3d3d; }
  @media (min-width: 31.25em) {
    h1,
    .alpha {
      font-size: 2.33333em; } }

h2,
.beta,
.lead-in,
.fs_style_24,
.callout,
.fs_style_29,
div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title,
.pagetype_item b,
.newsposttitle {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.15em;
  font-size: 1.33333em;
  line-height: 1.3em;
  color: #035386;
  font-weight: 700; }

h3,
.gamma,
blockquote,
.bannermodtitle {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.27273em;
  font-size: 1.46667em;
  line-height: 1em;
  color: null; }

h4,
.delta,
.school-details [itemprop='name'],
.nav-main > ul > li > a,
.monthhead,
.etitle,
.directory .fsDirEntryName strong,
.imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle,
.gridTable .contentElementTitle,
.popup-window #ptitle,
.portlet_title {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.55556em;
  font-size: 1.2em;
  line-height: 1.22222em;
  color: null; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.625em;
  font-size: 1.06667em;
  line-height: 1.125em;
  color: #035386; }

h6,
.zeta,
#calendar_nav + .listonly_block .listcap,
.directory .fsDirEntryRoles:before,
.directory .fsDirEntryTitle:before {
  margin-top: 0;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.76923em;
  font-size: 0.86667em;
  line-height: 1.38462em;
  color: null; }

p {
  margin: 0 0 1.33333em;
  letter-spacing: 0.05em; }

a {
  color: #03baec;
  text-decoration: none;
  font-weight: 700; }
  a:hover {
    color: #035386; }
  nav a {
    display: block; }

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

table.styled {
  width: 100%;
  margin-bottom: 1.33333em;
  border-collapse: collapse;
  font-size: 16px; }
  table.styled table {
    margin-top: 0;
    margin-bottom: 1.33333em;
    width: 100%; }
  table.styled tr:nth-of-type(odd) td {
    background-color: #f2efef; }
  table.styled th,
  table.styled td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled caption {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: #035386;
    text-align: left;
    color: #fff; }
  table.styled td {
    padding: 0.66667em 1.33333em;
    background: #f9f7f7; }

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

iframe {
  max-width: 100%; }

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

/*! Content - Button v0.0.5 */
.buttons,
.fs_style_26,
.fs_style_27,
.fs_style_28,
.button,
.callout-button,
.fs_style_30,
#showHideEventDetails {
  display: inline-block;
  margin: 0 0.66667em 0.66667em 0;
  padding: 16px 32px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  background: #035386;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em; }
  #leftbanner .buttons, #rightbanner .buttons, #leftbanner
  .fs_style_26, #leftbanner
  .fs_style_27, #leftbanner
  .fs_style_28, #leftbanner
  .button, #leftbanner
  .callout-button, #leftbanner
  .fs_style_30, #leftbanner
  #showHideEventDetails, #rightbanner
  .fs_style_26, #rightbanner
  .fs_style_27, #rightbanner
  .fs_style_28, #rightbanner
  .button, #rightbanner
  .callout-button, #rightbanner
  .fs_style_30, #rightbanner
  #showHideEventDetails {
    display: block;
    padding: 16px 5px;
    margin-bottom: 20; }
  .buttons:hover,
  .fs_style_26:hover,
  .fs_style_27:hover,
  .fs_style_28:hover,
  .button:hover,
  .callout-button:hover,
  .fs_style_30:hover,
  #showHideEventDetails:hover {
    background: #02446d;
    color: #fff; }

.fs_style_27 {
  background-color: #2a7bb9; }
  .fs_style_27:hover {
    background-color: #256da4; }

.fs_style_28 {
  background-color: #03baec; }
  .fs_style_28:hover {
    background-color: #03a6d3; }

.callout-button, .fs_style_30 {
  max-width: 26em;
  min-width: 260px;
  display: inline-block;
  padding: 23px;
  text-transform: none;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  font-family: "acumin-pro", sans-serif;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .callout-button em, .fs_style_30 em {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "acumin-pro", sans-serif; }
  .callout-button:before, .fs_style_30:before {
    content: "";
    background-color: #03baec;
    width: 68px;
    position: absolute;
    height: 100%;
    left: 20px;
    top: 0;
    z-index: -1;
    opacity: 0.5;
    transition: left 0.3s, opacity 0.3s, width 0.3s; }
    .layout_7 .callout-button:before, .layout_9 .callout-button:before, .layout_7 .fs_style_30:before, .layout_9 .fs_style_30:before {
      opacity: 0.75; }
  .callout-button:hover:before, .fs_style_30:hover:before {
    left: 0;
    width: 100%;
    opacity: 1; }
  #leftbanner .callout-button, #rightbanner .callout-button, #leftbanner .fs_style_30, #rightbanner .fs_style_30 {
    display: block;
    width: 100%;
    max-width: 100%; }

.fs_style_31 {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #bababa;
  font-size: 13px;
  font-weight: 700;
  max-width: 144px;
  padding: 5px;
  border-radius: 20px;
  color: #bababa; }
  .fs_style_31:hover {
    background-color: #bababa;
    color: #fff; }

/*! Content - Forms v0.0.5 */
textarea,
input,
select {
  max-width: 100%;
  padding: 0.66667em 0.88889em;
  font-family: "acumin-pro", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #5c5c5c; }
  textarea:hover, textarea:focus,
  input:hover,
  input:focus,
  select:hover,
  select:focus {
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.15em 0 0 rgba(0, 0, 0, 0.3); }

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

[disabled] {
  cursor: not-allowed; }

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

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

.required {
  color: #5c5c5c; }

.fsLoginForms {
  width: 100%; }

.fsLoginFooter {
  margin-left: 0; }

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

/*! Content - Style Manger v0.0.5 */
.lead-in, .fs_style_24 {
  line-height: 1.55556em; }

blockquote {
  color: #a9a9a9;
  font-style: italic;
  text-align: center;
  display: block;
  margin-bottom: 0.55556em;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.55556em;
  position: relative;
  padding-top: 55px; }
  blockquote:before {
    position: absolute;
    font-family: Georgia, serif;
    font-style: normal;
    left: 50%;
    top: 0;
    content: '\201C';
    font-size: 80px;
    line-height: 1;
    color: #035386;
    background-color: #fff;
    height: 30px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 10px; }
  blockquote:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    background-color: #d4d4d4; }

.callout, .fs_style_29 {
  margin-right: 0;
  margin-left: 0;
  line-height: 1.55556em; }
  .callout.left, .fs_style_29.left {
    width: 50%;
    float: left;
    margin-left: 0.66667em; }
  .callout.right, .fs_style_29.right {
    width: 50%;
    float: right;
    margin-right: 0.66667em; }

cite, .fs_style_25 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #035386;
  display: block;
  margin-bottom: 1.33333em;
  text-align: center;
  margin-top: 20px; }
  cite:before, .fs_style_25:before {
    content: '- '; }

img {
  margin-bottom: 0.33333em; }
  img.left {
    float: left;
    width: 50%;
    margin-left: 0.66667em; }
  img.right {
    float: right;
    width: 50%;
    margin-right: 0.66667em; }

.image-caption {
  padding-left: 0.33333em; }

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

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

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

#nav_menus,
#ql_menu {
  display: none; }

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

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

html[class] {
  color: #5c5c5c; }

html {
  font-family: "acumin-pro", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased; }
  html.no-mqs {
    min-width: 78.66667em; }

body {
  font-size: 0.9375em;
  line-height: 1.33333; }

/*! Structure - Header v0.0.3 */
#topcontainer {
  padding-right: 1.33333em;
  padding-left: 1.33333em; }

#topbanner {
  margin: 0 auto;
  max-width: 96em;
  max-width: 90rem; }

.site-info-container {
  padding-top: 1.33333em;
  padding-bottom: 1.33333em; }

.site-info {
  display: block;
  transition: none;
  white-space: nowrap;
  color: transparent; }
  .svg .site-info {
    background: url("/uploaded/themes/default/images/common/logo.svg") no-repeat 0 0; }
  .no-svg .site-info {
    background: url("/uploaded/themes/default/images/common/logo.png") no-repeat 0 0; }
  .site-info:hover {
    color: transparent; }

.site-name {
  display: block;
  font-size: null;
  color: inherit; }

.site-tagline {
  display: block;
  font-size: null;
  color: inherit; }

/*! Structure - Main v0.0.4 */
#midcontainer {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 1.33333em;
  padding-bottom: 1.33333em;
  word-break: break-word;
  word-wrap: break-word;
  background: #fff; }

#mainmiddle {
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  zoom: 1; }
  #mainmiddle:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 37.5em) {
    #mainmiddle {
      min-height: 26.66667em; } }

/*! Structure - Layouts v0.0.6 */
#leftbanner,
#contentdiv,
#rightbanner {
  width: 100%; }
  @media (min-width: 37.5em) {
    #leftbanner,
    #contentdiv,
    #rightbanner {
      min-height: 13.33333em; } }

#leftbanner,
#rightbanner {
  font-size: 0.93333em;
  line-height: 1.42857em; }

@media (min-width: 37.5em) {
  #leftbanner {
    float: left;
    width: 35%;
    padding-right: 3.38983%; } }
@media (min-width: 56.25em) {
  #leftbanner {
    width: 28.81356%; } }

@media (min-width: 37.5em) {
  #contentdiv {
    float: left;
    width: 65%; } }
@media (min-width: 56.25em) {
  #contentdiv {
    width: 71.18644%; } }
html:not(.hasRightbanner):not(.hasLeftbanner) #contentdiv {
  width: 100%; }
@media (min-width: 37.5em) {
  .hasRightbanner #contentdiv {
    padding-right: 3.38983%; } }
@media (min-width: 56.25em) {
  .hasRightbanner #contentdiv {
    width: 77.9661%; } }
@media (min-width: 56.25em) {
  .hasRightbanner.hasLeftbanner #contentdiv {
    width: 49.15254%; } }

@media (min-width: 37.5em) {
  #rightbanner {
    float: right;
    width: 35%; } }
@media (min-width: 56.25em) {
  #rightbanner {
    width: 22.0339%; } }
.hasLeftbanner #rightbanner {
  width: 100%; }
  @media (min-width: 56.25em) {
    .hasLeftbanner #rightbanner {
      width: 22.0339%; } }

/*! Structure - Footer v0.0.3 */
#bottomcontainer {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 1.33333em;
  background: #035386;
  color: #fff;
  text-align: left; }

#bottombanner {
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }

.school-details {
  margin-bottom: 1.33333em; }
  .school-details [itemprop='telephone'] {
    display: inline-block; }
    .school-details [itemprop='telephone']:after {
      margin-right: 0.53333em;
      margin-left: 0.53333em;
      display: inline-block;
      content: '|'; }
  .school-details [itemprop='fax'] {
    display: inline-block; }
  .school-details a {
    color: inherit; }

/*! Navigation - Main v0.0.6 */
.nav-main {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: -1.33333em; }
  .nav-main ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-main a {
    display: block; }
  .dropdown-holder {
    display: none; }
  @media (min-width: 37.5em) {
    .nav-main > ul {
      text-align: justify; }
      .nav-main > ul:after {
        content: '';
        display: inline-block;
        width: 100%; } }
  .nav-main > ul > li {
    position: relative; }
    @media (min-width: 37.5em) {
      .nav-main > ul > li {
        display: inline-block; } }
    .nav-main > ul > li:last-child .fsMenu {
      left: auto;
      right: 0; }
    @media (min-width: 62.5em) {
      .nav-main > ul > li:hover .fsMenu {
        display: block;
        -webkit-animation: revealNav .8s forwards;
        animation: revealNav .8s forwards;
        visibility: visible;
        opacity: 1; } }
    .nav-main > ul > li:hover > a {
      color: #2a7bb9; }
    .nav-main > ul > li > a {
      margin-bottom: 0;
      padding: 0.55556em;
      color: #fff; }
      .nav-main > ul > li > a:hover, .nav-main > ul > li > a.navon {
        color: #2a7bb9; }
      .fsSection-btn > a {
        color: #03baec; }

.mega-caption {
  float: left;
  width: 33.33333%; }

.mega-image {
  float: right;
  width: 33.33333%; }

@-webkit-keyframes revealNav {
  0%, 50% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }

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

/*! Navigation - Sub v0.0.5 */
.nav-sub-container {
  padding-bottom: 2.66667em; }
  .nav-sub-container .bannermodtitle {
    position: relative;
    margin-bottom: 0; }
    @media (max-width: 37.4375em) {
      .nav-sub-container .bannermodtitle:before {
        position: absolute;
        top: 50%;
        right: 1.33333em;
        height: 0.2em;
        width: 0.2em;
        content: '';
        background: #fff;
        border-radius: 100%;
        box-shadow: -0.33333em 0 0 0 #fff, 0.33333em 0 0 0 #fff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: box-shadow .3s, -webkit-transform .3s;
        transition: box-shadow .3s, transform .3s; } }
    @media (max-width: 37.4375em) {
      .nav-sub-container .bannermodtitle.open-nav:before {
        box-shadow: 0 -0.33333em 0 0 #fff, 0 0.33333em 0 0 #fff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
  @media (max-width: 37.4375em) {
    .nav-sub-container .bannermodtd {
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      transition: max-height .3s, opacity .3s; } }
  @media (max-width: 37.4375em) {
    .open-nav + .bannermodtd {
      max-height: 66.66667em;
      opacity: 1; } }
  .nav-sub-container.mobile-sub {
    display: none; }
    .nav-sub-container.mobile-sub a {
      padding: 10px 22px; }
  @media (max-width: 37.5em) {
    #rightbanner .nav-sub-container, #leftbanner .nav-sub-container {
      display: none; }
    .nav-sub-container.mobile-sub {
      display: block; } }

.nav-sub {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-sub ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-sub a {
    display: block; }
  .nav-sub > ul > li ul {
    padding-top: 10;
    padding-bottom: 10;
    padding-left: 1.33333em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .nav-sub > ul > li ul ul {
      border-bottom: 0; }
    .nav-sub > ul > li ul a {
      padding: 0.33333em 0.66667em;
      border-bottom: 0; }
  .nav-sub a {
    padding: 0.66667em 0.66667em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #5c5c5c; }
    .nav-sub a.navon, .nav-sub a:hover {
      color: #03baec; }
    .nav-sub a span {
      display: block; }

/*! Navigation - Consituent v0.0.5 */
.nav-const {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-const ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-const a {
    display: block; }
  .nav-const a {
    padding: 0em 0em; }

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

/*! Navigation - Utility v0.0.4 */
.nav-util {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-util ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-util a {
    display: block; }
  .nav-util a {
    padding: 0em 0em; }

/*! Navigation - Off Canvas v0.1.0 */
.drawer_trigger {
  padding: 0;
  background: none;
  border: 0;
  outline: 0; }

@media (min-width: 37.5em) {
  .drawer_ribbon {
    display: none; } }
.drawer_ribbon:after {
  clear: both;
  display: table;
  content: ''; }

.drawer_trigger {
  position: relative;
  float: left;
  width: 50%;
  color: rgba(255, 255, 255, 0.5); }
  .drawer_trigger:after {
    position: absolute;
    top: 50%;
    left: 4em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (min-width: 18.75em) {
      .drawer_trigger:after {
        content: 'Main Menu'; } }

.drawer_cue {
  position: relative;
  height: 4em;
  max-width: 4.66667em;
  width: 100%;
  transition: background 0.5s, color 0.5s;
  float: left; }
  .drawer_cue:before, .drawer_cue:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.13333em;
    width: 42.85714%;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: background 0.5s, box-shadow 0.5s, margin 0.5s, -webkit-transform-origin 0.5s, -webkit-transform 0.5s;
    transition: background 0.5s, box-shadow 0.5s, margin 0.5s, -ms-transform-origin 0.5s, transform 0.5s;
    transition: background 0.5s, box-shadow 0.5s, margin 0.5s, transform-origin 0.5s, transform 0.5s; }
  .drawer_cue:before {
    margin-top: -0.26667em; }
  .drawer_cue:after {
    box-shadow: 0 0.26667em 0 0 rgba(255, 255, 255, 0.5); }
  [data-drawer-state="visible"] .drawer_cue:before {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  [data-drawer-state="visible"] .drawer_cue:after {
    box-shadow: -0.5em 0.26667em 0 0 transparent;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.drawer {
  position: absolute;
  top: 4em;
  z-index: 300;
  height: 100%;
  width: 80%;
  pointer-events: none;
  background: #035386;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  left: 0;
  -webkit-transform: translate(-40%, 0);
  -ms-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 37.5em) {
    .drawer {
      display: none; } }
  .csstransforms3d .drawer {
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0); }
  .no-csstransforms .drawer {
    display: none; }
  [data-drawer-state="visible"] .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    .csstransforms3d [data-drawer-state="visible"] .drawer {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .no-csstransforms [data-drawer-state="visible"] .drawer {
      display: block; }

#bodydiv {
  position: relative;
  z-index: 302; }
  @media (max-width: 37.4375em) {
    #bodydiv {
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s; } }

[data-drawer-state="visible"] #bodydiv {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0); }
  .csstransforms3d [data-drawer-state="visible"] #bodydiv {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0); }

/*! Modules - Common v0.3.0 */
.bannermodtitle {
  margin-bottom: 15px; }
  .bannermodtitle h1, .bannermodtitle h2, .bannermodtitle h3, .bannermodtitle h4, .bannermodtitle h5, .bannermodtitle h6 {
    font-weight: 700;
    font-size: 24px; }
  .bannermodtitle p {
    margin-bottom: 0; }

.push {
  padding-bottom: 1.33333em; }

.module, .module-alt {
  margin-bottom: 1.33333em !important;
  padding: 1.33333em;
  background: #eee; }
  .module p:last-child, .module-alt p:last-child {
    margin-bottom: 0; }
  .module .fs_style_31, .module-alt .fs_style_31 {
    background-color: #fff; }
    .module .fs_style_31:hover, .module-alt .fs_style_31:hover {
      background-color: #bababa;
      color: #fff; }

.module-alt {
  background-color: #2a7bb9;
  color: #fff; }
  .module-alt .fs_style_31 {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
    .module-alt .fs_style_31:hover {
      background-color: #fff;
      color: #2a7bb9; }
  .module-alt .bannermodtitle {
    color: #03baec; }
  .module-alt .lead-in, .module-alt .fs_style_24 {
    color: #fff; }

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

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

.ui-widget {
  font-family: "acumin-pro", sans-serif;
  font-size: 1em;
  color: #5c5c5c; }

/*! Modules - Accordion v0.0.7 */
.mcExpandingList {
  margin-bottom: 1.33333em;
  width: 100%; }
  .mcExpandingList h4.ui-accordion-header {
    margin: 0;
    padding: 6px;
    padding-left: 72px;
    font-size: 1.33333em;
    font-style: normal;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    outline: 0;
    letter-spacing: 0.05px;
    background: transparent;
    color: #a9a9a9 !important; }
    .mcExpandingList h4.ui-accordion-header:first-child {
      border-top: 1px solid #d0d0d0; }
    .mcExpandingList h4.ui-accordion-header.ui-state-hover {
      background: transparent;
      color: #03baec !important; }
    .mcExpandingList h4.ui-accordion-header.ui-state-active {
      background: transparent;
      color: #035386 !important; }
    .mcExpandingList h4.ui-accordion-header .ui-icon {
      position: absolute;
      top: 0;
      right: auto;
      left: 9px;
      display: block;
      margin-top: 0;
      height: 100%;
      width: 2em;
      overflow: visible;
      text-indent: 0;
      background: none; }
      .mcExpandingList h4.ui-accordion-header .ui-icon:after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        display: block;
        content: '\f067';
        font-family: "IcoMoon";
        font-size: 0.8em;
        font-weight: normal;
        text-align: center;
        color: inherit;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .mcExpandingList h4.ui-accordion-header .ui-icon.ui-icon-triangle-1-s:after {
        content: '\f068';
        color: #d0d0d0; }
    .mcExpandingList h4.ui-accordion-header a {
      display: block;
      padding: 0;
      color: inherit !important; }
  .mcExpandingList .ui-accordion-content {
    top: 0;
    margin: 0;
    padding: 1.33333em 40px 1.33333em 72px !important;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    color: #5c5c5c; }
    .mcExpandingList .ui-accordion-content p {
      margin-bottom: 0.8em; }
      .mcExpandingList .ui-accordion-content p:last-child {
        margin-bottom: 0; }

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

div[aria-labelledby*='ui-dialog-title-pagePopModal'] {
  top: 8.26667em !important;
  left: 50% !important;
  max-width: 78.66667em;
  min-width: inherit;
  overflow: visible;
  padding: 0;
  width: 100% !important;
  background: #fff;
  color: #a3a3a3;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: solid 1px #fff; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
    margin: 0;
    padding: 2.66667em 1.33333em 1.33333em;
    pointer-events: none;
    background: #03baec;
    color: #fff; }
    @media (min-width: 37.5em) {
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
        padding-top: 1.33333em; } }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title {
    display: block;
    float: none;
    margin: 0;
    color: inherit; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 30%;
    width: 100%;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.3) !important;
    border: 0;
    border-radius: 0 !important; }
    @media (min-width: 37.5em) {
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close {
        height: 100%;
        width: 6.35593%; } }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span {
      position: absolute;
      margin: 0;
      height: 100%;
      width: 100%;
      text-indent: 0;
      background: none;
      color: transparent;
      transition: .75s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:before {
        content: 'x';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-content {
    padding: 1.33333em;
    color: inherit; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides {
    position: relative; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides > div {
      position: relative !important;
      width: 100%; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides > div p:last-child {
        margin-bottom: 0; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane {
    background: dimgray; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button {
      position: static;
      margin: 0;
      padding: 1.33333em;
      text-shadow: none;
      background: #767676;
      border: 0;
      border-radius: 0;
      color: #a3a3a3;
      outline: 0;
      transition: background .3s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:hover {
        background: #828282; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button-text {
      padding: 0; }

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

@-webkit-keyframes rotate {
  0%,
  100% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  25%,
  75% {
    -webkit-transform: translate(0, -50%) rotate(-22deg);
    transform: translate(0, -50%) rotate(-22deg); }
  50% {
    -webkit-transform: translate(0, -50%) rotate(22deg);
    transform: translate(0, -50%) rotate(22deg); } }

@keyframes rotate {
  0%,
  100% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  25%,
  75% {
    -webkit-transform: translate(0, -50%) rotate(-22deg);
    transform: translate(0, -50%) rotate(-22deg); }
  50% {
    -webkit-transform: translate(0, -50%) rotate(22deg);
    transform: translate(0, -50%) rotate(22deg); } }
/*! Modules - Athletics v0.0.3 */
[name*='ath_menu'] td:first-child {
  padding-right: 0.66667em; }

table.ath_rosterTable {
  width: 100%; }

#athschedule {
  border: 0; }
  #athschedule .athfirstrow {
    background: none; }
  #athschedule .athsecondrow {
    background: none; }
  #athschedule .athrowsep {
    background: none !important; }
  #athschedule .athdatebar {
    padding: 0.66667em !important;
    font-size: 1em;
    background: #035386;
    border: 0; }
  #athschedule td {
    padding: 0.25em 0.66667em;
    border: 0; }

/*! Modules - Calendars v0.0.4 */
.caldata {
  overflow-x: visible; }
  .caldata + .caldata {
    margin-top: 40px; }

.monthhead {
  font-size: 1em !important;
  padding: 0; }

.eventobj {
  margin-bottom: 1.33333em !important;
  padding-bottom: 1.33333em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0 !important;
  border-bottom: 0;
  position: relative;
  clear: both;
  font-size: 1em !important; }
  .eventobj:last-child {
    border: 0; }
  .eventobj + .eventobj {
    margin-top: 20px; }

.event_stackdate {
  float: none;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 0.66667em; }
  .event_stackdate span {
    display: inline-block;
    padding: 0;
    font-size: 1em;
    line-height: 1;
    color: inherit;
    text-transform: none;
    font-family: "acumin-pro", sans-serif; }
  .event_stackdate .event_stackdaynum {
    color: #035386;
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-left: 0.33333em; }
  .event_stackdate .event_stackdayname {
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #a9a9a9; }
  .event_stackdate .event_stackmonname {
    margin-left: 8px;
    color: #035386;
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    font-size: 20px; }

.eventcol {
  zoom: 1;
  width: 100% !important; }
  .eventcol:after {
    display: table;
    clear: both;
    content: ''; }
  .eventcol_short .eventcol {
    width: 100% !important; }
  .eventcol_short .eventcon {
    width: 100% !important; }

.eventcon {
  padding-left: 0;
  font-family: "acumin-pro", sans-serif; }

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

.etitle [href*='popUp'] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200; }

.desclinks {
  display: block;
  color: inherit; }
  .desclinks:hover {
    color: #03baec; }

.event_time,
.event_location {
  color: #a9a9a9;
  font-size: 16px; }
  .event_time:before,
  .event_location:before {
    display: inline-block;
    margin-right: 0.26667em;
    font-family: "IcoMoon";
    color: #2a7bb9; }

.event_time {
  text-transform: lowercase; }

.event_notes {
  margin-top: 1.33333em; }

#calendarcon {
  min-height: initial; }
  #calendarcon .caldata {
    height: auto !important; }
    #calendarcon .caldata.hotdate .daycap span, #calendarcon .caldata.selected .daycap span {
      background: #035386;
      color: #fff; }
  #calendarcon .monthrow {
    min-height: initial; }
  #calendarcon .daycap, #calendarcon .daycap_off {
    font-size: .75em;
    color: #5c5c5c; }
    @media (max-width: 73.68333em) {
      #calendarcon .daycap span, #calendarcon .daycap_off span {
        display: block;
        padding: 1.33333em 0.66667em;
        text-align: center; } }
  .event-view .daycap {
    background: rgba(0, 0, 0, 0.35); }
  .event-view .daycap_off {
    background: rgba(0, 0, 0, 0.35); }
  #calendarcon .eventobj {
    margin: 0.66667em 0.66667em 1.33333em;
    padding: 0 !important; }
    @media (max-width: 73.68333em) {
      .monthrow .eventobj {
        display: none; } }
    .event-view .eventobj {
      margin-right: 1.33333em !important;
      margin-left: 1.33333em !important; }
  #calendarcon .eventcol {
    padding: 0; }
    .eventcol_short #calendarcon .eventcol {
      padding-left: 0; }
  #calendarcon .eventcon {
    width: 100%;
    padding: 0; }
  #calendarcon .scroll-up {
    font-size: 200%;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.25); }
    #calendarcon .scroll-up:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

#calendar_buttons {
  width: 100% !important;
  margin-bottom: 0.66667em !important;
  text-align: center; }
  #calendar_buttons span {
    display: inline-block;
    width: 100%; }
    @media (min-width: 25em) {
      #calendar_buttons span {
        width: 49%; } }
    @media (min-width: 37.5em) {
      #calendar_buttons span {
        width: 24%; } }
  #calendar_buttons a {
    float: none;
    display: block;
    margin-bottom: .25em;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: .15em;
    font-size: 1em;
    color: #5c5c5c; }
    #calendar_buttons a:hover {
      background: rgba(0, 0, 0, 0.2); }

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

#calendar_icons {
  width: 100%;
  margin-bottom: 0.66667em !important; }
  #calendar_icons span {
    float: none;
    display: inline-block;
    width: 13%;
    margin: 0; }
    #calendar_icons span:nth-of-type(-n+3), #calendar_icons span:nth-of-type(n+6) {
      display: none; }
      @media (min-width: 37.5em) {
        #calendar_icons span:nth-of-type(-n+3), #calendar_icons span:nth-of-type(n+6) {
          display: inline-block; } }
  #calendar_icons a {
    display: inline-block;
    margin: 0;
    white-space: nowrap; }
    #calendar_icons a img {
      vertical-align: baseline; }
  #calendar_icons #calendar_alert_badge img {
    display: none; }

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

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

#calcustomize #basicmenu {
  margin-bottom: .25em; }
#calcustomize #ungrouped_jslinks {
  text-align: center; }
  #calcustomize #ungrouped_jslinks a {
    font-size: 1em;
    margin: 0 0 .25em;
    padding: .5em;
    width: 48%;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    color: #5c5c5c; }
    #calcustomize #ungrouped_jslinks a:hover {
      background: rgba(0, 0, 0, 0.2); }
#calcustomize [type*='submit'] {
  font-size: 1em !important; }

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

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

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

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

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

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

#calnav.yui-calendar .calhead {
  padding: 0;
  background: none;
  border: 0; }
#calnav.yui-calendar .calheader {
  zoom: 1;
  margin-bottom: 0.66667em;
  padding: 0; }
  #calnav.yui-calendar .calheader:after {
    display: table;
    clear: both;
    content: ''; }
#calnav.yui-calendar .calnavleft,
#calnav.yui-calendar .calnavright {
  position: relative;
  top: 0;
  height: 1.5em;
  width: 15%;
  color: transparent; }
  #calnav.yui-calendar .calnavleft:before,
  #calnav.yui-calendar .calnavright:before {
    width: auto;
    height: auto;
    font-size: 1.4em;
    background-image: none;
    color: rgba(0, 0, 0, 0.35); }
  #calnav.yui-calendar .calnavleft:hover:before,
  #calnav.yui-calendar .calnavright:hover:before {
    color: rgba(0, 0, 0, 0.5); }
#calnav.yui-calendar .calnavleft {
  float: left;
  left: 0; }
  #calnav.yui-calendar .calnavleft:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
#calnav.yui-calendar .calnav {
  display: inline-block;
  padding: 0;
  padding-top: 0.44444em; }
#calnav.yui-calendar .calnavright {
  float: right;
  right: 0; }
  #calnav.yui-calendar .calnavright:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
#calnav.yui-calendar .calcell {
  position: relative;
  padding: 1.33333em 0;
  background-color: transparent !important;
  border: 0; }
  #calnav.yui-calendar .calcell:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.66667em;
    height: 2.66667em;
    content: '';
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    border: 0.16667em solid #035386; }
  #calnav.yui-calendar .calcell.today:before, #calnav.yui-calendar .calcell:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  #calnav.yui-calendar .calcell.oom {
    background-color: transparent; }
    #calnav.yui-calendar .calcell.oom:before {
      display: none; }
    #calnav.yui-calendar .calcell.oom .selector {
      color: rgba(0, 0, 0, 0.15); }
  #calnav.yui-calendar .calcell .selector {
    color: #5c5c5c; }

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

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

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

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

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

.reg_Total {
  display: inline-block; }

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

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

#eventContent {
  padding: 1.33333em 0; }

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

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

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

.attendeeTblRow {
  padding: 1.33333em !important; }

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

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

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

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

.displayGroup {
  padding: 0 !important; }

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

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

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

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

#registrationSummary {
  padding: 0 !important; }

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

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

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

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

.infoDisplay {
  display: block !important; }

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

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

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

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

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

.adp-directions {
  width: 100%; }

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

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

/*! Modules - Directory v0.0.5 */
.pagetype_directory form[name='filter'] {
  margin-bottom: 1.33333em; }
  .pagetype_directory form[name='filter'] tr {
    margin-bottom: .5em;
    display: block; }
    .pagetype_directory form[name='filter'] tr.filterTitle {
      width: 30%; }
  .pagetype_directory form[name='filter'] td {
    display: block;
    text-align: left; }
    .pagetype_directory form[name='filter'] td[width*='30%'] {
      display: inline; }
      .pagetype_directory form[name='filter'] td[width*='30%'] + td {
        display: inline; }
    .pagetype_directory form[name='filter'] td > img {
      max-height: initial;
      max-width: initial !important; }
.pagetype_directory [type*='submit'] {
  margin: 0;
  max-width: 100%; }
.pagetype_directory table[style*="background"] {
  margin-bottom: 1.33333em;
  background: none !important;
  border: 0 !important; }
  .pagetype_directory table[style*="background"] td {
    display: block;
    text-align: left; }
  .pagetype_directory table[style*="background"] [name*='keyword'] {
    margin-bottom: 0.66667em;
    max-width: 23.33333em;
    width: 100% !important; }

.directory {
  margin-bottom: 1.33333em;
  text-align: center; }
  @media (min-width: 31.25em) {
    .directory {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 1.33333em;
      -moz-column-gap: 1.33333em;
      column-gap: 1.33333em; } }
  @media (min-width: 50em) {
    .directory {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (min-width: 73.75em) {
    .directory {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media (min-width: 31.25em) {
    .directory {
      text-align: left; } }
  .directory .fsDirEntry {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto 1.33333em;
    max-width: 21.33333em;
    width: 100% !important;
    font-family: "acumin-pro", sans-serif;
    font-size: 15px;
    line-height: 1.33333 !important;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 0.225em solid rgba(3, 186, 236, 0.75);
    border-left: 0 !important;
    color: #5c5c5c; }
    .directory .fsDirEntry img {
      width: 100%;
      margin-bottom: 0;
      vertical-align: middle; }
  .directory .entry-details {
    padding: 0 1.33333em 1.33333em;
    text-align: left; }
    .directory .entry-details > div {
      margin-bottom: 1.33333em; }
      .directory .entry-details > div:last-child {
        margin-bottom: 0; }
  .directory .fsDirEntryRoles:before, .directory .fsDirEntryTitle:before {
    display: block;
    margin-bottom: 0;
    color: #5c5c5c; }
  .directory .fsDirEntryName {
    margin-top: 1.33333em; }
  .directory [href*='requester'] {
    display: block;
    margin-top: 1.33333em; }
  .directory .fsDirEntryRoles:before {
    content: 'Role'; }
  .directory .fsDirEntryTitle:before {
    content: 'Title'; }
  .directory + table tr {
    display: none; }
    .directory + table tr:first-child {
      display: block; }
  .directory + table td {
    display: block;
    border: 0 !important;
    padding: 0 !important; }

#profiletable {
  clear: both;
  display: block; }

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

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

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

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

#mediaSearchGo {
  height: 2em; }

.imageGalleryViewContainer {
  padding-top: 1.33333em;
  padding-left: 0; }
  .imageGalleryViewContainer .imageGalleryViewObject {
    float: none;
    margin: 0 0 1.33333em;
    min-height: initial;
    width: 100%; }
    @media (min-width: 50em) {
      .imageGalleryViewContainer .imageGalleryViewObject {
        display: inline-block;
        vertical-align: top;
        padding: 0 0.66667em;
        width: 49%; } }
    @media (min-width: 62.5em) {
      .imageGalleryViewContainer .imageGalleryViewObject {
        width: 32.33333%; } }
    .imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewThumb {
      background: rgba(0, 0, 0, 0.75); }
    .imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle a {
      display: block; }

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

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

#fsMultiContent {
  visibility: hidden; }

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

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

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

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

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

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

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

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

#mc_1 {
  position: relative; }

/*! Modules - News v0.2.0 */
.newspostitemsep,
.newspostitem {
  margin-bottom: 1.33333em !important;
  padding-bottom: 1.33333em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0 !important; }
  .newspostitemsep:last-child,
  .newspostitem:last-child {
    border: 0; }
  .newspostitemsep + .newspostitem,
  .newspostitem + .newspostitem {
    margin-top: 20px; }
    .page_1274 .newspostitemsep + .newspostitem, .page_1274
    .newspostitem + .newspostitem {
      margin-top: 0px;
      padding-bottom: 0px !important;
      border: none 0 !important; }
  .newspostitemsep:last-child,
  .newspostitem:last-child {
    border-bottom: 0; }
  .newspostitemsep p:last-child,
  .newspostitem p:last-child {
    margin-bottom: 0; }

.newsposttitle {
  font-size: 22px;
  margin-bottom: 10px;
  color: #035386; }
  .newsposttitle a {
    color: inherit;
    text-decoration: none; }
    .newsposttitle a:hover {
      color: #03baec; }
  .newsposttitle img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 20px 0; }
    .newsposttitle img[alt="Pinned:"] {
      display: none; }

.newspubdate {
  font-size: 12px;
  margin-bottom: 5px; }

.newspostinfo_sep {
  display: none; }

.newspostinfo_element {
  clear: both;
  display: block;
  padding-top: 1.33333em;
  color: transparent; }
  .newspostinfo_element:before {
    content: 'Read More >';
    color: #5c5c5c; }
  .newspostinfo_element:hover {
    color: transparent; }
    .newspostinfo_element:hover:before {
      color: #03baec; }

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

.newsThumbnailCell {
  display: block;
  width: 100%;
  padding-right: 1.33333em; }
  @media (min-width: 50em) {
    .newsThumbnailCell {
      display: table-cell;
      width: 35%; } }
  .newsThumbnailCell img {
    float: none !important;
    margin-bottom: 0.66667em !important;
    width: 100%; }
    @media (min-width: 50em) {
      .newsThumbnailCell img {
        float: left !important;
        margin-right: 1.33333em !important; } }

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

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

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

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

#blogtopsep {
  display: none; }

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

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

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

.three_column:nth-of-type(3) {
  padding-right: 0; }
@media (min-width: 37.5em) {
  .three_column {
    width: 33.33333%; } }

.four_column:nth-of-type(4) {
  padding-right: 0; }
@media (min-width: 37.5em) {
  .four_column {
    width: 50%; } }
@media (min-width: 56.25em) {
  .four_column {
    width: 25%; } }

@media (min-width: 37.5em) {
  .twothirds_column {
    padding: 0 0.66667em; } }

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

.portlet_header {
  padding: 0;
  background: #035386; }

.portlet_title {
  padding: 0.66667em;
  text-align: center;
  color: #fff; }

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

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

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

#acct_bar {
  height: auto;
  text-align: right;
  border: 0; }
  #acct_bar .acct_buttons {
    color: #fff; }
    #acct_bar .acct_buttons:hover {
      color: #b22e2f; }

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

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

.ui-widget-content a {
  color: #03baec; }
  .ui-widget-content a:hover {
    color: #035386; }

/*! Modules - Search v0.0.3 */
.search {
  position: relative; }
  .search:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 200;
    width: 2.66667em;
    content: '\f002';
    font-family: "IcoMoon";
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .search__label {
    display: none; }
  .search__field {
    width: 100%;
    padding-left: 2.66667em;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    box-shadow: none;
    color: #2a7bb9;
    outline: 0; }
    .search__field:focus, .search__field:hover {
      box-shadow: none; }
  .search__button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2.66667em;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    color: transparent; }

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

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

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

/*! Modules - Tabs v0.0.6 */
#portal_tabs,
#eventRegTabs {
  padding: 0;
  background: none;
  border: 0; }
  #portal_tabs .ui-tabs-nav,
  #eventRegTabs .ui-tabs-nav {
    margin-bottom: 1.2em;
    padding: 0;
    background: none;
    border: 0; }
    #portal_tabs .ui-tabs-nav li,
    #eventRegTabs .ui-tabs-nav li {
      margin: 0 0.13333em 0.13333em 0 !important;
      padding: 0;
      background: none;
      border: 0;
      border-radius: 0;
      color: inherit; }
      #portal_tabs .ui-tabs-nav li a,
      #eventRegTabs .ui-tabs-nav li a {
        padding: 17px 26px;
        background: #a9a9a9;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700; }
        #portal_tabs .ui-tabs-nav li a:hover,
        #eventRegTabs .ui-tabs-nav li a:hover {
          background: #03baec;
          color: #fff !important; }
        .ui-tabs .ui-state-active a {
          background: #2a7bb9 !important;
          color: #fff !important; }
      #portal_tabs .ui-tabs-nav li span,
      #eventRegTabs .ui-tabs-nav li span {
        text-indent: 0; }

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

/*! Pages - Style Guide v0.0.3 */
.page_1268 #contentdiv {
  width: 100%; }

.style-guide section {
  margin-bottom: 2.66667em; }
.style-guide .simple {
  font-size: 14px;
  line-height: 20px; }

.style-headline {
  margin-bottom: 3em;
  padding: 1em;
  background: #eee; }

.style-sub-headline {
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

@media (min-width: 37.5em) {
  .s-col-2 {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding-right: 1.33333em; } }

@media (min-width: 50em) {
  .s-col-3 {
    display: inline-block;
    vertical-align: top;
    width: 32.83333%;
    padding-right: 1.33333em; } }

.colors {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none; }
  .colors:after {
    display: table;
    clear: both;
    content: ''; }
  .colors li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 28.57143%; }
    @media (min-width: 37.5em) {
      .colors li {
        width: 14.28571%; } }
    @media (min-width: 73.75em) {
      .colors li {
        margin-bottom: 0;
        width: 7.14286%; } }
    .colors li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors li:nth-of-type(1) {
      background: #5c5c5c;
      color: #5c5c5c; }
      .colors li:nth-of-type(1):after {
        content: "#5c5c5c"; }
    .colors li:nth-of-type(2) {
      background: #035386;
      color: #035386; }
      .colors li:nth-of-type(2):after {
        content: "#035386"; }
    .colors li:nth-of-type(3) {
      background: #2a7bb9;
      color: #2a7bb9; }
      .colors li:nth-of-type(3):after {
        content: "#2a7bb9"; }
    .colors li:nth-of-type(4) {
      background: #03baec;
      color: #03baec; }
      .colors li:nth-of-type(4):after {
        content: "#03baec"; }
    .colors li:nth-of-type(5) {
      background: #a9a9a9;
      color: #a9a9a9; }
      .colors li:nth-of-type(5):after {
        content: "#a9a9a9"; }
    .colors li:nth-of-type(6) {
      background: #3d3d3d;
      color: #3d3d3d; }
      .colors li:nth-of-type(6):after {
        content: "#3d3d3d"; }
    .colors li:nth-of-type(7) {
      background: #ee6e2a;
      color: #ee6e2a; }
      .colors li:nth-of-type(7):after {
        content: "#ee6e2a"; }
    .colors li:nth-of-type(8) {
      background: #fbaa26;
      color: #fbaa26; }
      .colors li:nth-of-type(8):after {
        content: "#fbaa26"; }
    .colors li:nth-of-type(9) {
      background: #4daf48;
      color: #4daf48; }
      .colors li:nth-of-type(9):after {
        content: "#4daf48"; }
    .colors li:nth-of-type(10) {
      background: #20976a;
      color: #20976a; }
      .colors li:nth-of-type(10):after {
        content: "#20976a"; }
    .colors li:nth-of-type(11) {
      background: #7f3f83;
      color: #7f3f83; }
      .colors li:nth-of-type(11):after {
        content: "#7f3f83"; }
    .colors li:nth-of-type(12) {
      background: #b958a1;
      color: #b958a1; }
      .colors li:nth-of-type(12):after {
        content: "#b958a1"; }
    .colors li:nth-of-type(13) {
      background: #cf0a51;
      color: #cf0a51; }
      .colors li:nth-of-type(13):after {
        content: "#cf0a51"; }
    .colors li:nth-of-type(14) {
      background: #8c0a35;
      color: #8c0a35; }
      .colors li:nth-of-type(14):after {
        content: "#8c0a35"; }

.headers h1 {
  margin-bottom: 22px; }
.headers h2 {
  margin-bottom: 22px; }
.headers h3 {
  margin-bottom: 22px; }
.headers h4 {
  margin-bottom: 22px; }
.headers h5 {
  margin-bottom: 22px; }
.headers h6 {
  margin-bottom: 22px; }
.headers h1:after {
  content: " size: 35px / line: 34"; }
.headers h2:after {
  content: " size: 20px / line: 26"; }
.headers h3:after {
  content: " size: 22px / line: 22"; }
.headers h4:after {
  content: " size: 18px / line: 22"; }
.headers h5:after {
  content: " size: 16px / line: 18"; }
.headers h6:after {
  content: " size: 13px / line: 18"; }

.style-guide .text_misc {
  padding-left: 0;
  list-style: none; }
.style-guide .eventobj {
  padding-left: 0;
  list-style: none; }
.style-guide .event_stackdate {
  display: block; }
.style-guide .etitle {
  display: block; }
.style-guide .event_time,
.style-guide .event_location {
  display: block; }

.content-columns {
  zoom: 1; }
  .content-columns:after {
    display: table;
    clear: both;
    content: ''; }
  .content-columns > div {
    float: left;
    padding: 1em;
    background: #eee; }
  .content-columns .left-banner {
    width: 28.81356%; }
    .content-columns .left-banner:after {
      content: ": 28.81356%"; }
  .content-columns .content {
    width: 49.15254%;
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 0 rgba(0, 0, 0, 0.1); }
    .content-columns .content:after {
      content: ": 49.15254%"; }
  .content-columns .right-banner {
    width: 22.0339%; }
    .content-columns .right-banner:after {
      content: ": 22.0339%"; }

/*! Pages - Main v0.0.3 */
/*! js: Remember to add the element with a class of home-page into your setup */
.example-capsule {
  position: relative; }
  @media (min-width: 37.5em) {
    .example-capsule {
      width: 49.67%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 56.25em) {
    .example-capsule {
      width: 24.67%; } }
  @media (min-width: 37.5em) {
    .example-capsule {
      padding-right: 0.66667em;
      padding-left: 0.66667em; } }

/*! Pages - Mashup v0.0.3 */
.page_1274 html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.page_1274 #topcontainer {
  background-color: #2a7bb9;
  padding: 0;
  margin-bottom: 0;
  line-height: 1; }
.page_1274 #topbanner {
  max-width: none;
  width: 100%;
  margin: 0;
  display: block; }
  @media (max-width: 1355px) {
    .page_1274 #topbanner {
      background-color: transparent;
      padding-bottom: 0; } }
.page_1274 .top-wrap {
  width: 100%;
  text-align: center;
  height: 125px;
  padding: 0 0 0 40px;
  display: block !important; }
  .page_1274 .top-wrap > div {
    display: inline-block; }
  @media (max-width: 1180px) {
    .page_1274 .top-wrap {
      text-align: left; } }
  @media (max-width: 43.75em) {
    .page_1274 .top-wrap {
      padding-left: 0; } }
.page_1274 .white-logo {
  max-width: 265px;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 !important;
  border: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .page_1274 .white-logo .bannermodcontent {
    float: none !important;
    top: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .page_1274 .white-logo img {
    width: 100%;
    margin-bottom: 0; }
  .page_1274 .white-logo a {
    position: relative;
    display: block; }
    @media (max-width: 43.75em) {
      .page_1274 .white-logo a {
        padding-left: 30px; } }
  @media (max-width: 43.75em) {
    .page_1274 .white-logo:before {
      content: '\e875';
      font-family: "IcoMoon";
      font-size: 15px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      position: absolute;
      left: 0;
      color: #fff;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 1180px) {
    .page_1274 .white-logo {
      max-width: 106px; } }
.page_1274 .tintuc-logo {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .page_1274 .tintuc-logo img {
    margin-bottom: 0; }
  @media (max-width: 43.75em) {
    .page_1274 .tintuc-logo {
      width: 100%; } }
.page_1274 .aux-menu .home-link {
  border-left: none;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  font-family: "acumin-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  opacity: 1;
  transition: opacity .35s ease-in-out; }
  .page_1274 .aux-menu .home-link a {
    color: inherit;
    display: inline-block;
    line-height: 125px;
    margin-right: 40px; }
  .page_1274 .aux-menu .home-link:hover {
    opacity: 0.3; }
  .page_1274 .aux-menu .home-link:before {
    content: '\e875';
    font-family: "IcoMoon";
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    line-height: 125px;
    margin-right: 5px; }
  .page_1274 .aux-menu .home-link.show-link {
    opacity: 0; }
@media (max-width: 1180px) {
  .page_1274 .aux-menu {
    position: absolute;
    right: 0; } }
@media (max-width: 43.75em) {
  .page_1274 .aux-menu div[id^='content'] > ul {
    height: auto; } }
.page_1274 .aux-menu div[id^='content'] > ul > li {
  background-color: transparent; }
  @media (max-width: 43.75em) {
    .page_1274 .aux-menu div[id^='content'] > ul > li.home-link {
      display: none; } }
  @media (max-width: 43.75em) {
    .page_1274 .aux-menu div[id^='content'] > ul > li:hover {
      border-left: none; } }
  .page_1274 .aux-menu div[id^='content'] > ul > li.aux-search:after {
    color: #fff; }
    @media (max-width: 43.75em) {
      .page_1274 .aux-menu div[id^='content'] > ul > li.aux-search:after {
        line-height: 50px; } }
    @media (max-width: 25em) {
      .page_1274 .aux-menu div[id^='content'] > ul > li.aux-search:after {
        width: auto;
        padding: 0 1em; } }
  @media (max-width: 43.75em) {
    .page_1274 .aux-menu div[id^='content'] > ul > li.aux-search input {
      height: 40px;
      width: 100%; } }
.page_1274 .aux-menu .aux-quicklinks {
  display: none; }
.page_1274 .mashup-tagline {
  clear: both;
  width: 100%;
  background-color: #03baec;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 0 40px;
  height: 50px;
  display: block !important; }
  .page_1274 .mashup-tagline #bannerdiv460 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 1180px) {
      .page_1274 .mashup-tagline #bannerdiv460 {
        float: right; } }
    @media (max-width: 43.75em) {
      .page_1274 .mashup-tagline #bannerdiv460 {
        display: none; } }
  @media (max-width: 1180px) {
    .page_1274 .mashup-tagline {
      text-align: right; } }
.page_1274 #midcontainer {
  padding: 0; }
.page_1274 #mainmiddle {
  max-width: none;
  background-color: #e5f7fd; }
.page_1274 #leftbanner, .page_1274 #contentdiv, .page_1274 #rightbanner {
  display: none; }
.page_1274 .news-container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px; }
.page_1274 .newsRow1, .page_1274 .newsRow2, .page_1274 .newsRow3, .page_1274 .newsRow4 {
  margin: 0 0 60px 0; }
  .page_1274 .newsRow1:after, .page_1274 .newsRow2:after, .page_1274 .newsRow3:after, .page_1274 .newsRow4:after {
    content: '';
    clear: both;
    display: block; }
.page_1274 .news-box {
  background-color: #fff;
  float: left;
  padding: 40px 26px;
  position: relative; }
  .page_1274 .news-box .bannermodtitle {
    background-color: #2a7bb9;
    color: #fff;
    position: absolute;
    top: 0;
    padding: 10px 28px;
    margin: -21px 0 0 0; }
  .page_1274 .news-box .more-news {
    margin-top: 1em; }
  @media (max-width: 56.25em) {
    .page_1274 .news-box.row1 {
      min-height: 0 !important; } }
  .page_1274 .news-box.row1 .thumbTitle {
    float: left; }
  .page_1274 .news-box.headlines {
    width: 74.576271186441%;
    margin-right: 1.69492% !important; }
    @media (max-width: 56.25em) {
      .page_1274 .news-box.headlines {
        width: 100%;
        margin-right: 0 !important;
        float: none;
        margin-bottom: 60px !important; } }
    .page_1274 .news-box.headlines .bannermodtitle {
      background-color: #035285; }
    .page_1274 .news-box.headlines .newspostitem {
      border-bottom: 0;
      margin: 0;
      padding: 0; }
      .page_1274 .news-box.headlines .newspostitem:first-child .textLink {
        color: #035285 !important; }
      .page_1274 .news-box.headlines .newspostitem .thumbTitle {
        margin-right: 3.409090909091%;
        width: 51.136363636364%; }
        @media (max-width: 43.75em) {
          .page_1274 .news-box.headlines .newspostitem .thumbTitle {
            margin-right: 0;
            float: none;
            width: 100% !important; } }
      .page_1274 .news-box.headlines .newspostitem .textWrap {
        float: left;
        width: 45.454545454545%; }
        @media (max-width: 43.75em) {
          .page_1274 .news-box.headlines .newspostitem .textWrap {
            width: 100%;
            float: none; } }
      .page_1274 .news-box.headlines .newspostitem:nth-child(2), .page_1274 .news-box.headlines .newspostitem:last-child {
        display: none; }
      .page_1274 .news-box.headlines .newspostitem .newspostnotes .textLink {
        color: #5c5c5c;
        display: block; }
  .page_1274 .news-box.facebook-box {
    width: 23.728813559322%; }
    @media (max-width: 56.25em) {
      .page_1274 .news-box.facebook-box {
        width: 100%;
        float: none; } }
    .page_1274 .news-box.facebook-box .bannermodtitle {
      background-color: #3b5998; }
      .page_1274 .news-box.facebook-box .bannermodtitle a {
        color: #fff;
        font-weight: normal; }
    .page_1274 .news-box.facebook-box article:nth-child(2) {
      display: none; }
    .page_1274 .news-box.facebook-box .fb-likes {
      font-size: 13px;
      font-weight: 700;
      color: #3b5998;
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      margin-top: .5em;
      padding-top: .5em; }
  .page_1274 .news-box.row2 {
    width: 23.728813559322%; }
    @media (max-width: 43.75em) {
      .page_1274 .news-box.row2 {
        min-height: 0 !important; } }
    .page_1274 .news-box.row2 .thumbTitle {
      width: 100% !important; }
  .page_1274 .news-box.blog {
    margin-right: 1.69492% !important; }
    @media (max-width: 56.25em) {
      .page_1274 .news-box.blog {
        width: 49%;
        margin-bottom: 60px !important; } }
    @media (max-width: 43.75em) {
      .page_1274 .news-box.blog {
        width: 100%;
        margin-right: 0 !important; } }
    .page_1274 .news-box.blog .bannermodtitle {
      background-color: #03baec; }
    .page_1274 .news-box.blog .newspostitem:first-child .textLink {
      color: #03baec !important; }
  .page_1274 .news-box.es-news {
    margin-right: 1.69492% !important; }
    @media (max-width: 56.25em) {
      .page_1274 .news-box.es-news {
        width: 49%;
        margin-right: 0 !important;
        margin-bottom: 60px !important; } }
    @media (max-width: 43.75em) {
      .page_1274 .news-box.es-news {
        width: 100%; } }
    .page_1274 .news-box.es-news .bannermodtitle {
      background-color: #ee6e2a; }
    .page_1274 .news-box.es-news .newspostitem:first-child .textLink {
      color: #ee6e2a !important; }
  .page_1274 .news-box.ms-news {
    margin-right: 1.69492% !important; }
    @media (max-width: 56.25em) {
      .page_1274 .news-box.ms-news {
        width: 49%; } }
    @media (max-width: 43.75em) {
      .page_1274 .news-box.ms-news {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 60px !important; } }
    .page_1274 .news-box.ms-news .bannermodtitle {
      background-color: #4daf48; }
    .page_1274 .news-box.ms-news .newspostitem:first-child .textLink {
      color: #4daf48 !important; }
  @media (max-width: 56.25em) {
    .page_1274 .news-box.hs-news {
      width: 49%;
      margin-right: 0 !important; } }
  @media (max-width: 43.75em) {
    .page_1274 .news-box.hs-news {
      width: 100%; } }
  .page_1274 .news-box.hs-news .bannermodtitle {
    background-color: #7f3f83; }
  .page_1274 .news-box.hs-news .newspostitem:first-child .textLink {
    color: #7f3f83 !important; }
  .page_1274 .news-box.row3 {
    width: 49.152542372881%; }
    @media (max-width: 56.25em) {
      .page_1274 .news-box.row3 {
        width: 100%;
        margin-right: 0 !important;
        min-height: 0 !important; } }
    .page_1274 .news-box.row3 .thumbTitle {
      float: left;
      width: 46.551724137931%;
      margin-right: 5.172413793103%; }
      @media (max-width: 43.75em) {
        .page_1274 .news-box.row3 .thumbTitle {
          float: none;
          width: 100% !important; } }
    .page_1274 .news-box.row3 .newspostitem {
      border-bottom: none; }
      .page_1274 .news-box.row3 .newspostitem:nth-child(2), .page_1274 .news-box.row3 .newspostitem:last-child {
        display: none; }
      .page_1274 .news-box.row3 .newspostitem .textWrap {
        width: 48.2758620689665%;
        float: left; }
        @media (max-width: 43.75em) {
          .page_1274 .news-box.row3 .newspostitem .textWrap {
            width: 100%;
            float: none; } }
  .page_1274 .news-box.cc-news {
    margin-right: 1.69492% !important; }
    @media (max-width: 56.25em) {
      .page_1274 .news-box.cc-news {
        margin-bottom: 60px !important; } }
    .page_1274 .news-box.cc-news .bannermodtitle {
      background-color: #cf0a51; }
    .page_1274 .news-box.cc-news .newspostitem:first-child .textLink {
      color: #cf0a51 !important; }
  .page_1274 .news-box.service .newspostitem:first-child .textLink {
    color: #2a7bb9 !important; }
  .page_1274 .news-box.row4 {
    width: 23.728813559322%; }
    @media (max-width: 56.25em) {
      .page_1274 .news-box.row4 {
        width: 49%; } }
    @media (max-width: 43.75em) {
      .page_1274 .news-box.row4 {
        width: 100%;
        float: none;
        min-height: 0 !important; } }
    .page_1274 .news-box.row4 .bannermodtitle {
      background-color: #035285; }
    .page_1274 .news-box.row4 .newspostitem:first-child .textLink {
      color: #035285 !important; }
    .page_1274 .news-box.row4 .thumbTitle {
      width: 100% !important; }
  .page_1274 .news-box.sco {
    margin-right: 1.69492% !important; }
    @media (max-width: 56.25em) {
      .page_1274 .news-box.sco {
        margin-bottom: 60px !important; } }
  .page_1274 .news-box.bod {
    margin-right: 1.69492% !important; }
    @media (max-width: 56.25em) {
      .page_1274 .news-box.bod {
        margin-right: 0 !important;
        margin-bottom: 60px !important; } }
  .page_1274 .news-box.alumni-facebook {
    margin-right: 1.69492% !important; }
    @media (max-width: 43.75em) {
      .page_1274 .news-box.alumni-facebook {
        margin-bottom: 60px !important; } }
    .page_1274 .news-box.alumni-facebook article:last-child {
      display: none; }
    .page_1274 .news-box.alumni-facebook .bannermodtitle a {
      color: #fff;
      font-weight: normal; }
    .page_1274 .news-box.alumni-facebook .fb-likes {
      font-size: 13px;
      font-weight: 700;
      color: #035285;
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      margin-top: .5em;
      padding-top: .5em; }
.page_1274 .cal-container {
  background-color: #fff; }
.page_1274 #newscon .newspostitem .newsposttitle {
  margin-bottom: 0; }
.page_1274 #newscon .newspostitem .textLink {
  color: #5c5c5c;
  font-size: 15px;
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  padding-bottom: 5px; }
.page_1274 #newscon .newspostitem a img {
  display: none;
  width: 100%;
  margin-right: 0; }
.page_1274 #newscon .newspostitem .newspubdate {
  display: none; }
.page_1274 #newscon .newspostitem .newspostnotes {
  display: none; }
.page_1274 #newscon .newspostitem:first-child .newsposttitle .textLink {
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: none; }
.page_1274 #newscon .newspostitem:first-child a img {
  display: block; }
.page_1274 #newscon .newspostitem:first-child .newspubdate {
  display: block; }
.page_1274 #newscon .newspostitem:first-child .newspostnotes {
  display: block; }
  .page_1274 #newscon .newspostitem:first-child .newspostnotes .textLink {
    color: #5c5c5c !important;
    margin-top: 10px;
    padding-bottom: 10px; }
    .page_1274 #newscon .newspostitem:first-child .newspostnotes .textLink img {
      width: auto !important; }
    .page_1274 #newscon .newspostitem:first-child .newspostnotes .textLink:first-child {
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      margin-top: 30px;
      padding-top: 10px; }
.page_1274 #newscon .newspostitem:last-child {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }

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

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

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

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

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

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

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

.instapic {
  width: 100%;
  margin-bottom: 1.33333em; }
  @media (min-width: 50em) {
    .instapic {
      width: 49.67%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 56.25em) {
    .instapic {
      width: 33.00333%; } }
  @media (min-width: 73.75em) {
    .instapic {
      width: 24.67%; } }
  @media (min-width: 50em) {
    .instapic {
      padding-right: 0.66667em;
      padding-left: 0.66667em; } }

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

/*! Components - Tour v0.0.1 */
.tour #text1 {
  position: relative; }
  .tour #text1 > img {
    width: 100%; }

@media (min-width: 37.5em) {
  .location-group {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0; } }

@media (max-width: 37.43333em) {
  .location {
    margin-top: 2.66667em;
    margin-bottom: 2.66667em; } }
@media (min-width: 37.5em) {
  .location {
    position: absolute; } }
.location:first-child {
  display: none; }
@media (min-width: 37.5em) {
  .location:nth-of-type(2) {
    top: 24%;
    left: 40%; } }
@media (min-width: 37.5em) {
  .location:nth-of-type(3) {
    top: 32%;
    left: 48%; } }
@media (min-width: 37.5em) {
  .location:nth-of-type(4) {
    top: 45%;
    left: 60%; } }
@media (min-width: 37.5em) {
  .location:nth-of-type(5) {
    top: 70%;
    left: 34%; } }

.marker {
  display: none; }
  @media (min-width: 37.5em) {
    .marker {
      display: block;
      height: 1.5em;
      width: 1.5em;
      background: #035386;
      border: .2em solid #fff;
      border-radius: 2em 2em 2em 0;
      outline: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transition: background .3s; } }
  @media (min-width: 37.5em) {
    .marker:hover, .marker.active-marker {
      background: #2a7bb9; } }

@media (min-width: 37.5em) {
  .location-details {
    position: absolute;
    z-index: 300;
    display: none;
    width: 26.66667em;
    margin: 2.16667em;
    padding: 1.33333em;
    background: rgba(255, 255, 255, 0.85); } }
@media (min-width: 37.5em) {
  .contentElementDiv:nth-of-type(2) .location-details {
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0; } }
@media (min-width: 37.5em) {
  .contentElementDiv:nth-of-type(3) .location-details {
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0; } }
@media (min-width: 37.5em) {
  .contentElementDiv:nth-of-type(4) .location-details {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); } }
@media (min-width: 37.5em) {
  .contentElementDiv:nth-of-type(5) .location-details {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0; } }
.location-details.show-details {
  display: block; }

.layout_7 a, .layout_7 .fs_style_24, .layout_7 .lead-in, .layout_7 cite, .layout_7 blockquote:before, .layout_7 h2, .layout_7 .lead-in, .layout_7 .fs_style_24, .layout_7 .callout, .layout_7 .fs_style_29, .layout_7 div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title, div[aria-labelledby*='ui-dialog-title-pagePopModal'] .layout_7 .ui-dialog-title, .layout_7 .pagetype_item b, .pagetype_item .layout_7 b, .layout_7 .newsposttitle, .layout_7 h5, .layout_7 .section-title, .layout_7 .voice-name, .layout_7 .ui-widget-content a {
  color: #ee6e2a; }
.layout_7 a:hover, .layout_7 .voice-name, .layout_7 .ui-widget-content a:hover {
  color: #fbaa26; }
.layout_7 .buttons, .layout_7 .fs_style_26, .layout_7 .fs_style_27, .layout_7 .fs_style_28, .layout_7 .button, .layout_7 .callout-button, .layout_7 .fs_style_30, .layout_7 #showHideEventDetails {
  color: #fff;
  background-color: #ee6e2a; }
  .layout_7 .buttons:hover, .layout_7 .fs_style_26:hover, .layout_7 .fs_style_27:hover, .layout_7 .fs_style_28:hover, .layout_7 .button:hover, .layout_7 .callout-button:hover, .layout_7 .fs_style_30:hover, .layout_7 #showHideEventDetails:hover {
    color: #fff;
    background-color: #ec5e13; }
.layout_7 .fs_style_27 {
  background-color: #f18850; }
  .layout_7 .fs_style_27:hover {
    background-color: #ee6e2a; }
.layout_7 .fs_style_28 {
  background-color: #fbaa26; }
  .layout_7 .fs_style_28:hover {
    background-color: #fba00d; }
.layout_7 .fs_style_30:before, .layout_7 .callout_button:before {
  background-color: #fbaa26; }
.layout_7 .fs_style_31 {
  color: #ee6e2a;
  border-color: #ee6e2a; }
  .layout_7 .fs_style_31:hover {
    background-color: #ee6e2a !important;
    color: #fff; }
.layout_7 .voice .fs_style_31 {
  color: #ee6e2a;
  border-color: #ee6e2a; }
  .layout_7 .voice .fs_style_31:hover {
    color: #fbaa26;
    border-color: #ee6e2a; }
.layout_7 .module-alt {
  background-color: #ee6e2a; }
  .layout_7 .module-alt .bannermodtitle {
    color: #fbaa26; }
  .layout_7 .module-alt .fs_style_31 {
    color: #fff; }
    .layout_7 .module-alt .fs_style_31:hover {
      color: #ee6e2a; }
.layout_7 table.styled caption {
  background-color: #ee6e2a; }
.layout_7 .mcExpandingList h4.ui-accordion-header.ui-state-active {
  color: #ee6e2a !important; }
.layout_7 .mcExpandingList h4.ui-accordion-header.ui-state-hover {
  color: #fbaa26 !important; }
.layout_7 .ui-tabs .ui-state-active a {
  background-color: #ee6e2a !important; }
.layout_7 #portal_tabs .ui-tabs-nav li a:hover, .layout_7 #eventRegTabs .ui-tabs-nav li a:hover {
  background-color: #fbaa26; }
.layout_7 .nav-img {
  background-color: #ee6e2a; }
.layout_7 .nav-sub-container a {
  color: #3d3d3d; }
  .layout_7 .nav-sub-container a:hover, .layout_7 .nav-sub-container a.navon {
    color: #ee6e2a; }
.layout_7 .mobile-sub .section-title {
  background-color: #ee6e2a; }
.layout_7 .event_stackdate .event_stackdaynum, .layout_7 .event_stackdate .event_stackmonname {
  color: #ee6e2a; }
.layout_7 .portlet_title {
  background-color: #ee6e2a; }
.layout_7 .bannermodtitle {
  color: #ee6e2a; }

.layout_8 a, .layout_8 .fs_style_24, .layout_8 .lead-in, .layout_8 cite, .layout_8 blockquote:before, .layout_8 h2, .layout_8 .lead-in, .layout_8 .fs_style_24, .layout_8 .callout, .layout_8 .fs_style_29, .layout_8 div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title, div[aria-labelledby*='ui-dialog-title-pagePopModal'] .layout_8 .ui-dialog-title, .layout_8 .pagetype_item b, .pagetype_item .layout_8 b, .layout_8 .newsposttitle, .layout_8 h5, .layout_8 .section-title, .layout_8 .voice-name, .layout_8 .ui-widget-content a {
  color: #4daf48; }
.layout_8 a:hover, .layout_8 .voice-name, .layout_8 .ui-widget-content a:hover {
  color: #20976a; }
.layout_8 .buttons, .layout_8 .fs_style_26, .layout_8 .fs_style_27, .layout_8 .fs_style_28, .layout_8 .button, .layout_8 .callout-button, .layout_8 .fs_style_30, .layout_8 #showHideEventDetails {
  color: #fff;
  background-color: #4daf48; }
  .layout_8 .buttons:hover, .layout_8 .fs_style_26:hover, .layout_8 .fs_style_27:hover, .layout_8 .fs_style_28:hover, .layout_8 .button:hover, .layout_8 .callout-button:hover, .layout_8 .fs_style_30:hover, .layout_8 #showHideEventDetails:hover {
    color: #fff;
    background-color: #459d41; }
.layout_8 .fs_style_27 {
  background-color: #66be62; }
  .layout_8 .fs_style_27:hover {
    background-color: #4daf48; }
.layout_8 .fs_style_28 {
  background-color: #20976a; }
  .layout_8 .fs_style_28:hover {
    background-color: #1c825b; }
.layout_8 .fs_style_30:before, .layout_8 .callout_button:before {
  background-color: #20976a; }
.layout_8 .fs_style_31 {
  color: #4daf48;
  border-color: #4daf48; }
  .layout_8 .fs_style_31:hover {
    background-color: #4daf48 !important;
    color: #fff; }
.layout_8 .voice .fs_style_31 {
  color: #4daf48;
  border-color: #4daf48; }
  .layout_8 .voice .fs_style_31:hover {
    color: #20976a;
    border-color: #4daf48; }
.layout_8 .module-alt {
  background-color: #4daf48; }
  .layout_8 .module-alt .bannermodtitle {
    color: #20976a; }
  .layout_8 .module-alt .fs_style_31 {
    color: #fff; }
    .layout_8 .module-alt .fs_style_31:hover {
      color: #4daf48; }
.layout_8 table.styled caption {
  background-color: #4daf48; }
.layout_8 .mcExpandingList h4.ui-accordion-header.ui-state-active {
  color: #4daf48 !important; }
.layout_8 .mcExpandingList h4.ui-accordion-header.ui-state-hover {
  color: #20976a !important; }
.layout_8 .ui-tabs .ui-state-active a {
  background-color: #4daf48 !important; }
.layout_8 #portal_tabs .ui-tabs-nav li a:hover, .layout_8 #eventRegTabs .ui-tabs-nav li a:hover {
  background-color: #20976a; }
.layout_8 .nav-img {
  background-color: #4daf48; }
.layout_8 .nav-sub-container a {
  color: #3d3d3d; }
  .layout_8 .nav-sub-container a:hover, .layout_8 .nav-sub-container a.navon {
    color: #4daf48; }
.layout_8 .mobile-sub .section-title {
  background-color: #4daf48; }
.layout_8 .event_stackdate .event_stackdaynum, .layout_8 .event_stackdate .event_stackmonname {
  color: #4daf48; }
.layout_8 .portlet_title {
  background-color: #4daf48; }
.layout_8 .bannermodtitle {
  color: #4daf48; }

.layout_9 a, .layout_9 .fs_style_24, .layout_9 .lead-in, .layout_9 cite, .layout_9 blockquote:before, .layout_9 h2, .layout_9 .lead-in, .layout_9 .fs_style_24, .layout_9 .callout, .layout_9 .fs_style_29, .layout_9 div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title, div[aria-labelledby*='ui-dialog-title-pagePopModal'] .layout_9 .ui-dialog-title, .layout_9 .pagetype_item b, .pagetype_item .layout_9 b, .layout_9 .newsposttitle, .layout_9 h5, .layout_9 .section-title, .layout_9 .voice-name, .layout_9 .ui-widget-content a {
  color: #7f3f83; }
.layout_9 a:hover, .layout_9 .voice-name, .layout_9 .ui-widget-content a:hover {
  color: #b958a1; }
.layout_9 .buttons, .layout_9 .fs_style_26, .layout_9 .fs_style_27, .layout_9 .fs_style_28, .layout_9 .button, .layout_9 .callout-button, .layout_9 .fs_style_30, .layout_9 #showHideEventDetails {
  color: #fff;
  background-color: #7f3f83; }
  .layout_9 .buttons:hover, .layout_9 .fs_style_26:hover, .layout_9 .fs_style_27:hover, .layout_9 .fs_style_28:hover, .layout_9 .button:hover, .layout_9 .callout-button:hover, .layout_9 .fs_style_30:hover, .layout_9 #showHideEventDetails:hover {
    color: #fff;
    background-color: #6e3772; }
.layout_9 .fs_style_27 {
  background-color: #9a4c9f; }
  .layout_9 .fs_style_27:hover {
    background-color: #7f3f83; }
.layout_9 .fs_style_28 {
  background-color: #b958a1; }
  .layout_9 .fs_style_28:hover {
    background-color: #ae4995; }
.layout_9 .fs_style_30:before, .layout_9 .callout_button:before {
  background-color: #b958a1; }
.layout_9 .fs_style_31 {
  color: #7f3f83;
  border-color: #7f3f83; }
  .layout_9 .fs_style_31:hover {
    background-color: #7f3f83 !important;
    color: #fff; }
.layout_9 .voice .fs_style_31 {
  color: #7f3f83;
  border-color: #7f3f83; }
  .layout_9 .voice .fs_style_31:hover {
    color: #b958a1;
    border-color: #7f3f83; }
.layout_9 .module-alt {
  background-color: #7f3f83; }
  .layout_9 .module-alt .bannermodtitle {
    color: #b958a1; }
  .layout_9 .module-alt .fs_style_31 {
    color: #fff; }
    .layout_9 .module-alt .fs_style_31:hover {
      color: #7f3f83; }
.layout_9 table.styled caption {
  background-color: #7f3f83; }
.layout_9 .mcExpandingList h4.ui-accordion-header.ui-state-active {
  color: #7f3f83 !important; }
.layout_9 .mcExpandingList h4.ui-accordion-header.ui-state-hover {
  color: #b958a1 !important; }
.layout_9 .ui-tabs .ui-state-active a {
  background-color: #7f3f83 !important; }
.layout_9 #portal_tabs .ui-tabs-nav li a:hover, .layout_9 #eventRegTabs .ui-tabs-nav li a:hover {
  background-color: #b958a1; }
.layout_9 .nav-img {
  background-color: #7f3f83; }
.layout_9 .nav-sub-container a {
  color: #3d3d3d; }
  .layout_9 .nav-sub-container a:hover, .layout_9 .nav-sub-container a.navon {
    color: #7f3f83; }
.layout_9 .mobile-sub .section-title {
  background-color: #7f3f83; }
.layout_9 .event_stackdate .event_stackdaynum, .layout_9 .event_stackdate .event_stackmonname {
  color: #7f3f83; }
.layout_9 .portlet_title {
  background-color: #7f3f83; }
.layout_9 .bannermodtitle {
  color: #7f3f83; }

.layout_10 a, .layout_10 .fs_style_24, .layout_10 .lead-in, .layout_10 cite, .layout_10 blockquote:before, .layout_10 h2, .layout_10 .lead-in, .layout_10 .fs_style_24, .layout_10 .callout, .layout_10 .fs_style_29, .layout_10 div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title, div[aria-labelledby*='ui-dialog-title-pagePopModal'] .layout_10 .ui-dialog-title, .layout_10 .pagetype_item b, .pagetype_item .layout_10 b, .layout_10 .newsposttitle, .layout_10 h5, .layout_10 .section-title, .layout_10 .voice-name, .layout_10 .ui-widget-content a {
  color: #cf0a51; }
.layout_10 a:hover, .layout_10 .voice-name, .layout_10 .ui-widget-content a:hover {
  color: #8c0a35; }
.layout_10 .buttons, .layout_10 .fs_style_26, .layout_10 .fs_style_27, .layout_10 .fs_style_28, .layout_10 .button, .layout_10 .callout-button, .layout_10 .fs_style_30, .layout_10 #showHideEventDetails {
  color: #fff;
  background-color: #cf0a51; }
  .layout_10 .buttons:hover, .layout_10 .fs_style_26:hover, .layout_10 .fs_style_27:hover, .layout_10 .fs_style_28:hover, .layout_10 .button:hover, .layout_10 .callout-button:hover, .layout_10 .fs_style_30:hover, .layout_10 #showHideEventDetails:hover {
    color: #fff;
    background-color: #b70947; }
.layout_10 .fs_style_27 {
  background-color: #f30e61; }
  .layout_10 .fs_style_27:hover {
    background-color: #cf0a51; }
.layout_10 .fs_style_28 {
  background-color: #8c0a35; }
  .layout_10 .fs_style_28:hover {
    background-color: #74082c; }
.layout_10 .fs_style_30:before, .layout_10 .callout_button:before {
  background-color: #8c0a35; }
.layout_10 .fs_style_31 {
  color: #cf0a51;
  border-color: #cf0a51; }
  .layout_10 .fs_style_31:hover {
    background-color: #cf0a51 !important;
    color: #fff; }
.layout_10 .voice .fs_style_31 {
  color: #cf0a51;
  border-color: #cf0a51; }
  .layout_10 .voice .fs_style_31:hover {
    color: #8c0a35;
    border-color: #cf0a51; }
.layout_10 .module-alt {
  background-color: #cf0a51; }
  .layout_10 .module-alt .bannermodtitle {
    color: #8c0a35; }
  .layout_10 .module-alt .fs_style_31 {
    color: #fff; }
    .layout_10 .module-alt .fs_style_31:hover {
      color: #cf0a51; }
.layout_10 table.styled caption {
  background-color: #cf0a51; }
.layout_10 .mcExpandingList h4.ui-accordion-header.ui-state-active {
  color: #cf0a51 !important; }
.layout_10 .mcExpandingList h4.ui-accordion-header.ui-state-hover {
  color: #8c0a35 !important; }
.layout_10 .ui-tabs .ui-state-active a {
  background-color: #cf0a51 !important; }
.layout_10 #portal_tabs .ui-tabs-nav li a:hover, .layout_10 #eventRegTabs .ui-tabs-nav li a:hover {
  background-color: #8c0a35; }
.layout_10 .nav-img {
  background-color: #cf0a51; }
.layout_10 .nav-sub-container a {
  color: #3d3d3d; }
  .layout_10 .nav-sub-container a:hover, .layout_10 .nav-sub-container a.navon {
    color: #cf0a51; }
.layout_10 .mobile-sub .section-title {
  background-color: #cf0a51; }
.layout_10 .event_stackdate .event_stackdaynum, .layout_10 .event_stackdate .event_stackmonname {
  color: #cf0a51; }
.layout_10 .portlet_title {
  background-color: #cf0a51; }
.layout_10 .bannermodtitle {
  color: #cf0a51; }

.news-mod > a {
  color: #035386;
  font-size: 13px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400; }
  .news-mod > a:hover {
    color: #03baec; }

.cal-mod > a {
  color: #035386;
  font-size: 13px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400; }
  .cal-mod > a:hover {
    color: #03baec; }

#leftbanner > * + *, #rightbanner > * + * {
  margin-top: 20px; }

#topcontainer {
  zoom: 1;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 80px; }
  #topcontainer:after {
    display: table;
    clear: both;
    content: ''; }
  .page_1 #topcontainer, .page_933 #topcontainer {
    margin-bottom: 0; }
  @media (min-width: 1023px) {
    #topcontainer {
      height: 125px; } }
  @media (max-width: 37.5em) {
    #topcontainer {
      padding: 0;
      margin-bottom: 0; } }

#topbanner {
  position: relative; }
  #topbanner > * {
    display: inline-block; }
  @media (max-width: 1023px) {
    #topbanner {
      padding-bottom: 17px;
      background-color: #fff; } }

.logo {
  padding-top: 17px; }
  .logo img {
    width: 274px; }
  @media (max-width: 37.5em) {
    .logo {
      width: 100%;
      padding: 17px 1.33333em 0;
      margin-top: 50px !important;
      border-top: 1px solid #d9d9d9; }
      .logo img {
        width: 100%; } }

.aux-tagline {
  position: absolute;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #2a7bb9;
  right: 530px;
  height: 100%;
  line-height: 125px;
  font-family: "acumin-pro", sans-serif; }
  @media (max-width: 1023px) {
    .aux-tagline {
      position: static;
      float: right;
      height: auto;
      line-height: 1;
      padding-top: 17px; } }
  @media (max-width: 37.5em) {
    .aux-tagline {
      float: none;
      display: block !important;
      text-align: center;
      padding: 17px 1.33333em 0; } }
  @media (max-width: 1150px) and (min-width: 1023px) {
    .aux-tagline {
      display: none !important; } }

.aux-menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  float: right;
  position: relative; }
  .aux-menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .aux-menu a {
    display: block; }
  .aux-menu div[id^='content'] > ul {
    height: 125px;
    display: inline-block;
    font-size: 0; }
    .aux-menu div[id^='content'] > ul > li {
      font-size: 15px;
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      position: relative;
      border-left: 1px solid #d9d9d9;
      background-color: #fff; }
      .aux-menu div[id^='content'] > ul > li:last-child {
        border-right: 1px solid #d9d9d9; }
      .aux-menu div[id^='content'] > ul > li .aux-inner {
        display: none;
        padding: 0 25px;
        vertical-align: middle; }
      .aux-menu div[id^='content'] > ul > li:hover .aux-inner {
        display: inline-block; }
      .aux-menu div[id^='content'] > ul > li:hover:after {
        color: #03baec;
        border-left: 1px solid #d9d9d9; }
      .aux-menu div[id^='content'] > ul > li:after {
        display: inline-block;
        width: 98px;
        vertical-align: middle;
        color: #a9a9a9;
        line-height: 125px;
        text-align: center;
        font-size: 23px; }
      .aux-menu div[id^='content'] > ul > li.aux-tagline {
        line-height: 125px;
        font-family: "acumin-pro", sans-serif;
        color: #2a7bb9;
        text-transform: uppercase; }
      .aux-menu div[id^='content'] > ul > li.aux-translate .aux-inner {
        transition: none !important; }
      .aux-menu div[id^='content'] > ul > li.aux-search input {
        height: 50px;
        width: 250px;
        border-radius: 30px;
        background-color: #fcfcfc;
        outline: none;
        box-shadow: none;
        padding-left: 20px; }
        .aux-menu div[id^='content'] > ul > li.aux-search input::-webkit-input-placeholder {
          color: #03baec; }
        .aux-menu div[id^='content'] > ul > li.aux-search input:-moz-placeholder {
          color: #03baec; }
        .aux-menu div[id^='content'] > ul > li.aux-search input::-moz-placeholder {
          color: #03baec; }
        .aux-menu div[id^='content'] > ul > li.aux-search input:-ms-input-placeholder {
          color: #03baec; }
      .aux-menu div[id^='content'] > ul > li.aux-search:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .aux-menu div[id^='content'] > ul > li.aux-search:hover:after {
        border-left: 0; }
      .aux-menu div[id^='content'] > ul > li.aux-search button {
        display: none; }
      .aux-menu div[id^='content'] > ul > li.aux-quicklinks .aux-inner {
        padding-top: 14px;
        vertical-align: top; }
      .aux-menu div[id^='content'] > ul > li.aux-quicklinks #ql_menu {
        display: block; }
      .aux-menu div[id^='content'] > ul > li.aux-quicklinks .menu-col {
        display: inline-block;
        vertical-align: top;
        font-size: 11px; }
        .aux-menu div[id^='content'] > ul > li.aux-quicklinks .menu-col li + li {
          margin-top: 5px; }
        .aux-menu div[id^='content'] > ul > li.aux-quicklinks .menu-col + .menu-col {
          margin-left: 25px; }
      .aux-menu div[id^='content'] > ul > li.aux-quicklinks a {
        color: #5c5c5c;
        letter-spacing: 0.05em; }
        .aux-menu div[id^='content'] > ul > li.aux-quicklinks a:hover {
          color: #03baec; }
      .aux-menu div[id^='content'] > ul > li.aux-quicklinks:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .aux-menu div[id^='content'] > ul > li.aux-login:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .aux-menu div[id^='content'] > ul > li.aux-login .fsLoginFooter {
        display: none; }
      .aux-menu div[id^='content'] > ul > li.aux-login input {
        outline: none;
        box-shadow: none;
        background-color: #fcfcfc;
        height: 32px;
        border-radius: 15px;
        padding-top: 0;
        padding-bottom: 0; }
        .aux-menu div[id^='content'] > ul > li.aux-login input::-webkit-input-placeholder {
          color: #5c5c5c; }
        .aux-menu div[id^='content'] > ul > li.aux-login input:-moz-placeholder {
          color: #5c5c5c; }
        .aux-menu div[id^='content'] > ul > li.aux-login input::-moz-placeholder {
          color: #5c5c5c; }
        .aux-menu div[id^='content'] > ul > li.aux-login input:-ms-input-placeholder {
          color: #5c5c5c; }
      .aux-menu div[id^='content'] > ul > li.aux-login #password {
        margin-top: 5px; }
      .aux-menu div[id^='content'] > ul > li.aux-translate:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .aux-menu div[id^='content'] > ul > li.aux-translate .goog-te-gadget {
        font-size: 0; }
        .aux-menu div[id^='content'] > ul > li.aux-translate .goog-te-gadget > span {
          display: none; }
      .aux-menu div[id^='content'] > ul > li.aux-translate select {
        outline: none; }
      .aux-menu div[id^='content'] > ul > li.aux-social:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .aux-menu div[id^='content'] > ul > li.aux-social li {
        display: inline-block;
        vertical-align: middle; }
        .aux-menu div[id^='content'] > ul > li.aux-social li + li {
          margin-left: 5px; }
      .aux-menu div[id^='content'] > ul > li.aux-social a {
        font-size: 0; }
        .aux-menu div[id^='content'] > ul > li.aux-social a:before {
          font-size: 20px;
          display: block;
          border: 1px solid #03baec;
          color: #03baec;
          width: 40px;
          height: 40px;
          border-radius: 20px;
          text-align: center;
          line-height: 38px;
          transition: border-color 0.3s, color 0.3s; }
        .aux-menu div[id^='content'] > ul > li.aux-social a:hover:before {
          border-color: #035386;
          color: #035386; }
        .aux-menu div[id^='content'] > ul > li.aux-social a[href*='facebook']:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .aux-menu div[id^='content'] > ul > li.aux-social a[href*='twitter']:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .aux-menu div[id^='content'] > ul > li.aux-social a[href*='linkedin']:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .aux-menu div[id^='content'] > ul > li.aux-social a[href*='youtube']:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
  .mobile-menu .aux-menu {
    float: none;
    z-index: 1; }
    .mobile-menu .aux-menu div[id^='content'] > ul {
      height: auto;
      display: block;
      background-color: rgba(255, 255, 255, 0.9);
      padding-top: 60px; }
      .mobile-menu .aux-menu div[id^='content'] > ul > li {
        display: block;
        min-height: 55px;
        position: relative;
        border-left: 0;
        padding-left: 30px;
        background-color: transparent; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li:hover, .mobile-menu .aux-menu div[id^='content'] > ul > li.hover-me {
          background-color: #fff; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li .aux-inner {
          background-color: #fff;
          padding: 0 5px;
          width: 100%; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li:last-child {
          border-right: 0; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li + li {
          border-top: 1px solid #d9d9d9; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li:after {
          width: auto;
          float: left;
          line-height: 55px;
          position: absolute;
          top: 0;
          left: 30px; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li:hover:after {
          border-left: 0; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-search {
          background-color: #fff; }
          .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-search:after {
            color: #03baec; }
          .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-search form {
            width: 100%; }
          .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-search .aux-inner {
            display: inline-block;
            padding-left: 30px; }
          .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-search input {
            border: 0;
            border-radius: 9;
            background-color: transparent;
            width: 190px; }
          .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-search button {
            display: inline-block;
            background-color: transparent;
            border: 0;
            vertical-align: middle; }
            .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-search button:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              color: #03baec;
              font-size: 30px;
              line-height: 1; }
          @media (max-width: 37.5em) {
            .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-search input {
              width: calc(100% - 50px); } }
        .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-quicklinks .aux-inner, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-login .aux-inner {
          left: 0;
          width: 100%;
          padding: 20px 0 20px 50px; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-quicklinks:after, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-login:after {
          z-index: 5; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-login br {
          display: none; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-login .fsLoginFooter {
          display: inline-block;
          float: right;
          position: relative;
          top: -17px;
          right: 17px; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-login button {
          display: inline-block;
          background-color: transparent;
          border: 0; }
          .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-login button:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #03baec;
            font-size: 30px;
            line-height: 1; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-quicklinks .aux-inner, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-quicklinks:after {
          z-index: 10; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-quicklinks .menu-col {
          font-size: 13px; }
          .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-quicklinks .menu-col + .menu-col {
            margin-left: 0;
            margin-top: 5px; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-translate .aux-inner, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-social .aux-inner {
          height: 100%;
          padding: 7px 0 5px 50px; }
          .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-translate .aux-inner:before, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-social .aux-inner:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle; }
          .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-translate .aux-inner > ul, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-social .aux-inner > ul {
            display: inline-block; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-translate #google_translate_element, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-social #google_translate_element {
          display: inline-block;
          vertical-align: middle; }
      @media (max-width: 1100px) {
        .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-quicklinks .aux-inner, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-login .aux-inner, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-translate .aux-inner, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-social .aux-inner {
          display: none; }
        .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-quicklinks.hover-me .aux-inner, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-quicklinks:hover .aux-inner, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-login.hover-me .aux-inner, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-login:hover .aux-inner, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-translate.hover-me .aux-inner, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-translate:hover .aux-inner, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-social.hover-me .aux-inner, .mobile-menu .aux-menu div[id^='content'] > ul > li.aux-social:hover .aux-inner {
          display: block; } }
      @media (max-width: 37.5em) {
        .mobile-menu .aux-menu div[id^='content'] > ul {
          padding-top: 0; } }
  @media (min-width: 1023px) {
    #topcontainer .aux-menu {
      position: absolute;
      right: 0; } }

#topbanner .mobile-btn {
  display: none;
  float: right;
  clear: right;
  margin-top: 30px;
  cursor: pointer;
  line-height: 1; }
  #topbanner .mobile-btn:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #035386;
    font-size: 30px; }
    .open-mobile #topbanner .mobile-btn:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  @media (max-width: 1023px) {
    #topbanner .mobile-btn {
      display: inline-block; } }
  @media (max-width: 37.5em) {
    #topbanner .mobile-btn {
      position: absolute;
      margin-top: 0;
      top: 8px;
      right: 1.33333em; } }

.mobile-menu {
  width: 300px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  height: 100%;
  padding-bottom: 60px;
  overflow: scroll; }
  .open-mobile .mobile-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  @media (min-width: 1023px) {
    .mobile-menu {
      -webkit-transform: translateX(300px) !important;
      -ms-transform: translateX(300px) !important;
      transform: translateX(300px) !important; } }
  @media (max-width: 37.5em) {
    .mobile-menu {
      overflow: scroll;
      position: fixed;
      width: 100%;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      top: 50px; }
      .mobile-menu .fsMenu-btn {
        position: relative; }
        .mobile-menu .fsMenu-btn .fsMenu {
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
        .open-this .mobile-menu .fsMenu-btn .fsMenu {
          max-height: 9999px;
          transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
        .mobile-menu .fsMenu-btn.open-this .fsMenu {
          max-height: 9999px;
          transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); } }

.open-mobile, .open-mobile body {
  height: 100%;
  overflow: hidden; }

.main-menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  background-color: rgba(3, 186, 236, 0.5); }
  .main-menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .main-menu a {
    display: block; }
  html:not(.page_1):not(.page_933) .main-menu {
    background-color: rgba(3, 186, 236, 0.7); }
  #topcontainer .main-menu {
    position: absolute;
    top: 100%;
    left: 0; }
    @media (max-width: 1023px) {
      #topcontainer .main-menu {
        display: none; } }
  @media (min-width: 37.5em) {
    .main-menu .fsMenu-btn {
      position: relative; }
      .main-menu .fsMenu-btn .fsMenu {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
      .main-menu .fsMenu-btn:hover .fsMenu {
        max-height: 9999px;
        transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 37.5em) and (max-width: 37.5em) {
    .main-menu .fsMenu-btn:focus .fsMenu {
      max-height: 9999px;
      transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); } }

  .main-menu .fsMenu-btn > a {
    color: #fff;
    display: block;
    padding: 14px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center; }
  .main-menu .fsMenu-btn:hover, .main-menu .fsMenu-btn.fsSection-btn {
    background-color: rgba(3, 83, 134, 0.7); }
  #topcontainer .main-menu .fsMenu-btn {
    display: inline-block;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    #topcontainer .main-menu .fsMenu-btn:not(:first-child):not(:last-child) .fsMenu {
      left: 50%;
      margin-left: -210px; }
    #topcontainer .main-menu .fsMenu-btn:last-child .fsMenu {
      left: auto;
      right: 0; }
    @media (max-width: 76.25em) {
      #topcontainer .main-menu .fsMenu-btn:nth-child(2) .fsMenu {
        left: 0 !important;
        margin-left: 0 !important; } }
  #topcontainer .main-menu div[id^='content'] {
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem; }
    #topcontainer .main-menu div[id^='content'] > ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
  .main-menu .fsMenu a {
    font-size: 16px;
    color: #035386;
    font-weight: 700;
    line-height: 1; }
    .main-menu .fsMenu a:hover {
      color: #03baec; }
  .main-menu .col-wrap {
    padding: 26px 34px;
    width: 420px;
    background-color: rgba(255, 255, 255, 0.8); }
    html:not(.page_933):not(.page_1) .main-menu .col-wrap {
      background-color: #fff; }
  .main-menu .column-1 {
    padding-right: 34px;
    border-right: 1px solid rgba(3, 83, 134, 0.4); }
  .main-menu .column-2 {
    padding-left: 34px; }
  .main-menu .menu-col {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    .main-menu .menu-col li + li {
      margin-top: 20px; }
  .mobile-menu .main-menu {
    background-color: transparent; }
    .mobile-menu .main-menu .fsMenu-btn > a {
      text-align: left;
      background-color: rgba(3, 186, 236, 0.9);
      padding: 14px 33px; }
    .mobile-menu .main-menu .fsMenu-btn .fsMenu {
      position: static;
      background-color: rgba(255, 255, 255, 0.9); }
      .mobile-menu .main-menu .fsMenu-btn .fsMenu li {
        padding: 14px 33px; }
    .mobile-menu .main-menu .bannermodcontent {
      position: relative; }
      .mobile-menu .main-menu .bannermodcontent:before {
        content: "";
        position: absolute;
        top: -9999px;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: 0 9999px rgba(3, 186, 236, 0.8); }

#bottomcontainer {
  padding-top: 0;
  background: url(/uploaded/themes/default/images/bg.jpg) #035386 repeat-y center; }
  @media (max-width: 43.75em) {
    #bottomcontainer {
      padding: 0;
      background-position-x: 90%; } }

.footer-social {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #fff;
  z-index: 1;
  padding-bottom: 30px; }
  .footer-social ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .footer-social a {
    display: block; }
  .footer-social:before {
    content: "";
    position: absolute;
    left: -9999px;
    z-index: -1;
    right: 100%;
    top: 0;
    bottom: 0;
    background-color: #fff; }
  .footer-social:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    box-shadow: 9999px 0 0 #fff;
    z-index: -1; }
  .isIE .footer-social:after {
    right: 1px; }
  .footer-social li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    height: 100px; }
    .footer-social li img + img {
      display: none; }
    .footer-social li:hover img {
      display: none; }
    .footer-social li:hover img + img {
      display: inline-block; }
    .footer-social li:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .footer-social li > * {
      display: inline-block;
      vertical-align: middle; }
    .footer-social li + li {
      border-left: 1px solid #d9d9d9; }
  .footer-social a {
    color: transparent;
    font-size: 0;
    color: #a9a9a9; }
    .footer-social a:before {
      font-size: 37px; }
    .footer-social a[href*='facebook'] {
      font-size: 13px;
      color: #a9a9a9;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: 400; }
      .footer-social a[href*='facebook']:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
      .footer-social a[href*='facebook']:hover {
        color: #3b5998; }
    .footer-social a[href*='twitter']:hover {
      color: #03baec; }
    .footer-social a[href*='twitter']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .footer-social a[href*='linkedin']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .footer-social a[href*='linkedin']:hover {
      color: #035285; }
    .footer-social a[href*='youtube']:hover {
      color: #bd0900; }
    .footer-social a[href*='youtube']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  @media (max-width: 1160px) {
    .footer-social {
      width: 580px;
      margin: 0 auto !important;
      text-align: center;
      padding-bottom: 0; }
      .footer-social li:nth-child(n+3) + li {
        border-left: 0; } }
  @media (max-width: 630px) {
    .footer-social {
      width: 100%;
      padding-bottom: 30px; }
      .footer-social li {
        padding: 0 25px; }
        .footer-social li:nth-child(3) {
          border-left: 0; }
        .footer-social li:nth-child(3), .footer-social li:nth-child(4) {
          display: block;
          height: auto;
          padding: 20px 0; }
        .footer-social li:nth-child(n+5) + li {
          border-left: 1px solid #d9d9d9; } }

.contact {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
  padding: 40px 0 30px;
  font-family: "acumin-pro", sans-serif;
  letter-spacing: 0.05em; }
  .contact ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .contact a {
    display: block; }
  .contact strong {
    font-family: "acumin-pro", sans-serif;
    text-transform: uppercase; }
  .contact li {
    display: inline-block; }
    .contact li + li {
      margin-left: 10px;
      border-left: 1px solid #fff;
      padding-left: 10px; }
  .contact ul + ul {
    margin-top: 10px; }
  .contact a {
    display: inline-block;
    color: #03baec; }
    .contact a:hover {
      color: #fff; }
  @media (max-width: 50em) {
    .contact li {
      display: inline; }
      .contact li + li {
        margin-left: 5px;
        padding-left: 7px; }
    .contact ul {
      display: inline; }
      .contact ul:first-child li:first-child {
        display: block;
        margin-bottom: 10px; }
        .contact ul:first-child li:first-child + li {
          border-left: 0; }
      .contact ul:first-child + ul li:first-child {
        border-left: 1px solid #fff;
        padding-left: 7px;
        margin-left: 5px; }
      .contact ul:first-child + ul li:nth-child(3) {
        border-left: 0; }
      .contact ul:first-child + ul li:nth-child(n+3) a {
        margin-top: 20px; } }
  @media (max-width: 43.75em) {
    .contact {
      font-size: 14px; }
      .contact li {
        display: inline-block; }
      .contact a {
        color: #fff; }
        .contact a:hover {
          color: #035386; }
      .contact ul {
        display: block; }
        .contact ul:first-child li:first-child {
          font-size: 16px;
          margin-bottom: 20px; }
        .contact ul:first-child + ul li:first-child, .contact ul:first-child + ul li:nth-child(2) {
          display: block;
          border-left: 0; }
        .contact ul:first-child + ul li:first-child + li {
          margin-top: 10px;
          margin-left: 0;
          padding-left: 0; }
        .contact ul:first-child + ul li:nth-child(3) {
          margin-left: 0;
          padding-left: 0; }
        .contact ul:first-child + ul li:nth-child(n+3) {
          margin-top: 10px; }
          .contact ul:first-child + ul li:nth-child(n+3) a {
            margin-top: 0; } }

#poweredby {
  background: url(/uploaded/themes/default/images/bg.jpg) #035386 repeat-y center;
  padding-bottom: 30px; }
  #poweredby a {
    margin: 0 auto; }
  @media (max-width: 43.75em) {
    #poweredby {
      background-position-x: 90%; } }

.nav-img {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background-color: #035386;
  position: relative;
  margin-bottom: 24px; }
  .nav-img a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .nav-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background-position: bottom center;
    background-repeat: no-repeat; }
  .nav-img.img-bridge:before {
    background-image: url(/uploaded/themes/default/images/bridge-full.png);
    background-image: url(/uploaded/themes/default/images/bridge-full.svg);
    right: 5%;
    left: 5%;
    bottom: 20%; }
  .nav-img-first.nav-img.img-bridge:hover:before {
    background-image: url(/uploaded/themes/default/images/bridge-full.png);
    background-image: url(/uploaded/themes/default/images/bridge-full.svg); }
  .nav-img.img-castle:before {
    background-image: url(/uploaded/themes/default/images/castle-full.png);
    background-image: url(/uploaded/themes/default/images/castle-full.svg);
    bottom: 10%;
    top: 8%; }
  .nav-img-first.nav-img.img-castle:hover:before {
    background-image: url(/uploaded/themes/default/images/castle-full.png);
    background-image: url(/uploaded/themes/default/images/castle-full.svg); }
  .nav-img.img-gate:before {
    background-image: url(/uploaded/themes/default/images/gate-full.png);
    background-image: url(/uploaded/themes/default/images/gate-full.svg);
    bottom: 12%;
    right: 5%;
    left: 5%; }
  .nav-img-first.nav-img.img-gate:hover:before {
    background-image: url(/uploaded/themes/default/images/gate-full.png);
    background-image: url(/uploaded/themes/default/images/gate-full.svg); }
  .nav-img.img-palace:before {
    background-image: url(/uploaded/themes/default/images/palace-full.png);
    background-image: url(/uploaded/themes/default/images/palace-full.svg);
    bottom: 10%;
    left: 10%;
    right: 10%; }
  .nav-img-first.nav-img.img-palace:hover:before {
    background-image: url(/uploaded/themes/default/images/palace-full.png);
    background-image: url(/uploaded/themes/default/images/palace-full.svg); }
  .nav-img.img-shrine:before {
    background-image: url(/uploaded/themes/default/images/shrine-full.png);
    background-image: url(/uploaded/themes/default/images/shrine-full.svg);
    top: 11%; }
  .nav-img-first.nav-img.img-shrine:hover:before {
    background-image: url(/uploaded/themes/default/images/shrine-full.png);
    background-image: url(/uploaded/themes/default/images/shrine-full.svg); }
  .nav-img.img-tower:before {
    background-image: url(/uploaded/themes/default/images/tower-full.png);
    background-image: url(/uploaded/themes/default/images/tower-full.svg);
    top: 14%;
    bottom: 9%; }
  .nav-img-first.nav-img.img-tower:hover:before {
    background-image: url(/uploaded/themes/default/images/tower-full.png);
    background-image: url(/uploaded/themes/default/images/tower-full.svg); }
  .mobile-sub .nav-img {
    margin-bottom: 0; }

.section-title {
  color: #035386;
  font-size: 22px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .mobile-sub .section-title {
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    border-top: 1px solid #fff;
    border-bottom: 0;
    background-color: #035386;
    padding: 10px 20px; }
    .mobile-sub .section-title:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      float: right; }
    .mobile-sub .open-nav .section-title:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.home-slider .slick-arrow {
  background-color: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  color: transparent;
  z-index: 1;
  opacity: 0.6;
  outline: none; }
  .home-slider .slick-arrow:hover {
    opacity: 0.8; }
  .home-slider .slick-arrow.slick-prev {
    left: 25px; }
    .home-slider .slick-arrow.slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home-slider .slick-arrow.slick-next {
    right: 25px; }
    .home-slider .slick-arrow.slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home-slider .slick-arrow:before {
    font-size: 105px;
    line-height: 1;
    color: #5c5c5c; }
  @media (max-width: 1200px) {
    .home-slider .slick-arrow {
      top: 215px; } }
.home-slider .slick-slide {
  height: calc(100vh - 125px);
  background-size: cover;
  background-position: center;
  position: relative; }
  .home-slider .slick-slide .mobile-img {
    display: none; }
  @media (max-width: 1200px) {
    .home-slider .slick-slide {
      height: auto;
      background-image: none !important; }
      .home-slider .slick-slide .mobile-img {
        display: block;
        height: 530px;
        background-size: cover;
        background-position: center; } }
  @media (max-width: 50em) {
    .home-slider .slick-slide .slick-arrows {
      display: none !important; }
    .home-slider .slick-slide .mobile-img {
      height: 300px; } }
.home-slider .slide-caption {
  position: absolute;
  bottom: 14%;
  right: 4%;
  background: rgba(38, 38, 38, 0.6);
  text-align: center;
  color: #fff;
  width: 480px;
  padding: 25px; }
  .home-slider .slide-caption .contentElementTitle {
    font-size: 47px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .home-slider .slide-caption a {
    color: #03baec; }
    .home-slider .slide-caption a:hover {
      color: #fff; }
  @media (max-width: 1200px) {
    .home-slider .slide-caption {
      position: static;
      width: 100%;
      background-color: #515151;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      padding: 10px 25px 20px; }
      .home-slider .slide-caption .fs_style_31 {
        padding: 8px 5px;
        background-color: #484848; }
      .home-slider .slide-caption p:last-child {
        margin-bottom: 0; } }
  @media (max-width: 37.5em) {
    .home-slider .slide-caption .contentElementTitle {
      font-size: 27px; } }

.our-division {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  background-color: #fff;
  text-align: center;
  padding: 50px 0 30px; }
  .our-division ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .our-division a {
    display: block; }
  .our-division .fsElementTitle {
    margin-bottom: 30px; }
  .our-division div[id^='content'] {
    width: 90%;
    margin: 0 auto; }
  .our-division ul {
    width: 100%;
    font-size: 0; }
  .our-division li {
    display: inline-block;
    width: 25%;
    font-size: 15px;
    vertical-align: top;
    padding: 0 10px; }
  .our-division a {
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% + 40px);
    display: block;
    position: relative; }
    .our-division a:before {
      content: "";
      display: block;
      padding-bottom: 100%;
      margin-bottom: 9px;
      width: 100%;
      height: 0;
      background-repeat: no-repeat;
      border-bottom: 1px solid #fff;
      background-size: contain; }
    .our-division a.fs_style_32:before {
      background-image: url(/uploaded/themes/default/images/bridge.png);
      background-image: url(/uploaded/themes/default/images/bridge.svg);
      background-size: 90%;
      background-position: 50% 80%; }
    .our-division a.fs_style_32:hover:before {
      background-image: url(/uploaded/themes/default/images/bridge-full.png);
      background-image: url(/uploaded/themes/default/images/bridge-full.svg); }
    .our-division a.fs_style_33:before {
      background-image: url(/uploaded/themes/default/images/castle.png);
      background-image: url(/uploaded/themes/default/images/castle.svg);
      background-size: 57%;
      background-position: 50% 50%; }
    .our-division a.fs_style_33:hover:before {
      background-image: url(/uploaded/themes/default/images/castle-full.png);
      background-image: url(/uploaded/themes/default/images/castle-full.svg); }
    .our-division a.fs_style_34:before {
      background-image: url(/uploaded/themes/default/images/gate.png);
      background-image: url(/uploaded/themes/default/images/gate.svg);
      background-size: 90%;
      background-position: 50% 70%; }
    .our-division a.fs_style_34:hover:before {
      background-image: url(/uploaded/themes/default/images/gate-full.png);
      background-image: url(/uploaded/themes/default/images/gate-full.svg); }
    .our-division a.fs_style_35:before {
      background-image: url(/uploaded/themes/default/images/palace.png);
      background-image: url(/uploaded/themes/default/images/palace.svg);
      background-size: 80%;
      background-position: 50% 70%; }
    .our-division a.fs_style_35:hover:before {
      background-image: url(/uploaded/themes/default/images/palace-full.png);
      background-image: url(/uploaded/themes/default/images/palace-full.svg); }
    .our-division a.fs_style_36:before {
      background-image: url(/uploaded/themes/default/images/shrine.png);
      background-image: url(/uploaded/themes/default/images/shrine.svg);
      background-size: 65%;
      background-position: 50% 100%; }
    .our-division a.fs_style_36:hover:before {
      background-image: url(/uploaded/themes/default/images/shrine-full.png);
      background-image: url(/uploaded/themes/default/images/shrine-full.svg); }
    .our-division a.fs_style_37:before {
      background-image: url(/uploaded/themes/default/images/tower.png);
      background-image: url(/uploaded/themes/default/images/tower.svg);
      background-size: 60%;
      background-position: 50% 50%; }
    .our-division a.fs_style_37:hover:before {
      background-image: url(/uploaded/themes/default/images/tower-full.png);
      background-image: url(/uploaded/themes/default/images/tower-full.svg); }
  .our-division li:first-child a {
    background-color: #ee6e2a; }
  .our-division li:nth-child(2) a {
    background-color: #4daf48; }
  .our-division li:nth-child(3) a {
    background-color: #7f3f83; }
  .our-division li:nth-child(4) a {
    background-color: #cf0a51; }
  @media (max-width: 1200px) {
    .our-division div[id^='content'] {
      width: 95%; } }
  @media (max-width: 50em) {
    .our-division li {
      width: 47%; }
      .our-division li:nth-child(n+3) {
        margin-top: 20px; } }
  @media (max-width: 37.5em) {
    .our-division li {
      display: block;
      width: 100%;
      padding: 0 20px; }
      .our-division li + li {
        margin-top: 20px; } }

.page_1 #contentdiv, .page_933 #contentdiv {
  display: none; }
.page_1 #leftbanner, .page_1 #rightbanner, .page_933 #leftbanner, .page_933 #rightbanner {
  width: 100%;
  float: none; }
.page_1 #midcontainer, .page_933 #midcontainer {
  background-color: #eee;
  padding: 20px 0 0; }
  @media (max-width: 1200px) {
    .page_1 #midcontainer, .page_933 #midcontainer {
      padding-top: 0; } }
.page_1 #mainmiddle, .page_933 #mainmiddle {
  position: relative;
  margin-top: -11vh;
  max-width: none; }
  @media (max-width: 1200px) {
    .page_1 #mainmiddle, .page_933 #mainmiddle {
      margin-top: 0; } }
.page_1 .bannermodtitle, .page_933 .bannermodtitle {
  font-size: 25px;
  margin-bottom: 30px; }
.page_1 #leftbanner, .page_1 #rightbanner, .page_933 #leftbanner, .page_933 #rightbanner {
  padding: 0;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }
  .page_1 #leftbanner > * + *, .page_1 #rightbanner > * + *, .page_933 #leftbanner > * + *, .page_933 #rightbanner > * + * {
    margin-top: 50px; }
.page_1 #leftbanner, .page_933 #leftbanner {
  padding-bottom: 20px; }
.page_1 #rightbanner, .page_933 #rightbanner {
  display: none; }

.home-news .slick-list {
  margin: 0 -20px; }
.home-news .bannermodtitle {
  text-align: center; }
.home-news .newspostitem {
  outline: none;
  margin: 0 20px; }
.home-news .newspostitem {
  border-bottom: 0; }
.home-news .fs_style_31 {
  background-color: #fafafa; }
  .home-news .fs_style_31:hover {
    background-color: #a9a9a9; }
@media (max-width: 37.5em) {
  .home-news .newsposttitle img {
    max-width: 256px;
    margin: 0 auto 20px; } }
@media (max-width: 50em) {
  .home-news .newspostitem:nth-child(n+5) {
    display: none; } }

.cal-container > .bannermodtitle {
  background-color: #fff;
  text-align: center;
  padding: 50px 0 30px;
  margin-bottom: 0; }
.cal-container .fs_style_31 {
  background-color: #fafafa; }
  .cal-container .fs_style_31:hover {
    background-color: #a9a9a9; }

.cal-wrap .bannermodtitle, .cal-switch .bannermodtitle {
  font-size: 12px;
  color: #fff;
  font-family: "acumin-pro", sans-serif;
  position: relative;
  padding: 10px 5px;
  letter-spacing: 0.05em;
  text-align: center; }
  .cal-wrap .bannermodtitle:hover:before, .cal-wrap .bannermodtitle.curr-cal:before, .cal-switch .bannermodtitle:hover:before, .cal-switch .bannermodtitle.curr-cal:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -22px; }

.cal-switch {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .cal-switch .bannermodtitle {
    display: table-cell;
    vertical-align: middle; }

.cal-wrap {
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  position: relative;
  min-height: 250px;
  margin-top: 36px; }
  .cal-wrap .slick-active + .slick-active {
    position: relative; }
    .cal-wrap .slick-active + .slick-active:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 200px;
      top: 0;
      left: -30px;
      background-color: #d9d9d9; }
      @media (max-width: 1200px) {
        .cal-wrap .slick-active + .slick-active:before {
          left: -10px; } }
  @media (max-width: 1200px) {
    .cal-wrap {
      min-height: 0;
      margin-bottom: 30px; } }

.slick-slide:focus {
  outline: none; }

.title-1 {
  background-color: #035386; }
  .title-1:before {
    border-top: 14px solid #035386; }

.title-2 {
  background-color: #ee6e2a; }
  .title-2:before {
    border-top: 14px solid #ee6e2a; }

.title-3 {
  background-color: #4daf48; }
  .title-3:before {
    border-top: 14px solid #4daf48; }

.title-4 {
  background-color: #7f3f83; }
  .title-4:before {
    border-top: 14px solid #7f3f83; }

.title-5 {
  background-color: #cf0a51; }
  .title-5:before {
    border-top: 14px solid #cf0a51; }

.title-6 {
  background-color: #03baec; }
  .title-6:before {
    border-top: 14px solid #03baec; }

.home-news .slick-arrow, .home-cal .slick-arrow, .voice .slick-arrow, .infographic .slick-arrow {
  background-color: transparent;
  outline: none;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  color: transparent;
  z-index: 1;
  opacity: 0.4; }
  .home-news .slick-arrow:hover, .home-cal .slick-arrow:hover, .voice .slick-arrow:hover, .infographic .slick-arrow:hover {
    opacity: 0.8; }
  .home-news .slick-arrow.slick-prev, .home-cal .slick-arrow.slick-prev, .voice .slick-arrow.slick-prev, .infographic .slick-arrow.slick-prev {
    left: -90px; }
    .home-news .slick-arrow.slick-prev:before, .home-cal .slick-arrow.slick-prev:before, .voice .slick-arrow.slick-prev:before, .infographic .slick-arrow.slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home-news .slick-arrow.slick-next, .home-cal .slick-arrow.slick-next, .voice .slick-arrow.slick-next, .infographic .slick-arrow.slick-next {
    right: -90px; }
    .home-news .slick-arrow.slick-next:before, .home-cal .slick-arrow.slick-next:before, .voice .slick-arrow.slick-next:before, .infographic .slick-arrow.slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home-news .slick-arrow:before, .home-cal .slick-arrow:before, .voice .slick-arrow:before, .infographic .slick-arrow:before {
    font-size: 45px;
    line-height: 1;
    color: #5c5c5c; }
@media (max-width: 1385px) {
  .home-news .slick-arrow.slick-next, .home-cal .slick-arrow.slick-next, .voice .slick-arrow.slick-next, .infographic .slick-arrow.slick-next {
    right: 0; }
  .home-news .slick-arrow.slick-prev, .home-cal .slick-arrow.slick-prev, .voice .slick-arrow.slick-prev, .infographic .slick-arrow.slick-prev {
    left: 0; }
  .home-news .slick-slider, .home-cal .slick-slider, .voice .slick-slider, .infographic .slick-slider {
    padding: 0 70px; } }

.home-cal {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -1; }
  .home-cal:first-child .event_stackmonname, .home-cal:first-child .event_stackdaynum {
    color: #035386; }
  .home-cal:first-child .desclinks {
    color: #035386; }
    .home-cal:first-child .desclinks:hover {
      color: #03baec; }
  .home-cal:nth-child(2) .event_stackmonname, .home-cal:nth-child(2) .event_stackdaynum {
    color: #ee6e2a; }
  .home-cal:nth-child(2) .desclinks {
    color: #ee6e2a; }
    .home-cal:nth-child(2) .desclinks:hover {
      color: #fbaa26; }
  .home-cal:nth-child(3) .event_stackmonname, .home-cal:nth-child(3) .event_stackdaynum {
    color: #4daf48; }
  .home-cal:nth-child(3) .desclinks {
    color: #4daf48; }
    .home-cal:nth-child(3) .desclinks:hover {
      color: #20976a; }
  .home-cal:nth-child(4) .event_stackmonname, .home-cal:nth-child(4) .event_stackdaynum {
    color: #7f3f83; }
  .home-cal:nth-child(4) .desclinks {
    color: #7f3f83; }
    .home-cal:nth-child(4) .desclinks:hover {
      color: #b958a1; }
  .home-cal:nth-child(5) .event_stackmonname, .home-cal:nth-child(5) .event_stackdaynum {
    color: #cf0a51; }
  .home-cal:nth-child(5) .desclinks {
    color: #cf0a51; }
    .home-cal:nth-child(5) .desclinks:hover {
      color: #8c0a35; }
  .home-cal:nth-child(6) .event_stackmonname, .home-cal:nth-child(6) .event_stackdaynum {
    color: #03baec; }
  .home-cal:nth-child(6) .desclinks {
    color: #03baec; }
    .home-cal:nth-child(6) .desclinks:hover {
      color: #035386; }
  .home-cal .event_stackrepeat {
    visibility: visible;
    display: block; }
  .home-cal .slick-slide {
    margin: 0 30px; }
  .home-cal .eventobj {
    clear: none;
    padding-bottom: 0 !important;
    padding-top: 25px; }
  .home-cal.show-me {
    opacity: 1;
    z-index: 0;
    position: relative; }
  .home-cal .event_stackdate {
    text-align: center;
    margin-bottom: 14px;
    padding-bottom: 17px;
    border-bottom-color: #d9d9d9; }
  .home-cal .event_stackdayname {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px; }
  .home-cal .event_stackmonname, .home-cal .event_stackdaynum {
    font-size: 36px;
    font-weight: 400; }
  .home-cal .eventcon {
    text-align: center; }
  .home-cal .event_time, .home-cal .event_location {
    font-size: 18px; }
  .home-cal .etitle {
    margin-bottom: 5px; }
  @media (max-width: 1200px) {
    .home-cal .slick-slide {
      margin: 0 10px; }
    .home-cal .slick-slider {
      padding: 0 40px; }
    .home-cal .event_stackmonname, .home-cal .event_stackdaynum {
      font-size: 33px; } }
  @media (max-width: 50em) {
    .home-cal {
      position: static;
      opacity: 1;
      z-index: 0;
      position: relative; }
      .home-cal .bannermodtitle {
        margin-bottom: 0; }
      .home-cal .bannermodtd {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
      .show-me .home-cal .bannermodtd {
        max-height: 9999px;
        transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
      .home-cal.show-me .bannermodtd {
        max-height: 9999px;
        transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
      .home-cal .bannermodtd {
        position: relative; }
      .home-cal .bannermodcontent {
        padding-bottom: 20px; } }

.cta-section {
  background: url(/uploaded/themes/default/images/bg.jpg) #035386 repeat-y center;
  padding: 90px 0;
  margin-top: 30px !important;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .cta-section ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .cta-section a {
    display: block; }
  .cta-section .bannermodcontent {
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  .cta-section ul {
    font-size: 0; }
  .cta-section li {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 0 12px;
    position: relative; }
    .cta-section li .cta-wrap {
      display: inline-block;
      vertical-align: middle; }
    .cta-section li a {
      font-size: 30px;
      display: block;
      color: #fff;
      font-weight: 400;
      font-family: "acumin-pro", sans-serif;
      line-height: 1.15;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
      .cta-section li a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 100%; }
      .cta-section li a:hover {
        background-color: rgba(0, 0, 0, 0.7); }
    .cta-section li strong {
      display: block;
      font-family: "acumin-pro", sans-serif;
      color: #03baec;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
  @media (max-width: 1200px) {
    .cta-section {
      background-size: 100%;
      padding: 40px 0; }
      .cta-section ul {
        text-align: center; }
      .cta-section li a {
        font-size: 20px; } }
  @media (max-width: 50em) {
    .cta-section {
      background: #2a7bb9;
      position: relative; }
      .cta-section:before {
        content: "";
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-color: #035386;
        position: absolute; }
      .cta-section li {
        display: block;
        width: 100%; }
        .cta-section li a {
          height: auto;
          padding-bottom: 0;
          font-size: 30px;
          padding: 25px 5px; }
          .cta-section li a strong {
            font-size: 32px; }
          .cta-section li a:before {
            display: none; }
        .cta-section li + li {
          margin-top: 15px; } }

.info-container {
  background-color: #e5f7fd;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .info-container ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .info-container a {
    display: block; }
  .info-container div[id^='content'] {
    font-size: 0; }
  .info-container > .bannermodtd {
    margin: 0 auto;
    max-width: 96em;
    max-width: 90rem; }
  .info-container > .bannermodtitle {
    margin-bottom: 40px; }

.infographic {
  display: inline-block;
  width: 33.33%;
  padding-bottom: 50px; }
  .infographic .bannermodtitle {
    color: #035386;
    font-weight: 700;
    font-size: 32px;
    border-bottom: 1px solid #c7d0d3;
    padding-bottom: 18px;
    margin-bottom: 17px; }
  .infographic ul {
    font-size: 0; }
  .infographic li {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    width: 33.33%;
    padding: 0 25px;
    vertical-align: top; }
    .infographic li:before {
      color: #a9a9a9;
      font-size: 55px;
      display: block; }
    .infographic li strong {
      color: #03baec;
      font-size: 35px;
      display: block; }
  .infographic + .infographic {
    border-left: 1px solid #c7d0d3; }
  @media (max-width: 1200px) {
    .infographic {
      display: block;
      width: 100%; }
      .infographic ul {
        width: 430px;
        margin: 0 auto; } }
  @media (max-width: 50em) {
    .infographic ul {
      width: auto; }
    .infographic li, .infographic .slick-slider {
      padding: 0; } }

.info-learning li:first-child:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }
.info-learning li:nth-child(2):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }
.info-learning li:nth-child(3):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }
@media (max-width: 50em) {
  .info-learning li:nth-child(2):before, .info-learning li:nth-child(5):before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .info-learning li:nth-child(3):before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .info-learning li:first-child:before, .info-learning li:nth-child(4):before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; } }

.info-community li:first-child:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }
.info-community li:nth-child(2):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }
.info-community li:nth-child(3):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }
@media (max-width: 50em) {
  .info-community li:nth-child(2):before, .info-community li:nth-child(5):before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .info-community li:nth-child(3):before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .info-community li:first-child:before, .info-community li:nth-child(4):before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; } }

.info-responsibility li:first-child:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }
.info-responsibility li:nth-child(2):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }
.info-responsibility li:nth-child(3):before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }
@media (max-width: 50em) {
  .info-responsibility li:nth-child(2):before, .info-responsibility li:nth-child(5):before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .info-responsibility li:nth-child(3):before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .info-responsibility li:first-child:before, .info-responsibility li:nth-child(4):before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; } }

.voice {
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  margin: 48px auto 30px !important; }
  .voice .newspostedit {
    position: absolute; }
  .voice .newspostitem {
    border: 1px solid #d9d9d9;
    padding: 45px 6.6%;
    padding-bottom: 45px !important; }
    .voice .newspostitem + .newspostitem {
      margin-top: 0; }
  .voice .newsposttitle img {
    width: 320px;
    margin-bottom: 0; }
  .voice .newsposttitle {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 8%; }
  .voice .newspostdesc {
    display: inline-block;
    vertical-align: bottom;
    width: 60%;
    font-size: 19px; }
  .voice h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #a9a9a9; }
  .voice .voice-name {
    color: #03baec;
    font-size: 36px;
    display: block;
    margin-bottom: 5px; }
    .voice .voice-name:hover {
      color: #035386; }
  .voice .fs_style_31 {
    margin: 60px 0 0;
    color: #03baec;
    border-color: #03baec; }
    .voice .fs_style_31:hover {
      color: #035386;
      border-color: #035386;
      background-color: transparent; }
  .voice .newsposttitle a {
    position: relative;
    display: block; }
    .voice .newsposttitle a:before {
      content: "\201c";
      font-family: "acumin-pro", sans-serif;
      font-size: 140px;
      line-height: 120px;
      background-color: #fff;
      width: 70px;
      height: 70px;
      position: absolute;
      top: 0;
      right: 0;
      font-weight: 400;
      color: #a9a9a9;
      text-align: center; }
  .voice .bannermodtitle {
    text-align: center; }
  @media (max-width: 1385px) {
    .voice {
      padding: 0 70px; }
      .voice .slick-arrow.slick-prev {
        left: -70px; }
      .voice .slick-arrow.slick-next {
        right: -70px; }
      .voice .newspostdesc {
        width: 51%; }
      .voice .newsposttitle {
        margin-right: 6%; } }
  @media (max-width: 1200px) {
    .voice {
      padding: 0; }
      .voice .slick-arrow {
        display: none !important; }
      .voice #newscon {
        padding: 0; }
      .voice .slick-arrow {
        display: none; }
      .voice .newspostitem {
        padding: 45px 34px;
        border-left: 0;
        border-right: 0; }
      .voice .newsposttitle {
        width: 45%;
        margin-right: 3%; }
      .voice .voice-name {
        font-size: 32px; }
      .voice .newspostdesc {
        font-size: 15px; } }
  @media (max-width: 50em) {
    .voice {
      border-bottom: 1px solid #d9d9d9; }
      .voice > .bannermodtitle {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 0;
        padding-bottom: 20px; }
      .voice .newspostitem {
        padding: 30px 0;
        border-top: 0;
        border-bottom: 0;
        padding-bottom: 90px !important; }
      .voice .newsposttitle {
        margin-right: 0;
        width: 100%; }
        .voice .newsposttitle img {
          width: 100%; }
      .voice .newspostdesc {
        width: 100%;
        padding: 0 20px;
        margin-top: 30px;
        font-size: 14px; }
      .voice .voice-name {
        font-size: 25px; }
      .voice .slick-arrow {
        display: inline-block !important;
        bottom: 20px;
        top: auto; }
        .voice .slick-arrow.slick-next {
          right: 50%;
          -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
          transform: translateX(100%); }
        .voice .slick-arrow.slick-prev {
          left: 50%;
          -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
      .voice .fs_style_31 {
        margin: 20px auto; } }

.home-nav {
  position: fixed;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  border-radius: 0 5px 5px 0;
  top: 39%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999; }
  .home-nav > div {
    position: relative; }
    .home-nav > div + div {
      margin-top: 15px; }
  .home-nav span {
    position: absolute;
    left: calc(100% + 7px);
    top: 50%;
    margin-top: -17px;
    white-space: nowrap;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-color: #03baec;
    font-weight: 700;
    padding: 0 11px;
    height: 35px;
    line-height: 35px;
    border-radius: 7px;
    color: #fff;
    font-size: 17px;
    min-width: 135px;
    text-align: center;
    letter-spacing: 0.05em; }
    .home-nav span:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 17px solid transparent;
      border-right: 19px solid #03baec;
      border-bottom: 17px solid transparent;
      position: absolute;
      right: calc(100% - 4px);
      top: 0;
      bottom: 0; }
  .home-nav a {
    display: block;
    padding: 0 15px; }
    .home-nav a:before {
      color: #fff;
      font-size: 21px;
      display: block; }
    .home-nav a:hover:before, .home-nav a.fixed-active:before {
      color: #03baec; }
    .home-nav a:hover + span, .home-nav a.fixed-active + span {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: -webkit-transform 0.5s cubic-bezier(0, 1.4, 1, 1.4);
      transition: transform 0.5s cubic-bezier(0, 1.4, 1, 1.4); }
  .home-nav .fixed-division a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .home-nav .fixed-news a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .home-nav .fixed-cal a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .home-nav .fixed-cta a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .home-nav .fixed-info a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .home-nav .fixed-voice a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .home-nav .fixed-contact a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  @media (max-width: 1200px) {
    .home-nav {
      position: static;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      background-color: #3b3b3b;
      border-radius: 0;
      text-align: center; }
      .home-nav > div {
        display: inline-block; }
        .home-nav > div + div {
          margin-top: 0;
          margin-left: 20px; }
      .home-nav span {
        display: none; } }
  @media (max-width: 37.5em) {
    .home-nav {
      display: none; } }

:focus {
  outline: none; }

.event_stackrepeat {
  display: none; }

.section-title {
  display: none; }

.img-title {
  background-color: #2979be;
  margin-bottom: 20px; }
  .img-title img {
    margin-bottom: 0;
    display: block; }

.fsEl_Facebook_Page .portlet_title:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  float: left; }

#add_elements_menu_div {
  z-index: 9999; }

.admindropmenu a {
  color: #dbdbdb; }
  .admindropmenu a:hover {
    color: white; }

.popup #contentdiv {
  margin: 0; }

.bannermodtitle {
  font-weight: 700; }

@media (max-width: 37.5em) {
  label.horizontal {
    white-space: normal; }

  .elementColumn {
    max-width: 100%; } }
