@charset "UTF-8";
a, .buttons,
.button,
.callout-button,
#showHideEventDetails, textarea,
input,
select {
  -webkit-transition: background 0.3s, border 0.3s, color 0.3s;
  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; }

td img {
max-width: none;
}

.margin-x {
  margin-right: 1.33333em;
  margin-left: 1.33333em; }

.margin-y {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em; }

.padding-x {
  padding-right: 1.33333em;
  padding-left: 1.33333em; }

.padding-y {
  padding-top: 1.33333em;
  padding-bottom: 1.33333em; }

.stretched-container {
  margin-right: -1.33333em;
  margin-left: -1.33333em;
  padding-right: 1.33333em;
  padding-left: 1.33333em; }

.cover {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%; }

.compartment {
  margin: 0 auto;
  max-width: 70em;
  max-width: 65.625rem; }

@media (min-width: 37.5em) {
  .generic-col-4 {
    width: 49.67%;
    display: inline-block;
    vertical-align: top; } }
@media (min-width: 56.25em) {
  .generic-col-4 {
    width: 24.67%; } }

/*! Content - Typography v0.0.6 */
@font-face {
  font-family: "FontAwesome";
  src: url("/uploaded/themes/2015/fonts/fontawesome/fontawesome-webfont.eot");
  src: url("/uploaded/themes/2015/fonts/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/2015/fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("/uploaded/themes/2015/fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("/uploaded/themes/2015/fonts/fontawesome/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! Content - HTML v0.0.7 */
h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.625em;
  line-height: 1.41667em;
  color: #13427a;
  font-weight: bold; }
  @media (min-width: 31.25em) {
    h1,
    .alpha {
      font-size: 1.6em; } }

h2,
.beta,
.module .bannermodtitle,
div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title,
.pagetype_item b {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.16667em;
  font-size: 1.2em;
  line-height: 1.44444em;
  color: #13427a;
  font-weight: bold; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.375em;
  font-size: 1.06667em;
  line-height: 1.375em;
  color: #ac1a2f;
  font-weight: bold; }

h4,
.delta,
.callout-button em,
blockquote,
.fs_style_34,
.nav-main > ul > li > a,
.monthhead,
.directory .fsDirEntryName strong,
.imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle,
.gridTable .contentElementTitle,
.popup-window #ptitle {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.625em;
  font-size: 1.06667em;
  line-height: 1.625em;
  color: #ac1a2f;
  font-weight: bold; }

h5,
.epsilon,
cite,
.etitle,
.newsposttitle {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.625em;
  font-size: 1.06667em;
  line-height: 1.25em;
  color: null;
  font-weight: bold; }

h6,
.zeta,
#calendar_nav + .listonly_block .listcap,
.directory .fsDirEntryRoles:before,
.directory .fsDirEntryTitle:before {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.625em;
  font-size: 1.06667em;
  line-height: 1.125em;
  color: null; }

p {
  margin: 0 0 1.46667em; }

a {
  color: #ac1a2f;
  text-decoration: none; }
  a:hover {
    color: #13427a; }
  nav a {
    display: block; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.4em; }

table.styled, .fs_style_37 {
  width: 100%;
  margin-bottom: 1.33333em;
  border-collapse: collapse;
  background: url("../images/pattern-bg.jpg") repeat; }
  table.styled caption, .fs_style_37 caption {
    background: #13427a;
    color: #FFF;
    padding: 0.44444em 2em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left; }
  table.styled table, .fs_style_37 table {
    margin-top: 0;
    margin-bottom: 1.46667em;
    width: 100%; }
  table.styled th,
  table.styled td, .fs_style_37 th,
  .fs_style_37 td {
    vertical-align: top;
    border-bottom: 1px solid #d9d9d9; }
  table.styled th, .fs_style_37 th {
    padding: 1.33333em;
    text-transform: uppercase;
    background: #ac1a2f;
    color: #fff; }
  table.styled td, .fs_style_37 td {
    padding: 0.44444em 2em;
    background: rgba(0, 0, 0, 0.05); }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  max-width: 100%; }

img[src*='space'], img[src*='bell'], img[src*='email'] {
  width: auto !important; }

/*! Content - Button v0.0.5 */
.buttons,
.button,
.callout-button,
#showHideEventDetails {
  display: inline-block;
  margin: 0 0.66667em 0.66667em 0;
  padding: 0.53333em 1.06667em;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  background: #ac1a2f;
  border: 0;
  border-radius: 0;
  color: #fff; }
  .buttons:hover,
  .button:hover,
  .callout-button:hover,
  #showHideEventDetails:hover {
    background: #13427a;
    color: #fff; }

.callout-button {
  max-width: 26em;
  width: 100%;
  padding: 1.33333em 2em; }
  .callout-button em {
    display: block;
    font-style: normal; }

/*! Content - Forms v0.0.5 */
textarea,
input,
select {
  max-width: 100%;
  padding: 0.66667em 0.88889em;
  font-family: "Open Sans", sans-serif;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #444444; }
  textarea:hover, textarea:focus,
  input:hover,
  input:focus,
  select:hover,
  select:focus {
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.15em 0 0 rgba(0, 0, 0, 0.3); }

input[type='hidden'] {
  display: none; }

[disabled] {
  cursor: not-allowed; }

[rel="help"] {
  cursor: help; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

#contentdiv form > div {
  max-width: 100%;
  width: 100%; }

.required {
  color: #444444; }

.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_33, .lead-in-2015 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold; }

blockquote, .fs_style_34 {
  display: block;
  margin-bottom: 0.625em;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.75em;
  background: #ac1a2f;
  color: #FFF;
  padding: 20px; }
  blockquote em, .fs_style_34 em {
    display: block;
    text-align: right; }

.callout {
  width: 50%;
  margin-right: 0;
  margin-left: 0;
  padding: 0.66667em;
  line-height: 1.75em;
  background: #ac1a2f;
  color: #fff; }
  .callout.left {
    float: left;
    margin-left: 0.66667em; }
  .callout.right {
    float: right;
    margin-right: 0.66667em; }

cite {
  display: block;
  margin-bottom: 1.33333em;
  text-align: left; }
  cite:before {
    content: '- '; }

img.left {
  float: left;
  width: 50%;
  margin-left: 0.66667em; }
img.right {
  float: right;
  width: 50%;
  margin-right: 0.66667em; }

.image-caption, .fs_style_35 {
  position: absolute;
  color: #FFF;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin-bottom: 5px; }

.fs_style_31 {
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  background-color: #13427a;
  max-width: 300px;
  padding: 20px;
  line-height: 25px;
  display: inline-block; }
  .fs_style_31:hover {
    color: #FFF;
    background: #103664; }

.callout-box {
  padding: 30px;
  color: #FFF;
  position: relative;
  background-size: cover !important; }
  .callout-box:before {
    background: rgba(19, 66, 122, 0.65);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .callout-box div {
    position: relative; }
  .callout-box h2 {
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .callout-box p {
    margin-bottom: 0; }

.fs_style_32, .fs_style_36 {
  color: #FFF;
  padding: 0.44444em 2em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold; }
  .fs_style_32:hover, .fs_style_36:hover {
    color: #FFF; }

.fs_style_32 {
  background-color: #ac1a2f; }
  .fs_style_32:hover {
    background-color: #961729; }

.fs_style_36 {
  background-color: #13427a; }
  .fs_style_36:hover {
    background-color: #103664; }

.banner-image {
  height: 270px;
  background-size: cover !important;
  position: relative; }
  .banner-image .bannermodcontent {
    position: absolute;
    color: #FFF;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px; }

.editTrans {
  display: none; }

/*! Content - Product v0.0.2 */
.mceContentBody,
.editorInstance {
  line-height: 1.46667;
  text-align: left;
  background: #fff; }

.text_misc,
.text_misc td {
  line-height: 1.46667; }

.editE img {
  height: 9px !important;
  width: 9px !important;
  border-style: none !important; }

#nav_menus,
#ql_menu {
  display: none; }

/*! Structure - Root v0.0.5 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html[class] {
  background: #ac1a2f;
  color: #444444; }

html {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased; }
  html.no-mqs {
    min-width: 70em; }

body {
  font-size: 0.9375em;
  line-height: 1.46667;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh; }

/*! Structure - Header v0.0.3 */
#topcontainer {
  background: #ac1a2f;
  color: #fff; }

#topbanner {
  width: 100%; }

.logo {
  margin: 30px auto;
  display: inline-block;
  float: left;
  text-align: center;
  width: 100%; }
  @media (min-width: 50em) {
    .logo {
      margin: 25px 0 0;
      width: 300px;
      text-align: left; } }
  @media (min-width: 56.25em) {
    .logo {
      margin: 12px 0 0;
      width: 350px; } }
  @media (min-width: 62.5em) {
    .logo {
      width: auto; } }

.header-branding {
  background-color: #EEEEEE;
  width: 100%;
  padding-right: 1.33333em;
  padding-left: 1.33333em; }
  .header-branding .bannermodcontent {
    margin: 0 auto;
    max-width: 70em;
    max-width: 65.625rem; }
  @media (min-width: 50em) {
    .header-branding {
      border-top: 1px solid rgba(0, 0, 0, 0.25);
      border-bottom: 1px solid rgba(0, 0, 0, 0.25); } }

/*! Structure - Main v0.0.4 */
#midcontainer {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 1.33333em;
  padding-bottom: 1.33333em;
  word-break: break-word;
  word-wrap: break-word;
  background: #fff; }

#mainmiddle {
  margin: 0 auto;
  max-width: 70em;
  max-width: 65.625rem;
  zoom: 1;
  width: 100%; }
  #mainmiddle:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 37.5em) {
    #mainmiddle {
      min-height: 26.66667em; } }

/*! Structure - Layouts v0.0.6 */
#leftbanner,
#contentdiv,
#rightbanner {
  width: 100%; }
  @media (min-width: 37.5em) {
    #leftbanner,
    #contentdiv,
    #rightbanner {
      min-height: 13.33333em; } }
  #leftbanner > div,
  #contentdiv > div,
  #rightbanner > div {
    position: relative;
    margin-bottom: 35px; }

#leftbanner,
#rightbanner {
  font-size: 1em;
  line-height: 1.46667em; }

@media (min-width: 37.5em) {
  #leftbanner {
    float: left;
    width: 35%;
    padding-right: 2.85714%; } }
@media (min-width: 56.25em) {
  #leftbanner {
    width: 31.42857%; } }

@media (min-width: 37.5em) {
  .hasLeftbanner #contentdiv {
    float: left;
    width: 65%; } }
@media (min-width: 56.25em) {
  .hasLeftbanner #contentdiv {
    width: 68.57143%; } }
@media (min-width: 37.5em) {
  .hasRightbanner #contentdiv {
    padding-right: 5.71429%; } }
@media (min-width: 56.25em) {
  .hasRightbanner #contentdiv {
    width: 74.28571%; } }
@media (min-width: 56.25em) {
  .hasRightbanner.hasLeftbanner #contentdiv {
    width: 42.85714%; } }

@media (min-width: 37.5em) {
  #rightbanner {
    float: right;
    width: 35%; } }
@media (min-width: 56.25em) {
  #rightbanner {
    width: 25.71429%; } }
.hasLeftbanner #rightbanner {
  width: 100%; }
  @media (min-width: 56.25em) {
    .hasLeftbanner #rightbanner {
      width: 25.71429%; } }

