@charset "UTF-8";
a, .buttons,
.button,
.callout-button,
#showHideEventDetails, textarea,
input,
select {
  -webkit-transition: background 0.3s, border 0.3s, color 0.3s;
  transition: background 0.3s, border 0.3s, color 0.3s; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.margin-x {
  margin-right: 1.33333em;
  margin-left: 1.33333em; }

.margin-y {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em; }

.padding-x {
  padding-right: 1.33333em;
  padding-left: 1.33333em; }

.padding-y {
  padding-top: 1.33333em;
  padding-bottom: 1.33333em; }

.stretched-container {
  margin-right: -1.33333em;
  margin-left: -1.33333em;
  padding-right: 1.33333em;
  padding-left: 1.33333em; }

.cover {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%; }

.compartment {
  margin: 0 auto !important;
  max-width: 78.66667em;
  max-width: 73.75rem; }

@media (min-width: 37.5em) {
  .generic-col-4 {
    width: 49.67%;
    display: inline-block;
    vertical-align: top; } }
@media (min-width: 56.25em) {
  .generic-col-4 {
    width: 24.67%; } }

@font-face {
  font-family: 'baldwin';
  src: url("/uploaded/themes/2015/fonts/baldwin/baldwin.eot?4680811");
  src: url("/uploaded/themes/2015/fonts/baldwin/baldwin.eot?4680811#iefix") format("embedded-opentype"), url("/uploaded/themes/2015/fonts/baldwin/baldwin.woff?4680811") format("woff"), url("/uploaded/themes/2015/fonts/baldwin/baldwin.ttf?4680811") format("truetype"), url("/uploaded/themes/2015/fonts/baldwin/baldwin.svg?4680811#baldwin") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'baldwin';
    src: url('../font/baldwin.svg?4680811#baldwin') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "baldwin";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: '\e800'; }

/* '' */
.icon-mail:before {
  content: '\e801'; }

/* '' */
.icon-star-empty:before {
  content: '\e802'; }

/* '' */
.icon-user:before {
  content: '\e803'; }

/* '' */
.icon-ok:before {
  content: '\e804'; }

/* '' */
.icon-cancel:before {
  content: '\e805'; }

/* '' */
.icon-plus:before {
  content: '\e806'; }

/* '' */
.icon-home:before {
  content: '\e807'; }

/* '' */
.icon-link-ext:before {
  content: '\e808'; }

/* '' */
.icon-down-open:before {
  content: '\e809'; }

/* '' */
.icon-left-open:before {
  content: '\e80a'; }

/* '' */
.icon-right-open:before {
  content: '\e80b'; }

/* '' */
.icon-up-open:before {
  content: '\e80c'; }

/* '' */
.icon-angle-left:before {
  content: '\e80d'; }

/* '' */
.icon-angle-right:before {
  content: '\e80e'; }

/* '' */
.icon-angle-up:before {
  content: '\e80f'; }

/* '' */
.icon-angle-down:before {
  content: '\e810'; }

/* '' */
.icon-angle-double-left:before {
  content: '\e811'; }

/* '' */
.icon-angle-double-right:before {
  content: '\e812'; }

/* '' */
.icon-angle-double-up:before {
  content: '\e813'; }

/* '' */
.icon-angle-double-down:before {
  content: '\e814'; }

/* '' */
.icon-facebook:before {
  content: '\e815'; }

/* '' */
.icon-twitter:before {
  content: '\e816'; }

/* '' */
.icon-instagramm:before {
  content: '\e817'; }

/* '' */
.icon-linkedin:before {
  content: '\e818'; }

/* '' */
.icon-youtube:before {
  content: '\e819'; }

/* '' */
.icon-menu:before {
  content: '\e81a'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e81b'; }

/* '' */
.icon-1428354402_smugmug:before {
  content: '\e81c'; }

/* '' */
/*! Content - HTML v0.0.7 */
h1,
.alpha {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.33333em;
  color: #489cc9;
  font-weight: 400;
  font-size: 45px;
  line-height: 54px;
  font-family: "myriad-pro", sans-serif;
  text-align: center; }
  @media (min-width: 31.25em) {
    h1,
    .alpha {
      font-size: 3em; } }

.pagetype_default.hasLeftbanner h1,
.pagetype_default.hasRightbanner h1,
.pagetype_default.hasLeftbanner.hasRightBanner h1 {
  text-align: left; }

h2,
.beta,
.module .bannermodtitle,
div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title,
.pagetype_item b {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.2em;
  color: #004979;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  font-family: "myriad-pro", sans-serif; }

h3,
.gamma {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.23077em;
  color: #2e2e2e;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  font-family: "myriad-pro", sans-serif; }

h4,
.delta,
.callout-button em,
blockquote,
.monthhead,
.etitle,
.directory .fsDirEntryName strong,
.imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle,
.gridTable .contentElementTitle,
.newsposttitle,
.popup-window #ptitle,
.portlet_title {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.3em;
  color: #2e2e2e;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: "myriad-pro", sans-serif; }

h5,
.epsilon,
cite {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.375em;
  color: #2e2e2e;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-family: "myriad-pro", sans-serif;
  text-transform: uppercase; }

h6,
.zeta,
#calendar_nav + .listonly_block .listcap,
.directory .fsDirEntryRoles:before,
.directory .fsDirEntryTitle:before {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.375em;
  color: #2e2e2e;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-family: "myriad-pro", sans-serif;
  color: #2e2e2e; }

p {
  color: #2e2e2e;
  font: 400 16px/22px "myriad-pro", sans-serif;
  margin-bottom: 14px;
  margin-top: 0; }

a {
  color: #b84940;
  text-decoration: none; }
  a:hover {
    color: #e8c552; }
  nav a {
    display: block; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.4em; }

table.styled {
  width: 100%;
  margin-bottom: 1.33333em;
  border-collapse: collapse; }
  table.styled table {
    margin-top: 0;
    margin-bottom: 1.46667em;
    width: 100%; }
  table.styled tr:nth-of-type(odd) td {
    background-color: rgba(0, 0, 0, 0.1); }
  table.styled th,
  table.styled td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled th {
    padding: 1.33333em;
    text-transform: uppercase;
    background: #004979;
    color: #fff; }
  table.styled td {
    padding: 0.66667em 1.33333em;
    background: rgba(0, 0, 0, 0.05); }

img {
  margin-bottom: 0; }
  img[src*='space'], img[src*='bell'], img[src*='email'] {
    width: auto !important; }

#contentdiv img[style="float: left;"],
#contentdiv img[align="left"] {
  float: left;
  margin: 0;
  margin-bottom: -10px; }

#contentdiv img[style="float: right;"],
#contentdiv img[align="right"] {
  float: right;
  margin: 0;
  margin-bottom: -10px; }

#contentdiv a {
  color: #b84940;
  text-decoration: none; }
  #contentdiv a:hover {
    color: #e8c552; }

#contentdiv form div {
  max-width: 100% !important; }

@media (max-width: 43.75em) {
  .pagetype_form #contentdiv {
    float: none !important;
    clear: both !important;
    display: block !important;
    position: relative; } }

/*! Content - Button v0.0.5 */
.buttons,
.button,
.callout-button,
#showHideEventDetails {
  display: inline-block;
  margin: 0 0.66667em 0.66667em 0;
  padding: 0.53333em 1.06667em;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  background: #004979;
  border: 0;
  border-radius: 0;
  color: #fff; }
  .buttons:hover,
  .button:hover,
  .callout-button:hover,
  #showHideEventDetails:hover {
    background: #163052;
    color: #fff; }

.callout-button {
  max-width: 26em;
  width: 100%;
  padding: 1.33333em 2em; }
  .callout-button em {
    display: block;
    font-style: normal; }

/*! Content - Forms v0.0.5 */
textarea,
input,
select {
  max-width: 100%;
  padding: 0.66667em 0.88889em;
  font-family: "myriad-pro", sans-serif;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #1c1c1c; }
  textarea:hover, textarea:focus,
  input:hover,
  input:focus,
  select:hover,
  select:focus {
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0.3);
    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: #1c1c1c; }

.fsLoginForms {
  width: 100%; }

.fsLoginFooter {
  margin-left: 0; }

[class*='pagetype_misc_userlogin'] [src*='error'] {
  display: none; }

/*! Content - Style Manger v0.0.5 */
.lead-in,
.fs_style_23 {
  color: #2e2e2e;
  font: 400 22px/34px "myriad-pro", sans-serif;
  margin-bottom: 16px; }

.red-button,
.fs_style_26,
.purple-button,
.fs_style_25 {
  background: rgba(184, 73, 64, 0.8);
  font: 700 16px/24px "myriad-pro", sans-serif;
  text-transform: uppercase;
  border-radius: 70px; }
  .red-button:hover,
  .fs_style_26:hover,
  .purple-button:hover,
  .fs_style_25:hover {
    background: rgba(201, 106, 98, 0.8);
    -webkit-transition: background .4s ease;
    transition: background .4s ease; }
  @media (max-width: 43.75em) {
    .red-button,
    .fs_style_26,
    .purple-button,
    .fs_style_25 {
      display: block; } }
  .red-button a,
  .fs_style_26 a,
  .purple-button a,
  .fs_style_25 a {
    color: #ffffff !important;
    padding: 18px 40px;
    display: block;
    text-align: center; }

.purple-button,
.fs_style_25 {
  background: rgba(167, 113, 176, 0.8); }
  .purple-button:hover,
  .fs_style_25:hover {
    background: rgba(187, 146, 194, 0.8);
    -webkit-transition: background .4s ease;
    transition: background .4s ease; }

#contentdiv .red-button,
#contentdiv .fs_style_26,
#contentdiv .purple-button,
#contentdiv .fs_style_25 {
  display: inline-block; }
  @media (max-width: 56.25em) {
    #contentdiv .red-button,
    #contentdiv .fs_style_26,
    #contentdiv .purple-button,
    #contentdiv .fs_style_25 {
      display: block; } }

blockquote {
  display: block;
  margin-bottom: 0.5em;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.4em; }

.callout {
  width: 50%;
  margin-right: 0;
  margin-left: 0;
  padding: 0.66667em;
  line-height: 1.4em;
  background: #004979;
  color: #fff; }
  .callout.left {
    float: left;
    margin-left: 0.66667em; }
  .callout.right {
    float: right;
    margin-right: 0.66667em; }

cite {
  display: block;
  margin-bottom: 1.33333em;
  text-align: left; }
  cite:before {
    content: '- '; }

img {
  margin-bottom: 0.33333em; }
  img.left {
    float: left;
    width: 50%;
    margin-left: 0.66667em; }
  img.right {
    float: right;
    width: 50%;
    margin-right: 0.66667em; }

.image-caption {
  padding-left: 0.33333em; }

.fs_style_24:first-letter,
.first-letter-style:first-letter {
  color: dodgerblue;
  font-size: 40px;
  padding: 18px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  color: #b8c1ca;
  border: 1px solid #b8c1ca; }

.fs_style_27,
.table-style {
  width: 100%; }
  .fs_style_27 td,
  .table-style td {
    padding: 19px 10px 19px 20px;
    font: 400 16px/22px "myriad-pro", sans-serif; }
  .fs_style_27 tr:nth-child(odd) td,
  .table-style tr:nth-child(odd) td {
    background-color: rgba(184, 193, 202, 0.3); }
  .fs_style_27 tr:first-child td,
  .table-style tr:first-child td {
    background-color: #004979;
    color: #fff;
    font: 600 20px/24px "myriad-pro", sans-serif; }

/*! Content - Product v0.0.2 */
.mceContentBody,
.editorInstance {
  line-height: 1.46667;
  text-align: left;
  background: #fff; }

.text_misc,
.text_misc td {
  line-height: 1.46667; }

.editE img {
  height: 9px !important;
  width: 9px !important;
  border-style: none !important; }

#nav_menus,
#ql_menu {
  display: none; }

/*! Structure - Root v0.0.5 */
* {
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased !important; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html[class] {
  background: #004979;
  color: #1c1c1c; }

html {
  font-family: "myriad-pro", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased; }
  html.no-mqs {
    min-width: 78.66667em; }

body {
  font-size: 0.9375em;
  line-height: 1.46667; }

html,
body {
  overflow-x: hidden;
  position: relative; }

/*! Structure - Header v0.0.3 */
#topcontainer {
  background-color: #004979; }

.header-container {
  position: relative;
  top: -12px;
  padding-bottom: 10px;
  padding-right: 1.33333em;
  padding-left: 1.33333em; }
  @media (max-width: 56.25em) {
    .header-container {
      top: 0;
      padding-bottom: 6px; } }
  @media (max-width: 43.75em) {
    .header-container {
      padding-top: 32px;
      padding-bottom: 8px; } }
  .header-container .bannermodcontent {
    margin: 0 auto !important;
    max-width: 78.66667em;
    max-width: 73.75rem; }

.site-info-capsule {
  display: block;
  float: left;
  width: 281px;
  height: 65px;
  margin-bottom: 0; }
  @media (max-width: 76.25em) {
    .site-info-capsule {
      width: 230px;
      height: 53px; } }
  @media (max-width: 62.5em) {
    .site-info-capsule {
      width: 180px;
      height: 42px; } }
  @media (max-width: 43.75em) {
    .site-info-capsule {
      width: 281px;
      height: 65px;
      margin: 0 auto;
      float: none; } }

.site-info {
  display: block;
  -webkit-transition: none;
  transition: none;
  width: 281px;
  height: 65px;
  white-space: nowrap;
  color: transparent;
  background: url("/uploaded/themes/2015/images//baldwin.svg") no-repeat 0 0; }
  @media (max-width: 76.25em) {
    .site-info {
      width: 230px;
      height: 53px; } }
  @media (max-width: 62.5em) {
    .site-info {
      width: 180px;
      height: 42px; } }
  @media (max-width: 43.75em) {
    .site-info {
      width: 281px;
      height: 65px; } }
  .no-svg .site-info {
    background: url("/uploaded/themes/2015/images//baldwin.png") no-repeat 0 0; }
  .site-info:hover {
    color: transparent; }

.site-name {
  display: block;
  font-size: null;
  color: inherit; }

.site-tagline {
  display: block;
  font-size: null;
  color: inherit; }

/*=======================*/
/* Learn More Bar        */
/*=======================*/
.learn-more {
  padding-top: 12px;
  position: relative;
  z-index: 30;
  padding-right: 1.33333em;
  padding-left: 1.33333em; }
  .learn-more .bannermodcontent {
    margin: 0 auto !important;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  .learn-more div[id^="content"] > ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    float: right; }
    .learn-more div[id^="content"] > ul ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .learn-more div[id^="content"] > ul a {
      display: block; }
    @media (max-width: 43.75em) {
      .learn-more div[id^="content"] > ul {
        float: left; } }
    .learn-more div[id^="content"] > ul > li {
      height: 40px;
      position: relative;
      background-color: #003c63;
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      margin-right: 5px;
      border-radius: 5px;
      font-family: "myriad-pro", sans-serif;
      float: left;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
      .learn-more div[id^="content"] > ul > li:last-child {
        margin-right: 0; }
      .learn-more div[id^="content"] > ul > li:hover {
        background-color: #fff;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
        .learn-more div[id^="content"] > ul > li:hover a {
          color: #003c63; }
        .learn-more div[id^="content"] > ul > li:hover form:before {
          color: #003c63; }
      .learn-more div[id^="content"] > ul > li > a {
        display: block;
        padding: 0 20px;
        color: #b8c1ca;
        position: relative;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .learn-more div[id^="content"] > ul .search-btn {
      width: 40px;
      -webkit-transition: width .4s ease;
      transition: width .4s ease;
      cursor: pointer; }
  .learn-more .learn-more-btn {
    position: relative; }
    @media (max-width: 43.75em) {
      .learn-more .learn-more-btn {
        display: none !important; } }
    .learn-more .learn-more-btn:hover ul.lm-dd {
      display: block;
      -webkit-animation: revealNav .4s forwards;
      animation: revealNav .4s forwards;
      visibility: visible;
      opacity: 1; }

@-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; } }
.drawer_trigger {
  height: 40px;
  width: 40px;
  background-color: #003c63;
  float: right;
  font-size: 0;
  color: transparent;
  position: relative;
  border-radius: 5px;
  display: none; }
  @media (max-width: 43.75em) {
    .drawer_trigger {
      display: block; } }
  .drawer_trigger:after {
    font-family: 'baldwin';
    content: '\e81a';
    font-size: 18px;
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    width: 100%;
    color: #c2cad1; }

.drawer .drawer_trigger {
  background-color: #ffffff;
  margin-bottom: 8px; }

ul.lm-dd {
  position: absolute;
  width: 240px;
  top: 40px;
  background: transparent;
  left: -50%;
  display: block;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  display: none;
  padding-top: 6px; }
  ul.lm-dd li {
    background: #fff;
    font-family: "garamond-premier-pro", Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: none; }
    ul.lm-dd li a {
      padding: 17px;
      display: block; }
    ul.lm-dd li a {
      color: #003c63; }
    ul.lm-dd li strong {
      font-weight: 600;
      color: #489cc9; }
    ul.lm-dd li:first-child {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      padding-top: 7px; }
    ul.lm-dd li:last-child {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      padding-bottom: 7px; }
    ul.lm-dd li:hover {
      color: #489cc9; }
      ul.lm-dd li:hover a strong {
        color: #003c63; }
  ul.lm-dd li:nth-child(2):before,
  ul.lm-dd li:nth-child(2):after {
    content: "";
    display: block;
    margin: 0 auto;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    width: 154px; }

.grid-container {
  padding-top: 11px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .no-flexbox .grid-container {
    width: 100%;
    overflow: hidden; }

.photo-grid {
  display: block;
  height: 400px;
  height: 23.67vw;
  background-size: cover !important;
  background-position: center center !important;
  width: 32.8%; }
  @media (max-width: 56.25em) {
    .photo-grid {
      height: 47.5vw; }
      .photo-grid:last-of-type {
        display: none; } }
  @media (max-width: 43.75em) {
    .photo-grid {
      height: 86vw; }
      .photo-grid:nth-of-type(2) {
        display: none; } }
  @media (max-width: 56.25em) {
    .photo-grid {
      width: 49.3%; } }
  @media (max-width: 43.75em) {
    .photo-grid {
      width: 100%; } }
  .no-flexbox .photo-grid {
    display: block;
    float: left;
    width: 33.33%;
    margin-bottom: 30px; }
    @media (max-width: 56.25em) {
      .no-flexbox .photo-grid {
        width: 50%; } }
    @media (max-width: 43.75em) {
      .no-flexbox .photo-grid {
        width: 100%; } }

/*! Structure - Main v0.0.4 */
#midcontainer {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 1.33333em;
  padding-bottom: 1.33333em;
  word-break: break-word;
  word-wrap: break-word;
  background: #fff;
  padding-top: 48px; }

#mainmiddle {
  margin: 0 auto !important;
  max-width: 71.33333em;
  max-width: 66.875rem;
  zoom: 1; }
  #mainmiddle:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 37.5em) {
    #mainmiddle {
      min-height: 26.66667em; } }
  @media (max-width: 43.75em) {
    #mainmiddle {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.pagetype_default.hasLeftbanner #mainmiddle,
.pagetype_default.hasRightbanner #mainmiddle,
.pagetype_default.hasLeftbanner.hasRightBanner #mainmiddle {
  margin: 0 auto !important;
  max-width: 78.66667em;
  max-width: 73.75rem; }

/*! Structure - Layouts v0.0.6 */
#leftbanner,
#contentdiv,
#rightbanner {
  width: 100%; }
  @media (min-width: 37.5em) {
    #leftbanner,
    #contentdiv,
    #rightbanner {
      min-height: 13.33333em; } }

#leftbanner,
#rightbanner {
  font-size: 0.93333em;
  line-height: 1.42857em; }

@media (min-width: 37.5em) {
  #leftbanner {
    float: left;
    width: 33%;
    padding-right: 3.38983%; } }
@media (min-width: 56.25em) {
  #leftbanner {
    width: 20.33898%; } }
@media (max-width: 43.75em) {
  #leftbanner {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    display: table; } }

@media (min-width: 37.5em) {
  #contentdiv {
    float: left;
    width: 100%;
    padding-right: 0; } }
@media (max-width: 43.75em) {
  #contentdiv {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    display: table;
    float: none;
    overflow: hidden; } }
.hasLeftbanner #contentdiv {
  width: 79.66102%; }
  @media (max-width: 56.25em) {
    .hasLeftbanner #contentdiv {
      width: 67%;
      background: #fff; } }
  @media (max-width: 56.25em) {
    .hasLeftbanner #contentdiv {
      width: 67%;
      float: right; } }
  @media (max-width: 43.75em) {
    .hasLeftbanner #contentdiv {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      display: table;
      float: none;
      overflow: hidden; } }
.hasRightbanner #contentdiv {
  background: #fff; }
  @media (min-width: 56.25em) {
    .hasRightbanner #contentdiv {
      padding-right: 3.38983%;
      width: 74.57627%; } }
  @media (max-width: 56.25em) {
    .hasRightbanner #contentdiv {
      width: 100%; } }
  @media (max-width: 43.75em) {
    .hasRightbanner #contentdiv {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      display: table;
      float: none;
      overflow: hidden; } }
