@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; }

/*$layout-dir: '/deployment/uploaded/default/';*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.margin-x {
  margin-right: 1.33333em;
  margin-left: 1.33333em; }

.margin-y {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em; }

.padding-x {
  padding-right: 1.33333em;
  padding-left: 1.33333em; }

.padding-y {
  padding-top: 1.33333em;
  padding-bottom: 1.33333em; }

.stretched-container {
  margin-right: -1.33333em;
  margin-left: -1.33333em;
  padding-right: 1.33333em;
  padding-left: 1.33333em; }

.cover {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%; }

.compartment {
  margin: 0 auto;
  max-width: 65.33333em;
  max-width: 61.25rem; }

@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: "icomoon";
  src: url("/uploaded/themes/default_2015/fonts/icomoon.eot");
  src: url("/uploaded/themes/default_2015/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/uploaded/themes/default_2015/fonts/icomoon.woff") format("woff"), url("/uploaded/themes/default_2015/fonts/icomoon.ttf") format("truetype"), url("/uploaded/themes/default_2015/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! Content - HTML v0.0.7 */
h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 0.5em;
  line-height: 1.13333em;
  color: null;
  font-weight: bold; }
  @media (min-width: 31.25em) {
    h1,
    .alpha {
      font-size: 2em; } }

h2,
.beta,
.bannermodtitle,
.module .bannermodtitle,
div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title,
.pagetype_item b {
  margin-top: 0;
  font-weight: normal;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 0.125em;
  font-size: 1.6em;
  line-height: 1.08333em;
  color: null; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 0.3em;
  font-size: 1.33333em;
  line-height: 1.1em;
  color: null;
  font-weight: 700; }

h4,
.delta,
.callout-button em,
.lead-in,
blockquote,
.school-details [itemprop='name'],
.nav-main > ul > li > a,
.monthhead,
.etitle,
.directory .fsDirEntryName strong,
.imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle,
.gridTable .contentElementTitle,
.newsposttitle,
.popup-window #ptitle,
.portlet_title {
  margin-top: 0;
  font-weight: normal;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 0.55556em;
  font-size: 1.2em;
  line-height: 1.22222em;
  color: null; }

h5,
.epsilon,
cite {
  margin-top: 0;
  font-weight: normal;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 0.625em;
  font-size: 1.06667em;
  line-height: 1.125em;
  color: null; }

h6,
.zeta,
#calendar_nav + .listonly_block .listcap,
.directory .fsDirEntryRoles:before,
.directory .fsDirEntryTitle:before {
  margin-top: 0;
  font-weight: normal;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 0.66667em;
  font-size: 1em;
  line-height: 1.2em;
  color: null; }

p {
  margin: 0 0 1.46667em;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 23px; }

