@import url(fonts.googleapis.com/css?family=Oswald:400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

p, ul {
  margin: 0 0 1.5em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.production-note {
  color: #f00; }

.col-one-half, .col-one-third, .col-two-thirds, .col-one-fourth, .col-three-fourths {
  float: left;
  padding: 0 1%; }

.col-one-half {
  width: 50%; }

.col-one-third {
  width: 33.33333%; }

.col-two-thirds {
  width: 66.66667%; }

.col-one-fourth {
  width: 25%; }

.col-three-fourths {
  width: 75%; }

.overflow-container {
  overflow-y: scroll; }

.aspect-ratio {
  height: 0;
  padding-top: 56.25%;
  position: relative; }

.aspect-ratio--object {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100; }

@font-face {
  font-family: "FontAwesome";
  src: url("/uploaded/code_2014/fonts/FontAwesome.eot");
  src: url("/uploaded/code_2014/fonts/FontAwesome.eot?#iefix") format("embedded-opentype"), url("/uploaded/code_2014/fonts/FontAwesome.woff") format("woff"), url("/uploaded/code_2014/fonts/FontAwesome.ttf") format("truetype"), url("/uploaded/code_2014/fonts/FontAwesome.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! Structure - Root v0.0.2 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* position: relative; - calendar XML & RSS button fix */
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  position: relative; }

html {
  height: 100%;
  font-family: 'nimbus-sans',sans-serif;
  color: #4c4c4c; }
  html.no-mqs {
    min-width: ce(1200px, 14px); }

body {
  /*text-align: center; causing text to be centered in the editor JF 8387403*/
  min-height: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%; }

.adminMode,
.redactor_editor {
  text-align: left !important; }

#bodydiv {
  height: 100%;
  background: url(/uploaded/code_2014/images/bg-striped.gif); }

#topbanner,
#mainmiddle,
#bottombanner {
  text-align: left;
  margin: 0 auto; }

/*! Structure - Header v0.0.2 */
#topcontainer {
  background: url(/uploaded/code_2014/images/bg-topcontainer.gif) 0 0 repeat-x #CDCDCD;
  width: 100%; }

.masthead {
  margin: 0 auto;
  width: 100%;
  max-width: 75em;
  padding: 0em 0.625em; }
  .masthead:after {
    clear: both;
    content: '';
    display: table; }

.site-name-container {
  width: 100%; }
  @media (min-width: 37.5em) {
    .site-name-container {
      width: 85%; } }
  @media (min-width: 60em) {
    .site-name-container {
      width: 90%; } }
  .site-name-container .site-link {
    display: block;
    background: url(/uploaded/code_2014/images/site-logo.png) 50% 0 no-repeat;
    padding-top: 9.375em; }
    @media (min-width: 37.5em) {
      .site-name-container .site-link {
        background: url(/uploaded/code_2014/images/site-logo.png) 0 0 no-repeat;
        padding-top: 0;
        padding-left: 9.375em;
        margin-bottom: 1.125em;
        min-height: 9.375em; } }
    @media (min-width: 60em) {
      .site-name-container .site-link {
        height: 6.5em;
        min-height: 6.5em;
        padding: 0 0 0 9.375em;
        margin: 0;
        overflow: hidden;
        background: url(/uploaded/code_2014/images/site-logo.png) 0 11px no-repeat; } }
    .site-name-container .site-link .site-name {
      display: block;
      font-family: "trajan-pro-3", sans-serif;
      font-size: 2.1875em;
      line-height: 1.2;
      text-transform: uppercase;
      text-align: center;
      padding: 0 0 0.2em 0; }
      @media (min-width: 37.5em) {
        .site-name-container .site-link .site-name {
          text-align: left; } }
    .site-name-container .site-link .site-tag {
      display: block;
      font-family: "nimbus-sans", sans-serif;
      font-size: 1em;
      line-height: 1.2;
      color: #747474;
      text-transform: uppercase;
      text-align: center;
      padding: 0 0 1em 0; }
      @media (min-width: 37.5em) {
        .site-name-container .site-link .site-tag {
          text-align: left; } }

.site-search-container {
  position: relative;
  min-height: 58px; }
  @media (min-width: 37.5em) {
    .site-search-container {
      position: absolute;
      top: 70px;
      right: 0.625em; } }
  .site-search-container ul {
    position: absolute;
    top: 0;
    right: 50px;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block; }
    .site-search-container ul li {
      margin: 0;
      padding: 0;
      background: #e1e1e1;
      font-family: "nimbus-sans", sans-serif;
      font-size: 0.75em;
      line-height: 58px;
      width: 48px;
      text-transform: lowercase; }
      .site-search-container ul li a {
        display: block;
        color: #7d7d7d; }
        .site-search-container ul li a span {
          display: none; }
        .site-search-container ul li a:hover {
          color: #404040; }
        .site-search-container ul li a:before {
          display: block;
          font-family: 'FontAwesome';
          font-size: 2.2em;
          text-align: center; }
    .site-search-container ul #quicklinks > a:before {
      content: '\f0c1'; }
    .site-search-container ul #quicklinks #ql_contain {
      display: none;
      position: absolute;
      right: -20px;
      width: 280px;
      background: #e1e1e1;
      z-index: 9999;
      padding: 0.625em; }
      @media (min-width: 37.5em) {
        .site-search-container ul #quicklinks #ql_contain {
          left: auto;
          right: 0;
          width: 480px; } }
      .site-search-container ul #quicklinks #ql_contain.active {
        display: block; }
      .site-search-container ul #quicklinks #ql_contain ul {
        position: relative;
        top: auto;
        right: auto;
        float: left;
        width: 50%;
        z-index: 9999; }
        .site-search-container ul #quicklinks #ql_contain ul li {
          display: block;
          text-transform: none;
          font-family: "nimbus-sans", sans-serif;
          font-size: 1em;
          line-height: 1.125em;
          padding: 0 8px 8px 0;
          text-align: left;
          width: 100%; }

#mainmiddle {
  margin: 0 auto 2.625em auto;
  max-width: 76.25em;
  padding: 2.5em 1.25em 1.25em;
  line-height: 1.625em;
  text-align: left;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
  border-top: none; }

#leftbanner,
#contentdiv,
#rightbanner {
  margin-bottom: 1.8em;
  width: 100%; }
  @media (min-width: 50em) {
    .hasLeftbanner #leftbanner, .hasRightbanner #leftbanner, .hasLeftbanner
    #contentdiv, .hasRightbanner
    #contentdiv, .hasLeftbanner
    #rightbanner, .hasRightbanner
    #rightbanner {
      float: left; } }

@media (min-width: 50em) {
  #leftbanner {
    width: 17.33%;
    padding: 0 1.5em 0 0; } }

#contentdiv {
  min-height: 0; }
  @media (min-width: 50em) {
    #contentdiv {
      min-height: 300px; } }
  @media (min-width: 50em) {
    .hasLeftbanner #contentdiv {
      width: 82.67%; } }
  @media (min-width: 50em) {
    .hasRightbanner #contentdiv {
      width: 68.99%; } }
  @media (min-width: 50em) {
    .hasRightbanner.hasLeftbanner #contentdiv {
      width: 51.66%; } }

@media (min-width: 50em) {
  .hasRightbanner #rightbanner {
    width: 31.01%;
    padding: 0 0 0 1.25em; } }

.feature-image {
  position: relative;
  margin: 0 0 1.2em 0; }
  @media (min-width: 50em) {
    .feature-image {
      padding-left: 17.33%; } }
  .feature-image img {
    width: 100%;
    height: auto; }
  .feature-image h2 {
    display: none; }
    @media (min-width: 50em) {
      .feature-image h2 {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0 0.5em;
        margin: 0 0 0.15em 0;
        background: #404040;
        background: rgba(64, 64, 64, 0.7);
        font-family: "nimbus-sans-condensed", sans-serif;
        font-weight: 400;
        font-size: 3.4375em;
        font-style: normal;
        line-height: 1.2;
        color: #fff;
        text-transform: uppercase;
        text-align: right; } }