.hasRightbanner.hasLeftbanner #contentdiv {
  background: #fff;
  width: 54.23729%; }
  @media (max-width: 56.25em) {
    .hasRightbanner.hasLeftbanner #contentdiv {
      width: 67%;
      float: right; } }
  @media (max-width: 43.75em) {
    .hasRightbanner.hasLeftbanner #contentdiv {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }

#rightbanner {
  width: 25.42373%;
  float: left; }
  @media (max-width: 56.25em) {
    #rightbanner {
      clear: both;
      float: left;
      width: 67%; } }
  @media (max-width: 43.75em) {
    #rightbanner {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      display: table;
      width: 100%;
      float: none;
      overflow: hidden; } }
  .hasLeftbanner #rightbanner {
    width: 100%; }
    @media (min-width: 56.25em) {
      .hasLeftbanner #rightbanner {
        width: 25.42373%;
        float: left; } }
    @media (max-width: 56.25em) {
      .hasLeftbanner #rightbanner {
        width: 67%;
        float: right; } }
    @media (max-width: 43.75em) {
      .hasLeftbanner #rightbanner {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%; } }
  @media (max-width: 43.75em) {
    #rightbanner {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; } }

#contentdiv #rightbanner {
  width: 100% !important; }

/*! Structure - Footer v0.0.3 */
#bottomcontainer {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 36px;
  text-align: left;
  background: #004979;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden; }
  #bottomcontainer ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    #bottomcontainer ul ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    #bottomcontainer ul a {
      display: block; }

#bottombanner {
  margin: 0 auto !important;
  max-width: 78.66667em;
  max-width: 73.75rem; }

.footer-info,
.footer-map {
  display: block;
  float: left;
  width: 73%;
  margin-bottom: 10px !important; }
  @media (max-width: 56.25em) {
    .footer-info,
    .footer-map {
      width: 100%; } }