a {
  color: #363636;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif; }
  a:hover {
    color: #163052; }
  nav a {
    display: block; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.4em; }

table.styled {
  width: 100%;
  margin-bottom: 1.33333em;
  border-collapse: collapse; }
  table.styled table {
    margin-top: 0;
    margin-bottom: 1.46667em;
    width: 100%; }
  table.styled tr:nth-of-type(odd) td {
    background-color: rgba(0, 0, 0, 0.1); }
  table.styled th,
  table.styled td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled th {
    padding: 1.33333em;
    text-transform: uppercase;
    background: #363636;
    color: #fff; }
  table.styled td {
    padding: 0.66667em 1.33333em;
    background: rgba(0, 0, 0, 0.05); }

img,
canvas,
iframe,
video,
svg {
  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: #363636;
  border: 0;
  border-radius: 0;
  color: #fff; }
  .buttons:hover,
  .button:hover,
  .callout-button:hover,
  #showHideEventDetails:hover {
    background: #163052;
    color: #fff; }

.callout-button {
  max-width: 26em;
  width: 100%;
  padding: 1.33333em 1.33333em; }
  .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: #1c1c1c; }
  textarea:hover, textarea:focus,
  input:hover,
  input:focus,
  select:hover,
  select:focus {
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0.3); }

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: #1c1c1c; }

.fsLoginForms {
  width: 100%; }

.fsLoginFooter {
  margin-left: 0; }

[class*='pagetype_misc_userlogin'] [src*='error'] {
  display: none; }

/*! Content - Style Manger v0.0.5 */
.lead-in {
  margin-bottom: 1.33333em;
  line-height: 1.55556em; }

blockquote {
  display: block;
  margin-bottom: 0.55556em;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.55556em; }

.callout {
  width: 50%;
  margin-right: 0;
  margin-left: 0;
  padding: 0.66667em;
  line-height: 1.55556em;
  background: #363636;
  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 {
  margin-bottom: 0.33333em; }
  img.left {
    float: left;
    width: 50%;
    margin-left: 0.66667em; }
  img.right {
    float: right;
    width: 50%;
    margin-right: 0.66667em; }

.image-caption {
  padding-left: 0.33333em; }

/*! Content - Product v0.0.2 */
.mceContentBody,
.editorInstance {
  line-height: 1.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] {
  font-family: "Open Sans", sans-serif;
  background: #363636;
  color: #1c1c1c;
  /* Make all fonts smooth */
  /* Doesn't work*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }
  html.no-mqs {
    min-width: 65.33333em; }

body {
  font-size: 0.9375em;
  line-height: 1.46667; }

/*! Structure - Header v0.0.3 */
#topcontainer {
  background-color: #fff; }

.logo-row > .bannermodcontent {
  margin: 0 auto;
  max-width: 65.33333em;
  max-width: 61.25rem; }

.main-nav {
  background-color: #950000; }
  .main-nav > .bannermodcontent {
    margin: 0 auto;
    max-width: 65.33333em;
    max-width: 61.25rem; }
  .main-nav .login {
    margin-top: -1px;
    padding: 5px 12px;
    background: #940001;
    background: -webkit-linear-gradient(top, #940001 0, #810002 100%);
    background: linear-gradient(to bottom, #940001 0, #810002 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #720000;
    border-radius: 6px; }
    .main-nav .login:hover {
      background: #092444 !important; }

.site-info {
  display: block;
  float: left;
  padding: 15px 0px 10px 0px;
  -webkit-transition: none;
  transition: none;
  white-space: nowrap;
  color: transparent; }
  .svg .site-info {
    background: url("/uploaded/themes/default_2015/images/common/logo.svg") no-repeat 0 0; }
  .no-svg .site-info {
    background: url("/uploaded/themes/default_2015/images/common/logo.png") no-repeat 0 0; }
  .site-info:hover {
    color: transparent; }

.site-name {
  display: block;
  font-size: null;
  color: inherit; }

.site-tagline {
  link-style-type: none;
  display: block;
  font-size: null;
  color: inherit; }

/*! Structure - Main v0.0.4 */
#midcontainer {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 1.33333em;
  padding-bottom: 1.33333em;
  word-break: break-word;
  word-wrap: break-word;
  background: #fff; }

#mainmiddle {
  margin: 0 auto;
  max-width: 65.33333em;
  max-width: 61.25rem;
  zoom: 1; }
  #mainmiddle:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 37.5em) {
    #mainmiddle {
      min-height: 26.66667em; } }

/* For shopping cart / checkout */
input[value="Update"] {
  width: 120px !important;
  margin: 0.5rem 0 2rem 0; }

input[type="submit"] {
  background: #950001;
  background: -webkit-linear-gradient(top, #950001 0, #800001 100%);
  background: linear-gradient(to bottom, #950001 0, #800001 100%);
  border: 1px solid #720000;
  border-radius: 6px; }
  input[type="submit"]:hover {
    background: #092444;
    border-color: #092444; }

/*! Structure - Layouts v0.0.6 */
#leftbanner,
#contentdiv,
#rightbanner {
  width: 100%; }
  @media (min-width: 37.5em) {
    #leftbanner,
    #contentdiv,
    #rightbanner {
      min-height: 13.33333em; } }

#leftbanner,
#rightbanner {
  font-size: 0.93333em;
  line-height: 1.42857em; }

@media (min-width: 37.5em) {
  #leftbanner {
    float: left;
    width: 35%;
    padding-right: 4.08163%; } }
@media (min-width: 56.25em) {
  #leftbanner {
    width: 29.59184%; } }

.left-banner-callout {
  padding: 25px 20px;
  margin-bottom: 10px !important;
  background-color: #EEEEEE;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px; }
  .left-banner-callout h1 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px; }
  .left-banner-callout p {
    margin-bottom: 5px;
    line-height: 25px; }
  .left-banner-callout .learn-more {
    color: #0076A3; }

.callout-button {
  background-color: #092444;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  border-radius: 6px; }
  .callout-button:hover {
    color: #fff;
    background-color: #950000; }

@media (min-width: 37.5em) {
  #contentdiv {
    float: left;
    width: 65%; } }
@media (min-width: 56.25em) {
  #contentdiv {
    width: 70.40816%; } }
@media (min-width: 37.5em) {
  .hasRightbanner #contentdiv {
    padding-right: 4.08163%; } }
@media (min-width: 56.25em) {
  .hasRightbanner #contentdiv {
    width: 81.63265%; } }
@media (min-width: 56.25em) {
  .hasRightbanner.hasLeftbanner #contentdiv {
    width: 52.04082%; } }

@media (min-width: 37.5em) {
  #rightbanner {
    float: right;
    width: 35%; } }
@media (min-width: 56.25em) {
  #rightbanner {
    width: 18.36735%; } }
.hasLeftbanner #rightbanner {
  width: 100%; }
  @media (min-width: 56.25em) {
    .hasLeftbanner #rightbanner {
      width: 18.36735%; } }

/*! Structure - Footer v0.0.3 */
#bottomcontainer {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 1.33333em;
  /* Background gradient */
  background: #720000;
  background: -webkit-linear-gradient(top, #720000 0, #950000 100%);
  background: linear-gradient(to bottom, #720000 0, #950000 100%);
  color: #fff;
  font-family: 'PT Sans' sans-serif;
  font-size: 14px;
  height: 220px; }

#bottombanner {
  margin: 0 auto;
  max-width: 65.33333em;
  max-width: 61.25rem; }

.left-side {
  float: left;
  width: 50%;
  padding-top: 35px;
  padding-right: 20px; }

.school-details {
  margin-top: 15px;
  margin-bottom: 10px !important; }