/*! Structure - Footer v0.0.3 */
#bottomcontainer {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 1.33333em;
  padding-bottom: 1.33333em;
  text-align: center;
  background: #EEEEEE;
  color: #444444;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  padding-bottom: 57px; }
  @media (min-width: 50em) {
    #bottomcontainer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; } }

#bottombanner {
  margin: 0 auto;
  max-width: 70em;
  max-width: 65.625rem; }

.address {
  margin-bottom: 30px; }
  @media (min-width: 50em) {
    .address {
      width: 50%;
      margin-right: 5%;
      display: inline-block;
      float: left;
      margin-bottom: 0; } }
  @media (min-width: 56.25em) {
    .address {
      width: 65%; } }
  .address span {
    display: block; }
    @media (min-width: 50em) {
      .address span {
        display: inline-block; } }
    .address span:after {
      display: none; }
      @media (min-width: 50em) {
        .address span:after {
          content: '•';
          display: inline-block;
          margin: 0 5px; } }
    .address span:first-child {
      font-weight: bold; }
    .address span:last-child:after {
      display: none; }

@media (min-width: 50em) {
  .nav-social-container {
    width: 45%;
    display: inline-block;
    float: right; } }
@media (min-width: 56.25em) {
  .nav-social-container {
    width: 30%; } }

#poweredby {
  background-color: #ac1a2f;
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }
  #poweredby > div {
    margin: 0 auto;
    max-width: 70em;
    max-width: 65.625rem;
    padding: 3px 0; }

/*! Navigation - Main v0.0.6 */
.nav-main-container {
  background-color: #EEEEEE;
  width: 100%; }
  .nav-main-container .bannermodcontent {
    margin: 0 auto;
    max-width: 70em;
    max-width: 65.625rem; }
  @media (min-width: 50em) {
    .nav-main-container {
      display: inline-block;
      width: auto;
      float: right; } }

