@charset "UTF-8";
a, .buttons, #portal_tabs .ui-tabs-nav li a,
#eventRegTabs .ui-tabs-nav li a,
.button,
button, textarea,
input,
select {
  transition: background 0.3s, border 0.3s, color 0.3s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*! Content - Typography v0.0.4 */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?1ftk69");
  src: url("../fonts/icomoon/icomoon.eot?#iefix1ftk69") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?1ftk69") format("woff"), url("../fonts/icomoon/icomoon.ttf?1ftk69") format("truetype"), url("../fonts/icomoon/icomoon.svg?1ftk69#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-calhoun-c:before {
  content: "\e600"; }

.icon-cougar:before {
  content: "\e600"; }

/*! Content - HTML v0.0.6 */
h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.41667em;
  line-height: 1.05556em;
  color: null; }
  @media (min-width: 31.25em) {
    h1,
    .alpha {
      font-size: 2.57143em; } }

h2,
.beta,
.pagetype_item b {
  margin-top: 0;
  font-weight: normal;
  margin-top: 24px;
  margin-bottom: 14px;
  font-size: 2.14286em;
  line-height: 1.06667em;
  color: null; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 6px;
  font-size: 1.85714em;
  line-height: 1.07692em;
  color: null; }

h4,
.delta,
.module .bannermodtitle,
.imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle,
.gridTable .contentElementTitle,
.newsposttitle,
.popup-window #ptitle,
.portlet_title {
  margin-top: 0;
  font-weight: normal;
  margin-top: 28px;
  margin-bottom: 0.45455em;
  font-size: 1.57143em;
  line-height: 1.09091em;
  color: null; }

h5,
.epsilon {
  margin-top: 0;
  font-weight: normal;
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 1.28571em;
  line-height: 1.11111em;
  color: null; }

h6,
.zeta {
  margin-top: 0;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 1.14286em;
  line-height: 1.125em;
  color: null; }

p {
  margin: 0 0 20px; }

a {
  color: #4c4c4c;
  font-weight: 700;
  text-decoration: none; }
  a:hover {
    color: #004023; }
  nav a {
    display: block; }

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

#midcontainer table.styled,
#midcontainer table.stripe,
#midcontainer .fs_style_23 {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 40px; }
  #midcontainer table.styled th,
  #midcontainer table.styled td,
  #midcontainer table.stripe th,
  #midcontainer table.stripe td,
  #midcontainer .fs_style_23 th,
  #midcontainer .fs_style_23 td {
    vertical-align: top; }
  #midcontainer table.styled th,
  #midcontainer table.stripe th,
  #midcontainer .fs_style_23 th {
    padding: 16px 20px;
    text-transform: uppercase;
    background: #7696aa;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 600; }
    #midcontainer table.styled th:first-child,
    #midcontainer table.stripe th:first-child,
    #midcontainer .fs_style_23 th:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    #midcontainer table.styled th:last-child,
    #midcontainer table.stripe th:last-child,
    #midcontainer .fs_style_23 th:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  #midcontainer table.styled td,
  #midcontainer table.stripe td,
  #midcontainer .fs_style_23 td {
    padding: 0.71429em 1.42857em; }
  #midcontainer table.styled tr:nth-child(2n + 2) td,
  #midcontainer table.stripe tr:nth-child(2n + 2) td,
  #midcontainer .fs_style_23 tr:nth-child(2n + 2) td {
    background-color: #dcdcdc; }
#midcontainer table.no-stripe,
#midcontainer .fs_style_27 {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 40px; }
  #midcontainer table.no-stripe th,
  #midcontainer table.no-stripe td,
  #midcontainer .fs_style_27 th,
  #midcontainer .fs_style_27 td {
    vertical-align: top; }
  #midcontainer table.no-stripe th,
  #midcontainer .fs_style_27 th {
    padding: 16px 20px;
    text-transform: uppercase;
    background: #7696aa;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 600; }
    #midcontainer table.no-stripe th:first-child,
    #midcontainer .fs_style_27 th:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    #midcontainer table.no-stripe th:last-child,
    #midcontainer .fs_style_27 th:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  #midcontainer table.no-stripe td,
  #midcontainer .fs_style_27 td {
    padding: 0.71429em 1.42857em; }
  #midcontainer table.no-stripe tr:nth-child(2n + 2) td,
  #midcontainer .fs_style_27 tr:nth-child(2n + 2) td {
    background-color: inherit; }

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

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

#add_elements_menu_div {
  z-index: 9999; }

/*! Content - Button v0.0.3 */
.buttons, #portal_tabs .ui-tabs-nav li a,
#eventRegTabs .ui-tabs-nav li a,
.button,
button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-weight: 600;
  line-height: 1;
  background: #dcdcdc;
  border: 0;
  color: #4c4c4c;
  border-radius: 4px; }
  .buttons.active, #portal_tabs .ui-tabs-nav li a.active,
  #eventRegTabs .ui-tabs-nav li a.active,
  .active.button,
  button.active {
    color: #fff;
    background: #004023; }
  .buttons:hover, #portal_tabs .ui-tabs-nav li a:hover,
  #eventRegTabs .ui-tabs-nav li a:hover,
  .button:hover,
  button:hover {
    background: #b2b2b2;
    color: #fff; }
  .buttons.disabled, #portal_tabs .ui-tabs-nav li a.disabled,
  #eventRegTabs .ui-tabs-nav li a.disabled, .buttons.disabled:hover, #portal_tabs .ui-tabs-nav li a.disabled:hover,
  #eventRegTabs .ui-tabs-nav li a.disabled:hover, .buttons[disabled], #portal_tabs .ui-tabs-nav li a[disabled],
  #eventRegTabs .ui-tabs-nav li a[disabled], .buttons[disabled]:hover, #portal_tabs .ui-tabs-nav li a[disabled]:hover,
  #eventRegTabs .ui-tabs-nav li a[disabled]:hover,
  .disabled.button,
  button.disabled,
  .disabled.button:hover,
  button.disabled:hover,
  [disabled].button,
  button[disabled],
  [disabled].button:hover,
  button[disabled]:hover {
    background: #dcdcdc;
    color: #b2b2b2;
    cursor: default; }

.button.callout, .button.callout.default, .button.callout.green,
button.callout,
button.callout.default,
button.callout.green {
  font-size: 30px;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 20px;
  background: #004023;
  color: #fff; }
  .button.callout:hover, .button.callout.default:hover, .button.callout.green:hover,
  button.callout:hover,
  button.callout.default:hover,
  button.callout.green:hover {
    background: #00331c;
    color: #fff; }
  #leftbanner .button.callout, #rightbanner .button.callout, #leftbanner .button.callout.default, #rightbanner .button.callout.default, #leftbanner .button.callout.green, #rightbanner .button.callout.green, #leftbanner
  button.callout, #rightbanner
  button.callout, #leftbanner
  button.callout.default, #rightbanner
  button.callout.default, #leftbanner
  button.callout.green, #rightbanner
  button.callout.green {
    display: block;
    width: 100%; }
.button.callout.blue,
button.callout.blue {
  background: #7696aa;
  color: #fff; }
  .button.callout.blue:hover,
  button.callout.blue:hover {
    background: #657f90; }
.button.callout.grey,
button.callout.grey {
  background: #7c7c7c;
  color: #fff; }
  .button.callout.grey:hover,
  button.callout.grey:hover {
    background: #626262; }

/*! Content - Forms v0.0.5 */
textarea,
input,
select {
  max-width: 100%;
  padding: 0.71429em 0.95238em;
  font-family: "proxima-nova", sans-serif;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #2a2a2a; }
  textarea:hover, textarea:focus,
  input:hover,
  input:focus,
  select:hover,
  select:focus {
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.15em 0 0 rgba(0, 0, 0, 0.3); }

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

[disabled] {
  cursor: not-allowed; }

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

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

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

.required {
  color: #2a2a2a; }

.fsLoginForms {
  width: 100%; }

.fsLoginFooter {
  margin-left: 0; }

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

/*! Content - Style Manger v0.0.4 */
.lead-in,
.fs_style_22 {
  font-size: 20px;
  font-weight: 600;
  color: #004023; }

blockquote,
.blockquote,
.fs_style_24 {
  clear: both;
  margin: 28px 0 40px;
  padding: 50px 40px 25px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  font-size: 30px;
  line-height: 1.2;
  font-family: serif;
  font-style: italic;
  text-align: center;
  color: #4c4c4c; }
  blockquote:before,
  .blockquote:before,
  .fs_style_24:before {
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 0 0 50% 50%;
    font-weight: 400;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -32.5px;
    margin-left: -32.5px;
    /*
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    
    */ }
  blockquote:after,
  .blockquote:after,
  .fs_style_24:after {
    content: '\201C';
    width: 65px;
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -32.5px;
    /* -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%);*/ }
  blockquote, blockquote.grey, blockquote.default,
  .blockquote,
  .blockquote.grey,
  .blockquote.default,
  .fs_style_24,
  .fs_style_24.grey,
  .fs_style_24.default {
    background-color: #dcdcdc; }
    blockquote:after, blockquote.grey:after, blockquote.default:after,
    .blockquote:after,
    .blockquote.grey:after,
    .blockquote.default:after,
    .fs_style_24:after,
    .fs_style_24.grey:after,
    .fs_style_24.default:after {
      color: #b2b2b2; }
  blockquote.blue, blockquote.alt, blockquote.alternate,
  .blockquote.blue,
  .fs_style_25,
  .blockquote.alt,
  .blockquote.alternate,
  .fs_style_24.blue,
  .fs_style_24.alt,
  .fs_style_24.alternate {
    color: #fff;
    background-color: #7696aa; }
    blockquote.blue:after, blockquote.alt:after, blockquote.alternate:after,
    .blockquote.blue:after,
    .fs_style_25:after,
    .blockquote.alt:after,
    .blockquote.alternate:after,
    .fs_style_24.blue:after,
    .fs_style_24.alt:after,
    .fs_style_24.alternate:after {
      color: #7696aa; }
  blockquote cite, blockquote > span, blockquote > p, blockquote > div,
  .blockquote cite,
  .blockquote > span,
  .blockquote > p,
  .blockquote > div,
  .fs_style_24 cite,
  .fs_style_24 > span,
  .fs_style_24 > p,
  .fs_style_24 > div {
    display: block;
    text-align: center;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    margin-top: 10px; }
    blockquote cite:after, blockquote cite:before, blockquote > span:after, blockquote > span:before, blockquote > p:after, blockquote > p:before, blockquote > div:after, blockquote > div:before,
    .blockquote cite:after,
    .blockquote cite:before,
    .blockquote > span:after,
    .blockquote > span:before,
    .blockquote > p:after,
    .blockquote > p:before,
    .blockquote > div:after,
    .blockquote > div:before,
    .fs_style_24 cite:after,
    .fs_style_24 cite:before,
    .fs_style_24 > span:after,
    .fs_style_24 > span:before,
    .fs_style_24 > p:after,
    .fs_style_24 > p:before,
    .fs_style_24 > div:after,
    .fs_style_24 > div:before {
      content: '-';
      margin-right: 0.25em;
      margin-left: 0.25em; }

.image-fancy,
.fs_style_17, .image-left,
.fs_style_15, .image-right,
.fs_style_16 {
  display: block;
  width: 100%;
  margin: 20px 0;
  border-radius: 4px; }

@media (min-width: 37.5em) {
  .image-fancy,
  .fs_style_17 {
    margin: 10px; } }

@media (min-width: 37.5em) {
  .image-left,
  .fs_style_15 {
    width: auto;
    float: left;
    margin-top: 10px;
    margin-right: 20px !important;
    margin-bottom: 20px !important; } }

@media (min-width: 37.5em) {
  .image-right,
  .fs_style_16 {
    width: auto;
    float: right;
    margin-top: 10px;
    margin-left: 20px !important;
    margin-bottom: 20px !important; } }

.caption,
.fs_style_26 {
  font-size: 9.8px; }

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

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

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

#nav_menus,
#ql_menu {
  display: none; }

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

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

html {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fff; }
  html.no-mqs {
    min-width: 87.14286em; }

body {
  font-size: 0.875em;
  line-height: 1.42857;
  font-family: "proxima-nova", sans-serif;
  color: #4c4c4c; }

/*! Structure - Header v0.0.3 */
#topcontainer .nav-main .trigger-menu,
#topcontainer .nav-main .trigger-search,
.inline-button {
  display: inline-block;
  vertical-align: middle; }

.drawer_search {
  padding-right: 1.42857em;
  padding-left: 1.42857em;
  background: #dcce62;
  color: #004023;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s; }
  .drawer_search.open {
    max-height: 60px; }
  .drawer_search #search_div {
    margin: 0 auto;
    max-width: 87.14286em;
    max-width: 76.25rem; }
    .drawer_search #search_div .form-group {
      display: block;
      width: 100%;
      color: #fff;
      position: relative; }
      .drawer_search #search_div .form-group .fa {
        position: absolute;
        top: 50%;
        left: 0;
        font-size: 17px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .drawer_search #search_div .form-group #search_keywords {
        display: block;
        background: none;
        border: none;
        color: #fff;
        font-size: 20px;
        line-height: 46px;
        height: 46px;
        font-family: "adobe-garamond-pro", Georgia, serif;
        font-style: italic;
        font-weight: 400;
        padding: 0;
        padding-top: 2px;
        padding-left: 30px;
        width: 100%; }
      .drawer_search #search_div .form-group #search_submit {
        position: absolute;
        z-index: 0;
        visibility: hidden; }

#topcontainer {
  padding-right: 1.42857em;
  padding-left: 1.42857em;
  background: #004023;
  color: #fff;
  position: relative;
  zoom: 1;
  padding-top: 20px; }
  #topcontainer:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 50em) {
    #topcontainer {
      padding-top: 0; } }
  #topcontainer #topbanner {
    margin: 0 auto;
    max-width: 87.14286em;
    max-width: 76.25rem;
    zoom: 1; }
    #topcontainer #topbanner:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 50em) {
      #topcontainer #topbanner {
        padding-bottom: 0;
        position: relative; } }
    @media (min-width: 75em) {
      #topcontainer #topbanner {
        padding-left: 234px; } }
  #topcontainer .drawer_search {
    display: none; }
  #topcontainer .branding {
    width: 181px;
    margin: 0 auto 40px; }
    @media (min-width: 37.5em) {
      #topcontainer .branding {
        width: 234px;
        margin-bottom: 20px; } }
    @media (min-width: 62.5em) {
      #topcontainer .branding {
        margin: 0;
        position: absolute;
        top: 25px;
        left: 0;
        z-index: 1; } }
  #topcontainer .nav-main .search-toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 60%;
    color: rgba(255, 255, 255, 0.5);
    background: #00331c; }
    @media (min-width: 62.5em) {
      #topcontainer .nav-main .search-toggle {
        display: inline-block;
        vertical-align: top;
        margin-right: -12px;
        background: none; } }
    #topcontainer .nav-main .search-toggle .fa {
      font-size: 17px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-42%, -53%);
      transform: translate(-42%, -53%); }
    #topcontainer .nav-main .search-toggle:hover {
      color: #dcce62; }
    #topcontainer .nav-main .search-toggle.active {
      color: #dcce62; }
      #topcontainer .nav-main .search-toggle.active .fa-search {
        -webkit-transform: translate(-50%, -52%);
        transform: translate(-50%, -52%); }
        #topcontainer .nav-main .search-toggle.active .fa-search:before {
          content: ""; }
      @media (min-width: 62.5em) {
        #topcontainer .nav-main .search-toggle.active {
          background: #00331c; } }
  #topcontainer .nav-main .trigger-menu {
    left: 13px; }
    @media (min-width: 37.5em) {
      #topcontainer .nav-main .trigger-menu {
        left: 20px; } }
  #topcontainer .nav-main .trigger-search {
    right: 13px; }
    @media (min-width: 37.5em) {
      #topcontainer .nav-main .trigger-search {
        right: 20px; } }
  #topcontainer .nav-main .trigger-menu,
  #topcontainer .nav-main .trigger-search {
    position: absolute;
    bottom: 13px;
    z-index: 1;
    vertical-align: middle; }
    @media (min-width: 62.5em) {
      #topcontainer .nav-main .trigger-menu,
      #topcontainer .nav-main .trigger-search {
        vertical-align: middle;
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: auto; } }
  #topcontainer .masthead {
    display: none; }