.right-side {
  float: right;
  padding-top: 103px; }
  .right-side p {
    margin-bottom: 5px; }
  .right-side .footer-button {
    float: left;
    margin-top: 0.25rem;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    background: #950001;
    background: -webkit-linear-gradient(top, #950001 0, #800001 100%);
    background: linear-gradient(to bottom, #950001 0, #800001 100%);
    border: 1px solid #720000;
    border-radius: 6px; }
    .right-side .footer-button:hover {
      background: #092444; }

.bottom-nav {
  padding: 0; }
  .bottom-nav li {
    display: inline;
    float: left;
    padding-left: 20px; }
    .bottom-nav li:first-child {
      padding-left: 0; }
    .bottom-nav li a {
      font-size: 16px;
      font-weight: 700;
      color: #fff; }
      .bottom-nav li a:hover {
        color: #BBBBBB; }

.nav-social .nav-icons {
  float: left; }

.nav-social {
  margin-left: 260px; }
  .nav-social a {
    font-size: 16px !important;
    font-weight: none !important;
    padding-left: 11px; }

.fa-flickr:hover {
  color: #ff0084; }

#poweredby {
  background-color: #950000; }

.school-details {
  margin-bottom: 1.33333em; }
  .school-details [itemprop='telephone'] {
    display: inline-block; }
    .school-details [itemprop='telephone']:after {
      margin-right: 0.53333em;
      margin-left: 0.53333em;
      display: inline-block;
      content: '|'; }
  .school-details [itemprop='fax'] {
    display: inline-block; }
  .school-details a {
    color: inherit; }

/*! Navigation - Main v0.0.6 */
.nav-main {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  height: 46px;
  width: 100%;
  margin-left: -20px; }
  .nav-main ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-main a {
    display: block; }
  .dropdown-holder {
    display: none; }
  .nav-main > ul {
    padding: 0;
    margin: 0; }
    .nav-main > ul > li {
      position: relative;
      float: left;
      padding: 0;
      margin: 0; }
      .nav-main > ul > li:last-child {
        margin-right: -20px; }
        .nav-main > ul > li:last-child .fsMenu {
          left: auto;
          right: 0; }
      .nav-main > ul > li:hover .fsMenu {
        visibility: visible;
        display: block;
        -webkit-animation: .3s revealNav forwards;
        animation: .3s revealNav forwards;
        opacity: 1; }
      .nav-main > ul > li:hover > a {
        color: #fff; }
      .nav-main > ul > li > a {
        margin-bottom: 0;
        padding: 13px 20px 13px 20px;
        font-size: 18px;
        font-weight: 700;
        color: #fff; }
        .nav-main > ul > li > a:hover {
          background: #950000;
          background: -webkit-linear-gradient(top, #950000 0, #690909 100%);
          background: linear-gradient(to bottom, #950000 0, #690909 100%); }
        .nav-main > ul > li > a > a:first-child {
          padding-left: 0px; }
        .nav-main > ul > li > a:hover, .nav-main > ul > li > a.navon {
          color: #EEEEEE; }
        .fsSection-btn > a {
          color: red; }

.fsMenu {
  zoom: 1;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  display: none;
  padding: 0.33333em 0em;
  width: 14.66667em;
  text-align: left;
  background-color: rgba(149, 0, 0, 0.9); }
  .fsMenu:after {
    display: table;
    clear: both;
    content: ''; }
  .fsMenu a {
    display: block;
    padding: 0.33333em 0.66667em;
    color: #fff; }
    .fsMenu a:hover {
      color: #BBBBBB; }

.mega-caption {
  float: left;
  width: 33.33333%; }

.mega-image {
  float: right;
  width: 33.33333%; }

@-webkit-keyframes revealNav {
  0%, 50% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }

@keyframes revealNav {
  0%, 50% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
/*! Navigation - Tier v0.0.2 */
.nav-tier-container {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  display: none;
  background: rgba(0, 0, 0, 0.5); }
  .nav-tier-container .bannermodcontent {
    margin: 0 auto;
    max-width: 65.33333em;
    max-width: 61.25rem; }
  .nav-tier-container ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .nav-tier-container ul ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .nav-tier-container ul a {
      display: block; }
  @media (min-width: 37.5em) {
    .nav-tier-container li {
      display: inline-block; } }
  .nav-tier-container a {
    padding: 0.66667em 0.66667em; }
    .nav-tier-container a.nav_history {
      display: none; }

/*! Navigation - Sub v0.0.5 */
.nav-sub-container {
  padding-bottom: 4.66667em; }
  .nav-sub-container .bannermodtitle {
    position: relative; }
    @media (min-width: 37.5em) {
      .nav-sub-container .bannermodtitle {
        display: none; } }
    @media (max-width: 37.4375em) {
      .nav-sub-container .bannermodtitle {
        padding: 0.66667em;
        cursor: pointer;
        line-height: 1;
        background: #363636;
        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 > li > a {
    color: #505050;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .nav-sub > ul > li ul {
    padding-top: 10;
    padding-bottom: 10;
    padding-left: 1.33333em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .nav-sub > ul > li ul ul {
      border-bottom: 0; }
    .nav-sub > ul > li ul a {
      padding: 0.33333em 0.66667em;
      border-bottom: 0; }
  .nav-sub a {
    padding: 0.66667em 0.66667em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #1c1c1c; }
    .nav-sub a.navon, .nav-sub a:hover {
      color: #950000; }
    .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: #3f729b; }
  .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: #55ACEE; }
  .nav-social .nav-social__item--vine a:hover {
    color: #00a478; }
  .nav-social .nav-social__item--youtube a:hover {
    color: #b00; }
  .nav-social a {
    font-size: 1.33333em;
    line-height: 1;
    text-align: center;
    color: #fff; }
    .nav-social a:before {
      font-family: "FontAwesome"; }
  .nav-social span {
    display: none; }

/*! Navigation - Utility v0.0.4 */
.nav-util {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-util ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-util a {
    display: block; }
  .nav-util a {
    padding: 0em 0em; }

/*! Navigation - Off Canvas v0.1.0 */
.drawer_trigger {
  padding: 0;
  background: none;
  border: 0;
  outline: 0; }

@media (min-width: 37.5em) {
  .drawer_ribbon {
    display: none; } }
.drawer_ribbon:after {
  clear: both;
  display: table;
  content: ''; }

.drawer_trigger {
  position: relative;
  float: left;
  width: 50%;
  color: rgba(255, 255, 255, 0.5); }
  .drawer_trigger:after {
    position: absolute;
    top: 50%;
    left: 4em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (min-width: 18.75em) {
      .drawer_trigger:after {
        content: 'Main Menu'; } }

.drawer_cue {
  position: relative;
  height: 4em;
  max-width: 4.66667em;
  width: 100%;
  -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: rgba(255, 255, 255, 0.5);
    -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 rgba(255, 255, 255, 0.5); }
  [data-drawer-state="visible"] .drawer_cue:before {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  [data-drawer-state="visible"] .drawer_cue:after {
    box-shadow: -0.5em 0.26667em 0 0 transparent;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.drawer {
  position: absolute;
  top: 4em;
  z-index: 300;
  height: 100%;
  width: 80%;
  pointer-events: none;
  background: #363636;
  -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: 37.5em) {
    .drawer {
      display: none; } }
  .csstransforms3d .drawer {
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0); }
  .no-csstransforms .drawer {
    display: none; }
  [data-drawer-state="visible"] .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    .csstransforms3d [data-drawer-state="visible"] .drawer {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .no-csstransforms [data-drawer-state="visible"] .drawer {
      display: block; }

#bodydiv {
  position: relative;
  z-index: 302; }
  @media (max-width: 37.4375em) {
    #bodydiv {
      -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 */
.push {
  padding-bottom: 1.33333em; }

.module {
  margin-bottom: 1.33333em !important;
  padding: 1.33333em;
  background: #363636;
  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: #1c1c1c; }

/*! Modules - Accordion v0.0.7 */
.mcExpandingList {
  margin-bottom: 1.46667em;
  width: 100%; }
  .mcExpandingList h4.ui-accordion-header {
    margin: 0;
    padding: 1em;
    padding-right: 5.33333em;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: 0;
    background: #EEEEEE;
    color: #363636 !important; }
    .mcExpandingList h4.ui-accordion-header.ui-state-hover {
      background: #e1e1e1; }
    .mcExpandingList h4.ui-accordion-header.ui-state-active {
      border-bottom: none;
      background: #1B429A;
      color: #fff !important; }
    .mcExpandingList h4.ui-accordion-header .ui-icon {
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      display: block;
      margin-top: 0;
      height: 100%;
      width: 2em;
      overflow: visible;
      text-indent: 0;
      background: none; }
      .mcExpandingList h4.ui-accordion-header .ui-icon:after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        display: block;
        content: '\f067';
        font-family: 'FontAwesome';
        font-size: 0.8em;
        font-weight: normal;
        text-align: center;
        color: #950000;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .mcExpandingList h4.ui-accordion-header .ui-icon.ui-icon-triangle-1-s:after {
        content: '\f068';
        color: #fff; }
    .mcExpandingList h4.ui-accordion-header a {
      display: block;
      padding: 0;
      color: inherit !important; }
  .mcExpandingList .ui-accordion-content {
    top: 0;
    margin: 0;
    padding: 1.33333em !important;
    border: 0;
    border-radius: 0;
    color: #1c1c1c;
    background-color: #f6f6f6;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px; }
    .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: 65.33333em;
  min-width: inherit;
  overflow: visible;
  padding: 0;
  width: 100% !important;
  background: #1c1c1c;
  color: #e3e3e3;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
    margin: 0;
    padding: 2.66667em 1.33333em 1.33333em;
    pointer-events: none;
    background: #149bc7; }
    @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.65306%; } }
    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'] .sliderSlides {
    position: relative; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides > div {
      position: relative !important;
      width: 100%; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides > div p:last-child {
        margin-bottom: 0; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane {
    background: #292929; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button {
      position: static;
      margin: 0;
      padding: 1.33333em;
      text-shadow: none;
      background: #363636;
      border: 0;
      border-radius: 0;
      color: #e3e3e3;
      outline: 0;
      -webkit-transition: background .3s;
      transition: background .3s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:hover {
        background: #424242; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button-text {
      padding: 0; }

#pagePopReminder {
  position: fixed !important;
  top: 8.26667em !important;
  z-index: 400;
  height: auto;
  width: auto;
  background: #1c1c1c;
  border: 0;
  color: #e3e3e3; }
  #pagePopReminder:after {
    clear: both;
    content: '';
    display: table; }
  #pagePopReminder .slideOutTabHandle {
    top: auto;
    right: auto !important;
    left: 100% !important;
    display: inline-block;
    margin: 0;
    height: 100% !important;
    width: 3.5em !important;
    background: #149bc7 !important;
    border: 0;
    border-radius: 0;
    -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; }

#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: #363636;
    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 {
  margin-bottom: 1.33333em !important;
  padding-bottom: 1.33333em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  clear: both;
  font-size: 1em !important;
  min-height: 8em; }
  .eventobj:last-child {
    border: 0; }

.event_stackdate {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.64286em;
  height: 7.14286em;
  width: 7.14286em;
  text-align: center;
  background: #c83eab;
  border-radius: 100%;
  color: #fff; }
  .event_stackdate span {
    display: inline-block;
    padding: 0;
    font-size: 1em;
    line-height: 1;
    color: inherit; }
  .event_stackdate .event_stackdaynum {
    display: block;
    margin-bottom: -0.225em;
    font-size: 2.85714em; }
  .event_stackdate .event_stackdayname:after {
    display: inline-block;
    margin: 0 0.28571em;
    content: '|'; }

.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: #149bc7; }

.event_time:before,
.event_location:before {
  display: inline-block;
  margin-right: 0.26667em;
  font-family: "FontAwesome";
  color: #c83eab; }

.event_time {
  text-transform: lowercase; }

.event_notes {
  margin-top: 1.33333em; }

#calendarcon {
  min-height: initial; }
  #calendarcon .caldata {
    height: auto !important; }
    #calendarcon .caldata.hotdate .daycap span, #calendarcon .caldata.selected .daycap span {
      background: #363636;
      color: #fff; }
  #calendarcon .monthrow {
    min-height: initial; }
  #calendarcon .daycap, #calendarcon .daycap_off {
    font-size: .75em;
    color: #1c1c1c; }
    @media (max-width: 61.18333em) {
      #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: 61.18333em) {
      .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: #1c1c1c; }
    #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: #1c1c1c; }
    #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: #1c1c1c; }

#calendar_titlebar,
#calendar_titlebar_bottom {
  padding: 0;
  font-size: 80%;
  text-align: center;
  background: none;
  color: #1c1c1c; }
  @media (min-width: 37.5em) {
    #calendar_titlebar,
    #calendar_titlebar_bottom {
      font-size: 1em; } }
  #calendar_titlebar [title*='Navigation'],
  #calendar_titlebar_bottom [title*='Navigation'] {
    display: none; }
  #calendar_titlebar .prevYear, #calendar_titlebar .prevMonth, #calendar_titlebar .nextMonth, #calendar_titlebar .nextYear,
  #calendar_titlebar_bottom .prevYear,
  #calendar_titlebar_bottom .prevMonth,
  #calendar_titlebar_bottom .nextMonth,
  #calendar_titlebar_bottom .nextYear {
    background: rgba(0, 0, 0, 0.1);
    font: 1em "Open Sans", sans-serif;
    font-weight: normal;
    padding: .5em;
    color: #1c1c1c; }
    #calendar_titlebar .prevYear:hover, #calendar_titlebar .prevMonth:hover, #calendar_titlebar .nextMonth:hover, #calendar_titlebar .nextYear:hover,
    #calendar_titlebar_bottom .prevYear:hover,
    #calendar_titlebar_bottom .prevMonth:hover,
    #calendar_titlebar_bottom .nextMonth:hover,
    #calendar_titlebar_bottom .nextYear:hover {
      background: rgba(0, 0, 0, 0.2); }

#calendar_titlebar {
  margin-bottom: 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 #363636; }
  #calnav.yui-calendar .calcell.today:before, #calnav.yui-calendar .calcell:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  #calnav.yui-calendar .calcell.oom {
    background-color: transparent; }
    #calnav.yui-calendar .calcell.oom:before {
      display: none; }
    #calnav.yui-calendar .calcell.oom .selector {
      color: rgba(0, 0, 0, 0.15); }
  #calnav.yui-calendar .calcell .selector {
    color: #1c1c1c; }

.pagetype_registration [bgcolor*='ccc'] {
  background: none; }
  .pagetype_registration [bgcolor*='ccc'] table {
    background: none; }
    .pagetype_registration [bgcolor*='ccc'] table table tr {
      display: block;
      padding: 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; }

.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: 61.25em) {
    .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: #1c1c1c; }
    .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: #1c1c1c; }
  .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 p:last-child,
  .newspostitem p:last-child {
    margin-bottom: 0; }

.newsposttitle {
  color: #163052; }
  .newsposttitle a {
    color: inherit;
    text-decoration: none; }
    .newsposttitle a:hover {
      color: #149bc7; }
  .newsposttitle img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 0.66667em 0; }
    @media (min-width: 50em) {
      .newsposttitle img {
        float: right;
        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: red; }
  .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 {
  padding: 0.66667em;
  text-align: center;
  background: #363636;
  color: #c9c9c9; }

.portlet_content > div {
  margin: 0 !important; }
.portlet_content p:last-child {
  margin-bottom: 0; }

.dock_marker {
  margin: 0.66667em 0;
  padding: 0.66667em 0;
  background: rgba(0, 0, 0, 0.75);
  border: 0;
  border-top: .25em solid #ffcc00;
  color: #fff; }

.portal_column_bottom {
  margin-bottom: 0;
  padding: 0.66667em 1.33333em !important;
  outline: 1px dashed rgba(0, 0, 0, 0.35); }

#acct_bar {
  height: auto;
  text-align: right;
  border: 0; }

.acct_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 {
  position: relative;
  float: right;
  height: 40px;
  width: 280px;
  margin-top: 70px;
  border: 1px solid #BBBBBB;
  /* Search Placeholder Styles */ }
  .search:before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 200;
    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%);
    color: #092444; }
  .search__label {
    display: none; }
  .search__field {
    height: 100%;
    width: 100%;
    padding-left: 2.66667em;
    background-color: #EEEEEE;
    border: 0;
    box-shadow: none;
    outline: 0;
    font-family: 'PT Sans' sans-serif;
    font-size: 14px; }
    .search__field:focus, .search__field:hover {
      box-shadow: none; }
  .search ::-webkit-input-placeholder {
    padding-left: 140px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #BBBBBB; }
  .search :-moz-placeholder {
    /* Firefox 18- */
    padding-left: 140px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #BBBBBB; }
  .search ::-moz-placeholder {
    /* Firefox 19+ */
    padding-left: 140px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #BBBBBB; }
  .search :-ms-input-placeholder {
    padding-left: 140px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #BBBBBB; }
  .search__button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2.66667em;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    color: transparent; }

.search:hover:before {
  color: #950000; }

.search__button {
  background: transparent !important;
  border: none !important; }

/*! 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.66667em 1.33333em;
        background: rgba(0, 0, 0, 0.1);
        color: #1c1c1c; }
        #portal_tabs .ui-tabs-nav li a:hover,
        #eventRegTabs .ui-tabs-nav li a:hover {
          background: rgba(0, 0, 0, 0.2);
          color: #363636 !important; }
        .ui-tabs .ui-state-active a {
          background: #363636 !important;
          color: #c9c9c9 !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: #1c1c1c; }
.style-guide h1:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h2:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h3:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h4:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h5:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h6:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h1:after {
  content: " font-size: 30px / line-height: 34"; }
.style-guide h2:after {
  content: " font-size: 24px / line-height: 26"; }
.style-guide h3:after {
  content: " font-size: 20px / line-height: 22"; }
.style-guide h4:after {
  content: " font-size: 18px / line-height: 22"; }
.style-guide h5:after {
  content: " font-size: 16px / line-height: 18"; }
.style-guide h6:after {
  content: " font-size: 15px / line-height: 18"; }
.style-guide .line-height-example {
  background: rgba(0, 0, 0, 0.05); }
.style-guide .primary-body:after {
  color: rgba(28, 28, 28, 0.5);
  content: " font-size: 15px / line-height: 22px"; }
.style-guide .secondary-body:after {
  color: rgba(28, 28, 28, 0.5);
  content: " font-size: 14px / line-height: 20px"; }

.colors {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 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: #1c1c1c; }
      .colors li:nth-of-type(1):after {
        content: " #1c1c1c"; }
    .colors li:nth-of-type(2) {
      border-left: 1.33333em solid;
      color: #363636; }
      .colors li:nth-of-type(2):after {
        content: " #363636"; }
    .colors li:nth-of-type(3) {
      border-left: 1.33333em solid;
      color: #163052; }
      .colors li:nth-of-type(3):after {
        content: " #163052"; }
    .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 */
.page_1 {
  width: 100% !important;
  /* Corner 'See All' link for events and twitter feed */
  /* Events Slider */
  /* Twitter Feed */
  /* Each post */
  /* Remove extra Twitter content */
  /* End Twitter */
  /* Accordion */
  /* End Accordion */ }
  .page_1 #midcontainer {
    overflow: hidden;
    /* Prevents events-slider background from causing horizontal scroll */ }
  .page_1 #leftbanner {
    width: 100%;
    padding-right: 0;
    font-family: 'PT Sans' sans-serif; }
    .page_1 #leftbanner h1 {
      color: #092444;
      font-size: 30px;
      margin-bottom: 10px; }
    .page_1 #leftbanner p {
      font-size: 18px;
      color: #505050;
      line-height: 26px;
      margin-bottom: 40px; }
  .page_1 .highlights-row {
    height: 300px;
    padding: 0;
    margin: 0;
    list-style-type: none !important; }
    .page_1 .highlights-row li {
      float: left;
      width: 300px;
      margin-left: 40px; }
      .page_1 .highlights-row li:first-child {
        margin-left: 0px; }
      .page_1 .highlights-row li h3 {
        color: #950000;
        font-size: 24px;
        font-weight: 700; }
      .page_1 .highlights-row li p {
        font-size: 15px !important;
        line-height: 20px; }
      .page_1 .highlights-row li a {
        color: #0076A3;
        padding-left: 5px; }
        .page_1 .highlights-row li a:hover {
          color: #950000; }
  .page_1 .corner-pocket {
    float: right;
    font-size: 18px;
    font-weight: 400;
    color: #BBBBBB; }
    .page_1 .corner-pocket:hover {
      color: #092444; }
    .page_1 .corner-pocket .fa-external-link {
      margin-left: 5px; }
  .page_1 .events-slider {
    background-color: #EEEEEE;
    position: relative;
    margin-top: 50px !important;
    padding: 30px 0;
    /* Before & After hack for full-width background of event slider */ }
    .page_1 .events-slider .bannermodtitle p {
      font-size: 30px !important;
      font-weight: 700;
      color: #092444 !important; }
    .page_1 .events-slider:before {
      position: absolute;
      left: -100%;
      content: '';
      width: 100%;
      background: #EEEEEE;
      top: 0;
      height: 100%; }
    .page_1 .events-slider:after {
      position: absolute;
      right: -100%;
      content: '';
      width: 100%;
      background: #EEEEEE;
      top: 0;
      height: 100%; }
    .page_1 .events-slider .eventobj {
      clear: none;
      border-bottom: none;
      padding: 0 !important;
      margin: 0 !important; }
    .page_1 .events-slider .etitle {
      color: #505050;
      font-weight: 700;
      font-size: 18px; }
    .page_1 .events-slider .event_stackdate {
      position: static;
      height: 100px;
      width: 150px;
      margin-left: 47.5px;
      padding-top: 20px !important;
      border-radius: 6px;
      background-color: #fff;
      color: #BBBBBB; }
    .page_1 .events-slider .event_stackdayname {
      color: #950000;
      font-size: 15px; }
    .page_1 .events-slider .event_stackmonname {
      color: #950000;
      font-size: 15px; }
    .page_1 .events-slider .event_stackdaynum {
      font-size: 48px;
      font-weight: 700; }
    .page_1 .events-slider .eventcol {
      text-align: center;
      padding: 0; }
    .page_1 .events-slider .eventcon {
      margin-top: 12px; }
    .page_1 .events-slider .event_time {
      display: inline-block;
      font-size: 15px;
      color: #505050; }
      .page_1 .events-slider .event_time:after {
        content: " |\00a0";
        /* space unicode */ }
    .page_1 .events-slider .event_location {
      display: inline-block;
      font-size: 15px;
      color: #505050; }
    .page_1 .events-slider .slick-active {
      color: blue; }
    .page_1 .events-slider .slick-prev {
      background: none;
      border: 0;
      outline: 0;
      height: 197px;
      width: 41px;
      z-index: 20;
      position: absolute;
      left: -4.3%;
      top: -12%;
      background: url("../images/arrow-left.png") 0 0 no-repeat;
      background-size: cover;
      opacity: .6;
      -webkit-transition: .4s ease;
      transition: .4s ease; }
      .page_1 .events-slider .slick-prev:hover {
        opacity: 1;
        -webkit-transition: .4s ease;
        transition: .4s ease; }
    .page_1 .events-slider .slick-next {
      background: none;
      border: 0;
      outline: 0;
      height: 197px;
      width: 41px;
      z-index: 20;
      position: absolute;
      right: -4.3%;
      top: -12%;
      background: url("../images/arrow-right.png") -39px 0 no-repeat;
      background-size: cover;
      opacity: .6;
      -webkit-transition: .4s ease;
      transition: .4s ease; }
      .page_1 .events-slider .slick-next:hover {
        opacity: 1;
        -webkit-transition: .4s ease;
        transition: .4s ease; }
  .page_1 .twitterFeed {
    margin-top: 60px !important; }
    .page_1 .twitterFeed h1 {
      margin-bottom: 30px !important; }
  .page_1 .fa-twitter {
    float: left;
    font-size: 30px;
    color: #950000;
    margin-right: 10px !important; }
  .page_1 #twitter-widget-0 {
    display: none !important; }
  .page_1 .follow-cabe {
    display: block;
    width: 198px;
    height: 26px;
    margin-bottom: 40px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #fdfdfd;
    background: -webkit-linear-gradient(top, #fdfdfd 0, #e0e0e0 100%);
    background: linear-gradient(to bottom, #fdfdfd 0, #e0e0e0 100%);
    color: #000;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px; }
    .page_1 .follow-cabe .fa-twitter {
      margin: 1px 3px 0px 4px !important;
      font-size: 19px;
      color: #01b7ee;
      line-height: 26px; }
    .page_1 .follow-cabe:hover {
      border: 1px solid #dddddd;
      background: #f6f6f6;
      background: -webkit-linear-gradient(top, #f6f6f6 0, #dadada 100%);
      background: linear-gradient(to bottom, #f6f6f6 0, #dadada 100%); }
  .page_1 .tweets > li {
    display: block;
    float: left;
    width: 300px;
    margin: 0 0px 60px 40px !important;
    padding: 0 !important; }
    .page_1 .tweets > li:first-child {
      margin-left: 0 !important; }
    .page_1 .tweets > li:hover .footer.customisable-border ul.tweet-actions li {
      visibility: visible;
      opacity: 1;
      -webkit-transition: .5s ease;
      transition: .5s ease; }
  .page_1 a.u-url.profile {
    display: block;
    float: left;
    margin: 25px 0px 10px 5px; }
  .page_1 .avatar {
    float: left;
    border-radius: 6px;
    margin: 0; }
  .page_1 .e-entry-title {
    clear: left; }
  .page_1 .tweet {
    border-bottom: none; }
  .page_1 .tweet .footer {
    display: inline !important; }
  .page_1 .tweet .header time {
    font-size: 12px; }
    .page_1 .tweet .header time:hover {
      color: #55ACEE; }
  .page_1 .tweet .header time:before {
    content: 'Posted ' !important; }
  .page_1 .tweet .header time:after {
    content: ''; }
  .page_1 time.dt-updated abbr {
    border-bottom: none; }
  .page_1 .tweet-actions .header {
    float: left;
    margin-right: 125px; }
  .page_1 .tweet-actions li {
    float: left;
    margin-right: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    /* Twitter Icons */ }
    .page_1 .tweet-actions li a {
      display: inline-block !important;
      color: #505050; }
      .page_1 .tweet-actions li a.reply-action:before {
        content: '\f112';
        font-family: "icomoon"; }
      .page_1 .tweet-actions li a.retweet-action:before {
        content: '\f079';
        font-family: "icomoon";
        font-style: normal; }
      .page_1 .tweet-actions li a.favorite-action:before {
        content: '\f005';
        font-family: "icomoon";
        font-style: normal; }
      .page_1 .tweet-actions li a:hover {
        color: #55ACEE; }
    .page_1 .tweet-actions li b {
      display: none; }
  .page_1 .e-entry-content {
    margin-bottom: -28px; }
  .page_1 .e-entry-content p, .page_1 .e-entry-content a {
    color: #505050 !important;
    font-style: italic; }
  .page_1 .e-entry-content a:hover {
    color: #55ACEE !important; }
  .page_1 .p-name {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .page_1 .p-nickname {
    font-weight: 300; }
  .page_1 .retweet-credit {
    display: none; }
  .page_1 .expand {
    display: none; }
  .page_1 .stats-wide {
    display: none; }
  .page_1 .stats-narrow {
    display: none; }
  .page_1 .h-card.p-author {
    display: none !important; }
  .page_1 .inline-media {
    display: none; }
  .page_1 #contentdiv {
    width: 980px; }
    .page_1 #contentdiv .ui-accordion .ui-accordion-header {
      background-color: #ffffff;
      border-bottom: 1px solid #BBBBBB; }
      .page_1 #contentdiv .ui-accordion .ui-accordion-header:first-child {
        border-top: 1px solid #BBBBBB; }
    .page_1 #contentdiv .ui-state-hover, .page_1 #contentdiv .ui-state-active {
      background-color: #f2f2f2 !important; }
    .page_1 #contentdiv .ui-state-active {
      border-bottom: none !important; }
    .page_1 #contentdiv .mcExpandingList {
      margin-top: 40px;
      margin-bottom: 80px; }
      .page_1 #contentdiv .mcExpandingList .ui-accordion-content {
        background: #e6e6e6;
        /* Old browsers */
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(50%, #fafafa), color-stop(100%, #e6e6e6));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e6e6e6 0%, #fafafa 50%, #e6e6e6 100%);
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        background: linear-gradient(to bottom, #e6e6e6 0%, #fafafa 50%, #e6e6e6 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=0 );
        /* IE6-9 */ }
        .page_1 #contentdiv .mcExpandingList .ui-accordion-content img {
          margin-right: 25px; }
      .page_1 #contentdiv .mcExpandingList h4.ui-accordion-header a {
        font-size: 30px;
        font-weight: 700;
        color: #505050 !important; }
      .page_1 #contentdiv .mcExpandingList h4.ui-accordion-header .ui-icon.ui-icon-triangle-1-s:after {
        color: #092444; }
    .page_1 #contentdiv .column-text {
      float: left;
      width: 58%; }
      .page_1 #contentdiv .column-text p {
        font-size: 18px;
        margin-bottom: 30px; }
      .page_1 #contentdiv .column-text a {
        color: #950000; }
      .page_1 #contentdiv .column-text a:hover {
        color: #c42424 !important; }
    .page_1 #contentdiv .column-video {
      float: right;
      width: 35%; }
      .page_1 #contentdiv .column-video video {
        width: 600px; }
  .page_1 .contentElement.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom {
    border-bottom: 1px solid #BBBBBB; }
  .page_1 .home-call {
    text-align: center;
    width: 300px;
    margin-left: 320px !important;
    margin-bottom: 60px !important;
    margin: 0 auto; }
  .page_1 .example-capsule {
    position: relative; }
    @media (min-width: 37.5em) {
      .page_1 .example-capsule {
        width: 49.67%;
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 56.25em) {
      .page_1 .example-capsule {
        width: 24.67%; } }
    @media (min-width: 37.5em) {
      .page_1 .example-capsule {
        padding-right: 0.66667em;
        padding-left: 0.66667em; } }

/*! Pages - Page X v0.0.3 */
/* Lower Level Pages */
/* Left Banner */
.left-banner-callout {
  padding: 25px 20px;
  margin-top: 10px !important;
  background-color: #EEEEEE;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px; }
  .left-banner-callout h1 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px; }
  .left-banner-callout p {
    margin-bottom: 5px;
    line-height: 25px; }
  .left-banner-callout .learn-more {
    color: #0076A3; }
    .left-banner-callout .learn-more:hover {
      color: #950000; }

.callout-button {
  background-color: #092444;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  border-radius: 6px; }
  .callout-button:hover {
    color: #fff;
    background-color: #950000; }

/* Main Content */
.mid-space {
  padding-top: 60px !important; }
  .mid-space p {
    color: #4e4e4e; }

/* Block Quote */
ul.fs_style_8 {
  position: relative;
  list-style-type: none;
  font-family: 'PT Sans', sans-serif;
  color: #4e4e4e;
  padding: 5px 25px; }
  ul.fs_style_8 li:first-child {
    color: #272727;
    font-style: italic;
    font-size: 16px;
    padding-bottom: 5px; }
  ul.fs_style_8 li {
    font-size: 14px; }
  ul.fs_style_8:before {
    position: absolute;
    left: 1px;
    top: 0;
    content: "";
    height: 13px;
    width: 13px;
    background: url("../images/quote-left.png"); }
  ul.fs_style_8:after {
    position: absolute;
    right: 3px;
    top: 0;
    content: "";
    height: 13px;
    width: 13px;
    background: url("../images/quote-right.png"); }

/* Right Banner */
#rightbanner .eventobj {
  clear: none;
  border-bottom: none;
  padding: 0 !important;
  margin: 0 0 0 0 !important;
  font-family: 'PT Sans', sans-serif; }
#rightbanner .eventcol {
  text-align: center;
  padding: 0;
  margin: 25px 0; }
#rightbanner .etitle {
  color: #505050;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 0 0 !important; }
#rightbanner .event_stackdate {
  position: static;
  height: 75px;
  width: 50%;
  padding: 5px 0 !important;
  margin: 5px 0 5px 25% !important;
  border-radius: 6px;
  background-color: #EEEEEE;
  color: #BBBBBB; }
#rightbanner .event_stackdayname {
  color: #950000 !important;
  font-size: 15px; }
#rightbanner .event_stackmonname {
  color: #950000 !important;
  font-size: 15px; }
#rightbanner .event_stackdaynum {
  font-size: 48px !important;
  font-weight: 700; }
#rightbanner .event_time {
  display: inline-block;
  font-size: 15px;
  color: #505050; }
  #rightbanner .event_time:after {
    content: " |\00a0";
    /* space unicode */ }
#rightbanner .event_location {
  display: inline-block;
  font-size: 15px;
  color: #505050; }
#rightbanner #newscon {
  padding-top: 20px; }
#rightbanner .newsposttitle {
  color: #092444;
  font-size: 18px; }
  #rightbanner .newsposttitle a:hover {
    color: #950000 !important; }
  #rightbanner .newsposttitle img {
    float: none;
    width: 100%; }
#rightbanner .newspubdate {
  color: #505050; }
#rightbanner .newspostnotes {
  color: #505050; }
#rightbanner .read-more {
  color: #0076A3; }
  #rightbanner .read-more:hover {
    color: #950000; }

/*! 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 #363636; }
  .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 #363636; }
    @media (min-width: 37.5em) {
      .collage-container .contentElementDiv:first-child {
        display: block; } }
  .collage-container .contentElementDiv:last-child {
    display: none;
    border-left: 0.5em solid #363636; }
    @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: 61.25em) {
    .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: #363636;
      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; }

/* Custom CSS / Overrides */
/* News Slider for Top Banner */
.top-slideshow {
  background-color: #092444;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  padding: 10px 0px !important; }
  .top-slideshow > .bannermodcontent {
    margin: 0 auto;
    max-width: 65.33333em;
    max-width: 61.25rem; }
  .top-slideshow .slideshow-captions {
    float: left;
    width: 32%;
    padding: 10px 0 0 0; }
  .top-slideshow .newsposttitle {
    display: none; }
  .top-slideshow .newspostnotes {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 24px; }
  .top-slideshow .newspostitemsep, .top-slideshow .newspostitem {
    position: relative;
    margin: 0 !important;
    padding: 18px 0 !important;
    color: #5c6676; }
    .top-slideshow .newspostitemsep:after, .top-slideshow .newspostitem:after {
      position: absolute;
      content: "";
      height: 1px;
      background-color: #505050;
      width: 265px;
      bottom: 0%; }
  .top-slideshow .brighten {
    color: #fff !important; }
  .top-slideshow .brighten a {
    color: #fff !important;
    -webkit-transition: none;
    transition: none; }
  .top-slideshow .read-more {
    color: #5c6676;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px; }
    .top-slideshow .read-more:hover {
      color: #950000 !important; }
  .top-slideshow .slick-slider {
    padding: 0;
    float: right;
    width: 65%; }
  .top-slideshow .topSlider .slick-slide {
    margin: 15px 0px !important;
    height: 454px; }
  .top-slideshow .topSlider .slick-prev {
    display: none !important; }
  .top-slideshow .topSlider .slick-next {
    display: none !important; }

/* Event Details Popup */
.desclinks:hover {
  color: #092444; }

.flexboxlegacy {
  background-color: #fff; }
