@charset "UTF-8";
a, .buttons, .story-root:hover .my-story, .my-story,
.button,
.fs_style_1,
.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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.margin-x {
  margin-right: 1.42857em;
  margin-left: 1.42857em; }

.margin-y {
  margin-top: 1.42857em;
  margin-bottom: 1.42857em; }

.padding-x {
  padding-right: 1.42857em;
  padding-left: 1.42857em; }

.padding-y {
  padding-top: 1.42857em;
  padding-bottom: 1.42857em; }

.stretched-container {
  margin-right: -1.42857em;
  margin-left: -1.42857em;
  padding-right: 1.42857em;
  padding-left: 1.42857em; }

.cover {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%; }

.compartment {
  margin: 0 auto;
  max-width: 85.71429em;
  max-width: 75rem; }

@media (min-width: 37.5em) {
  .generic-col-4 {
    width: 49.67%;
    display: inline-block;
    vertical-align: top; } }
@media (min-width: 56.25em) {
  .generic-col-4 {
    width: 24.67%; } }

/*! Content - Typography v0.0.5 */
@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; }
/*! Content - HTML v0.0.6 */
h1,
.alpha {
  margin-top: 0;
  font-family: "Montserrat";
  font-weight: normal;
  margin-bottom: 0.26667em;
  line-height: 1.2em;
  color: null; }
  @media (min-width: 31.25em) {
    h1,
    .alpha {
      font-size: 2.14286em; } }

h2,
.beta,
div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title,
.pagetype_item b {
  margin-top: 0;
  font-family: "Montserrat";
  font-weight: normal;
  margin-bottom: 0.34615em;
  font-size: 1.85714em;
  line-height: 1.23077em;
  color: null; }

h3,
.gamma,
#leftbanner [id^='bannermod']:not(.module) .bannermodtitle,
#rightbanner [id^='bannermod']:not(.module) .bannermodtitle,
.module .bannermodtitle {
  margin-top: 0;
  font-family: "Montserrat";
  font-weight: normal;
  margin-bottom: 0.36364em;
  font-size: 1.57143em;
  line-height: 1.36364em;
  color: #226e62; }

h4,
.delta,
table.styled th,
.fs_style_28 th,
.callout-button em,
.lead-in,
.fs_style_2,
blockquote,
.fs_style_25,
.monthhead,
.directory .fsDirEntryName strong,
.imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle,
.gridTable .contentElementTitle,
.popup-window #ptitle,
.portlet_title {
  margin-top: 0;
  font-family: "Montserrat";
  font-weight: normal;
  margin-bottom: 0.5em;
  font-size: 1.28571em;
  line-height: 1.44444em;
  color: null; }

h5,
.epsilon,
cite,
.fs_style_26 {
  margin-top: 0;
  font-family: "Montserrat";
  font-weight: normal;
  margin-bottom: 0.5625em;
  font-size: 1.14286em;
  line-height: 1.5em;
  color: null; }

h6,
.zeta,
.etitle,
#calendar_nav + .listonly_block .listcap,
.directory .fsDirEntryRoles:before,
.directory .fsDirEntryTitle:before,
.newsposttitle {
  margin-top: 0;
  font-family: "Montserrat";
  font-weight: normal;
  margin-bottom: 0.71429em;
  font-size: 1em;
  line-height: 1.57143em;
  color: null; }

p {
  margin: 0 0 1.57143em; }

a {
  color: #438d81;
  text-decoration: none; }
  a:hover {
    color: #a69b7c; }
  nav a {
    display: block; }

.styled-link {
  font-weight: 600; }
  .styled-link:hover {
    text-decoration: underline;
    color: #438d81; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.4em; }

table.styled,
.fs_style_28 {
  width: 100%;
  margin-bottom: 1.42857em;
  border-collapse: collapse; }
  table.styled table,
  .fs_style_28 table {
    margin-top: 0;
    margin-bottom: 1.57143em;
    width: 100%; }
  table.styled tr:nth-of-type(odd) td,
  .fs_style_28 tr:nth-of-type(odd) td {
    background-color: rgba(0, 0, 0, 0.1); }
  table.styled th,
  table.styled td,
  .fs_style_28 th,
  .fs_style_28 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled th,
  .fs_style_28 th {
    padding: 1.11111em;
    background: #226e62;
    color: #fff; }
  table.styled td,
  .fs_style_28 td {
    padding: 0.71429em 1.42857em;
    background-color: rgba(0, 0, 0, 0.05); }

img,
canvas,
iframe,
video,
svg {
  height: auto;
  max-width: 100%; }

img[src*='space'], img[src*='bell'], img[src*='email'] {
  width: auto !important; }

/*! Content - Button v0.0.4 */
.buttons, .story-root:hover .my-story, .my-story,
.button,
.fs_style_1,
.callout-button,
#showHideEventDetails {
  cursor: pointer;
  display: inline-block;
  max-width: 21.53846em;
  width: 100%;
  margin-bottom: 0.57143em;
  padding: 0.84615em;
  font-family: "Montserrat";
  font-size: 0.92857em;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  background: transparent;
  border: 0.23077em solid #ebe9e8;
  border-radius: 0;
  color: #808080; }
  .buttons:after, .story-root:hover .my-story:after, .my-story:after,
  .button:after,
  .fs_style_1:after,
  .callout-button:after,
  #showHideEventDetails:after {
    font-family: "FontAwesome";
    font-weight: normal;
    content: "";
    -webkit-font-smoothing: antialiased;
    margin-left: 0.61538em; }
  .buttons:hover, .story-root:hover .my-story:hover, .my-story:hover,
  .button:hover,
  .fs_style_1:hover,
  .callout-button:hover,
  #showHideEventDetails:hover {
    background: #ebb700;
    border-color: #ebb700;
    color: #fff; }

.callout-button {
  max-width: 27.85714em;
  width: 100%;
  padding: 1.42857em 2.14286em; }
  .callout-button em {
    display: block;
    font-style: normal; }

/*! Content - Forms v0.0.5 */
textarea,
input,
select {
  max-width: 100%;
  padding: 0.71429em 0.95238em;
  font-family: "Montserrat";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  color: #5e5e5e; }
  textarea:hover, textarea:focus,
  input:hover,
  input:focus,
  select:hover,
  select:focus {
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.15em 0 0 rgba(0, 0, 0, 0.3); }

input[type='hidden'] {
  display: none; }

[disabled] {
  cursor: not-allowed; }

[rel="help"] {
  cursor: help; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.request-drawer input::-webkit-input-placeholder {
  color: #bababa; }

.request-drawer input:-moz-placeholder {
  color: #bababa; }

.request-drawer input::-moz-placeholder {
  color: #bababa; }

.request-drawer input:-ms-input-placeholder {
  color: #bababa; }

#contentdiv form > div {
  max-width: 100%;
  width: 100%; }

.required {
  color: #5e5e5e; }

.fsLoginForms {
  width: 100%; }

.fsLoginFooter {
  margin-left: 0; }

[class*='pagetype_misc_userlogin'] [src*='error'] {
  display: none; }

/*! Content - Style Manger v0.0.5 */
.lead-in,
.fs_style_2 {
  margin-bottom: 1.42857em;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #a69b7c; }

blockquote,
.fs_style_25 {
  position: relative;
  display: block;
  margin-bottom: 0.55556em;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.38889em;
  text-indent: 1.5em;
  color: #226e62; }
  blockquote:before,
  .fs_style_25:before {
    position: absolute;
    left: -0.6em;
    top: 0;
    content: '\201C';
    font-size: 2.5em;
    line-height: 1; }

cite,
.fs_style_26 {
  display: block;
  margin-bottom: 1.42857em;
  font-style: normal;
  text-align: left; }
  cite:before,
  .fs_style_26:before {
    content: '- '; }

img {
  margin-bottom: 0.35714em; }
  img.left {
    float: left;
    width: 50%;
    margin-left: 0.71429em; }
  img.right {
    float: right;
    width: 50%;
    margin-right: 0.71429em; }

.image-caption {
  padding-left: 0.35714em; }

hr {
  border: 0;
  border-bottom: 0.07143em solid rgba(0, 0, 0, 0.15);
  margin-bottom: 1.85em; }

.fs_style_7 {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  .fs_style_7 li:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em;
    height: 0.42857em;
    width: 0.42857em;
    content: '';
    background: rgba(0, 0, 0, 0.15);
    border-radius: 100%; }

/*! Content - Product v0.0.2 */
.mceContentBody,
.editorInstance {
  line-height: 1.57143;
  text-align: left;
  background: #fff; }

.text_misc,
.text_misc td {
  line-height: 1.57143; }

.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; }
  *:focus {
    outline: none; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #15544a;
  color: #5e5e5e; }
  html.no-mqs {
    min-width: 85.71429em; }

body {
  font-size: 0.875em;
  line-height: 1.57143; }
  body:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 502;
    content: '';
    background: rgba(19, 29, 38, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    position: fixed;
    display: none; }
    @media (min-width: 81.25em) {
      body:before {
        display: none; } }

.announcement-active:before,
.request-active:before,
[data-drawer-state="visible"]:before {
  opacity: 1; }

#bodydiv {
  overflow: hidden; }

/*! Structure - Header v0.0.3 */
#topcontainer {
  position: relative;
  color: #fff; }

#topbanner {
  zoom: 1;
  padding-right: 0.71429em;
  padding-left: 0.71429em;
  position: relative;
  z-index: 504;
  background: #226e62 url("/uploaded/themes/default/images/common/green-pattern.png") repeat 0 0; }
  #topbanner:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 64em) {
    #topbanner {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 500;
      width: 100%;
      padding-right: 0; } }

.site-info-container {
  padding-top: 1.21429em;
  padding-bottom: 1.21429em;
  width: 100%;
  max-width: 16.14286em; }
  @media (min-width: 64em) {
    .site-info-container {
      float: left; } }

.site-info {
  display: block;
  transition: none;
  white-space: nowrap;
  color: transparent; }
  .svg .site-info {
    padding-top: 0.14286em;
    padding-bottom: 0.14286em;
    position: relative; }
  .svg .site-info:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 3.14286em;
    width: 2.85714em;
    content: '';
    background: url("/uploaded/themes/default/images/common/seal.svg") no-repeat 0 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .svg .site-info {
    background: url("/uploaded/themes/default/images/common/name.svg") no-repeat 3.57143em 50%;
    background-size: 120px; }
    @media (min-width: 320px) {
      .svg .site-info {
        background-size: initial; } }
  [data-useragent*='Trident'] .site-info {
    background-position: 1em 50%; }
  .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; }

.hero img {
  display: block;
  margin-bottom: 0;
  width: 100%; }

/*! Structure - Main v0.0.4 */
#midcontainer {
  padding-right: 1.42857em;
  padding-left: 1.42857em;
  padding-top: 4.28571em;
  padding-bottom: 4.28571em;
  word-break: break-word;
  word-wrap: break-word;
  background: #fff; }

#mainmiddle {
  margin: 0 auto;
  max-width: 85.71429em;
  max-width: 75rem;
  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.57143em; }

@media (min-width: 37.5em) {
  #leftbanner {
    float: left;
    width: 35%;
    padding-right: 3.33333%; } }
@media (min-width: 56.25em) {
  #leftbanner {
    width: 23.33333%; } }

@media (min-width: 37.5em) {
  #contentdiv {
    float: left;
    width: 65%; } }
@media (min-width: 56.25em) {
  #contentdiv {
    width: 76.66667%; } }
@media (min-width: 37.5em) {
  .hasRightbanner #contentdiv {
    padding-right: 3.33333%; } }
@media (min-width: 56.25em) {
  .hasRightbanner #contentdiv {
    width: 76.66667%; } }
@media (min-width: 56.25em) {
  .hasRightbanner.hasLeftbanner #contentdiv {
    width: 53.33333%; } }

@media (min-width: 37.5em) {
  #rightbanner {
    float: right;
    width: 35%; } }
@media (min-width: 56.25em) {
  #rightbanner {
    width: 23.33333%; } }
.hasLeftbanner #rightbanner {
  width: 100%; }
  @media (min-width: 56.25em) {
    .hasLeftbanner #rightbanner {
      width: 23.33333%; } }

/*! Structure - Footer v0.0.3 */
#bottomcontainer {
  padding-top: 0.71429em;
  text-align: center;
  background: #226e62 url("/uploaded/themes/default/images/common/green-pattern.png") repeat 0 0;
  color: #fff; }
  @media (min-width: 62.5em) {
    #bottomcontainer {
      padding-top: 0; } }

#bottombanner {
  zoom: 1; }
  #bottombanner:after {
    display: table;
    clear: both;
    content: ''; }

.sole {
  position: relative;
  overflow: hidden; }

.location-container {
  padding-top: 1.42857em;
  text-align: center; }
  @media (min-width: 62.5em) {
    .location-container {
      text-align: left;
      padding-left: 2.14286em; } }