.nav-main {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding: 1.33333em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
  .nav-main ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-main a {
    display: block; }
  @media (min-width: 50em) {
    .nav-main {
      border-bottom: 0;
      padding: 0;
      text-align: right;
      display: inline-block;
      float: right; } }
  .dropdown-holder {
    display: none; }
  .nav-main > ul {
    font-size: 0; }
    @media (min-width: 50em) {
      .nav-main > ul {
        text-align: right;
        border-left: 1px solid rgba(255, 255, 255, 0.75);
        border-right: 1px solid rgba(0, 0, 0, 0.25);
        width: auto;
        display: inline-block; } }
    .nav-main > ul > li {
      position: relative; }
      @media (min-width: 50em) {
        .nav-main > ul > li {
          display: inline-block;
          border-right: 1px solid rgba(255, 255, 255, 0.75);
          border-left: 1px solid rgba(0, 0, 0, 0.25); } }
      @media (min-width: 50em) {
        .nav-main > ul > li:first-child {
          border-left: 1px solid rgba(0, 0, 0, 0.25); } }
      .nav-main > ul > li:last-child .fsMenu {
        left: auto;
        right: 0; }
      @media (min-width: 62.5em) {
        .nav-main > ul > li:hover .fsMenu {
          display: block;
          -webkit-animation: revealNav .8s forwards;
          animation: revealNav .8s forwards;
          visibility: visible;
          opacity: 1; } }
      .nav-main > ul > li > a {
        font-size: 16px;
        margin-bottom: 0;
        padding: 0.66667em 20px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase; }
        @media (min-width: 50em) {
          .nav-main > ul > li > a {
            color: #444444;
            line-height: 90px;
            font-size: 12px; } }
        @media (min-width: 56.25em) {
          .nav-main > ul > li > a {
            font-size: 14px; } }
        @media (min-width: 62.5em) {
          .nav-main > ul > li > a {
            font-size: 16px; } }
        .nav-main > ul > li > a:hover, .nav-main > ul > li > a.navon {
          opacity: .8;
          color: #FFF; }
          @media (min-width: 50em) {
            .nav-main > ul > li > a:hover, .nav-main > ul > li > a.navon {
              background-color: rgba(0, 0, 0, 0.05);
              opacity: 1;
              color: #444444; } }
        .fsSection-btn > a {
          color: #149bc7; }

.fsMenu {
  zoom: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -100px;
  z-index: 2;
  display: none;
  padding: 0.33333em 0em;
  width: 13.33333em;
  text-align: left;
  font-size: 16px;
  border-radius: 10px;
  padding-top: 5px; }
  .fsMenu:after {
    display: table;
    clear: both;
    content: ''; }
  .fsMenu ul {
    background-color: #ac1a2f;
    border-radius: 10px;
    position: relative;
    padding: 20px; }
    .fsMenu ul:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 14px 14px 14px;
      border-color: transparent transparent #ac1a2f transparent;
      position: absolute;
      left: 50%;
      margin-left: -14px;
      bottom: 100%; }
  .fsMenu li a {
    display: block;
    padding: 0.66667em 1.33333em;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center; }
    .fsMenu li a:hover {
      opacity: .8;
      color: #FFFFFF; }
  .fsMenu li:last-child a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }

@-webkit-keyframes revealNav {
  0%, 50% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }

@keyframes revealNav {
  0%, 50% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
/*! Navigation - Tier v0.0.2 */
.nav-tier-container {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  display: none;
  background: rgba(0, 0, 0, 0.5); }
  .nav-tier-container .bannermodcontent {
    margin: 0 auto;
    max-width: 70em;
    max-width: 65.625rem; }
  .nav-tier-container ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .nav-tier-container ul ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .nav-tier-container ul a {
      display: block; }
  @media (min-width: 37.5em) {
    .nav-tier-container li {
      display: inline-block; } }
  .nav-tier-container a {
    padding: 0.66667em 0.66667em; }
    .nav-tier-container a.nav_history {
      display: none; }

/*! Navigation - Sub v0.0.5 */
.nav-sub-container .bannermodtitle {
  position: relative;
  margin-bottom: 0;
  text-align: left; }
  @media (max-width: 37.4375em) {
    .nav-sub-container .bannermodtitle {
      padding: 0.66667em;
      cursor: pointer;
      background: #ac1a2f;
      color: #fff; } }
  @media (max-width: 37.4375em) {
    .nav-sub-container .bannermodtitle:before {
      position: absolute;
      top: 50%;
      right: 1.33333em;
      height: 0.2em;
      width: 0.2em;
      content: '';
      background: #fff;
      border-radius: 100%;
      box-shadow: -0.33333em 0 0 0 #fff, 0.33333em 0 0 0 #fff;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: box-shadow .3s, -webkit-transform .3s;
      transition: box-shadow .3s, transform .3s; } }
  @media (max-width: 37.4375em) {
    .nav-sub-container .bannermodtitle.open-nav:before {
      box-shadow: 0 -0.33333em 0 0 #fff, 0 0.33333em 0 0 #fff;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
@media (max-width: 37.4375em) {
  .nav-sub-container .bannermodtd {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height .3s, opacity .3s;
    transition: max-height .3s, opacity .3s; } }
@media (max-width: 37.4375em) {
  .open-nav + .bannermodtd {
    max-height: 66.66667em;
    opacity: 1; } }

.nav-sub {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-sub ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-sub a {
    display: block; }
  .nav-sub > ul {
    background: url("../images/pattern-bg.jpg") repeat; }
    .nav-sub > ul > li ul {
      padding-top: 10;
      padding-bottom: 10;
      padding-left: 1.33333em;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background: rgba(19, 66, 122, 0.1); }
      .nav-sub > ul > li ul ul {
        border-bottom: 0; }
      .nav-sub > ul > li ul a {
        padding: 0.66667em 1.33333em;
        border-bottom: 0; }
  .nav-sub a {
    padding: 0.66667em 2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444; }
    .nav-sub a:hover {
      color: #ac1a2f; }
    .nav-sub a.navon {
      font-weight: bold; }
      .nav-sub a.navon:hover {
        color: #ac1a2f; }
    .nav-sub a span {
      display: block; }

/*! Navigation - Consituent v0.0.5 */
.nav-const {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-const ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-const a {
    display: block; }
  .nav-const a {
    padding: 0em 0em; }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-social ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-social a {
    display: block; }
  .nav-social li {
    display: inline-block; }
  .nav-social .nav-social__item--facebook a:before {
    content: ""; }
  .nav-social .nav-social__item--instagram a:before {
    content: ""; }
  .nav-social .nav-social__item--linkedin a:before {
    content: ""; }
  .nav-social .nav-social__item--pinterest a:before {
    content: ""; }
  .nav-social .nav-social__item--tumblr a:before {
    content: ""; }
  .nav-social .nav-social__item--twitter a:before {
    content: ""; }
  .nav-social .nav-social__item--vine a:before {
    content: ""; }
  .nav-social .nav-social__item--youtube a:before {
    content: ""; }
  .nav-social .nav-social__item--facebook a:hover {
    color: #3b5998; }
  .nav-social .nav-social__item--instagram a:hover {
    color: #517fa4; }
  .nav-social .nav-social__item--linkedin a:hover {
    color: #007bb6; }
  .nav-social .nav-social__item--pinterest a:hover {
    color: #cb2027; }
  .nav-social .nav-social__item--tumblr a:hover {
    color: #32506d; }
  .nav-social .nav-social__item--twitter a:hover {
    color: #00aced; }
  .nav-social .nav-social__item--vine a:hover {
    color: #00a478; }
  .nav-social .nav-social__item--youtube a:hover {
    color: #b00; }
  .nav-social a {
    font-size: 1.2em;
    line-height: 1;
    text-align: center;
    color: #444444;
    margin-left: 5px;
    position: relative;
    height: 1.86667em;
    width: 1.86667em;
    border-radius: 100%;
    border: .1em solid currentColor; }
    @media (min-width: 50em) {
      .nav-social a {
        font-size: 1.33333em; } }
    .nav-social a:before {
      font-family: "FontAwesome";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .nav-social span {
    display: none; }

/*! Navigation - Utility v0.0.4 */
.nav-util-container {
  background: #ac1a2f;
  width: 100%;
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  overflow: auto; }
  @media (min-width: 50em) {
    .nav-util-container {
      border-bottom: 1px solid rgba(0, 0, 0, 0.25);
      text-align: right;
      height: 30px;
      overflow: hidden; } }
  .nav-util-container .bannermodcontent {
    margin: 0 auto;
    max-width: 70em;
    max-width: 65.625rem; }

.nav-util {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding: 20px 0;
  overflow: auto; }
  .nav-util ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-util a {
    display: block; }
  @media (min-width: 50em) {
    .nav-util {
      padding: 0;
      display: inline-block; } }
  .nav-util li {
    display: block; }
    @media (min-width: 50em) {
      .nav-util li {
        display: inline-block;
        float: right; } }
  .nav-util a {
    padding: 0 1.33333em 0.33333em;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    line-height: 30px; }
    @media (min-width: 50em) {
      .nav-util a {
        padding: 0em 0.66667em; } }
    .nav-util a:hover {
      opacity: .8; }

/*! Navigation - Off Canvas v0.1.0 */
.drawer_trigger {
  padding: 0;
  background: none;
  border: 0;
  outline: 0; }

.drawer_ribbon {
  background-color: #ac1a2f; }
  @media (min-width: 50em) {
    .drawer_ribbon {
      display: none; } }
  .drawer_ribbon:after {
    clear: both;
    display: table;
    content: ''; }

.drawer_trigger {
  position: relative;
  float: left;
  width: 50%;
  color: rgba(255, 255, 255, 0.5); }
  .drawer_trigger:after {
    position: absolute;
    top: 50%;
    left: 4em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.drawer_cue {
  position: relative;
  height: 3.33333em;
  max-width: 4.66667em;
  width: 100%;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  float: left; }
  .drawer_cue:before, .drawer_cue:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.13333em;
    width: 42.85714%;
    content: '';
    background: white;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background 0.5s, box-shadow 0.5s, margin 0.5s, -webkit-transform-origin 0.5s, -webkit-transform 0.5s;
    transition: background 0.5s, box-shadow 0.5s, margin 0.5s, -ms-transform-origin 0.5s, transform 0.5s;
    transition: background 0.5s, box-shadow 0.5s, margin 0.5s, transform-origin 0.5s, transform 0.5s; }
  .drawer_cue:before {
    margin-top: -0.26667em; }
  .drawer_cue:after {
    box-shadow: 0 0.26667em 0 0 white; }
  [data-drawer-state="visible"] .drawer_cue:before {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  [data-drawer-state="visible"] .drawer_cue:after {
    box-shadow: -0.5em 0.26667em 0 0 transparent;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.drawer {
  position: absolute;
  top: 3.33333em;
  z-index: 300;
  height: 100%;
  width: 80%;
  pointer-events: none;
  background: #444444;
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  left: 0;
  -webkit-transform: translate(-40%, 0);
  -ms-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 50em) {
    .drawer {
      display: none; } }
  .csstransforms3d .drawer {
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0); }
  .no-csstransforms .drawer {
    display: none; }
  [data-drawer-state="visible"] .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    .csstransforms3d [data-drawer-state="visible"] .drawer {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .no-csstransforms [data-drawer-state="visible"] .drawer {
      display: block; }

#bodydiv {
  position: relative;
  z-index: 302;
  min-height: 100vh;
  background: #ac1a2f; }
  @media (min-width: 50em) {
    #bodydiv {
      padding-bottom: 150px;
      background: #FFF; } }
  @media (max-width: 49.9375em) {
    #bodydiv {
      -webkit-transition: -webkit-transform 0.5s;
      transition: transform 0.5s; } }

[data-drawer-state="visible"] #bodydiv {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0); }
  .csstransforms3d [data-drawer-state="visible"] #bodydiv {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0); }

/*! Modules - Common v0.3.0 */
.bannermodtitle {
  background: #EEEEEE;
  font-size: 18px;
  font-family: "Open Sans";
  color: #13427a;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  margin-bottom: 50px; }

.push {
  padding-bottom: 1.33333em; }

.module {
  margin-bottom: 1.33333em !important;
  padding: 1.33333em;
  background: #ac1a2f;
  color: #fff; }
  .module p:last-child {
    margin-bottom: 0; }

[class*='icon-']:before {
  margin-right: .5em;
  font-family: "FontAwesome";
  speak: none; }

.popup-window {
  text-align: left;
  background: none !important; }
  .popup-window body {
    background: none !important; }
  .popup-window .off-canvas,
  .popup-window .off-canvas-trigger-container {
    display: none; }
  .popup-window #contentdiv {
    padding: 0.66667em !important; }

.ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #444444; }

/*! Modules - Accordion v0.0.7 */
.mcExpandingList {
  margin-bottom: 1.46667em;
  width: 100%; }
  .mcExpandingList h4.ui-accordion-header {
    margin: 0;
    padding: 0.44444em;
    padding-right: 5.33333em;
    padding-left: 30px;
    font-size: 1.06667em;
    font-style: normal;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: 0;
    margin-top: 10px;
    background: #13427a;
    color: #fff !important; }
    .mcExpandingList h4.ui-accordion-header.ui-state-hover {
      background: #103664; }
    .mcExpandingList h4.ui-accordion-header.ui-state-active {
      border-bottom: none;
      background: #ac1a2f;
      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: 4em;
      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: '\f055';
        font-family: 'FontAwesome';
        font-size: 18px;
        font-weight: normal;
        text-align: right;
        color: inherit;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding-right: 30px; }
      .mcExpandingList h4.ui-accordion-header .ui-icon.ui-icon-triangle-1-s:after {
        content: '\f056';
        color: #fff; }
    .mcExpandingList h4.ui-accordion-header a {
      display: block;
      padding: 0;
      color: inherit !important; }
  .mcExpandingList .ui-accordion-content {
    top: 0;
    margin: 0;
    padding: 2em !important;
    border: 0;
    border-radius: 0;
    color: #444444;
    border-bottom: 1px solid #d9d9d9;
    background: url("../images/pattern-bg.jpg") repeat; }
    .mcExpandingList .ui-accordion-content p {
      margin-bottom: 0.8em; }
      .mcExpandingList .ui-accordion-content p:last-child {
        margin-bottom: 0; }

/*! Modules - Alerts v0.0.3 */
.ui-widget-overlay {
  /*display: none;*/
  height: 100% !important;
  width: 100% !important; }

div[aria-labelledby*='ui-dialog-title-pagePopModal'] {
  top: 8.26667em !important;
  left: 50% !important;
  max-width: 70em;
  min-width: inherit;
  overflow: visible;
  padding: 0;
  width: 100% !important;
  background: #444444;
  color: #bbbbbb;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
    margin: 0;
    padding: 2.66667em 1.33333em 1.33333em;
    pointer-events: none;
    background: #ac1a2f; }
    @media (min-width: 37.5em) {
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
        padding-top: 1.33333em; } }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title {
    display: block;
    float: none;
    margin: 0;
    color: inherit; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 30%;
    width: 100%;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.3) !important;
    border: 0;
    border-radius: 0 !important; }
    @media (min-width: 37.5em) {
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close {
        height: 100%;
        width: 7.14286%; } }
    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;
      -webkit-transition: .75s;
      transition: .75s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-content {
    padding: 1.33333em;
    color: inherit; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-content a {
      color: #FFF;
      font-weight: bold;
      -webkit-transition: .3s all;
      transition: .3s all; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-content a:hover {
        opacity: .8; }
  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: #515151; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button {
      position: static;
      margin: 0;
      padding: 1.33333em;
      text-shadow: none;
      background: #5e5e5e;
      border: 0;
      border-radius: 0;
      color: #bbbbbb;
      outline: 0;
      -webkit-transition: background .3s;
      transition: background .3s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:hover {
        background: #6a6a6a; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button-text {
      padding: 0; }

#pagePopReminder {
  position: fixed !important;
  top: 8.26667em !important;
  z-index: 400;
  height: auto;
  width: auto;
  background: #444444;
  border: 0;
  color: #bbbbbb; }
  #pagePopReminder:after {
    clear: both;
    content: '';
    display: table; }
  #pagePopReminder .slideOutTabHandle {
    top: auto;
    right: auto !important;
    left: 100% !important;
    display: inline-block;
    margin: 0;
    height: 100% !important;
    width: 3.5em !important;
    background: #149bc7 !important;
    border: 0;
    border-radius: 0;
    -webkit-transition: background .3s;
    transition: background .3s; }
    #pagePopReminder .slideOutTabHandle:hover {
      background: #1289b0 !important; }
    #pagePopReminder .slideOutTabHandle span {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      margin: 0;
      height: 100%;
      width: 100%;
      background: none !important; }
      #pagePopReminder .slideOutTabHandle span:before {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 100%;
        content: '\f0f3';
        font-family: 'FontAwesome';
        font-size: 1.2em;
        text-align: center;
        text-indent: 0;
        color: #ddd;
        -webkit-transform-origin: 50% 20%;
        -ms-transform-origin: 50% 20%;
        transform-origin: 50% 20%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      #pagePopReminder .slideOutTabHandle span:hover:before {
        -webkit-animation: rotate 2s;
        animation: rotate 2s; }
  #pagePopReminder div.pagePopCount {
    float: left;
    padding: 0.66667em 1.33333em;
    color: inherit; }
    #pagePopReminder div.pagePopCount span {
      display: block;
      padding: 0;
      background: none;
      color: inherit;
      -webkit-transition: color .3s;
      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;
        -webkit-transition: color .3s;
        transition: color .3s; }
      #pagePopReminder div.pagePopCount span:hover {
        color: #fff; }
        #pagePopReminder div.pagePopCount span:hover:after {
          color: #fff; }

@-webkit-keyframes rotate {
  0%,
  100% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  25%,
  75% {
    -webkit-transform: translate(0, -50%) rotate(-22deg);
    transform: translate(0, -50%) rotate(-22deg); }
  50% {
    -webkit-transform: translate(0, -50%) rotate(22deg);
    transform: translate(0, -50%) rotate(22deg); } }

@keyframes rotate {
  0%,
  100% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  25%,
  75% {
    -webkit-transform: translate(0, -50%) rotate(-22deg);
    transform: translate(0, -50%) rotate(-22deg); }
  50% {
    -webkit-transform: translate(0, -50%) rotate(22deg);
    transform: translate(0, -50%) rotate(22deg); } }
/*! Modules - Athletics v0.0.3 */
[name*='ath_menu'] td:first-child {
  padding-right: 0.66667em; }

table.ath_rosterTable {
  width: 100%; }

#athschedule {
  border: 0; }
  #athschedule .athfirstrow {
    background: none; }
  #athschedule .athsecondrow {
    background: none; }
  #athschedule .athrowsep {
    background: none !important; }
  #athschedule .athdatebar {
    padding: 0.66667em !important;
    font-size: 1em;
    background: #ac1a2f;
    border: 0; }
  #athschedule td {
    padding: 0.25em 0.66667em;
    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;
  margin-bottom: 45px !important; }

.event_stackdate {
  position: absolute;
  top: 0;
  left: 0;
  background: #13427a;
  color: #FFF;
  padding: 0.44444em 0;
  width: 100px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  text-align: center;
  background: #13427a;
  font-size: 16px; }
  .event_stackdate span {
    display: inline-block;
    padding: 0;
    line-height: 1;
    color: inherit; }
  .event_stackdate .event_stackdaynum {
    display: inline-block;
    margin-bottom: -0.225em;
    font-size: 16px; }
  .event_stackdate .event_stackdayname {
    display: none; }
  .event_stackdate .event_stackmonname {
    margin-right: 8px; }

.event_stackrepeat {
  visibility: visible; }

.eventcol {
  zoom: 1;
  width: 100% !important;
  padding: 0 0 0 8em; }
  .eventcol:after {
    display: table;
    clear: both;
    content: ''; }
  .eventcol_short .eventcol {
    width: 100% !important;
    padding-left: 8em; }
  .eventcol_short .eventcon {
    width: 100% !important; }

.eventcon {
  padding-left: 0; }

.identifierkey {
  display: none; }
  @media (min-width: 37.5em) {
    .identifierkey {
      display: block; } }

.etitle [href*='popUp'] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200; }

.desclinks {
  display: block;
  color: inherit; }
  .desclinks:hover {
    color: #444444;
    opacity: .8; }

.event_time,
.event_location {
  font-size: 14px; }

.event_time {
  text-transform: lowercase; }

.event_notes {
  margin-top: 1.46667em; }

#calendarcon {
  min-height: initial; }
  #calendarcon .caldata {
    height: auto !important; }
    #calendarcon .caldata.hotdate .daycap span, #calendarcon .caldata.selected .daycap span {
      background: #ac1a2f;
      color: #fff; }
  #calendarcon .monthrow {
    min-height: initial; }
  #calendarcon .daycap, #calendarcon .daycap_off {
    font-size: .75em;
    color: #444444; }
    @media (max-width: 65.55833em) {
      #calendarcon .daycap span, #calendarcon .daycap_off span {
        display: block;
        padding: 1.33333em 0.66667em;
        text-align: center; } }
  .event-view .daycap {
    background: rgba(0, 0, 0, 0.35); }
  .event-view .daycap_off {
    background: rgba(0, 0, 0, 0.35); }
  #calendarcon .eventobj {
    margin: 0.66667em 0.66667em 1.33333em;
    padding: 0 !important; }
    @media (max-width: 65.55833em) {
      .monthrow .eventobj {
        display: none; } }
    .event-view .eventobj {
      margin-right: 1.33333em !important;
      margin-left: 1.33333em !important; }
  #calendarcon .eventcol {
    padding: 0; }
    .eventcol_short #calendarcon .eventcol {
      padding-left: 0; }
  #calendarcon .eventcon {
    width: 100%;
    padding: 0; }
  #calendarcon .scroll-up {
    font-size: 200%;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.25); }
    #calendarcon .scroll-up:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

#calendar_buttons {
  width: 100% !important;
  margin-bottom: 0.66667em !important;
  text-align: center; }
  #calendar_buttons span {
    display: inline-block;
    width: 100%; }
    @media (min-width: 25em) {
      #calendar_buttons span {
        width: 49%; } }
    @media (min-width: 37.5em) {
      #calendar_buttons span {
        width: 24%; } }
  #calendar_buttons a {
    float: none;
    display: block;
    margin-bottom: .25em;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: .15em;
    font-size: 1em;
    color: #444444; }
    #calendar_buttons a:hover {
      background: rgba(0, 0, 0, 0.2); }

#tool_print {
  padding: 1.33333em;
  float: none !important;
  display: inline-block; }

#calendar_icons {
  width: 100%;
  margin-bottom: 0.66667em !important; }
  #calendar_icons span {
    float: none;
    display: inline-block;
    width: 13%;
    margin: 0; }
    #calendar_icons span:nth-of-type(-n+3), #calendar_icons span:nth-of-type(n+6) {
      display: none; }
      @media (min-width: 37.5em) {
        #calendar_icons span:nth-of-type(-n+3), #calendar_icons span:nth-of-type(n+6) {
          display: inline-block; } }
  #calendar_icons a {
    display: inline-block;
    margin: 0;
    white-space: nowrap; }
    #calendar_icons a img {
      vertical-align: baseline; }
  #calendar_icons #calendar_alert_badge img {
    display: none; }

