@charset "UTF-8";
a, .buttons,
.button,
.callout-button,
#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;
  background: #333333; }

/* 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: 2.14286em;
  margin-left: 2.14286em; }

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

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

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

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

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

.compartment {
  margin: 0 auto;
  max-width: 73.14286em;
  max-width: 64rem; }

@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: "FontAwesome";
  src: url("/uploaded/themes/default/fonts/fontawesome/fontawesome-webfont.eot");
  src: url("/uploaded/themes/default/fonts/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("/uploaded/themes/default/fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("/uploaded/themes/default/fonts/fontawesome/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "IcoMoon";
  src: url("/uploaded/themes/default/fonts/icomoon/icomoon.eot");
  src: url("/uploaded/themes/default/fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default/fonts/icomoon/icomoon.woff") format("woff"), url("/uploaded/themes/default/fonts/icomoon/icomoon.ttf") format("truetype"), url("/uploaded/themes/default/fonts/icomoon/icomoon.svg#IcoMoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon-twitter:before {
  font-family: "IcoMoon" !important;
  content: "\f099"; }

.icon-facebook:before {
  font-family: "IcoMoon" !important;
  content: "\f09a"; }

.icon-youtube:before {
  font-family: "IcoMoon" !important;
  content: "\f167"; }

/*! Content - HTML v0.0.7 */
h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.7em;
  line-height: 1.13333em;
  color: null;
  font-family: "myriad-pro",sans-serif;
  font-weight: 600; }
  @media (min-width: 31.25em) {
    h1,
    .alpha {
      font-size: 2.14286em; } }

h2,
.beta,
.bannermodtitle,
.module .bannermodtitle,
div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title,
.pagetype_item b {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.83333em;
  font-size: 1.71429em;
  line-height: 1.16667em;
  color: null;
  font-family: "myriad-pro",sans-serif;
  font-weight: 600; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.66667em;
  font-size: 1.71429em;
  line-height: 0.91667em;
  color: null;
  font-family: "myriad-pro",sans-serif; }

h4,
.delta,
.callout-button em,
.lead-in,
blockquote,
.school-details [itemprop='name'],
.nav-main-container .nav-main > ul > li > a,
.monthhead,
.etitle,
.directory .fsDirEntryName strong,
.imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle,
.gridTable .contentElementTitle,
.newsposttitle,
.popup-window #ptitle,
.portlet_title {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.77778em;
  font-size: 1.28571em;
  line-height: 1.22222em;
  font-family: "myriad-pro",sans-serif;
  font-weight: 600;
  color: null; }

h5,
.epsilon,
cite {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.71429em;
  font-size: 1em;
  line-height: 1.28571em;
  font-family: "myriad-pro",sans-serif;
  color: null;
  font-weight: 600; }

h6,
.zeta,
#calendar_nav + .listonly_block .listcap,
.directory .fsDirEntryRoles:before,
.directory .fsDirEntryTitle:before {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0em;
  font-size: 1.14286em;
  line-height: 1.125em;
  color: null;
  font-family: "myriad-pro",sans-serif; }