.footer-map {
  width: 27%;
  margin-bottom: 0; }
  @media (max-width: 56.25em) {
    .footer-map {
      display: block;
      float: left;
      width: 50%; } }
  @media (max-width: 43.75em) {
    .footer-map {
      float: none;
      width: 100%; } }
  .footer-map ul {
    text-align: justify; }
    .footer-map ul:after {
      content: '';
      display: inline-block;
      width: 100%; }
    .footer-map ul li {
      display: inline-block;
      float: left;
      width: 33%;
      color: #489cc9;
      font: 400 14px/18px "myriad-pro", sans-serif;
      margin-bottom: 5px; }
      @media (max-width: 43.75em) {
        .footer-map ul li {
          display: block;
          width: 100%;
          text-align: center; } }
  .footer-map a {
    color: #489cc9; }
    .footer-map a:hover {
      color: #fff; }

@media (max-width: 56.25em) {
  .footer-info {
    margin-bottom: 12px !important; } }

.footer-address ul {
  font: 400 18px/20px "myriad-pro", sans-serif;
  text-transform: uppercase; }
  @media (max-width: 1030px) {
    .footer-address ul {
      font-size: 15px; } }
  @media (max-width: 56.25em) {
    .footer-address ul {
      font-size: 18px;
      margin-bottom: 12px; } }
  @media (max-width: 50em) {
    .footer-address ul {
      font-size: 15px; } }
  @media (max-width: 43.75em) {
    .footer-address ul {
      font-size: 18px; } }
  .footer-address ul li {
    display: inline-block; }
    @media (max-width: 43.75em) {
      .footer-address ul li {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 6px; } }
    .footer-address ul li:after {
      content: "/";
      display: inline-block;
      padding: 0 5px;
      font-weight: 400; }
      @media (max-width: 43.75em) {
        .footer-address ul li:after {
          display: none; } }
    .footer-address ul li:first-child {
      font-weight: 600; }
    .footer-address ul li:nth-child(2):after {
      content: ",";
      padding-left: 0;
      padding-right: 2px; }
    .footer-address ul li:last-child:after {
      display: none; }

.social-icons {
  margin-top: 12px; }
  @media (max-width: 56.25em) {
    .social-icons {
      margin-top: 0;
      display: block;
      float: left;
      width: 50%; } }
  @media (max-width: 43.75em) {
    .social-icons {
      width: auto;
      float: none;
      text-align: center;
      margin-top: 36px;
      margin-bottom: 30px; } }
  .social-icons ul {
    font-size: 0; }
  .social-icons li {
    display: inline-block;
    position: relative;
    color: transparent;
    font-size: 0;
    margin-right: 11px; }
    .social-icons li a {
      color: #fff;
      width: 27px;
      min-height: 27px; }
    .social-icons li a:after {
      font-family: 'baldwin';
      color: rgba(255, 255, 255, 0.2);
      content: '\e815';
      font-size: 26px;
      display: inline-block;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      -webkit-transition: color .4s ease;
      transition: color .4s ease; }
    .social-icons li a:hover:after {
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: color .4s ease;
      transition: color .4s ease; }
    .social-icons li:nth-child(2) a:after {
      content: '\e816'; }
    .social-icons li:nth-child(3) a:after {
      content: '\e818'; }
    .social-icons li:nth-child(4) a:after {
      content: '\e819'; }
    .social-icons li:nth-child(5) a:after {
      content: '\e81b'; }
    .social-icons li:nth-child(6) a:after {
      content: '\e817'; }
    .social-icons li:nth-child(7) a:after {
      content: '\e81c'; }

#poweredby {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-bottom: 20px;
  background: #004979; }
  #poweredby > div {
    margin: 0 auto !important;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  @media (max-width: 43.75em) {
    #poweredby a {
      margin: 0 auto; } }

/*! Navigation - Main v0.0.6 */
.nav-main-container {
  display: block;
  float: left;
  width: 70%;
  margin-left: 30px !important;
  width: -webkit-calc(100% - 311px);
  width: calc(100% - 311px);
  height: 65px; }
  @media (max-width: 76.25em) {
    .nav-main-container {
      margin-left: 10px !important;
      width: -webkit-calc(100% - 240px);
      width: calc(100% - 240px);
      height: 53px; } }
  @media (max-width: 62.5em) {
    .nav-main-container {
      width: -webkit-calc(100% - 190px);
      width: calc(100% - 190px);
      height: 42px; } }
  @media (max-width: 56.25em) {
    .nav-main-container {
      width: 100%;
      margin-left: 0 !important;
      padding-top: 16px;
      height: auto; } }

.nav-main {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: -1.33333em;
  width: 101.7%; }
  .nav-main ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-main a {
    display: block; }
  @media (max-width: 56.25em) {
    .nav-main {
      width: 100%; } }
  @media (max-width: 43.75em) {
    .nav-main {
      float: none;
      clear: both;
      margin-bottom: 0; } }
  .dropdown-holder {
    display: none; }
  .nav-main > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 80px; }
    @media (max-width: 76.25em) {
      .nav-main > ul {
        height: 68px; } }
    @media (max-width: 62.5em) {
      .nav-main > ul {
        height: 59px; } }
    @media (max-width: 56.25em) {
      .nav-main > ul {
        display: block;
        height: auto; } }
    .no-flexbox .nav-main > ul {
      text-align: justify;
      margin-top: 20px; }
      .no-flexbox .nav-main > ul:after {
        content: '';
        display: inline-block;
        width: 100%; }
    .nav-main > ul > li {
      position: relative;
      color: #ffffff;
      font-family: "myriad-pro-condensed", sans-serif;
      font-size: 24px;
      line-height: 20px;
      font-weight: 400;
      display: inline-block; }
      @media (max-width: 76.25em) {
        .nav-main > ul > li {
          font-size: 22px; } }
      @media (max-width: 62.5em) {
        .nav-main > ul > li {
          font-size: 20px; } }
      @media (max-width: 56.25em) {
        .nav-main > ul > li {
          width: 25%;
          display: block;
          text-align: center;
          float: left;
          font-size: 24px; }
          .nav-main > ul > li:nth-child(1n+5) {
            top: -5px; } }
      @media (max-width: 43.75em) {
        .nav-main > ul > li {
          float: none;
          width: 100%;
          background: red;
          margin-bottom: 5px;
          border-radius: 5px;
          background-color: rgba(0, 0, 0, 0.1); }
          .nav-main > ul > li:nth-child(1n+5) {
            top: 0; } }
      .nav-main > ul > li:last-child .fsMenu {
        left: auto;
        right: 0; }
      @media (min-width: 62.5em) {
        .nav-main > ul > li:hover .fsMenu {
          display: block;
          -webkit-animation: revealNav .8s forwards;
          animation: revealNav .8s forwards;
          visibility: visible;
          opacity: 1; } }
      .nav-main > ul > li:hover > a {
        color: #c83eab; }
      .nav-main > ul > li > a {
        margin-bottom: 0;
        color: #fff;
        padding: 14px; }
        @media (max-width: 76.25em) {
          .nav-main > ul > li > a {
            padding: 14px 10px; } }
        .nav-main > ul > li > a:hover, .nav-main > ul > li > a.navon, .nav-main > ul > li > a.active {
          color: #489cc9;
          background-color: #002c49; }
        .fsSection-btn > a {
          color: #b84940; }

.fsMenu {
  zoom: 1;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  display: none;
  padding: 0.33333em 0em;
  width: 14.66667em;
  text-align: left;
  background: #c83eab; }
  .fsMenu:after {
    display: table;
    clear: both;
    content: ''; }
  .fsMenu a {
    display: block;
    padding: 0.33333em 0.66667em;
    color: #fff; }
    .fsMenu a:hover {
      color: #1c1c1c; }

.mega-caption {
  float: left;
  width: 33.33333%; }

.mega-image {
  float: right;
  width: 33.33333%; }

@keyframes revealNav {
  0%, 50% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
.sub-pages {
  background-color: #489cc9;
  padding-top: 23px;
  padding-bottom: 9px;
  padding-right: 1.33333em;
  padding-left: 1.33333em; }
  @media (max-width: 43.75em) {
    .sub-pages {
      padding-top: 0;
      padding-bottom: 0; }
      .sub-pages .nav-sub {
        padding-top: 20px;
        padding-bottom: 8px; } }
  .sub-pages .bannermodcontent {
    margin: 0 auto !important;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  .sub-pages .navmod {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: justify;
    font-size: 0; }
    .sub-pages .navmod ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .sub-pages .navmod a {
      display: block; }
    .sub-pages .navmod:after {
      content: '';
      display: inline-block;
      width: 100%; }
    .sub-pages .navmod > li {
      display: inline-block;
      width: 25%;
      font-size: 18px;
      margin-bottom: 10px;
      float: left;
      font: 400 18px/22px "myriad-pro", sans-serif; }
      .sub-pages .navmod > li a {
        color: #2e2e2e; }
      .sub-pages .navmod > li a:hover {
        color: #fff; }
      .sub-pages .navmod > li a.nav_history,
      .sub-pages .navmod > li a.navon {
        color: #fff; }
      @media (max-width: 56.25em) {
        .sub-pages .navmod > li {
          width: 33.33%; } }
      @media (max-width: 43.75em) {
        .sub-pages .navmod > li {
          width: 100%;
          float: none;
          display: block; } }

/*! Navigation - Tier v0.0.2 */
.nav-tier-container {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  display: none;
  background: rgba(0, 0, 0, 0.5); }
  .nav-tier-container .bannermodcontent {
    margin: 0 auto !important;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  .nav-tier-container ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .nav-tier-container ul ul {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .nav-tier-container ul a {
      display: block; }
  @media (min-width: 37.5em) {
    .nav-tier-container li {
      display: inline-block; } }
  .nav-tier-container a {
    padding: 0.66667em 0.66667em; }
    .nav-tier-container a.nav_history {
      display: none; }

/*! Navigation - Sub v0.0.5 */
.sub-pages .bannermodtitle {
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 43.75em) {
    .sub-pages .bannermodtitle {
      display: none; } }
  @media (max-width: 43.6875em) {
    .sub-pages .bannermodtitle {
      padding: 0.66667em;
      cursor: pointer;
      line-height: 1;
      background: #489cc9;
      color: #fff; }
      .sub-pages .bannermodtitle p {
        font-family: "myriad-pro-condensed", sans-serif;
        font-size: 24px;
        margin-bottom: 0;
        text-align: center;
        color: #fff; } }
  @media (max-width: 43.6875em) {
    .sub-pages .bannermodtitle p:after {
      position: relative;
      font-family: 'baldwin';
      display: inline-block;
      content: '\e810';
      font-size: 20px;
      padding-top: 5px;
      padding-left: 12px; } }
  @media (max-width: 43.6875em) {
    .sub-pages .bannermodtitle.open-nav p:after {
      content: '\e80f'; } }
@media (max-width: 43.6875em) {
  .sub-pages .bannermodtd {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height .3s, opacity .3s;
    transition: max-height .3s, opacity .3s; } }
@media (max-width: 43.6875em) {
  .open-nav + .bannermodtd {
    max-height: 66.66667em;
    opacity: 1; } }

.nav-sub-container .nav-sub {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  background-color: #b8c1ca; }
  .nav-sub-container .nav-sub ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-sub-container .nav-sub a {
    display: block; }
  .nav-sub-container .nav-sub > ul > li {
    font-size: 16px;
    font-family: "myriad-pro", sans-serif;
    border-bottom: 1px solid #fff; }
    .nav-sub-container .nav-sub > ul > li > a {
      color: #2e2e2e; }
      .nav-sub-container .nav-sub > ul > li > a.nav_history {
        color: #fff;
        padding-top: 16px; }
      .nav-sub-container .nav-sub > ul > li > a.nav_histiory {
        padding-top: 16px; }
      .nav-sub-container .nav-sub > ul > li > a:hover {
        color: #6d7174; }
    .nav-sub-container .nav-sub > ul > li ul {
      padding-left: 5px; }
      .nav-sub-container .nav-sub > ul > li ul li {
        color: #2e2e2e;
        text-transform: uppercase;
        font-size: 14px; }
        .nav-sub-container .nav-sub > ul > li ul li a:hover {
          color: #6d7174; }
        .nav-sub-container .nav-sub > ul > li ul li a.navon {
          color: #fff; }
      .nav-sub-container .nav-sub > ul > li ul ul {
        border-bottom: 0; }
      .nav-sub-container .nav-sub > ul > li ul a {
        padding: 0.33333em 0.66667em;
        border-bottom: 0; }
  .nav-sub-container .nav-sub > ul > li[class^="navon"] {
    background-color: rgba(0, 0, 0, 0.1); }
    .nav-sub-container .nav-sub > ul > li[class^="navon"].navparent {
      padding-bottom: 11px; }
    .nav-sub-container .nav-sub > ul > li[class^="navon"] > a {
      color: #fff;
      border-bottom: 0; }
  .nav-sub-container .nav-sub > ul > li.parent-page {
    background-color: rgba(0, 0, 0, 0.1); }
    .nav-sub-container .nav-sub > ul > li.parent-page.navparent {
      padding-bottom: 11px; }
    .nav-sub-container .nav-sub > ul > li.parent-page a {
      border-bottom: 0; }
  .nav-sub-container .nav-sub a {
    padding: 0.66667em 0.66667em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #1c1c1c; }
    .nav-sub-container .nav-sub a.navon, .nav-sub-container .nav-sub a:hover {
      color: #b84940; }
    .nav-sub-container .nav-sub a span {
      display: block; }

/*! Navigation - Consituent v0.0.5 */
.nav-const {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-const ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-const a {
    display: block; }
  .nav-const a {
    padding: 0em 0em; }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-social ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-social a {
    display: block; }
  .nav-social li {
    display: inline-block; }
  .nav-social .nav-social__item--facebook a:before {
    content: ""; }
  .nav-social .nav-social__item--instagram a:before {
    content: ""; }
  .nav-social .nav-social__item--linkedin a:before {
    content: ""; }
  .nav-social .nav-social__item--pinterest a:before {
    content: ""; }
  .nav-social .nav-social__item--tumblr a:before {
    content: ""; }
  .nav-social .nav-social__item--twitter a:before {
    content: ""; }
  .nav-social .nav-social__item--vine a:before {
    content: ""; }
  .nav-social .nav-social__item--youtube a:before {
    content: ""; }
  .nav-social .nav-social__item--facebook a:hover {
    color: #3b5998; }
  .nav-social .nav-social__item--instagram a:hover {
    color: #517fa4; }
  .nav-social .nav-social__item--linkedin a:hover {
    color: #007bb6; }
  .nav-social .nav-social__item--pinterest a:hover {
    color: #cb2027; }
  .nav-social .nav-social__item--tumblr a:hover {
    color: #32506d; }
  .nav-social .nav-social__item--twitter a:hover {
    color: #00aced; }
  .nav-social .nav-social__item--vine a:hover {
    color: #00a478; }
  .nav-social .nav-social__item--youtube a:hover {
    color: #b00; }
  .nav-social a {
    font-size: 1.33333em;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: relative;
    height: 2.66667em;
    width: 2.66667em;
    border-radius: 100%;
    border: .1em solid currentColor; }
    .nav-social a:before {
      font-family: "FontAwesome";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .nav-social span {
    display: none; }

/*! Navigation - Utility v0.0.4 */
.nav-util {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav-util ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .nav-util a {
    display: block; }
  .nav-util a {
    padding: 0em 0em; }

/*! Navigation - Off Canvas v0.1.0 */
.drawer {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #489cc9;
  display: none;
  padding: 14px 20px;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  top: 0;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 43.75em) {
    .drawer {
      display: block; } }
  .csstransforms3d .drawer {
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); }
  .no-csstransforms .drawer {
    display: none; }
  [data-drawer-state="visible"] .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    .csstransforms3d [data-drawer-state="visible"] .drawer {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .no-csstransforms [data-drawer-state="visible"] .drawer {
      display: block; }

[data-drawer-state="visible"] .overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(34, 35, 38, 0.5);
  z-index: 3; }

[data-drawer-state="visible"] .drawer {
  z-index: 2900; }

.drawer .lm-dd {
  position: relative;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

/*! Modules - Common v0.3.0 */
.bannermodtitle {
  border-top: #b8c1ca 5px solid;
  color: #b8c1ca;
  font: 400 26px/30px "myriad-pro", sans-serif;
  padding-top: 14px;
  margin-bottom: 15px;
  margin-top: 35px; }

#topbanner .bannermodtitle {
  border-top: 0; }

.push {
  padding-bottom: 1.33333em; }

.module {
  margin-bottom: 1.33333em !important;
  padding: 1.33333em;
  background: #004979;
  color: #fff; }
  .module p:last-child {
    margin-bottom: 0; }

[class*='icon-']:before {
  margin-right: .5em;
  font-family: "FontAwesome";
  speak: none; }

.popup-window {
  text-align: left;
  background: none !important; }
  .popup-window body {
    background: none !important; }
  .popup-window .off-canvas,
  .popup-window .off-canvas-trigger-container {
    display: none; }
  .popup-window #contentdiv {
    padding: 0.66667em !important; }

.ui-widget {
  font-family: "myriad-pro", sans-serif;
  font-size: 1em;
  color: #1c1c1c; }

/*! Modules - Accordion v0.0.7 */
.mcExpandingList {
  margin-bottom: 1.46667em;
  width: 100%; }
  .mcExpandingList h4.ui-accordion-header {
    margin: 0;
    padding: 1em;
    padding-right: 5.33333em;
    color: #8e959b;
    font: 600 20px/24px "myriad-pro", sans-serif;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: 0;
    background: #fff;
    color: #8e959b;
    border-top: #b8c1ca 1px solid; }
    .mcExpandingList h4.ui-accordion-header.ui-state-hover {
      background: #fff; }
    .mcExpandingList h4.ui-accordion-header.ui-state-active {
      border-top: 2px solid #b8c1ca;
      background: #fff;
      color: #2e2e2e; }
      .mcExpandingList h4.ui-accordion-header.ui-state-active + .ui-accordion-content + h4 {
        border-top: 2px solid #b8c1ca; }
    .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: '\e80e';
        font-family: 'baldwin';
        font-size: 0.8em;
        font-weight: normal;
        text-align: center;
        color: inherit;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .mcExpandingList h4.ui-accordion-header .ui-icon.ui-icon-triangle-1-s:after {
        content: '\e810';
        color: #fff; }
    .mcExpandingList h4.ui-accordion-header a {
      display: block;
      padding: 0;
      color: inherit !important; }
  .mcExpandingList .ui-accordion-content {
    top: 0;
    margin: 0;
    padding: 1.33333em !important;
    border: 0;
    border-radius: 0;
    color: #1c1c1c; 
}
    .mcExpandingList .ui-accordion-content:nth-last-of-type(2) + h4 {
      border-bottom: 1px solid #b8c1ca; }
    .mcExpandingList .ui-accordion-content p {
      margin-bottom: 0.8em; }
      .mcExpandingList .ui-accordion-content p:last-child {
        margin-bottom: 0; }

/*! Modules - Alerts v0.0.3 */
.ui-widget-overlay {
  display: none;
  height: 100% !important;
  width: 100% !important; }

div[aria-labelledby*='ui-dialog-title-pagePopModal'] {
  top: 8.26667em !important;
  left: 50% !important;
  max-width: 78.66667em;
  min-width: inherit;
  overflow: visible;
  padding: 0;
  width: 100% !important;
  background: #1c1c1c;
  color: #e3e3e3;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
    margin: 0;
    padding: 2.66667em 1.33333em 1.33333em;
    pointer-events: none;
    background: #b84940; }
    @media (min-width: 37.5em) {
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
        padding-top: 1.33333em; } }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title {
    display: block;
    float: none;
    margin: 0;
    color: inherit; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 30%;
    width: 100%;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.3) !important;
    border: 0;
    border-radius: 0 !important; }
    @media (min-width: 37.5em) {
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close {
        height: 100%;
        width: 6.35593%; } }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span {
      position: absolute;
      margin: 0;
      height: 100%;
      width: 100%;
      text-indent: 0;
      background: none;
      color: transparent;
      -webkit-transition: .75s;
      transition: .75s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:before {
        content: "";
        font-family: "FontAwesome";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-content {
    padding: 1.33333em;
    color: inherit; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides {
    position: relative; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides > div {
      position: relative !important;
      width: 100%; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides > div p:last-child {
        margin-bottom: 0; }
  div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane {
    background: #292929; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button {
      position: static;
      margin: 0;
      padding: 1.33333em;
      text-shadow: none;
      background: #363636;
      border: 0;
      border-radius: 0;
      color: #e3e3e3;
      outline: 0;
      -webkit-transition: background .3s;
      transition: background .3s; }
      div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:hover {
        background: #424242; }
    div[aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button-text {
      padding: 0; }

#pagePopReminder {
  position: fixed !important;
  top: 8.26667em !important;
  z-index: 400;
  height: auto;
  width: auto;
  background: #1c1c1c;
  border: 0;
  color: #e3e3e3; }
  #pagePopReminder:after {
    clear: both;
    content: '';
    display: table; }
  #pagePopReminder .slideOutTabHandle {
    top: auto;
    right: auto !important;
    left: 100% !important;
    display: inline-block;
    margin: 0;
    height: 100% !important;
    width: 3.5em !important;
    background: #b84940 !important;
    border: 0;
    border-radius: 0;
    -webkit-transition: background .3s;
    transition: background .3s; }
    #pagePopReminder .slideOutTabHandle:hover {
      background: #a54139 !important; }
    #pagePopReminder .slideOutTabHandle span {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      margin: 0;
      height: 100%;
      width: 100%;
      background: none !important; }
      #pagePopReminder .slideOutTabHandle span:before {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 100%;
        content: '\f0f3';
        font-family: 'FontAwesome';
        font-size: 1.2em;
        text-align: center;
        text-indent: 0;
        color: #ddd;
        -webkit-transform-origin: 50% 20%;
        -ms-transform-origin: 50% 20%;
        transform-origin: 50% 20%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      #pagePopReminder .slideOutTabHandle span:hover:before {
        -webkit-animation: rotate 2s;
        animation: rotate 2s; }
  #pagePopReminder div.pagePopCount {
    float: left;
    padding: 0.66667em 1.33333em;
    color: inherit; }
    #pagePopReminder div.pagePopCount span {
      display: block;
      padding: 0;
      background: none;
      color: inherit;
      -webkit-transition: color .3s;
      transition: color .3s; }
      #pagePopReminder div.pagePopCount span:after {
        display: inline-block;
        vertical-align: baseline;
        margin-left: .5em;
        content: '\f06e';
        font-family: 'FontAwesome';
        font-weight: normal;
        color: transparent;
        -webkit-transition: color .3s;
        transition: color .3s; }
      #pagePopReminder div.pagePopCount span:hover {
        color: #fff; }
        #pagePopReminder div.pagePopCount span:hover:after {
          color: #fff; }

@-webkit-keyframes rotate {
  0%,
  100% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  25%,
  75% {
    -webkit-transform: translate(0, -50%) rotate(-22deg);
    transform: translate(0, -50%) rotate(-22deg); }
  50% {
    -webkit-transform: translate(0, -50%) rotate(22deg);
    transform: translate(0, -50%) rotate(22deg); } }

@keyframes rotate {
  0%,
  100% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  25%,
  75% {
    -webkit-transform: translate(0, -50%) rotate(-22deg);
    transform: translate(0, -50%) rotate(-22deg); }
  50% {
    -webkit-transform: translate(0, -50%) rotate(22deg);
    transform: translate(0, -50%) rotate(22deg); } }
/*! Modules - Athletics v0.0.3 */
[name*='ath_menu'] td:first-child {
  padding-right: 0.66667em; }

table.ath_rosterTable {
  width: 100%; }

#athschedule {
  border: 0; }
  #athschedule .athfirstrow {
    background: none; }
  #athschedule .athsecondrow {
    background: none; }
  #athschedule .athrowsep {
    background: none !important; }
  #athschedule .athdatebar {
    padding: 0.66667em !important;
    font-size: 1em;
    background: #004979;
    border: 0; }
  #athschedule td {
    padding: 0.25em 0.66667em;
    border: 0; }

/*! Modules - Calendars v0.0.4 */
.caldata {
  overflow-x: visible; }

.monthhead {
  font-size: 1em !important;
  padding: 0; }

.eventobj {
  margin-bottom: 1.33333em !important;
  padding-bottom: 1.33333em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  clear: both;
  font-size: 1em !important;
  padding-bottom: 0;
  min-height: 8em; }
  .eventobj:last-child {
    border: 0; }

.event_stackdate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 6px;
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
  text-align: center;
  background-color: #004979;
  color: #fff; }
  .event_stackdate span {
    display: inline-block;
    padding: 0;
    font-size: 1em;
    line-height: 1;
    color: inherit;
    width: 100%; }
  .event_stackdate .event_stackdaynum {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    margin-bottom: -0.225em;
    color: #ffffff;
    font-family: "myriad-pro", sans-serif;
    font-size: 40px; }
  .event_stackdate .event_stackdayname {
    display: none; }
  .event_stackdate .event_stackmonname {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 6px;
    color: #b8c1ca;
    font: 400 16px/18px "myriad-pro", sans-serif; }

.event_stackrepeat {
  visibility: visible; }

.eventcol {
  zoom: 1;
  width: 100% !important;
  padding: 0 0 0 86px; }
  .eventcol:after {
    display: table;
    clear: both;
    content: ''; }
  .eventcol_short .eventcol {
    width: 100% !important;
    padding-left: 8em; }
  .eventcol_short .eventcon {
    width: 100% !important; }

.eventcon {
  padding-left: 0; }

.identifierkey {
  display: none; }
  @media (min-width: 37.5em) {
    .identifierkey {
      display: block; } }

.etitle [href*='popUp'] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200; }

.desclinks {
  display: block;
  color: inherit; }
  .desclinks:hover {
    color: #b84940; }

.event_time:before,
.event_location:before {
  display: inline-block;
  margin-right: 0.26667em;
  font-family: "FontAwesome";
  color: #c83eab; }

.event_time {
  text-transform: lowercase; }

.event_notes {
  margin-top: 1.33333em; }

#calendarcon {
  min-height: initial; }
  #calendarcon .caldata {
    height: auto !important; }
    #calendarcon .caldata.hotdate .daycap span, #calendarcon .caldata.selected .daycap span {
      background: #004979;
      color: #fff; }
  #calendarcon .monthrow {
    background: #f3f3f3;
    min-height: initial; }
  #calendarcon .daycap, #calendarcon .daycap_off {
    font-size: .75em;
    color: #1c1c1c; }
    @media (max-width: 1179px) {
      #calendarcon .daycap span, #calendarcon .daycap_off span {
        display: block;
        padding: 1.33333em 0.66667em;
        text-align: center; } }
  .event-view .daycap {
    background: rgba(0, 0, 0, 0.35); }
  .event-view .daycap_off {
    background: rgba(0, 0, 0, 0.35); }
  #calendarcon .eventobj {
    margin: 0.66667em 0.66667em 1.33333em;
    padding: 0 !important; }
    @media (max-width: 73.68333em) {
      .monthrow .eventobj {
        display: none; } }
    .event-view .eventobj {
      margin-right: 1.33333em !important;
      margin-left: 1.33333em !important; }
  #calendarcon .eventcol {
    padding: 0; }
    .eventcol_short #calendarcon .eventcol {
      padding-left: 0; }
  #calendarcon .eventcon {
    width: 100%;
    padding: 0; }
  #calendarcon .scroll-up {
    font-size: 200%;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.25); }
    #calendarcon .scroll-up:before {
      content: "";
      font-family: "FontAwesome";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

#calendar_buttons {
  width: 100% !important;
  margin-bottom: 0.66667em !important;
  text-align: center; }
  #calendar_buttons span {
    display: inline-block;
    width: 100%; }
    @media (min-width: 25em) {
      #calendar_buttons span {
        width: 49%; } }
    @media (min-width: 37.5em) {
      #calendar_buttons span {
        width: 24%; } }
  #calendar_buttons a {
    float: none;
    display: block;
    margin-bottom: .25em;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: .15em;
    font-size: 1em;
    color: #1c1c1c; }
    #calendar_buttons a:hover {
      background: rgba(0, 0, 0, 0.2); }

#tool_print {
  padding: 1.33333em;
  float: none !important;
  display: inline-block; }

#calendar_icons {
  width: 100%;
  margin-bottom: 0.66667em !important; }
  #calendar_icons span {
    float: none;
    display: inline-block;
    width: 13%;
    margin: 0; }
    #calendar_icons span:nth-of-type(-n+3), #calendar_icons span:nth-of-type(n+6) {
      display: none; }
      @media (min-width: 37.5em) {
        #calendar_icons span:nth-of-type(-n+3), #calendar_icons span:nth-of-type(n+6) {
          display: inline-block; } }
  #calendar_icons a {
    display: inline-block;
    margin: 0;
    white-space: nowrap; }
    #calendar_icons a img {
      vertical-align: baseline; }
  #calendar_icons #calendar_alert_badge img {
    display: none; }

#calcustomize, #calsearch, #calgridmask, #calexport {
  left: 0 !important;
  z-index: 200;
  width: 100% !important;
  margin: 0 !important; }
  #calcustomize > div, #calsearch > div, #calgridmask > div, #calexport > div {
    width: 100% !important;
    margin: 0;
    padding: 1.33333em !important; }
  #calcustomize .options_titlebar, #calsearch .options_titlebar, #calgridmask .options_titlebar, #calexport .options_titlebar {
    padding: 0; }
  #calcustomize .calnavbar_close, #calsearch .calnavbar_close, #calgridmask .calnavbar_close, #calexport .calnavbar_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    margin: 0 !important;
    padding: 0 !important; }

#calendar_nav > div {
  float: none !important; }

#calcustomize #basicmenu {
  margin-bottom: .25em; }
#calcustomize #ungrouped_jslinks {
  text-align: center; }
  #calcustomize #ungrouped_jslinks a {
    font-size: 1em;
    margin: 0 0 .25em;
    padding: .5em;
    width: 48%;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    color: #1c1c1c; }
    #calcustomize #ungrouped_jslinks a:hover {
      background: rgba(0, 0, 0, 0.2); }
#calcustomize [type*='submit'] {
  font-size: 1em !important; }

#calsearch td {
  padding: 0.66667em 0; }
#calsearch [name*='keywords'] {
  width: 100% !important;
  margin-bottom: 0.66667em;
  padding: .75em;
  border-color: #aaa; }
#calsearch [type*='submit'] {
  padding: .5em !important;
  font-size: 1em !important; }

#calexport .calendar_titlebar {
  margin-bottom: 0.66667em;
  padding: 0;
  font-size: 1em;
  background: none;
  color: #1c1c1c; }

#calendar_titlebar,
#calendar_titlebar_bottom {
  padding: 0;
  font-size: 80%;
  text-align: center;
  background: none;
  color: #1c1c1c; }
  @media (min-width: 37.5em) {
    #calendar_titlebar,
    #calendar_titlebar_bottom {
      font-size: 1em; } }
  #calendar_titlebar [title*='Navigation'],
  #calendar_titlebar_bottom [title*='Navigation'] {
    display: none; }
  #calendar_titlebar .prevYear, #calendar_titlebar .prevMonth, #calendar_titlebar .nextMonth, #calendar_titlebar .nextYear,
  #calendar_titlebar_bottom .prevYear,
  #calendar_titlebar_bottom .prevMonth,
  #calendar_titlebar_bottom .nextMonth,
  #calendar_titlebar_bottom .nextYear {
    background: rgba(0, 0, 0, 0.1);
    font: 1em "myriad-pro", sans-serif;
    font-weight: normal;
    padding: .5em;
    color: #1c1c1c; }
    #calendar_titlebar .prevYear:hover, #calendar_titlebar .prevMonth:hover, #calendar_titlebar .nextMonth:hover, #calendar_titlebar .nextYear:hover,
    #calendar_titlebar_bottom .prevYear:hover,
    #calendar_titlebar_bottom .prevMonth:hover,
    #calendar_titlebar_bottom .nextMonth:hover,
    #calendar_titlebar_bottom .nextYear:hover {
      background: rgba(0, 0, 0, 0.2); }