.feature-placeholder {
  float: left;
  width: 100%;
  border: 1px solid transparent; }
  @media (min-width: 50em) {
    .feature-placeholder {
      width: 17.33%;
      padding: 0 1.5em 0 0; } }

/*! Structure - Footer v0.0.2 */
#bottomcontainer {
  text-align: left;
  background: #474747;
  border-bottom: 12px solid #541721; }

#bottombanner {
  margin: 0 auto;
  max-width: 76.25em;
  padding: 0.625em;
  color: #fff;
  text-align: center; }

.address [itemprop='name'] {
  padding: 0.625em 0;
  font-family: "trajan-pro-3", sans-serif;
  font-size: 2em;
  line-height: 1.2;
  text-shadow: 0 1px 0 #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase; }
.address [itemprop='address'] {
  display: inline-block; }
.address [itemprop='streetAddress'],
.address [itemprop='addressLocality'],
.address [itemprop='addressRegion'],
.address [itemprop='postalCode'],
.address [itemprop='telephone'],
.address p.links-contact-directions {
  display: inline-block; }
.address [itemprop='streetAddress'],
.address [itemprop='postalCode'],
.address [itemprop='telephone'],
.address p.links-contact-directions a.links-contact {
  padding: 0 1em;
  border-right: 1px solid #fff; }
.address [itemprop='addressLocality'],
.address p.links-contact-directions a.links-directions {
  padding-left: 1em; }
.address a {
  color: inherit; }

.ftr-amdg,
.ftr-tagline {
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #5e5e5e; }
  .ftr-amdg p,
  .ftr-tagline p {
    margin: 0;
    padding: 0 0 0.625em 0; }
    .ftr-amdg p span.ftr-tagline-courage,
    .ftr-tagline p span.ftr-tagline-courage {
      display: block; }
      @media (min-width: 37.5em) {
        .ftr-amdg p span.ftr-tagline-courage,
        .ftr-tagline p span.ftr-tagline-courage {
          display: inline-block; } }

#poweredby {
  max-width: 76.25em;
  margin: 0 auto;
  padding: 0.625em; }
  #poweredby div {
    text-align: center; }
  #poweredby a,
  #poweredby a:link,
  #poweredby a:visited {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha (Opacity=10);
    filter: alpha(opacity=10);
    opacity: 0.1;
    margin: 0 auto; }
    .svg #poweredby a, .svg
    #poweredby a:link, .svg
    #poweredby a:visited {
      background-image: url("/uploaded/code_2014/images/finalsite.svg"); }
    .no-svg #poweredby a, .no-svg
    #poweredby a:link, .no-svg
    #poweredby a:visited {
      background: #000 url("/uploaded/code_2014/images/finalsite.png") no-repeat 0 0; }
  #poweredby a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha (Opacity=40);
    filter: alpha(opacity=40);
    opacity: 0.4; }

/*! Navigation - Common v0.0.1 */
.nav {
  line-height: 1; }
  .nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .nav ul ul {
      display: none; }
  .nav li {
    margin: 0;
    padding: 0;
    background-image: none; }
  .nav a {
    display: block; }