p {
  margin: 0 0 1.42857em;
  font-family: "myriad-pro", sans-serif;
  color: #171717; }

span {
  font-family: "myriad-pro", sans-serif; }

a {
  color: #171717;
  text-decoration: underline;
  font-family: "myriad-pro",sans-serif;
  color: #00779f; }
  a:hover {
    color: #163052; }
  nav a {
    display: block; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.4em; }
  ul li,
  ol li {
    font-family: "myriad-pro", sans-serif;
    font-size: 14px; }

table.styled {
  width: 100%;
  margin-bottom: 2.14286em;
  border-collapse: collapse; }
  table.styled table {
    margin-top: 0;
    margin-bottom: 1.42857em;
    width: 100%; }
  table.styled tr:nth-of-type(odd) td {
    background-color: rgba(0, 0, 0, 0.1); }
  table.styled th,
  table.styled td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled th {
    padding: 2.14286em;
    text-transform: uppercase;
    background: #171717;
    color: #fff; }
  table.styled td {
    padding: 1.07143em 2.14286em;
    background: rgba(0, 0, 0, 0.05); }

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

iframe {
  border: 0;
  max-width: 100%; }

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

/*! Content - Button v0.0.5 */
.buttons,
.button,
.callout-button,
#showHideEventDetails {
  display: inline-block;
  margin: 0 1.07143em 1.07143em 0;
  padding: 0.57143em 1.14286em;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  background: #171717;
  border: 0;
  border-radius: 0;
  color: #fff; }
  .buttons:hover,
  .button:hover,
  .callout-button:hover,
  #showHideEventDetails:hover {
    background: #163052;
    color: #fff; }

.callout-button {
  max-width: 27.85714em;
  width: 100%;
  padding: 2.14286em 3.21429em; }
  .callout-button em {
    display: block;
    font-style: normal; }

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

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

[disabled] {
  cursor: not-allowed; }

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

::-webkit-input-placeholder {
  color: #193351; }

:-moz-placeholder {
  color: #193351; }

::-moz-placeholder {
  color: #193351; }

:-ms-input-placeholder {
  color: #193351; }

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

.required {
  color: #1c1c1c; }

#contentdiv {
  /* Make the invisible login form visible on login page only */ }
  #contentdiv #fsLoginForm {
    position: relative !important;
    display: block !important;
    z-index: 2 !important; }

.fsLoginForms {
  width: 100%; }

.fsLoginFooter {
  margin-left: 0; }

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

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

blockquote {
  display: block;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.55556em;
  border-left: 5px solid #193351;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  /*&:before {*/
  /*$size: 40px;*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*content: '\201C';*/
  /*font-size: ce($size, 20px);*/
  /*line-height: 1;*/
  /*}*/ }

.callout {
  width: 50%;
  margin-right: 0;
  margin-left: 0;
  padding: 1.07143em;
  line-height: 1.55556em;
  background: #171717;
  color: #fff; }
  .callout.left {
    float: left;
    margin-left: 1.07143em; }
  .callout.right {
    float: right;
    margin-right: 1.07143em; }

cite {
  display: block;
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #363636; }
  cite:before {
    content: '- '; }

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

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

/* Normal Buttons */
.normal-button {
  display: inline-block;
  height: 45px;
  width: 100%;
  max-width: 188px;
  margin-right: 1%;
  margin: 0 1% 10px 0;
  border-radius: 5px;
  text-decoration: none;
  text-align: center; }
  .normal-button span {
    font-family: Arial;
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
    color: #fff; }
  .normal-button.dark-blue {
    background-color: #193351; }
    .normal-button.dark-blue:hover {
      background-color: #285389; }
  .normal-button.gray {
    background-color: #363636; }
    .normal-button.gray:hover {
      background-color: #696969; }
  .normal-button.grayblue {
    background-color: #768693; }
    .normal-button.grayblue:hover {
      background-color: #9fb5c7; }

.fs_style_16, .fs_style_17, .fs_style_18 {
  display: inline-block;
  height: 45px;
  width: 100%;
  max-width: 188px;
  margin-right: 1%;
  margin: 0 1% 10px 0;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  line-height: 45px;
  font-weight: 600;
  color: #fff; }

.fs_style_16 {
  background-color: #193351; }
  .fs_style_16:hover {
    color: #fff;
    background-color: #285389; }

.fs_style_17 {
  background-color: #363636; }
  .fs_style_17:hover {
    color: #fff;
    background-color: #696969; }

.fs_style_18 {
  background-color: #768693; }
  .fs_style_18:hover {
    color: #fff;
    background-color: #9fb5c7; }

/* Large Buttons */
.large-button {
  display: block;
  height: 90px;
  max-width: 284px;
  margin: 20px 0;
  padding: 24px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 5px; }
  .large-button span {
    display: block;
    color: #fff; }
    .large-button span:first-of-type {
      margin-bottom: 3px;
      font-size: 18px;
      font-weight: 700; }
  .large-button.no-sub {
    padding: 0;
    line-height: 90px; }
  .large-button.dark-gray {
    background-color: #363636; }
    .large-button.dark-gray:hover {
      background-color: #696969; }
  .large-button.gray-blue {
    background-color: #768693; }
    .large-button.gray-blue:hover {
      background-color: #9fb5c7; }
  .large-button.red {
    background-color: #79101D; }
    .large-button.red:hover {
      background-color: #bd192d; }
  .large-button.blue {
    background-color: #193351; }
    .large-button.blue:hover {
      background-color: #285389; }

.fs_style_19, .fs_style_20, .fs_style_21, .fs_style_22 {
  display: block;
  max-width: 284px;
  padding: 25px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff; }
  .fs_style_19 em, .fs_style_20 em, .fs_style_21 em, .fs_style_22 em {
    font-family: myriad-pro, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal; }
  .fs_style_19:hover, .fs_style_20:hover, .fs_style_21:hover, .fs_style_22:hover {
    color: #fff; }

.fs_style_19 {
  background-color: #363636; }
  .fs_style_19:hover {
    background-color: #696969; }

.fs_style_20 {
  background-color: #768693; }
  .fs_style_20:hover {
    background-color: #9fb5c7; }

.fs_style_21 {
  background-color: #79101D; }
  .fs_style_21:hover {
    background-color: #bd192d; }

.fs_style_22 {
  background-color: #193351; }
  .fs_style_22:hover {
    background-color: #285389; }

/* Resource Button */
.resource-button {
  display: block;
  height: 40px;
  width: 100%;
  max-width: 283px;
  margin: 5px 0;
  text-align: center;
  text-decoration: none;
  background-color: #193351; }
  .resource-button:hover {
    background-color: #285389; }
  .resource-button span {
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff; }

/* Content Box */
.content-box {
  max-width: 283px;
  margin: 30px 0;
  padding: 20px 15px; }
  .content-box h2 {
    position: relative; }
    .content-box h2:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0%;
      display: block;
      width: 100%;
      height: 1px;
      margin: 0 auto;
      background-color: rgba(118, 134, 147, 0.8); }
  .content-box.blue {
    background-color: #193351;
    color: #fff; }
    .content-box.blue p {
      color: #fff; }
  .content-box.gray {
    background-color: #EDF1F2;
    color: #464646; }
    .content-box.gray p {
      color: #464646; }

/* Main Colors */
.main-color {
  position: relative;
  display: inline-block;
  height: 115px;
  width: 24%;
  margin: 0 1% 50px 1%; }
  .main-color span {
    position: absolute;
    bottom: -20px;
    left: 28%;
    color: #768693;
    font-size: 14px; }
  .main-color.dark-blue {
    background-color: #193351; }
  .main-color.grayblue {
    background-color: #768693; }
  .main-color.blue {
    background-color: #285389; }
  .main-color.dark-gray {
    background-color: #363636; }
  .main-color.light-gray {
    background-color: #EDF1F2; }
  .main-color.light-blue {
    background-color: #00779F; }
  .main-color.red {
    background-color: #79101D; }

/* Slick dots... */
.slick-dots {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 60; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li.slick-active button {
      border: none;
      background: #193351;
      /* Active Color */ }
    .slick-dots li button {
      display: block;
      float: left;
      height: 13px;
      width: 13px;
      padding: 0;
      margin: 0px 5px;
      border: 0;
      outline: 0;
      border-radius: 10px;
      transition: .3s all ease-out;
      color: transparent;
      background: #fff;
      /* Inactive Color */ }

@media screen and (max-width: 650px) {
  .slick-dots {
    bottom: 5%; } }
/*! Content - Product v0.0.2 */
.mceContentBody,
.editorInstance {
  line-height: 1.42857;
  text-align: left;
  background: #fff; }

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

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

#nav_menus,
#ql_menu {
  display: none; }

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

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

html[class] {
  background: #171717;
  color: #1c1c1c; }

html {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html.no-mqs {
    min-width: 73.14286em; }

body {
  height: 100%;
  font-size: 0.875em;
  line-height: 1.42857;
  overflow: auto; }

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

#topbanner {
  width: 100%;
  max-width: 100%; }

.top-title {
  max-width: 1003px;
  margin: 0 auto !important;
  padding: 15px 0 20px 0;
  text-align: center; }
  .top-title a {
    font-family: "myriad-pro",sans-serif;
    font-size: 61px;
    font-weight: 300;
    text-decoration: none;
    color: #193351; }
  .top-title h6 {
    font-family: "myriad-pro-condensed",sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #193351; }

.landing-banner .bannermodcontent {
  position: relative;
  max-width: 1024px;
  margin: 0 auto; }
  .landing-banner .bannermodcontent img {
    display: block;
    width: 100%;
    margin: 0; }
  .landing-banner .bannermodcontent .lb-caption {
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }
    .landing-banner .bannermodcontent .lb-caption h1 {
      margin-left: 35px;
      font-size: 38px;
      line-height: 75px;
      color: #fff; }

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

.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; }

@media screen and (max-width: 800px) {
  .top-title a {
    font-size: 54px; }
  .top-title h6 {
    font-size: 12px; }

  .landing-banner .lb-caption h1 {
    font-size: 30px; } }
@media screen and (max-width: 700px) {
  .landing-banner .lb-caption h1 {
    font-size: 24px;
    font-weight: 500; } }
@media screen and (max-width: 600px) {
  .landing-banner .lb-caption h1 {
    margin-left: 20px;
    font-size: 20px; } }
/*! Structure - Main v0.0.4 */
#midcontainer {
  padding-right: 2.14286em;
  padding-left: 2.14286em;
  padding-top: 2.14286em;
  padding-bottom: 2.14286em;
  word-break: break-word;
  word-wrap: break-word;
  background: #fff; }

#mainmiddle {
  width: auto;
  background: none;
  margin: 0 auto;
  max-width: 73.14286em;
  max-width: 64rem;
  zoom: 1; }
  #mainmiddle:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 37.5em) {
    #mainmiddle {
      min-height: 28.57143em; } }

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

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

@media (min-width: 50em) {
  #leftbanner {
    float: left;
    width: 35%;
    padding-right: 3.90625%; } }
@media (min-width: 56.25em) {
  #leftbanner {
    width: 31.64063%; } }
#leftbanner .bannermodtitle h2 {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(118, 134, 147, 0.3); }
#leftbanner .left-nav-calendar .more-events {
  display: block;
  margin: 10px 0 50px 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #193351; }
  #leftbanner .left-nav-calendar .more-events:hover {
    color: #00779F; }

/* No Left Column */
#mainmiddle > div:first-of-type#contentdiv {
  width: 100% !important; }

@media (min-width: 37.5em) {
  #contentdiv {
    float: left;
    width: 100%; } }
@media (min-width: 56.25em) {
  #contentdiv {
    width: 68.35938%; } }
@media (min-width: 37.5em) {
  .hasRightbanner #contentdiv {
    padding-right: 3.90625%; } }
@media (min-width: 56.25em) {
  .hasRightbanner #contentdiv {
    width: 100%; } }
@media (min-width: 56.25em) {
  .hasRightbanner.hasLeftbanner #contentdiv {
    width: 68.35938%; } }

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

/*! Structure - Footer v0.0.3 */
#bottomcontainer {
  padding-right: 2.14286em;
  padding-left: 2.14286em;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  background: #333333;
  color: #fff; }

#bottombanner {
  margin: 0 auto;
  max-width: 73.14286em;
  max-width: 64rem; }

.footer-main {
  background-color: #333333; }
  .footer-main h1 {
    margin-bottom: 12px;
    font-weight: 300; }
  .footer-main .school-info {
    margin-bottom: 40px; }
    .footer-main .school-info span {
      padding: 0 16px;
      font-size: 16px; }
      .footer-main .school-info span:first-of-type {
        padding-right: 0; }
      .footer-main .school-info span:nth-of-type(2) {
        padding-left: 5px;
        border-right: 1px solid #fff; }
    .footer-main .school-info a {
      padding: 0 16px;
      border-left: 1px solid #fff;
      text-decoration: underline;
      color: #fff; }
      .footer-main .school-info a:hover {
        color: #00779f; }
  .footer-main .social-links a {
    text-decoration: none; }
    .footer-main .social-links a:first-of-type:hover span {
      color: #3b5998; }
    .footer-main .social-links a:nth-of-type(2) {
      margin: 0 20px; }
      .footer-main .social-links a:nth-of-type(2):hover span {
        color: #00aced; }
    .footer-main .social-links a:last-of-type:hover span {
      color: #bb0000; }
    .footer-main .social-links a span {
      font-size: 24px;
      color: #fff; }

#poweredby {
  padding: 0; }
  #poweredby div a {
    margin: 0 auto; }

@media screen and (max-width: 800px) {
  .school-info {
    margin: 30px auto; }
    .school-info span {
      display: block;
      border: none !important; }
      .school-info span:nth-of-type(3) {
        margin-bottom: 20px; }
    .school-info a:first-of-type {
      border: none;
      padding-right: 10px; } }
@media screen and (max-width: 500px) {
  .footer-main h1 {
    font-size: 24px; } }
.school-details {
  margin-bottom: 2.14286em; }
  .school-details [itemprop='telephone'] {
    display: inline-block; }
    .school-details [itemprop='telephone']:after {
      margin-right: 0.85714em;
      margin-left: 0.85714em;
      display: inline-block;
      content: '|'; }
  .school-details [itemprop='fax'] {
    display: inline-block; }
  .school-details a {
    color: inherit; }

/*! Navigation - Main v0.0.6 */
.nav-main-container {
  background-color: #193351; }
  .nav-main-container .nav-main {
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    height: 52px;
    max-width: 1003px;
    margin: 0 auto !important;
    padding: 0 30px 0 220px; }
    .nav-main-container .nav-main ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .nav-main-container .nav-main a {
      display: block; }
    .dropdown-holder {
      display: none; }
    @media (min-width: 37.5em) {
      .nav-main-container .nav-main > ul {
        text-align: justify; }
        .nav-main-container .nav-main > ul:after {
          content: '';
          display: inline-block;
          width: 100%; } }
    .nav-main-container .nav-main > ul:after {
      display: none; }
    @media (min-width: 37.5em) {
      .nav-main-container .nav-main > ul > li {
        display: inline-block; } }
    .nav-main-container .nav-main > ul > li:hover .fsMenu {
      z-index: 10; }
      @media (min-width: 37.5em) {
        .nav-main-container .nav-main > ul > li:hover .fsMenu {
          display: block;
          -webkit-animation: revealNav .8s forwards;
          animation: revealNav .8s forwards;
          visibility: visible;
          opacity: 1; } }
    .nav-main-container .nav-main > ul > li > a {
      margin-bottom: 0;
      padding: 0 20px;
      line-height: 52px;
      text-decoration: none;
      color: #fff; }
      .nav-main-container .nav-main > ul > li > a:hover, .nav-main-container .nav-main > ul > li > a.navon {
        background-color: #285389; }
      .fsSection-btn > a {
        color: #149bc7; }
  .nav-main-container .portal-link {
    display: none !important; }
  .nav-main-container .fsMenu {
    zoom: 1;
    position: absolute;
    top: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
    padding: 25px;
    width: 55.71429em;
    text-align: left;
    background: rgba(255, 255, 255, 0.9); }
    .nav-main-container .fsMenu:after {
      display: table;
      clear: both;
      content: ''; }
    .nav-main-container .fsMenu > ul {
      width: 72%;
      margin: -10px 0 0 3%; }
    .nav-main-container .fsMenu img {
      width: 24%;
      float: left; }
    .nav-main-container .fsMenu ul {
      float: left; }
      .nav-main-container .fsMenu ul:nth-of-type(2) {
        margin-left: 55px; }
      .nav-main-container .fsMenu ul .sub-list {
        width: 180px; }
        .nav-main-container .fsMenu ul .sub-list li {
          border-bottom: 1px solid rgba(118, 134, 147, 0.2); }
          .nav-main-container .fsMenu ul .sub-list li:last-of-type {
            border-bottom: none; }
    .nav-main-container .fsMenu li {
      padding: 5px 0px 5px 0px; }
    .nav-main-container .fsMenu a {
      display: block;
      padding: 0;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      color: #252525; }
      .nav-main-container .fsMenu a:hover {
        color: #285389; }

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

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

/* Left Banner navigation */
.left-nav {
  background-color: #EDF1F2;
  margin-bottom: 50px !important; }
  .left-nav ul {
    padding-left: 0;
    list-style-type: none; }
    .left-nav ul li {
      position: relative; }
      .left-nav ul li:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 7.5%;
        display: block;
        width: 85%;
        height: 1px;
        margin: 0 auto;
        background-color: rgba(118, 134, 147, 0.3); }
      .left-nav ul li a {
        position: relative;
        display: block;
        padding: 10px 35px;
        text-decoration: none;
        color: #193351;
        font-weight: 600;
        font-size: 16px; }
        .left-nav ul li a.navon {
          background-color: #193351;
          color: #fff; }
        .left-nav ul li a:hover {
          background-color: #193351;
          color: #fff; }
      .left-nav ul li:last-of-type:after {
        display: none; }

@-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; } }
.sub-trigger {
  display: none;
  position: absolute;
  top: 15px;
  right: 5%;
  font-size: 26px;
  color: #193351;
  transition: all 0.5s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
  .sub-trigger:hover {
    cursor: pointer;
    color: #285389; }

.main-sub-trigger {
  display: none; }

.sub-expand {
  height: 100%;
  min-height: 500px; }

.rotate {
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important; }

/* Main Nav Media Queries */
@media screen and (max-width: 1000px) {
  .nav-main-container .nav-main {
    padding: 0 20px 0 150px; }
    .nav-main-container .nav-main > ul .search-container {
      margin-right: 0px; } }
@media screen and (max-width: 850px) {
  .nav-main-container .nav-main {
    padding: 0 20px 0 100px; } }
@media screen and (max-width: 800px) {
  .nav-main-container .nav-main > ul li .fsMenu {
    width: 100%;
    padding: 20px; }
    .nav-main-container .nav-main > ul li .fsMenu .sub-list {
      width: 37%; }

  .left-nav {
    background-color: #fff; }
    .left-nav .navmod {
      height: 51px;
      overflow: hidden;
      transition: all 0.5s ease-in-out; }
    .left-nav ul li {
      position: relative; }
      .left-nav ul li:first-of-type:before {
        content: '';
        position: absolute;
        top: -1px;
        left: auto;
        display: block;
        width: 100%;
        height: 1px;
        margin: 0 auto;
        background-color: rgba(118, 134, 147, 0.3); }
      .left-nav ul li:after {
        left: auto;
        width: 100%; }
      .left-nav ul li a {
        padding: 15px 0;
        background-color: #fff !important; }
        .left-nav ul li a:hover span {
          color: #285389; }
        .left-nav ul li a span {
          margin-left: 0;
          font-size: 18px;
          color: #193351; }
      .left-nav ul li .sub-trigger {
        display: block; } }
@media screen and (max-width: 700px) {
  .top-title a {
    font-size: 46px; }
  .top-title h6 {
    display: none; }

  .fsMenu img {
    display: none; }

  .nav-main-container .nav-main {
    padding: 0 20px; }
    .nav-main-container .nav-main > ul li .fsMenu > ul {
      width: 100%;
      margin: 0; }
    .nav-main-container .nav-main > ul li .fsMenu .sub-list {
      width: 43%; } }
@media screen and (max-width: 600px) {
  .nav-dropdown-images {
    display: none; }

  .top-title a {
    font-size: 30px; } }
@media screen and (max-width: 420px) {
  .top-title a {
    font-size: 24px; } }
/*! Navigation - Tier v0.0.2 */
.nav-tier-container {
  padding-right: 2.14286em;
  padding-left: 2.14286em;
  display: none;
  background: rgba(0, 0, 0, 0.5); }
  .nav-tier-container .bannermodcontent {
    margin: 0 auto;
    max-width: 73.14286em;
    max-width: 64rem; }
  .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: 1.07143em 1.07143em; }
    .nav-tier-container a.nav_history {
      display: none; }

/*! Navigation - Sub v0.0.5 */
.nav-sub-container {
  padding-bottom: 4.28571em; }
  .nav-sub-container .bannermodtitle {
    position: relative; }
    @media (min-width: 37.5em) {
      .nav-sub-container .bannermodtitle {
        display: none; } }
    @media (max-width: 37.4375em) {
      .nav-sub-container .bannermodtitle {
        padding: 1.07143em;
        cursor: pointer;
        line-height: 1;
        background: #171717;
        color: #fff; } }
    @media (max-width: 37.4375em) {
      .nav-sub-container .bannermodtitle:before {
        position: absolute;
        top: 50%;
        right: 2.14286em;
        height: 0.21429em;
        width: 0.21429em;
        content: '';
        background: #fff;
        border-radius: 100%;
        box-shadow: -0.53571em 0 0 0 #fff, 0.53571em 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.53571em 0 0 #fff, 0 0.53571em 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: 71.42857em;
      opacity: 1; } }

.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: 15;
    padding-bottom: 15;
    padding-left: 2.14286em;
    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.53571em 1.07143em;
      border-bottom: 0; }
  .nav-sub a {
    padding: 1.07143em 1.07143em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #1c1c1c; }
    .nav-sub a.navon, .nav-sub a:hover {
      color: #149bc7; }
    .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.42857em;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: relative;
    height: 2.85714em;
    width: 2.85714em;
    border-radius: 100%;
    border: .1em solid currentColor; }
    .nav-social a:before {
      font-family: "FontAwesome";
      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 */
body[data-drawer-state="invisible"] .drawer {
  display: none; }

body[data-drawer-state="visible"] .drawer {
  display: block; }

.drawer_trigger {
  padding: 0;
  background: none;
  border: 0;
  outline: 0; }

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

.drawer_trigger {
  position: relative;
  float: left;
  width: 110px;
  color: #fff; }
  .drawer_trigger:after {
    position: absolute;
    top: 50%;
    left: 65px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (min-width: 18.75em) {
      .drawer_trigger:after {
        content: 'MENU'; } }

.drawer_cue {
  position: relative;
  height: 3.92857em;
  max-width: 5em;
  width: 100%;
  transition: background 0.5s, color 0.5s;
  float: left; }
  .drawer_cue:before, .drawer_cue:after {
    position: absolute;
    top: 50%;
    left: 40px;
    height: 0.14286em;
    width: 20px;
    content: '';
    background: #fff;
    -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.46429em; }
  .drawer_cue:after {
    box-shadow: 0 0.46429em 0 0 #fff; }
  [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.28571em 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: 0;
  z-index: 300;
  height: 300%;
  width: 80%;
  pointer-events: none;
  overflow: hidden;
  box-shadow: inset -6px 0px 6px -5px #000;
  background: #193351;
  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; }
  .drawer .nav-main {
    padding: 80px 0 50px 40px;
    background-color: #193351;
    box-shadow: inset -6px 0px 6px -5px #000; }
    .drawer .nav-main ul {
      list-style-type: none;
      padding: 0; }
      .drawer .nav-main ul .fsMenu-btn:last-of-type > a:after {
        display: none; }
      .drawer .nav-main ul .fsMenu-btn > a {
        display: inline-block;
        position: relative;
        font-size: 18px; }
        .drawer .nav-main ul .fsMenu-btn > a:after {
          content: '';
          display: block;
          width: 1000px;
          height: 1px;
          position: absolute;
          left: 0;
          bottom: 0;
          background-color: rgba(255, 255, 255, 0.3); }
      .drawer .nav-main ul .fsMenu-btn .main-sub-trigger {
        display: inline-block;
        float: right;
        margin-top: 8px;
        margin-right: 20px;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.5);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: all 0.5s ease; }
        .drawer .nav-main ul .fsMenu-btn .main-sub-trigger:hover {
          cursor: pointer;
          color: rgba(255, 255, 255, 0.9); }
      .drawer .nav-main ul .portal-link {
        position: relative; }
        .drawer .nav-main ul .portal-link a {
          font-size: 18px; }
          .drawer .nav-main ul .portal-link a:after {
            content: '';
            display: block;
            width: 1000px;
            height: 1px;
            position: absolute;
            left: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0.3); }
      .drawer .nav-main ul li {
        padding: 0px 0 0 0; }
        .drawer .nav-main ul li a {
          padding: 7px 0;
          text-decoration: none;
          font-size: 16px;
          color: #fff; }
          .drawer .nav-main ul li a:hover {
            color: #00779F; }
        .drawer .nav-main ul li .fsMenu {
          height: 0;
          overflow: hidden;
          padding: 0px 0px 0px 30px;
          transition: all 0.5s ease; }
          .drawer .nav-main ul li .fsMenu > ul {
            margin-top: 10px;
            list-style-type: none; }
            .drawer .nav-main ul li .fsMenu > ul li a {
              color: #d7e9ff; }
              .drawer .nav-main ul li .fsMenu > ul li a:hover {
                color: #00779F; }
  .drawer .main-sub-expand {
    height: 100%;
    min-height: 600px; }
  @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 */
.push {
  padding-bottom: 2.14286em; }

.module {
  margin-bottom: 2.14286em !important;
  padding: 2.14286em;
  background: #171717;
  color: #fff; }
  .module p:last-child {
    margin-bottom: 0; }

[class*='icon-']:before {
  margin-right: .5em;
  font-family: "FontAwesome";
  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: 1.07143em !important; }

.ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #1c1c1c; }

/*! Modules - Accordion v0.0.7 */
.mcExpandingList {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%; }
  .mcExpandingList h4.ui-accordion-header {
    margin: 0;
    padding: 12px 10px 12px 20px;
    font-size: 1.14286em;
    font-style: normal;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: 0;
    background: #e8ebed;
    color: #333 !important; }
    .mcExpandingList h4.ui-accordion-header.ui-state-hover {
      background: #cbd0d4; }
    .mcExpandingList h4.ui-accordion-header.ui-state-active {
      border-bottom: none;
      background: #163052;
      color: #fff !important; }
    .mcExpandingList h4.ui-accordion-header .ui-icon {
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      display: block;
      margin-top: 0;
      height: 100%;
      width: 2em;
      overflow: visible;
      text-indent: 0;
      background: none; }
      .mcExpandingList h4.ui-accordion-header .ui-icon:after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        display: block;
        content: '\f067';
        font-family: "FontAwesome";
        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: #fff; }
    .mcExpandingList h4.ui-accordion-header a {
      display: block;
      padding: 0;
      color: inherit !important; }
  .mcExpandingList .ui-accordion-content {
    top: 0;
    margin: 0;
    padding: 2.14286em !important;
    border: 0;
    border-radius: 0;
    color: #1c1c1c; }
    .mcExpandingList .ui-accordion-content p {
      margin-bottom: 1em;
      font-weight: 600;
      line-height: 22px; }
      .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.85714em !important;
  left: 50% !important;
  max-width: 73.14286em;
  min-width: inherit;
  overflow: visible;
  padding: 0;
  width: 100% !important;
  background: #1c1c1c;
  color: #e3e3e3;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
    margin: 0;
    padding: 4.28571em 2.14286em 2.14286em;
    pointer-events: none;
    background: #149bc7; }
    @media (min-width: 37.5em) {
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
        padding-top: 2.14286em; } }
  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: 7.32422%; } }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span {
      position: absolute;
      margin: 0;
      height: 100%;
      width: 100%;
      text-indent: 0;
      background: none;
      color: transparent;
      transition: .75s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        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: 2.14286em;
    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: #292929; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button {
      position: static;
      margin: 0;
      padding: 2.14286em;
      text-shadow: none;
      background: #363636;
      border: 0;
      border-radius: 0;
      color: #e3e3e3;
      outline: 0;
      transition: background .3s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:hover {
        background: #424242; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button-text {
      padding: 0; }

#pagePopReminder {
  position: fixed !important;
  top: 8.85714em !important;
  z-index: 400;
  height: auto;
  width: auto;
  background: #1c1c1c;
  border: 0;
  color: #e3e3e3; }
  #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: #149bc7 !important;
    border: 0;
    border-radius: 0;
    transition: background .3s; }
    #pagePopReminder .slideOutTabHandle:hover {
      background: #1289b0 !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: 1.07143em 2.14286em;
    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: 1.07143em; }

table.ath_rosterTable {
  width: 100%; }

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

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

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

.eventobj {
  margin-bottom: 2.14286em !important;
  padding-bottom: 2.14286em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  clear: both;
  font-size: 1em !important;
  min-height: 9.28571em; }
  .eventobj:last-child {
    border: 0; }

.event_stackdate {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15px;
  height: 80px;
  width: 80px;
  text-align: center;
  background: #193351;
  border-radius: 100%;
  color: #fff; }
  .event_stackdate span {
    display: inline-block;
    padding: 0;
    font-size: 1em;
    line-height: 1;
    color: inherit; }
  .event_stackdate .event_stackdaynum {
    display: block;
    margin-top: -4px;
    font-size: 34px;
    font-weight: 600; }
  .event_stackdate .event_stackdayname {
    display: none; }
    .event_stackdate .event_stackdayname:after {
      display: inline-block;
      margin: 0 0.28571em;
      content: '/'; }
  .event_stackdate .event_stackmonname {
    font-size: 19px;
    font-weight: 600; }

.event_stackrepeat {
  visibility: visible; }

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

.eventcon {
  padding-left: 0; }

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

.etitle {
  margin-bottom: 5px;
  font-size: 16px; }
  .etitle [href*='popUp'] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200; }
  .etitle a {
    font-size: 16px;
    text-decoration: none; }

.desclinks {
  display: block;
  color: inherit; }
  .desclinks:hover {
    color: #149bc7; }

.event_time:before,
.event_location:before {
  display: inline-block;
  margin-right: 0.28571em;
  font-family: "FontAwesome";
  color: #c83eab; }

.event_time {
  text-transform: lowercase;
  font-size: 12px;
  font-weight: 600; }

.event_notes {
  margin-top: 1.42857em; }

#calendarcon {
  min-height: initial; }
  #calendarcon .caldata {
    height: auto !important; }
    #calendarcon .caldata.hotdate .daycap span, #calendarcon .caldata.selected .daycap span {
      background: #171717;
      color: #fff; }
  #calendarcon .monthrow {
    min-height: initial; }
  #calendarcon .daycap, #calendarcon .daycap_off {
    font-size: .75em;
    color: #1c1c1c; }
    @media (max-width: 63.92857em) {
      #calendarcon .daycap span, #calendarcon .daycap_off span {
        display: block;
        padding: 2.14286em 1.07143em;
        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: 1.07143em 1.07143em 2.14286em;
    padding: 0 !important; }
    @media (max-width: 63.92857em) {
      .monthrow .eventobj {
        display: none; } }
    .event-view .eventobj {
      margin-right: 2.14286em !important;
      margin-left: 2.14286em !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: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

#calendar_buttons {
  width: 100% !important;
  margin-bottom: 1.07143em !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: #1c1c1c; }
    #calendar_buttons a:hover {
      background: rgba(0, 0, 0, 0.2); }

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

#calendar_icons {
  width: 100%;
  margin-bottom: 1.07143em !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: 2.14286em !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: #1c1c1c; }
    #calcustomize #ungrouped_jslinks a:hover {
      background: rgba(0, 0, 0, 0.2); }
#calcustomize [type*='submit'] {
  font-size: 1em !important; }

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

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

#calendar_titlebar,
#calendar_titlebar_bottom {
  padding: 0;
  font-size: 80%;
  text-align: center;
  background: none;
  color: #1c1c1c; }
  @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 "Open Sans", sans-serif;
    font-weight: normal;
    padding: .5em;
    color: #1c1c1c; }
    #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: 2.14286em !important; }

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

#calendar_nav + .listonly_block .listcap {
  margin: 0 0 1em;
  padding: 0;
  color: #c83eab; }
#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: 1.07143em;
  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: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
#calnav.yui-calendar .calnav {
  display: inline-block;
  padding: 0;
  padding-top: 0.71429em; }
#calnav.yui-calendar .calnavright {
  float: right;
  right: 0; }
  #calnav.yui-calendar .calnavright:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
#calnav.yui-calendar .calcell {
  position: relative;
  padding: 2.14286em 0;
  background-color: transparent !important;
  border: 0; }
  #calnav.yui-calendar .calcell:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.28571em;
    height: 4.28571em;
    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.17857em solid #171717; }
  #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: #1c1c1c; }

.pagetype_registration [bgcolor*='ccc'] {
  background: none; }
  .pagetype_registration [bgcolor*='ccc'] table {
    background: none; }
    .pagetype_registration [bgcolor*='ccc'] table table tr {
      display: block;
      padding: 1.07143em 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: 2.14286em; }

#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: 2.14286em !important; }

.reg_Total {
  display: inline-block; }

.reg_Progress {
  position: relative !important;
  padding: 0 2.14286em !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: 2.14286em 0; }

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

.registerTypeTable {
  margin: 2.14286em 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: 2.14286em !important; }

.registerAttendees {
  display: block;
  margin-bottom: 2.14286em !important;
  padding: 2.14286em;
  background: rgba(0, 0, 0, 0.05);
  border: 0.07143em 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: 2.14286em !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: 2.14286em !important;
  white-space: nowrap; }

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

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

#registrationSummary {
  padding: 0 !important; }

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

.registrantInfo,
.billingAddress {
  padding: 2.14286em !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: 2.14286em !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: 1.07143em;
  width: 100%;
  background: none; }

.listonly_block .calStyle10 {
  border-bottom: 1px solid rgba(118, 134, 147, 0.3); }

/*! 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: 2.14286em; }

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

.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.42857em; }
  .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: 2.14286em;
  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: 1.07143em;
    max-width: 25em;
    width: 100% !important; }

.directory {
  margin-bottom: 1.42857em;
  text-align: center; }
  @media (min-width: 31.25em) {
    .directory {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 2.14286em;
      -moz-column-gap: 2.14286em;
      column-gap: 2.14286em; } }
  @media (min-width: 50em) {
    .directory {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 64em) {
    .directory {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 31.25em) {
    .directory {
      text-align: left; } }
  .directory .fsDirEntry {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto 1.42857em;
    max-width: 22.85714em;
    width: 100% !important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.42857 !important;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 0.225em solid rgba(20, 155, 199, 0.75);
    border-left: 0 !important;
    color: #1c1c1c; }
    .directory .fsDirEntry img {
      width: 100%;
      margin-bottom: 2.14286em; }
  .directory .entry-details {
    padding: 0 2.14286em 2.14286em;
    text-align: left; }
    .directory .entry-details > div {
      margin-bottom: 1.42857em; }
      .directory .entry-details > div:last-child {
        margin-bottom: 0; }
  .directory .fsDirEntryRoles:before, .directory .fsDirEntryTitle:before {
    display: block;
    margin-bottom: 0;
    color: #1c1c1c; }
  .directory .fsDirEntryName {
    margin-top: 1.42857em; }
  .directory [href*='requester'] {
    display: block;
    margin-top: 1.42857em; }
  .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.92857em) {
  .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: 11.78571em;
  width: 100%; }

#mediaSearchGo {
  height: 2.14286em; }

.imageGalleryViewContainer {
  padding-top: 2.14286em;
  padding-left: 0; }
  .imageGalleryViewContainer .imageGalleryViewObject {
    float: none;
    margin: 0 0 2.14286em;
    min-height: initial;
    width: 100%; }
    @media (min-width: 50em) {
      .imageGalleryViewContainer .imageGalleryViewObject {
        display: inline-block;
        vertical-align: top;
        padding: 0 1.07143em;
        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: 2.14286em;
    border-color: #ccc; }
    @media (max-width: 37.42857em) {
      .gridTable .contentElementTD {
        padding-right: 2.14286em;
        padding-left: 2.14286em;
        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: 25em;
    padding: 2.14286em; }

#fsMultiContent {
  visibility: hidden; }

#slideshowDisplay {
  visibility: visible; }
  #slideshowDisplay #multi_content {
    padding: 2.14286em 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: 2.14286em; }

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

#mc_1 {
  position: relative; }

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

.newsposttitle {
  color: #163052; }
  .newsposttitle a {
    color: inherit;
    text-decoration: none; }
    .newsposttitle a:hover {
      color: #149bc7; }
  .newsposttitle img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 1.07143em 0; }
    @media (min-width: 50em) {
      .newsposttitle img {
        float: left;
        width: 40%;
        margin: 0 2.14286em 1.07143em 0; } }
    .newsposttitle img[alt="Pinned:"] {
      display: none; }

.newspostinfo_sep {
  display: none; }

.newspostinfo_element {
  clear: both;
  display: block;
  padding-top: 1.42857em;
  color: transparent; }
  .newspostinfo_element:before {
    content: 'Read More >';
    color: #1c1c1c; }
  .newspostinfo_element:hover {
    color: transparent; }
    .newspostinfo_element:hover:before {
      color: #149bc7; }

.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: 2.14286em; }
  @media (min-width: 50em) {
    .newsThumbnailCell {
      display: table-cell;
      width: 35%; } }
  .newsThumbnailCell img {
    float: none !important;
    margin-bottom: 1.07143em !important;
    width: 100%; }
    @media (min-width: 50em) {
      .newsThumbnailCell img {
        float: left !important;
        margin-right: 2.14286em !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 1.07143em; }

/*! Modules - Blogs v0.0.2 */
.blogtoplinks, .blogtextcenter {
  margin-bottom: 2.14286em;
  padding-bottom: 2.14286em;
  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.42857em) {
    .portal_column, .twothirds_column {
      width: 100%; } }

@media (min-width: 37.5em) {
  .two_column, .three_column, .four_column {
    padding: 0 1.07143em; } }
@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 1.07143em; } }

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

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

.portlet_title {
  padding: 1.07143em;
  text-align: center;
  background: #171717;
  color: #e8e8e8; }

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

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

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

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

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

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

/*! Modules - Search v0.0.3 */
/*<form class="search" id="search" name="fs_search" method="get" action="searchresults.cfm" role="search" aria-labelledby="search__label">
  <label class="search__label" id="search__label" for="search__field">Site search</label>
  <input class="search__field" id="search__field" name="keywords" placeholder="search" type="text" />
  <input class="search__button" value="go" type="submit" />
</form>*/
.search {
  position: relative; }
  .search:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 200;
    width: 4.28571em;
    content: '\f002';
    font-family: "FontAwesome";
    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: 4.28571em;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    box-shadow: none;
    color: #c83eab;
    outline: 0; }
    .search__field:focus, .search__field:hover {
      box-shadow: none; }
  .search__button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4.28571em;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    color: transparent; }

.search-container {
  float: right;
  vertical-align: top;
  width: 170px;
  height: 52px;
  margin-right: 0;
  line-height: 52px;
  background-color: transparent; }
  .search-container .search:before {
    display: none; }
  .search-container .search .search__field {
    height: 30px;
    padding: 0px 15px;
    font-size: 16px;
    border-radius: 18px;
    color: #193351;
    background-color: #fff; }
  .search-container .search .search__button {
    display: none;
    /* Show < 800px */
    box-shadow: none; }

/* Search Media Queries */
@media screen and (max-width: 1000px) {
  .search-container {
    margin-right: 0px; } }
@media screen and (max-width: 800px) {
  .search-container {
    position: absolute;
    right: 50px;
    width: 30px;
    transition: all 0.5s ease-in-out; }
    .search-container:hover {
      width: 200px; }
      .search-container:hover .search__field {
        background-color: #fff !important;
        width: 200px; }
    .search-container .search:before {
      display: block;
      width: 30px;
      left: auto;
      right: -30px;
      color: #fff; }
    .search-container .search .search__field {
      background-color: transparent;
      transition: all 0.5s ease-in-out; }
    .search-container .search .search__button {
      display: block;
      width: 30px;
      left: auto;
      right: -30px;
      background-color: #193351; } }
@media screen and (max-width: 600px) {
  .search-container {
    height: 55px;
    line-height: 55px;
    list-style-type: none; }
    .search-container .search {
      height: 55px; }
      .search-container .search .search__field {
        position: absolute;
        top: 12.5px;
        right: 0; } }
/*! 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: 1.07143em 0;
    padding: 1.07143em;
    background: rgba(0, 0, 0, 0.05); }
  #top_level_list > li {
    padding: 2.14286em;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 0.07143em 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.28571em;
    padding: 0;
    background: none;
    border: 0; }
    #portal_tabs .ui-tabs-nav li,
    #eventRegTabs .ui-tabs-nav li {
      margin: 0 0.14286em 0.14286em 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: 1.07143em 2.14286em;
        background: rgba(0, 0, 0, 0.1);
        color: #1c1c1c; }
        #portal_tabs .ui-tabs-nav li a:hover,
        #eventRegTabs .ui-tabs-nav li a:hover {
          background: rgba(0, 0, 0, 0.2);
          color: #363636 !important; }
        .ui-tabs .ui-state-active a {
          background: #171717 !important;
          color: #e8e8e8 !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 */
.style-guide .module {
  background: rgba(0, 0, 0, 0.05);
  border: 0.07143em solid rgba(0, 0, 0, 0.05);
  color: #1c1c1c; }
.style-guide h1:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h2:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h3:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h4:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h5:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h6:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h1:after {
  content: " font-size: 30px / line-height: 34"; }
.style-guide h2:after {
  content: " font-size: 24px / line-height: 28"; }
.style-guide h3:after {
  content: " font-size: 24px / line-height: 22"; }
.style-guide h4:after {
  content: " font-size: 18px / line-height: 22"; }
.style-guide h5:after {
  content: " font-size: 14px / line-height: 18"; }
.style-guide h6:after {
  content: " font-size: 16px / line-height: 18"; }
.style-guide .line-height-example {
  background: rgba(0, 0, 0, 0.05); }
.style-guide .primary-body:after {
  color: rgba(28, 28, 28, 0.5);
  content: " font-size: 14px / line-height: 20px"; }
.style-guide .secondary-body:after {
  color: rgba(28, 28, 28, 0.5);
  content: " font-size: 14px / line-height: 20px"; }

.colors {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 4.28571em; }
  .colors ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .colors a {
    display: block; }
  .colors li {
    margin-bottom: 0.53571em;
    padding: 2.14286em; }
    .colors li:nth-of-type(1) {
      border-left: 2.14286em solid;
      color: #1c1c1c; }
      .colors li:nth-of-type(1):after {
        content: " #1c1c1c"; }
    .colors li:nth-of-type(2) {
      border-left: 2.14286em solid;
      color: #171717; }
      .colors li:nth-of-type(2):after {
        content: " #171717"; }
    .colors li:nth-of-type(3) {
      border-left: 2.14286em solid;
      color: #163052; }
      .colors li:nth-of-type(3):after {
        content: " #163052"; }
    .colors li:nth-of-type(4) {
      border-left: 2.14286em solid;
      color: #149bc7; }
      .colors li:nth-of-type(4):after {
        content: " #149bc7"; }
    .colors li:nth-of-type(5) {
      border-left: 2.14286em solid;
      color: #c83eab; }
      .colors li:nth-of-type(5):after {
        content: " #c83eab"; }

.fonts {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 2.14286em; }
  .fonts ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fonts a {
    display: block; }
  .fonts li {
    margin-bottom: 0.53571em;
    padding: 0.53571em; }
    .fonts li:nth-of-type(1) {
      font-family: "Droid Serif", Georgia, serif; }
      .fonts li:nth-of-type(1):after {
        content: " - Droid Serif, Georgia, serif"; }
    .fonts li:nth-of-type(2):after {
      content: " - "; }
    .fonts li:nth-of-type(3) {
      font-family: "Open Sans", sans-serif; }
      .fonts li:nth-of-type(3):after {
        content: " - Open Sans, sans-serif"; }
    .fonts li:nth-of-type(2):after {
      content: " - "; }
    .fonts li:nth-of-type(5) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts li:nth-of-type(5):after {
        content: " - Menlo, Monaco, Consolas, Courier New, monospace"; }

/*! Pages - Main v0.0.3 */
/*! js: Remember to add the element with a class of home-page into your setup */
.home #midcontainer, .page_2933 #midcontainer, .page_1 #midcontainer {
  padding: 0; }
.home #mainmiddle, .page_2933 #mainmiddle, .page_1 #mainmiddle {
  width: 100%;
  max-width: 100%; }
.home #contentdiv, .page_2933 #contentdiv, .page_1 #contentdiv {
  display: none; }
.home #rightbanner, .page_2933 #rightbanner, .page_1 #rightbanner {
  width: 100% !important; }

.home-slider {
  min-height: 190px; }
  .home-slider:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% - 491px);
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    left: 0; }
  .home-slider:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% - 491px);
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    right: 0; }
  .home-slider .slick-track {
    margin-bottom: -1px; }
  .home-slider .slick-prev {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 5;
    font-size: 0;
    border: none;
    background-color: transparent; }
    .home-slider .slick-prev:before {
      content: '\f053';
      font-family: "FontAwesome";
      font-size: 30px;
      color: #fff;
      text-shadow: 1px 1px 5px #363636; }
  .home-slider .slick-next {
    position: absolute;
    top: 50%;
    right: 10%;
    z-index: 5;
    font-size: 0;
    border: none;
    background-color: transparent; }
    .home-slider .slick-next:after {
      content: '\f054';
      font-family: "FontAwesome";
      font-size: 30px;
      color: #fff;
      text-shadow: -1px 1px 5px #363636; }
  .home-slider .home-slide {
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%; }
    .home-slider .home-slide img {
      margin: 0 auto; }
    .home-slider .home-slide .hs-caption {
      position: absolute;
      bottom: 15%;
      left: 0;
      right: 0;
      z-index: 3; }
      .home-slider .home-slide .hs-caption h1 {
        margin-bottom: 0;
        font-style: italic;
        font-size: 40px;
        text-shadow: 0px 2px #000;
        color: #fff; }
    .home-slider .home-slide:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+100&0+56,0.6+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(13, 38, 67, 0) 56%, rgba(0, 0, 0, 0.6) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#99000000',GradientType=0 );
      /* IE6-9 */
      z-index: 1; }

.home-portal-nav {
  height: 50px;
  background-color: #183354; }
  .home-portal-nav ul {
    text-align: center;
    max-width: 1024px;
    margin: 0 auto; }
    .home-portal-nav ul li {
      display: inline-block;
      margin: 0 50px; }
      .home-portal-nav ul li a {
        font-size: 18px;
        font-weight: 600;
        line-height: 50px;
        color: #fff;
        text-decoration: none; }
        .home-portal-nav ul li a:hover {
          color: #00779f; }

.home-news {
  position: relative;
  padding: 40px 0; }
  .home-news h1 {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px; }
  .home-news .bannermodtd {
    max-width: 1024px;
    margin: 40px auto 0 auto; }
  .home-news #newscon {
    padding: 0 20px; }
  .home-news .newspostitem {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 0 0 50px -3px;
    padding: 0 0 30px 0;
    border-bottom: none; }
    .home-news .newspostitem:first-of-type {
      margin-left: 0; }
    .home-news .newspostitem:nth-of-type(2) {
      position: relative; }
      .home-news .newspostitem:nth-of-type(2):before {
        content: '';
        display: block;
        width: 1px;
        background-color: rgba(211, 211, 211, 0.5);
        height: 200px;
        position: absolute;
        left: 0;
        top: -40px; }
      .home-news .newspostitem:nth-of-type(2):after {
        content: '';
        display: block;
        width: 1px;
        background-color: rgba(211, 211, 211, 0.5);
        height: 200px;
        position: absolute;
        right: 0;
        top: -40px; }
    .home-news .newspostitem .newsposttitle {
      text-align: center;
      max-width: 260px;
      margin: 0 auto;
      padding: 0 10px; }
    .home-news .newspostitem .newspubdate {
      text-align: center;
      font-size: 14px;
      font-style: normal;
      color: #4d4d4d; }

.home-calendar {
  position: relative;
  padding-bottom: 40px;
  background-color: #ebf1f5;
  padding-top: 40px;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.8); }
  .home-calendar h1 {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px; }
  .home-calendar .bannermodtd {
    max-width: 1024px;
    margin: 0 auto; }
  .home-calendar .bannercon {
    border-bottom: none;
    padding: 0 20px; }
  .home-calendar .eventobj {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-left: -1px;
    padding: 0 10px 30px 10px;
    border-bottom: none; }
    .home-calendar .eventobj:last-of-type {
      float: right; }
    .home-calendar .eventobj .eventcol {
      padding-left: 0; }
    .home-calendar .eventobj .event_stackdate {
      position: relative;
      float: none;
      margin: 0 auto; }
      .home-calendar .eventobj .event_stackdate.event_stackrepeat {
        visibility: visible; }
    .home-calendar .eventobj .eventcon {
      text-align: center;
      margin-top: 20px; }
      .home-calendar .eventobj .eventcon .etitle {
        max-width: 260px;
        margin: 0 auto; }

.see-all {
  height: 40px;
  width: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #768693;
  z-index: 5; }
  .see-all:visited {
    color: #fff; }

.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: 1.07143em;
      padding-left: 1.07143em; } }

@media screen and (max-width: 1300px) {
  .home-slider .slick-prev {
    left: 4%; }
  .home-slider .slick-next {
    right: 4%; } }
@media screen and (max-width: 1024px) {
  .home-slider {
    height: auto; }
    .home-slider .home-slide {
      padding-bottom: 45px;
      /* Makes up for caption not affecting background-image size */ }
      .home-slider .home-slide img {
        visibility: hidden;
        /* Background-image sets in here */ } }
@media screen and (max-width: 800px) {
  .home-slider .slick-prev {
    left: 1%; }
  .home-slider .slick-next {
    right: 1%; }

  .home-news .newspostitem {
    width: 49%; }
    .home-news .newspostitem:nth-of-type(2):after {
      display: none; }
    .home-news .newspostitem:last-of-type {
      display: none; }

  .home-calendar .eventobj {
    width: 49%; }
    .home-calendar .eventobj:last-of-type {
      display: none; } }
@media screen and (max-width: 700px) {
  .home-portal-nav ul li {
    margin: 0 25px; } }
@media screen and (max-width: 650px) {
  .home-slider .slick-prev, .home-slider .slick-next {
    display: none !important; }
  .home-slider .home-slide .hs-caption h1 {
    font-size: 30px; } }
@media screen and (max-width: 600px) {
  .home-portal-nav {
    display: none; }

  .home-news .newspostitem {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(211, 211, 211, 0.5); }
    .home-news .newspostitem:nth-of-type(2):before {
      display: none; }
    .home-news .newspostitem:last-of-type {
      display: block;
      border-bottom: none; }

  .home-calendar .eventobj {
    display: block;
    width: 100%; }
    .home-calendar .eventobj:last-of-type {
      display: block;
      float: none; } }
/*! 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: 35.71429em;
  min-height: 21.42857em; }
  .hero .contentElementDiv img {
    display: none; }
.hero .contentElementTitle {
  display: none; }

.collage-container {
  zoom: 1;
  border-bottom: 0.5em solid #171717; }
  .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 #171717; }
    @media (min-width: 37.5em) {
      .collage-container .contentElementDiv:first-child {
        display: block; } }
  .collage-container .contentElementDiv:last-child {
    display: none;
    border-left: 0.5em solid #171717; }
    @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: 2.14286em !important;
  padding-bottom: 2.14286em !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: 1.07143em; }
    @media (min-width: 25em) {
      .face-post .face-image {
        float: left;
        max-width: 9.28571em;
        width: 100%;
        margin-right: 2.14286em;
        margin-bottom: 0; } }
  .face-post .face-date {
    margin-bottom: 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: 2.14286em; }
  @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: 64em) {
    .instapic {
      width: 24.67%; } }
  @media (min-width: 50em) {
    .instapic {
      padding-right: 1.07143em;
      padding-left: 1.07143em; } }

.pinterest-post {
  margin-bottom: 2.14286em !important;
  padding-bottom: 2.14286em !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: 2.14286em !important;
  padding-bottom: 2.14286em !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; }

/*! Components - Slick v0.0.2 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  tap-highlight-color: transparent; }

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-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;
  display: none;
  height: 100%;
  min-height: 0.07143em; }
  [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; }

/*! 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.42857em) {
  .location {
    margin-top: 4.28571em;
    margin-bottom: 4.28571em; } }
@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: #171717;
      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: #c83eab; } }

@media (min-width: 37.5em) {
  .location-details {
    position: absolute;
    z-index: 300;
    display: none;
    width: 28.57143em;
    margin: 2.57143em;
    padding: 2.14286em;
    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; }