#calendar_titlebar {
  margin-bottom: 1.33333em !important; }

#calendar_titlebar_bottom {
  margin-top: 1.33333em !important; }

#calendar_nav + .listonly_block .listcap {
  margin: 0 0 1em;
  padding: 0;
  color: #c83eab; }
#calendar_nav + .listonly_block .eventcol,
#calendar_nav + .listonly_block .eventcon {
  padding-left: 0; }

#calnav.yui-calendar .calhead {
  padding: 0;
  background: none;
  border: 0; }
#calnav.yui-calendar .calheader {
  zoom: 1;
  margin-bottom: 0.66667em;
  padding: 0; }
  #calnav.yui-calendar .calheader:after {
    display: table;
    clear: both;
    content: ''; }
#calnav.yui-calendar .calnavleft,
#calnav.yui-calendar .calnavright {
  position: relative;
  top: 0;
  height: 1.5em;
  width: 15%;
  color: transparent; }
  #calnav.yui-calendar .calnavleft:before,
  #calnav.yui-calendar .calnavright:before {
    width: auto;
    height: auto;
    font-size: 1.4em;
    background-image: none;
    color: rgba(0, 0, 0, 0.35); }
  #calnav.yui-calendar .calnavleft:hover:before,
  #calnav.yui-calendar .calnavright:hover:before {
    color: rgba(0, 0, 0, 0.5); }