#calcustomize, #calsearch, #calgridmask, #calexport {
  left: 0 !important;
  z-index: 200;
  width: 100% !important;
  margin: 0 !important; }
  #calcustomize > div, #calsearch > div, #calgridmask > div, #calexport > div {
    width: 100% !important;
    margin: 0;
    padding: 1.33333em !important; }
  #calcustomize .options_titlebar, #calsearch .options_titlebar, #calgridmask .options_titlebar, #calexport .options_titlebar {
    padding: 0; }
  #calcustomize .calnavbar_close, #calsearch .calnavbar_close, #calgridmask .calnavbar_close, #calexport .calnavbar_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    margin: 0 !important;
    padding: 0 !important; }

#calendar_nav > div {
  float: none !important; }

#calcustomize #basicmenu {
  margin-bottom: .25em; }
#calcustomize #ungrouped_jslinks {
  text-align: center; }
  #calcustomize #ungrouped_jslinks a {
    font-size: 1em;
    margin: 0 0 .25em;
    padding: .5em;
    width: 48%;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    color: #444444; }
    #calcustomize #ungrouped_jslinks a:hover {
      background: rgba(0, 0, 0, 0.2); }
#calcustomize [type*='submit'] {
  font-size: 1em !important; }

#calsearch td {
  padding: 0.66667em 0; }
#calsearch [name*='keywords'] {
  width: 100% !important;
  margin-bottom: 0.66667em;
  padding: .75em;
  border-color: #aaa; }
#calsearch [type*='submit'] {
  padding: .5em !important;
  font-size: 1em !important; }

#calexport .calendar_titlebar {
  margin-bottom: 0.66667em;
  padding: 0;
  font-size: 1em;
  background: none;
  color: #444444; }

#calendar_titlebar,
#calendar_titlebar_bottom {
  padding: 0;
  font-size: 80%;
  text-align: center;
  background: none;
  color: #444444; }
  @media (min-width: 37.5em) {
    #calendar_titlebar,
    #calendar_titlebar_bottom {
      font-size: 1em; } }
  #calendar_titlebar [title*='Navigation'],
  #calendar_titlebar_bottom [title*='Navigation'] {
    display: none; }
  #calendar_titlebar .prevYear, #calendar_titlebar .prevMonth, #calendar_titlebar .nextMonth, #calendar_titlebar .nextYear,
  #calendar_titlebar_bottom .prevYear,
  #calendar_titlebar_bottom .prevMonth,
  #calendar_titlebar_bottom .nextMonth,
  #calendar_titlebar_bottom .nextYear {
    background: rgba(0, 0, 0, 0.1);
    font: 1em "Open Sans", sans-serif;
    font-weight: normal;
    padding: .5em;
    color: #444444; }
    #calendar_titlebar .prevYear:hover, #calendar_titlebar .prevMonth:hover, #calendar_titlebar .nextMonth:hover, #calendar_titlebar .nextYear:hover,
    #calendar_titlebar_bottom .prevYear:hover,
    #calendar_titlebar_bottom .prevMonth:hover,
    #calendar_titlebar_bottom .nextMonth:hover,
    #calendar_titlebar_bottom .nextYear:hover {
      background: rgba(0, 0, 0, 0.2); }

#calendar_titlebar {
  margin-bottom: 1.33333em !important; }

#calendar_titlebar_bottom {
  margin-top: 1.33333em !important; }

#calendar_nav + .listonly_block .listcap {
  margin: 0 0 1em;
  padding: 0;
  color: #c83eab; }
#calendar_nav + .listonly_block .eventcol,
#calendar_nav + .listonly_block .eventcon {
  padding-left: 0; }

#calnav.yui-calendar .calhead {
  padding: 0;
  background: none;
  border: 0; }
#calnav.yui-calendar .calheader {
  zoom: 1;
  margin-bottom: 0.66667em;
  padding: 0; }
  #calnav.yui-calendar .calheader:after {
    display: table;
    clear: both;
    content: ''; }
#calnav.yui-calendar .calnavleft,
#calnav.yui-calendar .calnavright {
  position: relative;
  top: 0;
  height: 1.5em;
  width: 15%;
  color: transparent; }
  #calnav.yui-calendar .calnavleft:before,
  #calnav.yui-calendar .calnavright:before {
    width: auto;
    height: auto;
    font-size: 1.4em;
    background-image: none;
    color: rgba(0, 0, 0, 0.35); }
  #calnav.yui-calendar .calnavleft:hover:before,
  #calnav.yui-calendar .calnavright:hover:before {
    color: rgba(0, 0, 0, 0.5); }
#calnav.yui-calendar .calnavleft {
  float: left;
  left: 0; }
  #calnav.yui-calendar .calnavleft:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
#calnav.yui-calendar .calnav {
  display: inline-block;
  padding: 0;
  padding-top: 0.44444em; }
#calnav.yui-calendar .calnavright {
  float: right;
  right: 0; }
  #calnav.yui-calendar .calnavright:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
#calnav.yui-calendar .calcell {
  position: relative;
  padding: 1.33333em 0;
  background-color: transparent !important;
  border: 0; }
  #calnav.yui-calendar .calcell:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.66667em;
    height: 2.66667em;
    content: '';
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    border: 0.16667em solid #ac1a2f; }
  #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: #444444; }

.pagetype_registration [bgcolor*='ccc'] {
  background: none; }
  .pagetype_registration [bgcolor*='ccc'] table {
    background: none; }
    .pagetype_registration [bgcolor*='ccc'] table table tr {
      display: block;
      padding: 0.66667em 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.pagetype_registration #contentdiv td {
  display: block;
  height: auto; }
.pagetype_registration #contentdiv [width*='3%'] {
  margin-bottom: 1.33333em; }

#eventTopBar {
  margin-top: 0 !important; }
  #eventTopBar * {
    box-sizing: content-box; }

#adminViewTopBar * {
  box-sizing: content-box; }

.eventTopCont {
  text-shadow: none;
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.L_Content,
.R_Content {
  max-width: 100%;
  width: 48%;
  padding: 1.33333em !important; }

.reg_Total {
  display: inline-block; }

.reg_Progress {
  position: relative !important;
  padding: 0 1.33333em !important;
  width: 100% !important; }

.ui-progressbar {
  border: 0 !important;
  border-bottom: 0.25em solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0; }
  .ui-progressbar .ui-progressbar-value {
    margin: 0;
    border: 0 !important;
    border-radius: 0; }

#eventContent {
  padding: 1.33333em 0; }

#eventDetails {
  margin-bottom: 1.33333em;
  padding: 1.33333em;
  border-radius: 0; }
  #eventDetails .detailLabel,
  #eventDetails .detailContent {
    margin: 0 !important; }

.registerTypeTable {
  margin: 1.33333em 0 !important;
  box-shadow: none !important; }
  .registerTypeTable tfoot {
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0.15) !important; }

.registerTypeHead,
.tableHeader,
.headerRow th {
  text-shadow: none !important;
  background: rgba(64, 64, 64, 0.94) !important;
  box-shadow: none !important; }

.attendeeTblRow {
  padding: 1.33333em !important; }

.registerAttendees {
  display: block;
  margin-bottom: 1.33333em !important;
  padding: 1.33333em;
  background: rgba(0, 0, 0, 0.05);
  border: 0.06667em dashed rgba(0, 0, 0, 0.1);
  box-shadow: none; }

.counter .attendRemove,
.counter .attendAdd {
  background: #eee !important;
  padding: .25em .75em !important; }

.quickAdd {
  margin-top: 0 !important; }

#eventTopBar div.activeAttendeeBar {
  height: auto !important;
  padding: 1.33333em !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

.displayGroup {
  padding: 0 !important; }

.displayTable {
  box-shadow: none !important; }
  .displayTable .nameCol {
    padding-left: 0; }
  .displayTable .attendCol {
    text-align: center; }

.tableHeader th {
  padding: 1.33333em !important;
  white-space: nowrap; }

.detailToggle {
  display: inline-block;
  padding: 1.33333em !important; }

.detailCol {
  padding: 1.33333em !important; }
  .detailCol p {
    margin-bottom: 0; }

#registrationSummary {
  padding: 0 !important; }

.pagetype_eventReg .registrations {
  box-shadow: none !important; }
.pagetype_eventReg .headerRow th {
  padding: 1.33333em !important;
  white-space: nowrap; }
.pagetype_eventReg .registerRow td,
.pagetype_eventReg .totalRow td {
  padding: 1.33333em !important;
  white-space: nowrap; }