.utilities {
  background: #00331c;
  text-align: center; }
  @media (min-width: 37.5em) {
    .utilities {
      text-align: left; } }
  @media (min-width: 50em) {
    .utilities {
      text-align: right;
      background: none; } }
  .utilities .tagline {
    display: inline-block;
    vertical-align: middle;
    color: #dcce62;
    text-transform: uppercase;
    padding: 18px;
    font-weight: 600; }
  .utilities > ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: none;
    margin: 0; }
    .utilities > ul ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .utilities > ul a {
      display: block; }
    @media (min-width: 37.5em) {
      .utilities > ul {
        text-align: left;
        display: inline-block;
        float: right; } }
    @media (min-width: 50em) {
      .utilities > ul {
        padding-right: 12px;
        padding-left: 12px;
        background: #00331c;
        float: none; } }
    .utilities > ul > li {
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .utilities > ul > li a {
        font-size: 14px;
        line-height: 1;
        padding-top: 17px;
        padding-bottom: 14px;
        font-weight: 600;
        padding-right: 8px;
        padding-left: 8px;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 400; }
        .utilities > ul > li a .fa, .utilities > ul > li a [class^="icon-"] {
          display: inline-block;
          vertical-align: text-bottom;
          font-size: 17px;
          line-height: 14px;
          margin-right: 4px;
          color: rgba(255, 255, 255, 0.2); }
        .utilities > ul > li a:hover {
          color: #fff; }
          .utilities > ul > li a:hover .fa, .utilities > ul > li a:hover [class^="icon-"] {
            color: rgba(255, 255, 255, 0.6); }
      .utilities > ul > li:hover > a {
        color: #fff;
        background: #b7ab4d; }
        .utilities > ul > li:hover > a .fa,
        .utilities > ul > li:hover > a [class^="icon-"] {
          color: #000;
          color: rgba(0, 0, 0, 0.5); }
      .utilities > ul > li:hover ul {
        max-height: 500px; }
    .utilities > ul ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none;
      width: 12.14286em !important;
      display: none;
      max-height: 0;
      overflow: hidden;
      border-radius: 4px;
      transition: max-height 0.5s; }
      .utilities > ul ul ul {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none; }
      .utilities > ul ul a {
        display: block; }
      @media (min-width: 50em) {
        .utilities > ul ul {
          display: block; } }
      .utilities > ul ul li {
        background: #e5d660; }
        .utilities > ul ul li a {
          padding: 14px 14px 10px; }
          .utilities > ul ul li a:hover {
            background: #b7ab4d;
            background: rgba(183, 171, 77, 0.7); }
    .utilities > ul #ql_menu {
      display: block; }
  .utilities .tagline {
    font-size: 14px;
    line-height: 1;
    padding-top: 17px;
    padding-bottom: 14px;
    font-weight: 600; }

.layout_tier .masthead {
  zoom: 1;
  padding-top: 10px;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s; }
  .layout_tier .masthead:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 37.5em) {
    .layout_tier .masthead {
      max-height: 250px; } }
  .layout_tier .masthead .gallery {
    zoom: 1;
    height: 250px;
    overflow: hidden; }
    .layout_tier .masthead .gallery:after {
      display: table;
      clear: both;
      content: ''; }
    .layout_tier .masthead .gallery .frame {
      display: block;
      width: 33.33333%;
      padding-top: 250px;
      float: left;
      overflow: hidden;
      position: relative;
      transition: width 0.5s; }
      .layout_tier .masthead .gallery .frame:nth-child(n+4) {
        width: 0; }
      @media (min-width: 50em) {
        .layout_tier .masthead .gallery .frame {
          width: 25%; }
          .layout_tier .masthead .gallery .frame:nth-child(n + 4) {
            width: 25%; }
          .layout_tier .masthead .gallery .frame:nth-child(n + 5) {
            width: 0; } }
      .layout_tier .masthead .gallery .frame img {
        max-width: none;
        min-width: 100%;
        max-height: 110%;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .layout_tier.no-csstransforms3d .masthead .gallery .frame img {
          /* IE8+ - must be on one line, unfortunately */
          -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
          margin-left: -50%;
          margin-top: -50%; }
        @media (min-width: 76.25em) {
          .layout_tier .masthead .gallery .frame img {
            max-width: none;
            min-width: 100%;
            max-height: none;
            min-height: auto;
            height: auto; } }

/*! Structure - Main v0.0.4 */
#midcontainer {
  padding-right: 1.42857em;
  padding-left: 1.42857em;
  padding-top: 2.14286em;
  padding-bottom: 1.42857em;
  word-break: break-word;
  word-wrap: break-word;
  background: #fff; }
  .layout_home #midcontainer {
    padding-top: 0; }
  @media (min-width: 37.5em) {
    #midcontainer {
      padding-top: 4.28571em;
      padding-bottom: 4.28571em; } }
  @media (min-width: 50em) {
    #midcontainer {
      padding-right: 0;
      padding-left: 0; } }
  #midcontainer h1, #midcontainer .h1 {
    font-size: 36px;
    font-family: "adobe-garamond-pro", Georgia, serif;
    color: #2a2a2a; }
  #midcontainer h2, #midcontainer .h2 {
    font-size: 30px;
    color: #004023;
    font-family: "adobe-garamond-pro", Georgia, serif; }
  #midcontainer h3, #midcontainer .h3, #midcontainer #leftbanner [id^='bannermod']:not(.module) .bannermodtitle, #leftbanner [id^='bannermod']:not(.module) #midcontainer .bannermodtitle,
  #midcontainer #rightbanner [id^='bannermod']:not(.module) .bannermodtitle,
  #rightbanner [id^='bannermod']:not(.module) #midcontainer .bannermodtitle {
    font-size: 26px;
    color: #7696aa;
    font-family: "adobe-garamond-pro", Georgia, serif; }
  #midcontainer h4, #midcontainer .h4 {
    font-size: 22px;
    font-weight: 400;
    color: #2a2a2a;
    font-family: "proxima-nova", sans-serif; }
  #midcontainer h5, #midcontainer .h5, #midcontainer .ui-tabs-panel .portlet_header .portlet_title, .ui-tabs-panel .portlet_header #midcontainer .portlet_title {
    font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    font-family: "proxima-nova", sans-serif; }
  #midcontainer h6, #midcontainer .h6 {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif; }
  #midcontainer #contentdiv a {
    color: #00733f; }

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

.temp-content {
  position: absolute;
  top: -666em;
  left: -666em;
  visibility: hidden; }

#social-feed-stash {
  display: none; }

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

#leftbanner,
#rightbanner {
  font-size: 1.14286em;
  line-height: 1.375em; }

#leftbanner {
  min-height: 20px !important;
  margin-bottom: 20px; }
  @media (min-width: 37.5em) {
    #leftbanner {
      padding-right: 3.27869%;
      width: 40%; } }
  @media (min-width: 50em) {
    #leftbanner {
      width: 21.31148%; } }

#contentdiv {
  min-height: 0;
  width: 100%; }
  @media (min-width: 37.5em) {
    .hasLeftbanner #contentdiv, .hasRightbanner #contentdiv {
      width: 60%; } }
  @media (min-width: 50em) {
    .hasLeftbanner #contentdiv {
      width: 77.04918%; } }
  @media (min-width: 50em) {
    .hasRightbanner #contentdiv {
      padding-right: 3.27869%;
      width: 75.40984%; } }
  @media (min-width: 37.5em) {
    .hasRightbanner.hasLeftbanner #contentdiv {
      width: 60%; } }
  @media (min-width: 50em) {
    .hasRightbanner.hasLeftbanner #contentdiv {
      padding-right: 3.27869%;
      width: 54.09836%; } }
  .layout_home #contentdiv, .layout_home.hasLeftbanner #contentdiv, .layout_home.hasRightbanner #contentdiv, .layout_home.hasRightbanner.hasLeftbanner #contentdiv {
    width: 100%;
    padding-right: 0; }
    @media (min-width: 37.5em) {
      .layout_home #contentdiv, .layout_home.hasLeftbanner #contentdiv, .layout_home.hasRightbanner #contentdiv, .layout_home.hasRightbanner.hasLeftbanner #contentdiv {
        width: 100%;
        padding-right: 0; } }
    @media (min-width: 50em) {
      .layout_home #contentdiv, .layout_home.hasLeftbanner #contentdiv, .layout_home.hasRightbanner #contentdiv, .layout_home.hasRightbanner.hasLeftbanner #contentdiv {
        width: 100%;
        padding-right: 0; } }

@media (min-width: 50em) {
  .hasRightbanner #rightbanner {
    width: 22.95082%; } }
@media (min-width: 50em) {
  .hasLeftbanner #rightbanner {
    width: 22.95082%; } }

/*! Structure - Footer v0.0.3 */
#bottomcontainer {
  background-color: #004023; }

#bottombanner {
  margin: 0 auto;
  max-width: 87.14286em;
  max-width: 76.25rem;
  padding-bottom: 30px;
  font-size: 14px;
  color: #fff; }
  #bottombanner .navigation {
    margin-bottom: 30px; }
    #bottombanner .navigation .nav_bottom {
      zoom: 1;
      background: #00331c;
      padding: 5px 0 10px; }
      #bottombanner .navigation .nav_bottom:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 50em) {
        #bottombanner .navigation .nav_bottom {
          background: none; } }
      #bottombanner .navigation .nav_bottom ul {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        display: block;
        width: 50%;
        float: left;
        text-align: center; }
        #bottombanner .navigation .nav_bottom ul ul {
          margin-bottom: 0;
          padding-left: 0;
          list-style: none; }
        #bottombanner .navigation .nav_bottom ul a {
          display: block; }
        @media (min-width: 37.5em) {
          #bottombanner .navigation .nav_bottom ul + ul {
            margin-left: -0.25em; } }
        @media (min-width: 37.5em) {
          #bottombanner .navigation .nav_bottom ul {
            float: none;
            width: auto;
            display: inline-block;
            vertical-align: top; } }
        #bottombanner .navigation .nav_bottom ul li {
          display: block; }
          @media (min-width: 37.5em) {
            #bottombanner .navigation .nav_bottom ul li {
              display: inline-block;
              vertical-align: top; } }
      #bottombanner .navigation .nav_bottom a {
        line-height: 1;
        display: inline-block;
        padding: 10px 9px 7px;
        text-transform: uppercase;
        font-weight: 600;
        color: #dcce62; }
        #bottombanner .navigation .nav_bottom a:hover {
          color: #fff; }
  #bottombanner .school-details {
    text-align: center;
    margin-bottom: 24px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative; }
    @media (min-width: 76.25em) {
      #bottombanner .school-details {
        text-align: left; } }
    #bottombanner .school-details .branding {
      margin: 0 auto 26px;
      width: 52.1875%; }
      @media (min-width: 37.5em) {
        #bottombanner .school-details .branding {
          width: 22.56757%; } }
      @media (min-width: 50em) {
        #bottombanner .school-details .branding {
          width: 167px;
          margin: 0 30px 0 0;
          display: inline-block;
          vertical-align: middle; } }
    #bottombanner .school-details .locations {
      text-align: center; }
      @media (min-width: 37.5em) {
        #bottombanner .school-details .locations {
          margin-bottom: 30px; } }
      @media (min-width: 50em) {
        #bottombanner .school-details .locations {
          display: inline-block;
          vertical-align: middle; } }
      @media (min-width: 76.25em) {
        #bottombanner .school-details .locations {
          margin-bottom: 0; } }
      #bottombanner .school-details .locations p {
        margin-bottom: 20px;
        position: relative; }
        @media (min-width: 37.5em) {
          #bottombanner .school-details .locations p {
            display: inline-block;
            vertical-align: middle;
            text-align: left;
            width: 42.85714%;
            margin-bottom: 0;
            padding-left: 50px; }
            #bottombanner .school-details .locations p:first-child:after {
              content: '';
              position: absolute;
              top: 10px;
              bottom: 10px;
              left: 100%;
              width: 1px;
              background-color: #fff;
              background-color: rgba(255, 255, 255, 0.5);
              transition: left 0.5s; } }
        @media (min-width: 50em) {
          #bottombanner .school-details .locations p {
            width: auto;
            padding-left: 30px; }
            #bottombanner .school-details .locations p:first-child:after {
              left: 0%; } }
    #bottombanner .school-details .connect {
      padding-right: 20px;
      padding-left: 20px;
      text-align: center;
      line-height: 1; }
      @media (min-width: 76.25em) {
        #bottombanner .school-details .connect {
          margin-bottom: 0;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); } }
      #bottombanner .school-details .connect em {
        font-size: 20px;
        font-family: "adobe-garamond-pro", Georgia, serif;
        font-style: italic;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px; }
      #bottombanner .school-details .connect ul {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        display: block;
        margin-top: 16px; }
        #bottombanner .school-details .connect ul ul {
          margin-bottom: 0;
          padding-left: 0;
          list-style: none; }
        #bottombanner .school-details .connect ul a {
          display: block; }
        @media (min-width: 37.5em) {
          #bottombanner .school-details .connect ul {
            display: inline-block;
            vertical-align: middle;
            margin-top: 0; } }
        #bottombanner .school-details .connect ul li {
          display: inline-block;
          font-size: 22px; }
      #bottombanner .school-details .connect a {
        display: inline-block;
        color: #b2b2b2;
        color: rgba(178, 178, 178, 0.8);
        margin-right: 7px;
        margin-left: 7px; }
        #bottombanner .school-details .connect a:hover {
          color: #fff; }
    #bottombanner .school-details [itemprop='name'] {
      display: block; }
    #bottombanner .school-details [itemprop='address'] {
      display: block; }
    #bottombanner .school-details [itemprop='streetAddress'] {
      display: block; }
    #bottombanner .school-details [itemprop='telephone'] {
      display: block; }
      #bottombanner .school-details [itemprop='telephone'] a {
        color: #fff; }
        #bottombanner .school-details [itemprop='telephone'] a:hover {
          color: #dcce62; }
  #bottombanner .legal {
    text-align: center;
    color: #b2b2b2;
    color: rgba(178, 178, 178, 0.8);
    padding-right: 20px;
    padding-left: 20px; }
    @media (min-width: 50em) {
      #bottombanner .legal {
        padding-right: 130px;
        padding-left: 130px; } }
    @media (min-width: 76.25em) {
      #bottombanner .legal {
        padding-right: 20px;
        padding-left: 20px; } }
  #bottombanner p:last-child {
    margin-bottom: 0; }