/*! Navigation - Main v0.0.1 */
.nav-main-container {
  text-transform: center;
  background: #ab192d;
  background: linear-gradient(to bottom, #ab192d 0%, #800008 100%); }

.nav-main {
  margin: 0 auto;
  padding: 0 0.625em;
  width: 100%;
  max-width: 75em; }
  @media (min-width: 50em) {
    .nav-main {
      padding-left: 150px; } }
  @media (min-width: 60em) {
    .nav-main {
      background: url(/uploaded/code_2014/images/site-logo-main.png) 1px -93px no-repeat transparent; } }
  .nav-main ul {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: space-around; }
    @media (min-width: 50em) {
      .nav-main ul {
        justify-content: flex-start; } }
    .nav-main ul li {
      position: static;
      display: inline-block;
      align-items: space-around;
      text-align: center;
      min-width: 25%; }
      @media (min-width: 50em) {
        .nav-main ul li {
          min-width: 10%; } }
      .nav-main ul li a {
        font-family: "nimbus-sans-condensed", sans-serif;
        font-size: 1.125em;
        font-weight: 400;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #fff;
        padding: 1.2em 1em;
        transition: all 0.25s linear; }
        .nav-main ul li a.active, .nav-main ul li a:hover {
          background: #747474;
          -webkit-box-shadow: inset 0 5px 0 0 #505050;
          box-shadow: inset 0 5px 0 0 #505050; }
      .nav-main ul li:hover > a {
        background: #747474;
        -webkit-box-shadow: inset 0 5px 0 0 #505050;
        box-shadow: inset 0 5px 0 0 #505050; }
      .nav-main ul li ul {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0.625em 0;
        z-index: 200;
        background: rgba(106, 106, 106, 0.95);
        box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
        width: 100%;
        max-width: 75em;
        transition: all 0.15s linear;
        transition-delay: 0.15s;
        opacity: 0;
        visibility: hidden; }
        .nav-main ul li ul li {
          min-width: 100%;
          text-align: left;
          float: none;
          display: block;
          line-height: 1.4;
          margin: 0;
          padding: 0; }
          .nav-main ul li ul li a {
            font-family: "nimbus-sans", sans-serif;
            font-size: 0.9375em;
            line-height: 1;
            font-weight: 400;
            letter-spacing: 0;
            text-transform: none;
            color: #fff;
            padding: 0.25em 0; }
            .nav-main ul li ul li a:hover {
              color: #b4b4b4;
              background: transparent;
              -webkit-box-shadow: none;
              box-shadow: none; }
      @media (min-width: 50em) {
        .nav-main ul li:hover ul {
          opacity: 1;
          visibility: visible; }
          .nav-main ul li:hover ul li {
            display: block; } }
  .nav-main .mega-caption {
    float: left;
    display: inline-block;
    width: 26%;
    padding: 0 5%;
    vertical-align: top;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    font-style: normal;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
    .nav-main .mega-caption p {
      margin: 0;
      padding: 0; }
    .nav-main .mega-caption strong {
      clear: both;
      float: none;
      color: #66a5b9;
      line-height: 0.8;
      font-size: 3.125em;
      font-weight: 700; }
      .nav-main .mega-caption strong a {
        font-weight: 700; }
    .nav-main .mega-caption a {
      display: inline-block;
      color: inherit;
      letter-spacing: 0;
      text-decoration: underline;
      padding: 0;
      margin: 0;
      font-family: inherit;
      font-size: inherit; }
      .nav-main .mega-caption a:hover {
        color: #b4b4b4;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .nav-main .mega-image {
    display: inline-block;
    width: 32%;
    padding-right: 5%;
    vertical-align: top; }
    .nav-main .mega-image img {
      width: 100%;
      height: auto; }
  .nav-main .mega-links {
    display: inline-block;
    width: 42%;
    vertical-align: top;
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    column-count: 2;
    column-gap: 1em; }

.js .nav-wrapper {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }
  @media (min-width: 37.5em) {
    .js .nav-wrapper {
      overflow: visible;
      position: relative; } }

.nav-wrapper.opened {
  max-height: 9999px; }

.disable-pointer-events {
  pointer-events: none !important; }

@media (min-width: 37.5em) {
  .js .nav-wrapper.closed {
    max-height: none; } }
.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2.2;
  color: #fff;
  display: inline-block;
  width: 100%;
  z-index: 300;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 37.5em) {
    .nav-toggle {
      display: none; } }
  .nav-toggle:hover {
    color: #cecece; }
  .nav-toggle:after {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f0c9";
    -webkit-font-smoothing: antialiased;
    margin-left: 0.4em; }

/*! Navigation - Sub v0.0.1 */
.nav-sub-container {
  background: #6a6a6a;
  background: rgba(106, 106, 106, 0.95);
  padding: 0.6em 0; }
  @media (min-width: 37.5em) {
    .nav-sub-container {
      padding: 0; } }
  .nav-sub-container .bannermodcontent {
    margin: 0 auto;
    padding: 0 0.625em;
    width: 100%;
    max-width: 75em; }
    @media (min-width: 50em) {
      .nav-sub-container .bannermodcontent {
        padding: 0 6.25em 0 9.375em; } }
    .nav-sub-container .bannermodcontent ul.navmod {
      text-align: center; }
      .nav-sub-container .bannermodcontent ul.navmod:before {
        content: 'Section Menu';
        color: #fff;
        text-transform: uppercase; }
      @media (min-width: 37.5em) {
        .nav-sub-container .bannermodcontent ul.navmod {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          flex-flow: row wrap;
          justify-content: space-around; }
          .nav-sub-container .bannermodcontent ul.navmod:before {
            display: none;
            content: ''; } }
      @media (min-width: 50em) {
        .nav-sub-container .bannermodcontent ul.navmod {
          justify-content: flex-start; } }
      .nav-sub-container .bannermodcontent ul.navmod li {
        padding: 0; }
        @media (min-width: 37.5em) {
          .nav-sub-container .bannermodcontent ul.navmod li {
            display: inline-block;
            align-items: space-around;
            text-align: center;
            min-width: 10%; } }
        @media (min-width: 50em) {
          .nav-sub-container .bannermodcontent ul.navmod li {
            padding: 0.375em 0; } }
      .nav-sub-container .bannermodcontent ul.navmod a {
        font-family: "nimbus-sans", sans-serif;
        font-size: 0.9375em;
        line-height: 1.1;
        font-weight: 400;
        text-transform: none;
        color: #fff;
        padding: .4em 1.2em; }
        .nav-sub-container .bannermodcontent ul.navmod a.nav_history, .nav-sub-container .bannermodcontent ul.navmod a.navon, .nav-sub-container .bannermodcontent ul.navmod a:hover {
          color: #b4b4b4;
          background: transparent;
          -webkit-box-shadow: none;
          box-shadow: none; }
      .nav-sub-container .bannermodcontent ul.navmod ul {
        display: none;
        visibility: hidden; }

.nav-third-container {
  background: #404040;
  z-index: 200; }

.bannermodcontent ul.navmod {
  text-align: left; }
  .bannermodcontent ul.navmod li {
    padding: 0.625em 1.875em;
    display: block; }
  .bannermodcontent ul.navmod a {
    font-family: "nimbus-sans", sans-serif;
    font-size: 0.9375em;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    padding: 0; }
    .bannermodcontent ul.navmod a.navon, .bannermodcontent ul.navmod a:hover {
      color: #66a5b9; }

/*! Navigation - Constituent v0.0.1 */
.nav-const {
  text-align: center; }
  @media (min-width: 37.5em) {
    .nav-const {
      text-align: left; } }
  @media (min-width: 50em) {
    .nav-const {
      text-align: right; } }
  .nav-const ul {
    display: inline-block;
    width: auto;
    margin: 0 auto; }
  .nav-const li {
    display: inline-block;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1.375em;
    text-transform: uppercase; }
    .nav-const li a {
      color: #66a5b9;
      padding: 0.375em 0.625em; }
      @media (min-width: 37.5em) {
        .nav-const li a {
          text-align: left;
          padding: 1.5em 1.25em 1.5em 0; } }
      @media (min-width: 50em) {
        .nav-const li a {
          text-align: right;
          padding: 1.5em 0 1.5em 1.25em; } }
      .nav-const li a:hover {
        color: #003876; }

/*! Navigation - Social v0.0.1 */
.nav-social {
  display: block;
  padding: 1.25em 0;
  text-align: center;
  width: 100%; }
  .nav-social ul {
    width: auto;
    margin: 0 auto; }
  .nav-social li {
    display: inline-block; }
    .nav-social li a {
      display: block;
      color: #9d9d9d; }
      .nav-social li a:before {
        display: block;
        padding: 0.5em;
        font-family: 'FontAwesome';
        font-size: 1.625em;
        text-align: center;
        background: #393939;
        text-shadow: 0 1px 0 #000;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }
      .nav-social li a:hover:before {
        background: #2b2b2b; }
    .nav-social li [href*='facebook']:before {
      content: '\f09a'; }
    .nav-social li [href*='twitter']:before {
      content: '\f099'; }
    .nav-social li [href*='youtube']:before {
      content: '\f167'; }
    .nav-social li [href*='instagram']:before {
      content: '\f16d'; }
    .nav-social li [href*='linkedin']:before {
      content: '\f0e1'; }
    .nav-social li [href*='vimeo']:before {
      content: '\f194'; }
    .nav-social li span {
      display: none; }

/*! Navigation - Utility v0.0.1 */
.nav-util {
  text-align: center;
  width: 100%;
  padding-bottom: 0.625em; }
  .nav-util ul {
    width: auto;
    margin: 0 auto; }
    .nav-util ul li {
      display: inline-block;
      padding: 0.6em 0; }
      .nav-util ul li a {
        color: #fff;
        padding: 0 1em;
        border-right: 1px solid #fff; }
        .nav-util ul li a:hover {
          color: #66a5b9; }
      .nav-util ul li:first-child a {
        padding-left: 0; }
      .nav-util ul li:last-child a {
        padding-right: 0;
        border-right: none; }

/*! Navigation - Off Canvas v0.0.1 */
h1, h2, h3, h4, h5, h6 {
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 .25em; }

h1, .alpha {
  color: #ab192d;
  font-size: 1.875em; }

h2, .beta {
  color: #66a5b9;
  font-size: 1.5625em;
  font-style: italic; }

h3, .gamma {
  color: #003876;
  font-size: 1.375em; }

h4, .delta {
  color: #003876;
  font-size: 1.125em;
  font-style: italic; }

h5, .epsilon {
  color: #66a5b9;
  font-size: 1em; }

h6, .zeta {
  color: #66a5b9;
  font-size: 0.875em; }

p {
  margin: 0 0 1.8em 0; }

a {
  text-decoration: none;
  color: #ab192d; }
  a:hover {
    color: #66a5b9; }

/* TICKET 8386676: Removed by Blake*/
img {
  max-width: 100%; } 

ul,
ol {
  margin-top: 0;
  padding-left: 1em; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

table.styled {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.8em; }
  table.styled th,
  table.styled td {
    padding: .75em 1.25em;
    vertical-align: top; }
  table.styled th {
    font-weight: bold;
    background: #cecece; }
  table.styled tr:nth-of-type(odd) td {
    background-color: #eee; }

.button,
.fs_style_26,
.fs_style_27,
.fs_style_28 {
  /* red */
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.625em 0.625em 0.5em 0.625em;
  margin: 0 0 0.625em 0;
  background: #66a5b9;
  color: #fff;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-style: normal;
  font-size: 2em;
  line-height: 1.2;
  text-shadow: 0 1px 0 #000;
  text-shadow: 0 1px 0 rgba(0, 0, 1, 0.28); }
  .button:hover,
  .fs_style_26:hover,
  .fs_style_27:hover,
  .fs_style_28:hover {
    color: #fff;
    background: #cecece; }

.fs_style_26 {
  background: #66a5b9; }
  .fs_style_26:hover {
    background: #cecece; }

.fs_style_27 {
  background: #4c4c4c; }
  .fs_style_27:hover {
    background: #cecece; }

.fs_style_28 {
  background: #ab192d; }
  .fs_style_28:hover {
    background: #cecece; }

.cf_form * {
  max-width: 100% !important; }

.elementRow,
.elementContainer {
  width: 100% !important;
  max-width: 100% !important; }
/*this is breaking conditionals in forms, if needed, please specify where you need this displayed */
/*  .elementRow .elementColumn,*/
  .elementContainer .elementColumn {
    position: relative !important;
    display: inline !important;
    float: left !important; }

fieldset {
  padding: .5em;
  border: 1px solid #ccc; }

legend {
  padding: 0 0.375em;
  font-size: 1.2em; }

textarea,
input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='number'],
select {
  border: 1px solid #ccc;
  background: #fff;
  max-width: 100%; }

textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
input[type='email']:hover,
input[type='url']:hover,
input[type='number']:hover,
select:hover {
  border-color: #b2b2b2;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 0 .25em #d2d2d2; }

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='number']:focus,
select:focus {
  border-color: #b2b2b2; }

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button {
  cursor: pointer; }

input[type='hidden'] {
  display: none; }

textarea,
input,
select {
  padding: .5em 1em; }

option {
  padding: 0 .4em .1em; }

blockquote,
.fs_style_24 {
  margin: 0 0 1.8em 0;
  padding: 1em 2.2em 0.2em 2.2em;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.375em;
  line-height: 1.4;
  color: #66a5b9;
  border-top: 14px solid #eaeaea;
  border-bottom: 14px solid #eaeaea;
  text-align: center; }
  blockquote:before, blockquote:after,
  .fs_style_24:before,
  .fs_style_24:after {
    position: absolute;
    top: 0.25em;
    font-family: "nimbus-sans", sans-serif;
    font-style: normal;
    font-size: 4.125em;
    line-height: 0.7;
    color: #003876;
    z-index: 10; }
  blockquote:before,
  .fs_style_24:before {
    left: 0.15em;
    content: '\201C'; }
  blockquote:after,
  .fs_style_24:after {
    right: 0.15em;
    content: '\201D'; }

blockquote cite,
.fs_style_29 {
  margin-top: .5em;
  line-height: 1.2;
  color: #003876;
  font-style: normal;
  font-size: 0.875em; }

#leftbanner blockquote, #leftbanner .fs_style_25,
#rightbanner blockquote, #rigtbanner .fs_style_25 {
  border: none;
  background: #404040; }
  #leftbanner blockquote:before, #leftbanner blockquote:after, #leftbanner .fs_style_25:before, #leftbanner .fs_style_25:after,
  #rightbanner blockquote:before,
  #rightbanner blockquote:after, #rigtbanner .fs_style_25:before, #rigtbanner .fs_style_25:after {
    color: #fff; }

#leftbanner blockquote cite, #leftbanner .fs_style_26,
#rightbanner blockquote cite, #rightbanner .fs_style_26 {
  color: #fff; }

blockquote.callout p, .fs_style_30 p {
  margin-bottom: 0.8em; }
blockquote.callout:before, blockquote.callout:after, .fs_style_30:before, .fs_style_30:after {
  display: none;
  visibility: hidden;
  content: ''; }

.lead-in,
.fs_style_25 {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.375em;
  line-height: 1.4;
  color: #003876; }

.module {
  padding: 0;
  margin: 0 0 1.8em 0;
  color: #fff; }
  .module .bannermodtitle {
    padding: 0.625em 0.625em 0.5em 0.625em;
    margin: 0 0 0.125em 0;
    background: #ab192d;
    color: #fff;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-style: normal;
    font-size: 2em;
    line-height: 1.2;
    text-shadow: 0 1px 0 #000;
    text-shadow: 0 1px 0 rgba(0, 0, 1, 0.28); }
  .module .bannermodcontent {
    padding: 1.25em 1.25em 0.625em 1.25em;
    background: #66a5b9; }

.module-alt .bannermodtitle {
  background: #4c4c4c; }
.module-alt .bannermodcontent {
  background: #747474; }

.mcExpandingList {
  margin-bottom: 1.8em; }
  .mcExpandingList h4.ui-accordion-header {
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
    outline: 0;
    font-family: "nimbus-sans", sans-serif;
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background: #6f6f6f;
    background: #6f6f6f;
    box-shadow: inset -39px 0 0 0 #6f6f6f,inset -40px 0 0 0 #fff;
    box-shadow: inset -39px 0 0 0 #6f6f6f, inset -40px 0 0 0 rgba(255, 255, 255, 0.2); }
    .mcExpandingList h4.ui-accordion-header .ui-icon {
      display: block;
      overflow: visible;
      text-indent: 0;
      background: none;
      width: 40px;
      height: 40px;
      margin-right: 40px;
      position: absolute;
      left: auto;
      right: -40px;
      top: 0;
      margin-top: 0; }
      .mcExpandingList h4.ui-accordion-header .ui-icon:after {
        display: block;
        font-family: 'FontAwesome';
        font-size: 0.75em;
        font-weight: normal;
        line-height: 4;
        text-align: center;
        content: '\f067';
        color: #fff; }
    .mcExpandingList h4.ui-accordion-header:hover {
      background: #bebebe;
      background: #bebebe;
      box-shadow: inset -39px 0 0 0 #bebebe,inset -40px 0 0 0 #fff;
      box-shadow: inset -39px 0 0 0 #bebebe, inset -40px 0 0 0 rgba(255, 255, 255, 0.2); }
    .mcExpandingList h4.ui-accordion-header.ui-state-active {
      border-bottom: none;
      background: #66a5b9;
      background: #66a5b9;
      box-shadow: inset -39px 0 0 0 #66a5b9,inset -40px 0 0 0 #fff;
      box-shadow: inset -39px 0 0 0 #66a5b9, inset -40px 0 0 0 rgba(255, 255, 255, 0.2); }
      .mcExpandingList h4.ui-accordion-header.ui-state-active .ui-icon:after {
        content: "\F068"; }
    .mcExpandingList h4.ui-accordion-header a {
      display: block;
      padding: 0.9375em 3.125em 0.9375em 1.25em;
      color: #fff; }
  .mcExpandingList .ui-accordion-content {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 1.875em 1.25em;
    background: #f3f3f3;
    font-size: 0.9375em; }
    .mcExpandingList .ui-accordion-content p {
      margin-bottom: 0.8em; }
      .mcExpandingList .ui-accordion-content p:last-child {
        margin-bottom: 0; }

[aria-labelledby*='ui-dialog-title-pagePopModal'] {
  background: #333;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: visible;
  padding: 0; }
  [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-corner-all {
    -webkit-border-radius: 0;
    border-radius: 0; }
  [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar {
    background: #c51717;
    border: 0;
    padding: 1.2em; }
  [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title {
    color: #ddd;
    float: none;
    font-size: 1.2em;
    margin: 0; }
    [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-title:before {
      color: #ddd;
      content: '\f142';
      display: inline-block;
      font-family: 'FontAwesome';
      font-weight: normal;
      margin-right: .5em;
      vertical-align: baseline;
      speak: none; }
  [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close {
    background: rgba(0, 0, 0, 0.3) !important;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5em; }
    [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close:before {
      background: #ddd;
      color: #333;
      content: 'Temporarily remove this message';
      font-weight: normal;
      opacity: 0;
      padding: 1.2em;
      position: absolute;
      visibility: hidden;
      white-space: nowrap;
      bottom: 100%;
      right: 0;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close:hover:before {
      opacity: 1;
      visibility: visible; }
    [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span {
      background: none;
      display: block;
      margin: 0;
      overflow: hidden;
      padding: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      -webkit-transition: .75s;
      -moz-transition: .75s;
      -ms-transition: .75s;
      -o-transition: .75s;
      transition: .75s; }
      [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:hover {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:before, [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:after {
        background: #ddd;
        content: '';
        display: block;
        height: .25em;
        width: 2em;
        margin-top: -.125em;
        margin-left: -1em;
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:hover:before {
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg); }
      [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-titlebar-close span:hover:after {
        -webkit-transform: rotate(-225deg);
        -moz-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
        transform: rotate(-225deg); }
  [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-content {
    color: #ddd;
    padding: 1.2em; }
  [aria-labelledby*='ui-dialog-title-pagePopModal'] #loopedSlider {
    width: 100%; }
  [aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderContainer {
    height: auto;
    width: 100%; }
  [aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides {
    position: relative; }
  [aria-labelledby*='ui-dialog-title-pagePopModal'] .sliderSlides > div {
    cursor: text;
    position: relative;
    width: 100%; }
  [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane {
    background: #2e2e2e;
    border: 0;
    margin: 0;
    padding: 0; }
    [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button {
      background: rgba(255, 255, 255, 0.2);
      border: 0;
      color: #ddd;
      margin: 0;
      padding: 1.2em;
      -webkit-transition: background .3s;
      -moz-transition: background .3s;
      -ms-transition: background .3s;
      -o-transition: background .3s;
      transition: background .3s; }
      [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:hover {
        background: #8a1010; }
      [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:after {
        background: #ddd;
        color: #333;
        content: 'Permanently remove this message';
        opacity: 0;
        padding: 1.2em;
        position: absolute;
        visibility: hidden;
        white-space: nowrap;
        top: 100%;
        right: 0;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button:hover:after {
        opacity: 1;
        visibility: visible; }
    [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button-text {
      display: block;
      padding: 0; }
      [aria-labelledby*='ui-dialog-title-pagePopModal'] .ui-dialog-buttonpane .ui-button-text:before {
        content: '\f00d';
        display: inline-block;
        font-family: 'FontAwesome';
        margin-right: .5em;
        vertical-align: baseline; }

#pagePopReminder {
  background: #333;
  border: 0;
  color: #ddd;
  height: auto;
  width: auto;
  position: fixed !important;
  top: 30%;
  z-index: 400; }
  #pagePopReminder:after {
    clear: both;
    content: '';
    display: table; }
  #pagePopReminder .slideOutTabHandle {
    background: #8A1010 !important;
    border: 0;
    display: inline-block;
    float: right;
    margin: 0;
    position: relative;
    right: -3.5em !important;
    top: auto;
    height: 100% !important;
    width: 3.5em !important;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s; }
    #pagePopReminder .slideOutTabHandle:hover {
      background: #C51717 !important; }
    #pagePopReminder .slideOutTabHandle span {
      background: none !important;
      display: block;
      height: 100%;
      width: 100%;
      margin: 0;
      position: absolute;
      top: 0;
      right: 0; }
      #pagePopReminder .slideOutTabHandle span:before {
        color: #ddd;
        content: '\f0f3';
        display: block;
        font-family: 'FontAwesome';
        font-size: 1.2em;
        height: 100%;
        width: 100%;
        padding-top: .925em;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        text-indent: 0;
        -webkit-transform-origin: 50% 20%;
        -moz-transform-origin: 50% 20%;
        -ms-transform-origin: 50% 20%;
        -o-transform-origin: 50% 20%;
        transform-origin: 50% 20%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      #pagePopReminder .slideOutTabHandle span:hover:before {
        -webkit-animation: rotate 2s;
        -moz-animation: rotate 2s;
        -o-animation: rotate 2s;
        animation: rotate 2s; }
  #pagePopReminder div.pagePopCount {
    color: inherit;
    float: left;
    padding: 1em 1.2em; }
    #pagePopReminder div.pagePopCount span {
      color: #ddd;
      display: block;
      padding: .5em 0 0;
      text-decoration: none;
      -webkit-transition: color .3s;
      -moz-transition: color .3s;
      -ms-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; }
      #pagePopReminder div.pagePopCount span:hover {
        color: #fff; }
      #pagePopReminder div.pagePopCount span:after {
        color: transparent;
        content: '\f06e';
        display: inline-block;
        font-family: 'FontAwesome';
        font-weight: normal;
        margin-left: .5em;
        vertical-align: baseline;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -ms-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s; }
      #pagePopReminder div.pagePopCount span:hover:after {
        color: #fff; }

@keyframes rotate {
  0%, 100% {
    transform: rotate(0deg); }
  25%, 75% {
    transform: rotate(-22deg); }
  50% {
    transform: rotate(22deg); } }
@-moz-keyframes rotate {
  0%, 100% {
    -moz-transform: rotate(0deg); }
  25%, 75% {
    -moz-transform: rotate(-22deg); }
  50% {
    -moz-transform: rotate(22deg); } }
@-webkit-keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(0deg); }
  25%, 75% {
    -webkit-transform: rotate(-22deg); }
  50% {
    -webkit-transform: rotate(22deg); } }
.caldata,
.portalcon {
  position: relative; }

.monthhead {
  display: none; }

.eventobj {
  clear: both; }

.event_stackdate {
  width: 100%;
  font-family: 'Oswald', sans-serif; }
  .event_stackdate span {
    margin: 0;
    padding: 0; }
  .event_stackdate .event_stackWrapper {
    display: inline-block;
    width: 45%; }
  .event_stackdate .event_stackdayname,
  .event_stackdate .event_stackmonname {
    font-size: 1.75em;
    font-weight: 400;
    text-align: right;
    color: #2e7b93; }
  .event_stackdate .event_stackdaynum {
    display: inline-block;
    width: 55%;
    font-size: 4.6875em;
    font-weight: 700;
    color: #90c1d1; }

.eventcon {
  float: none;
  clear: both; }

.etitle {
  font-size: 1em !important;
  line-height: 1.2 !important;
  font-weight: normal; }

.listonly_block .listcon .text_misc li span.listcap {
  text-align: left;
  padding: 0;
  background: none !important;
  font-size: 1.125em;
  font-weight: 400;
  color: #2e7b93; }
.listonly_block .listcon .text_misc li ul.eventobj li.eventcol {
  padding: 0 !important;
  margin: 0 0 10px 0 !important; }
  .listonly_block .listcon .text_misc li ul.eventobj li.eventcol span.eventcon {
    padding: 0 !important;
    width: 100%; }
    .listonly_block .listcon .text_misc li ul.eventobj li.eventcol span.eventcon .etitle {
      font-weight: 700;
      font-size: 1em !important;
      line-height: 1.2 !important; }

#feedDialog_box_c #feedDialog_box .bd {
  position: auto !important;
  height: 80% !important; }

.page_6304 table tr td:first-child,
.page_5165 table tr td:first-child,
.page_5294 table tr td:first-child {
  width: 15% !important; 
}
.page_6304 table tr td img,
.page_5165 table tr td img,
.page_5294 table tr td img {
  display: none; /* hide directory images for mobile */
  width: 100%; 
  height: auto; }
@media (min-width: 37.5em) {
.page_6304 table tr td img,
.page_5165 table tr td img,
.page_5294 table tr td img {
  display: block; /* show directory images for tablet & up */ 
  width:initial;
}
.page_6304 table tr td .fsDirEntry .fsDirEntryName,
.page_5165 table tr td .fsDirEntry .fsDirEntryName,
.page_5294 table tr td .fsDirEntry .fsDirEntryName {
  float: none !important; }

.newspostitem {
  margin: 0;
  padding: 0; }

.newsposttitle {
  font-size: 1em !important;
  line-height: 1.2 !important;
  font-weight: normal;
  margin: 0 !important;
  padding: 0 !important; }

.site-search {
  z-index: 9999;
  position: absolute;
  right: 0;
  transition: 0.25s;
  background: #e1e1e1;
  color: #7d7d7d;
  width: 48px;
  height: 58px;
  line-height: 60px; }
  .site-search--active .site-search {
    width: 250px; }
  .site-search:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 58px;
    width: 48px;
    content: '\f002';
    font-family: 'FontAwesome';
    text-align: center;
    background: #e1e1e1;
    color: #7d7d7d; }
  .site-search__label {
    display: none; }

/* BY BLAKE; See ticket 8385047
  .site-search__field {
    border: none !important;
    background: transparent !important;
    color: #7d7d7d !important;
    width: 100% !important;
    padding-right: 48px !important; }

*/

    .site-search__field:hover {
      box-shadow: none !important; }
    .site-search__field:focus {
      outline: none !important; }
  .site-search__button {
    position: absolute;
    left: 0;
    height: 58px;
    background: none;
    border: 0;
    box-shadow: none;
    color: transparent;
    pointer-events: none; }
    .site-search__button:hover {
      box-shadow: none; }

.blogtopic div {
  float: none !important; }

/*! Modules - Portals v0.0.3 */
#contentdiv .ui-tabs {
  padding: 0;
  border-radius: 0; }
  #contentdiv .ui-tabs .ui-tabs-panel {
    padding: 0; }
  #contentdiv .ui-tabs .ui-tabs-nav {
    padding: 0;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ab192d; }
    #contentdiv .ui-tabs .ui-tabs-nav li {
      margin: 0 3px 0 0;
      border-radius: 0; }
      #contentdiv .ui-tabs .ui-tabs-nav li a {
        padding: 10px 14px;
        font-family: "nimbus-sans", sans-serif;
        font-size: .75em;
        font-weight: bold;
        letter-spacing: .7px;
        text-transform: uppercase;
        color: #ab192d; }
    #contentdiv .ui-tabs .ui-tabs-nav .ui-state-default {
      background: #fff;
      border: 1px solid #ab192d; }
    #contentdiv .ui-tabs .ui-tabs-nav .ui-state-active {
      background: #ab192d;
      border: 1px solid #ab192d;
      color: #fff; }
      #contentdiv .ui-tabs .ui-tabs-nav .ui-state-active a,
      #contentdiv .ui-tabs .ui-tabs-nav .ui-state-active a:link,
      #contentdiv .ui-tabs .ui-tabs-nav .ui-state-active a:visited {
        color: #fff; }
#contentdiv .ui-widget-header {
  font-weight: bold;
  background: transparent;
  border-radius: 0;
  border-style: none;
  color: #ab192d; }
#contentdiv .ui-widget-content {
  background: transparent;
  border-style: none;
  color: #4c4c4c; }

.portal_column {
  box-sizing: border-box;
  padding: 0 1.5em 0; }
  .portal_column.two_column:nth-child(2) {
    padding-right: 0; }

.two_column,
.twothirds_column,
.three_column,
.four_column,
.five_column {
  float: none;
  width: 100%; }

@media (min-width: 37.5em) {
  .two_column,
  .twothirds_column,
  .three_column,
  .four_column,
  .five_column {
    float: left;
    width: 50%; } }
@media (min-width: 50em) {
  .two_column {
    float: left;
    width: 50%; }

  .twothirds_column {
    float: left;
    width: 66.6%; }

  .three_column {
    float: left;
    width: 33.3%; }

  .four_column {
    float: left;
    width: 25%; }

  .five_column {
    float: left;
    width: 20%; } }
.portlet {
  margin: 0 0 1em;
  border-style: none; }

.portlet_header {
  padding: 0;
  min-height: 1em;
  font-weight: bold;
  background-color: transparent;
  border-width: 0; }

.portlet_title {
  margin-bottom: 0; }

.portlet_content > div {
  margin: 0 !important; }
.portlet_content .newscon {
  padding: 0; }

div.rss_entry,
#portal_tabs div.rss_entry {
  margin: 0;
  padding: 0 0 2em;
  border-style: none; }

.page_1 .clearfix {
  content: "";
  display: table;
  clear: both; }
.page_1 body #bodydiv {
  overflow: hidden; }
  .page_1 body #bodydiv #midcontainer .loading-canvas {
    position: relative; }
    .page_1 body #bodydiv #midcontainer .loading-canvas .slide-controls {
      display: none; }
      @media (min-width: 50em) {
        .page_1 body #bodydiv #midcontainer .loading-canvas .slide-controls {
          display: block; } }
      .page_1 body #bodydiv #midcontainer .loading-canvas .slide-controls span {
        width: 2.5em; }
        .page_1 body #bodydiv #midcontainer .loading-canvas .slide-controls span:before {
          font-size: 5em; }
        .page_1 body #bodydiv #midcontainer .loading-canvas .slide-controls span.prev {
          left: 1%; }
          .page_1 body #bodydiv #midcontainer .loading-canvas .slide-controls span.prev:before {
            content: '\f104'; }
        .page_1 body #bodydiv #midcontainer .loading-canvas .slide-controls span.next {
          right: 1%; }
          .page_1 body #bodydiv #midcontainer .loading-canvas .slide-controls span.next:before {
            content: '\f105'; }
    .page_1 body #bodydiv #midcontainer .loading-canvas .slide-pager {
      position: absolute;
      bottom: 4%;
      width: 100%;
      text-align: center; }
      .page_1 body #bodydiv #midcontainer .loading-canvas .slide-pager a {
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 100em;
        border-radius: 100em;
        display: inline-block;
        height: 1.25em;
        width: 1.25em;
        margin: 0 0.5em;
        overflow: hidden;
        text-decoration: none;
        text-indent: -999%;
        white-space: nowrap;
        pointer-events: auto; }
        .page_1 body #bodydiv #midcontainer .loading-canvas .slide-pager a:hover {
          cursor: pointer; }
        .page_1 body #bodydiv #midcontainer .loading-canvas .slide-pager a:hover, .page_1 body #bodydiv #midcontainer .loading-canvas .slide-pager a.selected {
          background: rgba(102, 165, 185, 0.8); }
    .page_1 body #bodydiv #midcontainer .loading-canvas .contentElementDiv {
      display: inline-block; 
      position: relative;
    }
      .page_1 body #bodydiv #midcontainer .loading-canvas .contentElementDiv .contentElementDesc {
        display: none; }
        @media (min-width: 50em) {
          .page_1 body #bodydiv #midcontainer .loading-canvas .contentElementDiv .contentElementDesc {
            display: block;
            position: absolute;
            bottom: 10%;
            right: 0;
            width: auto;
            padding: 0 1em 0 0.5em;
            margin: 0 0 0.15em 0;
            background: #404040;
            background: rgba(64, 64, 64, 0.7);
            font-family: "nimbus-sans-condensed", sans-serif;
            font-weight: 700;
            font-size: 3.4375em;
            font-style: normal;
            line-height: 1.4;
            color: #66a5b9;
            text-transform: uppercase;
            text-align: right; }
            .page_1 body #bodydiv #midcontainer .loading-canvas .contentElementDiv .contentElementDesc p {
              margin: 0;
              padding: 0; }
            .page_1 body #bodydiv #midcontainer .loading-canvas .contentElementDiv .contentElementDesc strong {
              font-weight: 700;
              color: #fff; } }
        @media only screen and (min-width: 60em) and (max-width: 73.75em) {
          .page_1 body #bodydiv #midcontainer .loading-canvas .contentElementDiv .contentElementDesc {
            padding-right: 5.25em; } }
        @media (min-width: 73.75em) {
          .page_1 body #bodydiv #midcontainer .loading-canvas .contentElementDiv .contentElementDesc {
            padding-right: 3.25em; } }
  .page_1 body #bodydiv #midcontainer #mainmiddle {
    background: none;
    border: none; }
    .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner {
      width: 100%;
      padding: 0;
      margin: 0; }
      .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .button-area,
      .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .media-player,
      .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area {
        position: relative;
        float: left;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 1.25em;
        margin: 0 0 6% 0;
        background: #fff;
        background: rgba(255, 255, 255, 0.7);
        border: 1px solid #ccc;
        min-height: 6.25em; }
        @media (min-width: 37.5em) {
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .button-area,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .media-player,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area {
            min-height: 28.125em; } }
      .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .button-area {
        padding-bottom: 0.625em; }
        @media (min-width: 37.5em) {
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .button-area {
            width: 46.42%;
            margin-right: 1.68%;
            margin-bottom: 4%; } }
        @media (min-width: 50em) {
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .button-area {
            width: 30.58%;
            margin-right: 1.17%; } }
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .button-area a {
          text-transform: uppercase;
          display: block; }
      .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .media-player {
        padding-bottom: 1.25em; }
        @media (min-width: 37.5em) {
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .media-player {
            width: 51.75%;
            margin-bottom: 4%; } }
        @media (min-width: 50em) {
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .media-player {
            width: 36.42%;
            margin-right: 1.17%; } }
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .media-player .bannermodtitle {
          margin: 0 0 0.4em 0;
          padding: 0;
          text-transform: uppercase;
          text-align: center;
          font-family: "nimbus-sans-condensed", sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 2.1875em;
          line-height: 0.75;
          text-transform: uppercase;
          color: #ab192d; }
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .media-player .link-media-player {
          text-align: center; }
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .media-player .link-media-player a {
            color: #4c4c4c; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .media-player .link-media-player a:hover {
              color: #66a5b9; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .media-player .link-media-player a:before {
              display: inline-block;
              font-family: 'FontAwesome';
              font-size: 0.75em;
              font-weight: 400;
              margin-right: 0.5em;
              content: '\f03d'; }
      .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area {
        min-height: 1.875em; }
        @media (min-width: 50em) {
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area {
            min-height: 28.125em;
            width: 30.58%; } }
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul {
          margin: 0;
          padding: 0; }
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li {
            list-style: none;
            margin: 0;
            padding: 0;
            float: left;
            position: relative;
            display: inline-block;
            width: 50%;
            margin-bottom: 1.875em;
            text-align: center; }
            @media (min-width: 37.5em) {
              .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li {
                width: 16%;
                margin-bottom: 0; } }
            @media (min-width: 50em) {
              .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li {
                width: 50%;
                margin-bottom: 2.5em; } }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li a {
              font-family: "nimbus-sans-condensed", sans-serif;
              font-size: 1.6875em;
              font-weight: 700;
              text-transform: uppercase;
              display: block;
              color: #ab192d; }
              .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li a:hover {
                color: #404040; }
              .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li a span:before {
                display: block;
                width: 60px;
                height: 60px;
                background: red;
                margin: 0 auto 0.3em auto;
                content: '';
                background: url(/uploaded/code_2014/images/home-icons.png) 0 0 no-repeat; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li.icon-apply span:before {
              background-position: 0 0; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li.icon-apply:hover span:before {
              background-position: 0 -60px; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li.icon-give span:before {
              background-position: -60px 0; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li.icon-give:hover span:before {
              background-position: -60px -60px; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li.icon-connect span:before {
              background-position: -120px 0; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li.icon-connect:hover span:before {
              background-position: -120px -60px; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li.icon-summer span:before {
              background-position: -180px 0; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li.icon-summer:hover span:before {
              background-position: -180px -60px; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li.icon-magis span:before {
              background-position: -240px 0; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li.icon-magis:hover span:before {
              background-position: -240px -60px; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li.icon-shop span:before {
              background-position: -300px 0; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .icon-area ul li.icon-shop:hover span:before {
              background-position: -300px -60px; }
      .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news,
      .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar {
        position: relative;
        padding: 0 20%;
        margin-bottom: 5%; }
        @media (min-width: 37.5em) {
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar {
            padding: 0 7.5%; } }
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-all-news,
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-full-calendar,
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-all-news,
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-full-calendar {
          font-family: "nimbus-sans-condensed", sans-serif;
          height: 1.625em; }
          @media (min-width: 37.5em) {
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-all-news,
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-full-calendar,
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-all-news,
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-full-calendar {
              position: absolute;
              top: 0;
              right: 0; } }
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-all-news .bannermodtitle,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-all-news .bannermodcontent,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-full-calendar .bannermodtitle,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-full-calendar .bannermodcontent,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-all-news .bannermodtitle,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-all-news .bannermodcontent,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-full-calendar .bannermodtitle,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-full-calendar .bannermodcontent {
            margin: 0;
            padding: 0; }
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-all-news .bannermodtitle a,
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-all-news .bannermodcontent a,
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-full-calendar .bannermodtitle a,
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-full-calendar .bannermodcontent a,
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-all-news .bannermodtitle a,
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-all-news .bannermodcontent a,
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-full-calendar .bannermodtitle a,
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-full-calendar .bannermodcontent a {
              font-size: 1em;
              line-height: 1.6;
              padding: 0; }
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-all-news a,
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-full-calendar a,
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-all-news a,
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-full-calendar a {
          color: #747474; }
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-all-news a:hover,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .link-full-calendar a:hover,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-all-news a:hover,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .link-full-calendar a:hover {
            color: #66a5b9; }
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .bannermodtitle,
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .bannermodtitle {
          text-align: center;
          margin: 0 0 1.25em 0;
          padding: 0 20%; }
          @media (min-width: 50em) {
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .bannermodtitle,
            .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .bannermodtitle {
              padding: 0 40%; } }
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .bannermodtitle h2,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .bannermodtitle h2 {
            position: relative;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
            font-family: "nimbus-sans-condensed", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 2.1875em;
            line-height: 0.75;
            text-transform: uppercase;
            color: #ab192d;
            white-space: nowrap; }
            @media (min-width: 50em) {
              .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .bannermodtitle h2:before, .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .bannermodtitle h2:after,
              .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .bannermodtitle h2:before,
              .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .bannermodtitle h2:after {
                content: '';
                position: absolute;
                width: 1000%;
                height: 26px;
                top: 0;
                background: #eaeaea; }
              .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .bannermodtitle h2:before,
              .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .bannermodtitle h2:before {
                left: -1000%; }
              .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .bannermodtitle h2:after,
              .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .bannermodtitle h2:after {
                right: -1000%; } }
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .bannermodtd,
        .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .bannermodtd {
          height: auto; }
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .bannermodtd .newspostitem,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .bannermodtd .eventobj,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .bannermodtd .newspostitem,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .bannermodtd .eventobj {
            width: auto;
            height: auto;
            vertical-align: top;
            white-space: normal;
            position: relative;
            display: inline-block;
            float: none;
            margin: 0;
            padding: 0; }
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .bannermodtd .newspostitem,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .bannermodtd .newspostitem {
            min-height: 80px; }
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-news .bannermodtd .eventobj,
          .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .bannermodtd .eventobj {
            min-height: 200px; }
      .page_1 body #bodydiv #midcontainer #mainmiddle #leftbanner .homepage-calendar .bannermodtitle h2 {
        color: #66a5b9; }
    .page_1 body #bodydiv #midcontainer #mainmiddle #contentdiv {
      margin: 0;
      padding: 0;
      width: 0;
      height: 0; }

.slideshow {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .slideshow li {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    transition: 1s;
    min-height: 100vh; }
    .csstransforms3d .slideshow li {
      transform: translate3d(100%, 0, 0); }
    .no-csstransforms3d .slideshow li {
      transform: translate(100%); }
    .no-csstransforms .slideshow li {
      left: 100%; }
    .csstransforms3d .slideshow li:nth-child(even) {
      transform: translate3d(-100%, 0, 0); }
    .no-csstransforms3d .slideshow li:nth-child(even) {
      transform: translate(-100%); }
    .no-csstransforms .slideshow li:nth-child(even) {
      left: -100%; }
    .slideshow li.active {
      position: relative; }
      .csstransforms3d .slideshow li.active {
        transform: translate3d(0, 0, 0); }
      .no-csstransforms3d .slideshow li.active {
        transform: translate(0); }
      .no-csstransforms .slideshow li.active {
        left: 0; }
  .slideshow img {
    width: 100%; }

.controls {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 20;
  pointer-events: none; }
  .controls span {
    position: absolute;
    width: 1.75em;
    height: 100%;
    margin: 0;
    cursor: pointer;
    pointer-events: auto;
    color: #d1d1d1; }
    .controls span:hover {
      color: rgba(209, 209, 209, 0.75); }
    .controls span:before {
      position: absolute;
      top: 35%;
      display: block;
      z-index: 40;
      font-family: 'FontAwesome';
      font-size: 3.75em;
      line-height: 1;
      text-align: center; }
    .controls span.prev {
      left: 0; }
      .controls span.prev:before {
        content: '\f104'; }
    .controls span.next {
      right: 0; }
      .controls span.next:before {
        content: '\f105'; }

/**
 * For quick fixes and short-term hacks
 *
 * When adding to this file make sure to FULLY document:
 *   What part of the codebase does it relate to?
 *   Why was this needed?
 *   How does this fix it?
 *   How might you fix it properly, given more time?
 *
 * Revisit, fix and remove when time permits
 */
/**
 * Pop Up Editor style
 *
 * These styles are needed so that the WISYWIG editor has a white background
 * instead of a background the same color as the `body` tag.
 */
.mceContentBody,
.editorInstance {
  background: #fff;
  line-height: 1.5em;
  text-align: left; }

/**
 * Setting `nav_menus` and `#ql_menu` to display none for the time being.
 * It is the last element included on the page and it is creating a space
 * in the footer
 */
#nav_menus,
#ql_menu {
  display: none; }

/* ==========================================================================
   Multicontent page type
   ========================================================================== */
/* Slideshow
   ========================================================================== */
#fsMultiContent,
#mc_1,
#mc_2 {
  width: 100%; }

#scrollContainer {
  width: 100%; }

#scrollControl {
  width: 14%;
  background: transparent; }

.scroll-bar-wrap {
  width: 92%;
  background: transparent; }

.scroll-bar-wrap .ui-slider-handle {
  background: #7F8588; }

#fsMultiContent #controls,
#fsMultiContent #mc_1,
#fsMultiContent #mc_2,
#fsMultiContent #multi_content {
  background-color: transparent;
  border: 0; }

/* Expanding list
   ========================================================================== */
.mcExpandingList {
  /*background-color: transparent;*/
  width: 100%; }

.mcExpandingList .contentElementTitle {
  border: 0;
  background-color: #6795AD; }

.mcExpandingList .contentElementTitle a {
  color: #000; }

.mcExpandingList .contentElementTitle a:hover {
  color: #fff; }

.mcExpandingList .ui-state-active {
  background-color: #b22e2f;
  color: #fff !important; }

.mcExpandingList .ui-state-active a {
  color: #fff; }

/* Grid
   ========================================================================== */
.contentElementTD {
  min-width: 0;
  background: #DADFDF;
  background: rgba(255, 255, 255, 0.2);
  border-color: #908B8E; }

h4.contentElementTitle {
  color: #b22e2f; }

/* Horizontal scroll
   ========================================================================== */
#scrollContainer img {
  max-width: none;
  height: inherent;
  max-height: none; }

/* ==========================================================================
   Calendars
   ========================================================================== */
/* Athletics calendar
   ========================================================================== */
#athschedule {
  width: 100% !important;
  border: 0; }

.athrowsep {
  background: transparent !important; }

#athschedule td {
  border: 0; }

/* List calendar
   ========================================================================== */
/* content */
.listcap {
  margin-top: 20px; }

/* banners, portals */
/**
 * 1. Contain any floated children (clips overflow).
 */
.eventcol {
  padding: 15px 0;
  overflow: hidden;
  /* 1 */
  width: auto;
  position: relative; }

.event_stackrepeat {
  display: block;
  visibility: visible; }

.eventcon {
  padding: 0 0 0 50px !important;
  float: none; }

/**
 * 1. Forced to add another selector AND !important because of the product
 * styles container in structure.css.
 */
.eventcol .eventcon {
  width: auto !important;
  /* 1 */ }

.listonly_block .calStyle6 {
  padding-left: 2em; }

/* Grid calendar
   ========================================================================== */
.monthrow {
  background: transparent; }

.daycap {
  background: transparent;
  font-size: 1.1em; }

.caldata .block_off {
  background: #ccc; }

.daycap_off {
  background: none;
  color: #7F8588; }

.identifierkey {
  margin: .5em 1em 1em .2em;
  border: 0;
  padding: .1em;
  -moz-box-shadow: 0 0 4px #999;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* ==========================================================================
   News
   ========================================================================== */
/* List news
   ========================================================================== */
.newspostitem,
.newspostitemsep {
  padding: 0;
  margin: 0 0 2em 0;
  border: 0; }

.newsposttitle {
  color: #2799E9;
  font-size: 1.3em;
  margin-bottom: .8em;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 0 0 3px 19px;
  position: relative;
  background: url(/uploaded/code/images/common/headline_icon.gif) 0 2px no-repeat; }

#rightbanner .newsposttitle,
#leftbanner .newsposttitle {
  background-position: 0 0; }

.newsposttitle a {
  text-decoration: none; }

.newspubdate {
  font-size: 0.91em;
  color: #2799E9;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: normal; }

.newspostnotes,
.newspostdesc {
  margin-bottom: 1em; }

.newsposttitle img.floatLeft {
  margin: 0 .8em .8em 0; }

.newspostitemsep img.floatLeft {
  margin: 0 .8em .8em 0; }

/* Slideshow news
   ========================================================================== */
#rightbanner img {
  border: 0; }

#newscon .contentSlider .newspostnotes {
  font-size: .9em;
  font-style: italic;
  color: #888; }

#newscon .contentControls {
  overflow: hidden;
  margin-bottom: 15px; }

#newscon .contentControls div {
  border: 0 !important;
  background: transparent;
  padding: 2px 5px; }

#newscon .contentSlider .newsposttitle {
  font-size: 1em;
  line-height: 1.3em; }

.cbox_0.on,
.cbox_1.on,
.cbox_2.on,
.cbox_3.on,
.cbox_4.on,
.cbox_5.on,
.cbox_6.on {
  background: #6795AD !important;
  color: #fff; }

#newscon .cboxNext,
#newscon .cboxPrev {
  font-size: 1em !important;
  color: #416C95; }

#rightbanner .contentSlider .newsposttitle img {
  float: none;
  padding: 0;
  margin-top: -5px; }

/* ==========================================================================
   Portals
   ========================================================================== */
.portlet {
  border: 0;
  background: #F2F0F0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4); }

.portlet_header {
  background: transparent !important;
  color: #6795AD;
  font-family: rooney-web;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1;
  padding: 15px 10px 5px 15px; }

.portlet_content {
  padding: 5px 10px; }

.portlet .newsposttitle {
  font-size: 1em; }

.portlet_header a,
.portlet_header a:visited {
  color: #333;
  font-size: .7em;
  padding-right: .5em; }

#portal_tabs,
#groupContainer {
  border: 0;
  padding: 0;
  background: #E0E4E5;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4); }

#portal_tabs .ui-widget-header,
#groupContainer .ui-widget-header {
  background: #D4D7D8;
  background: rgba(165, 165, 165, 0.2);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 1px #bbb;
  -moz-box-shadow: inset 0 -1px 1px #bbb;
  box-shadow: inset 0 -1px 1px #bbb; }

#portal_tabs .ui-state-default,
#groupContainer .ui-state-default {
  background: #7AB1CD;
  border: 0; }

#portal_tabs .ui-state-active,
#groupContainer .ui-state-active {
  border: 0;
  background: #6795AD; }

#portal_tabs .ui-state-active a,
#groupContainer .ui-state-active a {
  color: #fff; }

#groupPageMenuBtn {
  margin-top: 1.5em; }

#groupContainer .text_misc,
#pageGroupContainer {
  padding: 0 1em 1em 1em; }

/* ==========================================================================
   Login
   ========================================================================== */
.fsLoginForms {
  margin: 40px auto 0 auto; }

.fsLogin {
  padding: 20px;
  background: #F2F0F0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4); }

.fsLoginTitle {
  background: transparent !important;
  color: #b22e2f;
  font-family: rooney-web;
  font-weight: 500;
  font-size: 2em;
  line-height: 1em;
  margin: 0 0 .5em 0; }

.fsLoginMessage:first-child {
  text-shadow: 0 0 3px #fff;
  font-weight: bold; }

.fsLoginMessage {
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 2em; }

.fsLoginUser,
.fsLoginPass {
  border: 1px solid #ccc;
  padding: 4px;
  margin-bottom: 5px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.fsLogin .fsLoginSubmit {
  border: 0;
  font-size: 1em;
  font-weight: 600;
  background: #92d4f7;
  padding: 5px 20px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.fsLogin .fsLoginSubmit:hover {
  background: #6795ad; }

.fsLogin a {
  font-size: .83em;
  color: #0f2136; }

.page_114 #contentdiv {
  background: none; }

.page_114 .tools {
  display: none; }

/* ==========================================================================
   Mashup
   ========================================================================== */
.page_490 #text1 {
  color: #fff;
  font-size: 1.5em;
  padding: 0 0 2em 0em; }

.page_490 h1 {
  font-family: gesta, arial, sans-serif;
  font-weight: 600;
  font-size: 2.6em;
  color: #0f2136;
  letter-spacing: -.02em;
  margin-bottom: .2em; }

.page_490 #midcontainer {
  background: #7bb2cf; }

.page_490 .portlet {
  border-bottom: 3px solid #444;
  margin: 0 2em 2em 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.page_490 .portlet_header {
  font-family: gesta, arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #0f2136;
  padding: .5em;
  background: #6999b2 !important; }

.page_490 .portlet_content {
  padding: .5em 0 0 0 !important; }

.page_490 .portlet a:link {
  color: #b22e2f; }

.page_490 .portlet .event_stackdate {
  box-shadow: 0 0 3px 3px #6999B2; }

.page_490 li.facebook,
.page_490 li.twitter {
  border-bottom-color: #6999B2; }

/*# sourceMappingURL=main.css.map */