.pagetype_eventReg .totalTable {
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.registrantInfo,
.billingAddress {
  padding: 1.33333em !important;
  width: 47.5%;
  background: rgba(0, 0, 0, 0.05) !important;
  box-shadow: none !important; }

.registrantInfo {
  margin: 0 2% 0 0 !important; }

.billingAddress {
  margin: 0 0 0 2% !important; }

.infoDisplay {
  display: block !important; }

.paymentMethod {
  display: block !important;
  margin-right: 0 !important;
  padding: 1.33333em !important;
  background: rgba(0, 0, 0, 0.05) !important;
  box-shadow: none !important; }

.popup-window #tool_print {
  float: right !important;
  padding: 10px; }
.popup-window .verbose_event {
  margin-bottom: 0.66667em;
  width: 100%;
  background: none; }

/*! Modules - Carousel v0.0.3 */
.cc-wrapper {
  position: relative; }
  .cc-wrapper.slideshow .cc-slide {
    opacity: 0; }
  .cc-wrapper.slideshow .cc-stage {
    overflow: hidden; }
  .cc-wrapper .cc-stage {
    white-space: nowrap; }
  .cc-wrapper .cc-slide {
    display: inline-block; }
  .cc-wrapper .cc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%; }
  .cc-wrapper .cc-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center; }
  .cc-wrapper .cc-controls a {
    display: inline-block;
    text-decoration: none; }

/*! Modules - Directions v0.0.2 */
[id*='route'] {
  margin-bottom: 1.33333em; }

.adp-placemark {
  background: rgba(0, 0, 0, 0.1);
  border: 0; }
  .adp-placemark td {
    padding: 0.66667em; }

.adp-directions {
  width: 100%; }

.adp-step,
.adp-substep {
  padding: 1em .05em; }

.adp-substep:nth-child(2) {
  white-space: nowrap; }

/*! Modules - Directory v0.0.5 */
.pagetype_directory form[name='filter'] {
  margin-bottom: 1.46667em; }
  .pagetype_directory form[name='filter'] tr {
    margin-bottom: .5em;
    display: block; }
    .pagetype_directory form[name='filter'] tr.filterTitle {
      width: 30%; }
  .pagetype_directory form[name='filter'] td {
    display: block;
    text-align: left; }
    .pagetype_directory form[name='filter'] td[width*='30%'] {
      display: inline; }
      .pagetype_directory form[name='filter'] td[width*='30%'] + td {
        display: inline; }
    .pagetype_directory form[name='filter'] td > img {
      max-height: initial;
      max-width: initial !important; }
.pagetype_directory [type*='submit'] {
  margin: 0;
  max-width: 100%; }
.pagetype_directory table[style*="background"] {
  margin-bottom: 1.33333em;
  background: none !important;
  border: 0 !important; }
  .pagetype_directory table[style*="background"] td {
    display: block;
    text-align: left; }
  .pagetype_directory table[style*="background"] [name*='keyword'] {
    margin-bottom: 0.66667em;
    max-width: 23.33333em;
    width: 100% !important; }

.directory {
  margin-bottom: 1.46667em;
  text-align: center; }
  @media (min-width: 31.25em) {
    .directory {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 1.33333em;
      -moz-column-gap: 1.33333em;
      column-gap: 1.33333em; } }
  @media (min-width: 50em) {
    .directory {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (min-width: 65.625em) {
    .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.46667em;
    max-width: 21.33333em;
    width: 100% !important;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.46667 !important;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 0.225em solid rgba(20, 155, 199, 0.75);
    border-left: 0 !important;
    color: #444444; }
    .directory .fsDirEntry img {
      width: 100%;
      margin-bottom: 1.33333em; }
  .directory .entry-details {
    padding: 0 1.33333em 1.33333em;
    text-align: left; }
    .directory .entry-details > div {
      margin-bottom: 1.46667em; }
      .directory .entry-details > div:last-child {
        margin-bottom: 0; }
  .directory .fsDirEntryRoles:before, .directory .fsDirEntryTitle:before {
    display: block;
    margin-bottom: 0;
    color: #444444; }
  .directory .fsDirEntryName {
    margin-top: 1.46667em; }
  .directory [href*='requester'] {
    display: block;
    margin-top: 1.46667em; }
  .directory .fsDirEntryRoles:before {
    content: 'Role'; }
  .directory .fsDirEntryTitle:before {
    content: 'Title'; }
  .directory + table tr {
    display: none; }
    .directory + table tr:first-child {
      display: block; }
  .directory + table td {
    display: block;
    border: 0 !important;
    padding: 0 !important; }

#profiletable {
  clear: both;
  display: block; }

/*! Modules - Item v0.0.2 */
@media (max-width: 49.93333em) {
  .pagetype_item table,
  .pagetype_item tbody,
  .pagetype_item tr,
  .pagetype_item td {
    display: block;
    width: 100%; } }
.pagetype_item td {
  padding: .5em; }
.pagetype_item b {
  display: block; }
.pagetype_item img:not([src*='space']),
.pagetype_item [style*='width'] {
  width: 100% !important; }

/*! Modules - Gallery v0.0.3 */
#mediaNav,
#mediaNav * {
  box-sizing: content-box; }

.mediaNavHdr {
  height: auto;
  min-height: 2.5em; }
  .mediaNavHdr input[type="button"].mediaBackNav {
    width: 1em;
    height: 1em;
    padding: 0;
    background-color: transparent;
    border-width: 0; }
  .mediaNavHdr input[type="button"].allMediaBtn {
    top: 0;
    width: auto;
    height: auto; }

.mediaNavHdrTitle {
  max-width: 11em;
  width: 100%; }

#mediaSearchGo {
  height: 2em; }

.imageGalleryViewContainer {
  padding-top: 1.33333em;
  padding-left: 0; }
  .imageGalleryViewContainer .imageGalleryViewObject {
    float: none;
    margin: 0 0 1.33333em;
    min-height: initial;
    width: 100%; }
    @media (min-width: 50em) {
      .imageGalleryViewContainer .imageGalleryViewObject {
        display: inline-block;
        vertical-align: top;
        padding: 0 0.66667em;
        width: 49%; } }
    @media (min-width: 62.5em) {
      .imageGalleryViewContainer .imageGalleryViewObject {
        width: 32.33333%; } }
    .imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewThumb {
      background: rgba(0, 0, 0, 0.75); }
    .imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle a {
      display: block; }

/*! Modules - Multi-content v0.0.4 */
.gridTable {
  width: 100%; }
  .gridTable .contentElementTD {
    padding: 1.33333em;
    border-color: #ccc; }
    @media (max-width: 37.43333em) {
      .gridTable .contentElementTD {
        padding-right: 1.33333em;
        padding-left: 1.33333em;
        display: block;
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent; } }

.scroll-window {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden; }
  .scroll-window .contentElement {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 23.33333em;
    padding: 1.33333em; }

#fsMultiContent {
  visibility: hidden; }

#slideshowDisplay {
  visibility: visible; }
  #slideshowDisplay #multi_content {
    padding: 1.33333em 0;
    border: 0; }

.scroll-window::-webkit-scrollbar {
  -webkit-appearance: none; }

.scroll-window::-webkit-scrollbar:vertical {
  width: 11px; }

.scroll-window::-webkit-scrollbar:horizontal {
  height: 11px; }

.scroll-window::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5); }

.scroll-window::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px; }

#fsMultiContent {
  width: 100%;
  margin-bottom: 1.33333em; }

#multi_content {
  height: 100% !important; }
  #multi_content > div {
    height: 100% !important; }

#mc_1 {
  position: relative; }

/*! Modules - News v0.2.0 */
.newspostitemsep,
.newspostitem {
  margin-bottom: 1.33333em !important;
  padding-bottom: 1.33333em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .newspostitemsep:last-child,
  .newspostitem:last-child {
    border: 0; }
  .newspostitemsep:last-child,
  .newspostitem:last-child {
    border-bottom: 0; }
  .newspostitemsep p:last-child,
  .newspostitem p:last-child {
    margin-bottom: 0; }

.newsposttitle a {
  color: inherit;
  text-decoration: none; }
  .newsposttitle a:hover {
    color: #444444; }
.newsposttitle img {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 0.66667em 0; }
  @media (min-width: 50em) {
    .newsposttitle img {
      float: left;
      width: 40%;
      margin: 0 1.33333em 0.66667em 0; } }
  .newsposttitle img[alt="Pinned:"] {
    display: none; }

.newspostinfo_sep {
  display: none; }

.newspostinfo_element {
  clear: both;
  display: block;
  padding-top: 1.46667em;
  color: transparent; }
  .newspostinfo_element:before {
    content: 'Read More >';
    color: #444444; }
  .newspostinfo_element:hover {
    color: transparent; }
    .newspostinfo_element:hover:before {
      color: #149bc7; }

.newsArchiveFilter .tbcon {
  border: 0 !important; }
.newsArchiveFilter .tbrow {
  margin-bottom: .35em; }
.newsArchiveFilter .tbcell {
  float: none;
  width: 100% !important;
  padding: 0;
  text-align: left;
  white-space: initial !important; }
.newsArchiveFilter [style*="float: right; position: relative; top: -9px;"] {
  top: 0 !important;
  margin-top: 1em; }
.newsArchiveFilter [type*='submit'] {
  display: block;
  clear: both;
  margin: 1em 0 0; }

.newsThumbnailCell {
  display: block;
  width: 100%;
  padding-right: 1.33333em; }
  @media (min-width: 50em) {
    .newsThumbnailCell {
      display: table-cell;
      width: 35%; } }
  .newsThumbnailCell img {
    float: none !important;
    margin-bottom: 0.66667em !important;
    width: 100%; }
    @media (min-width: 50em) {
      .newsThumbnailCell img {
        float: left !important;
        margin-right: 1.33333em !important; } }

.newsArticleCell {
  display: block; }
  @media (min-width: 50em) {
    .newsArticleCell {
      display: table-cell; } }

.contentControls div {
  margin: 0;
  padding: .5em .95em;
  border: 0; }

.popup-window #popmedia {
  display: inline-block !important;
  padding: 0 0.66667em; }

/*! Modules - Blogs v0.0.2 */
.blogtoplinks, .blogtextcenter {
  margin-bottom: 1.33333em;
  padding-bottom: 1.33333em;
  padding-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#blogtopsep {
  display: none; }

/*! Modules - Portals v0.0.5 */
.portal_column, .twothirds_column {
  padding: 0; }
  @media (max-width: 37.43333em) {
    .portal_column, .twothirds_column {
      width: 100%; } }

@media (min-width: 37.5em) {
  .two_column, .three_column, .four_column {
    padding: 0 0.66667em; } }
@media (min-width: 37.5em) {
  .two_column:first-child, .three_column:first-child, .four_column:first-child {
    padding-left: 0; } }

@media (min-width: 37.5em) {
  .two_column:nth-of-type(2) {
    padding-right: 0; } }
@media (min-width: 37.5em) {
  .two_column {
    width: 50%; } }

.three_column:nth-of-type(3) {
  padding-right: 0; }
@media (min-width: 37.5em) {
  .three_column {
    width: 33.33333%; } }

.four_column:nth-of-type(4) {
  padding-right: 0; }
@media (min-width: 37.5em) {
  .four_column {
    width: 50%; } }
@media (min-width: 56.25em) {
  .four_column {
    width: 25%; } }

@media (min-width: 37.5em) {
  .twothirds_column {
    padding: 0 0.66667em; } }

.portlet {
  margin: 0 0 1.33333em;
  border: 0; }

.portlet_header {
  padding: 0;
  background: none; }

.portlet_title {
  background: #13427a;
  color: #FFF;
  padding: 0.44444em 2em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left; }

.portlet_content > div {
  margin: 0 !important;
  padding: 2em !important;
  border: 0;
  border-radius: 0;
  color: #444444;
  border-bottom: 1px solid #d9d9d9;
  background: url("../images/pattern-bg.jpg") repeat;
  margin-bottom: 10px; }
.portlet_content p:last-child {
  margin-bottom: 0; }

.dock_marker {
  margin: 0.66667em 0;
  padding: 0.66667em 0;
  background: rgba(0, 0, 0, 0.75);
  border: 0;
  border-top: .25em solid #ffcc00;
  color: #fff; }

.portal_column_bottom {
  margin-bottom: 0;
  padding: 0.66667em 1.33333em !important;
  outline: 1px dashed rgba(0, 0, 0, 0.35); }

#acct_bar {
  height: auto;
  text-align: right;
  border: 0; }

.acct_buttons {
  display: inline-block;
  height: auto;
  border: 0;
  padding: .25em .5em; }

#add_elements_menu_div {
  box-sizing: content-box;
  background: #222;
  border: 0; }
  #add_elements_menu_div * {
    box-sizing: content-box; }

/*! Modules - Search v0.0.3 */
.search-container {
  display: block; }
  @media (min-width: 50em) {
    .search-container {
      display: inline-block; } }

.search {
  position: relative;
  text-align: right;
  background: rgba(255, 255, 255, 0.1); }
  @media (min-width: 50em) {
    .search {
      float: right;
      background: #ac1a2f; } }
  .search:hover #search__field {
    background: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.5); }
    @media (min-width: 50em) {
      .search:hover #search__field {
        max-width: 300px;
        padding: 5px 10px; } }
  .search:hover ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .search:hover :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5); }
  .search:hover ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5); }
  .search:hover :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .search:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 2.66667em;
    content: '\f002';
    font-family: "FontAwesome";
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .search__label {
    display: none; }
  .search__field {
    width: 100%;
    background: #ac1a2f;
    border: 0;
    box-shadow: none;
    background: transparent;
    font-style: italic;
    outline: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 2.66667em;
    color: rgba(255, 255, 255, 0.5); }
    @media (min-width: 50em) {
      .search__field {
        max-width: 2.66667em;
        color: transparent;
        padding: 5px 0; } }
    .search__field:focus, .search__field:hover {
      box-shadow: none; }
  .search__button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2.66667em;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    color: transparent; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic; }
  @media (min-width: 50em) {
    ::-webkit-input-placeholder {
      color: transparent; } }

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
  font-style: italic; }
  @media (min-width: 50em) {
    :-moz-placeholder {
      color: transparent; } }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-style: italic; }
  @media (min-width: 50em) {
    ::-moz-placeholder {
      color: transparent; } }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic; }
  @media (min-width: 50em) {
    :-ms-input-placeholder {
      color: transparent; } }