/*
<div itemtype="http://schema.org/EducationalOrganization" class="address">
   <div itemprop="name">Bullis School</div>
   <div itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
     <span itemprop="streetAddress">10601 Falls Road</span>
     <span itemprop="addressLocality">Potomac</span>
     <span itemprop="addressRegion">MD</span>
     <span itemprop="postalCode">20854</span>
   </div>
   <div itemprop="telephone">301.299.8500</div>
</div>
*/
#poweredby {
  padding-top: 1.42857em;
  padding-bottom: 1.42857em;
  padding-right: 1.42857em;
  padding-left: 1.42857em;
  background-color: #004023;
  text-align: left; }
  #poweredby a,
  #poweredby a:link,
  #poweredby a:visited {
    display: inline-block;
    opacity: .25;
    margin: auto; }
  #poweredby a:hover {
    opacity: 1; }

/*! Navigation - Main v0.0.5 */
.utilities > ul ul, .nav-main ul ul {
  zoom: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 50;
  width: 15.71429em;
  text-align: left;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .utilities > ul ul:after, .nav-main ul ul:after {
    display: table;
    clear: both;
    content: ''; }
  .no-csstransforms3d .utilities > ul ul, .utilities > ul .no-csstransforms3d ul, .no-csstransforms3d .nav-main ul ul, .nav-main ul .no-csstransforms3d ul {
    margin-left: -7.85714em; }
  .utilities > ul ul > *, .nav-main ul ul > * {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .utilities > ul ul > *:first-child, .nav-main ul ul > *:first-child {
      border-top: none; }
    .utilities > ul ul > * a, .nav-main ul ul > * a {
      display: block;
      text-align: center;
      color: rgba(0, 0, 0, 0.6);
      font-weight: 400;
      transition: color 0.5s, background-color 0.5s; }
      .utilities > ul ul > * a:hover, .nav-main ul ul > * a:hover {
        color: rgba(0, 0, 0, 0.8); }

.nav-main {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  text-align: right; }
  .nav-main ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-main a {
    display: block; }
  .dropdown-holder {
    display: none; }
  @media screen and (min-width: 62.5em) {
    .nav-main {
      margin-top: 70px;
      margin-bottom: 10px; } }
  @media screen and (min-width: 75em) {
    .nav-main {
      margin-top: 30px; } }
  .nav-main__list {
    vertical-align: middle;
    /*
          @include breakpoint($bp-large) {
            vertical-align: top;
          }
    */ }
    .nav-main .nav-main__list {
      display: none; }
      @media (min-width: 62.5em) {
        .nav-main .nav-main__list {
          display: inline-block; } }
  .nav-main__item {
    position: relative; }
    @media (min-width: 62.5em) {
      .nav-main__item:first-child {
        margin-left: -27px; } }
    @media (min-width: 76.25em) {
      .nav-main__item:first-child {
        margin: 0; } }
    @media (min-width: 62.5em) {
      .nav-main__item {
        display: inline-block;
        vertical-align: middle; } }
    @media (min-width: 50em) {
      .nav-main__item:hover ul {
        display: block;
        -webkit-animation: revealNav .8s forwards;
        animation: revealNav .8s forwards;
        visibility: visible;
        opacity: 1; } }
  .nav-main__anchor {
    font-size: 18px;
    line-height: 1;
    padding-top: 17px;
    padding-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    padding-right: 27px;
    padding-left: 27px; }
    @media (min-width: 76.25em) {
      .nav-main__anchor {
        padding-right: 22px;
        padding-left: 22px; } }
    .nav-main__anchor:hover, .nav-main__item.active .nav-main__anchor {
      color: #dcce62;
      background: #00331c; }
    .nav-main__anchor.active {
      color: #dcce62; }
      .nav-main__anchor.active:hover {
        background: none; }
    .fsSection-btn .nav-main__anchor {
      color: #dcce62; }
  .nav-main ul ul {
    display: none;
    padding: 20px 0 0;
    width: 15.71429em;
    background: none;
    overflow: hidden;
    border-radius: 4px; }
    .nav-main ul ul li {
      background: rgba(255, 255, 255, 0.8); }
    .nav-main ul ul a {
      padding: 16px 16px 10px; }
      .nav-main ul ul a:hover {
        background: rgba(255, 255, 255, 0.8); }
  .nav-main .mega-caption {
    float: left;
    width: 33.33333%; }
  .nav-main .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.42857em;
  padding-left: 1.42857em;
  display: none;
  background: rgba(0, 0, 0, 0.5); }
  .nav-tier-container .bannermodcontent {
    margin: 0 auto;
    max-width: 87.14286em;
    max-width: 76.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.71429em 0.71429em; }
    .nav-tier-container a.nav_history {
      display: none; }

#midcontainer [id*="banner"] .tier-navigation-trigger {
  display: block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  color: #4c4c4c;
  background-color: #e6e6e6;
  padding: 6.66px 20px;
  border-radius: 4px;
  cursor: pointer; }
  #midcontainer [id*="banner"] .tier-navigation-trigger:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #midcontainer [id*="banner"] .tier-navigation-trigger.open:after {
    content: '-'; }
  @media (min-width: 37.5em) {
    #midcontainer [id*="banner"] .tier-navigation-trigger {
      display: none; } }
#midcontainer [id*="banner"] .navmod {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: block;
  background-color: #f9f9f9;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 333ms; }
  #midcontainer [id*="banner"] .navmod ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #midcontainer [id*="banner"] .navmod a {
    display: block; }
  @media (min-width: 37.5em) {
    #midcontainer [id*="banner"] .navmod {
      max-height: none; } }
  #midcontainer [id*="banner"] .navmod.open {
    max-height: 800px; }
    @media (min-width: 37.5em) {
      #midcontainer [id*="banner"] .navmod.open {
        max-height: none; } }
  #midcontainer [id*="banner"] .navmod > li {
    border-top: 1px solid rgba(255, 255, 255, 0.8); }
    #midcontainer [id*="banner"] .navmod > li:first-child {
      border: none; }
  #midcontainer [id*="banner"] .navmod > [class*="navon"].navparent > a {
    color: #4c4c4c;
    background-color: #e6e6e6; }
  #midcontainer [id*="banner"] .navmod a {
    display: block;
    padding: 20px;
    padding-bottom: 17px;
    color: #4c4c4c;
    font-weight: 400 !important; }
    #midcontainer [id*="banner"] .navmod a.navon {
      color: #4c4c4c;
      background-color: #e6e6e6; }
      #midcontainer [id*="banner"] .navmod a.navon + .navmodsub {
        background-color: #e6e6e6; }
    #midcontainer [id*="banner"] .navmod a.nav_history {
      color: #fff;
      background-color: #e6e6e6; }
      #midcontainer [id*="banner"] .navmod a.nav_history + .navmodsub {
        background-color: #e6e6e6; }
  #midcontainer [id*="banner"] .navmod .navmodsub {
    font-size: 14px;
    padding: 0 0 16px 20px; }
    #midcontainer [id*="banner"] .navmod .navmodsub a {
      padding: 6px 20px 4px; }