.school-details {
  margin-bottom: 1.42857em;
  font-family: "Montserrat";
  font-size: 0.92857em;
  line-height: 1.69231em;
  color: #fff;
  color: rgba(255, 255, 255, 0.4); }
  @media (min-width: 50em) {
    .school-details [itemprop='name'] {
      display: inline-block; }
      .school-details [itemprop='name']:after {
        margin-right: 0.57143em;
        margin-left: 0.57143em;
        display: inline-block;
        content: '|'; } }
  @media (min-width: 50em) {
    .school-details [itemprop='address'] {
      display: inline-block; } }
  @media (min-width: 50em) {
    .school-details [itemprop='address'] span {
      display: inline-block; } }
  @media (min-width: 50em) {
    .school-details [itemprop='postalCode']:after {
      margin-right: 0.57143em;
      margin-left: 0.57143em;
      display: inline-block;
      content: '|'; } }
  @media (min-width: 50em) {
    .school-details [itemprop='telephone'] {
      display: inline-block; }
      .school-details [itemprop='telephone']:after {
        margin-right: 0.57143em;
        margin-left: 0.57143em;
        display: inline-block;
        content: '|'; } }
  @media (min-width: 50em) {
    .school-details [itemprop='fax'] {
      display: inline-block; } }
  .school-details a {
    color: inherit; }

#poweredby {
  padding: 0;
  padding-bottom: 2.85714em; }
  @media (min-width: 62.5em) {
    #poweredby {
      position: absolute;
      top: 50%;
      right: 1.42857em;
      padding-bottom: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
  #poweredby div {
    text-align: center; }
  #poweredby a,
  #poweredby a:link,
  #poweredby a:visited {
    opacity: .25;
    margin: 0 auto; }
  #poweredby a:hover {
    opacity: 1; }

/*! Navigation - Main v0.0.6 */
@media (min-width: 64em) {
  .nav-main-container {
    float: left;
    max-width: 47.5em;
    width: 100%; } }
@media (min-width: 68.75em) {
  .nav-main-container {
    max-width: 52.85714em; } }
@media (min-width: 75em) {
  .nav-main-container {
    max-width: 60em; } }
@media (min-width: 84.375em) {
  .nav-main-container {
    max-width: 66.42857em; } }

.nav-main {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.42857em; }
  .nav-main ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-main a {
    display: block; }
  @media (min-width: 64em) {
    .nav-main {
      margin-bottom: -100%; } }
  .dropdown-holder {
    display: none; }
  @media (min-width: 64em) {
    .nav-main > ul {
      text-align: justify; }
      .nav-main > ul:after {
        content: '';
        display: inline-block;
        width: 100%; } }
  .menu-item {
    position: relative; }
    @media (min-width: 64em) {
      .menu-item {
        display: inline-block; } }
    @media (min-width: 64em) {
      .menu-item:hover .menu-holder {
        display: block;
        -webkit-animation: revealNav .8s forwards;
        animation: revealNav .8s forwards;
        visibility: visible;
        opacity: 1; } }
    @media (min-width: 64em) {
      .menu-item:hover > a {
        background: #ebb700;
        color: #fff; } }
    .menu-item > a {
      font-family: "Montserrat";
      font-size: 0.92857em;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      padding: 1em 1.15385em; }
      .menu-item > a:hover {
        color: #ebb700; }
      @media (min-width: 64em) {
        .menu-item > a {
          padding: 0;
          position: relative;
          overflow: hidden;
          padding-left: 5px;
          padding-right: 5px;
          font-size: 10px;
          line-height: 60px; } }
      @media (min-width: 68.75em) {
        .menu-item > a {
          padding-left: 5px;
          padding-right: 5px;
          font-size: 12px; } }
      @media (min-width: 75em) {
        .menu-item > a {
          padding-left: 10px;
          padding-right: 10px;
          font-size: 13px; } }
      .menu-item > a:hover {
        color: #ebb700; }
        @media (min-width: 64em) {
          .menu-item > a:hover {
            background: #ebb700;
            color: #fff; } }
      .menu-item--active > a {
        background: #05262e;
        background: rgba(5, 38, 46, 0.3); }
  .nav-main .menu-holder {
    zoom: 1;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    display: none;
    padding: 0.85714em 0em;
    width: 15.71429em;
    text-align: left;
    background: #004040;
    background: rgba(0, 64, 64, 0.9);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .nav-main .menu-holder:after {
      display: table;
      clear: both;
      content: ''; }
    .nav-main .menu-holder a {
      display: block;
      padding: 0.35714em 1.64286em;
      font-weight: 500;
      color: #fff; }
      .nav-main .menu-holder a:hover {
        color: #ebb700; }

@-webkit-keyframes revealNav {
  0%, 50% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }

@keyframes revealNav {
  0%, 50% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
/*! Navigation - Tier v0.0.2 */
.nav-tier-container {
  padding-right: 1.42857em;
  padding-left: 1.42857em;
  display: none;
  background: rgba(0, 0, 0, 0.5); }
  .nav-tier-container .bannermodcontent {
    margin: 0 auto;
    max-width: 85.71429em;
    max-width: 75rem; }
  .nav-tier-container ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .nav-tier-container ul ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .nav-tier-container ul a {
      display: block; }
  @media (min-width: 37.5em) {
    .nav-tier-container li {
      display: inline-block; } }
  .nav-tier-container a {
    padding: 0.71429em 0.71429em; }
    .nav-tier-container a.nav_history {
      display: none; }

/*! Navigation - Sub v0.0.5 */
@media (max-width: 37.4375em) {
  .nav-sub-container {
    margin-right: -1.42857em !important;
    margin-left: -1.42857em !important;
    margin-top: -4.28571em !important; } }
.nav-sub-container .bannermodtitle {
  position: relative;
  margin-bottom: 0 !important;
  padding: 1.53846em !important;
  font-size: 0.92857em !important;
  text-shadow: none;
  text-transform: uppercase;
  border-bottom: 0 !important;
  color: #fff !important; }
  @media (min-width: 37.5em) {
    .nav-sub-container .bannermodtitle {
      display: none; } }
  @media (max-width: 37.4375em) {
    .nav-sub-container .bannermodtitle {
      cursor: pointer;
      line-height: 1;
      background: #226e62;
      color: #fff; } }
  @media (max-width: 37.4375em) {
    .nav-sub-container .bannermodtitle:before {
      position: absolute;
      top: 50%;
      right: 2.15385em;
      height: 0.23077em;
      width: 0.23077em;
      content: '';
      background: #fff;
      border-radius: 100%;
      box-shadow: -0.53846em 0 0 0 #fff, 0.53846em 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:hover {
      background: #1f6459; } }
  @media (max-width: 37.4375em) {
    .nav-sub-container .bannermodtitle.open-nav:before {
      box-shadow: 0 -0.53846em 0 0 #fff, 0 0.53846em 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;
    padding: 0 1.42857em !important;
    opacity: 0;
    transition: max-height .3s, padding .3s, opacity .3s; } }
@media (max-width: 37.4375em) {
  .open-nav + .bannermodtd {
    max-height: 71.42857em;
    padding: 1.42857em !important;
    opacity: 1; } }

.nav-sub {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-left: 0.14286em solid #e9e9e9; }
  .nav-sub ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-sub a {
    display: block; }
  .nav-sub > ul > li ul {
    padding-top: 10;
    padding-bottom: 10; }
    .nav-sub > ul > li ul ul {
      border-bottom: 0; }
    .nav-sub > ul > li ul a {
      padding: 0.28571em 2.85714em;
      padding-right: 0.71429em; }
  .nav-sub a {
    font-family: "Montserrat";
    font-weight: 700;
    margin-bottom: 0.42857em;
    padding: 0.28571em 1.42857em;
    color: #b2b2b2;
    transition: box-shadow .3s, color .3s; }
    .nav-sub a:hover {
      box-shadow: -0.21429em 0 0 0 #ccc;
      color: #808080; }
    .nav-sub a.navon {
      box-shadow: -0.21429em 0 0 0 #89b6af;
      color: #5e5e5e; }
    .nav-sub a span {
      display: block; }

/*! Navigation - Consituent v0.0.5 */
@media (min-width: 64em) {
  .nav-const-container {
    float: right;
    max-width: 8.57143em;
    width: 100%; } }

.nav-const {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-right: -1.07143em;
  margin-left: -1.07143em;
  padding-top: 1.42857em;
  padding-bottom: 1.42857em;
  padding-bottom: 0;
  background: #15544a; }
  .nav-const ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-const a {
    display: block; }
  @media (min-width: 64em) {
    .nav-const {
      margin-right: 0;
      margin-left: 0;
      padding-top: 0;
      padding-bottom: 0;
      background: none; } }
  .nav-const > ul {
    zoom: 1; }
    .nav-const > ul:after {
      display: table;
      clear: both;
      content: ''; }
    .nav-const > ul > li {
      position: relative; }
      @media (min-width: 64em) {
        .nav-const > ul > li {
          float: left;
          width: 50%;
          white-space: nowrap;
          border-left: 0.07143em solid rgba(137, 182, 175, 0.2); } }
      .nav-const > ul > li:last-child {
        display: none; }
        @media (min-width: 64em) {
          .nav-const > ul > li:last-child {
            display: block; } }
      @media (min-width: 64em) {
        .nav-const > ul > li:hover > a {
          background: #ebb700; } }
      .nav-const > ul > li > a {
        display: none; }
        @media (min-width: 64em) {
          .nav-const > ul > li > a {
            display: block;
            padding: 1.35714em 0;
            color: transparent; } }
        @media (min-width: 64em) {
          .nav-const > ul > li > a:before {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            content: '\e601';
            font-family: "IcoMoon";
            text-align: center;
            color: #fff; } }
        .nav-const > ul > li > a:hover {
          color: transparent; }
          @media (min-width: 64em) {
            .nav-const > ul > li > a:hover {
              background: #ebb700; } }
    @media (min-width: 64em) {
      .nav-const > ul ul {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 200;
        display: none;
        width: 10em;
        padding: 0.71429em 0;
        background: #004040;
        background: rgba(0, 64, 64, 0.9);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
    .nav-const > ul > li:first-child:hover ul {
      display: block; }
  .nav-const a {
    display: block;
    font-family: "Montserrat";
    padding: 0.71429em 2.14286em;
    color: rgba(255, 255, 255, 0.4); }
    @media (min-width: 64em) {
      .nav-const a {
        padding: 0.35714em 1.78571em;
        color: #fff; } }
    .nav-const a:hover {
      color: #fff; }
      @media (min-width: 64em) {
        .nav-const a:hover {
          color: #ebb700; } }

/*! Navigation - Social v0.0.4 */
@media (min-width: 62.5em) {
  .nav-social-container {
    float: right; } }

.nav-social {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  zoom: 1; }
  .nav-social ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-social a {
    display: block; }
  .nav-social:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 62.5em) {
    .nav-social {
      border-left: 0.07143em solid rgba(137, 182, 175, 0.2); } }
  .nav-social li {
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 62.5em) {
      .nav-social li {
        float: left;
        overflow: hidden; } }
  .nav-social__item--facebook a:before {
    content: ""; }
  .nav-social__item--instagram a:before {
    content: ""; }
  .nav-social__item--linkedin a:before {
    content: ""; }
  .nav-social__item--pinterest a:before {
    content: ""; }
  .nav-social__item--tumblr a:before {
    content: ""; }
  .nav-social__item--twitter a:before {
    content: ""; }
  .nav-social__item--vine a:before {
    content: ""; }
  .nav-social__item--youtube a:before {
    content: ""; }
  @media (min-width: 62.5em) {
    .nav-social__item--facebook a:after {
      background: #3b5998; } }
  @media (min-width: 62.5em) {
    .nav-social__item--instagram a:after {
      background: #517fa4; } }
  @media (min-width: 62.5em) {
    .nav-social__item--linkedin a:after {
      background: #007bb6; } }
  @media (min-width: 62.5em) {
    .nav-social__item--pinterest a:after {
      background: #cb2027; } }
  @media (min-width: 62.5em) {
    .nav-social__item--tumblr a:after {
      background: #32506d; } }
  @media (min-width: 62.5em) {
    .nav-social__item--twitter a:after {
      background: #00aced; } }
  @media (min-width: 62.5em) {
    .nav-social__item--vine a:after {
      background: #00a478; } }
  @media (min-width: 62.5em) {
    .nav-social__item--youtube a:after {
      background: #b00; } }
  .nav-social a {
    position: relative;
    font-size: 1.28571em;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    padding: 1.44444em 1.22222em;
    color: #fff; }
    @media (min-width: 62.5em) {
      .nav-social a {
        padding: 1.11111em 0;
        min-width: 3.33333em;
        border-right: 0.05556em solid rgba(137, 182, 175, 0.2); } }
    .nav-social a:before {
      position: relative;
      z-index: 300;
      font-family: "FontAwesome"; }
    .nav-social a:after {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 2.14286em;
      width: 2.14286em;
      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.05556em solid rgba(255, 255, 255, 0.4);
      -webkit-transform: translate(-50%, -50%) rotate(0) scale(0);
      -ms-transform: translate(-50%, -50%) rotate(0) scale(0);
      transform: translate(-50%, -50%) rotate(0) scale(0);
      transition: -webkit-transform .3s;
      transition: transform .3s; }
      @media (min-width: 62.5em) {
        .nav-social a:after {
          top: 0;
          height: 7.14286em;
          width: 7.14286em;
          border: 0;
          border-radius: 100%; } }
    .nav-social a:hover:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
      -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
      transform: translate(-50%, -50%) rotate(-45deg) scale(1); }
  .nav-social__text {
    display: none; }

/*! Navigation - Utility v0.0.4 */
/*
.nav-utility-container {
  @include simple-center;
  z-index: $foreground-index - 2;
  width: auto;
  position: fixed;

  .bannermodcontent {}

}

  .nav-utility {
    @include list-reset;
    @include margin-x(ce(-15));
    @include padding-y(ce($site-gutter));
    padding-top: 0;

    @include breakpoint($bp-desktop) {
      margin: 0;
      padding: 0;
      background: none;
    }

    ul {

      @include breakpoint($bp-desktop) {
        perspective: 50em;
        transform-style: preserve-3d;
      }

    }

      li {
        cursor: pointer;

        @include breakpoint($bp-desktop) {
          margin-bottom: ce(1);
        }

      }

        a {
          position: relative;
          display: inline-block;
          vertical-align: top;
          font-family: $sans-serif-alt;
          padding: ce($site-gutter / 2, 14) ce($site-gutter * 1.5, 14);
          color: rgba(#fff, .4);

          @include breakpoint($bp-desktop) {
            padding: ce($site-gutter * 1.5);
            line-height: 1;
            text-transform: uppercase;
            background: rgba(#232428, .7);
            color: #fff;
          }

          &:before {

            @include breakpoint($bp-desktop) {
              @include simple-center;
              text-align: center;
            }

            @at-root .announcement-trigger:before {

              @include breakpoint($bp-desktop) {
                @include font-icon('\f0f3');
              }

            }

            @at-root .request-trigger:before {

              @include breakpoint($bp-desktop) {
                @include font-icon('\f05a');
                font-size: ce(16);
              }

            }

            @at-root .news-trigger:before {

              @include breakpoint($bp-desktop) {
                content: '\e904';
                font-family: $font-icon-alt;
                font-size: ce(16);
                font-weight: normal;
              }

            }

          }

          &:hover {
            color: #fff;

            @include breakpoint($bp-desktop) {
              background: $m2-color;
            }
          }

        }

          em {
            font-style: normal;

            @include breakpoint($bp-desktop) {
              position: absolute;
              top: 0;
              left: 100%;
              height: 100%;
              padding-top: ce($site-gutter + 3);
              padding-right: ce($site-gutter);
              white-space: nowrap;
              background: $m2-color;
              opacity: 0;
              transform-origin: left center;
              transform: rotateY(120deg);
              transition:
                opacity .3s,
                transform .3s;
            }

            @at-root .nav-utility a:hover em {
              opacity: 1;
              transform: rotate(0);
            }

          }

  }

*/
@media (min-width: 64em) {
  #midcontainer {
    padding-left: 6.42857em; } }

.nav-utility-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 498;
  width: auto;
  position: fixed; }

.nav-utility-placeholder-container {
  opacity: 0; }

.nav-utility {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-right: -1.07143em;
  margin-left: -1.07143em;
  padding-top: 1.42857em;
  padding-bottom: 1.42857em;
  padding-top: 0; }
  .nav-utility ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-utility a {
    display: block; }
  @media (min-width: 64em) {
    .nav-utility {
      margin: 0;
      padding: 0;
      background: none; } }
  @media (min-width: 64em) {
    .nav-utility ul {
      -webkit-perspective: 50em;
      perspective: 50em;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d; } }
  .nav-utility li {
    cursor: pointer; }
    @media (min-width: 64em) {
      .nav-utility li {
        margin: 0;
        padding-bottom: 1px; } }
  .nav-utility a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "Montserrat";
    padding: 0.71429em 2.14286em;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.4); }
    @media (min-width: 64em) {
      .nav-utility a {
        padding: 0;
        height: 60px;
        width: 70px;
        padding: 0;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        background: url("/uploaded/themes/default/images/common/yellow-pattern.png") repeat 0 0 transparent;
        color: #fff; } }
    .nav-utility a:before {
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(235, 183, 0, 0);
      display: block;
      height: 100%;
      width: 100%;
      z-index: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      transition: background 0.3s ease; }
    .nav-utility a:hover {
      color: #fff; }
      @media (min-width: 64em) {
        .nav-utility a:hover:before {
          background: #ebb700; } }
  .nav-utility em {
    font-style: normal; }
    @media (min-width: 64em) {
      .nav-utility em {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        width: 100%;
        height: auto;
        padding: 0;
        white-space: normal;
        background: none;
        opacity: 1;
        font-size: 11px;
        line-height: 14px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: none; } }

.nav-utility a:hover em {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*! Navigation - Quicklinks v0.0.3 */
@media (min-width: 62.5em) {
  .nav-quick-container {
    float: left; } }

.nav-quick {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-quick ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-quick a {
    display: block; }
  @media (min-width: 50em) {
    .nav-quick li {
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 62.5em) {
    .nav-quick li:first-child a {
      padding-left: 2.30769em; } }
  .nav-quick a {
    font-family: "Montserrat";
    font-size: 0.92857em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 0.76923em 1.15385em; }
    .nav-quick a:hover {
      color: #ebb700; }
    @media (min-width: 62.5em) {
      .nav-quick a {
        padding-top: 1.42857em;
        padding-bottom: 1.42857em; } }

/*! Navigation - Off Canvas v0.1.0 */
.drawer_trigger, .search-trigger {
  padding: 0;
  background: none;
  border: 0;
  outline: 0; }

.drawer_ribbon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 508;
  width: 50%;
  width: calc(100% - 16.42857em); }
  @media (min-width: 64em) {
    .drawer_ribbon {
      display: none; } }
  .drawer_ribbon:after {
    clear: both;
    display: table;
    content: ''; }

.drawer_trigger {
  position: relative;
  float: right;
  width: 100%;
  color: #fff; }
  .drawer_trigger:after {
    position: absolute;
    top: 50%;
    right: 1.42857em;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 0.92857em;
    text-transform: uppercase;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (min-width: 37.5em) {
      .drawer_trigger:after {
        content: 'Main Menu'; } }

.drawer_cue {
  position: relative;
  height: 4.28571em;
  width: 4.28571em;
  transition: background 0.5s, color 0.5s;
  float: right; }
  @media (min-width: 37.5em) {
    .drawer_cue {
      margin-right: 6.42857em; } }
  .drawer_cue:before, .drawer_cue:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.14286em;
    width: 33.33333%;
    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.28571em; }
  .drawer_cue:after {
    box-shadow: 0 0.28571em 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: 4.28571em;
  z-index: 504;
  height: 100%;
  width: 100%;
  padding: 1.07143em;
  padding-top: 0.71429em;
  pointer-events: none;
  background: #226e62 url("/uploaded/themes/default/images/common/green-pattern.png") repeat 0 0;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  height: auto;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 37.5em) {
    .drawer {
      max-width: 22.85714em; } }
  @media (min-width: 64em) {
    .drawer {
      display: none; } }
  .csstransforms3d .drawer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 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; }

.announcements-drawer, .request-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 506;
  width: 100%;
  padding: 2.14286em 1.78571em;
  pointer-events: none;
  background: url("/uploaded/themes/default/images/common/gray-pattern.png") repeat 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 8.57143em);
  -ms-transform: translate(0, 8.57143em);
  transform: translate(0, 8.57143em);
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s; }
  @media (min-width: 37.5em) {
    .announcements-drawer, .request-drawer {
      max-width: 25em;
      -webkit-transform: translate(0, 4.28571em);
      -ms-transform: translate(0, 4.28571em);
      transform: translate(0, 4.28571em); } }

.drawer-header {
  position: relative;
  margin: -2.14286em -1.78571em;
  margin-bottom: 2.14286em;
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  background: url("/uploaded/themes/default/images/common/yellow-pattern.png") repeat 0 0;
  color: #fff; }

.close-entire-drawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4.28571em;
  cursor: pointer; }
  .close-entire-drawer:before, .close-entire-drawer:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.14286em;
    width: 40%;
    content: '';
    background: #fff; }
  .close-entire-drawer:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .close-entire-drawer:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.announcement-active .announcements-drawer {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 4.28571em);
  -ms-transform: translate(0, 4.28571em);
  transform: translate(0, 4.28571em);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
  @media (min-width: 37.5em) {
    .announcement-active .announcements-drawer {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
.announcements-drawer .drawer-header {
  padding: 1.35714em 1.78571em; }
  .announcements-drawer .drawer-header:before {
    font-family: "FontAwesome";
    font-weight: normal;
    content: "";
    -webkit-font-smoothing: antialiased;
    margin-right: 1.42857em;
    font-weight: normal; }
.announcements-drawer a {
  text-align: left;
  border: 0; }

.request-active .request-drawer {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 4.28571em);
  -ms-transform: translate(0, 4.28571em);
  transform: translate(0, 4.28571em);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  height: auto; }
  @media (min-width: 37.5em) {
    .request-active .request-drawer {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
.request-drawer .drawer-header {
  padding: 1.21429em 1.78571em 1.28571em; }
  .request-drawer .drawer-header:before {
    font-family: "FontAwesome";
    font-weight: normal;
    content: "";
    -webkit-font-smoothing: antialiased;
    margin-right: 1.25em;
    font-size: 1.14286em;
    font-weight: normal; }
.request-drawer .targetForm {
  width: 100% !important; }
.request-drawer h6 {
  margin-top: 2.14286em;
  text-transform: uppercase;
  color: #808080; }
.request-drawer .elementContainer {
  padding: 0;
  width: 100%; }
.request-drawer .elementColumn {
  width: 50% !important;
  margin-right: 0 !important; }
  .request-drawer .elementColumn:first-child {
    padding-right: 0.21429em; }
  .request-drawer .elementColumn:last-child {
    padding-left: 0.21429em; }
.request-drawer label {
  display: none; }
  [data-useragent*='Trident'] .request-drawer label {
    display: block; }
.request-drawer input {
  width: 100%;
  padding: 1.07143em;
  box-shadow: 0 0.07143em 0 0 rgba(0, 0, 0, 0.15); }
.request-drawer .pageControls {
  padding: 0;
  padding-top: 2.14286em; }
.request-drawer .submitBtn {
  text-transform: uppercase;
  background: #398276 !important;
  border-radius: 0; }
  .request-drawer .submitBtn:after {
    font-family: "FontAwesome";
    font-weight: normal;
    content: "";
    -webkit-font-smoothing: antialiased;
    margin-left: 0.61538em; }
  .request-drawer .submitBtn:hover {
    background: #317066 !important; }

/*! Modules - Common v0.2.0 */
#leftbanner [id^='bannermod'],
#rightbanner [id^='bannermod'] {
  margin-bottom: 2.85714em; }
  #leftbanner [id^='bannermod']:not(.module) .bannermodtitle,
  #rightbanner [id^='bannermod']:not(.module) .bannermodtitle {
    margin-bottom: 0.72727em;
    padding-bottom: 0.27273em;
    border-bottom: 1px solid #cecdcc; }
    #leftbanner [id^='bannermod']:not(.module) .bannermodtitle p,
    #rightbanner [id^='bannermod']:not(.module) .bannermodtitle p {
      margin-bottom: 0; }

.module {
  margin-bottom: 1.42857em;
  padding: 1.42857em;
  background: #ebe9e8; }
  .module .bannermodtitle {
    margin-bottom: 0.72727em;
    padding-bottom: 0.27273em;
    border-bottom: 1px solid #cecdcc;
    color: #595959; }
  .module p:last-child {
    margin-bottom: 0; }

[href$='pdf']:before,
[href$='doc']:before,
[href$='xls']:before,
[href$='ppt']:before,
[href$='txt']:before, [href*='email']:before,
[href*='phone']:before,
[href*='fax']:before,
[class*='icon-']:before {
  margin-right: .5em;
  font-family: "FontAwesome";
  speak: none; }

[href$='pdf']:before {
  content: "\f1c1"; }

[href$='doc']:before {
  content: "\f1c2"; }

[href$='xls']:before {
  content: "\f1c3"; }

[href$='ppt']:before {
  content: "\f1c4"; }

[href$='txt']:before {
  content: "\f0f6"; }

[href*='email']:before {
  content: "\f003"; }

[href*='phone']:before {
  content: "\f095"; }

[href*='fax']:before {
  content: "\f1ac"; }

.popup-window {
  text-align: left;
  background: none !important; }
  .popup-window body {
    background: none !important; }
  .popup-window .off-canvas,
  .popup-window .off-canvas-trigger-container {
    display: none; }
  .popup-window #contentdiv {
    padding: 0.71429em !important; }

.ui-widget {
  font-family: "Raleway", sans-serif;
  font-size: 1em; }

/*! Modules - Accordion v0.0.7 */
.mcExpandingList {
  margin-bottom: 1.57143em;
  width: 100%; }
  .mcExpandingList h4.ui-accordion-header {
    margin: 0;
    padding: 1.14286em 1.57143em;
    padding-right: 5.71429em;
    font-family: "Montserrat";
    font-size: 1em;
    font-style: 700;
    border: 0;
    border-bottom: 0.42857em solid #fff;
    border-radius: 0;
    outline: 0;
    background: #ebe9e8;
    color: #808080 !important; }
    .mcExpandingList h4.ui-accordion-header.ui-state-hover {
      background: #ebb700;
      color: #fff !important; }
    .mcExpandingList h4.ui-accordion-header.ui-state-active {
      border-bottom: none;
      background: #226e62;
      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: 3.92857em;
      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: '\f054';
        font-family: 'FontAwesome';
        font-size: 0.85714em;
        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: '\f078';
        color: #fff; }
    .mcExpandingList h4.ui-accordion-header a {
      display: block;
      padding: 0;
      color: inherit !important;
      transition: none; }
  .mcExpandingList .ui-accordion-content {
    top: 0;
    margin: 0 0 0.57143em;
    padding: 2.14286em !important;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-radius: 0;
    color: #5e5e5e; }
    .mcExpandingList .ui-accordion-content p {
      margin-bottom: 0.8em; }
      .mcExpandingList .ui-accordion-content p:last-child {
        margin-bottom: 0; }

/*! Modules - Alerts v0.0.3 */
.ui-widget-overlay {
  display: none;
  height: 100% !important;
  width: 100% !important; }

div[aria-labelledby*='ui-dialog-title-pagePopModal'] {
  top: 8.85714em !important;
  overflow: visible;
  padding: 0;
  background: #5e5e5e;
  color: #a1a1a1;
  z-index: 499 !important; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
    margin: 0;
    padding: 2.85714em 1.42857em 1.42857em;
    pointer-events: none;
    background: #89b6af; }
    @media (min-width: 37.5em) {
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
        padding-top: 1.42857em; } }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title {
    display: block;
    float: none;
    margin: 0;
    color: inherit; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 30%;
    width: 100%;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.3) !important;
    border: 0;
    border-radius: 0 !important; }
    @media (min-width: 37.5em) {
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close {
        height: 100%;
        width: 6.25%; } }
    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 {
        font-family: "FontAwesome";
        font-weight: normal;
        content: "";
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-content {
    padding: 1.42857em;
    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: #6b6b6b; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button {
      position: static;
      margin: 0;
      padding: 1.42857em;
      text-shadow: none;
      background: #787878;
      border: 0;
      border-radius: 0;
      color: #a1a1a1;
      outline: 0;
      transition: background .3s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:hover {
        background: #848484; }
    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: #5e5e5e;
  border: 0;
  color: #a1a1a1; }
  #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: #89b6af !important;
    border: 0;
    border-radius: 0;
    transition: background .3s; }
    #pagePopReminder .slideOutTabHandle:hover {
      background: #79aca4 !important; }
    #pagePopReminder .slideOutTabHandle span {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      margin: 0;
      height: 100%;
      width: 100%;
      background: none !important; }
      #pagePopReminder .slideOutTabHandle span:before {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 100%;
        content: '\f0f3';
        font-family: 'FontAwesome';
        font-size: 1.2em;
        text-align: center;
        text-indent: 0;
        color: #ddd;
        -webkit-transform-origin: 50% 20%;
        -ms-transform-origin: 50% 20%;
        transform-origin: 50% 20%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      #pagePopReminder .slideOutTabHandle span:hover:before {
        -webkit-animation: rotate 2s;
        animation: rotate 2s; }
  #pagePopReminder div.pagePopCount {
    float: left;
    padding: 0.71429em 1.42857em;
    color: inherit; }
    #pagePopReminder div.pagePopCount span {
      display: block;
      padding: 0;
      background: none;
      color: inherit;
      transition: color .3s; }
      #pagePopReminder div.pagePopCount span:after {
        display: inline-block;
        vertical-align: baseline;
        margin-left: .5em;
        content: '\f06e';
        font-family: 'FontAwesome';
        font-weight: normal;
        color: transparent;
        transition: color .3s; }
      #pagePopReminder div.pagePopCount span:hover {
        color: #fff; }
        #pagePopReminder div.pagePopCount span:hover:after {
          color: #fff; }

@-webkit-keyframes rotate {
  0%,
  100% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  25%,
  75% {
    -webkit-transform: translate(0, -50%) rotate(-22deg);
    transform: translate(0, -50%) rotate(-22deg); }
  50% {
    -webkit-transform: translate(0, -50%) rotate(22deg);
    transform: translate(0, -50%) rotate(22deg); } }

@keyframes rotate {
  0%,
  100% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  25%,
  75% {
    -webkit-transform: translate(0, -50%) rotate(-22deg);
    transform: translate(0, -50%) rotate(-22deg); }
  50% {
    -webkit-transform: translate(0, -50%) rotate(22deg);
    transform: translate(0, -50%) rotate(22deg); } }
/*! Modules - Athletics v0.0.3 */
[name*='ath_menu'] td:first-child {
  padding-right: 0.71429em; }

#athschedule {
  border: 0; }
  #athschedule .athfirstrow {
    background: none; }
  #athschedule .athsecondrow {
    background: none; }
  #athschedule .athrowsep {
    background: none !important; }
  #athschedule .athdatebar {
    padding: 0.71429em !important;
    font-size: 1em;
    background: #226e62;
    border: 0; }
  #athschedule td {
    padding: 0.25em 0.71429em;
    border: 0; }

/*! Modules - Calendars v0.0.4 */
.caldata {
  overflow-x: visible; }

.monthhead {
  font-size: 1em !important;
  padding: 0; }

.eventobj {
  position: relative;
  clear: both;
  font-size: 1em !important;
  min-height: 6.07143em; }

.event_stackdate {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.85714em;
  text-align: center;
  white-space: nowrap; }
  .event_stackdate span {
    display: block;
    padding: 0;
    font-family: "Montserrat";
    font-size: 1em;
    line-height: 1;
    color: inherit; }
  .event_stackdate .event_stackdaynum {
    margin-bottom: 0.1em;
    color: #438d81;
    display: block;
    font-size: 2.14286em; }
  .event_stackdate .event_stackdayname {
    display: none; }
    .event_stackdate .event_stackdayname:after {
      display: inline-block;
      margin: 0 0.28571em;
      content: '/'; }
  .event_stackdate .event_stackmonname {
    font-weight: 700;
    color: #a6a6a6; }

.eventcol {
  zoom: 1;
  width: 100% !important;
  padding: 0 0 0 3.92857em; }
  .eventcol:after {
    display: table;
    clear: both;
    content: ''; }
  .eventcol_short .eventcol {
    width: 100% !important;
    padding-left: 3.92857em; }
  .eventcol_short .eventcon {
    width: 100% !important; }

.eventcon {
  padding-left: 0; }

.identifierkey {
  display: none; }
  @media (min-width: 37.5em) {
    .identifierkey {
      display: block; } }

.etitle {
  margin-bottom: 0;
  color: #5e5e5e; }
  .etitle [href*='popUp'] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200; }

.desclinks {
  display: block;
  color: inherit; }
  .desclinks:hover {
    color: #226e62; }

.event_time,
.event_location {
  font-family: "Montserrat";
  color: #9e9e9e; }
  .event_time:before,
  .event_location:before {
    display: inline-block;
    margin-right: 0.28571em;
    font-family: "FontAwesome";
    color: #438d81; }

.event_time {
  text-transform: lowercase; }

.event_notes {
  margin-top: 1.57143em; }

#calendarcon {
  min-height: initial; }
  #calendarcon .caldata {
    height: auto !important; }
    #calendarcon .caldata.hotdate .daycap span, #calendarcon .caldata.selected .daycap span {
      background: #226e62;
      color: #fff; }
  #calendarcon .monthrow {
    min-height: initial; }
  #calendarcon .daycap, #calendarcon .daycap_off {
    font-size: .75em;
    color: #5e5e5e; }
    @media (max-width: 74.92857em) {
      #calendarcon .daycap span, #calendarcon .daycap_off span {
        display: block;
        padding: 1.42857em 0.71429em;
        text-align: center; } }
  .event-view .daycap {
    background: rgba(0, 0, 0, 0.35); }
  .event-view .daycap_off {
    background: rgba(0, 0, 0, 0.35); }
  #calendarcon .eventobj {
    margin: 0.71429em 0.71429em 1.42857em;
    padding: 0 !important; }
    @media (max-width: 74.92857em) {
      .monthrow .eventobj {
        display: none; } }
    .event-view .eventobj {
      margin-right: 1.42857em !important;
      margin-left: 1.42857em !important; }
  #calendarcon .dblock_half {
    width: 10%; }
  #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 {
      font-family: "FontAwesome";
      font-weight: normal;
      content: "";
      -webkit-font-smoothing: antialiased; }

#calendar_buttons {
  width: 100% !important;
  margin-bottom: 0.71429em !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: #5e5e5e; }
    #calendar_buttons a:hover {
      background: rgba(0, 0, 0, 0.2); }

#tool_print {
  padding: 1.42857em;
  float: none !important;
  display: inline-block; }

#calendar_icons {
  width: 100%;
  margin-bottom: 0.71429em !important; }
  #calendar_icons span {
    float: none;
    display: inline-block;
    width: 13%;
    margin: 0; }
    #calendar_icons span:nth-of-type(-n+3), #calendar_icons span:nth-of-type(n+6) {
      display: none; }
      @media (min-width: 37.5em) {
        #calendar_icons span:nth-of-type(-n+3), #calendar_icons span:nth-of-type(n+6) {
          display: inline-block; } }
  #calendar_icons a {
    display: inline-block;
    margin: 0;
    white-space: nowrap; }
    #calendar_icons a img {
      vertical-align: baseline; }
  #calendar_icons #calendar_alert_badge img {
    display: none; }

#calcustomize, #calsearch, #calgridmask, #calexport {
  left: 0 !important;
  z-index: 200;
  width: 100% !important;
  margin: 0 !important; }
  #calcustomize > div, #calsearch > div, #calgridmask > div, #calexport > div {
    width: 100% !important;
    margin: 0;
    padding: 1.42857em !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: #5e5e5e; }
    #calcustomize #ungrouped_jslinks a:hover {
      background: rgba(0, 0, 0, 0.2); }
#calcustomize [type*='submit'] {
  font-size: 1em !important; }

#calsearch td {
  padding: 0.71429em 0; }
#calsearch [name*='keywords'] {
  width: 100% !important;
  margin-bottom: 0.71429em;
  padding: .75em;
  border-color: #aaa; }
#calsearch [type*='submit'] {
  padding: .5em !important;
  font-size: 1em !important; }

#calexport .calendar_titlebar {
  margin-bottom: 0.71429em;
  padding: 0;
  font-size: 1em;
  background: none;
  color: #5e5e5e; }

#calendar_titlebar,
#calendar_titlebar_bottom {
  padding: 0;
  font-size: 80%;
  text-align: center;
  background: none;
  color: #5e5e5e; }
  @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 "Raleway", sans-serif;
    font-weight: normal;
    padding: .5em;
    color: #5e5e5e; }
    #calendar_titlebar .prevYear:hover, #calendar_titlebar .prevMonth:hover, #calendar_titlebar .nextMonth:hover, #calendar_titlebar .nextYear:hover,
    #calendar_titlebar_bottom .prevYear:hover,
    #calendar_titlebar_bottom .prevMonth:hover,
    #calendar_titlebar_bottom .nextMonth:hover,
    #calendar_titlebar_bottom .nextYear:hover {
      background: rgba(0, 0, 0, 0.2); }

#calendar_titlebar {
  margin-bottom: 1.42857em !important; }

#calendar_titlebar_bottom {
  margin-top: 1.42857em !important; }

#calendar_nav + .listonly_block .listcap {
  margin: 0 0 1em;
  padding: 0;
  color: #438d81; }
#calendar_nav + .listonly_block .eventcol,
#calendar_nav + .listonly_block .eventcon {
  padding-left: 0; }

#calnav.yui-calendar .calhead {
  padding: 0;
  background: none;
  border: 0; }
#calnav.yui-calendar .calheader {
  zoom: 1;
  margin-bottom: 0.71429em;
  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 {
    font-family: "FontAwesome";
    font-weight: normal;
    content: "";
    -webkit-font-smoothing: antialiased; }
#calnav.yui-calendar .calnav {
  display: inline-block;
  padding: 0;
  padding-top: 0.47619em; }
#calnav.yui-calendar .calnavright {
  float: right;
  right: 0; }
  #calnav.yui-calendar .calnavright:before {
    font-family: "FontAwesome";
    font-weight: normal;
    content: "";
    -webkit-font-smoothing: antialiased; }
#calnav.yui-calendar .calcell {
  position: relative;
  padding: 1.42857em 0;
  background-color: transparent !important;
  border: 0; }
  #calnav.yui-calendar .calcell:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.85714em;
    height: 2.85714em;
    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 #226e62; }
  #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: #5e5e5e; }

.pagetype_registration [bgcolor*='ccc'] {
  background: none; }
  .pagetype_registration [bgcolor*='ccc'] table {
    background: none; }
    .pagetype_registration [bgcolor*='ccc'] table table tr {
      display: block;
      padding: 0.71429em 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.pagetype_registration #contentdiv td {
  display: block;
  height: auto; }
.pagetype_registration #contentdiv [width*='3%'] {
  margin-bottom: 1.42857em; }

#eventTopBar {
  margin-top: 0 !important; }

.eventTopCont {
  text-shadow: none;
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.L_Content,
.R_Content {
  max-width: 100%;
  width: 48%;
  padding: 1.42857em !important; }

.reg_Total {
  display: inline-block; }

.reg_Progress {
  position: relative !important;
  padding: 0 1.42857em !important;
  width: 100% !important; }

.ui-progressbar {
  border: 0 !important;
  border-bottom: 0.25em solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0; }
  .ui-progressbar .ui-progressbar-value {
    margin: 0;
    border: 0 !important;
    border-radius: 0; }

#eventContent {
  padding: 1.42857em 0; }

#eventDetails {
  margin-bottom: 1.42857em;
  padding: 1.42857em;
  border-radius: 0; }
  #eventDetails .detailLabel,
  #eventDetails .detailContent {
    margin: 0 !important; }

.registerTypeTable {
  margin: 1.42857em 0 !important;
  box-shadow: none !important; }
  .registerTypeTable tfoot {
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0.15) !important; }

.registerTypeHead,
.tableHeader,
.headerRow th {
  text-shadow: none !important;
  background: rgba(64, 64, 64, 0.94) !important;
  box-shadow: none !important; }

.attendeeTblRow {
  padding: 1.42857em !important; }

.registerAttendees {
  display: block;
  margin-bottom: 1.42857em !important;
  padding: 1.42857em;
  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: 1.42857em !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

.displayGroup {
  padding: 0 !important; }

.displayTable {
  box-shadow: none !important; }
  .displayTable .nameCol {
    padding-left: 0; }
  .displayTable .attendCol {
    text-align: center; }

.tableHeader th {
  padding: 1.42857em !important;
  white-space: nowrap; }

.detailToggle {
  display: inline-block;
  padding: 1.42857em !important; }

.detailCol {
  padding: 1.42857em !important; }
  .detailCol p {
    margin-bottom: 0; }

#registrationSummary {
  padding: 0 !important; }

.pagetype_eventReg .registrations {
  box-shadow: none !important; }
.pagetype_eventReg .headerRow th {
  padding: 1.42857em !important;
  white-space: nowrap; }
.pagetype_eventReg .registerRow td,
.pagetype_eventReg .totalRow td {
  padding: 1.42857em !important;
  white-space: nowrap; }
.pagetype_eventReg .totalTable {
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.registrantInfo,
.billingAddress {
  padding: 1.42857em !important;
  width: 47.5%;
  background: rgba(0, 0, 0, 0.05) !important;
  box-shadow: none !important; }

.registrantInfo {
  margin: 0 2% 0 0 !important; }

.billingAddress {
  margin: 0 0 0 2% !important; }

.infoDisplay {
  display: block !important; }

.paymentMethod {
  display: block !important;
  margin-right: 0 !important;
  padding: 1.42857em !important;
  background: rgba(0, 0, 0, 0.05) !important;
  box-shadow: none !important; }

.popup-window #tool_print {
  float: right !important;
  padding: 10px; }
.popup-window .verbose_event {
  margin-bottom: 0.71429em;
  width: 100%;
  background: none; }

/*! Modules - Carousel v0.0.3 */
.cc-wrapper {
  position: relative; }
  .cc-wrapper.slideshow .cc-slide {
    opacity: 0; }
  .cc-wrapper.slideshow .cc-stage {
    overflow: hidden; }
  .cc-wrapper .cc-stage {
    white-space: nowrap; }
  .cc-wrapper .cc-slide {
    display: inline-block; }
  .cc-wrapper .cc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%; }
  .cc-wrapper .cc-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center; }
  .cc-wrapper .cc-controls a {
    display: inline-block;
    text-decoration: none; }

/*! Modules - Directions v0.0.2 */
[id*='route'] {
  margin-bottom: 1.42857em; }

.adp-placemark {
  background: rgba(0, 0, 0, 0.1);
  border: 0; }
  .adp-placemark td {
    padding: 0.71429em; }

.adp-directions {
  width: 100%; }

.adp-step,
.adp-substep {
  padding: 1em .05em; }

.adp-substep:nth-child(2) {
  white-space: nowrap; }

/*! Modules - Directory v0.0.5 */
@media (min-width: 37.5em) {
  .pagetype_directory input,
  .pagetype_directory select {
    width: 40%; } }
.pagetype_directory form[name='filter'] {
  margin-bottom: 1.57143em; }
  .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: block; }
      .pagetype_directory form[name='filter'] td[width*='30%'] + td {
        display: inline; }
    .pagetype_directory form[name='filter'] td > img {
      max-height: initial;
      max-width: initial !important; }
.pagetype_directory [type*='submit'] {
  margin: 0;
  max-width: 100%; }
.pagetype_directory table[style*="background"] {
  margin-bottom: 1.42857em;
  background: none !important;
  border: 0 !important; }
  .pagetype_directory table[style*="background"] td {
    display: block;
    text-align: left; }
  .pagetype_directory table[style*="background"] [name*='keyword'] {
    margin-bottom: 0.71429em;
    max-width: 25em;
    width: 100% !important; }

.directory {
  margin-bottom: 1.57143em;
  text-align: center; }
  @media (min-width: 31.25em) {
    .directory {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 1.42857em;
      -moz-column-gap: 1.42857em;
      column-gap: 1.42857em; } }
  @media (min-width: 50em) {
    .directory {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (min-width: 75em) {
    .directory {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media (min-width: 31.25em) {
    .directory {
      text-align: left; } }
  .directory .fsDirEntry {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto 1.57143em;
    max-width: 22.85714em;
    width: 100% !important;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 1.57143 !important;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 0.225em solid rgba(137, 182, 175, 0.75);
    border-left: 0 !important;
    color: #5e5e5e; }
    .directory .fsDirEntry img {
      width: 100%;
      margin-bottom: 1.42857em; }
  .directory .entry-details {
    padding: 0 1.42857em 1.42857em;
    text-align: left; }
    .directory .entry-details > div {
      margin-bottom: 1.57143em; }
      .directory .entry-details > div:last-child {
        margin-bottom: 0; }
  .directory .fsDirEntryRoles:before, .directory .fsDirEntryTitle:before {
    display: block;
    margin-bottom: 0;
    color: #5e5e5e; }
  .directory .fsDirEntryName {
    margin-top: 1.57143em; }
  .directory [href*='requester'] {
    display: block;
    margin-top: 1.57143em; }
  .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; }
  .directory img[src*='email'] {
    margin-bottom: 0; }

#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: 1.42857em;
  padding-left: 0; }
  .imageGalleryViewContainer .imageGalleryViewObject {
    float: none;
    margin: 0 0 1.42857em;
    min-height: initial;
    width: 100%; }
    @media (min-width: 50em) {
      .imageGalleryViewContainer .imageGalleryViewObject {
        display: inline-block;
        vertical-align: top;
        padding: 0 0.71429em;
        width: 49%; } }
    @media (min-width: 62.5em) {
      .imageGalleryViewContainer .imageGalleryViewObject {
        width: 32.33333%; } }
    .imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewThumb {
      background: rgba(0, 0, 0, 0.75); }
    .imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle a {
      display: block; }

/*! Modules - Multi-content v0.0.4 */
.gridTable {
  width: 100%; }
  .gridTable .contentElementTD {
    padding: 1.42857em;
    border-color: #ccc; }
    @media (max-width: 37.42857em) {
      .gridTable .contentElementTD {
        padding-right: 1.42857em;
        padding-left: 1.42857em;
        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: 1.42857em; }

#fsMultiContent {
  visibility: hidden; }

#slideshowDisplay {
  visibility: visible; }
  #slideshowDisplay #multi_content {
    padding: 1.42857em 0;
    border: 0; }

#fsMultiContent {
  width: 100%;
  margin-bottom: 1.42857em; }

#multi_content {
  height: 100% !important; }
  #multi_content > div {
    height: 100% !important; }

#mc_1 {
  position: relative; }

/*! Modules - News v0.2.0 */
.newspostitemsep,
.newspostitem {
  margin-bottom: 1.42857em !important;
  padding-bottom: 1.42857em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .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: #5e5e5e; }
  .newsposttitle a {
    color: inherit;
    text-decoration: none; }
    .newsposttitle a:hover {
      color: #226e62; }
  .newsposttitle img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 0.71429em 0; }
    @media (min-width: 50em) {
      .newsposttitle img {
        float: left;
        width: 40%;
        margin: 0 1.42857em 0.71429em 0; } }
    .newsposttitle img[alt="Pinned:"] {
      display: none; }

.newspostinfo_sep {
  display: none; }

.newspostinfo_element {
  clear: both;
  display: block;
  padding-top: 1.57143em;
  color: transparent; }
  .newspostinfo_element:before {
    content: 'Read More >';
    color: #5e5e5e; }
  .newspostinfo_element:hover {
    color: transparent; }
    .newspostinfo_element:hover:before {
      color: #89b6af; }

.newsArchiveFilter .tbcon {
  border: 0 !important; }
.newsArchiveFilter .tbrow {
  margin-bottom: .35em; }
.newsArchiveFilter .tbcell {
  float: none;
  width: 100% !important;
  padding: 0;
  text-align: left;
  white-space: initial !important; }
.newsArchiveFilter [style*="float: right; position: relative; top: -9px;"] {
  top: 0 !important;
  margin-top: 1em; }
.newsArchiveFilter [type*='submit'] {
  display: block;
  clear: both;
  margin: 1em 0 0; }

.newsThumbnailCell {
  display: block;
  width: 100%;
  padding-right: 1.42857em; }
  @media (min-width: 50em) {
    .newsThumbnailCell {
      display: table-cell;
      width: 35%; } }
  .newsThumbnailCell img {
    float: none !important;
    margin-bottom: 0.71429em !important;
    width: 100%; }
    @media (min-width: 50em) {
      .newsThumbnailCell img {
        float: left !important;
        margin-right: 1.42857em !important; } }

.newsArticleCell {
  display: block; }
  @media (min-width: 50em) {
    .newsArticleCell {
      display: table-cell; } }

.contentControls div {
  margin: 0;
  padding: .5em .95em;
  border: 0; }

.popup-window #popmedia {
  display: inline-block !important;
  padding: 0 0.71429em; }

/*! Modules - Blogs v0.0.2 */
.blogtoplinks, .blogtextcenter {
  margin-bottom: 1.42857em;
  padding-bottom: 1.42857em;
  padding-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#blogtopsep {
  display: none; }

/*! Modules - Portals v0.0.5 */
#ui-datepicker-div {
  display: none; }

.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 0.71429em; } }
@media (min-width: 37.5em) {
  .two_column:first-child, .three_column:first-child, .four_column:first-child {
    padding-left: 0; } }

@media (min-width: 37.5em) {
  .two_column:nth-of-type(2) {
    padding-right: 0; } }
@media (min-width: 37.5em) {
  .two_column {
    width: 50%; } }

.three_column:nth-of-type(3) {
  padding-right: 0; }
@media (min-width: 37.5em) {
  .three_column {
    width: 33.33333%; } }

.four_column:nth-of-type(4) {
  padding-right: 0; }
@media (min-width: 37.5em) {
  .four_column {
    width: 50%; } }
@media (min-width: 56.25em) {
  .four_column {
    width: 25%; } }

@media (min-width: 37.5em) {
  .twothirds_column {
    padding: 0 0.71429em; } }

.portlet {
  margin: 0 0 1.42857em;
  border: 0; }

.portlet_header {
  padding: 0;
  background: none; }

.portlet_title {
  padding: 0.71429em;
  text-align: center;
  background: #226e62;
  color: #fff; }

.portlet_content {
  color: #5e5e5e !important; }
  .portlet_content > div {
    margin: 0 !important; }
  .portlet_content p:last-child {
    margin-bottom: 0; }

.dock_marker {
  margin: 0.71429em 0;
  padding: 0.71429em 0;
  background: rgba(0, 0, 0, 0.75);
  border: 0;
  border-top: .25em solid #ffcc00;
  color: #fff; }

.portal_column_bottom {
  margin-bottom: 0;
  padding: 0.71429em 1.42857em !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 {
  z-index: 2000;
  box-sizing: content-box;
  background: #222;
  border: 0; }
  #add_elements_menu_div * {
    box-sizing: content-box; }

/*! Modules - Search v0.0.3 */
@media (min-width: 64em) {
  .search-container {
    position: absolute;
    top: 100%;
    right: 0;
    width: 50%; } }

.search-trigger {
  width: 100%;
  padding: 1.35714em 0;
  color: transparent;
  transition: background .3s; }
  @media (min-width: 64em) {
    .search-trigger {
      position: relative;
      overflow: hidden; } }
  .search-trigger:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '\e600';
    font-family: "IcoMoon";
    font-size: 1.2em;
    color: #fff; }
    @media (min-width: 64em) {
      .search-trigger:before {
        -webkit-transform: translate(0, -50%) rotate(0);
        -ms-transform: translate(0, -50%) rotate(0);
        transform: translate(0, -50%) rotate(0); } }
  .search-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 7.14286em;
    width: 7.14286em;
    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;
    z-index: -1;
    background: url("/uploaded/themes/default/images/common/yellow-pattern.png") repeat 0 0; }
  .search-trigger:hover:after, .search-active .search-trigger:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  .search-active .search-trigger:before {
    content: '\e602'; }

.search {
  position: relative;
  margin-bottom: 1.42857em;
  color: #fff; }
  @media (min-width: 64em) {
    .search {
      position: absolute;
      top: 100%;
      right: 0;
      margin-bottom: 0;
      overflow: hidden;
      pointer-events: none; } }
  .search:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 200;
    width: 3.14286em;
    content: '\e600';
    font-family: "IcoMoon";
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (min-width: 64em) {
      .search:before {
        opacity: 0;
        -webkit-transform: translate(2em, -50%) rotate(-180deg);
        -ms-transform: translate(2em, -50%) rotate(-180deg);
        transform: translate(2em, -50%) rotate(-180deg);
        transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s; } }
  .search:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 21.42857em;
    width: 21.42857em;
    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;
    z-index: -1;
    background: #226e62;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; }
    @media (min-width: 64em) {
      .search:after {
        content: ''; } }
  .search-active .search {
    pointer-events: auto; }
    @media (min-width: 64em) {
      .search-active .search:before {
        opacity: 1;
        -webkit-transform: translate(0, -50%) rotate(0);
        -ms-transform: translate(0, -50%) rotate(0);
        transform: translate(0, -50%) rotate(0);
        transition: opacity .3s .2s, -webkit-transform .3s .2s;
        transition: opacity .3s .2s, transform .3s .2s; } }
    @media (min-width: 64em) {
      .search-active .search:after {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); } }
  .search__label {
    display: none; }
  .search__field {
    width: 100%;
    padding: 0.85714em;
    padding-left: 2.85714em;
    background: #438d81;
    background: rgba(67, 141, 129, 0.3);
    border: 0;
    box-shadow: none;
    color: #fff;
    outline: 0; }
    @media (min-width: 64em) {
      .search__field {
        position: relative;
        padding: 1.5em;
        padding-left: 2.85714em;
        background: none;
        opacity: 0;
        -webkit-transform: translate(2em, 0);
        -ms-transform: translate(2em, 0);
        transform: translate(2em, 0);
        transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s; } }
    .search__field:focus, .search__field:hover {
      box-shadow: none; }
    @media (min-width: 64em) {
      .search-active .search__field {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        transition: opacity .3s .1s, -webkit-transform .3s .1s;
        transition: opacity .3s .1s, transform .3s .1s; } }
  .search__button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2.85714em;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    color: transparent; }
    .search__button:hover {
      box-shadow: none; }

/*! Modules - Sitemap v0.0.6 */
#top_level_list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding-left: 0;
  font-size: 1em;
  font-weight: normal;
  list-style: none; }
  #top_level_list ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #top_level_list a {
    display: block; }
  #top_level_list .spacerHR {
    display: none; }
  #top_level_list ul {
    margin: 0.71429em 0;
    padding: 0.71429em;
    background: rgba(0, 0, 0, 0.05); }
  #top_level_list > li {
    padding: 1.42857em;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 0.07143em solid rgba(0, 0, 0, 0.1); }

/*! Modules - Slideshow v0.6.0 */
.controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  height: 100%;
  pointer-events: none;
  visibility: hidden; }
  .controls span {
    position: absolute;
    top: 0;
    height: 100%;
    text-align: center;
    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 span.prev {
      left: 0; }
      .controls span.prev:before {
        content: '\f104'; }
    .controls span.next {
      right: 0; }
      .controls span.next:before {
        content: '\f105'; }

.pagination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  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.42857em;
    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.14286em 2.14286em;
        font-family: "Montserrat";
        font-size: 1em;
        font-weight: 700;
        background: #ebe9e8;
        color: #808080; }
        #portal_tabs .ui-tabs-nav li a:hover,
        #eventRegTabs .ui-tabs-nav li a:hover {
          background: #ebb700;
          color: #fff !important; }
        .ui-tabs .ui-state-active a {
          background: #226e62 !important;
          color: #fff !important; }
      #portal_tabs .ui-tabs-nav li span,
      #eventRegTabs .ui-tabs-nav li span {
        text-indent: 0; }

.ui-tabs-panel {
  padding: 0 !important; }

/*! Pages - Style Guide v0.0.3 */
.style-guide .module {
  background: rgba(0, 0, 0, 0.05);
  border: 0.07143em solid rgba(0, 0, 0, 0.05);
  color: #5e5e5e; }
.style-guide h1:after {
  color: rgba(94, 94, 94, 0.5); }
.style-guide h2:after {
  color: rgba(94, 94, 94, 0.5); }
.style-guide h3:after {
  color: rgba(94, 94, 94, 0.5); }
.style-guide h4:after {
  color: rgba(94, 94, 94, 0.5); }
.style-guide h5:after {
  color: rgba(94, 94, 94, 0.5); }
.style-guide h6:after {
  color: rgba(94, 94, 94, 0.5); }
.style-guide h1:after {
  content: " font-size: 30px / line-height: 36px"; }
.style-guide h2:after {
  content: " font-size: 26px / line-height: 32px"; }
.style-guide h3:after {
  content: " font-size: 22px / line-height: 30px"; }
.style-guide h4:after {
  content: " font-size: 18px / line-height: 26px"; }
.style-guide h5:after {
  content: " font-size: 16px / line-height: 24px"; }
.style-guide h6:after {
  content: " font-size: 14px / line-height: 22px"; }
.style-guide .line-height-example {
  background: rgba(0, 0, 0, 0.05); }
.style-guide .primary-body:after {
  color: rgba(94, 94, 94, 0.5);
  content: " font-size: 14px / line-height: 22px"; }
.style-guide .secondary-body:after {
  color: rgba(94, 94, 94, 0.5);
  content: " font-size: 14px / line-height: 22px"; }

.colors {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 2.85714em; }
  .colors ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .colors a {
    display: block; }
  .colors li {
    margin-bottom: 0.35714em;
    padding: 1.42857em; }
    .colors li:nth-of-type(1) {
      border-left: 1.42857em solid;
      color: #5e5e5e; }
      .colors li:nth-of-type(1):after {
        content: " #5e5e5e"; }
    .colors li:nth-of-type(2) {
      border-left: 1.42857em solid;
      color: #226e62; }
      .colors li:nth-of-type(2):after {
        content: " #226e62"; }
    .colors li:nth-of-type(3) {
      border-left: 1.42857em solid;
      color: #ebb700; }
      .colors li:nth-of-type(3):after {
        content: " #ebb700"; }
    .colors li:nth-of-type(4) {
      border-left: 1.42857em solid;
      color: #89b6af; }
      .colors li:nth-of-type(4):after {
        content: " #89b6af"; }
    .colors li:nth-of-type(5) {
      border-left: 1.42857em solid;
      color: #438d81; }
      .colors li:nth-of-type(5):after {
        content: " #438d81"; }
    .colors li:nth-of-type(6) {
      border-left: 1.42857em solid;
      color: #a69b7c; }
      .colors li:nth-of-type(6):after {
        content: " #a69b7c"; }
    .colors li:nth-of-type(7) {
      border-left: 1.42857em solid;
      color: #15544a; }
      .colors li:nth-of-type(7):after {
        content: " #15544a"; }
    .colors li:nth-of-type(8) {
      border-left: 1.42857em solid;
      color: #05262e; }
      .colors li:nth-of-type(8):after {
        content: " #05262e"; }
    .colors li:nth-of-type(9) {
      border-left: 1.42857em solid;
      color: #004040; }
      .colors li:nth-of-type(9):after {
        content: " #004040"; }
    .colors li:nth-of-type(10) {
      border-left: 1.42857em solid;
      color: #ebe9e8; }
      .colors li:nth-of-type(10):after {
        content: " #ebe9e8"; }
    .colors li:nth-of-type(11) {
      border-left: 1.42857em solid;
      color: #e0e0e0; }
      .colors li:nth-of-type(11):after {
        content: " #e0e0e0"; }
    .colors li:nth-of-type(12) {
      border-left: 1.42857em solid;
      color: #ccc; }
      .colors li:nth-of-type(12):after {
        content: " #ccc"; }
    .colors li:nth-of-type(13) {
      border-left: 1.42857em solid;
      color: #4f4f4f; }
      .colors li:nth-of-type(13):after {
        content: " #4f4f4f"; }
    .colors li:nth-of-type(1) {
      border-left: 1.42857em solid;
      color: #5e5e5e; }
      .colors li:nth-of-type(1):after {
        content: " #5e5e5e"; }

/*! Pages - Main v0.0.3 */
/*! js: Remember to add the element with a class of home-page into your setup */
.home #topbanner {
  width: 100%;
  position: relative; }
  @media (min-width: 321px) {
    .home #topbanner {
      position: absolute; } }
  @media (min-width: 75em) {
    .home #topbanner {
      position: fixed; } }
.home .key,
.home .hero {
  display: none; }
.home #midcontainer {
  padding: 0; }
.home #mainmiddle {
  max-width: 100%; }
.home #leftbanner {
  padding: 0;
  width: 100%; }
.home .section {
  margin-bottom: 0 !important;
  position: relative; }
  .home .section .section-wrapper {
    padding: 30px 20px;
    position: relative; }
    @media (min-width: 56.25em) {
      .home .section .section-wrapper {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        width: 100%;
        margin: 0 auto;
        background-attachment: fixed; } }
  @media (min-width: 50em) {
    .home .section {
      padding: initial; } }
.home .student-stories-details {
  margin: 0 !important;
  width: 100%;
  overflow-y: hidden; }
.home #text1 {
  padding-right: 1.42857em;
  padding-left: 1.42857em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  text-align: center;
  color: #fff; }
  .home #text1:after {
    font-family: "FontAwesome";
    font-weight: normal;
    content: "";
    -webkit-font-smoothing: antialiased;
    display: none;
    padding-top: 0.3125em;
    padding-bottom: 0.625em;
    font-size: 2.28571em;
    -webkit-animation: bounce 2s 3;
    animation: bounce 2s 3; }
    @media (min-width: 330px) {
      .home #text1:after {
        display: block; } }
@-webkit-keyframes bounce {
  0%,
        40%,
        60%,
        100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50%,
        70% {
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em); } }
@keyframes bounce {
  0%,
        40%,
        60%,
        100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50%,
        70% {
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em); } }
  .home #text1 .alpha {
    margin-bottom: 0.4em;
    font-size: 1.28571em; }
    @media (min-width: 320px) {
      .home #text1 .alpha {
        font-size: 1.71429em; } }
    @media (min-width: 62.5em) {
      .home #text1 .alpha {
        font-size: 3.57143em; } }
  .home #text1 a {
    max-width: 18.46154em;
    color: inherit; }
    .home #text1 a:after {
      display: none; }
.home .button {
  max-width: 16.92308em; }
.home #contentdiv {
  display: none; }
.home .home-link-chain {
  display: none;
  position: fixed;
  z-index: 300;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  text-align: right;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 16px; }
  .home .home-link-chain ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .home .home-link-chain a {
    display: block; }
  @media (min-width: 56.25em) {
    .home .home-link-chain {
      display: inline-block; } }
  .home .home-link-chain a.up-arrow {
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer; }
    .home .home-link-chain a.up-arrow:before {
      font-family: "FontAwesome";
      font-weight: normal;
      content: "";
      -webkit-font-smoothing: antialiased;
      color: #FFF;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75); }
    .home .home-link-chain a.up-arrow:hover:before {
      opacity: .8; }
  .home .home-link-chain a.down-arrow {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer; }
    .home .home-link-chain a.down-arrow:before {
      font-family: "FontAwesome";
      font-weight: normal;
      content: "";
      -webkit-font-smoothing: antialiased;
      color: #FFF;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75); }
    .home .home-link-chain a.down-arrow:hover:before {
      opacity: .8; }
  .home .home-link-chain ul a {
    margin: 4px 0;
    cursor: pointer; }
    .home .home-link-chain ul a:before {
      font-family: "FontAwesome";
      font-weight: normal;
      content: "";
      -webkit-font-smoothing: antialiased;
      color: #FFF;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
      transition: .3s all; }
    .home .home-link-chain ul a.is-selected:before {
      font-family: "FontAwesome";
      font-weight: normal;
      content: "";
      -webkit-font-smoothing: antialiased;
      color: #ebb700; }
    .home .home-link-chain ul a:hover:before {
      content: '\f111' !important;
      color: #FFF !important; }

.slideshow-container {
  position: relative;
  padding: 0 !important; }
  #mainmiddle .slideshow-container {
    margin-bottom: 0 !important; }
  .slideshow-container:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    background: linear-gradient(to bottom, transparent 0, rgba(42, 42, 48, 0.7) 100%);
    bottom: -1px;
    z-index: 200;
    height: 50%;
    content: ''; }

.slideshow-images .contentElementDiv {
  height: 100vh;
  overflow: auto;
  background-size: auto 125% !important;
  background-position: 50% 0;
  background-repeat: no-repeat; }
  @media (min-width: 56.25em) {
    .slideshow-images .contentElementDiv {
      height: 100vh;
      max-height: initial; } }
.slideshow-images img {
  display: none; }

.story-control {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  padding-bottom: 30px; }
  .story-control ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .story-control a {
    display: block; }
  .story-control li {
    display: inline-block; }
    .story-control li.slick-active .page-dot:before {
      font-family: "FontAwesome";
      font-weight: normal;
      content: "";
      -webkit-font-smoothing: antialiased;
      color: #ebb700; }
  .story-control .page-dot {
    margin: 4px 6px;
    cursor: pointer; }
    .story-control .page-dot:before {
      font-family: "FontAwesome";
      font-weight: normal;
      content: "";
      -webkit-font-smoothing: antialiased;
      color: #FFF; }
    .story-control .page-dot:hover {
      opacity: .8; }
  .story-control .prev-arrow {
    display: inline-block;
    width: 50px;
    cursor: pointer; }
    .story-control .prev-arrow:before {
      font-family: "FontAwesome";
      font-weight: normal;
      content: "";
      -webkit-font-smoothing: antialiased;
      color: #FFF; }
  .story-control .dotsdots {
    display: inline-block; }
  .story-control .next-arrow {
    display: inline-block;
    width: 50px;
    cursor: pointer; }
    .story-control .next-arrow:before {
      font-family: "FontAwesome";
      font-weight: normal;
      content: "";
      -webkit-font-smoothing: antialiased;
      color: #FFF; }

.student-stories-mobile {
  display: block;
  position: relative; }
  @media (min-width: 56.25em) {
    .student-stories-mobile {
      zoom: 1;
      display: none !important; }
      .student-stories-mobile:after {
        display: table;
        clear: both;
        content: ''; } }
  .student-stories-mobile .story-root > div:first-child:before {
    opacity: .5; }
  .student-stories-mobile .contentElementImage {
    display: none !important; }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement2.active {
      z-index: 999; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement2.active .story-detail {
      left: 100%; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement2.active .story-close {
      right: -100%; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement2.active .my-story {
      display: none; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement4.active {
      z-index: 999; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement4.active .story-detail {
      left: 100%; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement4.active .story-close {
      right: -100%; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement4.active .my-story {
      display: none; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement6.active {
      z-index: 999; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement6.active .story-detail {
      left: 100%; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement6.active .story-close {
      right: -100%; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement6.active .my-story {
      display: none; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement3.active {
      z-index: 999; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement3.active .story-detail {
      right: 100%;
      left: initial; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement3.active .my-story {
      display: none; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement5.active {
      z-index: 999; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement5.active .story-detail {
      right: 100%;
      left: initial; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement5.active .my-story {
      display: none; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement7.active {
      z-index: 999; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement7.active .story-detail {
      right: 100%;
      left: initial; } }
  @media (min-width: 37.5em) {
    .student-stories-mobile #contentElement7.active .my-story {
      display: none; } }
  .student-stories-mobile .story-detail {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 301;
    display: none;
    opacity: 1;
    visibility: visible;
    margin-top: 20px; }
    @media (min-width: 37.5em) {
      .student-stories-mobile .story-detail {
        margin-top: 0; } }
    @media (min-width: 56.25em) {
      .student-stories-mobile .story-detail {
        max-height: initial; } }
  .student-stories-mobile .story-close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    display: none; }
  .student-stories-mobile .story-root.active .story-detail {
    display: block; }
  .student-stories-mobile .story-root.active .story-close {
    display: inline-block; }

.student-stories {
  display: none; }

    .student-stories {
      zoom: 1;
      display: block;
      height: 100vh; }
      .student-stories:after {
        display: table;
        clear: both;
        content: ''; }
  @media (min-width: 50em) {
    .student-stories .story-root > div:first-child:before {
      background: transparent; } }
  .student-stories:hover .story-root > div:first-child .contentElementDesc {
    opacity: 0;
    transition: .3s opacity; }
  .student-stories:hover .story-root:hover > div:first-child .contentElementDesc {
    opacity: 1; }
  @media (min-width: 50em) {
    .student-stories:hover .story-root:hover > div:first-child:before {
      background: rgba(32, 30, 36, 0.7); } }
  .student-stories:hover .story-root.story-active:hover > div:first-child .my-story {
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
    overflow: hidden; }
  @media (min-width: 50em) {
    .student-stories:hover .story-root.story-active:hover > div:first-child:before {
      background: transparent; } }
  .student-stories img {
    display: none !important; }

.story-root {
  position: relative;
  z-index: 200;
  background-position: 50% 30%;
  background-size: auto 150%;
  will-change: transform;
  transition: z-index .5s, margin .5s, -webkit-transform .5s;
  transition: z-index .5s, margin .5s, transform .5s;
  height: 100vh !important;
  float: left;
  width: 100%; }
  @media (min-width: 50em) {
    .story-root {
      max-height: initial; } }
  .story-root:hover .my-story {
    margin-top: 30px;
    height: auto;
    color: #FFF; }

//TILE 2

  #contentElement2.story-active {
    width: 10% !important; 
    z-index: 999;
  }

  @media (min-width: 600px) {
    #contentElement2.story-active {
      width: 8.5% !important; 
    }

    #contentElement2.story-active .story-detail {
      left: 100%; 
    }

    #contentElement2.story-active .story-close {
      right: -100% !important; 
    }

    #contentElement2.story-active .my-story {
      display: none; 
    } 
  }

  @media (min-width: 900px) {
    #contentElement2.story-active {
      width: 6.25% !important; 
    }

    #contentElement2.story-active .story-close {
      right: 0 !important;
    }
  }

//TILE 3

  #contentElement3.story-active {
    width: 10% !important; 
    z-index: 999;
  }

  @media (min-width: 600px) {
    #contentElement3.story-active {
      width: 8.5% !important; 
    }

    #contentElement3.story-active .story-detail {
      left: -100%; 
    }

    #contentElement3.story-active .story-close {
      right: 0 !important; 
    }

    #contentElement3.story-active .my-story {
      display: none; 
    } 
  }

  @media (min-width: 900px) {
    #contentElement3.story-active {
      width: 6.25% !important; 
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }

    #contentElement3.story-active .story-close {
      right: 0 !important;
    }

    #contentElement3.story-active .story-detail {
      left: 100%; 
    }
  }

  //TILE 4

    #contentElement4.story-active {
    width: 10% !important; 
    z-index: 999;
  }

  @media (min-width: 600px) {
    #contentElement4.story-active {
      width: 8.5% !important; 
    }

    #contentElement4.story-active .story-detail {
      left: 100%; 
    }

    #contentElement4.story-active .story-close {
      right: -100% !important; 
    }

    #contentElement4.story-active .my-story {
      display: none; 
    } 
  }

  @media (min-width: 900px) {
    #contentElement4.story-active {
      width: 6.25% !important; 
      -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }

    #contentElement4.story-active .story-close {
      right: 0 !important;
    }
  }

  //TILE 5

  #contentElement5.story-active {
    width: 10% !important; 
    z-index: 999;
  }

  @media (min-width: 600px) {
    #contentElement5.story-active {
      width: 8.5% !important; 
    }

    #contentElement5.story-active .story-detail {
      left: -100%; 
    }

    #contentElement5.story-active .story-close {
      right: 0 !important; 
    }

    #contentElement5.story-active .my-story {
      display: none; 
    } 
  }

  @media (min-width: 900px) {
    #contentElement5.story-active {
      width: 6.25% !important; 
      -webkit-transform: translate(-150%, 0);
      -ms-transform: translate(-150%, 0);
      transform: translate(-150%, 0);
    }

    #contentElement5.story-active .story-close {
      right: 0 !important;
    }

    #contentElement5.story-active .story-detail {
      left: 100%; 
    }
  }

  //Tile 6

    #contentElement6.story-active {
    width: 10% !important; 
    z-index: 999;

  }

  @media (min-width: 600px) {
    #contentElement6.story-active {
      width: 8.5% !important; 
    }

    #contentElement6.story-active .story-detail {
      left: 100%; 
    }

    #contentElement6.story-active .story-close {
      right: -100% !important; 
    }

    #contentElement6.story-active .my-story {
      display: none; 
    } 
  }

  @media (min-width: 900px) {
    #contentElement6.story-active {
      width: 6.25% !important; 
    }

    #contentElement6.story-active .story-close {
      right: 0 !important;
    }
  }


  //TILE 7

  #contentElement7.story-active {
    width: 10% !important; 
    z-index: 999;
  }

  @media (min-width: 600px) {
    #contentElement7.story-active {
      width: 8.5% !important; 
    }

    #contentElement7.story-active .story-detail {
      left: -100%; 
    }

    #contentElement7.story-active .story-close {
      right: 0 !important; 
    }

    #contentElement7.story-active .my-story {
      display: none; 
    } 
  }

  @media (min-width: 900px) {
    #contentElement7.story-active {
      width: 6.25% !important; 
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }

    #contentElement7.story-active .story-close {
      right: 0 !important;
    }

    #contentElement7.story-active .story-detail {
      left: 100%; 
    }
  }

  //Tile 8

    #contentElement8.story-active {
    width: 10% !important; 
    z-index: 999;
  }

  @media (min-width: 600px) {
    #contentElement8.story-active {
      width: 8.5% !important; 
    }

    #contentElement8.story-active .story-detail {
      left: 100%; 
    }

    #contentElement8.story-active .story-close {
      right: -100% !important; 
    }

    #contentElement8.story-active .my-story {
      display: none; 
    } 
  }

  @media (min-width: 900px) {
    #contentElement8.story-active {
      width: 6.25% !important; 
      -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }

    #contentElement8.story-active .story-close {
      right: 0 !important;
    }
  }

  //TILE 9

  #contentElement9.story-active {
    width: 10% !important; 
    z-index: 999;
  }

  @media (min-width: 600px) {
    #contentElement9.story-active {
      width: 8.5% !important; 
    }

    #contentElement9.story-active .story-detail {
      left: -100%; 
    }

    #contentElement9.story-active .story-close {
      right: 0 !important; 
    }

    #contentElement9.story-active .my-story {
      display: none; 
    } 
  }

  @media (min-width: 900px) {
    #contentElement9.story-active {
      width: 6.25% !important; 
      -webkit-transform: translate(-150%, 0);
      -ms-transform: translate(-150%, 0);
      transform: translate(-150%, 0); 
    }

    #contentElement9.story-active .story-close {
      right: 0 !important;
    }

    #contentElement9.story-active .story-detail {
      left: 100%; 
    }
  }
  
  .story-root.story-active {
    z-index: 300;
    background-size: cover; }
  .story-root > div:first-child {
    color: #fff; }
    @media (min-width: 37.5em) {
      .story-root > div:first-child {
        text-align: center; } }
    .story-root > div:first-child:before, .story-root > div:first-child:after {
      position: absolute;
      left: 0;
      height: 100%;
      width: 100%;
      top: 0;
      content: ''; }
    .story-root > div:first-child:before {
      background: rgba(32, 30, 36, 0.5);
      transition: background .3s; }
      @media (min-width: 50em) {
        .story-root > div:first-child:before {
          background: transparent; } }
    .story-root > div:first-child:after {
      display: none; }
      @media (min-width: 37.5em) {
        .story-root > div:first-child:after {
          background: transparent;
          background: linear-gradient(to bottom, transparent 0, rgba(32, 30, 36, 0.75) 100%);
          display: block;
          transition: opacity .3s; } }
    .story-root > div:first-child .contentElementDesc {
      position: relative;
      z-index: 200;
      padding: 1.78571em;
      padding-top: 40%;
      white-space: nowrap;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      margin-bottom: 70px; }
    .my-story {
      color: #FFF;
      margin-top: 30px;
      cursor: pointer; }
      @media (min-width: 1024px) {
        .my-story {
          height: 0;
          padding: 0;
          border: 0;
          margin: 0;
          overflow: hidden; } }
    .story-root > div:first-child .contentElementTitle {
      margin-bottom: 0;
      font-size: 1.28571em; }
    .story-root > div:first-child p {
      margin-bottom: 0; }

.story-close {
  position: absolute;
  //top: 100%;///
  right: 0;
  z-index: 302;
  height: 3.57143em;
  width: 3.57143em;
  background: #fff;
  border: 0;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  transition: background .3s, color .3s, opacity .3s, visibility .3s; }
  @media (min-width: 56.25em) {
    .story-close {
      top: 0;
      right: auto;
      left: 200%;
      margin-left: -3.57143em; } }
  .story-close:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '\e602';
    font-family: "IcoMoon";
    font-size: 150%; }
  .story-close:hover {
    background: #ebb700;
    color: #fff; }
  .story-active .story-close {
    opacity: 1;
    visibility: visible;
    transition: background .3s, color .3s, opacity .3s .3s, visibility .3s .3s; }

.story-detail {
  position: absolute;
  //top: 100%;///
  left: 0;
  z-index: 300;
  height: 300%;
  width: 100%;
  padding: 1.42857em;
  padding-top: 4.28571em;
  cursor: default;
  background: url("/uploaded/themes/default/images/common/gray-pattern.png") repeat 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -1.42857em);
  -ms-transform: translate(0, -1.42857em);
  transform: translate(0, -1.42857em);
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s; }
  @media (min-width: 37.5em) {
    .story-detail {
      padding: 4.28571em; } }
  @media (min-width: 37.5em) {
    .story-detail {
      top: 0;
      left: 100%;
      height: 100%;
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .story-detail:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: .35; }
    @media (min-width: 81.25em) {
      .story-detail:before {
        z-index: -1;
        content: '';
        background: url("/uploaded/themes/default/images/common/lion.svg") no-repeat 100% 85%;
        background-size: 50%; } }
  .story-active .story-detail {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .story-detail > div {
    max-width: 45.71429em; }
  .story-detail h2 {
    font-weight: 700; }
  @media (min-width: 37.5em) {
    .story-detail p {
      margin-bottom: 4.28571em; } }
  @media (min-width: 37.5em) {
    .story-detail a {
      margin-top: 0.71429em; } }

.news-module, .calendar-module {
  position: relative; }
  .news-module .bannermodtitle, .calendar-module .bannermodtitle {
    font-size: 2.14286em !important;
    text-align: center;
    text-transform: uppercase;
    border: 0 !important;
    color: #b2b2b2; }

.news-module {
  padding-right: 1.07143em;
  padding-left: 1.07143em;
  padding-bottom: 0.35714em;
  padding-top: 30px;
  background: #FFF;
  height: auto; }
  @media (min-width: 56.25em) {
    .news-module {
      height: 100vh; } }
  @media (min-width: 75em) {
    .news-module .bannermodtd {
      margin: 0 auto;
      max-width: 87.14286em;
      max-width: 76.25rem; } }
  .news-module .newspostitem {
    border: 0; }
    @media (min-width: 37.5em) {
      .news-module .newspostitem {
        width: 49.67%;
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 56.25em) {
      .news-module .newspostitem {
        width: 33.00333%; } }
    @media (min-width: 75em) {
      .news-module .newspostitem {
        width: 24.67%; } }
    @media (min-width: 37.5em) {
      .news-module .newspostitem {
        padding-right: 0.71429em;
        padding-left: 0.71429em; } }
    .news-module .newspostitem:nth-of-type(2) {
      display: none; }
      @media (min-width: 37.5em) {
        .news-module .newspostitem:nth-of-type(2) {
          display: inline-block; } }
    .news-module .newspostitem:nth-of-type(3) {
      display: none; }
      @media (min-width: 56.25em) {
        .news-module .newspostitem:nth-of-type(3) {
          display: inline-block; } }
    .news-module .newspostitem:nth-of-type(4) {
      display: none; }
      @media (min-width: 75em) {
        .news-module .newspostitem:nth-of-type(4) {
          display: inline-block; } }
  .news-module .newspostnotes {
    position: relative;
    overflow: hidden;
    height: 6.28571em; }
    .news-module .newspostnotes:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ''; }
  .news-module img {
    float: none;
    width: 100%;
    margin: 0 0 1.42857em; }

.news-button {
  text-align: center; }

.calendar-module {
  padding-right: 1.42857em;
  padding-left: 1.42857em;
  background: url("/uploaded/themes/default/images/common/gray-pattern.png") repeat 0 0;
  height: auto;
  text-align: center; }
  @media (min-width: 56.25em) {
    .calendar-module {
      height: 100vh; } }
  .calendar-module .bannermodtitle {
    color: #a6a6a6; }
  .calendar-module .bannermodtd {
    margin: 0 auto;
    max-width: 47.14286em;
    max-width: 41.25rem; }
    @media (min-width: 75em) {
      .calendar-module .bannermodtd {
        max-width: 85.71429em; } }
  .calendar-module .eventobj {
    min-height: 7.85714em; }
    @media (min-width: 37.5em) {
      .calendar-module .eventobj {
        width: 49.67%;
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 75em) {
      .calendar-module .eventobj {
        width: 24.67%; } }
    @media (min-width: 75em) {
      .calendar-module .eventobj:after {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 1px;
        height: 160px;
        background: #bfbebd;
        display: inline-block; } }
    @media (min-width: 75em) {
      .calendar-module .eventobj:last-child:after {
        display: none; } }
  .calendar-module .eventcol {
    padding-left: 8.21429em !important; }
    @media (min-width: 75em) {
      .calendar-module .eventcol {
        padding-left: 0 !important;
        text-align: center; } }
  .calendar-module .event_stackdate {
    height: 6.42857em;
    width: 6.42857em;
    padding-top: 1.71429em;
    background: #fff; }
    @media (min-width: 75em) {
      .calendar-module .event_stackdate {
        position: relative;
        top: initial;
        left: initial;
        float: none;
        display: inline-block;
        margin-bottom: 10px; } }
  .calendar-module .event_stackrepeat {
    visibility: visible; }
  .calendar-module .eventcon {
    padding-top: 0.71429em; }

.calendar-button {
  padding-top: 1.42857em;
  text-align: center; }

.differences-module {
  padding-right: 1.42857em;
  padding-left: 1.42857em;
  text-align: center;
  color: #fff;
  height: auto;
  padding-top: 30px;
  background-size: auto 125% !important;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  @media (min-width: 56.25em) {
    .differences-module {
      height: 100vh; } }
  #leftbanner .differences-module {
    margin-bottom: 0 !important; }
  .differences-module .bannermodtd {
    margin: 0 auto;
    max-width: 57.14286em;
    max-width: 50rem; }
  .differences-module .alpha {
    margin-bottom: 0.86667em;
    font-size: 2.14286em;
    text-transform: uppercase; }
  .differences-module p:not(.alpha) {
    margin-bottom: 2.85714em;
    font-size: 1.28571em;
    font-weight: 500;
    line-height: 1.66667em; }
    @media (min-width: 37.5em) {
      .differences-module p:not(.alpha) {
        margin-bottom: 4.28571em; } }
  .differences-module a {
    color: inherit !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media only screen and (max-width: 900px) {
  .section-wrapper {
    padding: 30px 20px !important; }

  .differences-module, .story-root {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-attachment: scroll !important; }

  .slideshow-images .contentElementDiv {
    background-size: cover  !important;
    background-position: center center  !important;
    background-repeat: no-repeat  !important;
    background-attachment: scroll  !important; } }
/*! Pages - Page X v0.0.3 */
/*! Components - Landing v0.0.3 */
.hero-page .hero {
  position: relative;
  height: 50vh;
  max-height: inherit; }
  @media (min-width: 37.5em) {
    .hero-page .hero {
      height: 100vh; } }
  .hero-page .hero:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.25); }
  .hero-page .hero > div {
    position: relative; }
.hero-page #midcontainer {
  left: 0;
  width: 100%;
  background: none;
  color: #fff;
  text-shadow: 0 0.15em 0.4em rgba(0, 0, 0, 0.85);
  transition: padding-left .3s; }
  @media (min-width: 37.5em) {
    .hero-page #midcontainer {
      position: absolute;
      top: 7.85714em; } }
  @media (min-width: 81.25em) {
    .hero-page #midcontainer {
      padding-left: 10em; } }
  @media (min-width: 94em) {
    .hero-page #midcontainer {
      padding-left: 1.42857em; } }
.hero-page .nav-sub {
  border-color: #ebb700; }
  .hero-page .nav-sub a {
    box-shadow: none;
    font-size: 1.14286em;
    color: inherit; }
    .hero-page .nav-sub a:hover {
      color: #ebb700; }
@media (min-width: 37.5em) {
  .hero-page #text1 {
    padding: 2.14286em;
    background: #435451;
    background: rgba(67, 84, 81, 0.6); } }
@media (min-width: 81.25em) {
  .hero-page #text1 {
    margin-top: 10%;
    margin-left: 30%;
    font-size: 1.14286em;
    font-weight: 500; } }
@media (min-height: 56.25em) and (min-width: 81.25em) {
  .hero-page #text1 {
    margin-top: 40%; } }