/*! Modules - Sitemap v0.0.6 */
#top_level_list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding-left: 0;
  font-size: 1em;
  font-weight: normal;
  list-style: none; }
  #top_level_list ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #top_level_list a {
    display: block; }
  #top_level_list .spacerHR {
    display: none; }
  #top_level_list ul {
    margin: 0.66667em 0;
    padding: 0.66667em;
    background: rgba(0, 0, 0, 0.05); }
  #top_level_list > li {
    padding: 1.33333em;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 0.06667em solid rgba(0, 0, 0, 0.1); }

/*! Modules - Slideshow v0.7.0 */
.controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 100%;
  text-align: center;
  pointer-events: none;
  visibility: hidden; }
  .controls span {
    position: absolute;
    top: 0;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible; }
    .controls span:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      top: 50%;
      font-family: 'FontAwesome';
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .controls .prev {
    left: 0; }
    .controls .prev:before {
      content: '\f104'; }
  .controls .next {
    right: 0; }
    .controls .next:before {
      content: '\f105'; }

.pagination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  text-align: center; }
  .pagination span {
    display: inline-block;
    cursor: pointer;
    border-radius: 100%; }
    .pagination span.active {
      pointer-events: none; }

/*! Modules - Tabs v0.0.6 */
#portal_tabs,
#eventRegTabs {
  padding: 0;
  background: none;
  border: 0; }
  #portal_tabs .ui-tabs-nav,
  #eventRegTabs .ui-tabs-nav {
    margin-bottom: 1.33333em;
    padding: 0;
    background: none;
    border: 0; }
    #portal_tabs .ui-tabs-nav li,
    #eventRegTabs .ui-tabs-nav li {
      margin: 0 0.13333em 0.13333em 0 !important;
      padding: 0;
      background: none;
      border: 0;
      border-radius: 0;
      color: inherit; }
      #portal_tabs .ui-tabs-nav li a,
      #eventRegTabs .ui-tabs-nav li a {
        padding: 0.44444em 2em;
        background: #13427a;
        color: #FFF;
        text-transform: uppercase;
        font-weight: bold;
        text-align: left; }
        #portal_tabs .ui-tabs-nav li a:hover,
        #eventRegTabs .ui-tabs-nav li a:hover {
          background: #103664;
          color: #FFF !important; }
        .ui-tabs .ui-state-active a {
          background: #ac1a2f !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.06667em solid rgba(0, 0, 0, 0.05);
  color: #444444; }
.style-guide h1:after {
  color: rgba(68, 68, 68, 0.5); }
.style-guide h2:after {
  color: rgba(68, 68, 68, 0.5); }
.style-guide h3:after {
  color: rgba(68, 68, 68, 0.5); }
.style-guide h4:after {
  color: rgba(68, 68, 68, 0.5); }
.style-guide h5:after {
  color: rgba(68, 68, 68, 0.5); }
.style-guide h6:after {
  color: rgba(68, 68, 68, 0.5); }
.style-guide h1:after {
  content: " font-size: 24px / line-height: 34"; }
.style-guide h2:after {
  content: " font-size: 18px / line-height: 26"; }
.style-guide h3:after {
  content: " font-size: 16px / line-height: 22"; }
.style-guide h4:after {
  content: " font-size: 16px / line-height: 26"; }
.style-guide h5:after {
  content: " font-size: 16px / line-height: 20"; }
.style-guide h6:after {
  content: " font-size: 16px / line-height: 18"; }
.style-guide .line-height-example {
  background: rgba(0, 0, 0, 0.05); }
.style-guide .primary-body:after {
  color: rgba(68, 68, 68, 0.5);
  content: " font-size: 15px / line-height: 22px"; }
.style-guide .secondary-body:after {
  color: rgba(68, 68, 68, 0.5);
  content: " font-size: 15px / line-height: 22px"; }

.colors {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 2.66667em; }
  .colors ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .colors a {
    display: block; }
  .colors li {
    margin-bottom: 0.33333em;
    padding: 1.33333em; }
    .colors li:nth-of-type(1) {
      border-left: 1.33333em solid;
      color: #444444; }
      .colors li:nth-of-type(1):after {
        content: " #444444"; }
    .colors li:nth-of-type(2) {
      border-left: 1.33333em solid;
      color: #ac1a2f; }
      .colors li:nth-of-type(2):after {
        content: " #ac1a2f"; }
    .colors li:nth-of-type(3) {
      border-left: 1.33333em solid;
      color: #13427a; }
      .colors li:nth-of-type(3):after {
        content: " #13427a"; }
    .colors li:nth-of-type(4) {
      border-left: 1.33333em solid;
      color: #149bc7; }
      .colors li:nth-of-type(4):after {
        content: " #149bc7"; }
    .colors li:nth-of-type(5) {
      border-left: 1.33333em solid;
      color: #c83eab; }
      .colors li:nth-of-type(5):after {
        content: " #c83eab"; }

.fonts {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.33333em; }
  .fonts ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fonts a {
    display: block; }
  .fonts li {
    margin-bottom: 0.33333em;
    padding: 0.33333em; }
    .fonts li:nth-of-type(1) {
      font-family: "Droid Serif", Georgia, serif; }
      .fonts li:nth-of-type(1):after {
        content: " - Droid Serif, Georgia, serif"; }
    .fonts li:nth-of-type(2):after {
      content: " - "; }
    .fonts li:nth-of-type(3) {
      font-family: "Open Sans", sans-serif; }
      .fonts li:nth-of-type(3):after {
        content: " - Open Sans, sans-serif"; }
    .fonts li:nth-of-type(2):after {
      content: " - "; }
    .fonts li:nth-of-type(5) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts li:nth-of-type(5):after {
        content: " - Menlo, Monaco, Consolas, Courier New, monospace"; }

/*! Pages - Main v0.0.3 */
/*! js: Remember to add the element with a class of home-page into your setup */
.home #leftbanner {
  width: 100%;
  padding-right: 0;
  overflow: auto; }
  @media (min-width: 56.25em) {
    .home #leftbanner {
      width: 74.28571%;
      padding-right: 2.85714%; } }
  .home #leftbanner > div {
    margin-bottom: 20px; }
@media (min-width: 50em) {
  .home #contentdiv {
    display: none; } }
.home #rightbanner > div {
  margin-bottom: 20px; }
.home .slideshow-container {
  margin-bottom: 15px; }
  .home .slideshow-container .contentElementDiv {
    position: relative; }
  .home .slideshow-container .contentElementDesc {
    display: none; }
    @media (min-width: 37.5em) {
      .home .slideshow-container .contentElementDesc {
        position: absolute;
        bottom: 10px;
        padding: 10px;
        left: 10px;
        background: rgba(255, 255, 255, 0.75);
        display: inline-block;
        width: 100%;
        max-width: 300px; } }
.home .slider-pagination {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  opacity: .5;
  font-size: 30px;
  -webkit-transition: .3s all;
  transition: .3s all;
  cursor: pointer; }
  .home .slider-pagination:hover {
    opacity: .75; }
  .home .slider-pagination.slick-prev {
    left: 20px; }
    .home .slider-pagination.slick-prev:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home .slider-pagination.slick-next {
    right: 20px; }
    .home .slider-pagination.slick-next:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
.home .buttons-container a {
  display: inline-block;
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 20px;
  width: 100%;
  margin-bottom: 15px;
  float: left;
  text-transform: uppercase; }
  @media (min-width: 37.5em) {
    .home .buttons-container a {
      width: 48%;
      margin-right: 4%; } }
  @media (min-width: 50em) {
    .home .buttons-container a {
      font-size: 16px;
      width: 32%;
      margin-right: 2%; } }
  @media (min-width: 56.25em) {
    .home .buttons-container a {
      font-size: 20px; } }
  @media (min-width: 62.5em) {
    .home .buttons-container a {
      font-size: 22px; } }
  @media (min-width: 37.5em) {
    .home .buttons-container a:nth-child(2n+2) {
      margin-right: 0; } }
  @media (min-width: 50em) {
    .home .buttons-container a:nth-child(2n+2) {
      margin-right: 2%; } }
  @media (min-width: 50em) {
    .home .buttons-container a:nth-child(3n+3) {
      margin-right: 0 !important; } }
  .home .buttons-container a:hover:before {
    opacity: 1; }
  .home .buttons-container a span {
    position: relative; }
  .home .buttons-container a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #13427a;
    opacity: .5;
    content: '';
    display: inline-block;
    -webkit-transition: .3s all;
    transition: .3s all; }
  .home .buttons-container a#inquire-at-la {
    background: url("../images/inquire-at-la.png") center center no-repeat;
    background-size: cover; }
  .home .buttons-container a#academics {
    background: url("../images/academics.png") center center no-repeat;
    background-size: cover; }
  .home .buttons-container a#arts {
    background: url("../images/arts.png") center center no-repeat;
    background-size: cover; }
  .home .buttons-container a#student-life {
    background: url("../images/student-life.png") center center no-repeat;
    background-size: cover; }
  .home .buttons-container a#alumni {
    background: url("../images/alumni.png") center center no-repeat;
    background-size: cover; }
  .home .buttons-container a#athletics {
    background: url("../images/athletics.png") center center no-repeat;
    background-size: cover; }