/*! Navigation - Sub v0.0.5 */
.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.71429em;
      cursor: pointer;
      line-height: 1;
      background: #004023;
      color: #fff; } }
  @media (max-width: 37.4375em) {
    .nav-sub-container .bannermodtitle:before {
      position: absolute;
      top: 50%;
      right: 1.42857em;
      height: 0.21429em;
      width: 0.21429em;
      content: '';
      background: #fff;
      border-radius: 100%;
      box-shadow: -0.35714em 0 0 0 #fff, 0.35714em 0 0 0 #fff;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: box-shadow .3s, -webkit-transform .3s;
      transition: box-shadow .3s, transform .3s; } }
  @media (max-width: 37.4375em) {
    .nav-sub-container .bannermodtitle.open-nav:before {
      box-shadow: 0 -0.35714em 0 0 #fff, 0 0.35714em 0 0 #fff;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
@media (max-width: 37.4375em) {
  .nav-sub-container .bannermodtd {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .3s, opacity .3s; } }
@media (max-width: 37.4375em) {
  .open-nav + .bannermodtd {
    max-height: 71.42857em;
    opacity: 1; } }

.nav-sub {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-sub ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-sub a {
    display: block; }
  .nav-sub > ul > li ul {
    padding-top: 10;
    padding-bottom: 10;
    padding-left: 1.42857em;
    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.35714em 0.71429em;
      border-bottom: 0; }
  .nav-sub a {
    padding: 0.71429em 0.71429em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #2a2a2a; }
    .nav-sub a.navon, .nav-sub a:hover {
      color: #dcce62; }
    .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.4 */
.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__item {
    display: inline-block; }
  .nav-social__item--facebook a:before {
    content: ""; }
  .nav-social__item--instagram a:before {
    content: ""; }
  .nav-social__item--linkedin a:before {
    content: ""; }
  .nav-social__item--pinterest a:before {
    content: ""; }
  .nav-social__item--tumblr a:before {
    content: ""; }
  .nav-social__item--twitter a:before {
    content: ""; }
  .nav-social__item--vine a:before {
    content: ""; }
  .nav-social__item--youtube a:before {
    content: ""; }
  .nav-social__item--facebook a:hover {
    color: #3b5998; }
  .nav-social__item--instagram a:hover {
    color: #517fa4; }
  .nav-social__item--linkedin a:hover {
    color: #007bb6; }
  .nav-social__item--pinterest a:hover {
    color: #cb2027; }
  .nav-social__item--tumblr a:hover {
    color: #32506d; }
  .nav-social__item--twitter a:hover {
    color: #00aced; }
  .nav-social__item--vine a:hover {
    color: #00a478; }
  .nav-social__item--youtube a:hover {
    color: #b00; }
  .nav-social__anchor {
    font-size: 1.42857em;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: relative;
    height: 2.85714em;
    width: 2.85714em;
    border-radius: 100%;
    border: .1em solid currentColor; }
    .nav-social__anchor:before {
      font-family: "FontAwesome";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .nav-social__text {
    display: none; }

.social-links {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: none;
  padding-left: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  position: relative; }
  .social-links ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .social-links a {
    display: block; }
  @media (min-width: 37.5em) {
    .social-links {
      display: block; } }
  .social-links li {
    display: inline-block;
    margin-left: 10px; }
    .social-links li:first-child {
      margin: 0; }
  .social-links a {
    color: #b2b2b2; }
    .social-links a .fa {
      color: #7c7c7c; }
    .social-links a.social-share {
      opacity: 0;
      transition: opacity 0.5s; }
      .social-links a.social-share.active {
        opacity: 1; }
  .social-links #shareLink {
    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: 62.5em) {
  .drawer_ribbon {
    display: none; } }
.drawer_ribbon:after {
  clear: both;
  display: table;
  content: ''; }

.drawer_trigger {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: auto;
  height: 40px;
  position: relative;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.5);
  background: #00331c !important;
  padding: 0 20px; }
  @media (min-width: 62.5em) {
    .drawer_trigger {
      margin-right: -12px;
      background: none; } }
  .drawer_trigger .fa {
    /*font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-42%, -50%);
    -moz-transform: translate(-42%, -50%);
    -ms-transform: translate(-42%, -50%);
    -o-transform: translate(-42%, -50%);
    transform: translate(-42%, -50%);*/ }
  .drawer_trigger:hover {
    color: #dcce62; }
  .drawer_trigger.active {
    color: #dcce62; }
    @media (min-width: 62.5em) {
      .drawer_trigger.active {
        background: #00331c; } }

.drawer_cue {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
  .drawer_cue:before {
    content: "Main Menu";
    font-size: 13px;
    line-height: 1.53846;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.drawer {
  position: fixed;
  top: 0;
  z-index: 300;
  height: 100%;
  overflow-y: auto;
  width: 80%;
  pointer-events: none;
  background: #2a2a2a;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  left: 0;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 62.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;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-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; }
  .drawer .nav-main__list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .drawer .nav-main__list ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .drawer .nav-main__list a {
      display: block; }
    .drawer .nav-main__list .nav-main__item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .drawer .nav-main__list .nav-main__item .fsMenu {
        display: none; }
    .drawer .nav-main__list .nav-main__anchor {
      padding: 21px 20px; }
  .drawer #ql_menu {
    display: block; }
  .drawer ul {
    background: #222; }
    .drawer ul.nav-main__list {
      background: none; }
  .drawer .trigger-quick-links > a {
    padding-top: 24px; }
  .drawer .trigger-my-school > a {
    padding-top: 18px; }
  .drawer .trigger-quick-links a,
  .drawer .trigger-my-school a {
    text-transform: uppercase; }
  .drawer .trigger-quick-links > a,
  .drawer .trigger-my-school > a {
    color: #dcce62;
    text-transform: none; }
  .drawer .trigger-quick-links .fa, .drawer .trigger-quick-links [class^="icon-"],
  .drawer .trigger-my-school .fa,
  .drawer .trigger-my-school [class^="icon-"] {
    color: #7c7c7c;
    color: rgba(255, 255, 255, 0.4); }
  .drawer ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .drawer ul ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .drawer ul a {
      display: block; }
  .drawer a {
    display: block;
    font-size: 18px;
    padding: 12px 20px;
    color: #fff; }
    .drawer a:hover {
      background: #252525; }

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

[data-drawer-state="visible"] #bodydiv {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-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); }
  @media (min-width: 1000px) {
    [data-drawer-state="visible"] #bodydiv {
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      -webkit-transform: translate(0%, 0);
      transform: translate(0%, 0); }
      .csstransforms3d [data-drawer-state="visible"] #bodydiv {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0); } }

/*! Modules - Common v0.1.1 */
.layout_home #contentdiv .bannermodtitle {
  text-align: center;
  margin: 0 0 30px;
  padding: 30px 20px;
  position: relative;
  padding-top: 34px;
  padding-bottom: 15px;
  color: #004023; }
  .layout_home #contentdiv .bannermodtitle:after {
    content: '';
    width: 100px;
    height: 3px;
    margin-left: -50px;
    background-color: #d9d9d9;
    position: absolute;
    bottom: -1.5px;
    left: 50%; }

#leftbanner [id^='bannermod'],
#rightbanner [id^='bannermod'] {
  margin-bottom: 2.85714em !important; }
  #leftbanner [id^='bannermod']:not(.module) .bannermodtitle,
  #rightbanner [id^='bannermod']:not(.module) .bannermodtitle {
    text-align: center;
    margin: 0 0 30px;
    padding: 30px 20px;
    position: relative;
    padding-top: 0;
    margin-top: 30px; }
    #leftbanner [id^='bannermod']:not(.module) .bannermodtitle:after,
    #rightbanner [id^='bannermod']:not(.module) .bannermodtitle:after {
      content: '';
      width: 100px;
      height: 3px;
      margin-left: -50px;
      background-color: #d9d9d9;
      position: absolute;
      bottom: -1.5px;
      left: 50%; }
  #leftbanner [id^='bannermod']:not(.module).blue, #leftbanner [id^='bannermod']:not(.module).green, #leftbanner [id^='bannermod']:not(.module).grey,
  #rightbanner [id^='bannermod']:not(.module).blue,
  #rightbanner [id^='bannermod']:not(.module).green,
  #rightbanner [id^='bannermod']:not(.module).grey {
    color: #fff; }
    #leftbanner [id^='bannermod']:not(.module).blue .bannermodtitle, #leftbanner [id^='bannermod']:not(.module).green .bannermodtitle, #leftbanner [id^='bannermod']:not(.module).grey .bannermodtitle,
    #rightbanner [id^='bannermod']:not(.module).blue .bannermodtitle,
    #rightbanner [id^='bannermod']:not(.module).green .bannermodtitle,
    #rightbanner [id^='bannermod']:not(.module).grey .bannermodtitle {
      color: #fff !important;
      line-height: 1.1; }
  #leftbanner [id^='bannermod']:not(.module).blue,
  #rightbanner [id^='bannermod']:not(.module).blue {
    background-color: #7696aa; }
    #leftbanner [id^='bannermod']:not(.module).blue .bannermodtitle:after,
    #rightbanner [id^='bannermod']:not(.module).blue .bannermodtitle:after {
      background-color: #617a8a !important; }
    #leftbanner [id^='bannermod']:not(.module).blue a,
    #rightbanner [id^='bannermod']:not(.module).blue a {
      color: #03568a; }
  #leftbanner [id^='bannermod']:not(.module).green,
  #rightbanner [id^='bannermod']:not(.module).green {
    background-color: #004023; }
    #leftbanner [id^='bannermod']:not(.module).green .bannermodtitle:after,
    #rightbanner [id^='bannermod']:not(.module).green .bannermodtitle:after {
      background-color: #2a2a2a !important; }
    #leftbanner [id^='bannermod']:not(.module).green a,
    #rightbanner [id^='bannermod']:not(.module).green a {
      color: #00884a; }
  #leftbanner [id^='bannermod']:not(.module).grey,
  #rightbanner [id^='bannermod']:not(.module).grey {
    background-color: #7c7c7c; }
    #leftbanner [id^='bannermod']:not(.module).grey .bannermodtitle:after,
    #rightbanner [id^='bannermod']:not(.module).grey .bannermodtitle:after {
      background-color: #4c4c4c !important; }
  #leftbanner [id^='bannermod'].callout-box,
  #rightbanner [id^='bannermod'].callout-box {
    border-radius: 4px; }
    #leftbanner [id^='bannermod'].callout-box .bannermodtitle,
    #rightbanner [id^='bannermod'].callout-box .bannermodtitle {
      padding-top: 30px;
      margin-top: 0;
      height: auto !important; }
    #leftbanner [id^='bannermod'].callout-box [id^="content"],
    #rightbanner [id^='bannermod'].callout-box [id^="content"] {
      font-size: 16px;
      line-height: 1.375; }
    #leftbanner [id^='bannermod'].callout-box.blue [id^="content"], #leftbanner [id^='bannermod'].callout-box.green [id^="content"], #leftbanner [id^='bannermod'].callout-box.grey [id^="content"],
    #rightbanner [id^='bannermod'].callout-box.blue [id^="content"],
    #rightbanner [id^='bannermod'].callout-box.green [id^="content"],
    #rightbanner [id^='bannermod'].callout-box.grey [id^="content"] {
      padding-right: 20px;
      padding-bottom: 30px;
      padding-left: 20px; }
    @media (min-width: 50em) {
      #leftbanner [id^='bannermod'].callout-box.image,
      #rightbanner [id^='bannermod'].callout-box.image {
        margin-right: 0; } }
#leftbanner [id^="content"] > img,
#rightbanner [id^="content"] > img {
  border-radius: 4px;
  width: 100%; }

#leftbanner [id^='bannermod'] {
  margin-bottom: 0 !important; }
  @media (min-width: 37.5em) {
    #leftbanner [id^='bannermod'] {
      margin-bottom: 24px !important; } }

@media (min-width: 50em) {
  #rightbanner [id^='bannermod'] {
    margin-right: 20px; } }

.module {
  padding: 1.42857em;
  background: #004023;
  color: #fff; }
  .module .bannermodtitle {
    text-align: center; }
  .module p:last-child {
    margin-bottom: 0; }

[href$='pdf']:before,
[href$='doc']:before,
[href$='xls']:before,
[href$='ppt']:before,
[href$='txt']:before, [href*='email']:before,
[href*='phone']:before,
[href*='fax']:before {
  margin-right: .5em;
  font-family: "FontAwesome";
  speak: none; }

[href$='pdf']:before {
  content: "\f1c1"; }

[href$='doc']:before {
  content: "\f1c2"; }

[href$='xls']:before {
  content: "\f1c3"; }

[href$='ppt']:before {
  content: "\f1c4"; }

[href$='txt']:before {
  content: "\f0f6"; }

[href*='email']:before {
  content: "\f003"; }

[href*='phone']:before {
  content: "\f095"; }

[href*='fax']:before {
  content: "\f1ac"; }

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

.ui-widget {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em; }

/*! Modules - Accordion v0.0.6 */
.mcExpandingList {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%; }
  .mcExpandingList h4.ui-accordion-header {
    margin: 0;
    padding: 19px 0 16px;
    font-size: 1.42857em;
    font-style: normal;
    background: none;
    border: 0;
    border-bottom: 1px solid #b2b2b2;
    border-radius: 0;
    color: #7c7c7c !important;
    outline: 0; }
    .mcExpandingList h4.ui-accordion-header:first-child {
      border-top: 1px solid #b2b2b2; }
    .mcExpandingList h4.ui-accordion-header.ui-state-hover {
      background: #e9e9e9; }
    .mcExpandingList h4.ui-accordion-header.ui-state-active {
      background: none;
      border-bottom: none;
      color: #004023 !important; }
      .mcExpandingList h4.ui-accordion-header.ui-state-active a {
        font-weight: 600; }
    .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: '\f101';
        font-family: 'FontAwesome';
        font-size: 0.8em;
        font-weight: normal;
        text-align: center;
        color: inherit;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        transition: -webkit-transform 0.5s, color 0.5s;
        transition: transform 0.5s, color 0.5s; }
      .mcExpandingList h4.ui-accordion-header .ui-icon.ui-icon-triangle-1-s:after {
        content: '\f101';
        color: #004023;
        -webkit-transform: rotate(90deg) translateX(-25%);
        transform: rotate(90deg) translateX(-25%); }
    .mcExpandingList h4.ui-accordion-header a {
      display: block;
      padding: 0;
      color: inherit !important;
      font-weight: 400; }
  .mcExpandingList .ui-accordion-content {
    top: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 16px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #b2b2b2; }
    .mcExpandingList .ui-accordion-content p:last-child {
      margin-bottom: 0; }

div[aria-labelledby*='ui-dialog-title-pagePopModal'] {
  left: 50% !important;
  max-width: 64em;
  overflow: visible;
  padding: 0;
  width: 100% !important;
  background: #333;
  border: 0;
  border-radius: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-corner-all {
    border-radius: 0; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
    margin: 0;
    padding: 3em 1.2em 1.2em;
    background: #c51717;
    border: 0; }
    @media (min-width: 37.5em) {
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
        padding: 1.2em; } }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title {
    display: block;
    float: none;
    font-size: 1.2em;
    margin: 0;
    color: #ddd; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title:before {
      display: inline-block;
      vertical-align: baseline;
      margin-right: .5em;
      content: '\f142';
      font-family: 'FontAwesome';
      font-weight: normal;
      speak: none;
      color: #ddd; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: .75em;
    margin: 0;
    padding: 0;
    height: 30%;
    width: 100%;
    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: 5em; } }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close:before {
      position: absolute;
      bottom: 100%;
      right: 0;
      padding: 1.2em;
      font-weight: normal;
      visibility: hidden;
      white-space: nowrap;
      background: #ddd;
      color: #333;
      opacity: 0;
      transition: .3s; }
      @media (min-width: 37.5em) {
        div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close:before {
          content: 'Temporarily remove this message'; } }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close:hover:before {
      opacity: 1;
      visibility: visible; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span {
      position: absolute;
      display: block;
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
      background: none;
      transition: .75s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:hover {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:before, div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        height: .25em;
        width: 2em;
        margin-top: -.125em;
        margin-left: -1em;
        pointer-events: none;
        content: '';
        background: #ddd;
        transition: .5s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:hover:before {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg); }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:hover:after {
        -webkit-transform: rotate(-225deg);
        transform: rotate(-225deg); }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-content {
    padding: 1.2em;
    color: #ddd; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] #loopedSlider {
    width: 100%; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderContainer {
    height: auto !important;
    width: 100%; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides {
    position: relative; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides > div {
    position: relative !important;
    width: 100%;
    cursor: text; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane {
    margin: 0;
    padding: 0;
    background: #2e2e2e;
    border: 0 !important; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button {
      position: static;
      margin: 0;
      padding: 1.2em;
      background: rgba(255, 255, 255, 0.2);
      border: 0;
      border-radius: 0;
      color: #ddd;
      outline: 0;
      transition: background .3s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:hover {
        background: #8a1010; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:after {
        position: absolute;
        top: 100%;
        right: 0;
        box-sizing: border-box;
        padding: 1.2em;
        width: 100%;
        content: 'Permanently remove this message';
        visibility: hidden;
        white-space: nowrap;
        background: #ddd;
        color: #333;
        opacity: 0;
        -webkit-transform: translate(0, 98%);
        transform: translate(0, 98%);
        transition: .3s; }
        @media (min-width: 37.5em) {
          div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:after {
            width: auto; } }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:hover:after {
        opacity: 1;
        visibility: visible; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button-text {
      display: block;
      padding: 0; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button-text:before {
        display: inline-block;
        vertical-align: baseline;
        margin-right: .5em;
        content: '\f00d';
        font-family: 'FontAwesome'; }

#pagePopReminder {
  position: fixed !important;
  top: 30%;
  z-index: 400;
  height: auto;
  width: auto;
  background: #333;
  border: 0;
  color: #ddd; }
  #pagePopReminder:after {
    clear: both;
    content: '';
    display: table; }
  #pagePopReminder .slideOutTabHandle {
    float: right;
    position: relative;
    right: -3.5em !important;
    top: auto;
    display: inline-block;
    margin: 0;
    height: 100% !important;
    width: 3.5em !important;
    background: #8A1010 !important;
    border: 0;
    transition: background .3s; }
    #pagePopReminder .slideOutTabHandle:hover {
      background: #C51717 !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: 0;
        right: 0;
        display: block;
        height: 100%;
        width: 100%;
        padding-top: 1.2em;
        content: '\f0f3';
        font-family: 'FontAwesome';
        font-size: 1.2em;
        text-align: center;
        text-indent: 0;
        color: #ddd;
        -webkit-transform-origin: 50% 20%;
        transform-origin: 50% 20%;
        transition: .3s; }
      #pagePopReminder .slideOutTabHandle span:hover:before {
        -webkit-animation: rotate 2s;
        animation: rotate 2s; }
  #pagePopReminder div.pagePopCount {
    float: left;
    padding: 1em 1.2em;
    color: inherit; }
    #pagePopReminder div.pagePopCount span {
      display: block;
      padding: .5em 0 0;
      text-decoration: none;
      background: none;
      color: #ddd;
      transition: color .3s; }
      #pagePopReminder div.pagePopCount span:hover {
        color: #fff; }
      #pagePopReminder div.pagePopCount span:after {
        display: inline-block;
        vertical-align: baseline;
        margin-left: .5em;
        content: '\f06e';
        font-family: 'FontAwesome';
        font-weight: normal;
        color: transparent;
        transition: color .3s; }
      #pagePopReminder div.pagePopCount span:hover:after {
        color: #fff; }

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

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

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

/*! Modules - Calendars v0.0.2 */
.monthhead {
  padding: 0;
  font-weight: normal;
  margin-bottom: 0.57143em; }

.eventobj {
  margin-bottom: 26px !important;
  position: relative;
  clear: both;
  font-size: 1em !important;
  min-height: 8.57143em; }
  .eventobj:last-child {
    border: 0; }

.eventspacer {
  display: none; }

.eventcol {
  zoom: 1;
  padding: 0; }
  .eventcol:after {
    display: table;
    clear: both;
    content: ''; }

.event_stackdate {
  display: block;
  float: none; }
  .event_stackdate span {
    display: inline;
    margin: 0;
    padding: 0; }
    .event_stackdate span.event_stackdayname, .event_stackdate span.event_stackmonname, .event_stackdate span.event_stackdaynum {
      font-family: "adobe-garamond-pro", Georgia, serif;
      font-size: 16px;
      font-style: italic;
      color: #004023;
      text-transform: capitalize; }
    .event_stackdate span.event_stackdayname:after, .event_stackdate span.event_stackmonname:after {
      content: '. '; }

.event_stackrepeat {
  visibility: visible; }

/*.eventcon {
      padding: 0;
      width: 85% !important;

      .eventcol_short & {
        max-width: 164px;
        width: 100% !important;
        @include breakpoint(800px) {
          width: 60% !important;
        }
        @include breakpoint(1000px) {
          width: initial!important;
        }
      }

    }*/
.eventcol {
  zoom: 1;
  display: block;
  padding: 0;
  text-align: center; }
  .eventcol:after {
    display: table;
    clear: both;
    content: ''; }
  .eventcol .eventcon {
    display: block;
    float: none;
    width: auto; }
  .eventcol.eventcol_short .eventcon {
    width: auto !important; }

.etitle {
  font-weight: normal;
  padding-top: .5em;
  font-size: 18px; }

.event_time, .event_location {
  font-style: italic; }

.listcap,
.eventobj {
  font-size: 14px !important; }

.listcap {
  padding: 0;
  margin-bottom: .5em;
  color: #004023; }

.calendarcon {
  border-style: none; }
  .calendarcon .monthrow {
    background-color: transparent; }
  .calendarcon .lastrow {
    border-style: none; }
  .calendarcon .tblock .caldata,
  .calendarcon .tblocklast .caldata {
    background: transparent; }
  .calendarcon .coltitle {
    font-weight: normal;
    color: #004023; }
  .calendarcon .caldata {
    background: #efefef;
    margin: 1px;
    padding: 4px 8px;
    line-height: 1.2;
    border-style: none;
    border-radius: 4px;
    overflow: hidden; }
    .calendarcon .caldata.hotdate {
      background: #e4e4e4; }
  .calendarcon .daycap {
    margin-bottom: .5em;
    background: transparent;
    color: #004023;
    font-weight: bold;
    font-size: 1.2em; }
  .calendarcon .daycap_off {
    background: transparent;
    opacity: .6; }
  .calendarcon .eventcon {
    width: 80% !important; }
  .calendarcon .etitle {
    font-weight: normal; }

#calendar_nav {
  margin-bottom: 1em;
  font-family: "proxima-nova", sans-serif; }

#calendar_buttons {
  margin-bottom: .5em;
  border-bottom: 1px solid #004023; }
  #calendar_buttons a.periodbutton,
  #calendar_buttons a.periodbutton_on {
    background-color: transparent;
    color: #004023 !important;
    border: 1px solid #004023;
    border-bottom-style: none; }
  #calendar_buttons a.periodbutton_on {
    background-color: #004023;
    color: #fff !important; }

#calendar_alert_badge {
  color: #fff !important; }

#calendar_icons {
  margin: 0;
  padding: 0; }

.calendar_titlebar {
  background-color: transparent;
  color: #004023;
  font-size: 1em;
  padding: 0;
  border-width: 0;
  font-weight: bold;
  clear: both; }
  .calendar_titlebar a,
  .calendar_titlebar a:link,
  .calendar_titlebar a:visited {
    color: #004023 !important; }

#minical_img1,
#minical_img2 {
  margin-right: 6px; }

#calendar_titlebar_bottom {
  display: none; }

#calkeybar {
  font-size: 1em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #004023; }

.identifierkey {
  width: 11px;
  height: 11px;
  margin: 0 4px 0 0;
  border-color: #004023; }
  .identifierkey img {
    display: none; }

#calendarcon .tblock .caldata, #calendarcon .tblocklast .caldata, #calendarcon .weekhead, #calnav.yui-calendar th.calweekdaycell {
  font-weight: 400;
  border-width: 0;
  border-bottom: 1px solid white;
  font-family: "proxima-nova", sans-serif;
  color: #004023;
  font-size: 20px; }

#calendarcon {
  border-top: 1px solid white;
  border-left: 1px solid white; }

#calendarcon .caldata {
  overflow: hidden;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #efefef; }

#calendarcon .caldata.hotdate {
  background-color: rgba(0, 64, 35, 0.15); }

#calendarcon .caldata.hotdate .daycap span {
  background: transparent; }
  @media (min-width: 768px) {
    #calendarcon .caldata.hotdate .daycap span {
      background-color: #004023;
      border-radius: 3px; } }

#calendarcon .caldata.block_off {
  opacity: 0.6;
  filter: alpha(opacity=60); }

#calnav.yui-calendar .calheader .calnavleft,
#calnav.yui-calendar .calheader .calnavright {
  opacity: 1;
  font-size: 14px !important; }
  #calnav.yui-calendar .calheader .calnavleft:before,
  #calnav.yui-calendar .calheader .calnavright:before {
    background: none; }

#calendarcon .daycap, #calendarcon .daycap_off {
  background-color: transparent;
  font-size: 1em;
  padding: 0;
  margin-bottom: 0.5em; }

#calendarcon .daycap span, #calendarcon .daycap_off span {
  display: inline-block;
  padding: 0.5em;
  line-height: 1; }

#calendarcon .eventcon {
  width: 100% !important; }

#calendarcon .eventobj {
  margin: 0 8px 1.5em; }

#weekcon .weekcol {
  border-top: 1px solid white;
  border-left: 1px solid white; }

#weekcon #weekblock_7 {
  border-right: 1px solid white; }

#weekcon .timecap {
  background: transparent;
  color: #737171;
  border-bottom: 1px solid #dddcdc;
  font-size: 14px;
  font-weight: normal; }

