  /*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */

@font-face {
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Proxima Nova Regular Regular'), local('OldStandardTT-Regular'), url("https://fonts.gstatic.com/s/oldstandardtt/v7/n6RTCDcIPWSE8UNBa4k-DJDiI8zI8NGcbDOKyTTsY20.woff2") format('woff2');
}
@font-face {
  font-family: "Proxima Nova Regular";
  src: url("/stylesheets/fonts/proxima_nova_regular/proxima-nova-regular.eot");
  src: url("/stylesheets/fonts/proxima_nova_regular/proxima-nova-regular.eot") format("eot"), url("/stylesheets/fonts/proxima_nova_regular/proxima-nova-regular.woff") format("woff"), url("/stylesheets/fonts/proxima_nova_regular/proxima-nova-regular.ttf") format("truetype"), url("/stylesheets/fonts/proxima_nova_regular/proxima-nova-regular.svg") format("svg"); 
}
@font-face {
  font-family: "Proxima Nova Condensed Regular";
  src: url("/stylesheets/fonts/proxima_nova_condensed_regular/proxima-nova-regular.eot");
  src: url("/stylesheets/fonts/proxima_nova_condensed_regular/proxima-nova-regular.eot") format("eot"), url("/stylesheets/fonts/proxima_nova_condensed_regular/proxima-nova-regular.woff") format("woff"), url("/stylesheets/fonts/proxima_nova_condensed_regular/proxima-nova-regular.ttf") format("truetype"), url("/stylesheets/fonts/proxima_nova_condensed_regular/proxima-nova-regular.svg") format("svg"); 
  }
@font-face {
  font-family: "Proxima Nova Thin";
  src: url("/stylesheets/fonts/proxima_nova_thin/proxima-nova-thin.eot");
  src: url("/stylesheets/fonts/proxima_nova_thin/proxima-nova-thin.eot") format("eot"), url("/stylesheets/fonts/proxima_nova_thin/proxima-nova-thin.woff") format("woff"), url("/stylesheets/fonts/proxima_nova_thin/proxima-nova-thin.ttf") format("truetype"), url("/stylesheets/fonts/proxima_nova_thin/proxima-nova-thin.svg") format("svg"); 
  }
@font-face {
  font-family: "Proxima Nova Semi Bold";
  src: url("/stylesheets/fonts/proxima_nova_semibold/proxima-nova-semibold.eot");
  src: url("/stylesheets/fonts/proxima_nova_semibold/proxima-nova-semibold.eot") format("eot"), url("/stylesheets/fonts/proxima_nova_semibold/proxima-nova-semibold.woff") format("woff"), url("/stylesheets/fonts/proxima_nova_semibold/proxima-nova-semibold.ttf") format("truetype"), url("/stylesheets/fonts/proxima_nova_semibold/proxima-nova-semibold.svg") format("svg"); 
  }
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("/stylesheets/fonts/proxima_nova_bold/proxima-nova-bold.eot");
  src: url("/stylesheets/fonts/proxima_nova_bold/proxima-nova-bold.eot") format("eot"), url("/stylesheets/fonts/proxima_nova_bold/proxima-nova-bold.woff") format("woff"), url("/stylesheets/fonts/proxima_nova_bold/proxima-nova-bold.ttf") format("truetype"), url("/stylesheets/fonts/proxima_nova_bold/proxima-nova-bold.svg") format("svg"); 
  }
@font-face {
  font-family: "Geometria";
  src: url("/stylesheets/fonts/geometria/geometria.eot");
  src: url("/stylesheets/fonts/geometria/geometria.eot") format("eot"), url("/stylesheets/fonts/geometria/geometria.woff") format("woff"), url("/stylesheets/fonts/geometria/geometria.ttf") format("truetype"); 
  }

meta.foundation-version {
  font-family: "/5.3.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:63.963em)/";
  width: 63.963em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 18px; }