#calnav.yui-calendar .calnavleft {
  float: left;
  left: 0; }
  #calnav.yui-calendar .calnavleft:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
#calnav.yui-calendar .calnav {
  display: inline-block;
  padding: 0;
  padding-top: 0.44444em; }
#calnav.yui-calendar .calnavright {
  float: right;
  right: 0; }
  #calnav.yui-calendar .calnavright:before {
    content: "";
    font-family: "FontAwesome";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
#calnav.yui-calendar .calcell {
  position: relative;
  padding: 1.33333em 0;
  background-color: transparent !important;
  border: 0; }
  #calnav.yui-calendar .calcell:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.66667em;
    height: 2.66667em;
    content: '';
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    border: 0.16667em solid #004979; }
  #calnav.yui-calendar .calcell.today:before, #calnav.yui-calendar .calcell:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  #calnav.yui-calendar .calcell.oom {
    background-color: transparent; }
    #calnav.yui-calendar .calcell.oom:before {
      display: none; }
    #calnav.yui-calendar .calcell.oom .selector {
      color: rgba(0, 0, 0, 0.15); }
  #calnav.yui-calendar .calcell .selector {
    color: #1c1c1c; }

.pagetype_registration [bgcolor*='ccc'] {
  background: none; }
  .pagetype_registration [bgcolor*='ccc'] table {
    background: none; }
    .pagetype_registration [bgcolor*='ccc'] table table tr {
      display: block;
      padding: 0.66667em 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.pagetype_registration #contentdiv td {
  display: block;
  height: auto; }
.pagetype_registration #contentdiv [width*='3%'] {
  margin-bottom: 1.33333em; }

#eventTopBar {
  margin-top: 0 !important; }
  #eventTopBar * {
    box-sizing: content-box; }

#adminViewTopBar * {
  box-sizing: content-box; }

.eventTopCont {
  text-shadow: none;
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.L_Content,
.R_Content {
  max-width: 100%;
  width: 48%;
  padding: 1.33333em !important; }

.reg_Total {
  display: inline-block; }

.reg_Progress {
  position: relative !important;
  padding: 0 1.33333em !important;
  width: 100% !important; }

.ui-progressbar {
  border: 0 !important;
  border-bottom: 0.25em solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0; }
  .ui-progressbar .ui-progressbar-value {
    margin: 0;
    border: 0 !important;
    border-radius: 0; }

#eventContent {
  padding: 1.33333em 0; }

#eventDetails {
  margin-bottom: 1.33333em;
  padding: 1.33333em;
  border-radius: 0; }
  #eventDetails .detailLabel,
  #eventDetails .detailContent {
    margin: 0 !important; }

.registerTypeTable {
  margin: 1.33333em 0 !important;
  box-shadow: none !important; }
  .registerTypeTable tfoot {
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0.15) !important; }

.registerTypeHead,
.tableHeader,
.headerRow th {
  text-shadow: none !important;
  background: rgba(64, 64, 64, 0.94) !important;
  box-shadow: none !important; }

.attendeeTblRow {
  padding: 1.33333em !important; }

.registerAttendees {
  display: block;
  margin-bottom: 1.33333em !important;
  padding: 1.33333em;
  background: rgba(0, 0, 0, 0.05);
  border: 0.06667em dashed rgba(0, 0, 0, 0.1);
  box-shadow: none; }

.counter .attendRemove,
.counter .attendAdd {
  background: #eee !important;
  padding: .25em .75em !important; }

.quickAdd {
  margin-top: 0 !important; }

#eventTopBar div.activeAttendeeBar {
  height: auto !important;
  padding: 1.33333em !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

.displayGroup {
  padding: 0 !important; }

.displayTable {
  box-shadow: none !important; }
  .displayTable .nameCol {
    padding-left: 0; }
  .displayTable .attendCol {
    text-align: center; }

.tableHeader th {
  padding: 1.33333em !important;
  white-space: nowrap; }

.detailToggle {
  display: inline-block;
  padding: 1.33333em !important; }

.detailCol {
  padding: 1.33333em !important; }
  .detailCol p {
    margin-bottom: 0; }

#registrationSummary {
  padding: 0 !important; }

.pagetype_eventReg .registrations {
  box-shadow: none !important; }
.pagetype_eventReg .headerRow th {
  padding: 1.33333em !important;
  white-space: nowrap; }
.pagetype_eventReg .registerRow td,
.pagetype_eventReg .totalRow td {
  padding: 1.33333em !important;
  white-space: nowrap; }
.pagetype_eventReg .totalTable {
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.registrantInfo,
.billingAddress {
  padding: 1.33333em !important;
  width: 47.5%;
  background: rgba(0, 0, 0, 0.05) !important;
  box-shadow: none !important; }

.registrantInfo {
  margin: 0 2% 0 0 !important; }

.billingAddress {
  margin: 0 0 0 2% !important; }

.infoDisplay {
  display: block !important; }

.paymentMethod {
  display: block !important;
  margin-right: 0 !important;
  padding: 1.33333em !important;
  background: rgba(0, 0, 0, 0.05) !important;
  box-shadow: none !important; }

.popup-window #tool_print {
  float: right !important;
  padding: 10px; }
.popup-window .verbose_event {
  margin-bottom: 0.66667em;
  width: 100%;
  background: none; }

@media (max-width: 56.25em) {
  .dblock_half {
    width: 8% !important; } }

@media (min-width: 56.25em) {
  .dblock {
    min-height: 172px; } }

/*! Modules - Carousel v0.0.3 */
.cc-wrapper {
  position: relative; }
  .cc-wrapper.slideshow .cc-slide {
    opacity: 0; }
  .cc-wrapper.slideshow .cc-stage {
    overflow: hidden; }
  .cc-wrapper .cc-stage {
    white-space: nowrap; }
  .cc-wrapper .cc-slide {
    display: inline-block; }
  .cc-wrapper .cc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%; }
  .cc-wrapper .cc-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center; }
  .cc-wrapper .cc-controls a {
    display: inline-block;
    text-decoration: none; }

/*! Modules - Directions v0.0.2 */
[id*='route'] {
  margin-bottom: 1.33333em; }

.adp-placemark {
  background: rgba(0, 0, 0, 0.1);
  border: 0; }
  .adp-placemark td {
    padding: 0.66667em; }

.adp-directions {
  width: 100%; }

.adp-step,
.adp-substep {
  padding: 1em .05em; }

.adp-substep:nth-child(2) {
  white-space: nowrap; }

/*! Modules - Directory v0.0.5 */
.pagetype_directory form[name='filter'] {
  margin-bottom: 1.46667em; }
  .pagetype_directory form[name='filter'] tr {
    margin-bottom: .5em;
    display: block; }
    .pagetype_directory form[name='filter'] tr.filterTitle {
      width: 30%; }
  .pagetype_directory form[name='filter'] td {
    display: block;
    text-align: left; }
    .pagetype_directory form[name='filter'] td[width*='30%'] {
      display: inline; }
      .pagetype_directory form[name='filter'] td[width*='30%'] + td {
        display: inline; }
    .pagetype_directory form[name='filter'] td > img {
      max-height: initial;
      max-width: initial !important; }
.pagetype_directory [type*='submit'] {
  margin: 0;
  max-width: 100%; }
.pagetype_directory table[style*="background"] {
  margin-bottom: 1.33333em;
  background: none !important;
  border: 0 !important; }
  .pagetype_directory table[style*="background"] td {
    display: block;
    text-align: left; }
  .pagetype_directory table[style*="background"] [name*='keyword'] {
    margin-bottom: 0.66667em;
    max-width: 23.33333em;
    width: 100% !important; }

.directory {
  margin-bottom: 1.46667em;
  text-align: center; }
  @media (min-width: 31.25em) {
    .directory {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 1.33333em;
      -moz-column-gap: 1.33333em;
      column-gap: 1.33333em; } }
  @media (min-width: 50em) {
    .directory {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (min-width: 73.75em) {
    .directory {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media (min-width: 31.25em) {
    .directory {
      text-align: left; } }
  .directory .fsDirEntry {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto 1.46667em;
    max-width: 21.33333em;
    width: 100% !important;
    font-family: "myriad-pro", sans-serif;
    font-size: 15px;
    line-height: 1.46667 !important;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 0.225em solid rgba(184, 73, 64, 0.75);
    border-left: 0 !important;
    color: #1c1c1c; }
    .directory .fsDirEntry img {
      width: 100%; }
  .directory .entry-details {
    padding: 0 1.33333em 1.33333em;
    text-align: left; }
    .directory .entry-details > div {
      margin-bottom: 1.46667em; }
      .directory .entry-details > div:last-child {
        margin-bottom: 0; }
  .directory .fsDirEntryRoles:before, .directory .fsDirEntryTitle:before {
    display: block;
    margin-bottom: 0;
    color: #1c1c1c; }
  .directory .fsDirEntryName {
    margin-top: 1.46667em; }
  .directory [href*='requester'] {
    display: block;
    margin-top: 1.46667em; }
  .directory .fsDirEntryRoles:before {
    content: 'Role'; }
  .directory .fsDirEntryTitle:before {
    content: 'Title'; }
  .directory + table tr {
    display: none; }
    .directory + table tr:first-child {
      display: block; }
  .directory + table td {
    display: block;
    border: 0 !important;
    padding: 0 !important; }

#profiletable {
  clear: both;
  display: block; }

/*! Modules - Item v0.0.2 */
@media (max-width: 49.93333em) {
  .pagetype_item table,
  .pagetype_item tbody,
  .pagetype_item tr,
  .pagetype_item td {
    display: block;
    width: 100%; } }
.pagetype_item td {
  padding: .5em; }
.pagetype_item b {
  display: block; }
.pagetype_item img:not([src*='space']),
.pagetype_item [style*='width'] {
  width: 100% !important; }

/*! Modules - Gallery v0.0.3 */
#mediaNav,
#mediaNav * {
  box-sizing: content-box; }

.mediaNavHdr {
  height: auto;
  min-height: 2.5em; }
  .mediaNavHdr input[type="button"].mediaBackNav {
    width: 1em;
    height: 1em;
    padding: 0;
    background-color: transparent;
    border-width: 0; }
  .mediaNavHdr input[type="button"].allMediaBtn {
    top: 0;
    width: auto;
    height: auto; }

.mediaNavHdrTitle {
  max-width: 11em;
  width: 100%; }

#mediaSearchGo {
  height: 2em; }

.imageGalleryViewContainer {
  padding-top: 1.33333em;
  padding-left: 0; }
  .imageGalleryViewContainer .imageGalleryViewObject {
    float: none;
    margin: 0 0 1.33333em;
    min-height: initial;
    width: 100%; }
    @media (min-width: 50em) {
      .imageGalleryViewContainer .imageGalleryViewObject {
        display: inline-block;
        vertical-align: top;
        padding: 0 0.66667em;
        width: 49%; } }
    @media (min-width: 62.5em) {
      .imageGalleryViewContainer .imageGalleryViewObject {
        width: 32.33333%; } }
    .imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewThumb {
      background: rgba(0, 0, 0, 0.75); }
    .imageGalleryViewContainer .imageGalleryViewObject .imageGalleryViewTitle a {
      display: block; }

/*! Modules - Multi-content v0.0.4 */
.gridTable {
  width: 100%; }
  .gridTable .contentElementTD {
    padding: 1.33333em;
    border-color: #ccc; }
    @media (max-width: 700px) {
      .gridTable .contentElementTD {
        padding-right: 1.33333em;
        padding-left: 1.33333em;
        display: block;
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
        width: 100%; } }

.scroll-window {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden; }
  .scroll-window .contentElement {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 23.33333em;
    padding: 1.33333em; }

#fsMultiContent {
  visibility: hidden; }

#slideshowDisplay {
  visibility: visible; }
  #slideshowDisplay #multi_content {
    padding: 1.33333em 0;
    border: 0; }

.scroll-window::-webkit-scrollbar {
  -webkit-appearance: none; }

.scroll-window::-webkit-scrollbar:vertical {
  width: 11px; }

.scroll-window::-webkit-scrollbar:horizontal {
  height: 11px; }

.scroll-window::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5); }

.scroll-window::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px; }

#fsMultiContent {
  width: 100%;
  margin-bottom: 1.33333em; }

#multi_content {
  height: 100% !important; }
  #multi_content > div {
    height: 100% !important; }

#mc_1 {
  position: relative; }

/*! Modules - News v0.2.0 */
.newspostitemsep,
.newspostitem {
  margin-bottom: 1.33333em !important;
  padding-bottom: 1.33333em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .newspostitemsep:last-child,
  .newspostitem:last-child {
    border: 0; }
  .newspostitemsep:last-child,
  .newspostitem:last-child {
    border-bottom: 0; }
  .newspostitemsep p:last-child,
  .newspostitem p:last-child {
    margin-bottom: 0; }

.newsposttitle {
  color: #163052; }
  .newsposttitle a {
    color: #2e2e2e;
    text-decoration: none; }
    .newsposttitle a:hover {
      color: #b84940; }
  .newsposttitle img {
    width: 100%; }
    @media (max-width: 56.25em) {
      .newsposttitle img {
        float: left;
        max-width: 230px; } }
    @media (max-width: 43.75em) {
      .newsposttitle img {
        float: none;
        width: 100%;
        max-width: none; } }
    .newsposttitle img[alt="Pinned:"] {
      display: none; }

.newspostinfo_sep {
  display: none; }

.newspostinfo_element {
  clear: both;
  display: block;
  padding-top: 1.46667em;
  color: transparent; }
  .newspostinfo_element:before {
    content: 'Read More >';
    color: #1c1c1c; }
  .newspostinfo_element:hover {
    color: transparent; }
    .newspostinfo_element:hover:before {
      color: #b84940; }

.newsArchiveFilter .tbcon {
  border: 0 !important; }
.newsArchiveFilter .tbrow {
  margin-bottom: .35em; }
.newsArchiveFilter .tbcell {
  float: none;
  width: 100% !important;
  padding: 0;
  text-align: left;
  white-space: initial !important; }
.newsArchiveFilter [style*="float: right; position: relative; top: -9px;"] {
  top: 0 !important;
  margin-top: 1em; }
.newsArchiveFilter [type*='submit'] {
  display: block;
  clear: both;
  margin: 1em 0 0; }

.newsThumbnailCell {
  display: block;
  width: 100%;
  padding-right: 1.33333em; }
  @media (min-width: 43.75em) {
    .newsThumbnailCell {
      display: table-cell;
      width: 35%; } }
  .newsThumbnailCell img {
    float: none !important;
    margin-bottom: 0.66667em !important;
    width: 100%; }
    @media (min-width: 43.75em) {
      .newsThumbnailCell img {
        float: left !important;
        margin-right: 1.33333em !important; } }

.newsArticleCell {
  display: block; }
  @media (min-width: 43.75em) {
    .newsArticleCell {
      display: table-cell; } }

.contentControls div {
  margin: 0;
  padding: .5em .95em;
  border: 0; }

.popup-window #popmedia {
  display: inline-block !important;
  padding: 0 0.66667em; }

.newspostedit {
  float: none !important; }

/*! Modules - Blogs v0.0.2 */
.blogtoplinks, .blogtextcenter {
  margin-bottom: 1.33333em;
  padding-bottom: 1.33333em;
  padding-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#blogtopsep {
  display: none; }

/*! Modules - Portals v0.0.5 */
.portal_column, .twothirds_column {
  padding: 0; }
  @media (max-width: 37.43333em) {
    .portal_column, .twothirds_column {
      width: 100%; } }

@media (min-width: 37.5em) {
  .two_column, .three_column, .four_column {
    padding: 0 0.66667em; } }
@media (min-width: 37.5em) {
  .two_column:first-child, .three_column:first-child, .four_column:first-child {
    padding-left: 0; } }

@media (min-width: 37.5em) {
  .two_column:nth-of-type(2) {
    padding-right: 0; } }
@media (min-width: 37.5em) {
  .two_column {
    width: 50%; } }

.three_column:nth-of-type(3) {
  padding-right: 0; }
@media (min-width: 37.5em) {
  .three_column {
    width: 33.33333%; } }

.four_column:nth-of-type(4) {
  padding-right: 0; }
@media (min-width: 37.5em) {
  .four_column {
    width: 50%; } }
@media (min-width: 56.25em) {
  .four_column {
    width: 25%; } }

@media (min-width: 37.5em) {
  .twothirds_column {
    padding: 0 0.66667em; } }

.portlet {
  margin: 0 0 1.33333em;
  border: 0; }

.portlet_header {
  padding: 0;
  background: none; }

.portlet_title {
  padding: 0.66667em;
  text-align: center;
  background: #004979;
  color: #fff; }

.portlet_content > div {
  margin: 0 !important; }
.portlet_content p:last-child {
  margin-bottom: 0; }

.dock_marker {
  margin: 0.66667em 0;
  padding: 0.66667em 0;
  background: rgba(0, 0, 0, 0.75);
  border: 0;
  border-top: .25em solid #ffcc00;
  color: #fff; }

.portal_column_bottom {
  margin-bottom: 0;
  padding: 0.66667em 1.33333em !important;
  outline: 1px dashed rgba(0, 0, 0, 0.35); }

#acct_bar {
  height: auto;
  text-align: right;
  border: 0; }

.acct_buttons {
  display: inline-block;
  height: auto;
  border: 0;
  padding: .25em .5em; }

#add_elements_menu_div {
  box-sizing: content-box;
  background: #222;
  border: 0; }
  #add_elements_menu_div * {
    box-sizing: content-box; }

/*! Modules - Search v0.0.3 */
.search {
  position: relative;
  height: 40px;
  width: 100%;
  overflow: hidden; }
  .search:before {
    position: absolute;
    top: 50%;
    right: 11px;
    display: block;
    content: '\e800';
    font-family: 'baldwin';
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px;
    color: #c2cad1;
    font-weight: 400; }
  .search__label {
    display: none; }
  .search__field {
    width: 0;
    height: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #c83eab;
    outline: 0;
    position: relative;
    z-index: 10;
    cursor: pointer;
    color: #c2cad1;
    font-weight: 400;
    font-family: "myriad-pro", sans-serif;
    padding-right: 30px; }
    .search__field:focus, .search__field:hover {
      box-shadow: none; }
  .search__button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    color: transparent;
    z-index: 20; }

.search-active .learn-more div[id^="content"] ul .search:hover:before {
  color: #c2cad1; }
.search-active .learn-more div[id^="content"] ul .search-btn {
  width: 216px;
  -webkit-transition: width .4s ease;
  transition: width .4s ease;
  background-color: #002c49; }
.search-active .learn-more div[id^="content"] ul .search__field {
  width: 100%;
  padding-left: 15px; }
.search-active .learn-more div[id^="content"] ul .search__button {
  width: 40px; }

.drawer .search {
  float: left;
  margin-right: 5px;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px); }
  .drawer .search:before {
    right: initial;
    left: 11px;
    z-index: 999; }
  .drawer .search__field {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding-left: 30px; }

/*! Modules - Sitemap v0.0.6 */
#top_level_list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding-left: 0;
  font-size: 1em;
  font-weight: normal;
  list-style: none; }
  #top_level_list ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  #top_level_list a {
    display: block; }
  #top_level_list .spacerHR {
    display: none; }
  #top_level_list ul {
    margin: 0.66667em 0;
    padding: 0.66667em;
    background: rgba(0, 0, 0, 0.05); }
  #top_level_list > li {
    padding: 1.33333em;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 0.06667em solid rgba(0, 0, 0, 0.1); }

/*! Modules - Slideshow v0.7.0 */
.controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 100%;
  text-align: center;
  pointer-events: none;
  visibility: hidden; }
  .controls span {
    position: absolute;
    top: 0;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible; }
    .controls span:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      top: 50%;
      font-family: 'FontAwesome';
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .controls .prev {
    left: 0; }
    .controls .prev:before {
      content: '\f104'; }
  .controls .next {
    right: 0; }
    .controls .next:before {
      content: '\f105'; }

.pagination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  text-align: center; }
  .pagination span {
    display: inline-block;
    cursor: pointer;
    border-radius: 100%; }
    .pagination span.active {
      pointer-events: none; }

/*! Modules - Tabs v0.0.6 */
#portal_tabs,
#eventRegTabs {
  padding: 0;
  background: none;
  border: 0; }
  #portal_tabs .ui-tabs-nav,
  #eventRegTabs .ui-tabs-nav {
    margin-bottom: 1.33333em;
    padding: 0;
    background: none;
    border: 0; }
    #portal_tabs .ui-tabs-nav li,
    #eventRegTabs .ui-tabs-nav li {
      margin: 0 0.13333em 0.13333em 0 !important;
      padding: 0;
      background: none;
      border: 0;
      border-radius: 0;
      color: inherit; }
      #portal_tabs .ui-tabs-nav li a,
      #eventRegTabs .ui-tabs-nav li a {
        padding: 0.66667em 1.33333em;
        background: #b8c1ca;
        color: #fff;
        font: 600 20px/24px "myriad-pro", sans-serif; }
        #portal_tabs .ui-tabs-nav li a:hover,
        #eventRegTabs .ui-tabs-nav li a:hover {
          background: #9ba8b4;
          color: #fff !important; }
        .ui-tabs .ui-state-active a {
          background: #004979 !important;
          color: #fff !important; }
      #portal_tabs .ui-tabs-nav li span,
      #eventRegTabs .ui-tabs-nav li span {
        text-indent: 0; }

.ui-tabs-panel {
  padding: 0 !important; }