#weekcon .dayrow_mid {
  border-bottom: 1px solid white;
  background-color: #efefef; }

#weekcon .timealt {
  background: #e2e2e2;
  border-bottom: 1px solid white; }

#daycon .timecap {
  background: transparent;
  color: #737171;
  border-top: 1px solid #dddcdc;
  font-size: 14px;
  font-weight: normal; }

#daycon .dayrow_mid {
  border-bottom: none; }

#daycon .timedata {
  background: #efefef;
  border-bottom: 1px solid white; }

#daycon .timealt {
  background: #e2e2e2; }

#daycon .blockday_data, #daycon .row_id_allday {
  background: transparent; }

.listcon {
  border: none; }

.listcon .caldata {
  border: none; }

.listcon ul.eventobj {
  margin-bottom: 0;
  padding: 0 1em 0.8em;
  background: #efefef; }

#calkeybar {
  font-size: 14px;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #163052; }

#calkeybar td {
  display: block;
  width: 50%;
  float: left;
  padding: 0 0.5em;
  margin-bottom: 1em; }

#calkeybar td:nth-child(2n+1) {
  clear: both; }

#calkeybar td div {
  float: left !important;
  width: auto !important; }

#calkeybar td .identifierkey, #calkeybar td .calimg {
  width: 16px !important;
  height: 16px !important; }

.identifierkey {
  width: 11px;
  height: 11px;
  margin: 0 4px 0 0;
  border-color: #004023; }

.identifierkey img {
  display: none; }

.blockevent {
  border-width: 0 !important; }

div.yui-calcontainer {
  background: transparent; }

#calnav.yui-calendar {
  border-collapse: collapse;
  font-family: "proxima-nova", sans-serif;
  line-height: 1; }

#calnav.yui-calendar .calhead {
  padding: 0 0 0.8em;
  background: transparent;
  border-width: 0; }

#calnav.yui-calendar .calheader {
  font-weight: normal;
  padding: 0; }

#calnav.yui-calendar .calheader .calnav {
  color: #004023;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }

#calnav.yui-calendar .calheader .calnav:hover {
  border-width: 0;
  background: #004023;
  color: white; }

#calnav.yui-calendar .calheader .calnavleft, #calnav.yui-calendar .calheader .calnavright {
  font-size: 18px;
  width: 1em;
  height: 1em;
  color: #004023;
  text-indent: 0;
  overflow: hidden;
  text-decoration: none;
  background: transparent;
  outline: 0; }

#calnav.yui-calendar .calheader .calnavleft:before {
  content: '\f053';
  display: block;
  font-family: FontAwesome; }

#calnav.yui-calendar .calheader .calnavright:before {
  content: '\f054';
  display: block;
  font-family: FontAwesome; }

#calnav.yui-calendar td.calcell {
  padding: 0.5em 0.2em;
  line-height: 1;
  border: 1px solid white;
  background-color: #efefef; }

#calnav.yui-calendar td.calcell .selector {
  color: #004023; }

#calnav.yui-calendar td.calcell:hover, #calnav.yui-calendar td.calcell.selected {
  background-color: #d5d5d5; }

#calnav.yui-calendar td.calcell.today {
  background-color: #bc499b; }

#calnav.yui-calendar td.calcell.today .selector {
  color: white; }

#calendar_titlebar #calnav.yui-calendar {
  margin-top: 1em;
  background: #fff;
  text-transform: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 999; }

#calendar_titlebar #calnav.yui-calendar .calhead {
  padding-top: 0.8em; }

#calcustomize .calnavbar {
  padding: 0.5em;
  border-radius: 8px;
  background: #efefef;
  font-size: 1em;
  line-height: 1.2; }

#calcustomize #plugin_title {
  margin-bottom: 0.5em;
  padding: 0.25em 1em;
  border-width: 0;
  background-color: transparent;
  color: #163052;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center; }

#calcustomize a {
  display: inline-block;
  padding: 0.5em;
  background-color: #dddcdc;
  color: #3b3b3b;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 4px; }

#calcustomize #basicmenu div {
  padding: 0 !important;
  margin-bottom: 0.5em;
  font-size: 14px;
  border-width: 0 !important; }

#calcustomize #basicmenu .options_titlebar {
  padding: 0;
  margin-top: 0.5em !important;
  font-size: 1em; }

#calcustomize #basicmenu .options_titlebar a, #calcustomize #basicmenu .options_titlebar a:hover, #calcustomize #basicmenu .options_titlebar a:visited {
  display: block;
  padding: 0.4em 1em 0.6em;
  background: #1749a1;
  color: white;
  font-size: 1em;
  line-height: 1; }

#calcustomize #menuselect {
  border-width: 0;
  padding: 0.5em 1em;
  font-size: 1em !important;
  border-radius: 4px; }

#calsearch {
  padding: 0.5em;
  border-radius: 8px;
  background: #efefef;
  font-size: 1em;
  line-height: 1.2; }

#calsearch .options_titlebar {
  padding: 0.25em 1em;
  border-width: 0;
  background-color: transparent;
  text-transform: uppercase;
  text-align: center; }
  #calsearch .options_titlebar h3 {
    font-family: "proxima-nova", sans-serif;
    color: #004023;
    font-size: 20px; }

#calsearch input[type="submit"] {
  padding: 0.3em !important;
  line-height: 1; }

#calendarcon .event-view, #calendarcon .scroll-up {
  display: none; }

#calkeybar {
  font-size: 14px;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #163052; }

#calkeybar td {
  display: block;
  width: 50%;
  float: left;
  padding: 0 0.5em;
  margin-bottom: 1em; }

#calkeybar td:nth-child(2n+1) {
  clear: both; }

#calkeybar td div {
  float: left !important;
  width: auto !important; }

#calkeybar td .identifierkey, #calkeybar td .calimg {
  width: 16px !important;
  height: 16px !important; }

.identifierkey {
  width: 11px;
  height: 11px;
  margin: 0 4px 0 0;
  border-color: #163052;
  display: none; }

.identifierkey img {
  display: none; }

@media screen and (max-width: 768px) {
  .yui-panel-container {
    max-width: 90%;
    overflow: hidden; }

  .calendar_titlebar a, .calendar_titlebar a:link, .calendar_titlebar a:visited {
    margin: 0; }

  #calendarcon .gridsubtitle {
    display: none; }

  #calendarcon .monthrow {
    min-height: 0; }

  #calendarcon .dblock, .smallCal #calendarcon .dblock_half, #calendarcon .dblock_half {
    float: none;
    width: 100%; }

  #calendarcon .caldata {
    height: auto !important;
    margin-bottom: 1em; }

  #calendarcon .caldata.block_off {
    display: none; }

  .smallCal #calendar_buttons,
  .smallCal #calendar_icons,
  .smallCal #minical_img1,
  .smallCal div.yui-calcontainer {
    display: none; }

  .smallCal #calendarcon {
    width: 350px;
    margin: 0 auto; }

  .smallCal #calendarcon .dblock, .smallCal #calendarcon .dblock_half, .smallCal #calendarcon .dblocklast {
    float: left;
    width: 48px;
    height: 48px;
    overflow: hidden;
    cursor: pointer; }

  .smallCal #calendarcon .dblock_half {
    height: 24px !important;
    font-size: 0.8em; }

  .smallCal #calendarcon .daycap, .smallCal #calendarcon .daycap_off {
    height: 100%; }

  .smallCal #calendarcon .daycap span, .smallCal #calendarcon .daycap_off span {
    display: block;
    height: 100%;
    padding: 0; }

  .smallCal #calendarcon .caldata {
    height: 100% !important;
    margin-bottom: 0; }

  .smallCal #calendarcon .caldata.block_off {
    display: block; }

  .smallCal #calendarcon .caldata.selected {
    background-color: #0a4531; }

  .smallCal #calendarcon .eventobj {
    display: none; }

  .smallCal #calendarcon .event-view {
    display: block;
    max-width: 280px;
    margin: 1em auto 0; }

  .smallCal #calendarcon .event-view .eventobj {
    display: block; }

  .smallCal #calendarcon .scroll-up {
    display: block;
    background-color: transparent;
    font-size: 22px;
    height: 1.2em;
    text-align: center;
    cursor: pointer;
    margin-top: .5em; }

  .smallCal #calendarcon .scroll-up:before {
    content: '\f077';
    font-family: FontAwesome;
    margin-right: .25em; } }
@media (max-width: 600px) {
  ul.sub_list {
    width: 100%;
    border-width: 0; } }
@media screen and (max-width: 768px) {
  .monthhead {
    margin: 0 0 15px;
    font-size: 16px !important;
    font-weight: 300 !important;
    text-transform: uppercase; }

  .etitle {
    font-weight: normal !important; }

  .event_stackdate {
    max-width: none;
    margin-right: 5%; }

  .event_stackdate span {
    padding: 0;
    line-height: 1;
    font-weight: normal; }

  .event_stackdate .event_stackdaynum {
    font-size: 32px; }

  .eventcol_short .eventcon {
    width: 75% !important; } }