body {
  background: #e4e1d8;
  color: #212120;
  padding: 0;
  margin: 0;
  font-family: 'Proxima Nova Regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default; }

a:hover, .slat .slat-content.show-link h5:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 65.5555555556rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.5555555556rem;
    margin-right: -0.5555555556rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column, .columns {
  padding-left: 0.5555555556rem;
  padding-right: 0.5555555556rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.5555555556rem;
    padding-right: 0.5555555556rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.5555555556rem;
    padding-right: 0.5555555556rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width:63.963em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: 0.5555555556rem;
    padding-right: 0.5555555556rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion .accordion-navigation.active > .slat .slat-content.show-link h5, .slat .slat-content.show-link .accordion .accordion-navigation.active > h5, .accordion dd.active > a, .accordion dd.active > .slat .slat-content.show-link h5, .slat .slat-content.show-link .accordion dd.active > h5 {
      background: transparent; }
    .accordion .accordion-navigation > a, .accordion .accordion-navigation > .slat .slat-content.show-link h5, .slat .slat-content.show-link .accordion .accordion-navigation > h5, .accordion dd > a, .accordion dd > .slat .slat-content.show-link h5, .slat .slat-content.show-link .accordion dd > h5 {
      background: transparent;
      color: inherit;
      padding: 0.8888888889rem;
      display: block;
      font-family: 'Proxima Nova Regular', serif;font-size: 1.5rem; }
      .accordion .accordion-navigation > a:hover, .accordion .accordion-navigation > .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .accordion .accordion-navigation > h5:hover, .accordion dd > a:hover, .accordion dd > .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .accordion dd > h5:hover {
        background: transparent; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0 0 0 2.6666666667rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: transparent; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.1111111111rem;
  position: relative;
  padding: 0.7777777778rem 1.3333333333rem 0.7777777778rem 0.7777777778rem;
  font-size: 0.7222222222rem;
  transition: opacity 300ms ease-out;
  background-color: #1471d2;
  border-color: #1163b5;
  color: #fff; }
  .alert-box .close {
    font-size: 1.2222222222rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6111111111rem;
    right: 0.2222222222rem;
    color: #736661;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #fff; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2b0f;
    color: #fff; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.5555555556rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.5555555556rem 1.1111111111rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:63.963em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  display: block;
  padding: 0.5rem 0.7777777778rem 0.5rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: #dcdcdc;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6111111111rem;
    line-height: 0.6111111111rem;
    text-transform: uppercase;
    color: #1471d2; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:hover .slat .slat-content.show-link h5, .slat .slat-content.show-link .breadcrumbs > *:hover h5, .breadcrumbs > *:focus a, .breadcrumbs > *:focus .slat .slat-content.show-link h5, .slat .slat-content.show-link .breadcrumbs > *:focus h5 {
      text-decoration: underline; }
    .breadcrumbs > * a, .breadcrumbs > * .slat .slat-content.show-link h5, .slat .slat-content.show-link .breadcrumbs > * h5 {
      color: #1471d2; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      .breadcrumbs > *.current a, .breadcrumbs > *.current .slat .slat-content.show-link h5, .slat .slat-content.show-link .breadcrumbs > *.current h5 {
        cursor: default;
        color: #333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:hover .slat .slat-content.show-link h5, .slat .slat-content.show-link .breadcrumbs > *.current:hover h5, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a, .breadcrumbs > *.current:focus .slat .slat-content.show-link h5, .slat .slat-content.show-link .breadcrumbs > *.current:focus h5 {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a, .breadcrumbs > *.unavailable .slat .slat-content.show-link h5, .slat .slat-content.show-link .breadcrumbs > *.unavailable h5 {
        color: #999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:hover .slat .slat-content.show-link h5, .slat .slat-content.show-link .breadcrumbs > *.unavailable:hover h5, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus, .breadcrumbs > *.unavailable .slat .slat-content.show-link h5:focus, .slat .slat-content.show-link .breadcrumbs > *.unavailable h5:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaa;
      margin: 0 0.6666666667rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: 'Proxima Nova Regular', sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.1111111111rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.3333333333rem;
  padding-right: 0.6666666667rem;
  padding-bottom: 0.3888888889rem;
  padding-left: 0.6666666667rem;
  font-size: 1.1111111111rem;
  background-color: #1471d2;
  border-color: #328fec;
  color: #fff;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #328fec; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #ececec;
    color: #333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #ececec; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #63c286;
    color: #fff; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #63c286; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #f36650;
    color: #fff; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #f36650; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  button.large, .button.large {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0555555556rem;
    padding-left: 2rem;
    font-size: 1.3333333333rem; }
  button.small, .button.small {
    padding-top: 0.7777777778rem;
    padding-right: 1.5555555556rem;
    padding-bottom: 0.8333333333rem;
    padding-left: 1.5555555556rem;
    font-size: 0.7777777778rem; }
  button.tiny, .button.tiny {
    padding-top: 0.5555555556rem;
    padding-right: 1.1111111111rem;
    padding-bottom: 0.6111111111rem;
    padding-left: 1.1111111111rem;
    font-size: 0.6111111111rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.6666666667rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.6666666667rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #1471d2;
    border-color: #328fec;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #328fec; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1471d2; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #ececec;
      color: #333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #ececec; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #63c286;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #63c286; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #fff; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #f36650;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f36650; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0;
    float: left; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
    .button-group > li:first-child {
      margin-left: 0; }
  .button-group.radius > * > button, .button-group.radius > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
    border-left: 0; }
  .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > .slat .slat-content.show-link h5, .slat .slat-content.show-link .button-group.radius > * > h5, .button-group.radius > * > button, .button-group.radius > * > .button {
    border-radius: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > .slat .slat-content.show-link h5, .slat .slat-content.show-link .button-group.radius > *:first-child > h5, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > .slat .slat-content.show-link h5, .slat .slat-content.show-link .button-group.radius > *:last-child > h5, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .button-group.round > * > button, .button-group.round > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
    border-left: 0; }
  .button-group.round > *, .button-group.round > * > a, .button-group.round > * > .slat .slat-content.show-link h5, .slat .slat-content.show-link .button-group.round > * > h5, .button-group.round > * > button, .button-group.round > * > .button {
    border-radius: 0; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > .slat .slat-content.show-link h5, .slat .slat-content.show-link .button-group.round > *:first-child > h5, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > .slat .slat-content.show-link h5, .slat .slat-content.show-link .button-group.round > *:last-child > h5, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.3333333333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.6666666667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.2857142857%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
.button-bar:after {
  clear: both; }
.button-bar .button-group {
  float: left;
  margin-right: 0.5555555556rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #ccc;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width:40.063em) {
  .clearing-main-prev, .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span, .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover, .clearing-main-next > span:hover {
        opacity: 0.8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #ccc; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #ccc; }
  .clearing-main-prev.disabled, .clearing-main-next.disabled {
    opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th, .clearing-assembled .clearing-container .carousel > ul li .slat .slat-content.show-link h5.th, .slat .slat-content.show-link .clearing-assembled .clearing-container .carousel > ul li h5.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    overflow: hidden;
    height: 85%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.7777777778rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.7777777778rem;
    z-index: 99;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #fff transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 99; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 98; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.7777777778rem;
    z-index: 99;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #fff;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 99; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 98; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.7777777778rem;
    z-index: 99;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #fff transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 99; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 98; }
  .f-dropdown li {
    font-size: 0.7777777778rem;
    cursor: pointer;
    line-height: 1rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a, .f-dropdown li .slat .slat-content.show-link h5, .slat .slat-content.show-link .f-dropdown li h5 {
      display: block;
      padding: 0.5rem;
      color: #555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.1111111111rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.7777777778rem;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.1666666667rem; }
  .dropdown.button:after, button.dropdown:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%; }
  .dropdown.button:after, button.dropdown:after {
    border-width: 0.3333333333rem;
    right: 1.25rem;
    margin-top: -0.1388888889rem; }
  .dropdown.button:after, button.dropdown:after {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.3333333333rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.3333333333rem;
      right: 1rem;
      margin-top: -0.1111111111rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 2.7222222222rem; }
    .dropdown.button.small:after, button.dropdown.small:after {
      border-width: 0.3888888889rem;
      right: 1.1666666667rem;
      margin-top: -0.1388888889rem; }
    .dropdown.button.small:after, button.dropdown.small:after {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.2222222222rem; }
    .dropdown.button.large:after, button.dropdown.large:after {
      border-width: 0.2777777778rem;
      right: 1.5277777778rem;
      margin-top: -0.1388888889rem; }
    .dropdown.button.large:after, button.dropdown.large:after {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333 transparent transparent transparent; }

.flex-video {
  position: relative;
  padding-top: 1.3888888889rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 0.8888888889rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Standard Forms */
form {
  margin: 0 0 0.8888888889rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.4444444444rem; }
  form .row .row .column, form .row .row .columns {
    padding: 0 0.4444444444rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column, form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.4444444444rem; }

/* Label Styles */
label {
  font-size: 1rem;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 0.8888888889rem 0;
    padding: 0.5rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select::-ms-expand {
  display: none; }

/* Attach elements to the beginning or end of an input */
.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1rem;
  height: 2.0555555556rem;
  line-height: 2.0555555556rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.8888888889rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.8888888889rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #cccccc; }
  span.prefix.radius, label.prefix.radius {
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #cccccc; }
  span.postfix.radius, label.postfix.radius {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.7777777778rem;
  margin: 0 0 0.8888888889rem 0;
  padding: 0.4444444444rem;
  height: 2.0555555556rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, textarea:disabled {
    background-color: #ddd;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #ddd;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, textarea.radius {
    border-radius: 3px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.4444444444rem;
  font-size: 0.7777777778rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.0555555556rem; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #ddd;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 0.8888888889rem 0; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.4444444444rem;
  margin-right: 0.8888888889rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #ddd;
  padding: 1.1111111111rem;
  margin: 1rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1666666667rem;
    margin: 0;
    margin-left: -0.1666666667rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.3333333333rem 0.5rem 0.5rem;
  margin-top: -1px;
  margin-bottom: 0.8888888889rem;
  font-size: 0.6666666667rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.3333333333rem 0.5rem 0.5rem;
  margin-top: -1px;
  margin-bottom: 0.8888888889rem;
  font-size: 0.6666666667rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }

.error input, .error textarea, .error select {
  margin-bottom: 0; }
.error input[type="checkbox"], .error input[type="radio"] {
  margin-bottom: 0.8888888889rem; }
.error label, .error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.3333333333rem 0.5rem 0.5rem;
  margin-top: -1px;
  margin-bottom: 0.8888888889rem;
  font-size: 0.6666666667rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error, textarea.error, select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333; }
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: 0.0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 0.0625rem 0 0;
    display: inline-block; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: 0.0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar > *:hover {
    background: #1471d2; }
  .icon-bar > * label {
    color: #fff; }
  .icon-bar > * i {
    color: #fff; }

.icon-bar.two-up .item {
  width: 50%; }
.icon-bar.two-up.vertical .item {
  width: auto; }
.icon-bar.three-up .item {
  width: 33.3333%; }
.icon-bar.three-up.vertical .item {
  width: auto; }
.icon-bar.four-up .item {
  width: 25%; }
.icon-bar.four-up.vertical .item {
  width: auto; }
.icon-bar.five-up .item {
  width: 20%; }
.icon-bar.five-up.vertical .item {
  width: auto; }
.icon-bar.six-up .item {
  width: 16.66667%; }
.icon-bar.six-up.vertical .item {
  width: auto; }

.inline-list {
  margin: 0 auto 0.9444444444rem auto;
  margin-left: -1.2222222222rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.2222222222rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1rem 1.1111111111rem 1.3333333333rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6, .joyride-tip-guide .today-events li .event-heading p, .today-events li .event-heading .joyride-tip-guide p {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff; }

.joyride-tip-guide p {
  margin: 0 0 1rem 0;
  font-size: 0.7777777778rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 0.9444444444rem;
  bottom: 0.8888888889rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eee !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #ffffff; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width:40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }

.keystroke, kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.1111111111rem 0.2222222222rem 0;
  border-radius: 3px; }

.label {
  font-weight: normal;
  font-family: 'Proxima Nova Regular', sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.2222222222rem 0.4444444444rem 0.3333333333rem;
  font-size: 0.6111111111rem;
  background-color: #1471d2;
  color: #fff; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #fff; }
  .label.warning {
    background-color: #f08a24;
    color: #fff; }
  .label.success {
    background-color: #43AC6A;
    color: #fff; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition] .sub-nav .slat .slat-content.show-link h5, .slat .slat-content.show-link [data-magellan-expedition] .sub-nav h5, [data-magellan-expedition-clone] .sub-nav a, [data-magellan-expedition-clone] .sub-nav .slat .slat-content.show-link h5, .slat .slat-content.show-link [data-magellan-expedition-clone] .sub-nav h5 {
      line-height: 1.8em; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555 #fff;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #fff;
        width: 100%;
        padding: 0.5555555556rem 0.7777777778rem;
        font-size: 0.7777777778rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.2777777778rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #fff;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #fff; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev, .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #fff; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #fff; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: #ccc;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width:40.063em) {
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

ul.pagination {
  display: block;
  min-height: 1.3333333333rem;
  margin-left: -0.3888888889rem; }
  ul.pagination li {
    height: 1.3333333333rem;
    color: white;
    font-size: 0.8888888889rem;
    margin-left: 0.3888888889rem; }
    ul.pagination li a, ul.pagination li .slat .slat-content.show-link h5, .slat .slat-content.show-link ul.pagination li h5, ul.pagination li button {
      display: block;
      padding: 0.0555555556rem 0.5555555556rem 0.0555555556rem;
      color: #212120;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a, ul.pagination li:hover .slat .slat-content.show-link h5, .slat .slat-content.show-link ul.pagination li:hover h5, ul.pagination li a:focus, ul.pagination li .slat .slat-content.show-link h5:focus, .slat .slat-content.show-link ul.pagination li h5:focus, ul.pagination li:hover button, ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable .slat .slat-content.show-link h5, .slat .slat-content.show-link ul.pagination li.unavailable h5, ul.pagination li.unavailable button {
      cursor: default;
      color: white; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable:hover .slat .slat-content.show-link h5, .slat .slat-content.show-link ul.pagination li.unavailable:hover h5, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable .slat .slat-content.show-link h5:focus, .slat .slat-content.show-link ul.pagination li.unavailable h5:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: black; }
    ul.pagination li.current a, ul.pagination li.current .slat .slat-content.show-link h5, .slat .slat-content.show-link ul.pagination li.current h5, ul.pagination li.current button {
      background: #1471d2;
      color: #fff;
      font-weight: normal;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link ul.pagination li.current h5:hover, ul.pagination li.current a:focus, ul.pagination li.current .slat .slat-content.show-link h5:focus, .slat .slat-content.show-link ul.pagination li.current h5:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #1471d2; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #dacfbb;
  margin-bottom: 1.1111111111rem;
  padding: 1.1111111111rem;
  background: #eeeeee; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel .today-events li .event-heading p, .today-events li .event-heading .panel p, .panel p, .panel li, .panel dl {
    color: #333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel .today-events li .event-heading p, .today-events li .event-heading .panel p {
    line-height: 1;
    margin-bottom: 0.5555555556rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader, .panel .today-events li .event-heading p.subheader, .today-events li .event-heading .panel p.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #bedbf9;
    margin-bottom: 1.1111111111rem;
    padding: 1.1111111111rem;
    background: #f0f7fe; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout .today-events li .event-heading p, .today-events li .event-heading .panel.callout p, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout .today-events li .event-heading p, .today-events li .event-heading .panel.callout p {
      line-height: 1;
      margin-bottom: 0.5555555556rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader, .panel.callout .today-events li .event-heading p.subheader, .today-events li .event-heading .panel.callout p.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button), .panel.callout .slat .slat-content.show-link h5:not(.button), .slat .slat-content.show-link .panel.callout h5:not(.button) {
      color: #1471d2; }
  .panel.radius {
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.1111111111rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333;
    padding: 0.8333333333rem 1.1111111111rem;
    text-align: center;
    color: #eee;
    font-weight: normal;
    font-size: 0.8888888889rem;
    font-family: 'Proxima Nova Regular', sans-serif; }
  .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.8333333333rem 1.1111111111rem;
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 1.7777777778rem;
    font-family: 'Proxima Nova Regular', sans-serif; }
  .pricing-table .description {
    background-color: #fff;
    padding: 0.8333333333rem;
    text-align: center;
    color: #777;
    font-size: 0.6666666667rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .bullet-item {
    background-color: #fff;
    padding: 0.8333333333rem;
    text-align: center;
    color: #333;
    font-size: 0.7777777778rem;
    font-weight: normal;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .cta-button {
    background-color: #fff;
    text-align: center;
    padding: 1.1111111111rem 1.1111111111rem 0; }

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.3888888889rem;
  border: 1px solid white;
  padding: 0.1111111111rem;
  margin-bottom: 0.5555555556rem; }
  .progress .meter {
    background: #1471d2;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43AC6A;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 0.8888888889rem;
  border: 1px solid #ddd;
  margin: 1.1111111111rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 0.8888888889rem;
    border: 1px solid #ddd;
    margin: 1.1111111111rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 0.8888888889rem;
    height: 11.1111111111rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.4444444444rem;
      position: absolute;
      bottom: -9.3333333333rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.7777777778rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #fafafa;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #1471d2;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #1265b9; }
  .range-slider.round {
    background: #fafafa;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #1471d2;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #1265b9; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #fafafa;
    cursor: default;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #1471d2;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #1265b9; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.7777777778rem;
  background: #e5e5e5; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.2777777778rem;
  width: 1.7777777778rem;
  height: 1.2222222222rem;
  border: 1px solid none;
  cursor: pointer;
  background: #1471d2; }
  .range-slider-handle:hover {
    background: #1265b9; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 1.1111111111rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
      top: 5.5555555556rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.2222222222rem;
    line-height: 1;
    position: absolute;
    top: 0.4444444444rem;
    right: 0.6111111111rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

dialog, .reveal-modal {
  padding: 1.6666666667rem; }
  dialog.radius, .reveal-modal.radius {
    border-radius: 3px; }
  dialog.round, .reveal-modal.round {
    border-radius: 1000px; }
  dialog.collapse, .reveal-modal.collapse {
    padding: 0; }
  @media only screen and (min-width:40.063em) {
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; } }
  @media only screen and (min-width:40.063em) {
    dialog.small, .reveal-modal.small {
      margin-left: -20%;
      width: 40%; } }
  @media only screen and (min-width:40.063em) {
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width:40.063em) {
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; } }
  @media only screen and (min-width:40.063em) {
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

dialog.full, .reveal-modal.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important; }
  @media only screen and (min-width:40.063em) {
    dialog.full, .reveal-modal.full {
      margin-left: -50vw;
      width: 100vw; } }

@media print {
  dialog, .reveal-modal {
    background: #fff !important; } }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.7777777778rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: 'Proxima Nova Regular', sans-serif; }
  .side-nav li {
    margin: 0 0 0.3888888889rem 0;
    font-size: 0.7777777778rem; }
    .side-nav li a:not(.button), .side-nav li .slat .slat-content.show-link h5:not(.button), .slat .slat-content.show-link .side-nav li h5:not(.button) {
      display: block;
      color: #1471d2;
      margin: 0;
      padding: 0.3888888889rem 0.7777777778rem; }
      .side-nav li a:not(.button):hover, .side-nav li .slat .slat-content.show-link h5:not(.button):hover, .slat .slat-content.show-link .side-nav li h5:not(.button):hover, .side-nav li a:not(.button):focus, .side-nav li .slat .slat-content.show-link h5:not(.button):focus, .slat .slat-content.show-link .side-nav li h5:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #4c9dee; }
    .side-nav li.active > a:first-child:not(.button), .side-nav li.active > .slat .slat-content.show-link h5:first-child:not(.button), .slat .slat-content.show-link .side-nav li.active > h5:first-child:not(.button) {
      color: #4c9dee;
      font-weight: normal;
      font-family: 'Proxima Nova Regular', sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: #1471d2;
      font-size: 0.7777777778rem;
      font-weight: bold;
      text-transform: uppercase; }

.split.button {
  position: relative;
  padding-right: 4.5rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 2.75rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.3333333333rem;
      top: 48%;
      margin-left: -0.3333333333rem; }
  .split.button span:after {
    border-color: #fff transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #fff transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.3333333333rem; }
    .split.button.tiny span {
      width: 2rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.3333333333rem;
        top: 48%;
        margin-left: -0.3333333333rem; }
  .split.button.small {
    padding-right: 3.8888888889rem; }
    .split.button.small span {
      width: 2.3333333333rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.3888888889rem;
        top: 48%;
        margin-left: -0.3333333333rem; }
  .split.button.large {
    padding-right: 4.8888888889rem; }
    .split.button.large span {
      width: 3.0555555556rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.2777777778rem;
        top: 48%;
        margin-left: -0.3333333333rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333 transparent transparent transparent; }
  .split.button.radius span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.2222222222rem 0 1rem;
  padding-top: 0.2222222222rem;
  margin-right: 0;
  margin-left: -0.6666666667rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt, .sub-nav dd, .sub-nav li {
    float: left;
    display: inline;
    margin-left: 0.8888888889rem;
    margin-bottom: 0.5555555556rem;
    font-family: 'Proxima Nova Regular', sans-serif;
    font-weight: normal;
    font-size: 0.7777777778rem;
    color: #999; }
    .sub-nav dt a, .sub-nav dt .slat .slat-content.show-link h5, .slat .slat-content.show-link .sub-nav dt h5, .sub-nav dd a, .sub-nav dd .slat .slat-content.show-link h5, .slat .slat-content.show-link .sub-nav dd h5, .sub-nav li a, .sub-nav li .slat .slat-content.show-link h5, .slat .slat-content.show-link .sub-nav li h5 {
      text-decoration: none;
      color: #999;
      padding: 0.1666666667rem 0.8888888889rem; }
      .sub-nav dt a:hover, .sub-nav dt .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .sub-nav dt h5:hover, .sub-nav dd a:hover, .sub-nav dd .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .sub-nav dd h5:hover, .sub-nav li a:hover, .sub-nav li .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .sub-nav li h5:hover {
        color: #737373; }
    .sub-nav dt.active a, .sub-nav dt.active .slat .slat-content.show-link h5, .slat .slat-content.show-link .sub-nav dt.active h5, .sub-nav dd.active a, .sub-nav dd.active .slat .slat-content.show-link h5, .slat .slat-content.show-link .sub-nav dd.active h5, .sub-nav li.active a, .sub-nav li.active .slat .slat-content.show-link h5, .slat .slat-content.show-link .sub-nav li.active h5 {
      border-radius: 3px;
      font-weight: normal;
      background: #1471d2;
      padding: 0.1666666667rem 0.8888888889rem;
      cursor: default;
      color: #fff; }
      .sub-nav dt.active a:hover, .sub-nav dt.active .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .sub-nav dt.active h5:hover, .sub-nav dd.active a:hover, .sub-nav dd.active .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .sub-nav dd.active h5:hover, .sub-nav li.active a:hover, .sub-nav li.active .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .sub-nav li.active h5:hover {
        background: #1163b5; }

div.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #ddd;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out; }
div.switch input {
  display: none; }
  div.switch input + label {
    margin-left: 0;
    margin-right: 0; }
div.switch label:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out; }
div.switch input:checked + label {
  background: #1471d2; }
div.switch input:checked + label:after {
  left: 2.25rem; }
div.switch label {
  width: 4rem;
  height: 2rem; }
div.switch label:after {
  width: 1.5rem;
  height: 1.5rem; }
div.switch input:checked + label:after {
  left: 2.25rem; }
div.switch label {
  color: transparent;
  background: #ddd; }
div.switch label:after {
  background: #fff; }
div.switch input:checked + label {
  background: #1471d2; }
div.switch.large label {
  width: 5rem;
  height: 2.5rem; }
div.switch.large label:after {
  width: 2rem;
  height: 2rem; }
div.switch.large input:checked + label:after {
  left: 2.75rem; }
div.switch.small label {
  width: 3.5rem;
  height: 1.75rem; }
div.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem; }
div.switch.small input:checked + label:after {
  left: 2rem; }
div.switch.tiny label {
  width: 3rem;
  height: 1.5rem; }
div.switch.tiny label:after {
  width: 1rem;
  height: 1rem; }
div.switch.tiny input:checked + label:after {
  left: 1.75rem; }
div.switch.radius label {
  border-radius: 4px; }
div.switch.radius label:after {
  border-radius: 3px; }
div.switch.round {
  border-radius: 1000px; }
  div.switch.round label {
    border-radius: 2rem; }
  div.switch.round label:after {
    border-radius: 2rem; }

table {
  background: #fff;
  margin-bottom: 1.1111111111rem;
  border: solid 1px #ddd; }
  table caption {
    background: transparent;
    color: #222;
    font-size: 0.8888888889rem;
    font-weight: bold; }
  table thead {
    background: #f5f5f5; }
    table thead tr th, table thead tr td {
      padding: 0.4444444444rem 0.5555555556rem 0.5555555556rem;
      font-size: 0.7777777778rem;
      font-weight: bold;
      color: #222; }
  table tfoot {
    background: #f5f5f5; }
    table tfoot tr th, table tfoot tr td {
      padding: 0.4444444444rem 0.5555555556rem 0.5555555556rem;
      font-size: 0.7777777778rem;
      font-weight: bold;
      color: #222; }
  table tr th, table tr td {
    padding: 0.5rem 0.5555555556rem;
    font-size: 0.7777777778rem;
    color: #222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1rem; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) and (max-width:63.9em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:63.963em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:63.963em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, .today-events li .event-heading p, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a, .slat .slat-content.show-link h5 {
  color: #1471d2;
  text-decoration: none;
  line-height: inherit; }
  a:hover, .slat .slat-content.show-link h5:hover, a:focus, .slat .slat-content.show-link h5:focus {
    color: #1163b5; }
  a img, a .slat .slat-content.show-link h5, .slat .slat-content.show-link a h5 {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.37;
  margin-bottom: 1.3888888889rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.1944444444rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.7777777778rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6, .today-events li .event-heading p {
  font-family: 'Proxima Nova Regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2a2a2a;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.3; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h6 .today-events li .event-heading p, .today-events li .event-heading h6 p {
    font-size: 60%;
    color: #757575;
    line-height: 0; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 1.7777777778rem; }

h3 {
  font-size: 1.2222222222rem; }

h4 {
  font-size: 1.2222222222rem; }

h5 {
  font-size: 1.1111111111rem; }

h6, .today-events li .event-heading p {
  font-size: 0.7777777778rem; }

.subheader {
  line-height: 1.4;
  color: #757575;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.1111111111rem 0 1.0555555556rem;
  height: 0; }

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: normal;
  color: #333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.1111111111rem 0.2777777778rem 0.0555555556rem; }

/* Lists */
ul, ol, dl {
  font-size: 1rem;
  line-height: 1.17;
  margin-bottom: 1.3888888889rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul, ul.no-bullet li ol {
      margin-left: 1.1111111111rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.1111111111rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul, ol li ol {
    margin-left: 1.1111111111rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.6666666667rem; }

/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #212120;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.3888888889rem;
  padding: 0.5rem 1.1111111111rem 0 1.0555555556rem;
  border-left: none; }
  blockquote cite {
    display: block;
    font-size: 0.7222222222rem;
    color: #5b5b5b; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite .slat .slat-content.show-link h5, .slat .slat-content.show-link blockquote cite h5, blockquote cite a:visited, blockquote cite .slat .slat-content.show-link h5:visited, .slat .slat-content.show-link blockquote cite h5:visited {
      color: #5b5b5b; }

blockquote, blockquote p {
  line-height: 1.37;
  color: inherit; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.1111111111rem 0;
  border: 1px solid #ddd;
  padding: 0.5555555556rem 0.6666666667rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.8333333333rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0555555556rem; }

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6, .today-events li .event-heading p {
    line-height: 1.3; }
  h1 {
    font-size: 3.5555555556rem; }
  h2 {
    font-size: 2.3333333333rem; }
  h3 {
    font-size: 1.5rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.1111111111rem; }
  h6, .today-events li .event-heading p {
    font-size: 0.7777777778rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  @page {
    margin: 0.5cm; }

  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, .slat .slat-content.show-link h5, a:visited, .slat .slat-content.show-link h5:visited {
    text-decoration: underline; }
  a[href]:after, .slat .slat-content.show-link h5[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, .ir .slat .slat-content.show-link h5:after, .slat .slat-content.show-link .ir h5:after, a[href^="javascript:"]:after, .slat .slat-content.show-link h5[href^="javascript:"]:after, a[href^="#"]:after, .slat .slat-content.show-link h5[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs dd > .slat .slat-content.show-link h5, .slat .slat-content.show-link .tabs dd > h5, .tabs .tab-title > a, .tabs .tab-title > .slat .slat-content.show-link h5, .slat .slat-content.show-link .tabs .tab-title > h5 {
      display: block;
      background: #1471D2;
      color: #FFFFFF;
      padding: 0.8888888889rem 1.7777777778rem;
      font-family: 'Proxima Nova Regular', sans-serif;
      font-size: 0.8888888889rem; }
      .tabs dd > a:hover, .tabs dd > .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .tabs dd > h5:hover, .tabs .tab-title > a:hover, .tabs .tab-title > .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .tabs .tab-title > h5:hover {
        background: #398FED; }
    .tabs dd.active a, .tabs dd.active .slat .slat-content.show-link h5, .slat .slat-content.show-link .tabs dd.active h5, .tabs .tab-title.active a, .tabs .tab-title.active .slat .slat-content.show-link h5, .slat .slat-content.show-link .tabs .tab-title.active h5 {
      background: #398FED;
      color: #FFFFFF; }
  .tabs.radius dd:first-child a, .tabs.radius dd:first-child .slat .slat-content.show-link h5, .slat .slat-content.show-link .tabs.radius dd:first-child h5, .tabs.radius .tab:first-child a, .tabs.radius .tab:first-child .slat .slat-content.show-link h5, .slat .slat-content.show-link .tabs.radius .tab:first-child h5 {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius dd:last-child .slat .slat-content.show-link h5, .slat .slat-content.show-link .tabs.radius dd:last-child h5, .tabs.radius .tab:last-child a, .tabs.radius .tab:last-child .slat .slat-content.show-link h5, .slat .slat-content.show-link .tabs.radius .tab:last-child h5 {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.3333333333rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.5555555556rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.5555555556rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.5555555556rem; }

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(20, 113, 210, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #09345e;
    color: #1471d2; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.7777777778rem;
  line-height: 1.3;
  padding: 0.6666666667rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    top: -10px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #1471d2 !important;
    border-bottom: dotted 1px #09345e !important; }

.tap-to-close {
  display: block;
  font-size: 0.5555555556rem;
  color: #777;
  font-weight: normal; }

@media only screen and (min-width:40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form, .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.8rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.45rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 18px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 0.9444444444rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h1 .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar .name h1 h5 {
        font-weight: normal;
        color: #fff;
        width: 75%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a, .top-bar .toggle-topbar .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar .toggle-topbar h5 {
      color: #fff;
      text-transform: uppercase;
      font-size: 0.7222222222rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a, .top-bar .toggle-topbar.menu-icon .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar .toggle-topbar.menu-icon h5 {
        height: 34px;
        line-height: 33px;
        padding: 0 40px 0 15px;
        color: #fff;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after, .top-bar .toggle-topbar.menu-icon a .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar .toggle-topbar.menu-icon a h5 {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 15px;
          box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after, .top-bar .toggle-topbar.menu-icon a .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar .toggle-topbar.menu-icon a h5 {
          box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333; }
    .top-bar.expanded .toggle-topbar a, .top-bar.expanded .toggle-topbar .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar.expanded .toggle-topbar h5 {
      color: #888; }
      .top-bar.expanded .toggle-topbar a::after, .top-bar.expanded .toggle-topbar .slat .slat-content.show-link h5::after, .slat .slat-content.show-link .top-bar.expanded .toggle-topbar h5::after {
        box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 18px;
    margin: 0; }
  .top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333; }
    .top-bar-section ul li > a, .top-bar-section ul li > .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar-section ul li > h5 {
      display: block;
      width: 100%;
      color: #fff;
      padding: 12px 0 12px 0;
      padding-left: 15px;
      font-family: 'Proxima Nova Regular', sans-serif;
      font-size: 0.7222222222rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button, .top-bar-section ul li > .slat .slat-content.show-link h5.button, .slat .slat-content.show-link .top-bar-section ul li > h5.button {
        font-size: 0.7222222222rem;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #1471d2;
        border-color: #328fec;
        color: #fff; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > .slat .slat-content.show-link h5.button:hover, .slat .slat-content.show-link .top-bar-section ul li > h5.button:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul li > .slat .slat-content.show-link h5.button:focus, .slat .slat-content.show-link .top-bar-section ul li > h5.button:focus {
          background-color: #328fec; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > .slat .slat-content.show-link h5.button:hover, .slat .slat-content.show-link .top-bar-section ul li > h5.button:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul li > .slat .slat-content.show-link h5.button:focus, .slat .slat-content.show-link .top-bar-section ul li > h5.button:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.secondary, .top-bar-section ul li > .slat .slat-content.show-link h5.button.secondary, .slat .slat-content.show-link .top-bar-section ul li > h5.button.secondary {
        background-color: #e7e7e7;
        border-color: #ececec;
        color: #333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > .slat .slat-content.show-link h5.button.secondary:hover, .slat .slat-content.show-link .top-bar-section ul li > h5.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul li > .slat .slat-content.show-link h5.button.secondary:focus, .slat .slat-content.show-link .top-bar-section ul li > h5.button.secondary:focus {
          background-color: #ececec; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > .slat .slat-content.show-link h5.button.secondary:hover, .slat .slat-content.show-link .top-bar-section ul li > h5.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul li > .slat .slat-content.show-link h5.button.secondary:focus, .slat .slat-content.show-link .top-bar-section ul li > h5.button.secondary:focus {
          color: #333; }
      .top-bar-section ul li > a.button.success, .top-bar-section ul li > .slat .slat-content.show-link h5.button.success, .slat .slat-content.show-link .top-bar-section ul li > h5.button.success {
        background-color: #43AC6A;
        border-color: #63c286;
        color: #fff; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > .slat .slat-content.show-link h5.button.success:hover, .slat .slat-content.show-link .top-bar-section ul li > h5.button.success:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul li > .slat .slat-content.show-link h5.button.success:focus, .slat .slat-content.show-link .top-bar-section ul li > h5.button.success:focus {
          background-color: #63c286; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > .slat .slat-content.show-link h5.button.success:hover, .slat .slat-content.show-link .top-bar-section ul li > h5.button.success:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul li > .slat .slat-content.show-link h5.button.success:focus, .slat .slat-content.show-link .top-bar-section ul li > h5.button.success:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.alert, .top-bar-section ul li > .slat .slat-content.show-link h5.button.alert, .slat .slat-content.show-link .top-bar-section ul li > h5.button.alert {
        background-color: #f04124;
        border-color: #f36650;
        color: #fff; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > .slat .slat-content.show-link h5.button.alert:hover, .slat .slat-content.show-link .top-bar-section ul li > h5.button.alert:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul li > .slat .slat-content.show-link h5.button.alert:focus, .slat .slat-content.show-link .top-bar-section ul li > h5.button.alert:focus {
          background-color: #f36650; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > .slat .slat-content.show-link h5.button.alert:hover, .slat .slat-content.show-link .top-bar-section ul li > h5.button.alert:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul li > .slat .slat-content.show-link h5.button.alert:focus, .slat .slat-content.show-link .top-bar-section ul li > h5.button.alert:focus {
          color: #fff; }
    .top-bar-section ul li > button {
      font-size: 0.7222222222rem;
      padding-right: 15px;
      padding-left: 15px;
      background-color: #1471d2;
      border-color: #328fec;
      color: #fff; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #328fec; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #fff; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #ececec;
        color: #333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #ececec; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #63c286;
        color: #fff; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #63c286; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #fff; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #f36650;
        color: #fff; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #f36650; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #fff; }
    .top-bar-section ul li:hover:not(.has-form) > a, .top-bar-section ul li:hover:not(.has-form) > .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar-section ul li:hover:not(.has-form) > h5 {
      background-color: #555555;
      background: #272727;
      color: #fff; }
    .top-bar-section ul li.active > a, .top-bar-section ul li.active > .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar-section ul li.active > h5 {
      background: #1471d2;
      color: #fff; }
      .top-bar-section ul li.active > a:hover, .top-bar-section ul li.active > .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .top-bar-section ul li.active > h5:hover {
        background: #1163b5;
        color: #fff; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after, .top-bar-section .has-dropdown > .slat .slat-content.show-link h5:after, .slat .slat-content.show-link .top-bar-section .has-dropdown > h5:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after, .top-bar-section .has-dropdown.moved > .slat .slat-content.show-link h5:after, .slat .slat-content.show-link .top-bar-section .has-dropdown.moved > h5:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a, .top-bar-section .dropdown li .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar-section .dropdown li h5 {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link, .top-bar-section .dropdown li .slat .slat-content.show-link h5.parent-link, .slat .slat-content.show-link .top-bar-section .dropdown li h5.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.title h5 .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar-section .dropdown li.title h5 h5, .top-bar-section .dropdown li.parent-link a, .top-bar-section .dropdown li.parent-link .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar-section .dropdown li.parent-link h5 {
          color: #fff;
          line-height: 22.5px;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.title h5 .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .top-bar-section .dropdown li.title h5 h5:hover, .top-bar-section .dropdown li.parent-link a:hover, .top-bar-section .dropdown li.parent-link .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .top-bar-section .dropdown li.parent-link h5:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777;
      font-weight: bold;
      font-size: 0.5555555556rem; }

.js-generated {
  display: block; }

@media only screen and (min-width:40.063em) {
  .top-bar {
    background: #333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a, .top-bar .name h1 .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar .name h1 h5 {
      width: auto; }
    .top-bar input, .top-bar .button, .top-bar button {
      font-size: 0.7777777778rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #333; }
  .contain-to-grid .top-bar {
    max-width: 65.5555555556rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button), .top-bar-section li.hover > .slat .slat-content.show-link h5:not(.button), .slat .slat-content.show-link .top-bar-section li.hover > h5:not(.button) {
      background-color: #555555;
      background: #272727;
      color: #fff; }
    .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) .slat .slat-content.show-link h5:not(.button), .slat .slat-content.show-link .top-bar-section li:not(.has-form) h5:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section li:not(.has-form) .slat .slat-content.show-link h5:not(.button):hover, .slat .slat-content.show-link .top-bar-section li:not(.has-form) h5:not(.button):hover {
        background-color: #555555;
        background: #272727; }
    .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) .slat .slat-content.show-link h5:not(.button), .slat .slat-content.show-link .top-bar-section li.active:not(.has-form) h5:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: #fff;
      background: #1471d2; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section li.active:not(.has-form) .slat .slat-content.show-link h5:not(.button):hover, .slat .slat-content.show-link .top-bar-section li.active:not(.has-form) h5:not(.button):hover {
        background: #1163b5;
        color: #fff; }
    .top-bar-section .has-dropdown > a, .top-bar-section .has-dropdown > .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar-section .has-dropdown > h5 {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after, .top-bar-section .has-dropdown > .slat .slat-content.show-link h5:after, .slat .slat-content.show-link .top-bar-section .has-dropdown > h5:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after, .top-bar-section .has-dropdown .dropdown li.has-dropdown > .slat .slat-content.show-link h5:after, .slat .slat-content.show-link .top-bar-section .has-dropdown .dropdown li.has-dropdown > h5:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a, .top-bar-section .dropdown li .slat .slat-content.show-link h5, .slat .slat-content.show-link .top-bar-section .dropdown li h5 {
        color: #fff;
        line-height: 45px;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333; }
      .top-bar-section .dropdown li:not(.has-form) a:not(.button), .top-bar-section .dropdown li:not(.has-form) .slat .slat-content.show-link h5:not(.button), .slat .slat-content.show-link .top-bar-section .dropdown li:not(.has-form) h5:not(.button) {
        color: #fff;
        background: #333; }
      .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button), .top-bar-section .dropdown li:not(.has-form):hover > .slat .slat-content.show-link h5:not(.button), .slat .slat-content.show-link .top-bar-section .dropdown li:not(.has-form):hover > h5:not(.button) {
        color: #fff;
        background-color: #555555;
        background: #272727; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: #333;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a, .no-js .top-bar-section ul li:hover > .slat .slat-content.show-link h5, .slat .slat-content.show-link .no-js .top-bar-section ul li:hover > h5 {
    background-color: #555555;
    background: #272727;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a, .no-js .top-bar-section ul li:active > .slat .slat-content.show-link h5, .slat .slat-content.show-link .no-js .top-bar-section ul li:active > h5 {
    background: #1471d2;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #fff;
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6, .tab-bar .today-events li .event-heading p, .today-events li .event-heading .tab-bar p {
    color: #fff;
    font-weight: bold;
    line-height: 2.5rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.1111111111rem; }

.left-small {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.5555555556rem;
  position: absolute;
  text-align: center;
  height: 2.5rem;
  top: 0; }
  @media only screen and (min-width:40.063em) {
    .tab-bar-section {
      text-align: left; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.5rem; }
  .tab-bar-section.right {
    left: 2.5rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.5rem;
    right: 2.5rem; }

.tab-bar .menu-icon {
  text-indent: 1.9444444444rem;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  padding: 0;
  color: #FFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.4444444444rem;
    left: 0.8055555556rem;
    box-shadow: 0 0px 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF;
    width: 0.8888888889rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 13.8888888889rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100.5%, 0);
  -webkit-transform: translate3d(-100.5%, 0, 0);
  -moz-transform: translate3d(-100.5%, 0, 0);
  -ms-transform: translate3d(-100.5%, 0, 0);
  -o-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 13.8888888889rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100.5%, 0);
  -webkit-transform: translate3d(100.5%, 0, 0);
  -moz-transform: translate3d(100.5%, 0, 0);
  -ms-transform: translate3d(100.5%, 0, 0);
  -o-transform: translate3d(100.5%, 0, 0);
  transform: translate3d(100.5%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.8333333333rem;
    color: #999;
    text-transform: uppercase;
    font-size: 0.6666666667rem;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a, ul.off-canvas-list li .slat .slat-content.show-link h5, .slat .slat-content.show-link ul.off-canvas-list li h5 {
    display: block;
    padding: 0.6666666667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover, ul.off-canvas-list li .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link ul.off-canvas-list li h5:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(13.88889rem, 0);
  -webkit-transform: translate3d(13.88889rem, 0, 0);
  -moz-transform: translate3d(13.88889rem, 0, 0);
  -ms-transform: translate3d(13.88889rem, 0, 0);
  -o-transform: translate3d(13.88889rem, 0, 0);
  transform: translate3d(13.88889rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-13.88889rem, 0);
  -webkit-transform: translate3d(-13.88889rem, 0, 0);
  -moz-transform: translate3d(-13.88889rem, 0, 0);
  -ms-transform: translate3d(-13.88889rem, 0, 0);
  -o-transform: translate3d(-13.88889rem, 0, 0);
  transform: translate3d(-13.88889rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -13.8888888889rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -13.8888888889rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 13.8888888889rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 13.8888888889rem; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width:63.963em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  /* Specific visibility for tables */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape, .show-for-portrait {
    display: none !important; }
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  /* Specific visibility for tables */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait, .show-for-landscape {
    display: none !important; }
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

.red .swatch-transparent {
  background: rgba(23, 35, 93, 0.9); }
.red .accordion dd > a:before, .red .accordion dd > .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .red .accordion dd > h5:before, .red .collapsible-group .title h3:before, .red .swatch-text {
  color: #17235D;
  color: #17235D; }
  .red .accordion dd > a:before a, .red .accordion dd > a:before .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .red .accordion dd > a:before h5:before, .red .accordion dd > a:before .slat .slat-content.show-link h5, .slat .slat-content.show-link .red .accordion dd > a:before h5, .red .collapsible-group .title h3:before a, .red .collapsible-group .title h3:before .slat .slat-content.show-link h5, .slat .slat-content.show-link .red .collapsible-group .title h3:before h5, .red .swatch-text a, .red .swatch-text .slat .slat-content.show-link h5, .slat .slat-content.show-link .red .swatch-text h5 {
    color: #17235D; }
.red .l-section-header, .red .swatch-before:before, .red .swatch {
  background: #17235D; }
.red .button.swatch:hover, .red .figure-callout a figcaption:hover, .red .figure-callout a .slat .slat-content.show-link h5, .slat .slat-content.show-link .red .figure-callout a h5, .red .button-block:hover {
  background: #17235D; }
.red .swatch-border, .red .swatch-border:after {
  border-color: #17235D; }

.green .swatch-transparent {
  background: rgba(0, 89, 79, 0.9); }
.green .accordion dd > a:before, .green .accordion dd > .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .green .accordion dd > h5:before, .green .collapsible-group .title h3:before, .green .swatch-text {
  color: #00594F;
  color: #00594F; }
  .green .accordion dd > a:before a, .green .accordion dd > a:before .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .green .accordion dd > a:before h5:before, .green .accordion dd > a:before .slat .slat-content.show-link h5, .slat .slat-content.show-link .green .accordion dd > a:before h5, .green .collapsible-group .title h3:before a, .green .collapsible-group .title h3:before .slat .slat-content.show-link h5, .slat .slat-content.show-link .green .collapsible-group .title h3:before h5, .green .swatch-text a, .green .swatch-text .slat .slat-content.show-link h5, .slat .slat-content.show-link .green .swatch-text h5 {
    color: #00594F; }
.green .l-section-header, .green .swatch-before:before, .green .swatch {
  background: #00594F; }
.green .button.swatch:hover, .green .figure-callout a figcaption:hover, .green .figure-callout a .slat .slat-content.show-link h5, .slat .slat-content.show-link .green .figure-callout a h5, .green .button-block:hover {
  background: #00594F; }
.green .swatch-border, .green .swatch-border:after {
  border-color: #00594F; }
  
 .lightblue .swatch-transparent {
  background: rgba(0, 85, 165, 0.9); }
.lightblue .accordion dd > a:before, .lightblue .accordion dd > .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .lightblue .accordion dd > h5:before, .lightblue .collapsible-group .title h3:before, .lightblue .swatch-text {
  color: #0055A5;
  color: #0055A5; }
  .lightblue .accordion dd > a:before a, .lightblue .accordion dd > a:before .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .lightblue .accordion dd > a:before h5:before, .lightblue .accordion dd > a:before .slat .slat-content.show-link h5, .slat .slat-content.show-link .lightblue .accordion dd > a:before h5, .lightblue .collapsible-group .title h3:before a, .lightblue .collapsible-group .title h3:before .slat .slat-content.show-link h5, .slat .slat-content.show-link .lightblue .collapsible-group .title h3:before h5, .lightblue .swatch-text a, .lightblue .swatch-text .slat .slat-content.show-link h5, .slat .slat-content.show-link .lightblue .swatch-text h5 {
    color: #0055A5; }
.lightblue .l-section-header, .lightblue .swatch-before:before, .lightblue .swatch {
  background: #0055A5; }
.lightblue .button.swatch:hover, .lightblue .figure-callout a figcaption:hover, .lightblue .figure-callout a .slat .slat-content.show-link h5, .slat .slat-content.show-link .lightblue .figure-callout a h5, .lightblue .button-block:hover {
  background: #33BBED; }
.lightblue .swatch-border, .lightblue .swatch-border:after {
  border-color: #0055A5; }

.yellow .swatch-transparent {
  background: rgba(28, 48, 74, 0.9); }
.yellow .accordion dd > a:before, .yellow .accordion dd > .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .yellow .accordion dd > h5:before, .yellow .collapsible-group .title h3:before, .yellow .swatch-text {
  color: #1C304A;
  color: #1C304A; }
  .yellow .accordion dd > a:before a, .yellow .accordion dd > a:before .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .yellow .accordion dd > a:before h5:before, .yellow .accordion dd > a:before .slat .slat-content.show-link h5, .slat .slat-content.show-link .yellow .accordion dd > a:before h5, .yellow .collapsible-group .title h3:before a, .yellow .collapsible-group .title h3:before .slat .slat-content.show-link h5, .slat .slat-content.show-link .yellow .collapsible-group .title h3:before h5, .yellow .swatch-text a, .yellow .swatch-text .slat .slat-content.show-link h5, .slat .slat-content.show-link .yellow .swatch-text h5 {
    color: #1C304A; }
.yellow .l-section-header, .yellow .swatch-before:before, .yellow .swatch {
  background: #1C304A; }
.yellow .button.swatch:hover, .yellow .figure-callout a figcaption:hover, .yellow .figure-callout a .slat .slat-content.show-link h5, .slat .slat-content.show-link .yellow .figure-callout a h5, .yellow .button-block:hover {
  background: #e6a34b; }
.yellow .swatch-border, .yellow .swatch-border:after {
  border-color: #1C304A; }

.blue .swatch-transparent {
  background: rgba(0, 85, 165, 0.9); }
.blue .accordion dd > a:before, .blue .accordion dd > .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .blue .accordion dd > h5:before, .blue .collapsible-group .title h3:before, .blue .swatch-text {
  color: #0055A5;
  color: #0055A5; }
  .blue .accordion dd > a:before a, .blue .accordion dd > a:before .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .blue .accordion dd > a:before h5:before, .blue .accordion dd > a:before .slat .slat-content.show-link h5, .slat .slat-content.show-link .blue .accordion dd > a:before h5, .blue .collapsible-group .title h3:before a, .blue .collapsible-group .title h3:before .slat .slat-content.show-link h5, .slat .slat-content.show-link .blue .collapsible-group .title h3:before h5, .blue .swatch-text a, .blue .swatch-text .slat .slat-content.show-link h5, .slat .slat-content.show-link .blue .swatch-text h5 {
    color: #0055A5; }
.blue .l-section-header, .blue .swatch-before:before, .blue .swatch {
  background: #0055A5; }
.blue .button.swatch:hover, .blue .figure-callout a figcaption:hover, .blue .figure-callout a .slat .slat-content.show-link h5, .slat .slat-content.show-link .blue .figure-callout a h5, .blue .button-block:hover {
  background: #0271d8; }
.blue .swatch-border, .blue .swatch-border:after {
  border-color: #0055A5; }

.today-blue .swatch-transparent {
  background: #016dd1; }
.today-blue .accordion dd > a:before, .today-blue .accordion dd > .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .today-blue .accordion dd > h5:before, .today-blue .collapsible-group .title h3:before, .today-blue .swatch-text {
  color: #016dd1;
  color: #016dd1; }
  .today-blue .accordion dd > a:before a, .today-blue .accordion dd > a:before .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .today-blue .accordion dd > a:before h5:before, .today-blue .accordion dd > a:before .slat .slat-content.show-link h5, .slat .slat-content.show-link .today-blue .accordion dd > a:before h5, .today-blue .collapsible-group .title h3:before a, .today-blue .collapsible-group .title h3:before .slat .slat-content.show-link h5, .slat .slat-content.show-link .today-blue .collapsible-group .title h3:before h5, .today-blue .swatch-text a, .today-blue .swatch-text .slat .slat-content.show-link h5, .slat .slat-content.show-link .today-blue .swatch-text h5 {
    color: #016dd1; }
.today-blue .l-section-header, .today-blue .swatch-before:before, .today-blue .swatch {
  background: #016dd1; }
.today-blue .button.swatch:hover, .today-blue .figure-callout a figcaption:hover, .today-blue .figure-callout a .slat .slat-content.show-link h5, .slat .slat-content.show-link .today-blue .figure-callout a h5, .today-blue .button-block:hover {
  background: #2e9dfe; }
.today-blue .swatch-border, .today-blue .swatch-border:after {
  border-color: #016dd1; }

@media only screen and (min-width:63.963em) {
  .red .l-section-header {
    background: rgba(23, 35, 93, 0.9); }
  .green .swatch {
    background: #00594F; }
  .green .swatch-transparent {
    background: rgba(0, 89, 79, 0.9); }
  .green .swatch-text {
    color: #00594F; }
  .yellow .swatch {
    background: #1C304A; }
  .yellow .swatch-transparent {
    background: rgba(28, 48, 74, 0.9); }
  .yellow .swatch-text {
    color: #1C304A; }
  .blue .swatch {
    background: #0055A5; }
  .blue .swatch-transparent {
    background: rgba(0, 85, 165, 0.9); }
  .blue .swatch-text {
    color: #0055A5; }
  .today-blue .swatch {
    background: #016dd1; }
  .today-blue .swatch-transparent {
    background: rgba(1, 127, 245, 0.8); }
  .today-blue .swatch-text {
    color: #016dd1; } }

.l-header-transparent {
  padding: 2.7777777778rem 0 1.1111111111rem; }
  .l-header-transparent p {
    margin: 0;
    font-family: 'Proxima Nova Regular', sans-serif;}
  .l-header-transparent b {
    font-weight: normal;
    font-family: 'Proxima Nova Regular', sans-serif;}

.l-header-home {
  position: absolute;
  width: 65.5555555556rem; }

.l-banner-image, .l-banner-image-extended {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  max-height: 33.3333333333rem; }
  .l-banner-image img, .l-banner-image .l-banner-image-extended {
    max-width: 100%;
    width: 100%; }
  @media only screen and (min-width:63.963em) {
    .l-banner-image {
      margin-bottom: -10.6666666667rem; } }
  .l-banner-image.gradient-overlay:after, .gradient-overlay.l-banner-image-extended:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -owg(linear-gradient(bottom, #000, rgba(0, 0, 0, 0) 70%));
    background-image: -webkit(linear-gradient(bottom, #000, rgba(0, 0, 0, 0) 70%));
    background-image: -moz(linear-gradient(bottom, #000, rgba(0, 0, 0, 0) 70%));
    background-image: -o(linear-gradient(bottom, #000, rgba(0, 0, 0, 0) 70%));
    background-image: linear-gradient(bottom, #000, rgba(0, 0, 0, 0) 70%); }

.l-banner-image-extended {
  max-height: 40.5555555556rem; }
  .l-banner-image-extended img {
    display: block;
    margin: 0 auto;
    width: 100%; }
    @media only screen and (min-width:40.063em) {
      .l-banner-image-extended img {
        width: auto; } }

@media only screen and (min-width:63.963em) {
  .l-banner-image-extended + .l-wrapper {
    margin-top: -8rem; } }

.row {
  width: 94%; }

.l-wrapper {
  margin: 0 auto;
  max-width: 70rem; }

.l-header-generic {
  padding: 1.1111111111rem 0;
  background: url("/images/header-pattern.png") repeat-x 50% 0; }
  .l-header-generic h1 {
    margin: 0.5555555556rem 0 1rem; }

.l-container, .l-container-no-border {
  position: relative;
  margin-bottom: 2.2222222222rem;
  overflow: hidden; }
  .l-container.l-container-homepage, .l-container-no-border.l-container-homepage {
    overflow: visible; }
  .l-container:after, .l-container-no-border:after, .l-container:before, .l-container-no-border:before {
    height: 22.2222222222rem;
    content: '';
    background: transparent url("/images/container-pattern.png") repeat-y 0 100%;
    width: 2.35%;
    position: absolute;
    left: 0;
    bottom: 0; }
  .l-container:after, .l-container-no-border:after {
    background: transparent url("/images/container-pattern.png") repeat-y 0 100%;
    left: auto;
    right: 0; }
  .l-container.blank:after, .l-container-no-border.blank:after, .l-container.blank:before, .l-container-no-border.blank:before {
    background: transparent url("/images/container-pattern-bw.png") repeat-y 0 100%; }
  .l-container.blank .l-container-inner, .l-container-no-border.blank .l-container-inner {
    background: #fff url("/images/container-pattern-bw.png") repeat-x 0 100%; }
    .l-container.blank .l-container-inner:before, .l-container-no-border.blank .l-container-inner:before, .l-container.blank .l-container-inner:after, .l-container-no-border.blank .l-container-inner:after {
      background-image: -owg(linear-gradient(top, #ffffff rgba(255, 255, 255, 0)));
      background-image: -webkit(linear-gradient(top, #ffffff rgba(255, 255, 255, 0)));
      background-image: -moz(linear-gradient(top, #ffffff rgba(255, 255, 255, 0)));
      background-image: -o(linear-gradient(top, #ffffff rgba(255, 255, 255, 0)));
      background-image: linear-gradient(top, #ffffff rgba(255, 255, 255, 0)); }
  .l-container .l-container-inner, .l-container-no-border .l-container-inner {
    padding: 1.9444444444rem 0 1.6666666667rem;
    background: #ffffff url("/images/container-pattern.png") repeat-x 0 100%; }
    .l-container .l-container-inner:before, .l-container-no-border .l-container-inner:before, .l-container .l-container-inner:after, .l-container-no-border .l-container-inner:after {
      height: 22.2222222222rem;
      content: '';
      width: 2.35%;
      background-image: -owg(linear-gradient(top, #ffffff rgba(253, 246, 236, 0)));
      background-image: -webkit(linear-gradient(top, #ffffff rgba(253, 246, 236, 0)));
      background-image: -moz(linear-gradient(top, #ffffff rgba(253, 246, 236, 0)));
      background-image: -o(linear-gradient(top, #ffffff rgba(253, 246, 236, 0)));
      background-image: linear-gradient(top, #ffffff rgba(253, 246, 236, 0));
      position: absolute;
      left: 0;
      bottom: 0;
	  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
      background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
      background-image: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
      background-image: linear-gradient(top, #ffffff, rgba(255, 255, 255, 0)); }
    .l-container .l-container-inner:after, .l-container-no-border .l-container-inner:after {
      left: auto;
      right: 0;
      z-index: 10; }
  .l-container.gap, .l-container-no-border.gap {
    margin-bottom: 4.4444444444rem; }

.l-container-no-border:after, .l-container-no-border:before {
  background: transparent; }
.l-container-no-border .l-container-inner {
  background: #ffffff; }

.l-columns-3 {
  -webkit-columns: 20em 3;
  -moz-columns: 20em 3;
  -ms-columns: 20em 3;
  -o-columns: 20em 3;
  columns: 20em 3; }
  .l-columns-3 li {
    display: inline-block;
    width: 100%; }
  .l-columns-3.inside {
    margin-left: 0;
    list-style-position: inside; }
    .l-columns-3.inside li {
      display: list-item;
      width: auto;
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      -moz-page-break-inside: avoid;
      page-break-inside: avoid;
      padding-left: 1em;
      text-indent: -1em; }

.l-columns-2 {
  margin-left: 0;
  -webkit-columns: 10em 2;
  -moz-columns: 10em 2;
  -ms-columns: 10em 2;
  -o-columns: 10em 2;
  columns: 10em 2; }
  .l-columns-2 li {
    margin-left: 1rem; }

.l-section-header {
  position: relative;
  z-index: 10;
  padding: 0.8888888889rem 0; }
  .l-section-header:before, .l-section-header:after {
    content: " ";
    display: table; }
  .l-section-header:after {
    clear: both; }
  .l-section-header h1 {
    padding-top: 0.3333333333rem;
    color: white;
    margin: 0;
    float: left; }

.l-gutter {
  margin-bottom: 1.1111111111rem !important; }

.l-section {
  *zoom: 1;
  margin: 0 0 2.7777777778rem; }
  .l-section:after {
    content: "";
    display: table;
    clear: both; }

.l-last-left [class*="column"] + [class*="column"]:last-child {
  float: left; }

@media only screen and (min-width:63.963em) {
  .l-large-fifth {
    width: 20%;
    padding: 0.3888888889rem; } }

.l-hblock {
  padding-top: 2.22222222
  22rem;
  padding-bottom: 2.2222222222rem; }

.l-header {
  position: relative;
  font-family: "Proxima Nova Regular", sans-serif;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0px;
  background: #17235D url("/images/main-header-bg.png") no-repeat bottom center; }
  @media only screen and (min-width:63.963em) {
    .l-header {
      background: #17235D url("/images/main-header-bg.png") no-repeat center bottom 2.1111111111rem; }
      .l-header .l-wrapper {
        padding-bottom: 2.1111111111rem; } }
  @media only screen and (min-width:40.063em) {
    .l-header.header-open {
      background: #17235D url("/images/main-header-bg.png") no-repeat center bottom 2.1111111111rem; }
      .l-header.header-open .l-wrapper {
        padding-bottom: 2.1111111111rem; } }
  .l-header .l-wrapper.row {
    margin: 0;
    width: auto; }
    @media only screen and (min-width:63.963em) {
      .l-header .l-wrapper.row {
        margin: 0 auto; } }
    .l-header .l-wrapper.row a.toggleHeaderNav, .l-header .l-wrapper.row .slat .slat-content.show-link h5.toggleHeaderNav, .slat .slat-content.show-link .l-header .l-wrapper.row h5.toggleHeaderNav {
      display: inline-block;
      position: absolute;
      z-index: 10;
      top: 1.1111111111rem;
      right: 1.1111111111rem;
      font-size: 1.1111111111rem;
      font-weight: bold;
      padding: 0.4444444444rem 0.5555555556rem 0.2222222222rem 0.5555555556rem;
      background: #013e77;
      color: #7fa1b7; }
      .l-header .l-wrapper.row a.toggleHeaderNav:hover, .l-header .l-wrapper.row .slat .slat-content.show-link h5.toggleHeaderNav:hover, .slat .slat-content.show-link .l-header .l-wrapper.row h5.toggleHeaderNav:hover {
        color: #fff; }
      @media only screen and (min-width:40.063em) {
        .l-header .l-wrapper.row a.toggleHeaderNav {
          display: none; } }
    .l-header .l-wrapper.row > .columns {
      margin-top: 0; }
      @media only screen and (min-width:63.963em) {
        .l-header .l-wrapper.row > .columns {
          margin-top: 1.2222222222rem; } }
      @media only screen and (min-width:40.063em) and (max-width:63.9em) {
        .l-header .l-wrapper.row > .columns.utility-links, .l-header .l-wrapper.row > .columns.quick-links {
          margin-top: 1.1111111111rem;
          margin-bottom: 4rem; } }
      @media only screen and (max-width: 40em) {
        .l-header .l-wrapper.row > .columns.quick-links, .l-header .l-wrapper.row > .columns.l-main-nav {
          margin-top: 1rem; } }
    .l-header .l-wrapper.row .logo {
      text-align: center;
      margin-top: 0;
      padding-top: 2.2222222222rem;
      padding-bottom: 1.6666666667rem;
      background-image: -owg(linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(2, 33, 105, 0.1) 60%));
      background-image: -webkit(linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(2, 33, 105, 0.1) 60%));
      background-image: -moz(linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(2, 33, 105, 0.1) 60%));
      background-image: -o(linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(2, 33, 105, 0.1) 60%));
      background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(2, 33, 105, 0.1) 60%); }
      @media only screen and (min-width:40.063em) and (max-width:63.9em) {
        .l-header .l-wrapper.row .logo {
          padding-bottom: 0; } }
      .l-header .l-wrapper.row .logo a, .l-header .l-wrapper.row .logo .slat .slat-content.show-link h5, .slat .slat-content.show-link .l-header .l-wrapper.row .logo h5 {
        width: 225px;
        height: 100px;
        max-width: 100%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline; }
        html.svg .l-header .l-wrapper.row .logo a, html.svg .l-header .l-wrapper.row .logo .slat .slat-content.show-link h5, .slat .slat-content.show-link html.svg .l-header .l-wrapper.row .logo h5 {
          text-indent: -119988px;
          overflow: hidden;
          text-align: left;
          background-image: url("/images/logo.svg");
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: contain; }
        html.no-svg .l-header .l-wrapper.row .logo a, html.no-svg .l-header .l-wrapper.row .logo .slat .slat-content.show-link h5, .slat .slat-content.show-link html.no-svg .l-header .l-wrapper.row .logo h5 {
          color: white;
          font-family: serif;
          font-size: 30px; }
        @media only screen and (max-width: 40em) {
          .l-header .l-wrapper.row .logo a {
            margin-top: 30px; } }
    .l-header .l-wrapper.row .quicklink-buttons {
      padding-top: 1.1111111111rem; }
      @media only screen and (min-width:40.063em) {
        .l-header .l-wrapper.row .quicklink-buttons {
          padding-top: 0; } }
    .l-header .l-wrapper.row h6, .l-header .l-wrapper.row .today-events li .event-heading p, .today-events li .event-heading .l-header .l-wrapper.row p {
      font-family: "Proxima Nova Regular", sans-serif;
      color: #7fa1b7;
      text-transform: uppercase;
      margin-bottom: 0; }
      .l-header .l-wrapper.row h6.static-dropdown, .l-header .l-wrapper.row .today-events li .event-heading p.static-dropdown, .today-events li .event-heading .l-header .l-wrapper.row p.static-dropdown {
        color: white; }
    .l-header .l-wrapper.row ul {
      list-style: none;
      margin: 0 0 1.1111111111rem 0;
      padding: 0; }
      .l-header .l-wrapper.row ul li {
        margin-bottom: 0;
        line-height: 0.8888888889rem; }
    .l-header .l-wrapper.row .utility-links, .l-header .l-wrapper.row .utility-links a, .l-header .l-wrapper.row .utility-links .slat .slat-content.show-link h5, .slat .slat-content.show-link .l-header .l-wrapper.row .utility-links h5 {
      color: #fff;
      font-size: 0.7777777778rem; }
    .l-header .l-wrapper.row .utility-links a:hover, .l-header .l-wrapper.row .utility-links .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .l-header .l-wrapper.row .utility-links h5:hover, .l-header .l-wrapper.row a.utility-links:hover, .l-header .l-wrapper.row .slat .slat-content.show-link h5.utility-links:hover, .slat .slat-content.show-link .l-header .l-wrapper.row h5.utility-links:hover {
      text-decoration: underline; }
    .l-header .l-wrapper.row a.button, .l-header .l-wrapper.row .slat .slat-content.show-link h5.button, .slat .slat-content.show-link .l-header .l-wrapper.row h5.button {
      display: block;
      max-width: 6.1111111111rem;
      padding: 0.2222222222rem 0.5555555556rem;
      margin-bottom: 0.2222222222rem;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      text-shadow: 0px 0px 0px;
      font-family: "Proxima Nova Regular",serif;
      font-size: 0.7777777778rem;
      text-align: left;
      overflow: hidden; }
      .l-header .l-wrapper.row a.button:after, .l-header .l-wrapper.row .slat .slat-content.show-link h5.button:after, .slat .slat-content.show-link .l-header .l-wrapper.row h5.button:after {
        float: right;
        font-family: FontAwesome;
        content: '\f105';
        margin-top: 0.1111111111rem; }
    @media only screen and (min-width:40.063em) {
      .l-header .l-wrapper.row .resources {
        margin-left: 0.8333333333rem; } }
    @media only screen and (min-width:63.963em) {
      .l-header .l-wrapper.row .resources {
        margin-left: 1.6666666667rem; } }
    @media only screen and (min-width:63.963em) {
      .l-header .l-wrapper.row .search-container {
        margin-left: 1.6666666667rem; } }
    .l-header .l-wrapper.row .search-container .search-inner {
      background-color: #033a73;
      margin: 0.2777777778rem 0; }
    .l-header .l-wrapper.row .search-container input:focus, .l-header .l-wrapper.row .search-container input {
      background: transparent;
      border: none;
      padding: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      color: white;
      margin: 0 0.2777777778rem;
      font-size: 0.7777777778rem; }
    .l-header .l-wrapper.row .search-container a.button-search span, .l-header .l-wrapper.row .search-container a.button-search .slat .slat-content.show-link h5.button-search, .slat .slat-content.show-link .l-header .l-wrapper.row .search-container a.button-search h5.button-search {
      padding-left: 0; }
    .l-header .l-wrapper.row .search-container a.button-search:after, .l-header .l-wrapper.row .search-container .slat .slat-content.show-link h5.button-search:after, .slat .slat-content.show-link .l-header .l-wrapper.row .search-container h5.button-search:after {
      margin-top: 0.2777777778rem;
      font-size: 0.7777777778rem; }
    .l-header .l-wrapper.row .search-container ::-webkit-input-placeholder {
      color: white;
      font-style: italic; }
    .l-header .l-wrapper.row .search-container :-moz-placeholder {
      /* Firefox 18- */
      color: white;
      font-style: italic; }
    .l-header .l-wrapper.row .search-container ::-moz-placeholder {
      /* Firefox 19+ */
      color: white;
      font-style: italic; }
    .l-header .l-wrapper.row .search-container :-ms-input-placeholder {
      color: white;
      font-style: italic; }
    .l-header .l-wrapper.row .search-container a:not(.button-search), .l-header .l-wrapper.row .search-container .slat .slat-content.show-link h5:not(.button-search), .slat .slat-content.show-link .l-header .l-wrapper.row .search-container h5:not(.button-search) {
      display: block;
      margin-bottom: 0.3rem; }
    .l-header .l-wrapper.row a.athletics, .l-header .l-wrapper.row .slat .slat-content.show-link h5.athletics, .slat .slat-content.show-link .l-header .l-wrapper.row h5.athletics, .l-header .l-wrapper.row a.alumni, .l-header .l-wrapper.row .slat .slat-content.show-link h5.alumni, .slat .slat-content.show-link .l-header .l-wrapper.row h5.alumni {
      border-bottom: #c4e2ff 1px dotted;
      display: block;
      line-height: 1.4444444444rem; }
      @media only screen and (min-width:40.063em) {
        .l-header .l-wrapper.row a.athletics, .l-header .l-wrapper.row a.alumni {
          max-width: 6.1111111111rem; } }
      .l-header .l-wrapper.row a.athletics:hover, .l-header .l-wrapper.row .slat .slat-content.show-link h5.athletics:hover, .slat .slat-content.show-link .l-header .l-wrapper.row h5.athletics:hover, .l-header .l-wrapper.row a.alumni:hover, .l-header .l-wrapper.row .slat .slat-content.show-link h5.alumni:hover, .slat .slat-content.show-link .l-header .l-wrapper.row h5.alumni:hover {
        text-decoration: none; }
      .l-header .l-wrapper.row a.athletics:before, .l-header .l-wrapper.row .slat .slat-content.show-link h5.athletics:before, .slat .slat-content.show-link .l-header .l-wrapper.row h5.athletics:before, .l-header .l-wrapper.row a.alumni:before, .l-header .l-wrapper.row .slat .slat-content.show-link h5.alumni:before, .slat .slat-content.show-link .l-header .l-wrapper.row h5.alumni:before {
        margin-bottom: -5px; }
    .l-header .l-wrapper.row a.alumni:before, .l-header .l-wrapper.row .slat .slat-content.show-link h5.alumni:before, .slat .slat-content.show-link .l-header .l-wrapper.row h5.alumni:before {
      font-family: FontAwesome;
      content: '\f19d';
      margin-right: 0.2777777778rem;
      font-size: 1rem;
      display: inline-block;
      margin-top: 5px; }
    .l-header .l-wrapper.row a.athletics:before, .l-header .l-wrapper.row .slat .slat-content.show-link h5.athletics:before, .slat .slat-content.show-link .l-header .l-wrapper.row h5.athletics:before {
      content: '';
      display: inline-block;
      margin-right: 0.2777777778rem;
      margin-top: 5px;
      width: 1.2222222222rem;
      height: 1.2222222222rem;
      background: url("/images/owl-icon-white.svg") no-repeat center center;
      background-size: cover; }

li.today, .l-main-nav nav ul li.today {
  background: #016dd1; }
  li.today a, li.today .l-main-nav nav ul li.today, .l-main-nav nav ul li.today li.today, li.today .slat .slat-content.show-link h5, .slat .slat-content.show-link li.today h5 {
    color: #fff; }
    li.today a:hover, li.today .l-main-nav nav ul li.today, .l-main-nav nav ul li.today li.today, li.today .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link li.today h5:hover {
      color: #fff; }
    li.today a:before, li.today .l-main-nav nav ul li.today, .l-main-nav nav ul li.today li.today, li.today .slat .slat-content.show-link h5:before, .slat .slat-content.show-link li.today h5:before {
      font-family: FontAwesome;
      content: '\f073';
      margin-right: 0.5555555556rem; }
    li.today a:hover, li.today .l-main-nav nav ul li.today, .l-main-nav nav ul li.today li.today, li.today .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link li.today h5:hover {
      background: #138cfd;
      -webkit-transition-property: background;
      -moz-transition-property: background;
      -o-transition-property: background;
      transition-property: background;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }

.l-main-nav {
  background: #fff;
  display: none;
  text-shadow: none; }
  @media only screen and (min-width:40.063em) {
    .l-main-nav {
      margin-top: 0 !important;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; } }
  .l-main-nav nav {
    height: 100%; }
    .l-main-nav nav ul {
      *zoom: 1;
      margin: 0 !important; }
      .l-main-nav nav ul:after {
        content: "";
        display: table;
        clear: both; }
      @media only screen and (max-width: 40em) {
        .l-main-nav nav ul {
          margin: 0 -1.1111111111rem 0 -1.1111111111rem !important; } }
      @media only screen and (min-width:40.063em) {
        .l-main-nav nav ul {
          text-align: center; } }
      .l-main-nav nav ul li {
        list-style: none;
        margin: 0; }
        @media only screen and (min-width:40.063em) {
          .l-main-nav nav ul li {
            display: inline-block;
            line-height: inherit !important; } }
        .l-main-nav nav ul li a, .l-main-nav nav ul li .slat .slat-content.show-link h5, .slat .slat-content.show-link .l-main-nav nav ul li h5 {
          display: block;
          color: #17235D;
          padding: 0.4777777778rem 1.3888888889rem;
          padding-top: 0.5555555556rem;
          -webkit-transition-property: color;
          -moz-transition-property: color;
          -o-transition-property: color;
          transition-property: color;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: ease-out;
          -moz-transition-timing-function: ease-out;
          -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          font-family: "Proxima Nova Semi Bold",sans-serif;
          font-size: 0.9999999999rem;
          font-weight: normal; }
          .l-main-nav nav ul li a:hover, .l-main-nav nav ul li .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .l-main-nav nav ul li h5:hover {
            color: #0055A5; }
        .l-main-nav nav ul li.selected a, .l-main-nav nav ul li.selected .slat .slat-content.show-link h5, .slat .slat-content.show-link .l-main-nav nav ul li.selected h5 {
          color: #8D734A; }
          .l-main-nav nav ul li.selected a:hover, .l-main-nav nav ul li.selected .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .l-main-nav nav ul li.selected h5:hover {
            color: #7B6440; }
        .l-main-nav nav ul li.today a, .l-main-nav nav ul li.today .l-main-nav nav ul li.today, .l-main-nav nav ul .l-main-nav nav ul li.today li.today, .l-main-nav nav ul li.today .slat .slat-content.show-link h5, .slat .slat-content.show-link .l-main-nav nav ul li.today h5, .l-main-nav nav ul li.today.selected a, .l-main-nav nav ul li.today.selected .l-main-nav nav ul li.selected.today, .l-main-nav nav ul .l-main-nav nav ul li.today.selected li.selected.today, .l-main-nav nav ul li.today.selected .slat .slat-content.show-link h5, .slat .slat-content.show-link .l-main-nav nav ul li.today.selected h5 {
          color: #fff; }
          .l-main-nav nav ul li.today a:hover, .l-main-nav nav ul li.today .l-main-nav nav ul li.today, .l-main-nav nav ul .l-main-nav nav ul li.today li.today, .l-main-nav nav ul li.today .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .l-main-nav nav ul li.today h5:hover, .l-main-nav nav ul li.today.selected a:hover, .l-main-nav nav ul li.today.selected .l-main-nav nav ul li.selected.today, .l-main-nav nav ul .l-main-nav nav ul li.today.selected li.selected.today, .l-main-nav nav ul li.today.selected .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .l-main-nav nav ul li.today.selected h5:hover {
            color: #fff; }

.search-container input:focus, .search-container input {
  padding: 0 0.5555555556rem;
  margin: 0 0.2777777778rem;
  font-size: 1rem; }
.search-container a.button-search, .search-container .slat .slat-content.show-link h5.button-search, .slat .slat-content.show-link .search-container h5.button-search {
  display: inline-block; }
  .search-container a.button-search span, .search-container a.button-search .slat .slat-content.show-link h5.button-search, .slat .slat-content.show-link .search-container a.button-search h5.button-search {
    padding-left: 0.5555555556rem;
    display: inline-block;
    text-indent: -9999px; }
  .search-container a.button-search:after, .search-container .slat .slat-content.show-link h5.button-search:after, .slat .slat-content.show-link .search-container h5.button-search:after {
    display: inline-block;
    width: 1.6666666667rem;
    height: 1.3888888889rem;
    margin-top: 0.2777777778rem;
    text-align: center;
    font-size: 1.2222222222rem;
    font-style: normal;
    font-family: FontAwesome;
    content: '\f002'; }

.breadcrumbs {
  background-color: #ece6dc;
  border: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0; }
  .breadcrumbs li {
    padding: 0.5rem 0.8rem 0.5rem;
    position: relative; }
    .breadcrumbs li:before {
      display: none; }
    @media only screen and (min-width:40.063em) {
      .breadcrumbs li:not(:first-child):not(:last-child):before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        top: -1px;
        right: -20px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #fff; }
      .breadcrumbs li:not(:first-child):not(:last-child):after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: -1px;
        right: -5px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #ece6dc; } }
    .breadcrumbs li a, .breadcrumbs li .slat .slat-content.show-link h5, .slat .slat-content.show-link .breadcrumbs li h5 {
      text-transform: none;
      font-size: 0.8888888889rem; }
    .breadcrumbs li.today a, .breadcrumbs li.today .l-main-nav nav ul li.today, .l-main-nav nav ul .breadcrumbs li.today li.today, .breadcrumbs li.today .slat .slat-content.show-link h5, .slat .slat-content.show-link .breadcrumbs li.today h5 {
      font-family: 'Proxima Nova Regular', sans-serif;}

.header-collapse {
  display: none; }
  @media only screen and (min-width:40.063em) {
    .header-collapse {
      display: block; } }

.l-footer {
  background-position: bottom center;
  background-size: cover;
  color: #fff;
  margin-top: -27.7777777778rem;
  text-align: center;
  position: relative;
  z-index: -1; }
  @media only screen and (max-width: 40em) {
    .l-footer ul {
      list-style: none; } }
  @media only screen and (min-width:40.063em) {
    .l-footer {
      text-align: left; } }
  .l-footer h1, .l-footer h2, .l-footer h3, .l-footer h4, .l-footer h5, .l-footer h6, .l-footer .today-events li .event-heading p, .today-events li .event-heading .l-footer p {
    color: #fff; }
  .l-footer a, .l-footer .slat .slat-content.show-link h5, .slat .slat-content.show-link .l-footer h5 {
    color: white; }
    .l-footer a:hover, .l-footer .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .l-footer h5:hover {
      color: white; }
    .l-footer a:hover, .l-footer .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .l-footer h5:hover {
      text-decoration: underline; }
  .l-footer .l-footer-inner {
    background-image: -owg(linear-gradient(#4e77a3 150px, rgba(255, 255, 255, 0) 25%));
    background-image: -webkit(linear-gradient(#4e77a3 150px, rgba(255, 255, 255, 0) 25%));
    background-image: -moz(linear-gradient(#4e77a3 150px, rgba(255, 255, 255, 0) 25%));
    background-image: -o(linear-gradient(#4e77a3 150px, rgba(255, 255, 255, 0) 25%));
    background-image: linear-gradient(#4e77a3 150px, rgba(255, 255, 255, 0) 25%);
    padding: 27.7777777778rem 0; }
    .l-footer .l-footer-inner .l-wrapper {
      max-width: 55.5555555556rem; }
      .l-footer .l-footer-inner .l-wrapper .row {
        width: 100%; }
      .l-footer .l-footer-inner .l-wrapper h3.footer-heading {
        border-bottom: #fff 1px dashed;
        font-family: 'Proxima Nova Regular', sans-serif;text-align: center;
        padding-bottom: 1.6666666667rem;
        margin-bottom: 1.6666666667rem; }
        .l-footer .l-footer-inner .l-wrapper h3.footer-heading span {
          font-style: italic;
          font-weight: normal;
          font-family: 'Proxima Nova Regular', sans-serif;}
        .l-footer .l-footer-inner .l-wrapper h3.footer-heading a, .l-footer .l-footer-inner .l-wrapper h3.footer-heading .slat .slat-content.show-link h5, .slat .slat-content.show-link .l-footer .l-footer-inner .l-wrapper h3.footer-heading h5 {
          display: inline-block;
          background: rgba(255, 255, 255, 0.2);
          font-family: 'Proxima Nova Thin', serif;margin-left: 0.5555555556rem;
          padding: 0.2777777778rem 0.8333333333rem;
          -webkit-transition-property: background;
          -moz-transition-property: background;
          -o-transition-property: background;
          transition-property: background;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: ease-out;
          -moz-transition-timing-function: ease-out;
          -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
          .l-footer .l-footer-inner .l-wrapper h3.footer-heading a:hover, .l-footer .l-footer-inner .l-wrapper h3.footer-heading .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .l-footer .l-footer-inner .l-wrapper h3.footer-heading h5:hover {
            text-decoration: none;
            background: rgba(1, 127, 245, 0.4); }
          .l-footer .l-footer-inner .l-wrapper h3.footer-heading a:after, .l-footer .l-footer-inner .l-wrapper h3.footer-heading .slat .slat-content.show-link h5:after, .slat .slat-content.show-link .l-footer .l-footer-inner .l-wrapper h3.footer-heading h5:after {
            display: inline-block;
            content: "\f105";
            font-family: FontAwesome;
            margin-left: 0.3888888889rem; }
      .l-footer .l-footer-inner .l-wrapper p, .l-footer .l-footer-inner .l-wrapper li {
        font-size: 0.8888888889rem; }
        .l-footer .l-footer-inner .l-wrapper p.close, .l-footer .l-footer-inner .l-wrapper li.close {
          margin-bottom: 0; }
      .l-footer .l-footer-inner .l-wrapper h5 {
        font-family: "Proxima Nova Regular", sans-serif;
        text-transform: uppercase;
        font-size: 0.8888888889rem; }
      .l-footer .l-footer-inner .l-wrapper ul {
        margin-left: 1.1rem; }
        .l-footer .l-footer-inner .l-wrapper ul.social-icons {
          margin-bottom: 0;
          margin-left: -0.2777777778rem;
          *zoom: 1; }
          .l-footer .l-footer-inner .l-wrapper ul.social-icons:after {
            content: "";
            display: table;
            clear: both; }
          .l-footer .l-footer-inner .l-wrapper ul.social-icons li {
            display: inline-block;
            font-size: 0.7777777778rem; }
            @media only screen and (min-width:40.063em) {
              .l-footer .l-footer-inner .l-wrapper ul.social-icons li {
                float: left;
                display: block; } }
            .l-footer .l-footer-inner .l-wrapper ul.social-icons li a:after, .l-footer .l-footer-inner .l-wrapper ul.social-icons li .slat .slat-content.show-link h5:after, .slat .slat-content.show-link .l-footer .l-footer-inner .l-wrapper ul.social-icons li h5:after {
              display: none; }
            .l-footer .l-footer-inner .l-wrapper ul.social-icons li span.fa-stack i.fa-circle {
              color: rbga(#fff, 0.5); }
            .l-footer .l-footer-inner .l-wrapper ul.social-icons li span.fa-stack i.fa-stack-1x {
              color: #5C83AD; }
        .l-footer .l-footer-inner .l-wrapper ul.social-link-list {
          margin-left: 0; }
          .l-footer .l-footer-inner .l-wrapper ul.social-link-list li {
            list-style: none; }
        .l-footer .l-footer-inner .l-wrapper ul li {
          margin-bottom: 0.2777777778rem; }
          .l-footer .l-footer-inner .l-wrapper ul li a:after, .l-footer .l-footer-inner .l-wrapper ul li .slat .slat-content.show-link h5:after, .slat .slat-content.show-link .l-footer .l-footer-inner .l-wrapper ul li h5:after {
            content: '»';
            margin-left: 0.2777777778rem;
            display: inline-block;
            text-decoration: none; }

.l-panel-events {
  height: inherit;
  margin-top: -0.2222222222rem;
  background: #ece6dc;
  padding: 0.5555555556rem 1.6666666667rem;
  padding-top: 0.2777777778rem; }
  .l-panel-events h2 {
    margin-bottom: 0.6666666667rem; }

.l-panel-tags {
  background: #ece6dc;
  margin-bottom: 1.6666666667rem; }
  .l-panel-tags header, .l-panel-tags .content {
    padding: 0.8333333333rem 1.1111111111rem; }
  .l-panel-tags header {
    background-color: #016dd1; }
    .l-panel-tags header * {
      color: white; }
  .l-panel-tags .tag {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: 'Proxima Nova Regular', sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.1111111111rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.3333333333rem;
    padding-right: 0.6666666667rem;
    padding-bottom: 0.3888888889rem;
    padding-left: 0.6666666667rem;
    font-size: 1.1111111111rem;
    background-color: #b39e6a;
    border-color: #c2b188;
    color: #fff;
    transition: background-color 300ms ease-out;
    font-family: 'Geometria';
    font-size: 1rem;
    text-align: left;
    margin: 0 0 0.3333333333rem 0; }
    .l-panel-tags .tag:hover, .l-panel-tags .l-panel-tags .tag.active, .l-panel-tags .l-panel-tags .tag.active, .l-panel-tags .tag:focus {
      background-color: #c2b188; }
    .l-panel-tags .tag:hover, .l-panel-tags .l-panel-tags .tag.active, .l-panel-tags .l-panel-tags .tag.active, .l-panel-tags .tag:focus {
      color: #fff; }

.hidden {
  display: none; }

.hide-for-small-initially {
  display: none; }
  @media only screen and (min-width:40.063em) {
    .hide-for-small-initially {
      display: inherit; } }

body.cke_editable {
  background: #ffffff;
  padding: 1.1111111111rem; }

figure {
  margin: 0 0 1.1111111111rem;
  position: relative; }
  figure figcaption {
    line-height: 1.35;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1.1111111111rem;
    color: white;
    background: rgba(2, 33, 105, 10); }
    figure figcaption a, figure figcaption .slat .slat-content.show-link h5, .slat .slat-content.show-link figure figcaption h5 {
      color: white; }
      figure figcaption a:hover, figure figcaption .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link figure figcaption h5:hover {
        color: white; }
      figure figcaption a:hover, figure figcaption .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link figure figcaption h5:hover {
        text-decoration: underline; }
  @media (min-width: 420px) {
    figure.left, figure.right {
      max-width: 50%; }
    figure.left {
      margin: 0 1.1111111111rem 1.1111111111rem 0;
      float: left; }
    figure.right {
      margin: 0 0 1.1111111111rem 1.1111111111rem;
      float: right; } }
  @media only screen and (min-width:40.063em) {
    figure.left, figure.right {
      max-width: 40%; } }
  figure.event-figure {
    min-height: 7.3888888889rem; }
    figure.event-figure figcaption {
      position: absolute;
      top: 0;
      bottom: auto; }
      figure.event-figure figcaption * {
        color: white; }
  figure.aligned-caption {
    display: table; }
    figure.aligned-caption img {
      display: block;
      max-width: 100%; }
    figure.aligned-caption figcaption {
      display: table-caption;
      caption-side: bottom; }

.stat, dl.fact-callout dt, .figure-split b, .figure-split strong {
  font-size: 120%;
  font-family: 'Proxima Nova Regular', serif;line-height: 1; }

.font-secondary {
  font-family: "Geometria", sans-serif; }
  .font-secondary p {
    font-family: "Geometria", sans-serif; }

.back-to-top {
  margin-left: 0.8333333333rem;
  font-size: 1rem; }

.home-hr {
  position: relative;
  float: right;
  top: -8.3333333333rem;
  bottom: auto; }
  .home-hr h1 {
    margin: 0 auto;
    font-family: 'Proxima Nova Regular', serif;font-size: 0.5em; }
  .home-hr span {
    display: block;
    position: absolute;
    font-family: 'Proxima Nova Regular', serif;}
    .home-hr span:first-child {
      font-size: 2.5625em;
      right: 5.7073170732em;
      top: 0.2195121951em; }
    .home-hr span:nth-child(2) {
      font-family: 'Proxima Nova Regular', serif;top: 0.3529411765em;
      font-size: 5.3125em;
      right: 2.4588235294em; }
    .home-hr span:last-child {
      font-size: 4.5625em;
      right: 0.2739726027em;
      top: 1.4931506849em; }
  .home-hr img {
    width: 12rem; }
  @media only screen and (min-width:40.063em) {
    .home-hr {
      top: -12rem; }
      .home-hr h1 {
        font-size: 0.7em; }
      .home-hr img {
        width: 21rem; } }
  @media only screen and (min-width: 1169px) {
    .home-hr {
      top: -15rem; }
      .home-hr h1 {
        font-size: 1em; } }

.underline {
  border-bottom: 1px dashed #212120; }

h1 {
  color: white; }

h1, h2, h3 {
  font-family: "Proxima Nova Semi Bold", sans-serif; }

h1.small {
  font-size: 2.6666666667rem; }

h4 {
  font-family: "Proxima Nova Thin", sans-serif; }

h5 {
  font-weight: bold; }
  h5.byline {
    margin-top: 1.1111111111rem;
    font-family: 'Proxima Nova Regular', serif;font-size: 1.1111111111rem;
    font-weight: normal; }

h6, .today-events li .event-heading p {
  text-transform: uppercase; }
  h6.clean, .today-events li .event-heading p.clean {
    text-transform: none;
    font-size: 1rem;
    margin: 0;
    font-weight: bold; }

h2.underline {
  font-size: 1.7777777778rem;
  padding-bottom: 0.3333333333rem;
  margin-bottom: 1.1111111111rem; }
h2.small {
  font-size: 1.7777777778rem; }

blockquote {
  font-family: 'Proxima Nova Regular', serif;position: relative; }
  blockquote p {
    margin-bottom: 0.5rem; }
    blockquote p:after, blockquote p:before {
      color: #146692; }
    blockquote p:after {
      margin: 0 0.2777777778rem;
      content: "\201D"; }
    blockquote p:before {
      position: absolute;
      content: "\201C";
      top: 0.4444444444rem;
      left: 0.4444444444rem; }

.more:after, ul.list-more a:after, .slat .slat-content.show-link h5:after, ul.list-nav ul a:after, .list-nav ul, .slat .slat-content.show-link h5:after, .links-more a:after, .slat .slat-content.show-link h5:after, .navigation > li a:after, .slat .slat-content.show-link h5:after, button:after, .button:after, .price-table header a:after, .slat .slat-content.show-link h5:after {
  content: "\BB";
  margin-left: 0.2777777778rem; }

.no-hover:hover {
  text-decoration: none !important; }

ol.no-decoration, li.no-decoration {
  list-style: none; }

li {
  margin-bottom: 0.3888888889rem; }

ul.list-more {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

ul.list-nav, .list-nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  ul.list-nav.tight > li, ul.list-nav.tight > .list-nav ul.tight, .list-nav ul.list-nav.tight > ul.tight {
    padding-bottom: 0; }
  ul.list-nav > li, ul.list-nav > .list-nav ul, .list-nav ul.list-nav > ul {
    margin: 0.2777777778rem 0;
    font-size: 1.1111111111rem; }
    ul.list-nav > li > a, ul.list-nav > li > .list-nav ul, .list-nav ul.list-nav > li > ul, ul.list-nav > li > .slat .slat-content.show-link h5, .slat .slat-content.show-link ul.list-nav > li > h5 {
      position: relative;
      padding-left: 0.8888888889rem;
      display: inline-block; }
      ul.list-nav > li > a:before, ul.list-nav > li > .list-nav ul, .list-nav ul.list-nav > li > ul, ul.list-nav > li > .slat .slat-content.show-link h5:before, .slat .slat-content.show-link ul.list-nav > li > h5:before {
        font-size: 1.2222222222rem;
        position: absolute;
        top: 0;
        line-height: 1;
        left: 0;
        content: '\003E'; }
  ul.list-nav ul, ul.list-nav .list-nav ul, .list-nav ul.list-nav ul {
    list-style: disc;
    list-style-position: inside;
    margin-left: 1rem; }
    ul.list-nav ul a, ul.list-nav ul .list-nav ul, .list-nav ul.list-nav ul ul, ul.list-nav ul .slat .slat-content.show-link h5, .slat .slat-content.show-link ul.list-nav ul h5 {
      font-size: 0.8888888889rem;
      padding-left: 0; }
      ul.list-nav ul a:before, ul.list-nav ul .list-nav ul, .list-nav ul.list-nav ul ul, ul.list-nav ul .slat .slat-content.show-link h5:before, .slat .slat-content.show-link ul.list-nav ul h5:before {
        content: ''; }
    ul.list-nav ul li, ul.list-nav ul .list-nav ul, .list-nav ul.list-nav ul ul {
      margin: 0; }

.links-more a[href*="mailto"]:after, .links-more .slat .slat-content.show-link h5[href*="mailto"]:after, .slat .slat-content.show-link .links-more h5[href*="mailto"]:after {
  content: ''; }

.link-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 2.2222222222rem; }
  .link-list li {
    padding-left: 0.6666666667rem;
    position: relative;
    margin: 0.2222222222rem 0;
    font-size: 1rem;
    line-height: 1.1; }
    .link-list li:before {
      content: '\2022';
      position: absolute;
      left: 0;
      top: 0;
      color: #1471d2; }

ul.no-bullets {
  list-style: none;
  margin-left: 0; }

ul.academics-list {
  margin-left: 0; }
  ul.academics-list li {
    list-style: none; }
  ul.academics-list > li {
    font-weight: bold; }
    ul.academics-list > li > ul > li {
      font-weight: normal;
      padding-left: 0.6666666667rem;
      position: relative;
      margin: 0.2222222222rem 0; }
      ul.academics-list > li > ul > li:before {
        content: '\2022';
        position: absolute;
        left: 0;
        top: 0;
        color: #1471d2; }

.navigation {
  list-style: none;
  margin-left: 0;
  margin-bottom: 2.2222222222rem; }
  .navigation.navigation-small li {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.1; }
    .navigation.navigation-small li a, .navigation.navigation-small li .slat .slat-content.show-link h5, .slat .slat-content.show-link .navigation.navigation-small li h5 {
      font-weight: normal; }
  .navigation.navigation-small ul {
    margin-left: 0; }
  .navigation ul {
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 0.5555555556rem; }
  .navigation li {
    font-size: 1.1111111111rem; }
    .navigation li.selected:before {
      color: #8D734A; }
    .navigation li.selected > a, .navigation li.selected > .slat .slat-content.show-link h5, .slat .slat-content.show-link .navigation li.selected > h5 {
      color: #8D734A; }
      .navigation li.selected > a:hover, .navigation li.selected > .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .navigation li.selected > h5:hover {
        color: #8D734A; }
  .navigation > li {
    padding: 0; }
    .navigation > li:first-child > a, .navigation > li:first-child > .slat .slat-content.show-link h5, .slat .slat-content.show-link .navigation > li:first-child > h5 {
      display: inline-block;
      font-size: 1.4444444444rem;
      font-family: 'Proxima Nova Regular', serif;margin-bottom: 1.1111111111rem; }
    .navigation > li:before {
      content: '';
      display: none; }
    .navigation > li > ul {
      margin-left: 0; }
    .navigation > li a[href="#"], .navigation > li .slat .slat-content.show-link h5[href="#"], .slat .slat-content.show-link .navigation > li h5[href="#"] {
      position: relative;
      padding-left: 1.4444444444rem;
      display: block;
      color: #1471d2; }
      .navigation > li a[href="#"]:hover, .navigation > li .slat .slat-content.show-link h5[href="#"]:hover, .slat .slat-content.show-link .navigation > li h5[href="#"]:hover {
        color: #1471d2; }
      .navigation > li a[href="#"]:before, .navigation > li .slat .slat-content.show-link h5[href="#"]:before, .slat .slat-content.show-link .navigation > li h5[href="#"]:before {
        font-family: FontAwesome;
        content: '\f0fe';
        margin-right: 0.8333333333rem;
        position: absolute;
        left: 0;
        top: 0; }
      .navigation > li a[href="#"].is-open, .navigation > li .slat .slat-content.show-link h5[href="#"].is-open, .slat .slat-content.show-link .navigation > li h5[href="#"].is-open {
        color: #8D734A; }
        .navigation > li a[href="#"].is-open:hover, .navigation > li .slat .slat-content.show-link h5[href="#"].is-open:hover, .slat .slat-content.show-link .navigation > li h5[href="#"].is-open:hover {
          color: #8D734A; }
        .navigation > li a[href="#"].is-open:before, .navigation > li .slat .slat-content.show-link h5[href="#"].is-open:before, .slat .slat-content.show-link .navigation > li h5[href="#"].is-open:before {
          content: '\f146';
          color: #8D734A; }
        .navigation > li a[href="#"].is-open + ul, .navigation > li a[href="#"].is-open + .slat .slat-content.show-link h5[href="#"].is-open, .slat .slat-content.show-link .navigation > li a[href="#"].is-open + h5[href="#"].is-open {
          display: block; }
      .navigation > li a[href="#"]:after, .navigation > li .slat .slat-content.show-link h5[href="#"]:after, .slat .slat-content.show-link .navigation > li h5[href="#"]:after {
        content: '';
        display: none; }
      .navigation > li a[href="#"] + ul, .navigation > li a[href="#"] + .slat .slat-content.show-link h5[href="#"], .slat .slat-content.show-link .navigation > li a[href="#"] + h5[href="#"] {
        display: none;
        margin-left: 1.5555555556rem; }
        .navigation > li a[href="#"] + ul li, .navigation > li a[href="#"] + ul .slat .slat-content.show-link h5[href="#"], .slat .slat-content.show-link .navigation > li a[href="#"] + ul h5[href="#"] {
          padding-left: 0.6666666667rem;
          position: relative;
          margin: 0.2222222222rem 0; }
          .navigation > li a[href="#"] + ul li:before, .navigation > li a[href="#"] + ul .slat .slat-content.show-link h5[href="#"], .slat .slat-content.show-link .navigation > li a[href="#"] + ul h5[href="#"] {
            content: '\2022';
            position: absolute;
            left: 0;
            top: 0;
            color: #1471d2; }
          .navigation > li a[href="#"] + ul li a:after, .navigation > li a[href="#"] + ul li .slat .slat-content.show-link h5[href="#"], .slat .slat-content.show-link .navigation > li a[href="#"] + ul li h5[href="#"], .navigation > li a[href="#"] + ul li .slat .slat-content.show-link h5:after, .slat .slat-content.show-link .navigation > li a[href="#"] + ul li h5:after {
            content: '';
            display: none; }

button, .button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding-left: 0.8888888889rem;
  padding-right: 0.8888888889rem; }
  button a, button .slat .slat-content.show-link h5, .slat .slat-content.show-link button h5, .button a, .button .slat .slat-content.show-link h5, .slat .slat-content.show-link .button h5 {
    display: inline-block;
    color: white; }
    button a:hover, button .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link button h5:hover, .button a:hover, .button .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .button h5:hover {
      color: white; }

.button-block {
  display: block;
  color: white;
  font-family: "Geometria", sans-serif;
  font-size: 1.5rem;
  padding: 1.1111111111rem;
  position: relative;
  min-height: 5.2222222222rem;
  line-height: 2rem;
  margin-bottom: 0.6666666667rem;
  padding-right: 1.3888888889rem;
  vertical-align: middle;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .button-block:hover {
    color: white; }
  .button-block.small {
    display: inline-block;
    min-height: initial;
    font-family: 'Proxima Nova Regular', sans-serif;}
    .button-block.small:after {
      display: none; }
    .button-block.small .fa {
      margin-right: 0.4444444444rem; }
    .button-block.small small {
      display: block;
      font-size: 16px;
      line-height: 1.5;
      font-family: "Geometria", sans-serif; }
    .button-block.small .fa + small {
      margin-left: 1.7222222222rem; }
  .button-block:after {
    font-family: 'Proxima Nova Regular', sans-serif;
    content: '\003E';
    position: absolute;
    color: white;
    top: 50%;
    -webkit-transform: translate(0, -55%);
    -moz-transform: translate(0, -55%);
    -ms-transform: translate(0, -55%);
    -o-transform: translate(0, -55%);
    transform: translate(0, -55%);
    font-size: 1.9444444444rem;
    right: 1.1111111111rem; }

.icon {
  color: black; }
  .icon:hover {
    color: black; }
  .icon span {
    position: absolute;
    top: -9999px;
    left: -9999px; }

.department-select {
  float: right;
  color: white;
  margin-top: 0.7777777778rem; }
  .department-select label {
    color: white;
    display: inline-block;
    margin-right: 0.8888888889rem; }
  .department-select select {
    width: 13.8888888889rem; }

.callout {
  margin-bottom: 1.3888888889rem; }
  .callout * {
    margin: 0; }
  .callout a:after, .callout .slat .slat-content.show-link h5:after, .slat .slat-content.show-link .callout h5:after {
    padding: 0.6rem; }
  .callout ul {
    margin: 0 0 1.1rem 1.1rem; }
  .callout.callout-bordered .callout-content {
    padding-left: 1.1111111111rem;
    border-left: 1px solid #d4cdc5; }
  .callout.callout-circle-mask .callout-figure {
    display: block;
    position: absolute;
    margin-right: 1.6666666667rem;
    overflow: hidden;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
    width: 6.3888888889rem;
    height: 6.3888888889rem;
    border: 2px dashed #1471d2; }
    .callout.callout-circle-mask .callout-figure img {
      width: 6.3888888889rem;
      height: 6.3888888889rem; }
  .callout.callout-circle-mask .callout-content {
    margin-left: 7.7777777778rem; }

.figure-callout {
  margin: 0 0 2.7777777778rem; }
  .figure-callout p {
    margin-bottom: 0.6666666667rem; }
  .figure-callout figcaption {
    position: relative;
    margin-bottom: 1.1111111111rem;
    padding: 0.7777777778rem;
    display: table;
    width: 100%; }
    .figure-callout figcaption h1, .figure-callout figcaption h2, .figure-callout figcaption h3, .figure-callout figcaption h4, .figure-callout figcaption h5, .figure-callout figcaption h6, .figure-callout figcaption .today-events li .event-heading p, .today-events li .event-heading .figure-callout figcaption p {
      line-height: 1.1;
      color: white;
      margin: 0;
      display: table-cell;
      vertical-align: middle; }
      .figure-callout figcaption h1.icon, .figure-callout figcaption h2.icon, .figure-callout figcaption h3.icon, .figure-callout figcaption h4.icon, .figure-callout figcaption h5.icon, .figure-callout figcaption h6.icon, .figure-callout figcaption .today-events li .event-heading p.icon, .today-events li .event-heading .figure-callout figcaption p.icon {
        position: relative;
        padding-left: 1.8333333333rem;
        color: white; }
        .figure-callout figcaption h1.icon:hover, .figure-callout figcaption h2.icon:hover, .figure-callout figcaption h3.icon:hover, .figure-callout figcaption h4.icon:hover, .figure-callout figcaption h5.icon:hover, .figure-callout figcaption h6.icon:hover, .figure-callout figcaption .today-events li .event-heading p.icon:hover, .today-events li .event-heading .figure-callout figcaption p.icon:hover {
          color: white; }
        .figure-callout figcaption h1.icon .fa, .figure-callout figcaption h2.icon .fa, .figure-callout figcaption h3.icon .fa, .figure-callout figcaption h4.icon .fa, .figure-callout figcaption h5.icon .fa, .figure-callout figcaption h6.icon .fa, .figure-callout figcaption h6.icon .today-events li .event-heading p.icon, .today-events li .event-heading .figure-callout figcaption h6.icon p.icon {
          margin-right: 0.4444444444rem;
          display: inline-block;
          margin-left: -1.8333333333rem; }

dl.fact-callout {
  margin-top: 4.2777777778rem; }
  dl.fact-callout dt {
    color: #146692;
    margin: 0; }
  dl.fact-callout dd {
    border-bottom: 1px dashed grey;
    padding-bottom: 0.5555555556rem;
    margin-bottom: 0.8888888889rem; }
    dl.fact-callout dd:last-child {
      border-bottom: none; }

.spotlight header {
  padding: 1.1111111111rem 1.1111111111rem; }
  .spotlight header h1, .spotlight header h2, .spotlight header h3, .spotlight header h4, .spotlight header h5, .spotlight header h6, .spotlight header .today-events li .event-heading p, .today-events li .event-heading .spotlight header p {
    color: white;
    margin: 0; }

.slat {
  color: inherit;
  display: block;
  margin-bottom: 1.1111111111rem; }
  .slat:hover {
    color: inherit; }
  .slat:before, .slat:after {
    content: " ";
    display: table; }
  .slat:after {
    clear: both; }
  .slat p {
    margin-bottom: 0.8333333333rem; }
  .slat .slat-content hgroup * {
    margin: 0 0 0.3333333333rem; }
  .slat .slat-figure {
    margin-bottom: 0.5555555556rem; }
  @media only screen and (min-width:40.063em) {
    .slat .slat-figure {
      width: 32%;
      float: left; }
    .slat .slat-content {
      float: left; }
      .slat .slat-content.offset-date {
        margin-left: 4.3333333333rem; }
      .slat .slat-content.offset-figure {
        margin-left: 32%; }
    .slat .slat-date + .slat-content, .slat .slat-figure + .slat-content, .slat .slat-content.offset-date, .slat .slat-content.offset-figure {
      width: 55%;
      padding-left: 1.1111111111rem; }
    .slat .slat-date + .slat-content, .slat .slat-content.offset-date {
      width: 70%; } }

.slat-date .m, .slat-date .d {
  display: inline-block; }
@media only screen and (min-width:40.063em) {
  .slat-date {
    display: block;
    overflow: hidden;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
    width: 4.3333333333rem;
    height: 4.3333333333rem;
    border: 2px dashed #1471d2;
    text-align: center;
    font-family: 'Proxima Nova Regular', serif;padding-top: 0.8888888889rem;
    float: left; }
    .slat-date .m, .slat-date .d {
      line-height: 1; }
    .slat-date .m {
      font-size: 1rem;
      display: inline-block;
      text-transform: uppercase; }
    .slat-date .d {
      font-size: 1.7777777778rem; } }

.profile {
  margin-bottom: 1.3888888889rem;
  border-bottom: 1px dashed #212120; }
  .profile:before, .profile:after {
    content: " ";
    display: table; }
  .profile:after {
    clear: both; }
  .profile:last-child {
    border-bottom: none; }
  .profile .profile-image {
    float: right;
    margin: 0 0 1rem 1rem;
    width: 30%; }
  .profile .profile-content:before, .profile .profile-content:after {
    content: " ";
    display: table; }
  .profile .profile-content:after {
    clear: both; }
  .profile .profile-bio {
    clear: both; }
  @media only screen and (min-width:40.063em) {
    .profile .profile-image {
      float: left;
      width: 18%;
      margin: 0; }
      .profile .profile-image + .profile-content {
        float: left;
        width: 82%;
        padding-left: 1.1111111111rem; } }
  @media only screen and (min-width:63.963em) {
    .profile header {
      float: left; }
    .profile .profile-contact {
      float: right;
      width: 11.1111111111rem; } }

.profile-search-content {
  padding-top: 1rem; }
  .profile-search-content p {
    margin: 0; }
  .profile-search-content h3 {
    margin: 0; }

.panel.main-first-hr {
  /*
		h5,h6 {
			&:nth-of-type(1) {
				margin-bottom: rem-calc(15);
			}
		}
		*/ }
  .panel.main-first-hr h2:nth-of-type(1), .panel.main-first-hr h3:nth-of-type(1), .panel.main-first-hr h4:nth-of-type(1) {
    margin-bottom: 1.6666666667rem; }
.panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel .today-events li .event-heading p, .today-events li .event-heading .panel p {
  margin-bottom: 0.1666666667rem; }
.panel.swatch {
  color: white; }
  .panel.swatch a, .panel.swatch .slat .slat-content.show-link h5, .slat .slat-content.show-link .panel.swatch h5 {
    color: white; }
    .panel.swatch a:hover, .panel.swatch .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .panel.swatch h5:hover {
      color: white; }
  .panel.swatch * {
    color: white; }

.block {
  color: white;
  display: block;
  position: relative;
  color: white;
  margin-bottom: 1.1111111111rem;
  z-index: 10;
  background-size: 100% auto;
  background-position: 50% 50%;
  font-family: "Proxima Nova Thin", sans-serif; }
  .block:hover {
    color: white; }
  .block h1, .block h2, .block h3, .block h4, .block h5, .block h6, .block .today-events li .event-heading p, .today-events li .event-heading .block p {
    color: white;
    margin-bottom: 0.1666666667rem; }
  .block p, .block ul {
    margin-bottom: 0.8333333333rem; }
  .block a, .block .slat .slat-content.show-link h5, .slat .slat-content.show-link .block h5 {
    color: white; }
    .block a:hover, .block .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .block h5:hover {
      color: white; }
    .block a:hover, .block .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .block h5:hover {
      text-decoration: underline; }
  .block .swatch-transparent {
    padding: 1.1111111111rem 1.1111111111rem 2.7777777778rem; }

a.block, .slat .slat-content.show-link h5.block {
  display: block; }
  a.block:after, .slat .slat-content.show-link h5.block:after {
    font-family: FontAwesome;
    content: '\f138';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0.2777777778rem 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    transition: all 0.1s ease-out; }
  a.block:hover:after, .slat .slat-content.show-link h5.block:hover:after {
    padding: 0.3888888889rem;
    font-size: 1.1111111111rem; }

.figure-split {
  position: relative;
  *zoom: 1;
  color: white;
  margin: 0 0 1.1111111111rem; }
  .figure-split:after {
    content: "";
    display: table;
    clear: both; }
  .figure-split h1, .figure-split h2, .figure-split h3, .figure-split h4, .figure-split h5, .figure-split h6, .figure-split .today-events li .event-heading p, .today-events li .event-heading .figure-split p {
    color: white;
    margin-bottom: 0.1666666667rem; }
  .figure-split > :last-child {
    margin-bottom: 0; }
  .figure-split a, .figure-split .slat .slat-content.show-link h5, .slat .slat-content.show-link .figure-split h5 {
    color: inherit; }
    .figure-split a:hover, .figure-split .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .figure-split h5:hover {
      color: inherit; }
    .figure-split a figcaption, .figure-split a .slat .slat-content.show-link h5, .slat .slat-content.show-link .figure-split a h5 {
      position: relative;
      padding-bottom: 1.8888888889rem; }
      .figure-split a figcaption:after, .figure-split a .slat .slat-content.show-link h5, .slat .slat-content.show-link .figure-split a h5 {
        font-family: FontAwesome;
        content: '\f138';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0.2777777778rem 0;
        background: rgba(0, 0, 0, 0.32);
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        transition: all 0.1s ease-out; }
    .figure-split a:hover figcaption:after, .figure-split a:hover .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .figure-split a:hover h5:hover {
      padding: 0.3888888889rem;
      font-size: 1.1111111111rem; }
  .figure-split figcaption {
    position: relative;
    padding: 1.1111111111rem;
    background: none;
    font-family: "Proxima Nova Thin", sans-serif; }
    .figure-split figcaption hgroup {
      margin-bottom: 1.1111111111rem; }
      .figure-split figcaption hgroup * {
        margin: 0; }
      .figure-split figcaption hgroup h6, .figure-split figcaption hgroup .today-events li .event-heading p, .today-events li .event-heading .figure-split figcaption hgroup p {
        font-size: 1rem;
        text-transform: none;
        font-family: 'Proxima Nova Regular', sans-serif; }
  .figure-split.pad figcaption {
    padding-left: 7%;
    padding-right: 7%; }
  @media only screen and (min-width:40.063em) {
    .figure-split {
      margin: 0; } }
  @media (min-width: 42.6666666667rem) {
    .figure-split img {
      float: left; }
    .figure-split figcaption {
      float: left; }
    .figure-split.split-40-60 {
      height: 17.9444444444rem; }
      .figure-split.split-40-60 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 50%; }
      .figure-split.split-40-60 .fig {
        overflow: hidden;
        margin-left: 50%;
        height: 100%;
        background-position: 50% 50%; }
      .figure-split.split-40-60 img {
        display: none; }
    .figure-split.split-60-40 {
      height: 17.9444444444rem; }
      .figure-split.split-60-40 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        width: 50%; }
      .figure-split.split-60-40 .fig {
        overflow: hidden;
        height: 100%;
        background-position: 50% 50%;
        margin-right: 50%; }
      .figure-split.split-60-40 img {
        display: none; }
    .figure-split.split-50-50 {
      height: 17.9444444444rem; }
      .figure-split.split-50-50 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        width: 50%; }
      .figure-split.split-50-50 .fig {
        overflow: hidden;
        height: 100%;
        background-position: 50% 50%;
        margin-right: 50%; }
      .figure-split.split-50-50 img {
        display: none; }
    .figure-split.tall {
      height: 24rem; }
	      .figure-split.split-video-60-40 {
      height: 22.4444444444rem; }
      .figure-split.split-video-60-40 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        width: 50%; }
      .figure-split.split-video-60-40 .fig {
        overflow: hidden;
        height: 100%;
        background-position: 50% 50%;
        margin-right: 50%; }
      .figure-split.split-video-60-40 img {
        display: none; }
    @media only screen and (min-width:63.963em) {
      .figure-split.split-40-60 figcaption {
        width: 26.6666666667rem; }
      .figure-split.split-40-60 .fig {
        margin-left: 26.6666666667rem; }
      .figure-split.split-60-40 figcaption {
        width: 26.6666666667rem; }
      .figure-split.split-60-40 .fig {
        margin-right: 26.6666666667rem; }
      .figure-split.split-50-50-small {
        height: 16.6666666667rem; }
        .figure-split.split-50-50-small figcaption {
          position: absolute;
          top: 0;
          bottom: 0;
          left: auto;
          right: 0;
          width: 17.6111111111rem; }
        .figure-split.split-50-50-small .fig {
          overflow: hidden;
          height: 100%;
          background-position: 50% 50%;
          margin-right: 17.6111111111rem; }
        .figure-split.split-50-50-small img {
          display: none; } } }

@media (min-width: 42.6666666667rem) {
  .middle-container {
    height: 100%;
    display: table;
    width: 100%; }
    .middle-container .middle {
      display: table-cell;
      vertical-align: middle; } }

.price-table {
  background: #e6dccc;
  padding: 1.1111111111rem;
  margin-bottom: 1.1111111111rem; }
  .price-table header {
    background: #00594F;
    margin: -1.1111111111rem;
    padding: 1.1111111111rem;
    min-height: 5.5555555556rem;
    margin-bottom: 0.5555555556rem; }
    .price-table header h4, .price-table header p {
      color: white; }
    .price-table header p {
      margin-bottom: 0; }
    .price-table header a, .price-table header .slat .slat-content.show-link h5, .slat .slat-content.show-link .price-table header h5 {
      color: white; }
      .price-table header a:hover, .price-table header .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .price-table header h5:hover {
        color: white; }
  .price-table h6, .price-table .today-events li .event-heading p, .today-events li .event-heading .price-table p {
    margin: 0;
    font-size: 1rem;
    text-transform: none;
    font-weight: bold; }
  .price-table ul {
    list-style: none;
    margin: 0; }
  .price-table li {
    margin: 0 -0.4444444444rem;
    padding: 0.8333333333rem;
    border-top: 1px dashed #212120; }
    .price-table li:first-child {
      border-top: none; }

.price-table-middle {
  background: #e6dccc;
  display: table;
  width: 100%;
  margin-bottom: 1.1111111111rem; }
  .price-table-middle > div {
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 1.1111111111rem; }

.background {
  padding: 1.1111111111rem 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  overflow: hidden;
  position: relative;
  z-index: 40;
  *zoom: 1; }
  .background:after {
    content: "";
    display: table;
    clear: both; }
  .background .panel {
    border: 0;
    margin: 0;
    max-width: 27.7777777778rem;
    float: right; }
  @media only screen and (min-width:40.063em) {
    .background {
      background-size: 100% auto; }
      .background .panel {
        padding-left: 3.3333333333rem; } }

.body-background {
  background-color: #e4e1d8; }

.sticky-bar {
  background: #17235D;
  margin-bottom: 30px;
  text-align: center;
  display: none; }
  @media (min-width: 420px) {
    .sticky-bar {
      display: block; } }
  .sticky-bar ul li {
    margin: 0;
    padding: 0; }
    .sticky-bar ul li a, .sticky-bar ul li .slat .slat-content.show-link h5, .slat .slat-content.show-link .sticky-bar ul li h5 {
      display: block;
      padding: 10px 20px;
      text-align: center;
      color: #fff; }
      .sticky-bar ul li a i, .sticky-bar ul li a .slat .slat-content.show-link h5, .slat .slat-content.show-link .sticky-bar ul li a h5 {
        display: block;
        font-size: 30px;
        line-height: 20px;
        margin: 0.3888888889rem 0; }
      .sticky-bar ul li a.current, .sticky-bar ul li .slat .slat-content.show-link h5.current, .slat .slat-content.show-link .sticky-bar ul li h5.current {
        background: #023769 url("/images/sticky-bar-current.png") no-repeat center -0.8333333333rem;
        background-size: auto 118%; }
  .sticky-bar.fixed {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20; }
  .sticky-bar.blue {
    background: #0055A5; }
    .sticky-bar.blue ul li {
      padding: 0; }
      .sticky-bar.blue ul li a.current, .sticky-bar.blue ul li .slat .slat-content.show-link h5.current, .slat .slat-content.show-link .sticky-bar.blue ul li h5.current {
        background: #146692 url("/images/sticky-bar-current.png") no-repeat center -0.8333333333rem;
        background-size: auto 118%; }

.megascroll-index {
  background: url("/images/academics1.jpg") no-repeat top center; }
  @media (min-width: 420px) {
    .megascroll-index {
      padding-bottom: 100px; } }
  .megascroll-index .megascroll-hide {
    display: none; }
    @media (min-width: 420px) {
      .megascroll-index .megascroll-hide {
        display: block; } }
  .megascroll-index header h1, .megascroll-index header h2, .megascroll-index header h3, .megascroll-index header h4, .megascroll-index header h5, .megascroll-index header h6, .megascroll-index header .today-events li .event-heading p, .today-events li .event-heading .megascroll-index header p, .megascroll-index header p {
    color: #fff; }

.accordion > dd {
  border-bottom: 1px dashed #212120; }
  .accordion > dd:first-child {
    border-top: 1px dashed #212120; }
  .accordion > dd > a, .accordion > dd > .slat .slat-content.show-link h5, .slat .slat-content.show-link .accordion > dd > h5 {
    position: relative;
    padding-left: 2.6666666667rem;
    display: block; }
    .accordion > dd > a:before, .accordion > dd > .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .accordion > dd > h5:before {
      font-family: FontAwesome;
      content: '\f0fe';
      margin-right: 0.8333333333rem;
      color: #146692;
      position: absolute;
      left: 0.4444444444rem;
      top: 0.7777777778rem; }
  .accordion > dd.active > a:before, .accordion > dd.active > .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .accordion > dd.active > h5:before {
    content: '\f146';
    color: #b39e6a; }
.accordion.wide .content {
  padding-left: 0; }

.flex-video {
  margin: 0; }

.pagination a, .pagination .slat .slat-content.show-link h5, .slat .slat-content.show-link .pagination h5 {
  border: 1px solid #eee; }
.pagination .arrow a, .pagination .arrow .slat .slat-content.show-link h5, .slat .slat-content.show-link .pagination .arrow h5 {
  border: 1px solid black;
  font-family: "Geometria", sans-serif;
  background: black;
  color: white; }
  .pagination .arrow a:hover, .pagination .arrow .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .pagination .arrow h5:hover {
    color: white; }
  .pagination .arrow a:hover, .pagination .arrow .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .pagination .arrow h5:hover {
    background: black; }
.pagination .current a, .pagination .current .slat .slat-content.show-link h5, .slat .slat-content.show-link .pagination .current h5 {
  border: 1px solid #1471d2; }

.closeable-panel {
  position: relative;
  top: 40%;
  width: 100%;
  transform: none;
  padding: 0.5555555556rem 1.6666666667rem;
  background-image: -owg(linear-gradient(rgba(19, 111, 206, 0.9), rgba(1, 73, 144, 0.9)));
  background-image: -webkit(linear-gradient(rgba(19, 111, 206, 0.9), rgba(1, 73, 144, 0.9)));
  background-image: -moz(linear-gradient(rgba(19, 111, 206, 0.9), rgba(1, 73, 144, 0.9)));
  background-image: -o(linear-gradient(rgba(19, 111, 206, 0.9), rgba(1, 73, 144, 0.9)));
  background-image: linear-gradient(rgba(19, 111, 206, 0.9), rgba(1, 73, 144, 0.9)); }
  @media only screen and (min-width:63.963em) {
    .closeable-panel {
      position: absolute;
      width: 40.3333333333rem;
      transform: translate(0, -50%); } }
  .closeable-panel h2, .closeable-panel h4, .closeable-panel p {
    color: white; }
  .closeable-panel h4 {
    margin-bottom: 0; }
  .closeable-panel p {
    font-size: 1.1111111111rem; }
  .closeable-panel .close {
    color: white;
    position: absolute;
    top: 0.5555555556rem;
    right: 0.5555555556rem;
    text-indent: -9999px; }
    .closeable-panel .close:after {
      color: white;
      font-size: 1.1111111111rem;
      font-family: FontAwesome;
      content: '\f057';
      text-indent: 0;
      position: absolute;
      top: 0;
      right: 0;
      height: 0.8333333333rem;
      width: 0.8333333333rem; }

.megascroll-sections .section .section-content.l-container {
  overflow: hidden; }

.collapsible-group .title {
  border-top: #212120 1px dashed; }
  .collapsible-group .title h3 {
    margin: 0;
    padding: 1.1111111111rem 0 0.8333333333rem;
    padding-left: 2.2222222222rem;
    position: relative; }
    .collapsible-group .title h3:before {
      font-family: FontAwesome;
      content: '\f0fe';
      margin-right: 0.8333333333rem;
      color: #146692;
      position: absolute;
      left: 0.4444444444rem;
      top: 0.8888888889rem; }
.collapsible-group .content {
  display: none;
  padding-left: 2.3888888889rem; }
.collapsible-group.active h3:before {
  content: '\f146';
  color: #b39e6a !important; }

.story {
  margin: 1.1111111111rem 0 0; }
  .story figure {
    margin: 0; }
    .story figure:after {
      color: white;
      font-family: FontAwesome;
      content: '\f138';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      padding: 0.2777777778rem 0;
      background: rgba(0, 0, 0, 0.3);
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      transition: all 0.1s ease-out; }
    .story figure:hover:after {
      padding: 0.3888888889rem;
      font-size: 1.1111111111rem; }
    .story figure figcaption {
      position: relative;
      display: block;
      padding-top: 0.5555555556rem;
      padding-bottom: 2.2222222222rem;
      font-family: "Proxima Nova Thin", serif;
      font-size: 1.1111111111rem; }
      .story figure figcaption h6, .story figure figcaption .today-events li .event-heading p, .today-events li .event-heading .story figure figcaption p {
        color: #fff; }

.story-grid {
  margin-bottom: 1.6666666667rem; }
  .story-grid .columns:last-child {
    border-right: none; }
  .story-grid .columns.active {
    margin-bottom: 2.2222222222rem; }
    .story-grid .columns.active .story {
      display: block; }
  .story-grid .story {
    display: none; }
  .story-grid .story-open {
    display: none; }
  .story-grid .story-tab {
    border-bottom: 1px solid #bbb; }
    .story-grid .story-tab.active {
      border: none; }
      .story-grid .story-tab.active:before {
        content: '\2013'; }
  @media only screen and (min-width:40.063em) {
    .story-grid .columns {
      border-right: 1px solid #bbb; }
      .story-grid .columns.active {
        margin-bottom: 0; }
        .story-grid .columns.active .story {
          display: none; }
      .story-grid .columns:first-child .story-tab {
        border-left: none; }
    .story-grid .story {
      opacity: 0; }
      .story-grid .story:nth-child(2), .story-grid .story:nth-child(3) {
        display: block; }
    .story-grid .story-tab {
      border-bottom: none; }
    .story-grid .story-open {
      display: block;
      margin-top: 1.6666666667rem; }
    .story-grid.filtered {
      margin-bottom: 0; }
      .story-grid.filtered .story {
        display: none; }
        .story-grid.filtered .story:nth-child(2), .story-grid.filtered .story:nth-child(3) {
          display: none; }
      .story-grid.filtered .story-open {
        display: none; }
      .story-grid.filtered .columns {
        border: none; }
      .story-grid.filtered .story-tab {
        border-bottom: 1px solid #bbb;
        border-left: 1px solid #bbb; }
        .story-grid.filtered .story-tab.active {
          border-bottom: none; }
    .story-grid.animate .story {
      transition: opacity 0.3s ease-in-out; }
      .story-grid.animate .story:nth-child(2) {
        opacity: 1;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .story-grid.animate .story:nth-child(3) {
        opacity: 1;
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; } }

.story-grid-active {
  margin-bottom: 1.6666666667rem;
  display: none; }
  .story-grid-active .callout, .story-grid-active .story {
    opacity: 0;
    transition: opacity 0.3s ease-in-out; }
  .story-grid-active.animate .col-1 .story {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .story-grid-active.animate .col-2 .story {
    opacity: 1; }
    .story-grid-active.animate .col-2 .story:nth-child(1) {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .story-grid-active.animate .col-2 .story:nth-child(2) {
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
  .story-grid-active.animate .col-3 .story {
    opacity: 1; }
    .story-grid-active.animate .col-3 .story:nth-child(1) {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .story-grid-active.animate .col-3 .story:nth-child(2) {
      -webkit-transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
  .story-grid-active.animate .callout {
    clear: both;
    text-align: center;
    opacity: 1;
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
    padding-top: 2.7777777778rem;
    font-family: 'Proxima Nova Regular', serif;font-size: 1.7777777778rem; }
    .story-grid-active.animate .callout strong {
      font-family: 'Proxima Nova Regular', serif;}
    .story-grid-active.animate .callout a, .story-grid-active.animate .callout .slat .slat-content.show-link h5, .slat .slat-content.show-link .story-grid-active.animate .callout h5 {
      display: inline-block;
      text-decoration: center; }
      .story-grid-active.animate .callout a:after, .story-grid-active.animate .callout .slat .slat-content.show-link h5:after, .slat .slat-content.show-link .story-grid-active.animate .callout h5:after {
        -webkit-border-radius: 1000px;
        -moz-border-radius: 1000px;
        -ms-border-radius: 1000px;
        -o-border-radius: 1000px;
        border-radius: 1000px;
        text-align: center;
        display: inline-block;
        font-family: FontAwesome;
        content: '\f054';
        font-size: 0.8888888889rem;
        width: 2.4444444444rem;
        height: 2.4444444444rem;
        vertical-align: middle;
        padding-top: 0.4444444444rem;
        border: 1px dashed;
        margin-left: 0.4444444444rem; }
  @media only screen and (min-width:40.063em) {
    .story-grid-active.show {
      display: block; } }

.story-tab {
  display: block;
  font-size: 1.5rem;
  margin: -0.5555555556rem;
  margin-bottom: 0.5555555556rem;
  padding-top: 0.5555555556rem;
  position: relative;
  padding-left: 4.2222222222rem;
  cursor: pointer;
  line-height: 1;
  padding-bottom: 0.2777777778rem; }
  .story-tab small {
    font-size: 60%;
    line-height: 1.4;
    display: block;
    color: inherit; }
  .story-tab:before {
    font-family: 'Proxima Nova Thin', sans-serif;font-size: 2.5555555555rem;
    content: '+';
    color: white;
    text-align: center;
    width: 2.4444444444rem;
    height: 2.4444444444rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    left: 1.1111111111rem;
    top: 0.5555555556rem; }

.story-open {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  border: 1px dotted;
  width: 2.4444444444rem;
  height: 2.4444444444rem;
  display: block;
  font-size: 2.1111111111rem;
  text-align: center;
  margin: 1.1111111111rem auto; }
  .story-open:before {
    font-family: 'Proxima Nova Regular', serif;content: '+';
    font-size: 1.1111111111rem;
    line-height: 2.4444444444rem; }

.glossary a, .glossary .slat .slat-content.show-link h5, .slat .slat-content.show-link .glossary h5 {
  font-family: "Geometria", sans-serif;
  font-size: 1.5rem;
  padding: 0.3333333333rem;
  display: inline-block; }

.gallery {
  margin: 0;
  margin-left: -1.1111111111rem;
  list-style: none; }
  .gallery li {
    float: left;
    padding: 0 0 1.1111111111rem 1.1111111111rem; }
  .gallery a, .gallery .slat .slat-content.show-link h5, .slat .slat-content.show-link .gallery h5 {
    display: block;
    position: relative; }
    .gallery a:hover:before, .gallery .slat .slat-content.show-link h5:hover:before, .slat .slat-content.show-link .gallery h5:hover:before {
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%; }
  .gallery img {
    display: block; }

figure.infographic {
  text-align: center;
  padding-top: 1.1111111111rem;
  border-top: 1px dashed #bfbfbf; }
  figure.infographic figcaption {
    color: inherit;
    background: none;
    padding: 0;
    position: relative;
    display: inline-block; }
  figure.infographic img {
    margin-bottom: 0.8888888889rem; }
  figure.infographic dl {
    display: table-row; }
  figure.infographic dt, figure.infographic dd {
    text-align: left;
    padding: 0.2222222222rem 0.4444444444rem;
    margin: 0;
    display: table-cell; }
  figure.infographic dt {
    padding-left: 0; }

.student-life-nav {
  padding: 0 2.7777777778rem 2.7777777778rem;
  background: rgba(0, 85, 165, 0.9);
  color: white; }
  @media only screen and (min-width:40.063em) {
    .student-life-nav {
      width: 30rem; } }
  @media (min-width: 420px) {
    .student-life-nav {
      position: relative;
      top: 2.7777777778rem;
      margin-bottom: 16.6666666667rem; } }
  .student-life-nav h1 {
    margin: 0 0 0.5555555556rem;
    line-height: 1;
    padding-top: 1.1111111111rem; }
    .student-life-nav h1 span {
      font-size: 1rem;
      font-family: 'Proxima Nova Regular', serif;display: block;
      margin-bottom: 0.5555555556rem; }
    .student-life-nav h1 strong {
      font-weight: normal;
      font-family: 'Proxima Nova Regular', serif;}
  .student-life-nav nav {
    display: none;
    margin-top: 2.7777777778rem; }
    .student-life-nav nav:before, .student-life-nav nav:after {
      content: " ";
      display: table; }
    .student-life-nav nav:after {
      clear: both; }
    @media (min-width: 420px) {
      .student-life-nav nav {
        display: block; } }
    .student-life-nav nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .student-life-nav nav li {
      margin: 0;
      border-right: 1px solid white;
      width: 33.33333%;
      float: left; }
      .student-life-nav nav li a, .student-life-nav nav li .slat .slat-content.show-link h5, .slat .slat-content.show-link .student-life-nav nav li h5 {
        padding: 0.6666666667rem 0.6666666667rem 0.8333333333rem; }
      .student-life-nav nav li:first-child a, .student-life-nav nav li:first-child .slat .slat-content.show-link h5, .slat .slat-content.show-link .student-life-nav nav li:first-child h5 {
        padding-left: 0; }
      .student-life-nav nav li:last-child {
        border-right: none; }
        .student-life-nav nav li:last-child a, .student-life-nav nav li:last-child .slat .slat-content.show-link h5, .slat .slat-content.show-link .student-life-nav nav li:last-child h5 {
          padding-right: 0; }
    .student-life-nav nav a, .student-life-nav nav .slat .slat-content.show-link h5, .slat .slat-content.show-link .student-life-nav nav h5 {
      font-family: 'Proxima Nova Regular', serif;text-align: center;
      color: white;
      display: block; }
      .student-life-nav nav a:hover, .student-life-nav nav .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .student-life-nav nav h5:hover {
        color: white; }
  .student-life-nav .fa {
    display: block;
    text-align: center;
    font-size: 1.2222222222rem;
    margin-bottom: 0.2222222222rem; }

.date-selector h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7777777778rem; }
.date-selector .button {
  text-indent: -9999px;
  position: relative;
  width: 2em; }
  .date-selector .button:after {
    font-size: 1rem;
    font-family: FontAwesome;
    text-indent: 0;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin-left: 0; }
.date-selector .prev:after {
  content: '\f053'; }
.date-selector .next:after {
  content: '\f054'; }

.today-events li .panel {
  padding: 0; }
.today-events li .event-heading {
  background-color: #016dd1;
  height: 100px; }
  .today-events li .event-heading p {
    color: white;
    margin: 0;
    position: relative;
    left: 1.1111111111rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
.today-events li img {
  display: block;
  height: 100px;
  width: auto; }
  .today-events li img.pull-right {
    margin-left: 1.1111111111rem; }
.today-events li .event-content {
  padding: 1.1111111111rem; }
  .today-events li .event-content h3 {
    font-size: 1.1111111111rem; }
  .today-events li .event-content p {
    margin-top: 1em; }

.today-featured-events h6, .today-featured-events .today-events li .event-heading p, .today-events li .event-heading .today-featured-events p {
  color: white; }

@media only screen and (min-width:40.063em) { }

.news-list {
  list-style: none;
  margin-left: 0; }
  .news-list li {
    margin-bottom: 1.9444444444rem; }
  .news-list a h3, .news-list a .slat .slat-content.show-link h5, .slat .slat-content.show-link .news-list a h5 {
    margin-bottom: 0;
    color: #1167b2; }
    .news-list a h3:hover, .news-list a .slat .slat-content.show-link h5, .slat .slat-content.show-link .news-list a h5 {
      color: #3d9dec; }
  .news-list .posted {
    text-transform: uppercase;
    font-size: 0.6666666667rem;
    font-weight: bold;
    margin: 0; }

.social-sharing a, .social-sharing .slat .slat-content.show-link h5, .slat .slat-content.show-link .social-sharing h5 {
  color: #212120;
  font-size: 1.1111111111rem; }
  .social-sharing a:hover, .social-sharing .slat .slat-content.show-link h5:hover, .slat .slat-content.show-link .social-sharing h5:hover {
    color: #555552; }
  .social-sharing a:before, .social-sharing .slat .slat-content.show-link h5:before, .slat .slat-content.show-link .social-sharing h5:before {
    font-family: FontAwesome;
    padding-right: 0.5rem; }
  .social-sharing a:not(:last-child), .social-sharing .slat .slat-content.show-link h5:not(:last-child), .slat .slat-content.show-link .social-sharing h5:not(:last-child) {
    padding-right: 1.1111111111rem; }
.social-sharing .chicklets {
  text-indent: -9999px; }

.static-dropdown:before {
  font-family: FontAwesome;
  content: '\f0fe';
  margin-right: 0.2777777778rem; }
.static-dropdown.dropdown-open:before {
  content: '\f146'; }

.wizard table time {
  text-transform: uppercase; }

.parking_pass h2 {
  font-size: 1rem;
  font-weight: bold; }
.parking_pass p {
  font-size: 1rem;
  margin: 0;
  line-height: 1.3333333333rem; }
.parking_pass .tour_date {
  font-size: 1.3333333333rem;
  font-weight: bold;
  line-height: 1.6666666667rem; }

.alert-box {
  display: none;
  margin: 0;
  background-color: #523f38;
  border-color: #736661; }
  .alert-box p {
    max-width: 90%;
    margin-bottom: 0; }
    .alert-box p a, .alert-box p .slat .slat-content.show-link h5, .slat .slat-content.show-link .alert-box p h5 {
      text-transform: none;
      color: white;
      margin-left: 1rem; }
  .alert-box span.title:after {
    content: ""; }
  .alert-box a.close, .alert-box .slat .slat-content.show-link h5.close, .slat .slat-content.show-link .alert-box h5.close {
    font-size: 2.7777777778rem; }
  .alert-box.alert {
    background-color: #aa0b35;
    border-color: #7a0826; }
    .alert-box.alert p {
      text-transform: uppercase; }

/* address safari 7 fixed positioning bug */
.columns .gsc-control-cse {
  background-color: transparent;
  border: none;
  font-family: inherit; }
.columns .gsc-webResult.gsc-result, .columns .gsc-results .gsc-imageResult, .columns .gsc-webResult.gsc-result:hover, .columns .gsc-results .gsc-imageResult:hover {
  border: none;
  background-color: transparent; }
.columns .gsc-control-cse table {
  background-color: transparent;
  border: none; }
.columns .gsc-selected-option-container.gsc-inline-block {
  max-width: 100%;
  width: auto !important; }
.columns .gs-title {
  line-height: 1em;
  text-decoration: none !important; }
.columns .gsc-results .gsc-cursor-box .gsc-cursor {
  height: 1.3333333333rem;
  margin: -0.2777777778rem; }
  .columns .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
    float: left;
    padding: 0.2777777778rem 0.5555555556rem;
    color: #222;
    font-size: 0.8888888889rem;
    margin: 0.3888888889rem;
    background-color: transparent;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .columns .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
      background-color: #e6e6e6;
      text-decoration: none; }
  .columns .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-current-page {
    background-color: #1471d2;
    border: 1px solid #1471d2;
    color: #fff;
    font-weight: normal;
    cursor: default; }