.home .bannermodtitle {
  background: transparent;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 0;
  color: #ac1a2f; }
.home .news-slider .newspostitem {
  border-bottom: 0;
  padding-bottom: 0 !important; }
.home .news-slider .slick-dots {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .home .news-slider .slick-dots ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .home .news-slider .slick-dots a {
    display: block; }
  .home .news-slider .slick-dots li {
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-right: 5px; }
    .home .news-slider .slick-dots li.slick-active .news-pagination:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home .news-slider .slick-dots .news-pagination:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
.home .stories-container {
  position: relative; }
  .home .stories-container .newspostitem {
    height: 200px;
    padding: 0 !important;
    margin: 0 !important; }
  .home .stories-container .newsposttitle {
    background: rgba(0, 0, 0, 0.75);
    padding: 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal; }
    .home .stories-container .newsposttitle img {
      display: none; }
    .home .stories-container .newsposttitle a {
      pointer-events: none; }
      .home .stories-container .newsposttitle a:last-child {
        text-decoration: underline;
        pointer-events: auto; }
        .home .stories-container .newsposttitle a:last-child:hover {
          opacity: .8;
          color: #FFF; }
  .home .stories-container .bannermodcontent {
    display: none; }
  .home .stories-container .progress-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    height: 8px;
    z-index: 3; }
  .home .stories-container .progress-bar {
    width: 0px;
    background-color: #000;
    height: 8px;
    -webkit-transition: 0s width;
    transition: 0s width; }
    .home .stories-container .progress-bar.active {
      width: 100%;
      -webkit-transition: width 5s linear;
      transition: width 5s linear; }
.home .twitter-container .bannermodtitle a {
  color: #ac1a2f; }
  .home .twitter-container .bannermodtitle a:hover {
    opacity: .8; }
.home .twitter-container .bannermodtitle:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 8px; }
.home .twitter-container a {
  color: #444444; }
  .home .twitter-container a:hover {
    color: #444444; }
.home .twitter-container .header, .home .twitter-container img {
  display: none; }
@media (min-width: 1025px) {
  .home .calendar-container {
    position: absolute !important;
    top: 0;
    right: -315px;
    background-color: #ac1a2f;
    color: #FFF;
    bottom: 0;
    z-index: 3;
    border-left: 1px solid #961729;
    width: 315px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 30px;
    text-align: center; } }
@media (min-width: 1025px) {
  .home .calendar-container.active {
    right: 0; } }
.home .calendar-container.active .calendar-open-tab {
  background-color: #961729; }
  .home .calendar-container.active .calendar-open-tab:hover {
    background-color: #801323; }
  .home .calendar-container.active .calendar-open-tab span:after {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
@media (min-width: 1025px) {
  .home .calendar-container .bannermodtitle {
    color: #FFF;
    font-size: 24px;
    text-transform: initial;
    border-top: 0;
    padding: 0; } }
@media (min-width: 62.5em) {
  .home .calendar-container .eventobj {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 30px;
    margin-bottom: 30px !important;
    text-align: left; } }
@media (min-width: 1025px) {
  .home .calendar-container .eventcol {
    padding-left: 110px;
    min-height: 90px;
    padding-top: 10px; } }
@media (min-width: 1025px) {
  .home .calendar-container .etitle a:hover {
    color: #FFF;
    opacity: .8; } }
@media (min-width: 1025px) {
  .home .calendar-container .event_stackdate {
    color: #FFF;
    font-size: 24px;
    text-transform: initial;
    border-top: 0;
    padding: 0;
    width: 90px;
    height: 90px;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 90px; } }
@media (min-width: 1025px) {
  .home .calendar-container .event_stackmonname {
    font-size: 20px;
    display: block;
    margin: 0;
    margin-top: 17px; } }
@media (min-width: 1025px) {
  .home .calendar-container .event_stackdaynum {
    font-size: 35px;
    display: block; } }
.home .calendar-container .calendar-open-tab {
  display: none; }
  @media (min-width: 1025px) {
    .home .calendar-container .calendar-open-tab {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
      display: inline-block;
      padding: 15px;
      background-color: #ac1a2f;
      text-align: center;
      position: absolute;
      display: inline-block;
      top: 106px;
      height: auto;
      width: 140px;
      font-size: 14px;
      text-transform: uppercase;
      cursor: pointer;
      right: 100%;
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom; }
      .home .calendar-container .calendar-open-tab:hover {
        background-color: #961729; }
      .home .calendar-container .calendar-open-tab span {
        display: inline-block; }
        .home .calendar-container .calendar-open-tab span:after {
          content: "";
          font-family: "FontAwesome";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-left: 8px; } }
.home .calendar-container .social-open-tab {
  display: none; }
  @media (min-width: 1025px) {
    .home .calendar-container .social-open-tab {
      display: inline-block;
      text-align: center;
      position: absolute;
      display: inline-block;
      top: 299px;
      height: auto;
      width: 52px;
      font-size: 14px;
      cursor: pointer;
      right: 100%; } }
  .home .calendar-container .social-open-tab:before {
    content: "  ";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    width: 100%;
    text-align: center;
    background-color: #ac1a2f;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px; }
  .home .calendar-container .social-open-tab:hover .nav-social-container {
    max-height: 400px; }
  .home .calendar-container .social-open-tab:hover:before {
    background-color: #961729; }
  .home .calendar-container .social-open-tab .nav-social-container {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: max-height .3s;
    transition: max-height .3s; }
    .home .calendar-container .social-open-tab .nav-social-container a {
      background: #FFF; }
@media (min-width: 1025px) {
  .home .calendar-container .calendar-more {
    padding: 15px;
    border: 1px solid #FFF;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block; } }
@media (min-width: 1025px) {
  .home .calendar-container .calendar-more:hover {
    color: #444444;
    background-color: #FFF; } }

.example-capsule {
  position: relative; }
  @media (min-width: 37.5em) {
    .example-capsule {
      width: 49.67%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 56.25em) {
    .example-capsule {
      width: 24.67%; } }
  @media (min-width: 37.5em) {
    .example-capsule {
      padding-right: 0.66667em;
      padding-left: 0.66667em; } }

/*! Pages - Page X v0.0.3 */
/*! Pages - Main v0.0.3 */
/*! js: Remember to add the element with a class of home-page into your setup */
.athletics-home #leftbanner {
  width: 100%;
  padding-right: 0;
  overflow: auto; }
  @media (min-width: 56.25em) {
    .athletics-home #leftbanner {
      width: 74.28571%;
      padding-right: 2.85714%; } }
  .athletics-home #leftbanner > div {
    margin-bottom: 20px; }
@media (min-width: 50em) {
  .athletics-home #contentdiv {
    display: none; } }
.athletics-home #rightbanner > div {
  margin-bottom: 20px; }
.athletics-home .slideshow-container {
  margin-bottom: 15px; }
.athletics-home .slider-pagination {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  opacity: .5;
  font-size: 30px;
  -webkit-transition: .3s all;
  transition: .3s all;
  cursor: pointer; }
  .athletics-home .slider-pagination:hover {
    opacity: .75; }
  .athletics-home .slider-pagination.slick-prev {
    left: 20px; }
    .athletics-home .slider-pagination.slick-prev:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .athletics-home .slider-pagination.slick-next {
    right: 20px; }
    .athletics-home .slider-pagination.slick-next:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
.athletics-home .buttons-container a {
  display: inline-block;
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 20px;
  width: 100%;
  margin-bottom: 15px;
  float: left;
  text-transform: uppercase; }
  @media (min-width: 37.5em) {
    .athletics-home .buttons-container a {
      width: 48%;
      margin-right: 4%; } }
  @media (min-width: 50em) {
    .athletics-home .buttons-container a {
      font-size: 16px;
      width: 32%;
      margin-right: 2%; } }
  @media (min-width: 56.25em) {
    .athletics-home .buttons-container a {
      font-size: 20px; } }
  @media (min-width: 62.5em) {
    .athletics-home .buttons-container a {
      font-size: 22px; } }
  @media (min-width: 37.5em) {
    .athletics-home .buttons-container a:nth-child(2n+2) {
      margin-right: 0; } }
  @media (min-width: 50em) {
    .athletics-home .buttons-container a:nth-child(2n+2) {
      margin-right: 2%; } }
  @media (min-width: 50em) {
    .athletics-home .buttons-container a:nth-child(3n+3) {
      margin-right: 0 !important; } }
  .athletics-home .buttons-container a:hover:before {
    background: #961729; }
  .athletics-home .buttons-container a span {
    position: relative; }
  .athletics-home .buttons-container a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ac1a2f;
    opacity: 1;
    content: '';
    display: inline-block;
    -webkit-transition: .3s all;
    transition: .3s all; }
  .athletics-home .buttons-container a#inquire-at-la {
    background: url("../images/inquire-at-la.png") center center no-repeat;
    background-size: cover; }
  .athletics-home .buttons-container a#academics {
    background: url("../images/academics.png") center center no-repeat;
    background-size: cover; }
  .athletics-home .buttons-container a#arts {
    background: url("../images/arts.png") center center no-repeat;
    background-size: cover; }
  .athletics-home .buttons-container a#student-life {
    background: url("../images/student-life.png") center center no-repeat;
    background-size: cover; }
  .athletics-home .buttons-container a#alumni {
    background: url("../images/alumni.png") center center no-repeat;
    background-size: cover; }
  .athletics-home .buttons-container a#athletics {
    background: url("../images/athletics.png") center center no-repeat;
    background-size: cover; }
.athletics-home .bannermodtitle {
  background: transparent;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 0; }
.athletics-home .news-slider .newspostitem {
  border-bottom: 0;
  padding-bottom: 0 !important; }
.athletics-home .news-slider .slick-dots {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .athletics-home .news-slider .slick-dots ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .athletics-home .news-slider .slick-dots a {
    display: block; }
  .athletics-home .news-slider .slick-dots li {
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-right: 5px; }
    .athletics-home .news-slider .slick-dots li.slick-active .news-pagination:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .athletics-home .news-slider .slick-dots li a {
      color: #13427a; }
  .athletics-home .news-slider .slick-dots .news-pagination:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
.athletics-home .stories-container {
  position: relative; }
  .athletics-home .stories-container .newspostitem {
    height: 200px;
    padding: 0 !important;
    margin: 0 !important; }
  .athletics-home .stories-container .newsposttitle {
    background: rgba(0, 0, 0, 0.75);
    padding: 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal; }
    .athletics-home .stories-container .newsposttitle img {
      display: none; }
    .athletics-home .stories-container .newsposttitle a {
      pointer-events: none; }
      .athletics-home .stories-container .newsposttitle a:last-child {
        text-decoration: underline;
        pointer-events: auto; }
        .athletics-home .stories-container .newsposttitle a:last-child:hover {
          opacity: .8;
          color: #FFF; }
  .athletics-home .stories-container .progress-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    height: 8px;
    z-index: 3; }
  .athletics-home .stories-container .progress-bar {
    width: 0px;
    background-color: #000;
    height: 8px;
    -webkit-transition: 0s width;
    transition: 0s width; }
    .athletics-home .stories-container .progress-bar.active {
      width: 100%;
      -webkit-transition: width 5s linear;
      transition: width 5s linear; }
.athletics-home .twitter-container .bannermodtitle a {
  color: #13427a; }
  .athletics-home .twitter-container .bannermodtitle a:hover {
    opacity: .8; }
.athletics-home .twitter-container .bannermodtitle:before {
  content: "";
  font-family: "FontAwesome";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 8px; }
.athletics-home .twitter-container a {
  color: #444444; }
  .athletics-home .twitter-container a:hover {
    color: #444444; }
.athletics-home .twitter-container .header, .athletics-home .twitter-container img {
  display: none; }
@media (min-width: 1025px) {
  .athletics-home .calendar-container {
    position: absolute !important;
    top: 0;
    right: -315px;
    background-color: #13427a;
    color: #FFF;
    bottom: 0;
    z-index: 3;
    border-left: 1px solid #103664;
    width: 315px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 30px;
    text-align: center; } }
@media (min-width: 1025px) {
  .athletics-home .calendar-container.active {
    right: 0; } }
.athletics-home .calendar-container.active .calendar-open-tab {
  background-color: #103664; }
  .athletics-home .calendar-container.active .calendar-open-tab:hover {
    background-color: #0c2a4e; }
  .athletics-home .calendar-container.active .calendar-open-tab span:after {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
@media (min-width: 1025px) {
  .athletics-home .calendar-container .bannermodtitle {
    color: #FFF;
    font-size: 24px;
    text-transform: initial;
    border-top: 0;
    padding: 0; } }
@media (min-width: 62.5em) {
  .athletics-home .calendar-container .eventobj {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 30px;
    margin-bottom: 30px !important;
    text-align: left; } }
@media (min-width: 1025px) {
  .athletics-home .calendar-container .eventcol {
    padding-left: 110px;
    min-height: 90px;
    padding-top: 10px; } }
@media (min-width: 1025px) {
  .athletics-home .calendar-container .etitle a:hover {
    color: #FFF;
    opacity: .8; } }
@media (min-width: 1025px) {
  .athletics-home .calendar-container .event_stackdate {
    color: #FFF;
    font-size: 24px;
    text-transform: initial;
    border-top: 0;
    padding: 0;
    width: 90px;
    height: 90px;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 90px; } }
@media (min-width: 1025px) {
  .athletics-home .calendar-container .event_stackmonname {
    font-size: 20px;
    display: block;
    margin: 0;
    margin-top: 17px; } }
@media (min-width: 1025px) {
  .athletics-home .calendar-container .event_stackdaynum {
    font-size: 35px;
    display: block; } }
.athletics-home .calendar-container .calendar-open-tab {
  display: none; }
  @media (min-width: 1025px) {
    .athletics-home .calendar-container .calendar-open-tab {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
      display: inline-block;
      padding: 15px;
      background-color: #13427a;
      text-align: center;
      position: absolute;
      display: inline-block;
      top: 106px;
      height: auto;
      width: 140px;
      font-size: 14px;
      text-transform: uppercase;
      cursor: pointer;
      right: 100%;
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom; }
      .athletics-home .calendar-container .calendar-open-tab:hover {
        background-color: #103664; }
      .athletics-home .calendar-container .calendar-open-tab span {
        display: inline-block; }
        .athletics-home .calendar-container .calendar-open-tab span:after {
          content: "";
          font-family: "FontAwesome";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-left: 8px; } }
.athletics-home .calendar-container .social-open-tab {
  display: none; }
  @media (min-width: 1025px) {
    .athletics-home .calendar-container .social-open-tab {
      display: inline-block;
      text-align: center;
      position: absolute;
      display: inline-block;
      top: 299px;
      height: auto;
      width: 52px;
      font-size: 14px;
      cursor: pointer;
      right: 100%; } }
  .athletics-home .calendar-container .social-open-tab:before {
    content: "  ";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    width: 100%;
    text-align: center;
    background-color: #13427a;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px; }
  .athletics-home .calendar-container .social-open-tab:hover .nav-social-container {
    max-height: 400px; }
  .athletics-home .calendar-container .social-open-tab:hover:before {
    background-color: #103664; }
  .athletics-home .calendar-container .social-open-tab .nav-social-container {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: max-height .3s;
    transition: max-height .3s; }
    .athletics-home .calendar-container .social-open-tab .nav-social-container a {
      background: #FFF; }
@media (min-width: 1025px) {
  .athletics-home .calendar-container .calendar-more {
    padding: 15px;
    border: 1px solid #FFF;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block; } }
@media (min-width: 1025px) {
  .athletics-home .calendar-container .calendar-more:hover {
    color: #444444;
    background-color: #FFF; } }
.athletics-home .stories-container .bannermodcontent {
  display: none; }

.example-capsule {
  position: relative; }
  @media (min-width: 37.5em) {
    .example-capsule {
      width: 49.67%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 56.25em) {
    .example-capsule {
      width: 24.67%; } }
  @media (min-width: 37.5em) {
    .example-capsule {
      padding-right: 0.66667em;
      padding-left: 0.66667em; } }

.layout_27 .nav-util-container {
  background: #13427a; }
.layout_27 #poweredby {
  background: #13427a; }
.layout_27 .logo img {
  height: 80px !important;
  width: auto !important; }
.layout_27 .search {
  background: #13427a; }
.layout_27 .search__field {
  background: #13427a; }

/*! Components - Landing v0.0.3 */
.hero .contentElementDiv {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vw;
  max-height: 33.33333em;
  min-height: 20em; }
  .hero .contentElementDiv img {
    display: none; }
.hero .contentElementTitle {
  display: none; }

.collage-container {
  zoom: 1;
  border-bottom: 0.5em solid #ac1a2f; }
  .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 #ac1a2f; }
    @media (min-width: 37.5em) {
      .collage-container .contentElementDiv:first-child {
        display: block; } }
  .collage-container .contentElementDiv:last-child {
    display: none;
    border-left: 0.5em solid #ac1a2f; }
    @media (min-width: 50em) {
      .collage-container .contentElementDiv:last-child {
        display: block; } }

/*! Components - Slideshow v0.0.4 */
.slideshow {
  max-width: 70%;
  margin: 0 auto;
  padding-left: 0;
  list-style: none; }

.slideshow .contentElementDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 1s ease-out, visibility 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  height: 100vh; }
  .slideshow .contentElementDiv.active {
    position: relative;
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }

.controls span {
  width: 15%;
  font-size: 3.5em; }

.pagination {
  text-align: center; }
  .pagination span {
    height: 1em;
    width: 1em;
    margin: 1.5% 1%;
    background: rgba(255, 255, 255, 0.5); }
    .pagination span:hover {
      background: rgba(255, 255, 255, 0.75); }
    .pagination span.active {
      background: rgba(0, 0, 0, 0.5); }

/*! Components - Social v0.0.2 */
.face-post {
  margin-bottom: 1.33333em !important;
  padding-bottom: 1.33333em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
  overflow: hidden; }
  .face-post:last-child {
    border: 0; }
  .face-post .face-image {
    margin-bottom: 0.66667em; }
    @media (min-width: 25em) {
      .face-post .face-image {
        float: left;
        max-width: 8.66667em;
        width: 100%;
        margin-right: 1.33333em;
        margin-bottom: 0; } }
  .face-post .face-date {
    margin-bottom: 1.2em;
    font-size: 80%;
    color: rgba(0, 0, 0, 0.65); }
  .face-post .face-content {
    width: auto;
    overflow: hidden; }
  .face-post br + br {
    display: none; }

.instapic {
  width: 100%;
  margin-bottom: 1.33333em; }
  @media (min-width: 50em) {
    .instapic {
      width: 49.67%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 56.25em) {
    .instapic {
      width: 33.00333%; } }
  @media (min-width: 65.625em) {
    .instapic {
      width: 24.67%; } }
  @media (min-width: 50em) {
    .instapic {
      padding-right: 0.66667em;
      padding-left: 0.66667em; } }

.pinterest-post {
  margin-bottom: 1.33333em !important;
  padding-bottom: 1.33333em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .pinterest-post:last-child {
    border: 0; }
  .pinterest-post p:last-child {
    margin-bottom: 0; }

#twitter-widget-0 {
  display: none; }

.tweets {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .tweets ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .tweets a {
    display: block; }
  .tweets a {
    display: inline; }

.tweet {
  margin-bottom: 1.33333em !important;
  padding-bottom: 1.33333em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tweet:last-child {
    border: 0; }
  .tweet .header time:before {
    content: 'Updated '; }
  .tweet .header time:after {
    content: ' ago by '; }
  .tweet .header .p-author {
    display: inline-block; }
  .tweet .header .avatar {
    display: none; }
  .tweet .e-entry-content p {
    margin-bottom: 0; }
  .tweet .footer {
    display: none; }

/*! Components - Slick v0.0.2 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  display: none;
  height: 100%;
  min-height: 0.06667em; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/*! Components - Tour v0.0.1 */
.tour #text1 {
  position: relative; }
  .tour #text1 > img {
    width: 100%; }

@media (min-width: 37.5em) {
  .location-group {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0; } }

@media (max-width: 37.43333em) {
  .location {
    margin-top: 2.66667em;
    margin-bottom: 2.66667em; } }
@media (min-width: 37.5em) {
  .location {
    position: absolute; } }
.location:first-child {
  display: none; }
@media (min-width: 37.5em) {
  .location:nth-of-type(2) {
    top: 24%;
    left: 40%; } }
@media (min-width: 37.5em) {
  .location:nth-of-type(3) {
    top: 32%;
    left: 48%; } }
@media (min-width: 37.5em) {
  .location:nth-of-type(4) {
    top: 45%;
    left: 60%; } }
@media (min-width: 37.5em) {
  .location:nth-of-type(5) {
    top: 70%;
    left: 34%; } }

.marker {
  display: none; }
  @media (min-width: 37.5em) {
    .marker {
      display: block;
      height: 1.5em;
      width: 1.5em;
      background: #ac1a2f;
      border: .2em solid #fff;
      border-radius: 2em 2em 2em 0;
      outline: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: background .3s;
      transition: background .3s; } }
  @media (min-width: 37.5em) {
    .marker:hover, .marker.active-marker {
      background: #c83eab; } }

@media (min-width: 37.5em) {
  .location-details {
    position: absolute;
    z-index: 300;
    display: none;
    width: 26.66667em;
    margin: 2.16667em;
    padding: 1.33333em;
    background: rgba(255, 255, 255, 0.85); } }
@media (min-width: 37.5em) {
  .contentElementDiv:nth-of-type(2) .location-details {
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0; } }
@media (min-width: 37.5em) {
  .contentElementDiv:nth-of-type(3) .location-details {
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0; } }
@media (min-width: 37.5em) {
  .contentElementDiv:nth-of-type(4) .location-details {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); } }
@media (min-width: 37.5em) {
  .contentElementDiv:nth-of-type(5) .location-details {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0; } }
.location-details.show-details {
  display: block; }