@media screen and (max-width: 320px) {
  .smallCal #calendarcon {
    width: 310px;
    margin: 0 auto;
    max-width: 100%; }

  .smallCal #calendarcon .dblock, .smallCal #calendarcon .dblock_half, .smallCal #calendarcon .dblocklast {
    float: left;
    width: 39px;
    height: 40px;
    overflow: hidden;
    cursor: pointer; }

  .calendar_titlebar {
    background-color: transparent;
    padding: 0;
    margin: 16px auto;
    border-width: 0;
    font-size: .8em;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    vertical-align: top; } }
.pagetype_calendar #calendarcon .eventobj {
  margin: 0; }
.pagetype_calendar #calendarcon .daycap {
  margin-bottom: 0; }
.pagetype_calendar .calendar_titlebar {
  text-align: center; }
  @media (min-width: 768px) {
    .pagetype_calendar .calendar_titlebar {
      text-align: left; } }
.pagetype_calendar .dblock .etitle {
  font-size: 14px; }

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

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

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

.adp-directions {
  width: 100%; }

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

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

/*! Modules - Directory v0.0.5 */
.pagetype_directory form[name='filter'] {
  margin-bottom: 1.42857em; }
  .pagetype_directory form[name='filter'] > table {
    width: 100%; }
    .pagetype_directory form[name='filter'] > table > tr table, .pagetype_directory form[name='filter'] > table > tbody > tr table {
      width: 100%; }
    .pagetype_directory form[name='filter'] > table > tr td, .pagetype_directory form[name='filter'] > table > tbody > tr td {
      width: 50%;
      padding: 5px;
      vertical-align: top; }
      .pagetype_directory form[name='filter'] > table > tr td .filterTitle,
      .pagetype_directory form[name='filter'] > table > tr td .filterTitle + td, .pagetype_directory form[name='filter'] > table > tbody > tr td .filterTitle,
      .pagetype_directory form[name='filter'] > table > tbody > tr td .filterTitle + td {
        width: 100% !important;
        display: block; }
        @media (min-width: 56.25em) {
          .pagetype_directory form[name='filter'] > table > tr td .filterTitle,
          .pagetype_directory form[name='filter'] > table > tr td .filterTitle + td, .pagetype_directory form[name='filter'] > table > tbody > tr td .filterTitle,
          .pagetype_directory form[name='filter'] > table > tbody > tr td .filterTitle + td {
            width: 50% !important;
            display: table-cell; } }
      .pagetype_directory form[name='filter'] > table > tr td .filterTitle, .pagetype_directory form[name='filter'] > table > tbody > tr td .filterTitle {
        text-align: left; }
        @media (min-width: 56.25em) {
          .pagetype_directory form[name='filter'] > table > tr td .filterTitle, .pagetype_directory form[name='filter'] > table > tbody > tr td .filterTitle {
            text-align: right; } }
  .pagetype_directory form[name='filter'] td {
    /*
          display: block;
          text-align: left;
    
          &[width*='30%'] {
            display: inline;
    
            + td {
              display: inline;
            }
    
          }
    
          // 5.23.14 [2:29:57 PM] Lindsey Noble: faculty grid pages
    
          > img {
            max-height: initial;
            max-width: initial !important;
          }
    
    */ }
.pagetype_directory [type*='submit'] {
  margin: 0;
  max-width: 100%; }
.pagetype_directory table[style*="background"] {
  margin-bottom: 1.42857em;
  background: none !important;
  border: 0 !important; }
  .pagetype_directory table[style*="background"] td {
    display: block;
    text-align: left; }
  .pagetype_directory table[style*="background"] [name*='keyword'] {
    margin-bottom: 0.71429em;
    max-width: 25em;
    width: 100% !important; }
.pagetype_directory .directory-table td, .pagetype_directory .directory-table th {
  vertical-align: top; }
.pagetype_directory .directory-table [colspan] {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }
.pagetype_directory .profile-photo,
.pagetype_directory .no-photo {
  width: 37px;
  padding-bottom: 30px;
  vertical-align: top;
  position: relative; }
  @media (min-width: 37.5em) {
    .pagetype_directory .profile-photo,
    .pagetype_directory .no-photo {
      width: 75px; } }
  @media (min-width: 56.25em) {
    .pagetype_directory .profile-photo,
    .pagetype_directory .no-photo {
      width: 150px; } }
.pagetype_directory .profile-photo img {
  width: 100%;
  height: auto;
  vertical-align: top; }
.pagetype_directory .no-photo:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: url("../images/portrait-image-male.gif") no-repeat 50% 50%;
  background-size: cover; }
.pagetype_directory .fsDirEntry {
  display: block;
  padding-right: 25px;
  padding-bottom: 30px;
  padding-left: 15px; }
  .pagetype_directory .fsDirEntry .fsDirEntryName {
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase; }
  .pagetype_directory .fsDirEntry .fsDirEntryRoles,
  .pagetype_directory .fsDirEntry .fsDirEntryLoc,
  .pagetype_directory .fsDirEntry .fsDirEntryDept,
  .pagetype_directory .fsDirEntry .fsDirEntryProfile {
    font-size: 14px;
    line-height: 1.71429;
    text-transform: uppercase; }
  .pagetype_directory .fsDirEntry .fsDirEntryProfile > span {
    color: #b2b2b2; }

/*
$directory-columns: true;
.directory {
  margin-bottom: ce($body-line-height);
  text-align: center;

  @if $directory-columns {

    @include breakpoint($bp-small) {
      column-count: 2;
      column-gap: ce($site-gutter);
    }

    @include breakpoint($bp-large) {
      column-count: 3;
    }

    @include breakpoint($bp-boundry) {
      column-count: 4;
    }

  }

  @include breakpoint($bp-small) {
    text-align: left;
  }

  .fsDirEntry {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto ce($body-line-height);
    max-width: ce(320);
    width: 100% !important;
    font-family: $sans-serif;
    font-size: $body-font-size;
    line-height: su($body-line-height / $body-font-size) !important;
    background: rgba(#000, .05);
    border-bottom: .225em solid rgba($a1-color, .75);
    border-left: 0 !important;
    color: $d1-color;

    @if $directory-columns == false {

      @include breakpoint($bp-small) {
        margin: 0 .5% 1%;
        width: 50% - 1%;
      }

      @include breakpoint($bp-large) {
        width: 33.3% - 1%;
      }

      @include breakpoint($bp-boundry) {
        width: 25% - 1%;
      }

    }

    img {
      width: 100%;
      margin-bottom: ce($site-gutter);
    }

  }

  .entry-details {
    padding: 0 ce($site-gutter) ce($site-gutter);
    text-align: left;

    > div {
      margin-bottom: ce($body-line-height);

      &:last-child {
        margin-bottom: 0;
      }

    }

  }

    %directory-title {
      @extend %zeta;
      display: block;
      margin-bottom: 0;
      color: $d1-color;
    }

    .fsDirEntryName {
      margin-top: ce($body-line-height);

      strong {
        @extend %delta;
      }

    }

    [href*='requester'] {
      display: block;
      margin-top: ce($body-line-height);
    }

    .fsDirEntryRoles {

      &:before {
        @extend %directory-title;
        content: 'Role';
      }

    }

    .fsDirEntryTitle {

      &:before {
        @extend %directory-title;
        content: 'Title';
      }

    }

    .fsDirEntryProfile {}


  // Pagination
  + table {

    tr {
      display: none;

      &:first-child {
        display: block;
      }

    }

      td {
        display: block;
        border: 0 !important;
        padding: 0 !important;
      }

  }

}

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

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

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

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

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

#mediaSearchGo {
  height: 2.14286em; }

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

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

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

#fsMultiContent {
  visibility: hidden; }

#slideshowDisplay {
  visibility: visible; }
  #slideshowDisplay #multi_content {
    margin-top: 20px;
    padding: 0;
    border: 0; }
    #slideshowDisplay #multi_content #mc_1, #slideshowDisplay #multi_content #mc_2 {
      padding: 0;
      width: 100%; }
  #slideshowDisplay #controls {
    overflow: hidden;
    float: none; }

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

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

#mc_1 {
  position: relative; }

.jp-title {
  display: none; }

/*! Modules - News v0.2.0 */
.newspostitemsep,
.newspostitem {
  margin-bottom: 26px !important;
  font-size: 14px;
  line-height: 1.375; }
  .newspostitemsep:last-child,
  .newspostitem:last-child {
    border: 0; }
  .newspostitemsep:last-child,
  .newspostitem:last-child {
    border-bottom: 0; }
  .newspostitemsep p:last-child,
  .newspostitem p:last-child {
    margin-bottom: 0; }
  .portlet_content .newspostitemsep, .portlet_content
  .newspostitem {
    margin-bottom: 15px !important; }

.newsposttitle a {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18182;
  color: #2a2a2a;
  margin-bottom: 8px; }
  .newsposttitle a:not(.image-link):after {
    content: ' \f101';
    font-family: FontAwesome;
    font-size: 20px; }
  .newsposttitle a:hover {
    color: #004023; }
.newsposttitle img {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 0.71429em 0;
  border-radius: 4px; }
  .newsposttitle img[alt="Pinned:"] {
    display: none; }
.portlet_content .newsposttitle {
  margin: 0; }
  .portlet_content .newsposttitle, .portlet_content .newsposttitle a {
    font-size: 14px; }

.newspostinfo_sep {
  display: none; }

.newspostinfo_element {
  clear: both;
  display: block;
  padding-top: 1.42857em;
  color: transparent; }
  .newspostinfo_element:before {
    content: 'Read More >';
    color: #2a2a2a; }
  .newspostinfo_element:hover {
    color: transparent; }
    .newspostinfo_element:hover:before {
      color: #dcce62; }

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

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

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

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

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

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

#blogtopsep {
  display: none; }

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

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

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

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

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

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

.portlet {
  margin: 0 0 1.42857em;
  border: 0;
  padding: 10px;
  border: 1px solid #626262; }

.portlet_header {
  padding: 0;
  background: none !important;
  color: #fff; }

.portlet_title {
  padding: 0.71429em;
  text-align: center;
  background: #004023;
  margin-top: 0; }

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

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

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

#acct_bar {
  font-size: 1em; }
  #acct_bar.acct_bar_on_top {
    top: 0 !important; }
    #acct_bar.acct_bar_on_top.acct_hover, #acct_bar.acct_bar_on_top:hover {
      height: 15em; }
  @media (max-width: 50em) {
    #acct_bar {
      min-width: 100% !important;
      overflow: hidden !important;
      position: fixed !important;
      top: auto !important;
      bottom: 0 !important;
      z-index: 8888 !important;
      transition: all 0.25s; }
      #acct_bar:before {
        content: ' Account Menu';
        display: block;
        line-height: 2em;
        text-align: center; }
      #acct_bar.acct_hover, #acct_bar:hover {
        height: auto; }
        #acct_bar.acct_hover a, #acct_bar:hover a {
          opacity: 1;
          visibility: visible; }
      #acct_bar a {
        display: block;
        opacity: 0;
        visibility: hidden;
        float: none;
        border-width: 0;
        transition: all 0.25s; }
      #acct_bar #acct_menu {
        margin-left: 0; }
      #acct_bar #logoff_button {
        margin-right: 0; } }

div.acct_menus {
  overflow: visible !important;
  z-index: 9999;
  left: 5% !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: em(12);
  line-height: 1; }

@media (50em) {
  div.acct_menus {
    position: absolute !important;
    top: auto !important;
    left: 50% !important;
    width: 50%;
    z-index: 9999; } }
#add_elements_menu_div {
  box-sizing: content-box;
  background: #222;
  border: 0; }
  #add_elements_menu_div * {
    box-sizing: content-box; }

.portal_column .portlet_content, .twothirds_column .portlet_content {
  background: none; }

[id^="portal_tab_bar_"] a, [id^="portal_tab_bar_"] a:link {
  color: #fff !important; }

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

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

/*! Modules - Slideshow v0.5.0 */
.controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  height: 100%;
  pointer-events: none; }

.control {
  position: absolute;
  height: 100%;
  cursor: pointer;
  pointer-events: auto;
  transition: background .4s, color .4s, text-shadow .4s, -webkit-transform .4s;
  transition: background .4s, color .4s, text-shadow .4s, transform .4s; }
  .control:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: 50%;
    font-family: 'FontAwesome';
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .control.prev {
    left: 0;
    -webkit-transform-origin: right center;
    transform-origin: right center; }
    .control.prev:before {
      content: '\f104'; }
  .control.next {
    right: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
    .control.next:before {
      content: '\f105'; }

.x.pagination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200; }
  .x.pagination span {
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    transition: background .4s, box-shadow .4s; }
    .x.pagination span.active {
      pointer-events: none; }

/*! Modules - Tabs v0.0.6 */
#portal_tabs,
#eventRegTabs {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
  background: none;
  border: 0; }
  #portal_tabs .ui-tabs-nav,
  #eventRegTabs .ui-tabs-nav {
    padding: 0;
    padding-bottom: 10px;
    background: none;
    border: 0;
    border-bottom: 1px solid #b2b2b2;
    border-radius: 0; }
    #portal_tabs .ui-tabs-nav li,
    #eventRegTabs .ui-tabs-nav li {
      margin: 0 0 0 10px !important;
      padding: 0;
      background: none;
      border: 0;
      border-radius: 0;
      color: inherit; }
      #portal_tabs .ui-tabs-nav li:first-child,
      #eventRegTabs .ui-tabs-nav li:first-child {
        margin-left: 0 !important; }
      #portal_tabs .ui-tabs-nav li a,
      #eventRegTabs .ui-tabs-nav li a {
        float: none;
        margin: 0 -0.22em 0 0;
        padding-left: 20px;
        padding-right: 20px;
        color: #4c4c4c; }
        .ui-tabs .ui-state-active a {
          color: #fff !important;
          background: #004023 !important; }
      #portal_tabs .ui-tabs-nav li span,
      #eventRegTabs .ui-tabs-nav li span {
        text-indent: 0; }

.ui-tabs-panel {
  margin-top: 20px;
  padding: 0 !important; }
  .ui-tabs-panel .portlet_header .portlet_title {
    background: none;
    text-align: left;
    padding: 0; }