.hero-page #text1 h3 {
  color: inherit; }
.hero-page #text1 p:last-child {
  margin-bottom: 0; }
.hero-page .contentElementDiv {
  display: none; }

.hero {
  background-position: 50%;
  background-size: cover;
  height: 40vw;
  max-height: 42.85714em;
  min-height: 14.28571em; }
  .hero img {
    display: none; }

.collage-container {
  zoom: 1;
  border-bottom: 0.5em solid #226e62; }
  .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 #226e62; }
    @media (min-width: 37.5em) {
      .collage-container .contentElementDiv:first-child {
        display: block; } }
  .collage-container .contentElementDiv:last-child {
    display: none;
    border-left: 0.5em solid #226e62; }
    @media (min-width: 50em) {
      .collage-container .contentElementDiv:last-child {
        display: block; } }

/*! Components - Social v0.0.2 */
.face-post {
  margin-bottom: 1.42857em !important;
  padding-bottom: 1.42857em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
  overflow: hidden; }
  .face-post:last-child {
    border: 0; }
  .face-post .face-image {
    margin-bottom: 0.71429em; }
    @media (min-width: 25em) {
      .face-post .face-image {
        float: left;
        max-width: 9.28571em;
        width: 100%;
        margin-right: 1.42857em;
        margin-bottom: 0; } }
  .face-post .face-date {
    margin-bottom: 1.28571em;
    font-size: 80%;
    color: rgba(0, 0, 0, 0.65); }
  .face-post .face-content {
    width: auto;
    overflow: hidden; }
  .face-post br + br {
    display: none; }

.instapic {
  width: 100%;
  margin-bottom: 1.42857em; }
  @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: 75em) {
    .instapic {
      width: 24.67%; } }
  @media (min-width: 50em) {
    .instapic {
      padding-right: 0.71429em;
      padding-left: 0.71429em; } }

.pinterest-post {
  margin-bottom: 1.42857em !important;
  padding-bottom: 1.42857em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .pinterest-post:last-child {
    border: 0; }
  .pinterest-post p:last-child {
    margin-bottom: 0; }

#twitter-widget-0 {
  display: none; }

.tweets {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .tweets ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .tweets a {
    display: block; }
  .tweets a {
    display: inline; }

.tweet {
  margin-bottom: 1.42857em !important;
  padding-bottom: 1.42857em !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 - 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: 2.85714em;
    margin-bottom: 2.85714em; } }
@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: #226e62;
      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: #438d81; } }

@media (min-width: 37.5em) {
  .location-details {
    position: absolute;
    z-index: 300;
    display: none;
    width: 28.57143em;
    margin: 2.21429em;
    padding: 1.42857em;
    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; }

.embed-container {
    position: relative; 
    z-index: 2;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
  }