/*! Pages - Style Guide v0.0.3 */
.style-guide .module {
  background: rgba(0, 0, 0, 0.05);
  border: 0.06667em solid rgba(0, 0, 0, 0.05);
  color: #1c1c1c; }
.style-guide h1:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h2:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h3:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h4:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h5:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h6:after {
  color: rgba(28, 28, 28, 0.5); }
.style-guide h1:after {
  content: " font-size: 45px / line-height: 34"; }
.style-guide h2:after {
  content: " font-size: 30px / line-height: 26"; }
.style-guide h3:after {
  content: " font-size: 26px / line-height: 22"; }
.style-guide h4:after {
  content: " font-size: 20px / line-height: 22"; }
.style-guide h5:after {
  content: " font-size: 16px / line-height: 20"; }
.style-guide h6:after {
  content: " font-size: 16px / line-height: 18"; }
.style-guide .line-height-example {
  background: rgba(0, 0, 0, 0.05); }
.style-guide .primary-body:after {
  color: rgba(28, 28, 28, 0.5);
  content: " font-size: 15px / line-height: 22px"; }
.style-guide .secondary-body:after {
  color: rgba(28, 28, 28, 0.5);
  content: " font-size: 14px / line-height: 20px"; }

.colors {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 2.66667em; }
  .colors ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .colors a {
    display: block; }
  .colors li {
    margin-bottom: 0.33333em;
    padding: 1.33333em; }
    .colors li:nth-of-type(1) {
      border-left: 1.33333em solid;
      color: #1c1c1c; }
      .colors li:nth-of-type(1):after {
        content: " #1c1c1c"; }
    .colors li:nth-of-type(2) {
      border-left: 1.33333em solid;
      color: #004979; }
      .colors li:nth-of-type(2):after {
        content: " #004979"; }
    .colors li:nth-of-type(3) {
      border-left: 1.33333em solid;
      color: #163052; }
      .colors li:nth-of-type(3):after {
        content: " #163052"; }
    .colors li:nth-of-type(4) {
      border-left: 1.33333em solid;
      color: #b84940; }
      .colors li:nth-of-type(4):after {
        content: " #b84940"; }
    .colors li:nth-of-type(5) {
      border-left: 1.33333em solid;
      color: #c83eab; }
      .colors li:nth-of-type(5):after {
        content: " #c83eab"; }

.fonts {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.33333em; }
  .fonts ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .fonts a {
    display: block; }
  .fonts li {
    margin-bottom: 0.33333em;
    padding: 0.33333em; }
    .fonts li:nth-of-type(1) {
      font-family: "garamond-premier-pro", Georgia, serif; }
      .fonts li:nth-of-type(1):after {
        content: " - garamond-premier-pro, Georgia, serif"; }
    .fonts li:nth-of-type(2):after {
      content: " - "; }
    .fonts li:nth-of-type(3) {
      font-family: "myriad-pro", sans-serif; }
      .fonts li:nth-of-type(3):after {
        content: " - myriad-pro, sans-serif"; }
    .fonts li:nth-of-type(4) {
      font-family: "myriad-pro-condensed", sans-serif; }
      .fonts li:nth-of-type(4):after {
        content: " - myriad-pro-condensed, sans-serif"; }
    .fonts li:nth-of-type(5) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts li:nth-of-type(5):after {
        content: " - Menlo, Monaco, Consolas, Courier New, monospace"; }

.page_913,
.page_1 {
  /*========================*/
  /* Structure              */
  /*========================*/
  /*========================*/
  /* Initial Video          */
  /*========================*/
  /*========================*/
  /* Content Over Video     */
  /*========================*/
  /*========================*/
  /* Page Content           */
  /*========================*/
  /*========================*/
  /* Home Grid              */
  /*========================*/
  /*========================*/
  /* Home Grid Flex Order   */
  /*========================*/
  /*========================*/
  /* Alum                   */
  /*========================*/ }
  .page_913 #midcontainer,
  .page_1 #midcontainer {
    padding: 0; }
  .page_913 #mainmiddle,
  .page_1 #mainmiddle {
    max-width: 100% !important;
    width: 100%; }
  .page_913 #leftbanner,
  .page_913 #mainmiddle #rightbanner,
  .page_1 #leftbanner,
  .page_1 #mainmiddle #rightbanner {
    float: none;
    clear: both;
    width: 100%;
    padding: 0;
    position: relative; }
  .page_913 #mainmiddle #rightbanner,
  .page_1 #mainmiddle #rightbanner {
    padding-top: 0px; }
    @media (max-width: 43.75em) {
      .page_913 #mainmiddle #rightbanner,
      .page_1 #mainmiddle #rightbanner {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; } }
    @media (max-width: 56.25em) {
      .page_913 #mainmiddle #rightbanner,
      .page_1 #mainmiddle #rightbanner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
  .page_913 #contentdiv,
  .page_1 #contentdiv {
    width: 100% !important;
    padding: 0; }
    @media (max-width: 43.75em) {
      .page_913 #contentdiv,
      .page_1 #contentdiv {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        float: none;
        clear: both; } }
    .page_913 #contentdiv #text1,
    .page_1 #contentdiv #text1 {
      padding-right: 1.33333em;
      padding-left: 1.33333em; }
      .page_913 #contentdiv #text1 > div,
      .page_1 #contentdiv #text1 > div {
        margin: 0 auto !important;
        max-width: 64.66667em;
        max-width: 60.625rem; }
    @media (max-width: 43.75em) {
      .page_913 #contentdiv,
      .page_1 #contentdiv {
        overflow: hidden;
        height: auto; } }
  .page_913 .sub-pages,
  .page_913 .grid-container,
  .page_1 .sub-pages,
  .page_1 .grid-container {
    display: none; }
  .page_913 #topcontainer,
  .page_1 #topcontainer {
    background: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50000;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    @media (max-width: 43.75em) {
      .page_913 #topcontainer,
      .page_1 #topcontainer {
        background: #004979; } }
    .page_913 #topcontainer.sticky,
    .page_1 #topcontainer.sticky {
      background: #004979;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      z-index: 2400; }
  @media (max-width: 43.75em) {
    .page_913 #leftbanner,
    .page_1 #leftbanner {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 173px;
      height: auto;
      display: table; } }
  .page_913 #leftbanner:after,
  .page_1 #leftbanner:after {
    font-family: 'baldwin';
    content: '\e810';
    height: 52px;
    width: 52px;
    background: #fff;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    z-index: 2300;
    font-size: 26px;
    color: #c0c8d0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .page_913 .home-video,
  .page_1 .home-video {
    height: 0;
    padding-bottom: 52%;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 0 !important; }
    @media (max-width: 1100px) and (min-width: 901px) {
      .page_913 .home-video,
      .page_1 .home-video {
        min-height: 572px;
        padding-bottom: 0; } }
    @media (max-width: 56.25em) {
      .page_913 .home-video,
      .page_1 .home-video {
        padding-bottom: 91%; } }
    @media (max-width: 43.75em) {
      .page_913 .home-video,
      .page_1 .home-video {
        padding-bottom: 0;
        height: 547px; } }
    .page_913 .home-video div,
    .page_1 .home-video div {
      height: 100%; }
    .page_913 .home-video .bannermodtitle,
    .page_1 .home-video .bannermodtitle {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0 !important;
      padding: 0 20px;
      z-index: 5;
      background: url("/uploaded/themes/2015/images/overlay.png");
      font-size: 0;
      color: transparent;
      border: 0; }
      .page_913 .home-video .bannermodtitle:after,
      .page_1 .home-video .bannermodtitle:after {
        height: 8px;
        width: 100%;
        bottom: 0;
        position: absolute;
        background-color: #165581;
        content: "";
        z-index: 4;
        left: 0; }
    .page_913 .home-video div[id^="content"],
    .page_1 .home-video div[id^="content"] {
      padding-bottom: 52%;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 1100px) and (min-width: 901px) {
        .page_913 .home-video div[id^="content"],
        .page_1 .home-video div[id^="content"] {
          min-height: 572px;
          padding-bottom: 0; } }
      @media (max-width: 56.25em) {
        .page_913 .home-video div[id^="content"],
        .page_1 .home-video div[id^="content"] {
          padding-bottom: 91%; } }
      @media (max-width: 43.75em) {
        .page_913 .home-video div[id^="content"],
        .page_1 .home-video div[id^="content"] {
          top: 173px;
          padding-bottom: 0;
          height: 547px; } }
    .page_913 .home-video video,
    .page_1 .home-video video {
      position: absolute;
      right: 0;
      top: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      max-width: none;
      visibility: visible; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
        .page_913 .home-video video,
        .page_1 .home-video video {
          visibility: hidden; } }
      @media (max-width: 56.25em) {
        .page_913 .home-video video,
        .page_1 .home-video video {
          visibility: hidden; } }
  .page_913 .video-compartment,
  .page_1 .video-compartment {
    margin: 0 auto !important;
    max-width: 78.66667em;
    max-width: 73.75rem;
    position: relative; }
    @media (max-width: 56.25em) {
      .page_913 .video-compartment,
      .page_1 .video-compartment {
        max-width: 551px; } }
    .page_913 .video-compartment .video-content,
    .page_913 .video-compartment .video-content-image,
    .page_1 .video-compartment .video-content,
    .page_1 .video-compartment .video-content-image {
      display: block;
      float: left;
      width: 50%;
      height: auto;
      position: absolute;
      z-index: 8; }
      @media (max-width: 56.25em) {
        .page_913 .video-compartment .video-content,
        .page_913 .video-compartment .video-content-image,
        .page_1 .video-compartment .video-content,
        .page_1 .video-compartment .video-content-image {
          width: 100%; } }
    .page_913 .video-compartment .video-content,
    .page_1 .video-compartment .video-content {
      left: 0;
      bottom: 65px; }
      @media (max-width: 1100px) {
        .page_913 .video-compartment .video-content,
        .page_1 .video-compartment .video-content {
          bottom: 20px; } }
      @media (max-width: 56.25em) {
        .page_913 .video-compartment .video-content,
        .page_1 .video-compartment .video-content {
          bottom: 65px; } }
      @media (max-width: 43.75em) {
        .page_913 .video-compartment .video-content,
        .page_1 .video-compartment .video-content {
          bottom: 20px; } }
      .page_913 .video-compartment .video-content h1,
      .page_1 .video-compartment .video-content h1 {
        color: #ffffff;
        font: 400 45px/54px "myriad-pro", sans-serif;
        text-align: left; }
        @media (max-width: 43.75em) {
          .page_913 .video-compartment .video-content h1,
          .page_1 .video-compartment .video-content h1 {
            text-align: center;
            font-size: 40px;
            line-height: 50px; } }
      .page_913 .video-compartment .video-content h4,
      .page_1 .video-compartment .video-content h4 {
        color: #ffffff;
        font: 600 18px/24px "myriad-pro", sans-serif; }
        @media (max-width: 43.75em) {
          .page_913 .video-compartment .video-content h4,
          .page_1 .video-compartment .video-content h4 {
            display: none; } }
      .page_913 .video-compartment .video-content h3,
      .page_1 .video-compartment .video-content h3 {
        color: #fff; }
        @media (max-width: 43.75em) {
          .page_913 .video-compartment .video-content h3,
          .page_1 .video-compartment .video-content h3 {
            display: none; } }
      .page_913 .video-compartment .video-content .btn-container,
      .page_1 .video-compartment .video-content .btn-container {
        margin: 40px 0px 0 -40px; }
        @media (max-width: 76.25em) {
          .page_913 .video-compartment .video-content .btn-container,
          .page_1 .video-compartment .video-content .btn-container {
            margin: 40px 0 0 0; } }
        @media (max-width: 43.75em) {
          .page_913 .video-compartment .video-content .btn-container,
          .page_1 .video-compartment .video-content .btn-container {
            margin: 8px 0 0 0; } }
      .page_913 .video-compartment .video-content .video-btn,
      .page_1 .video-compartment .video-content .video-btn {
        height: 60px;
        background: rgba(72, 156, 201, 0.8);
        display: block;
        float: left;
        width: 50%;
        width: 270px;
        margin-right: 11px;
        margin-bottom: 16px;
        border-radius: 80px;
        border-radius: 100px; }
        .page_913 .video-compartment .video-content .video-btn.purple,
        .page_1 .video-compartment .video-content .video-btn.purple {
          background: rgba(167, 113, 176, 0.8); }
        .page_913 .video-compartment .video-content .video-btn.yellow,
        .page_1 .video-compartment .video-content .video-btn.yellow {
          background: rgba(232, 197, 82, 0.8); }
        .page_913 .video-compartment .video-content .video-btn.green,
        .page_1 .video-compartment .video-content .video-btn.green {
          background: rgba(77, 150, 63, 0.8); }
        .page_913 .video-compartment .video-content .video-btn:nth-of-type(even),
        .page_1 .video-compartment .video-content .video-btn:nth-of-type(even) {
          margin-right: 0; }
        @media (max-width: 76.25em) {
          .page_913 .video-compartment .video-content .video-btn,
          .page_1 .video-compartment .video-content .video-btn {
            width: -webkit-calc(50% - 5.5px);
            width: calc(50% - 5.5px); } }
        @media (max-width: 43.75em) {
          .page_913 .video-compartment .video-content .video-btn,
          .page_1 .video-compartment .video-content .video-btn {
            display: block;
            float: none;
            width: 100%; } }
        .page_913 .video-compartment .video-content .video-btn a,
        .page_1 .video-compartment .video-content .video-btn a {
          position: relative;
          display: block;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          color: #fff;
          display: block;
          text-align: center;
          padding: 15px 0; }
          .page_913 .video-compartment .video-content .video-btn a.default,
          .page_1 .video-compartment .video-content .video-btn a.default {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            font-family: "myriad-pro", sans-serif; }
          .page_913 .video-compartment .video-content .video-btn a.hover,
          .page_1 .video-compartment .video-content .video-btn a.hover {
            font-size: 24px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.6);
            font-family: "garamond-premier-pro", Georgia, serif;
            text-transform: none;
            display: none; }
        .page_913 .video-compartment .video-content .video-btn:hover a.default,
        .page_1 .video-compartment .video-content .video-btn:hover a.default {
          display: none; }
        .page_913 .video-compartment .video-content .video-btn:hover a.hover,
        .page_1 .video-compartment .video-content .video-btn:hover a.hover {
          display: block; }
    .page_913 .video-compartment .video-content-image,
    .page_1 .video-compartment .video-content-image {
      right: 0;
      bottom: 0; }
      @media (max-width: 56.25em) {
        .page_913 .video-compartment .video-content-image,
        .page_1 .video-compartment .video-content-image {
          display: none; } }
      .page_913 .video-compartment .video-content-image img,
      .page_1 .video-compartment .video-content-image img {
        display: inline-block;
        vertical-align: bottom; }
  .page_913 #contentdiv #text1,
  .page_1 #contentdiv #text1 {
    text-align: center;
    padding: 59px 0 49px 0; }
    @media (max-width: 56.25em) {
      .page_913 #contentdiv #text1,
      .page_1 #contentdiv #text1 {
        padding-left: 48px;
        padding-right: 48px;
        padding-bottom: 17px; } }
    @media (max-width: 43.75em) {
      .page_913 #contentdiv #text1,
      .page_1 #contentdiv #text1 {
        padding-top: 39px;
        padding-bottom: 14px;
        padding-left: 20px;
        padding-right: 20px; } }
    .page_913 #contentdiv #text1 h2,
    .page_1 #contentdiv #text1 h2 {
      color: #b8c1ca;
      font: 400 30px/34px "myriad-pro", sans-serif; }
    .page_913 #contentdiv #text1 p,
    .page_1 #contentdiv #text1 p {
      color: #2e2e2e;
      font: 400 22px/34px "myriad-pro", sans-serif; }
  .page_913 .home-grid,
  .page_1 .home-grid {
    height: 0;
    display: block;
    float: left;
    width: 33.33%;
    padding-bottom: 25%;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    cursor: pointer; }
    .page_913 .home-grid a a,
    .page_1 .home-grid a a {
      color: #fff; }
    @media (max-width: 56.25em) {
      .page_913 .home-grid,
      .page_1 .home-grid {
        width: 50%;
        padding-bottom: 38%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
    @media (max-width: 43.75em) {
      .page_913 .home-grid,
      .page_1 .home-grid {
        width: 100%;
        padding-bottom: 75%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .page_913 .home-grid .bannermodtitle,
    .page_1 .home-grid .bannermodtitle {
      border: 0;
      padding: 0 !important;
      margin: 0;
      text-align: center;
      position: relative;
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      width: 100%; }
    .page_913 .home-grid .bannermodtd,
    .page_1 .home-grid .bannermodtd {
      width: 100%;
      height: 0;
      padding-bottom: 75% !important;
      background: rgba(0, 0, 0, 0.12); }
      @media (max-width: 56.25em) {
        .page_913 .home-grid .bannermodtd,
        .page_1 .home-grid .bannermodtd {
          padding-bottom: 76% !important; } }
    .page_913 .home-grid.green .bannermodtd,
    .page_1 .home-grid.green .bannermodtd {
      background: rgba(77, 150, 63, 0.8);
      -webkit-transition: background .4s ease;
      transition: background .4s ease; }
    .page_913 .home-grid.green:hover .bannermodtd,
    .page_1 .home-grid.green:hover .bannermodtd {
      background: rgba(77, 150, 63, 0.95);
      -webkit-transition: background .4s ease;
      transition: background .4s ease; }
    .page_913 .home-grid.purple .bannermodtd,
    .page_1 .home-grid.purple .bannermodtd {
      background: rgba(167, 113, 176, 0.8);
      -webkit-transition: background .4s ease;
      transition: background .4s ease; }
    .page_913 .home-grid.purple:hover .bannermodtd,
    .page_1 .home-grid.purple:hover .bannermodtd {
      background: rgba(167, 113, 176, 0.95);
      -webkit-transition: background .4s ease;
      transition: background .4s ease; }
    .page_913 .home-grid.blue .bannermodtd,
    .page_1 .home-grid.blue .bannermodtd {
      background: rgba(72, 156, 201, 0.8);
      -webkit-transition: background .4s ease;
      transition: background .4s ease; }
    .page_913 .home-grid.blue:hover .bannermodtd,
    .page_1 .home-grid.blue:hover .bannermodtd {
      background: rgba(72, 156, 201, 0.95);
      -webkit-transition: background .4s ease;
      transition: background .4s ease; }
    .page_913 .home-grid h2,
    .page_1 .home-grid h2 {
      color: #ffffff;
      font: 400 40px/44px "myriad-pro", sans-serif;
      margin-bottom: 8px; }
    .page_913 .home-grid h3,
    .page_1 .home-grid h3 {
      color: #ffffff;
      font: 700 16px/24px "myriad-pro", sans-serif;
      text-transform: uppercase; }
  .page_913 .home-grid.news .newsposttitle img,
  .page_1 .home-grid.news .newsposttitle img {
    display: none; }
  .page_913 .home-grid.news .newsposttitle,
  .page_913 .home-grid.wp h4,
  .page_913 .home-grid.twitter ul.tweets,
  .page_1 .home-grid.news .newsposttitle,
  .page_1 .home-grid.wp h4,
  .page_1 .home-grid.twitter ul.tweets {
    position: absolute;
    bottom: 28px;
    left: 0;
    padding-left: 25px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: #fff; }
    .page_913 .home-grid.news .newsposttitle a,
    .page_913 .home-grid.wp h4 a,
    .page_913 .home-grid.twitter ul.tweets a,
    .page_1 .home-grid.news .newsposttitle a,
    .page_1 .home-grid.wp h4 a,
    .page_1 .home-grid.twitter ul.tweets a {
      color: #fff !important; }
    .page_913 .home-grid.news .newsposttitle:before,
    .page_913 .home-grid.wp h4:before,
    .page_913 .home-grid.twitter ul.tweets:before,
    .page_1 .home-grid.news .newsposttitle:before,
    .page_1 .home-grid.wp h4:before,
    .page_1 .home-grid.twitter ul.tweets:before {
      content: "";
      background: url("/uploaded/themes/2015/images/tw-icon.png");
      display: block;
      float: left;
      height: 30px;
      width: 30px;
      background-size: cover;
      margin-right: 10px; }
  .page_913 .home-grid.twitter .e-entry-title,
  .page_1 .home-grid.twitter .e-entry-title {
    display: block;
    float: left;
    width: 90%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    font-weight: 600;
    font-size: 20px;
    color: #fff; }
  .page_913 .home-grid.news .newsposttitle:before,
  .page_1 .home-grid.news .newsposttitle:before {
    background: url("/uploaded/themes/2015/images/rss-icon.png"); }
  .page_913 .home-grid.wp h4:before,
  .page_1 .home-grid.wp h4:before {
    background: url("/uploaded/themes/2015/images/701-icon.png"); }
  .page_913 #twitter-src,
  .page_1 #twitter-src {
    display: none; }
  .page_913 .grid-link,
  .page_1 .grid-link {
    color: transparent;
    font-size: 0; }
  @media (max-width: 56.25em) {
    .page_913 .home-grid.green,
    .page_1 .home-grid.green {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .page_913 .home-grid.twitter,
    .page_1 .home-grid.twitter {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .page_913 .home-grid.media,
    .page_1 .home-grid.media {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }
    .page_913 .home-grid.blue,
    .page_1 .home-grid.blue {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4; }
    .page_913 .home-grid.purple,
    .page_1 .home-grid.purple {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5; }
    .page_913 .home-grid.news,
    .page_1 .home-grid.news {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6; } }
  @media (max-width: 43.75em) {
    .page_913 .home-grid,
    .page_1 .home-grid {
      display: none; }
      .page_913 .home-grid.green,
      .page_1 .home-grid.green {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        display: block; }
      .page_913 .home-grid.blue,
      .page_1 .home-grid.blue {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        display: block; }
      .page_913 .home-grid.purple,
      .page_1 .home-grid.purple {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        display: block; } }
  .page_913 .alum,
  .page_1 .alum {
    display: none;
    position: relative;
    clear: both;
    padding-right: 1.33333em;
    padding-left: 1.33333em; }
    @media (max-width: 56.25em) {
      .page_913 .alum,
      .page_1 .alum {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7; } }
    .page_913 .alum .container:after,
    .page_1 .alum .container:after {
      float: right;
      content: url("/uploaded/themes/2015/images/Home-assets/bb.png");
      right: 20px;
      position: relative;
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute; }
      @media (max-width: 43.75em) {
        .page_913 .alum .container:after,
        .page_1 .alum .container:after {
          display: none; } }
    .page_913 .alum .container,
    .page_1 .alum .container {
      margin: 0 auto !important;
      max-width: 72em;
      max-width: 67.5rem;
      height: 356px;
      position: relative; }
      @media (max-width: 43.75em) {
        .page_913 .alum .container,
        .page_1 .alum .container {
          height: auto;
          padding-top: 46px;
          padding-bottom: 50px;
          overflow: hidden; } }
    .page_913 .alum .bannermodtitle,
    .page_1 .alum .bannermodtitle {
      position: relative;
      width: 26%;
      float: left;
      border: 0;
      margin: 0;
      padding: 0;
      position: relative;
      height: 356px; }
      @media (max-width: 56.25em) {
        .page_913 .alum .bannermodtitle,
        .page_1 .alum .bannermodtitle {
          display: none; } }
      .page_913 .alum .bannermodtitle img,
      .page_1 .alum .bannermodtitle img {
        position: absolute;
        bottom: 0;
        margin: 0;
        width: 100%;
        padding-right: 60px; }
    .page_913 .alum .bannermodtd,
    .page_1 .alum .bannermodtd {
      display: block;
      float: left;
      width: 74%;
      position: relative;
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 56.25em) {
        .page_913 .alum .bannermodtd,
        .page_1 .alum .bannermodtd {
          width: 100%; } }
      @media (max-width: 43.75em) {
        .page_913 .alum .bannermodtd,
        .page_1 .alum .bannermodtd {
          height: auto;
          top: 0;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          text-align: center; } }
    .page_913 .alum h2,
    .page_1 .alum h2 {
      color: #b8c1ca;
      font: 400 30px/34px "myriad-pro", sans-serif; }
    .page_913 .alum p,
    .page_1 .alum p {
      color: #2e2e2e;
      font: 400 22px/34px "myriad-pro", sans-serif; }
    .page_913 .alum h5,
    .page_1 .alum h5 {
      color: #9d709d;
      font: 600 18px/22px "myriad-pro", sans-serif;
      float: left; }
      @media (max-width: 43.75em) {
        .page_913 .alum h5,
        .page_1 .alum h5 {
          float: none;
          margin-bottom: 12px; } }
    .page_913 .alum h5 + a,
    .page_1 .alum h5 + a {
      font: 400 33px/33px "myriad-pro-condensed", sans-serif;
      text-transform: uppercase;
      float: right;
      color: #004979 !important; }
      @media (max-width: 43.75em) {
        .page_913 .alum h5 + a,
        .page_1 .alum h5 + a {
          float: none; } }
      .page_913 .alum h5 + a:before,
      .page_1 .alum h5 + a:before {
        content: url(/uploaded/themes/2015/images/arrw.png);
        display: inline-block;
        vertical-align: text-top;
        margin-right: 8px; }
      .page_913 .alum h5 + a span,
      .page_1 .alum h5 + a span {
        color: #b8c1ca !important;
        font: 33px/33px "myriad-pro-condensed", sans-serif;
        text-transform: none; }

/**
 * call
 * 07/17/2015
 * Jim Moore
 * H3 needs to be white on portal pages
 * 7/27/2015 ME updated these to include .fs_style_28, they were adversely affecting other parts of the site
 */
.pagetype_portal .fs_style_28 h3 {
  color: #ffffff; }

.pagetype_portal #contentdiv .fs_style_28 a {
  color: #ffffff; }

.pagetype_portal #contentdiv .fs_style_28 a:hover {
  color: #489cc9; }

#leftbanner .fs_style_28 a {
  font-size: 0.9em; }

/**
*
*	Ticket 3870-8408481: form is overlaying on images; not formatted properly on the iphone
*	Author: Jacob John;
*	Updating Form pages for mobile
*
*/
@media (max-width: 640px) {
  .drawer .lm-dd {
    margin-left: 0px !important;
    margin-top: 12px !important; }

  /* In main.css height was set to 100% which caused formatting issues on mobile devices. */
  #contentdiv {
    height: auto; }

  /**
   *
   *		Mobile Home Page Adjustments
   *
   */
  .page_1 .video-compartment .video-content {
    position: initial; }

  .page_1 .footer-address li {
    line-height: normal; }

  .page_1 .video-content h3 {
    font-size: 18px; }

  /* End Section */
  /**
  *
  *		Mobile Form Page Adjustments
  *
  */
  .pagetype_form #contentdiv {
    height: auto; }

  .pagetype_form #contentdiv .targetForm {
    width: 260px !important; }

  .pagetype_form .elementBody label.horizontal {
    white-space: initial; }

  /* End Section */
  /**
  *
  *	Responsive table
  *
  */
  .responsive-table td {
    display: inline-block;
    overflow: hidden;
    width: 100%; }

  /* End Section */ }
.contentElementTD {
  min-width: 0; }

/*! Components - Slideshow v0.0.4 */
.slideshow {
  max-width: 70%;
  margin: 0 auto;
  padding-left: 0;
  list-style: none; }

.slideshow .contentElementDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 1s ease-out, visibility 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  height: 100vh; }
  .slideshow .contentElementDiv.active {
    position: relative;
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }

.controls span {
  width: 15%;
  font-size: 3.5em; }

.pagination {
  text-align: center; }
  .pagination span {
    height: 1em;
    width: 1em;
    margin: 1.5% 1%;
    background: rgba(255, 255, 255, 0.5); }
    .pagination span:hover {
      background: rgba(255, 255, 255, 0.75); }
    .pagination span.active {
      background: rgba(0, 0, 0, 0.5); }

/*! Components - Social v0.0.2 */
.face-post {
  margin-bottom: 1.33333em !important;
  padding-bottom: 1.33333em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
  overflow: hidden; }
  .face-post:last-child {
    border: 0; }
  .face-post .face-image {
    margin-bottom: 0.66667em; }
    @media (min-width: 25em) {
      .face-post .face-image {
        float: left;
        max-width: 8.66667em;
        width: 100%;
        margin-right: 1.33333em;
        margin-bottom: 0; } }
  .face-post .face-date {
    margin-bottom: 1.2em;
    font-size: 80%;
    color: rgba(0, 0, 0, 0.65); }
  .face-post .face-content {
    width: auto;
    overflow: hidden; }
  .face-post br + br {
    display: none; }

.instapic {
  width: 100%;
  margin-bottom: 1.33333em; }
  @media (min-width: 50em) {
    .instapic {
      width: 49.67%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 56.25em) {
    .instapic {
      width: 33.00333%; } }
  @media (min-width: 73.75em) {
    .instapic {
      width: 24.67%; } }
  @media (min-width: 50em) {
    .instapic {
      padding-right: 0.66667em;
      padding-left: 0.66667em; } }

.pinterest-post {
  margin-bottom: 1.33333em !important;
  padding-bottom: 1.33333em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .pinterest-post:last-child {
    border: 0; }
  .pinterest-post p:last-child {
    margin-bottom: 0; }

#twitter-widget-0 {
  display: none; }

.tweets {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .tweets ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .tweets a {
    display: block; }
  .tweets a {
    display: inline; }

.tweet {
  margin-bottom: 1.33333em !important;
  padding-bottom: 1.33333em !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tweet:last-child {
    border: 0; }
  .tweet .header time:before {
    content: 'Updated '; }
  .tweet .header time:after {
    content: ' ago by '; }
  .tweet .header .p-author {
    display: inline-block; }
  .tweet .header .avatar {
    display: none; }
  .tweet .e-entry-content p {
    margin-bottom: 0; }
  .tweet .footer {
    display: none; }

/*! Components - Slick v0.0.2 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  display: none;
  height: 100%;
  min-height: 0.06667em; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/*! Components - Tour v0.0.1 */
.tour #text1 {
  position: relative; }
  .tour #text1 > img {
    width: 100%; }

@media (min-width: 37.5em) {
  .location-group {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0; } }

@media (max-width: 37.43333em) {
  .location {
    margin-top: 2.66667em;
    margin-bottom: 2.66667em; } }
@media (min-width: 37.5em) {
  .location {
    position: absolute; } }
.location:first-child {
  display: none; }
@media (min-width: 37.5em) {
  .location:nth-of-type(2) {
    top: 24%;
    left: 40%; } }
@media (min-width: 37.5em) {
  .location:nth-of-type(3) {
    top: 32%;
    left: 48%; } }
@media (min-width: 37.5em) {
  .location:nth-of-type(4) {
    top: 45%;
    left: 60%; } }
@media (min-width: 37.5em) {
  .location:nth-of-type(5) {
    top: 70%;
    left: 34%; } }

.marker {
  display: none; }
  @media (min-width: 37.5em) {
    .marker {
      display: block;
      height: 1.5em;
      width: 1.5em;
      background: #004979;
      border: .2em solid #fff;
      border-radius: 2em 2em 2em 0;
      outline: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: background .3s;
      transition: background .3s; } }
  @media (min-width: 37.5em) {
    .marker:hover, .marker.active-marker {
      background: #c83eab; } }

@media (min-width: 37.5em) {
  .location-details {
    position: absolute;
    z-index: 300;
    display: none;
    width: 26.66667em;
    margin: 2.16667em;
    padding: 1.33333em;
    background: rgba(255, 255, 255, 0.85); } }
@media (min-width: 37.5em) {
  .contentElementDiv:nth-of-type(2) .location-details {
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0; } }
@media (min-width: 37.5em) {
  .contentElementDiv:nth-of-type(3) .location-details {
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0; } }
@media (min-width: 37.5em) {
  .contentElementDiv:nth-of-type(4) .location-details {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); } }
@media (min-width: 37.5em) {
  .contentElementDiv:nth-of-type(5) .location-details {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0; } }
.location-details.show-details {
  display: block; }