/*! Pages - Style Guide v0.0.3 */
.style-guide .module {
  background: rgba(0, 0, 0, 0.05);
  border: 0.07143em solid rgba(0, 0, 0, 0.05);
  color: #2a2a2a; }
.style-guide h1:after {
  color: rgba(42, 42, 42, 0.5); }
.style-guide h2:after {
  color: rgba(42, 42, 42, 0.5); }
.style-guide h3:after {
  color: rgba(42, 42, 42, 0.5); }
.style-guide h4:after {
  color: rgba(42, 42, 42, 0.5); }
.style-guide h5:after {
  color: rgba(42, 42, 42, 0.5); }
.style-guide h6:after {
  color: rgba(42, 42, 42, 0.5); }
.style-guide h1:after {
  content: " font-size: 36px / line-height: 38px"; }
.style-guide h2:after {
  content: " font-size: 30px / line-height: 32px"; }
.style-guide h3:after {
  content: " font-size: 26px / line-height: 28px"; }
.style-guide h4:after {
  content: " font-size: 22px / line-height: 24px"; }
.style-guide h5:after {
  content: " font-size: 18px / line-height: 20px"; }
.style-guide h6:after {
  content: " font-size: 16px / line-height: 18px"; }
.style-guide .line-height-example {
  background: rgba(0, 0, 0, 0.05); }
.style-guide .primary-body:after {
  color: rgba(42, 42, 42, 0.5);
  content: " font-size: 14px / line-height: 20px"; }
.style-guide .secondary-body:after {
  color: rgba(42, 42, 42, 0.5);
  content: " font-size: 16px / line-height: 22px"; }

.colors {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 2.85714em; }
  .colors ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .colors a {
    display: block; }
  .colors li {
    margin-bottom: 0.35714em;
    padding: 1.42857em; }
    .colors li:nth-of-type(1) {
      border-left: 1.42857em solid;
      color: #2a2a2a; }
      .colors li:nth-of-type(1):after {
        content: " #2a2a2a"; }
    .colors li:nth-of-type(2) {
      border-left: 1.42857em solid;
      color: #004023; }
      .colors li:nth-of-type(2):after {
        content: " #004023"; }
    .colors li:nth-of-type(3) {
      border-left: 1.42857em solid;
      color: #dcce62; }
      .colors li:nth-of-type(3):after {
        content: " #dcce62"; }
    .colors li:nth-of-type(3) {
      border-left: 1.42857em solid;
      color: #dcce62; }
      .colors li:nth-of-type(3):after {
        content: " #dcce62"; }
    .colors li:nth-of-type(5) {
      border-left: 1.42857em solid;
      color: #d0c566; }
      .colors li:nth-of-type(5):after {
        content: " #d0c566"; }

/*! Pages - Main v0.0.3 */
/*! js: Remember to add the element with a class of home-page into your setup */
.home #leftbanner,
.layout_home #leftbanner {
  display: none; }
.home #contentdiv,
.layout_home #contentdiv {
  width: auto; }
.home #rightbanner,
.layout_home #rightbanner {
  zoom: 1;
  float: none;
  clear: both;
  width: auto; }
  .home #rightbanner:after,
  .layout_home #rightbanner:after {
    display: table;
    clear: both;
    content: ''; }
.home .grid,
.layout_home .grid {
  position: relative;
  /*
      margin-top: ($local-gutter * -0.5);
      margin-left: 20px + ($local-gutter * -0.5);
      margin-right: 20px;
  */
  margin: 0 20px; }
  @media (min-width: 37.5em) {
    .home .grid,
    .layout_home .grid {
      /*
            margin-left: $local-gutter * -0.5;
      */
      margin-left: auto;
      margin-right: auto; } }
  .home .grid .frame,
  .layout_home .grid .frame {
    zoom: 1;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 5px;
    width: 100%;
    transition: width 0.5s, padding 0.5s; }
    .home .grid .frame:after,
    .layout_home .grid .frame:after {
      display: table;
      clear: both;
      content: ''; }
    .home .grid .frame .inner,
    .layout_home .grid .frame .inner {
      padding-top: 100%;
      padding-bottom: 0;
      position: relative;
      border-radius: 4px;
      overflow: hidden; }
    @media (min-width: 37.5em) {
      .home .grid .frame,
      .layout_home .grid .frame {
        width: 33.33333%; } }
    @media (min-width: 50em) {
      .home .grid .frame,
      .layout_home .grid .frame {
        width: 25%; } }
    @media (min-width: 76.25em) {
      .home .grid .frame,
      .layout_home .grid .frame {
        width: 20%; } }
    .home .grid .frame.double,
    .layout_home .grid .frame.double {
      display: none;
      width: 200%; }
      @media (min-width: 37.5em) {
        .home .grid .frame.double,
        .layout_home .grid .frame.double {
          display: block;
          width: 66.66667%; } }
      @media (min-width: 50em) {
        .home .grid .frame.double,
        .layout_home .grid .frame.double {
          width: 50%; } }
      @media (min-width: 76.25em) {
        .home .grid .frame.double,
        .layout_home .grid .frame.double {
          width: 40%; } }
    .home .grid .frame img, .home .grid .frame.social img,
    .layout_home .grid .frame img,
    .layout_home .grid .frame.social img {
      display: none; }
    .home .grid .frame.social .inner,
    .layout_home .grid .frame.social .inner {
      background-color: #252525; }
    .home .grid .frame.social .copy,
    .layout_home .grid .frame.social .copy {
      display: block;
      padding: 20px;
      padding-top: 30%;
      text-align: center;
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 15px; }
      .home .grid .frame.social .copy a,
      .layout_home .grid .frame.social .copy a {
        color: #dcce62; }
        .home .grid .frame.social .copy a:hover,
        .layout_home .grid .frame.social .copy a:hover {
          color: #b7ab4d; }
    .home .grid .frame.social:before,
    .layout_home .grid .frame.social:before {
      margin-bottom: 15px;
      font-family: FontAwesome;
      font-size: 25px;
      color: #b2b2b2;
      position: absolute;
      bottom: 70%;
      left: 50%;
      z-index: 2;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .home .grid .frame.social.facebook:before,
    .layout_home .grid .frame.social.facebook:before {
      content: "\f09a"; }
    .home .grid .frame.social.pinterest:before,
    .layout_home .grid .frame.social.pinterest:before {
      content: "\f231"; }
    .home .grid .frame.social.twitter:before,
    .layout_home .grid .frame.social.twitter:before {
      content: "\f099"; }
    .home .grid .frame.social.youtube:before,
    .layout_home .grid .frame.social.youtube:before {
      content: "\f167"; }
    .home .grid .frame.button,
    .layout_home .grid .frame.button {
      display: none;
      text-align: center;
      margin: 0;
      /*
              padding: 0;
              padding-top: $local-gutter * 0.5;
              padding-left: $local-gutter * 0.5;
              //padding-top: $local-column-width;
      */
      padding: 5px;
      font-weight: 400;
      border: 0;
      border-radius: 0;
      background: none; }
      @media (min-width: 76.25em) {
        .home .grid .frame.button,
        .layout_home .grid .frame.button {
          display: block; } }
      .home .grid .frame.button a,
      .layout_home .grid .frame.button a {
        display: block;
        font-size: 30px;
        font-family: "adobe-garamond-pro", Georgia, serif;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .home .grid .frame.button a > .wrapper,
        .layout_home .grid .frame.button a > .wrapper {
          display: block;
          width: 100%;
          padding-right: 20px;
          padding-left: 20px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
      .home .grid .frame.button.green a,
      .layout_home .grid .frame.button.green a {
        background: #004023; }
        .home .grid .frame.button.green a:hover,
        .layout_home .grid .frame.button.green a:hover {
          background: #00331c; }
      .home .grid .frame.button.grey a,
      .layout_home .grid .frame.button.grey a {
        background: #7c7c7c; }
        .home .grid .frame.button.grey a:hover,
        .layout_home .grid .frame.button.grey a:hover {
          background: #626262; }
      .home .grid .frame.button.blue a,
      .layout_home .grid .frame.button.blue a {
        background: #7696aa; }
        .home .grid .frame.button.blue a:hover,
        .layout_home .grid .frame.button.blue a:hover {
          background: #657f90; }
    .home .grid .frame.image .inner, .home .grid .frame.slideshow .inner,
    .layout_home .grid .frame.image .inner,
    .layout_home .grid .frame.slideshow .inner {
      background: #252525; }
    .home .grid .frame.image img,
    .home .grid .frame.image .slideshow-wrapper, .home .grid .frame.slideshow img,
    .home .grid .frame.slideshow .slideshow-wrapper,
    .layout_home .grid .frame.image img,
    .layout_home .grid .frame.image .slideshow-wrapper,
    .layout_home .grid .frame.slideshow img,
    .layout_home .grid .frame.slideshow .slideshow-wrapper {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .home .grid .frame.image img, .home .grid .frame.slideshow img,
    .layout_home .grid .frame.image img,
    .layout_home .grid .frame.slideshow img {
      opacity: 0.8;
      transition: all 0.5s; }
    .home .grid .frame.image:hover img, .home .grid .frame.slideshow:hover img,
    .layout_home .grid .frame.image:hover img,
    .layout_home .grid .frame.slideshow:hover img {
      opacity: 1; }
    .home .grid .frame.image a,
    .layout_home .grid .frame.image a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .home .grid .frame.image a:after,
      .layout_home .grid .frame.image a:after {
        content: '\f055';
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 1;
        color: #fff;
        position: absolute;
        right: 14px;
        bottom: 14px;
        z-index: 1; }
      .home .grid .frame.image a:hover .description,
      .layout_home .grid .frame.image a:hover .description {
        top: 0; }
    .home .grid .frame.image .description,
    .layout_home .grid .frame.image .description {
      display: block;
      background-color: #004023;
      background-color: rgba(0, 64, 35, 0.9);
      overflow: hidden;
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      color: #fff;
      position: absolute;
      top: 100%;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      transition: top 0.5s; }
      .layout_home.no-csstransforms3d .grid .frame.image .description {
        /*display: table;
        height: 100%;*/ }
    .home .grid .frame.image .wrapper,
    .layout_home .grid .frame.image .wrapper {
      display: block;
      padding: 40px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .layout_home.no-csstransforms3d .grid .frame.image .wrapper {
        top: auto;
        display: table-cell;
        vertical-align: middle; }
    .home .grid .frame.image .title,
    .layout_home .grid .frame.image .title {
      font-size: 22px;
      text-transform: uppercase; }
    .home .grid .frame.image.double .title,
    .layout_home .grid .frame.image.double .title {
      text-transform: none;
      color: #dcce62; }
      .home .grid .frame.image.double .title:after,
      .layout_home .grid .frame.image.double .title:after {
        font-family: FontAwesome;
        content: ' \f101'; }
    .home .grid .frame.image .copy,
    .layout_home .grid .frame.image .copy {
      display: none;
      margin-top: 4px; }
    .home .grid .frame.image.double .copy,
    .layout_home .grid .frame.image.double .copy {
      display: block; }
    .home .grid .frame.slideshow .slide,
    .layout_home .grid .frame.slideshow .slide {
      position: relative;
      width: 100%;
      border-radius: 4px;
      overflow: hidden; }
      .home .grid .frame.slideshow .slide img,
      .layout_home .grid .frame.slideshow .slide img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /*
                    .no-csstransforms3d & {
                      top: 0;
                      left: 0;
                    }
        */ }
        .no-csstransforms3d .grid .frame.slideshow .slide img {
          top: 0;
          left: 0; }
    .home .grid .frame.slideshow .content,
    .layout_home .grid .frame.slideshow .content {
      display: block;
      width: 100%;
      padding: 20px 16px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #252525; }
      .home .grid .frame.slideshow .content :last-child,
      .layout_home .grid .frame.slideshow .content :last-child {
        margin-bottom: 0; }
      .home .grid .frame.slideshow .content h2,
      .layout_home .grid .frame.slideshow .content h2 {
        font-size: 22px !important;
        font-family: "proxima-nova", sans-serif !important;
        color: #fff !important; }
        .home .grid .frame.slideshow .content h2 a,
        .layout_home .grid .frame.slideshow .content h2 a {
          color: #fff; }
          .home .grid .frame.slideshow .content h2 a:after,
          .layout_home .grid .frame.slideshow .content h2 a:after {
            font-family: FontAwesome;
            content: ' \f101';
            font-weight: 400; }
          .home .grid .frame.slideshow .content h2 a:hover,
          .layout_home .grid .frame.slideshow .content h2 a:hover {
            color: #dcce62; }
      .home .grid .frame.slideshow .content p,
      .layout_home .grid .frame.slideshow .content p {
        color: #fff; }
        .home .grid .frame.slideshow .content p a,
        .layout_home .grid .frame.slideshow .content p a {
          color: #dcce62; }
          .home .grid .frame.slideshow .content p a:hover,
          .layout_home .grid .frame.slideshow .content p a:hover {
            color: #b7ab4d; }
    .home .grid .frame.slideshow .slick-dots,
    .layout_home .grid .frame.slideshow .slick-dots {
      width: auto;
      top: 20px;
      right: 20px;
      bottom: auto;
      z-index: 5; }
      .home .grid .frame.slideshow .slick-dots li,
      .layout_home .grid .frame.slideshow .slick-dots li {
        display: list-item;
        margin: 0;
        width: auto;
        height: auto; }
        .home .grid .frame.slideshow .slick-dots li button,
        .layout_home .grid .frame.slideshow .slick-dots li button {
          margin: 0;
          width: auto;
          height: auto; }
          .home .grid .frame.slideshow .slick-dots li button:before,
          .layout_home .grid .frame.slideshow .slick-dots li button:before {
            color: #fff;
            position: relative;
            line-height: 10px;
            vertical-align: middle; }
    .home .grid .frame.slideshow .slick-dots li button:before,
    .layout_home .grid .frame.slideshow .slick-dots li button:before {
      font-size: 40px; }
    .home .grid .frame .frame-link,
    .layout_home .grid .frame .frame-link {
      display: none !important; }
.home .grid,
.layout_home .grid {
  position: relative; }
  @media (min-width: 37.5em) {
    .home .grid,
    .layout_home .grid {
      padding-top: 133.33333%; } }
  @media (min-width: 50em) {
    .home .grid,
    .layout_home .grid {
      padding-top: 75%; } }
  @media (min-width: 76.25em) {
    .home .grid,
    .layout_home .grid {
      padding-top: 60%; } }
  @media (min-width: 37.5em) {
    .home .grid .frame,
    .layout_home .grid .frame {
      position: absolute; } }
  @media (min-width: 37.5em) {
    .home .grid .frame,
    .layout_home .grid .frame {
      position: absolute; }
      .home .grid .frame.frame-01,
      .layout_home .grid .frame.frame-01 {
        top: 0;
        left: 0; }
      .home .grid .frame.frame-02,
      .layout_home .grid .frame.frame-02 {
        top: 0;
        left: 66.66667%; }
      .home .grid .frame.frame-03,
      .layout_home .grid .frame.frame-03 {
        top: 25%;
        left: 66.66667%; }
      .home .grid .frame.frame-04,
      .layout_home .grid .frame.frame-04 {
        top: 50%;
        left: 0; }
      .home .grid .frame.frame-05,
      .layout_home .grid .frame.frame-05 {
        top: 75%;
        left: 0; }
      .home .grid .frame.frame-06,
      .layout_home .grid .frame.frame-06 {
        top: 50%;
        left: 33.33333%; } }
  @media (min-width: 50em) {
    .home .grid .frame.frame-01,
    .layout_home .grid .frame.frame-01 {
      top: 0;
      left: 0; }
    .home .grid .frame.frame-02,
    .layout_home .grid .frame.frame-02 {
      top: 0;
      left: 50%; }
    .home .grid .frame.frame-03,
    .layout_home .grid .frame.frame-03 {
      top: 0;
      left: 75%; }
    .home .grid .frame.frame-04,
    .layout_home .grid .frame.frame-04 {
      top: 66.66667%;
      left: 0; }
    .home .grid .frame.frame-05,
    .layout_home .grid .frame.frame-05 {
      top: 66.66667%;
      left: 25%; }
    .home .grid .frame.frame-06,
    .layout_home .grid .frame.frame-06 {
      top: 33.33333%;
      left: 50%; } }
  @media (min-width: 76.25em) {
    .home .grid .frame.frame-01,
    .layout_home .grid .frame.frame-01 {
      top: 0;
      left: 0; }
    .home .grid .frame.frame-02,
    .layout_home .grid .frame.frame-02 {
      top: 0;
      left: 60%; }
    .home .grid .frame.frame-03,
    .layout_home .grid .frame.frame-03 {
      top: 0;
      left: 80%; }
    .home .grid .frame.frame-04,
    .layout_home .grid .frame.frame-04 {
      top: 66.66667%;
      left: 0; }
    .home .grid .frame.frame-05,
    .layout_home .grid .frame.frame-05 {
      top: 66.66667%;
      left: 20%; }
    .home .grid .frame.frame-06,
    .layout_home .grid .frame.frame-06 {
      top: 33.33333%;
      left: 60%; }
    .home .grid .frame.frame-07,
    .layout_home .grid .frame.frame-07 {
      top: 0;
      left: 40%; }
    .home .grid .frame.frame-08,
    .layout_home .grid .frame.frame-08 {
      top: 33.33333%;
      left: 40%; }
    .home .grid .frame.frame-09,
    .layout_home .grid .frame.frame-09 {
      top: 66.66667%;
      left: 40%; } }
.home .banner_home-calendar,
.layout_home .banner_home-calendar {
  background-color: #dcdcdc;
  position: relative;
  border-top: 1px solid #fff; }
  .home .banner_home-calendar .calendar-link,
  .layout_home .banner_home-calendar .calendar-link {
    background-color: #b2b2b2;
    cursor: pointer; }
    .home .banner_home-calendar .calendar-link:hover,
    .layout_home .banner_home-calendar .calendar-link:hover {
      background-color: #7c7c7c; }
    .home .banner_home-calendar .calendar-link a,
    .layout_home .banner_home-calendar .calendar-link a {
      height: 40px;
      font-size: 16px;
      line-height: 1;
      display: block;
      padding: 14px;
      padding-bottom: 0;
      font-weight: 600;
      color: #fff;
      text-align: center;
      overflow: hidden; }
      @media (min-width: 37.5em) {
        .home .banner_home-calendar .calendar-link a,
        .layout_home .banner_home-calendar .calendar-link a {
          position: absolute;
          top: 50%;
          left: 50%;
          white-space: nowrap;
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg); }
          .layout_home.no-csstransforms3d .banner_home-calendar .calendar-link a {
            -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1.8369701987210297e-16, M12=-1, M21=1, M22=-1.8369701987210297e-16, SizingMethod='auto expand')";
            margin-left: -18px;
            margin-top: -70px; } }
    @media (min-width: 37.5em) {
      .home .banner_home-calendar .calendar-link,
      .layout_home .banner_home-calendar .calendar-link {
        position: absolute;
        top: -1px;
        right: 0;
        bottom: 0;
        width: 40px; } }
  .home .banner_home-calendar .calendar-module,
  .layout_home .banner_home-calendar .calendar-module {
    margin: 0 auto;
    max-width: 87.14286em;
    max-width: 76.25rem; }
    @media (min-width: 37.5em) {
      .home .banner_home-calendar .calendar-module,
      .layout_home .banner_home-calendar .calendar-module {
        padding-right: 40px; } }
    @media (min-width: 81.60714em) {
      .home .banner_home-calendar .calendar-module,
      .layout_home .banner_home-calendar .calendar-module {
        padding-right: 0; } }
    .home .banner_home-calendar .calendar-module .slideshow-wrapper,
    .layout_home .banner_home-calendar .calendar-module .slideshow-wrapper {
      zoom: 1;
      margin: 0;
      padding: 0; }
      .home .banner_home-calendar .calendar-module .slideshow-wrapper:after,
      .layout_home .banner_home-calendar .calendar-module .slideshow-wrapper:after {
        display: table;
        clear: both;
        content: ''; }
    .home .banner_home-calendar .calendar-module .eventobj,
    .layout_home .banner_home-calendar .calendar-module .eventobj {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none;
      margin: 0 !important;
      padding: 0;
      display: block;
      float: left;
      clear: none;
      min-height: 1px;
      height: auto; }
      .home .banner_home-calendar .calendar-module .eventobj ul,
      .layout_home .banner_home-calendar .calendar-module .eventobj ul {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none; }
      .home .banner_home-calendar .calendar-module .eventobj a,
      .layout_home .banner_home-calendar .calendar-module .eventobj a {
        display: block; }
    .home .banner_home-calendar .calendar-module .eventcol,
    .layout_home .banner_home-calendar .calendar-module .eventcol {
      padding: 20px; }
.home .banner_masthead,
.layout_home .banner_masthead {
  margin-top: 10px; }
  .home .banner_masthead .masthead,
  .layout_home .banner_masthead .masthead {
    background: #dcce62; }
  .home .banner_masthead .slick-slider,
  .layout_home .banner_masthead .slick-slider {
    margin: 0; }
  .home .banner_masthead .slick-next,
  .home .banner_masthead .slick-prev,
  .layout_home .banner_masthead .slick-next,
  .layout_home .banner_masthead .slick-prev {
    display: none; }
  .home .banner_masthead .pagination,
  .layout_home .banner_masthead .pagination {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 37.5em) {
      .home .banner_masthead .pagination,
      .layout_home .banner_masthead .pagination {
        margin: 0 auto;
        max-width: 87.14286em;
        max-width: 76.25rem;
        position: relative;
        bottom: auto;
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
  .home .banner_masthead .slick-dots,
  .layout_home .banner_masthead .slick-dots {
    position: relative;
    margin: 0;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
    @media (min-width: 37.5em) {
      .home .banner_masthead .slick-dots,
      .layout_home .banner_masthead .slick-dots {
        margin: 15px;
        position: absolute;
        right: 0;
        z-index: 10;
        width: auto; } }
    @media (min-width: 76.25em) {
      .home .banner_masthead .slick-dots,
      .layout_home .banner_masthead .slick-dots {
        margin: 15px 0 0; } }
    .home .banner_masthead .slick-dots li,
    .layout_home .banner_masthead .slick-dots li {
      vertical-align: middle; }
      @media (min-width: 37.5em) {
        .home .banner_masthead .slick-dots li,
        .layout_home .banner_masthead .slick-dots li {
          display: block;
          margin: 5px; } }
      @media (min-width: 76.25em) {
        .home .banner_masthead .slick-dots li,
        .layout_home .banner_masthead .slick-dots li {
          margin: 2px; } }
      .home .banner_masthead .slick-dots li button:before,
      .layout_home .banner_masthead .slick-dots li button:before {
        color: #fff; }
      .home .banner_masthead .slick-dots li button:before,
      .layout_home .banner_masthead .slick-dots li button:before {
        font-size: 60px;
        line-height: 0.5; }
        @media (min-width: 76.25em) {
          .home .banner_masthead .slick-dots li button:before,
          .layout_home .banner_masthead .slick-dots li button:before {
            font-size: 40px; } }
  .home .banner_masthead .contentElementDiv,
  .layout_home .banner_masthead .contentElementDiv {
    position: relative;
    overflow: hidden; }
    .home .banner_masthead .contentElementDiv .contentElementTitle,
    .layout_home .banner_masthead .contentElementDiv .contentElementTitle {
      display: none; }
    .home .banner_masthead .contentElementDiv .contentElementDesc,
    .layout_home .banner_masthead .contentElementDiv .contentElementDesc {
      transition: all 0.5s;
      margin: 30px 20px;
      margin-bottom: 70px;
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      position: relative;
      z-index: 1; }
      @media (min-width: 37.5em) {
        .home .banner_masthead .contentElementDiv .contentElementDesc,
        .layout_home .banner_masthead .contentElementDiv .contentElementDesc {
          margin: 0;
          padding: 30px 20px;
          background-color: #dcce62;
          background-color: rgba(220, 206, 98, 0.8);
          position: absolute;
          bottom: 0;
          left: 0; } }
      @media (min-width: 62.5em) {
        .home .banner_masthead .contentElementDiv .contentElementDesc,
        .layout_home .banner_masthead .contentElementDiv .contentElementDesc {
          width: 660px;
          padding: 30px;
          text-align: left;
          position: absolute;
          bottom: 40px;
          left: 40px;
          border-radius: 4px;
          overflow: hidden; } }
      .home .banner_masthead .contentElementDiv .contentElementDesc h2,
      .layout_home .banner_masthead .contentElementDiv .contentElementDesc h2 {
        font-family: "adobe-garamond-pro", Georgia, serif;
        font-weight: 600;
        font-size: 40px;
        line-height: 1.1; }
        .home .banner_masthead .contentElementDiv .contentElementDesc h2, .home .banner_masthead .contentElementDiv .contentElementDesc h2 a,
        .layout_home .banner_masthead .contentElementDiv .contentElementDesc h2,
        .layout_home .banner_masthead .contentElementDiv .contentElementDesc h2 a {
          color: #fff; }
        .home .banner_masthead .contentElementDiv .contentElementDesc h2 a:after,
        .layout_home .banner_masthead .contentElementDiv .contentElementDesc h2 a:after {
          font-family: FontAwesome;
          content: ' \f101';
          font-weight: 400;
          font-size: 30px; }
    .home .banner_masthead .contentElementDiv img,
    .layout_home .banner_masthead .contentElementDiv img {
      height: 100%;
      max-width: none;
      vertical-align: top;
      opacity: 0.2;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 0;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: all 0.5s; }
      .layout_home.no-csstransforms3d .banner_masthead .contentElementDiv img {
        top: auto;
        left: auto; }
      @media (min-width: 37.5em) {
        .home .banner_masthead .contentElementDiv img,
        .layout_home .banner_masthead .contentElementDiv img {
          position: relative;
          top: auto;
          left: auto;
          opacity: 1;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          width: 150.875%;
          margin: 0 -25.4375%; } }
      @media (min-width: 50em) {
        .home .banner_masthead .contentElementDiv img,
        .layout_home .banner_masthead .contentElementDiv img {
          width: 108.58333%;
          margin: 0 -4.29167%; } }
      @media (min-width: 76.25em) {
        .home .banner_masthead .contentElementDiv img,
        .layout_home .banner_masthead .contentElementDiv img {
          width: auto;
          height: 587px;
          margin: -0.6% 0;
          left: 50%;
          z-index: 0;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
      @media (min-width: 87.5em) {
        .home .banner_masthead .contentElementDiv img,
        .layout_home .banner_masthead .contentElementDiv img {
          left: 50%;
          width: 100%;
          height: auto; } }

.example-capsule {
  position: relative; }
  @media (min-width: 37.5em) {
    .example-capsule {
      width: 49.67%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 56.25em) {
    .example-capsule {
      width: 24.67%; } }
  @media (min-width: 37.5em) {
    .example-capsule {
      padding-right: 0.71429em;
      padding-left: 0.71429em; } }

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

.collage-container {
  zoom: 1;
  border-bottom: 0.5em solid #004023; }
  .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 #004023; }
    @media (min-width: 37.5em) {
      .collage-container .contentElementDiv:first-child {
        display: block; } }
  .collage-container .contentElementDiv:last-child {
    display: none;
    border-left: 0.5em solid #004023; }
    @media (min-width: 50em) {
      .collage-container .contentElementDiv:last-child {
        display: block; } }

/*! Components - Slideshow v0.0.3 */
.slideshow {
  margin: 0 auto;
  padding-left: 0;
  max-width: 70%; }
  .slideshow img {
    display: block;
    width: 100%; }

.slideshow__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  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; }
  .slideshow__item.active {
    position: relative;
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }

.controls--spotlight .control {
  width: 15%;
  font-size: 4em; }

.pagination--spotlight span {
  height: 1em;
  width: 1em;
  margin: 2% 1%; }

/*! Components - Social v0.0.1 */
.face-post {
  margin-bottom: 26px !important; }
  .face-post:last-child {
    border: 0; }

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

#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: 26px !important; }
  .tweet:last-child {
    border: 0; }
  .tweet .header time:before {
    content: 'Updated '; }
  .tweet .header time:after {
    content: ' ago by '; }
  .tweet .header .p-author {
    display: inline-block; }
  .tweet .header .avatar {
    display: none; }
  .tweet .e-entry-content p {
    margin-bottom: 0; }
  .tweet .footer {
    display: none; }

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

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

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

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

@media (min-width: 37.5em) {
  .location-details {
    position: absolute;
    z-index: 300;
    display: none;
    width: 28.57143em;
    margin: 2.21429em;
    padding: 1.42857em;
    background: rgba(255, 255, 255, 0.85); } }
@media (min-width: 37.5em) {
  .contentElementDiv:nth-of-type(2) .location-details {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    left: 50%;
    -webkit-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;
    transform-origin: center top;
    left: 50%;
    -webkit-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;
    transform-origin: right center;
    right: 0;
    top: 50%;
    -webkit-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;
    transform-origin: center bottom;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0; } }
.location-details.show-details {
  display: block; }

span[class^="temp-"] {
  display: none;
  margin: 2px;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }
