@charset "UTF-8";
:root {
	--longwood-blue: 4,30,66;
	--longwood-gray:  158,162,162;
	--longwood-blue-alt:  0,32,91;
	--secondary-red:  202,35,45;
	--secondary-red-tert-1: 240,83,63;
	--secondary-red-tert-2: 252,187,118;
	--secondary-blue: 0,95,158;
	--secondary-blue-tert-1:0,154,218;
	--secondary-blue-tert-2:150,209,242;
	--secondary-teal: 0,94,99;
	--secondary-teal-tert-1:0,176,189;
	--secondary-teal-tert-2:166,219,214;
	--secondary-green: 73,104,38;
	--secondary-green-tert-1:114,191,68;
	--secondary-green-tert-2:196,216,46;
      
  }
/* -------------------------------------------------------------- */
/*    Mixins
/* -------------------------------------------------------------- */
/* On Dark
/* _______________________________________________________________ */
/* Dotted Lines
/* _______________________________________________________________ */
/* Blockquote Icon (quote icon with gray lines on either side)
/* currently, you must set the margin-top offset, width, height and abs top value manually.
/* this allows scaled sizing on the contact block (width 100%).
/* cool future development: do this as a function.
/* _______________________________________________________________ */
/* Dot-line-dot on left side of news items
/* _______________________________________________________________ */
/* Style for header search placeholder
/* _______________________________________________________________ */
/* Fact Slab with Photo: Color Options
/* _______________________________________________________________ */
/* Layout Helpers
/* _______________________________________________________________ */
.small-flex-1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  overflow: hidden; }

.small-flex-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  overflow: hidden; }

.small-flex-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  overflow: hidden; }

.small-flex-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  overflow: hidden; }

.small-flex-5 {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  overflow: hidden; }

/* _______________________________________________________________ */
/* CSS Transition
	Usage: @include transition(width,0.3s,ease-out);
 */
/* _______________________________________________________________ */
/* -------------------------------------------------------------- */
/*    Variables
/* -------------------------------------------------------------- */
/* Colors
/* _______________________________________________________________ */
/* Typography
/* _______________________________________________________________ */
/* Paths
/* _______________________________________________________________ */
/* Layout
/* _______________________________________________________________ */
/* Spacing Helpers
/* _______________________________________________________________ */
/* Animations
/* _______________________________________________________________ */
/* Media Queries
/* _______________________________________________________________ */
/* -------------------------------------------------------------- */
/*    Reset
/* -------------------------------------------------------------- */
/* Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0; }

header, footer, nav, section, article, hgroup, figure {
  display: block; }

body {
  min-width: 320px;
  overflow-x: hidden; }

/* Foundation */
meta.foundation-version {
  font-family: "/5.5.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:63.75em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:63.8125em)/";
  width: 63.8125em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:63.8125em) and (max-width:90em)/";
  width: 63.8125em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html,
body {
  font-size: 16px; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a: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,
.mqa-display img,
.mqa-display embed,
.mqa-display 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; }

.invisible {
  visibility: hidden; }

.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 {
  margin: 0 auto;
  max-width: 72.75rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .events-list a.featured-event .row > .column,
  .row.collapse > .columns, .events-list a.featured-event .row > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row, .events-list a.featured-event .row .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse, .row .events-list a.featured-event .row, .events-list a.featured-event .row .row {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .events-list a.featured-event .row:before, .events-list a.featured-event .row .row:before, .row .row.collapse:after, .row .events-list a.featured-event .row:after, .events-list a.featured-event .row .row:after {
        content: " ";
        display: table; }
      .row .row.collapse:after, .row .events-list a.featured-event .row:after, .events-list a.featured-event .row .row:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.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.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .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.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  
    .large-5.columns.text-center {
  width: 41.66667%; }
  .large-7.columns {
    width: 58.33333%;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 63.8125em) {
  .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.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    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 dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
       -moz-border-radius: 1000px;
            border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .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.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .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 {
    list-style: none;
    width: 50%; }
    .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 {
    list-style: none;
    width: 33.33333%; }
    .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 {
    list-style: none;
    width: 25%; }
    .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 {
    list-style: none;
    width: 20%; }
    .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 {
    list-style: none;
    width: 16.66667%; }
    .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 {
    list-style: none;
    width: 14.28571%; }
    .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 {
    list-style: none;
    width: 12.5%; }
    .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 {
    list-style: none;
    width: 11.11111%; }
    .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 {
    list-style: none;
    width: 10%; }
    .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 {
    list-style: none;
    width: 9.09091%; }
    .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 {
    list-style: none;
    width: 8.33333%; }
    .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.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .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 {
    list-style: none;
    width: 50%; }
    .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 {
    list-style: none;
    width: 33.33333%; }
    .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 {
    list-style: none;
    width: 25%; }
    .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 {
    list-style: none;
    width: 20%; }
    .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 {
    list-style: none;
    width: 16.66667%; }
    .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 {
    list-style: none;
    width: 14.28571%; }
    .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 {
    list-style: none;
    width: 12.5%; }
    .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 {
    list-style: none;
    width: 11.11111%; }
    .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 {
    list-style: none;
    width: 10%; }
    .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 {
    list-style: none;
    width: 9.09091%; }
    .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 {
    list-style: none;
    width: 8.33333%; }
    .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.8125em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .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 {
    list-style: none;
    width: 50%; }
    .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 {
    list-style: none;
    width: 33.33333%; }
    .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 {
    list-style: none;
    width: 25%; }
    .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 {
    list-style: none;
    width: 20%; }
    .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 {
    list-style: none;
    width: 16.66667%; }
    .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 {
    list-style: none;
    width: 14.28571%; }
    .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 {
    list-style: none;
    width: 12.5%; }
    .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 {
    list-style: none;
    width: 11.11111%; }
    .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 {
    list-style: none;
    width: 10%; }
    .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 {
    list-style: none;
    width: 9.09091%; }
    .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 {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

button, .button, .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .btn:hover, .button:focus, .btn:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .btn:hover, .button:focus, .btn:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary, .secondary.btn {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .secondary.btn:hover, .button.secondary:focus, .secondary.btn:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .secondary.btn:hover, .button.secondary:focus, .secondary.btn:focus {
      color: #333333; }
  button.success, .button.success, .success.btn {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .success.btn:hover, .button.success:focus, .success.btn:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .success.btn:hover, .button.success:focus, .success.btn:focus {
      color: #FFFFFF; }
  button.alert, .button.alert, .alert.btn {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .alert.btn:hover, .button.alert:focus, .alert.btn:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .alert.btn:hover, .button.alert:focus, .alert.btn:focus {
      color: #FFFFFF; }
  button.warning, .button.warning, .warning.btn {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .warning.btn:hover, .button.warning:focus, .warning.btn:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .warning.btn:hover, .button.warning:focus, .warning.btn:focus {
      color: #FFFFFF; }
  button.info, .button.info, .info.btn {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .info.btn:hover, .button.info:focus, .info.btn:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .info.btn:hover, .button.info:focus, .info.btn:focus {
      color: #FFFFFF; }
  button.large, .button.large, .large.btn {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small, .small.btn {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny, .tiny.btn {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand, .expand.btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  button.left-align, .button.left-align, .left-align.btn {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align, .right-align.btn {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius, .radius.btn {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px; }
  button.round, .button.round, .round.btn {
    -webkit-border-radius: 1000px;
       -moz-border-radius: 1000px;
            border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .disabled.btn, .button[disabled], [disabled].btn {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.btn:hover, .button.disabled:focus, .disabled.btn:focus, .button[disabled]:hover, [disabled].btn:hover, .button[disabled]:focus, [disabled].btn:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.btn:hover, .button.disabled:focus, .disabled.btn:focus, .button[disabled]:hover, [disabled].btn:hover, .button[disabled]:focus, [disabled].btn:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.btn:hover, .button.disabled:focus, .disabled.btn:focus, .button[disabled]:hover, [disabled].btn:hover, .button[disabled]:focus, [disabled].btn:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .disabled.secondary.btn, .button[disabled].secondary, [disabled].secondary.btn {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary.btn:hover, .button.disabled.secondary:focus, .disabled.secondary.btn:focus, .button[disabled].secondary:hover, [disabled].secondary.btn:hover, .button[disabled].secondary:focus, [disabled].secondary.btn:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary.btn:hover, .button.disabled.secondary:focus, .disabled.secondary.btn:focus, .button[disabled].secondary:hover, [disabled].secondary.btn:hover, .button[disabled].secondary:focus, [disabled].secondary.btn:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .disabled.secondary.btn:hover, .button.disabled.secondary:focus, .disabled.secondary.btn:focus, .button[disabled].secondary:hover, [disabled].secondary.btn:hover, .button[disabled].secondary:focus, [disabled].secondary.btn:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .disabled.success.btn, .button[disabled].success, [disabled].success.btn {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success.btn:hover, .button.disabled.success:focus, .disabled.success.btn:focus, .button[disabled].success:hover, [disabled].success.btn:hover, .button[disabled].success:focus, [disabled].success.btn:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success.btn:hover, .button.disabled.success:focus, .disabled.success.btn:focus, .button[disabled].success:hover, [disabled].success.btn:hover, .button[disabled].success:focus, [disabled].success.btn:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .disabled.success.btn:hover, .button.disabled.success:focus, .disabled.success.btn:focus, .button[disabled].success:hover, [disabled].success.btn:hover, .button[disabled].success:focus, [disabled].success.btn:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .disabled.alert.btn, .button[disabled].alert, [disabled].alert.btn {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert.btn:hover, .button.disabled.alert:focus, .disabled.alert.btn:focus, .button[disabled].alert:hover, [disabled].alert.btn:hover, .button[disabled].alert:focus, [disabled].alert.btn:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert.btn:hover, .button.disabled.alert:focus, .disabled.alert.btn:focus, .button[disabled].alert:hover, [disabled].alert.btn:hover, .button[disabled].alert:focus, [disabled].alert.btn:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .disabled.alert.btn:hover, .button.disabled.alert:focus, .disabled.alert.btn:focus, .button[disabled].alert:hover, [disabled].alert.btn:hover, .button[disabled].alert:focus, [disabled].alert.btn:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .disabled.warning.btn, .button[disabled].warning, [disabled].warning.btn {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .disabled.warning.btn:hover, .button.disabled.warning:focus, .disabled.warning.btn:focus, .button[disabled].warning:hover, [disabled].warning.btn:hover, .button[disabled].warning:focus, [disabled].warning.btn:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .disabled.warning.btn:hover, .button.disabled.warning:focus, .disabled.warning.btn:focus, .button[disabled].warning:hover, [disabled].warning.btn:hover, .button[disabled].warning:focus, [disabled].warning.btn:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .disabled.warning.btn:hover, .button.disabled.warning:focus, .disabled.warning.btn:focus, .button[disabled].warning:hover, [disabled].warning.btn:hover, .button[disabled].warning:focus, [disabled].warning.btn:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .disabled.info.btn, .button[disabled].info, [disabled].info.btn {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .disabled.info.btn:hover, .button.disabled.info:focus, .disabled.info.btn:focus, .button[disabled].info:hover, [disabled].info.btn:hover, .button[disabled].info:focus, [disabled].info.btn:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .disabled.info.btn:hover, .button.disabled.info:focus, .disabled.info.btn:focus, .button[disabled].info:hover, [disabled].info.btn:hover, .button[disabled].info:focus, [disabled].info.btn:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .disabled.info.btn:hover, .button.disabled.info:focus, .disabled.info.btn:focus, .button[disabled].info:hover, [disabled].info.btn:hover, .button[disabled].info:focus, [disabled].info.btn:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  button, .button, .btn {
    display: inline-block; } }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse, form .row .events-list a.featured-event .row, .events-list a.featured-event form .row .row {
    margin: 0; }
    form .row .row.collapse .column, form .row .events-list a.featured-event .row .column, .events-list a.featured-event form .row .row .column,
    form .row .row.collapse .columns,
    form .row .events-list a.featured-event .row .columns, .events-list a.featured-event
    form .row .row .columns {
      padding: 0; }
    form .row .row.collapse input, form .row .events-list a.featured-event .row input, .events-list a.featured-event form .row .row input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      -moz-border-radius-bottomright: 0;
           border-bottom-right-radius: 0;
      -moz-border-radius-topright: 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.5rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  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 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, .postfix.btn {
  border-color: true; }

.prefix.button, .prefix.btn {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius, .prefix.radius.btn {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
       border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
       border-top-left-radius: 3px; }

.postfix.button.radius, .postfix.radius.btn {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
       border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
       border-top-right-radius: 3px; }

.prefix.button.round, .prefix.round.btn {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  -moz-border-radius-bottomleft: 1000px;
       border-bottom-left-radius: 1000px;
  -moz-border-radius-topleft: 1000px;
       border-top-left-radius: 1000px; }

.postfix.button.round, .postfix.round.btn {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -moz-border-radius-bottomright: 1000px;
       border-bottom-right-radius: 1000px;
  -moz-border-radius-topright: 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: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc; }

/* 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"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  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, input[type="color"]: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, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    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"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    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, input[type="color"].radius, textarea.radius {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px; }

form .row .prefix-radius.row.collapse input, form .row .events-list a.featured-event .prefix-radius.row input, .events-list a.featured-event form .row .prefix-radius.row input,
form .row .prefix-radius.row.collapse textarea,
form .row .events-list a.featured-event .prefix-radius.row textarea, .events-list a.featured-event
form .row .prefix-radius.row textarea,
form .row .prefix-radius.row.collapse select,
form .row .events-list a.featured-event .prefix-radius.row select, .events-list a.featured-event
form .row .prefix-radius.row select,
form .row .prefix-radius.row.collapse button,
form .row .events-list a.featured-event .prefix-radius.row button, .events-list a.featured-event
form .row .prefix-radius.row button {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
       border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
       border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix, form .row .events-list a.featured-event .prefix-radius.row .prefix, .events-list a.featured-event form .row .prefix-radius.row .prefix {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
       border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
       border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input, form .row .events-list a.featured-event .postfix-radius.row input, .events-list a.featured-event form .row .postfix-radius.row input,
form .row .postfix-radius.row.collapse textarea,
form .row .events-list a.featured-event .postfix-radius.row textarea, .events-list a.featured-event
form .row .postfix-radius.row textarea,
form .row .postfix-radius.row.collapse select,
form .row .events-list a.featured-event .postfix-radius.row select, .events-list a.featured-event
form .row .postfix-radius.row select,
form .row .postfix-radius.row.collapse button,
form .row .events-list a.featured-event .postfix-radius.row button, .events-list a.featured-event
form .row .postfix-radius.row button {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
       border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
       border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix, form .row .events-list a.featured-event .postfix-radius.row .postfix, .events-list a.featured-event form .row .postfix-radius.row .postfix {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
       border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
       border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input, form .row .events-list a.featured-event .prefix-round.row input, .events-list a.featured-event form .row .prefix-round.row input,
form .row .prefix-round.row.collapse textarea,
form .row .events-list a.featured-event .prefix-round.row textarea, .events-list a.featured-event
form .row .prefix-round.row textarea,
form .row .prefix-round.row.collapse select,
form .row .events-list a.featured-event .prefix-round.row select, .events-list a.featured-event
form .row .prefix-round.row select,
form .row .prefix-round.row.collapse button,
form .row .events-list a.featured-event .prefix-round.row button, .events-list a.featured-event
form .row .prefix-round.row button {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -moz-border-radius-bottomright: 1000px;
       border-bottom-right-radius: 1000px;
  -moz-border-radius-topright: 1000px;
       border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix, form .row .events-list a.featured-event .prefix-round.row .prefix, .events-list a.featured-event form .row .prefix-round.row .prefix {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  -moz-border-radius-bottomleft: 1000px;
       border-bottom-left-radius: 1000px;
  -moz-border-radius-topleft: 1000px;
       border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input, form .row .events-list a.featured-event .postfix-round.row input, .events-list a.featured-event form .row .postfix-round.row input,
form .row .postfix-round.row.collapse textarea,
form .row .events-list a.featured-event .postfix-round.row textarea, .events-list a.featured-event
form .row .postfix-round.row textarea,
form .row .postfix-round.row.collapse select,
form .row .events-list a.featured-event .postfix-round.row select, .events-list a.featured-event
form .row .postfix-round.row select,
form .row .postfix-round.row.collapse button,
form .row .events-list a.featured-event .postfix-round.row button, .events-list a.featured-event
form .row .postfix-round.row button {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  -moz-border-radius-bottomleft: 1000px;
       border-bottom-left-radius: 1000px;
  -moz-border-radius-topleft: 1000px;
       border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix, form .row .events-list a.featured-event .postfix-round.row .postfix, .events-list a.featured-event form .row .postfix-round.row .postfix {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -moz-border-radius-bottomright: 1000px;
       border-bottom-right-radius: 1000px;
  -moz-border-radius-topright: 1000px;
       border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #cccccc; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  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 #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    background: #FFFFFF;
    font-weight: bold;
    margin-left: -0.1875rem;
    margin: 0;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 72.75rem;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px; }
  .reveal-modal.round {
    -webkit-border-radius: 1000px;
       -moz-border-radius: 1000px;
            border-radius: 1000px; }
  .reveal-modal.collapse, .events-list a.featured-event .reveal-modal.row {
    padding: 0; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 72.75rem;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 72.75rem;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 72.75rem;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 72.75rem;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 72.75rem;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.0625em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 72.75rem;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a,
    .tabs .tab-title.active a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
         border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
         border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
         border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 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.5rem;
  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.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

.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.0625em) and (max-width: 63.75em) {
  .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.0625em) {
  .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.8125em) 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.8125em) {
  .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.0625em) 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.0625em) {
  .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.0625em) and (max-width: 6249999.9375em) {
  .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.0625em) {
  .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,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

.arc-content-wrapper a,
.tweetbox a {
  text-decoration: underline; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 70%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color:6 #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  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.25rem;
    margin-bottom: 0; }

/* Ordered List Overrides for Policies */

  .policyContainer ol li, ul li { text-indent: 0; }
  .policyContainer ol li:before { display: none; color:#2d2d2d; }
  .policyContainer ol { list-style-type:upper-alpha; }
  .policyContainer ol ol { list-style-type:decimal; counter-reset:revert; } /* revert added by kevin 9/6/19 */
  .policyContainer ol ol ol { list-style-type:lower-alpha; }
  .policyContainer ol ol ol ol { list-style-type:decimal; counter-reset: list; list-style: none;}
  .policyContainer ol ol ol ol > li:before {
    display: inline-block;
    counter-increment: list;
    content: "(" counter(list, decimal) ") ";
    margin:0;
    margin-right:5px;
  }
  .policyContainer ol ol ol ol li {
    margin-left:0;

  }
  .policyContainer ol ol ol ol ol { list-style-type:lower-roman;}
  .policyContainer ol ol ol ol ol > li:before {
    display: none;
  }
  .policyContainer ol ol ol ol ol li { margin-left:23px; }
  .policyContainer ol ol ol ol ol ol { list-style-type:lower-alpha;}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Added by Kevin to deal with responsiveness in images in blockquotes on news articles 4-28-17 */
.story blockquote img {
  margin-right:30px !important
}
@media only screen and (max-width: 900px) {
  .story blockquote img {
    margin-right:0 !important;
    float:none !important;
  }
  .story blockquote {
    text-align: center!important;
  }
  .story blockquote:before {

  }
  .story blockquote p {
    clear:both;
    text-align: left;
  }
}
/* Added by Kevin one-off to create responsive meal plan boxes. */
div.mealplan-box {
		float:left;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing:    border-box;
	    box-sizing:         border-box;
		width:50%;
		padding-right:20px;
	}
	@media screen and (max-width: 480px) { 
		div.mealplan-box { 
			width:100%;
		}
	}

/* Added by Kevin for left and right aligned images in news stories
.leftImage {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
.rightImage {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}
@media screen and (max-width: 480px) { 
  .leftImage figure, .rightImage figure {
    text-align: center;
  }
  .leftImage figcaption , .rightImage figcaption {
    /*float:none;
    width:90%;
    text-align: center;*/
    margin: 0 auto;
  }
}*/


/* Added by Kevin for gray boxes around general content */
div.grayBox {
  background: #f1f1f1;
  border: 1px solid #d3d3d3;
  padding:20px 30px;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

.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 {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease, -o-transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
       -moz-box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
            box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    -webkit-box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
       -moz-box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
            box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  -o-transition: -o-transform 500ms ease 0s;
  -moz-transition: transform 500ms ease 0s, -moz-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s, -moz-transform 500ms ease 0s, -o-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  -o-transition: -o-transform 500ms ease 0s;
  -moz-transition: transform 500ms ease 0s, -moz-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s, -moz-transform 500ms ease 0s, -o-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.66667rem;
    -webkit-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }
    ul.off-canvas-list li a:active {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .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;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease, -o-transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease, -o-transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* 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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 63.8125em) {
  .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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .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, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  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.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .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, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    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, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    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, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    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, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  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.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    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.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    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.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    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 !important; }

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) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  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) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  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 !important; }

.touch table.show-for-touch {
  display: table !important; }

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; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/*
       * 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 {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  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; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  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; } }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  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; } }

@media not print {
  .show-for-print {
    display: none !important; } }

/* Font awesome icons */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/media/site-assets/public-site/css/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/media/site-assets/public-site/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/media/site-assets/public-site/css/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/media/site-assets/public-site/css/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/media/site-assets/public-site/css/fonts/FontAwesome.otf?v=4.7.0") format("truetype"), url("/media/site-assets/public-site/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .table-scroll-helper:before, a.angle-link:after, .events-list header.events-list-header a:after, a.arrow-link:before, .page-header .page-header-sub a:before, .story-teaser a:before, a.back-to-top:before, a.tweet-link:before, a.button.button-arrow:before, button.button-arrow:before, .photo-button-teaser .photo .button-wrapper a.button:before, .photo-button-teaser .photo .button-wrapper button:before, .photo-button-teaser .photo .button-wrapper a.btn:before, a.button-arrow.btn:before, .photo-button-teaser .photo .button-wrapper button.btn:before, form.search-archives button:before, .gallery-carousel .slick-gallery-carousel .slide a:after, .alert .alert-content:before, .alert .alert-content a.details:after, .alert a.close:before, body.emergency h1.header:before, body.emergency h2.header:before, body.emergency h3.header:before, body.emergency h4.header:before, body.emergency h5.header:before, body.emergency h6.header:before, ul.breadcrumbs li:first-child a:before, ul.nav-list.tools li form.search button[type="submit"]:before, ul.nav-list.tools li a.lancer-dashboard-toggle:after, header.main-header .header-top a.toggle-menu:before, footer.main-footer .footer-top .social a.social-hub:before, .filtration .filters-wrapper a.toggle-filters:before, .full-page .section.header-block .content-wrapper a.full-page-scroll-down:after, .full-page-nav ul li:first-child a:before, .full-page-nav ul li:last-child a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
       transform: rotate(270deg); }

.fa-flip-horizontal, a.tweet-link:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
       transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
       transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root a.tweet-link:before,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }


/* contact block social icon adjustments, Kevin 10/2017 */
.contact-block .fa:before, .contact-block .fa:before {
    font-size: 1.5rem;
}
.contact-block .fa {
    margin-right: 5px;
    margin-top: 5px;
}

/* Slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Fluidbox Lightbox */
@-webkit-keyframes fluidboxLoading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
            transform: translate(-50%, -50%) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
            transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
            transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg); } }
@-moz-keyframes fluidboxLoading {
  0% {
    -moz-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
         transform: translate(-50%, -50%) rotateX(0) rotateY(0); }
  50% {
    -moz-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
         transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0); }
  100% {
    -moz-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
         transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg); } }
@-o-keyframes fluidboxLoading {
  0% {
    transform: translate(-50%, -50%) rotateX(0) rotateY(0); }
  50% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0); }
  100% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg); } }
@keyframes fluidboxLoading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
       -moz-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
            transform: translate(-50%, -50%) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
       -moz-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
            transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
       -moz-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
            transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg); } }

.fluidbox {
  outline: none; }

.fluidbox__overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Transition time for overlay is halved to ensure that flickering doesn't happen */
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .fluidbox--opened .fluidbox__overlay {
    pointer-events: auto; }

.fluidbox__wrap {
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.fluidbox__thumb {
  -webkit-transition: opacity 0s ease-in-out 0s;
  -o-transition: opacity 0s ease-in-out 0s;
  -moz-transition: opacity 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s;
  /* To prevent flickering, we delay the showing of the image */ }
  .fluidbox--closed .fluidbox__thumb {
    -webkit-transition: opacity 0s ease-in-out 0s;
    -o-transition: opacity 0s ease-in-out 0s;
    -moz-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s; }

.fluidbox__ghost {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  transition-duration: 0s, 0.5s;
  transition-delay: 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  /* autoprefixer: off */
  transition-property: opacity, -webkit-transform;
  /* autoprefixer: off */
  transition-property: opacity, transform;
  /* autoprefixer: off */ }
  .fluidbox--opened .fluidbox__ghost {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out; }
  .fluidbox--closed .fluidbox__ghost {
    -webkit-transition-delay: 0.5s, 0s;
       -moz-transition-delay: 0.5s, 0s;
         -o-transition-delay: 0.5s, 0s;
            transition-delay: 0.5s, 0s; }

.fluidbox__loader {
  opacity: 0;
  -webkit-perspective: 200px;
     -moz-perspective: 200px;
          perspective: 200px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .fluidbox__loader::before {
    /* You can replace this with any color you want, or even a loading gif if desired */
    background-color: rgba(255, 255, 255, 0.85);
    content: '';
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    padding-bottom: 20%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }

.fluidbox--loading .fluidbox__loader {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out 0.5s;
  -o-transition: opacity 0.5s ease-in-out 0.5s;
  -moz-transition: opacity 0.5s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0.5s; }
  .fluidbox--loading .fluidbox__loader::before {
    -webkit-animation: fluidboxLoading 1s 0s infinite ease-in-out forwards;
       -moz-animation: fluidboxLoading 1s 0s infinite ease-in-out forwards;
         -o-animation: fluidboxLoading 1s 0s infinite ease-in-out forwards;
            animation: fluidboxLoading 1s 0s infinite ease-in-out forwards; }

/* Responsive Tabs */
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: block; } }

/* Magnific Popup (for lightbox) */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
     -ms-transform: scale(0.75);
      -o-transform: scale(0.75);
         transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
     -ms-transform-origin: 0;
      -o-transform-origin: 0;
         transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
     -ms-transform-origin: 100%;
      -o-transform-origin: 100%;
         transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
 * Patterlab styles
 */
/* -------------------------------------------------------------- */
/*    Atoms - Meta (sort of)
/* -------------------------------------------------------------- */
/* Body Defaults
/* _______________________________________________________________ */
body {
  background: #fafafa;
  font: 100%/1.5 "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #2d2d2d; }

/* Global Helper Classes
/* _______________________________________________________________ */
.clearfix {
  *zoom: 1; }

.clearfix:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* Completely remove from the flow but leave available to screen readers. */
.show-for-screenreaders {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

/* Spacing Helpers
 /* _______________________________________________________________ */
.space-above {
  margin-top: 1.25rem; }

.space-above-large {
  margin-top: 2.5rem; }

.space-below {
  margin-bottom: 1.25rem; }

.space-below-large {
  margin-bottom: 2.5rem; }

.flatten-bottom {
  margin-bottom: 0; }

/* -------------------------------------------------------------- */
/*    Atoms - Global
/* -------------------------------------------------------------- */
/* Animations
/* _______________________________________________________________ */
.animate-fade {
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .animate-fade:hover {
    opacity: 0; }

.animate-move > .demo-shape {
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

/* Colors
/* _______________________________________________________________ */
ul.sg-colors li {
  background-color: #fff; }

.bg-primary {
  background-color: #002147; }

.bg-secondary {
  background-color: #a2a4a3; }

.bg-tertiary {
  background-color: #e31ace; }

.bg-quaternary {
  background-color: #e31ace; }

.bg-quinary {
  background-color: #e31ace; }

.bg-senary {
  background-color: #e31ace; }

.bg-septenary {
  background-color: #e31ace; }

.bg-octonary {
  background-color: #e31ace; }

.bg-nonary {
  background-color: #e31ace; }

.bg-denary {
  background-color: #e31ace; }

.bg-accent-primary {
  background-color: #1c4188; }

.bg-accent-secondary {
  background-color: #007597; }

.bg-accent-tertiary {
  background-color: #65c8c6; }

.bg-accent-quaternary {
  background-color: #f17520; }

.bg-accent-quinary {
  background-color: #ffb612; }

.bg-accent-senary {
  background-color: #bbcdf4; }

.bg-accent-septenary {
  background-color: #e31ace; }

.bg-accent-octonary {
  background-color: #e31ace; }

.bg-accent-nonary {
  background-color: #e31ace; }

.bg-accent-denary {
  background-color: #e31ace; }

.bg-shade-lightest {
  background-color: #fafafa; }

.bg-shade-lighter {
  background-color: #f3f3f3; }

.bg-shade-light {
  background-color: #dedede; }

.bg-shade {
  background-color: #c2c2c2; }

.bg-shade-dark {
  background-color: #a1a1a1; }

.bg-shade-darker {
  background-color: #868686; }

.bg-shade-darkest {
  background-color: #2d2d2d; }

/* Fonts
/* _______________________________________________________________ */
.font-primary {
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif; }

.font-secondary {
  font-family: "Melbourne-Regular", sans-serif; }

.font-tertiary {
  font-family: "adobe-garamond-pro", "Georgia", serif; }

.font-size-smallest {
  font-size: 0.65rem; }

.font-size-smaller {
  font-size: 0.75rem; }

.font-size-small {
  font-size: 0.875rem; }

.font-size-default {
  font-size: 1rem; }

.font-size-large {
  font-size: 1.25rem; }

.font-size-larger {
  font-size: 1.5rem; }

.font-size-largest {
  font-size: 2rem; }

/* Visibility
/* _______________________________________________________________ */
body {
  background: #fafafa;
  font: 100%/1.5 "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #2d2d2d; }

/* Clearfix */
.clearfix {
  *zoom: 1; }

.clearfix:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.space-below {
  margin-bottom: 1em; }
  .space-below.more {
    margin-bottom: 2em; }
  .space-below.lots {
    margin-bottom: 4em; }

.space-above {
  margin-top: 1em; }
  .space-above.more {
    margin-top: 2em; }
  .space-above.lots {
    margin-top: 4em; }

/* Completely remove from the flow but leave available to screen readers. */
.show-for-screenreaders {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

.text-replace {
  display: inline-block;
  font-size: 0; }

.background-underlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block; }

.background-underlay {
  z-index: -1;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: 0 100%;
  background-repeat: no-repeat; }

/* -------------------------------------------------------------- */
/*	Atoms - Text
/* -------------------------------------------------------------- */
/* Blockquote
/* _______________________________________________________________ */
blockquote {
  margin: 0 0 0 0;
  padding: 0;
  color: #2d2d2d;
  border: none;
  text-align: center;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 1.25rem; }
  blockquote:before {
    position: absolute;
    display: block;
    content: '';
    background: url("/media/site-assets/public-site/images/icon-blockquote.svg") no-repeat top center;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto; }
  blockquote p {
    color: inherit;
    font-size: 1.5rem;
    margin-bottom: 0; }
  blockquote cite {
    color: inherit;
    font-style: normal;
    font-family: "Melbourne-Regular", sans-serif;
    font-size: 1rem;
    margin-top: 0.1875rem; }
  blockquote:before {
    width: 13.75rem;
    height: 1.5rem;
    top: -1.76471rem; }

/* Headings
/* _______________________________________________________________ */
h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  color: #2d2d2d; }

h2.tight-heading,
.beta.tight-heading {
  line-height: 1.875rem; }

.alpha {
  font-size: 2.125rem; }

.beta {
  font-size: 1.6875rem; }

.gamma, .tabs-container .tabs-content .content h2 {
  font-size: 1.375rem; }

.delta, .tabs-container .tabs-content .content h3, .news-article-meta .article-subtitle {
  font-size: 1.125rem; }

.epsilon, .tabs-container .tabs-content .content h4 {
  font-size: 1.125rem; }

.zeta, .tabs-container .tabs-content .content h5, .tabs-container .tabs-content .content h6, .news-article-meta .byline {
  font-size: 1rem; }

/* Subheadings
/* _______________________________________________________________ */
.subheading {
  font-family: "Melbourne-Regular", sans-serif;
  font-weight: normal; }

/* Horizontal Rule
/* _______________________________________________________________ */
hr {
  border: 0;
  margin: 0;
  height: 3rem;
  overflow: hidden; }
  hr:after {
    display: block;
    content: '..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................';
    font-size: 24px;
    line-height: 28px;
    margin-top: -20px;
    color: #c2c2c2;
    letter-spacing: 6px; }
  hr:after {
    margin-top: 0; }

/* Inline Elements
/* _______________________________________________________________ */
a {
  color: #1c4188;
  outline: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2555b2;
    text-decoration: underline; }

/* Paragraph
/* _______________________________________________________________ */
/* Paragraph with Dropcap
/* _______________________________________________________________ */
p.dropcap:first-child:first-letter {
  float: left;
  font-size: 5rem;
  line-height: 3.75rem;
  font-family: "adobe-garamond-pro", "Georgia", serif;
  /*font-style: italic;*/
  padding: 0.625rem 0.5rem 0 0; }

/* Preformatted Text
/* _______________________________________________________________ */
/* Time
/* _______________________________________________________________ */
/* -------------------------------------------------------------- */
/*    Atoms - Tables
/* -------------------------------------------------------------- */
/* Default Table
/* _______________________________________________________________ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 1.875rem; }
  table tr {
    border-bottom: #dedede 1px solid; }
    table tr:last-child {
      border-bottom: 0; }
    table tr th,
    table tr td {
      padding: 1.25rem 1.875rem; }
    table tr th {
      text-align: left;
      background: #dedede; }
    table tr td {
      background: #fff; }

/* Dark Table
/* _______________________________________________________________ */
table.dark {
  background: #1c4188;
  color: #fff; }
  table.dark p,
  table.dark h1, table.dark h2, table.dark h3, table.dark h4, table.dark h5, table.dark h6,
  table.dark blockquote cite {
    color: #fff; }
  table.dark a:not(.button):not(.btn) {
    color: #fff; }
    table.dark a:not(.button):not(.btn):hover, table.dark a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    table.dark a:not(.button):not(.btn):before, table.dark a:not(.button):not(.btn):after {
      text-decoration: none; }
  table.dark ul li:before {
    color: #fff; }
  table.dark nav.primary-nav a:hover {
    text-decoration: none; }
  table.dark tr {
    border: 0; }
    table.dark tr th {
      background: #002147; }
    table.dark tr td {
      background: none; }

/* Responsive wrapper for tables
/* _______________________________________________________________ */
.table-responsive.active {
  overflow-x: scroll; }

.table-scroll-helper {
  display: none;
  font-size: 0.625rem;
  text-align: right;
  position: relative;
  padding: 0 0.625rem 0.3125rem 0;
  margin-right: 0.3125rem; }
  .table-scroll-helper:before {
    position: absolute;
    top: 3px;
    bottom: 0;
    left: auto;
    right: 0;
    height: 0.625rem;
    padding-right: 0;
    content: ""; }
  .table-scroll-helper.active {
    display: block; }

/* -------------------------------------------------------------- */
/*	Atoms - Media
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*    Atoms - Lists
/* -------------------------------------------------------------- */
/* Definition Lists
 /* _______________________________________________________________ */
dl {
  margin: 0; }
  dl dt {
    margin: 0; }
    dl dt.no-definition {
      margin-bottom: 0.75rem; }

dd {
  margin-left: 0; }

/* Unordered, Ordered (set defaults)
 /* _______________________________________________________________ */
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.25rem;
  counter-reset: brand-counter; }
  ol li, ul li {
    text-indent: -1rem;
    margin-left: 1.4375rem; }
    ol li:before, ul li:before {
      display: inline-block;
      color: #002147; }

ul li:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 0.25rem;
  vertical-align: top;
  margin-left: 1rem;
  margin-top: 0.5rem; }

ol li {
  counter-increment: brand-counter; }
  ol li:before {
    margin-left: .75rem;
    content: counter(brand-counter) ". "; }

/* Strip Unordered List 
 /* to use a list for layout instead of editorial/text/content
 /* _______________________________________________________________ */
ul.strip-list, ul[class*="block-grid"], ul.alpha-list, ul.alpha-list > li ul, .events-list ul, ul.fact-list, ul.pagination, nav.secondary-nav > ul, .tabs-container ul.tabs, .news-list ul.articles, .news-list-large ul.articles, footer.main-footer .footer-top ul:not(.social-links), footer.main-footer .footer-bottom ul, .bond-grid ul, .masonry-grid ul, .news-articles-index ul.articles-list {
  margin: 0 0 0 0; }
  ul.strip-list > li, ul[class*="block-grid"] > li, ul.alpha-list > li, ul.alpha-list > li ul > li, .events-list ul > li, ul.fact-list > li, ul.pagination > li, nav.secondary-nav > ul > li, .tabs-container ul.tabs > li, .news-list ul.articles > li, .news-list-large ul.articles > li, footer.main-footer .footer-top ul:not(.social-links) > li, footer.main-footer .footer-bottom ul > li, .bond-grid ul > li, .masonry-grid ul > li, .news-articles-index ul.articles-list > li {
    text-indent: 0;
    margin-left: 0; }
    ul.strip-list > li:before, ul[class*="block-grid"] > li:before, ul.alpha-list > li:before, ul.alpha-list > li ul > li:before, .events-list ul > li:before, ul.fact-list > li:before, ul.pagination > li:before, nav.secondary-nav > ul > li:before, .tabs-container ul.tabs > li:before, .news-list ul.articles > li:before, .news-list-large ul.articles > li:before, footer.main-footer .footer-top ul:not(.social-links) > li:before, footer.main-footer .footer-bottom ul > li:before, .bond-grid ul > li:before, .masonry-grid ul > li:before, .news-articles-index ul.articles-list > li:before {
      display: none; }

/* Loose UL Lists
 /* _______________________________________________________________ */
ul.loose-list li, nav.secondary-nav > ul li, footer.main-footer .footer-top ul:not(.social-links) li {
  margin-bottom: 0.625rem; }

/* Inline UL Lists
 /* _______________________________________________________________ */
ul.inline, ul.meta-list, ul.breadcrumbs, ul.pagination, nav.primary-nav ul.nav-list, nav.utility-nav ul.nav-list, .news-category-listing ul.category, header.main-header .header-primary ul.nav-list.tools, footer.main-footer .footer-top .social ul.social-links, .filtration .filters-wrapper ul.filters, .full-page-nav ul {
  list-style: none; }
  ul.inline li, ul.meta-list li, ul.breadcrumbs li, ul.pagination li, nav.primary-nav ul.nav-list li, nav.utility-nav ul.nav-list li, .news-category-listing ul.category li, header.main-header .header-primary ul.nav-list.tools li, footer.main-footer .footer-top .social ul.social-links li, .filtration .filters-wrapper ul.filters li, .full-page-nav ul li {
    display: inline-block;
    text-indent: 0;
    margin-left: 0;
    margin-right: 1.25rem; }
    ul.inline li:last-child, ul.meta-list li:last-child, ul.breadcrumbs li:last-child, ul.pagination li:last-child, nav.primary-nav ul.nav-list li:last-child, nav.utility-nav ul.nav-list li:last-child, .news-category-listing ul.category li:last-child, header.main-header .header-primary ul.nav-list.tools li:last-child, footer.main-footer .footer-top .social ul.social-links li:last-child, .filtration .filters-wrapper ul.filters li:last-child, .full-page-nav ul li:last-child {
      margin-right: 0; }
    ul.inline li:before, ul.meta-list li:before, ul.breadcrumbs li:before, ul.pagination li:before, nav.primary-nav ul.nav-list li:before, nav.utility-nav ul.nav-list li:before, .news-category-listing ul.category li:before, header.main-header .header-primary ul.nav-list.tools li:before, footer.main-footer .footer-top .social ul.social-links li:before, .filtration .filters-wrapper ul.filters li:before, .full-page-nav ul li:before {
      display: none; }
  ul.inline.spaced-more li, ul.spaced-more.meta-list li, ul.spaced-more.breadcrumbs li, ul.spaced-more.pagination li, nav.primary-nav ul.spaced-more.nav-list li, nav.utility-nav ul.spaced-more.nav-list li, .news-category-listing ul.spaced-more.category li, header.main-header .header-primary ul.spaced-more.nav-list.tools li, footer.main-footer .footer-top .social ul.spaced-more.social-links li, .filtration .filters-wrapper ul.spaced-more.filters li, .full-page-nav ul.spaced-more li {
    margin-right: 2.5rem; }
    ul.inline.spaced-more li:last-child, ul.spaced-more.meta-list li:last-child, ul.spaced-more.breadcrumbs li:last-child, ul.spaced-more.pagination li:last-child, nav.primary-nav ul.spaced-more.nav-list li:last-child, nav.utility-nav ul.spaced-more.nav-list li:last-child, .news-category-listing ul.spaced-more.category li:last-child, header.main-header .header-primary ul.spaced-more.nav-list.tools li:last-child, footer.main-footer .footer-top .social ul.spaced-more.social-links li:last-child, .filtration .filters-wrapper ul.spaced-more.filters li:last-child, .full-page-nav ul.spaced-more li:last-child {
      margin-right: 0; }

/* -------------------------------------------------------------- */
/*	Atoms - Links
/* -------------------------------------------------------------- */
/* Link alt color
/* _______________________________________________________________ */
a.color-alt:link, a.color-alt:visited {
  color: #ffb612; }

a.color-alt:hover, a.color-alt:focus, a.color-alt:active {
  color: #ffce5f; }

/* Angle Link
/* _______________________________________________________________ */
a.angle-link, .events-list header.events-list-header a {
  text-decoration: none;
  font-size: 0.875rem;
  font-family: "Melbourne-Regular", sans-serif; }
  a.angle-link:after, .events-list header.events-list-header a:after {
    content: "";
    margin-left: 0.25rem; }

/* Arrow Link
/* _______________________________________________________________ */
a.arrow-link, .page-header .page-header-sub a, .story-teaser a {
  text-decoration: none;
  font-weight: bold; }
  a.arrow-link:before, .page-header .page-header-sub a:before, .story-teaser a:before {
    content: "";
    margin-right: 0.4375rem; }

/* Back to Top
/* _______________________________________________________________ */
a.back-to-top {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1.25rem; }
  a.back-to-top:hover:before {
    background-color: #2555b2; }
  a.back-to-top:before {
    display: inline-block;
    content: "";
    font-size: 0.75rem;
    margin-right: 0.4375rem;
    background-color: #1c4188;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 18px;
       -moz-border-radius: 18px;
            border-radius: 18px;
    vertical-align: middle; }

/* Tweet Link
/* _______________________________________________________________ */
a.tweet-link {
  text-transform: uppercase;
  text-decoration: none; }
  a.tweet-link:before {
    content: "";
    margin-right: 0.4375rem; }

/* Story Label
/* _______________________________________________________________ */
a.story-label {
  display: inline-block;
  padding: 0.25rem 1.25rem 0;
  font-family: "Melbourne-Regular", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #c2c2c2; }
  a.story-label:hover {
    background-color: #cfcfcf; }
  a.story-label.label-feature {
    background-color: #ffb612; }
    a.story-label.label-feature:hover {
      background-color: #ffc645; }
  a.story-label.label-news {
    background-color: #002147; }
    a.story-label.label-news:hover {
      background-color: #00397a; }
  a.story-label.label-op-ed {
    background-color: #f17520; }
    a.story-label.label-op-ed:hover {
      background-color: #f49350; }
  a.story-label.label-profile {
    background-color: #65c8c6; }
    a.story-label.label-profile:hover {
      background-color: #8bd5d4; }
  a.story-label.label-buzz {
    background-color: #1c4188; }
    a.story-label.label-buzz:hover {
      background-color: #2555b2; }
  a.story-label.label-multimedia {
    background-color: #007597; }
    a.story-label.label-multimedia:hover {
      background-color: #009dca; }
  a.story-label.label-essay {
    background-color: #c2c2c2; }
    a.story-label.label-essay:hover {
      background-color: gainsboro; }

/* -------------------------------------------------------------- */
/*    Atoms - Images
/* -------------------------------------------------------------- */
/* Favicon
/* _______________________________________________________________ */
/* Icons
/* _______________________________________________________________ */
/* Image Sizes
*/
.leftImage {
  float:left;
  margin-right:20px;
  margin-bottom:20px;
  max-width:50%;
}
.rightImage {
  float:right;
  margin-left:20px;
  margin-bottom:20px;
  max-width:50%;
}
@media (max-width: 600px) {
 .leftImage, .rightImage {
    float: none;
    margin: 20px auto;
    max-width: 100%;
    width: 100%!important;
    text-align: center;
  }
  .leftImage img, .rightImage img {
    float: none!important;
    margin: 0 auto!important;
    width: 100%!important;
  }
}
/* _______________________________________________________________ */
/* Logos
/* _______________________________________________________________ */
.logo {
  display: inline-block; }
  .logo img {
    max-width: 100%;
    width: 344px;
    height: 50px; }

/* -------------------------------------------------------------- */
/*  Atoms - Forms
/* -------------------------------------------------------------- */
/* Form Defaults
/* _______________________________________________________________ */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="color"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="datetime"],
input[type="datetime-local"],
textarea,
select {
  margin-top: 1.0625rem;
  margin-bottom: 1.5625rem; }

/* Buttons: Submit/Reset
/* _______________________________________________________________ */
/* Checkbox
/* _______________________________________________________________ */
/* HTML5 Inputs
/* _______________________________________________________________ */
input[type="color"],
input[type="range"] {
  cursor: pointer; }

input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="datetime"],
input[type="datetime-local"] {
  cursor: text; }

/* Radio Buttons
/* _______________________________________________________________ */
/* Select Menu
/* _______________________________________________________________ */
select {
  cursor: pointer; }

/* Text Fields
/* _______________________________________________________________ */
/* -------------------------------------------------------------- */
/*  Atoms - Buttons
/* -------------------------------------------------------------- */
/* Buttons
/* _______________________________________________________________ */
a.button, button, a.btn {
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  padding: 0.625rem 2rem;
  font-size: 1rem;
  background-color: #1c4188; }
  a.button:hover, button:hover, a.btn:hover, a.button:active, button:active, a.btn:active {
    text-decoration: none;
    background-color: #295fc7; }
  a.button:focus, button:focus, a.btn:focus {
    background-color: #132d5e;
    text-decoration: none; }
  a.button.button-arrow:before, button.button-arrow:before, .photo-button-teaser .photo .button-wrapper a.button:before, .photo-button-teaser .photo .button-wrapper button:before, .photo-button-teaser .photo .button-wrapper a.btn:before, a.button-arrow.btn:before, .photo-button-teaser .photo .button-wrapper button.btn:before {
    content: "";
    margin-right: 0.4375rem; }
  a.button.button-highlight, button, .contact-block a.button, .contact-block button, .contact-block a.btn, .teaser.theme-dark a.button, .teaser.theme-dark button, .teaser.theme-dark a.btn, a.button-highlight.btn, button.btn, .contact-block button.btn, .teaser.theme-dark button.btn {
    background-color: #f17520; }
    a.button.button-highlight:hover, button:hover, .contact-block a.button:hover, .contact-block button:hover, .contact-block a.btn:hover, .teaser.theme-dark a.button:hover, .teaser.theme-dark button:hover, .teaser.theme-dark a.btn:hover, a.button-highlight.btn:hover, a.button.button-highlight:active, button:active, .contact-block a.button:active, .contact-block button:active, .contact-block a.btn:active, .teaser.theme-dark a.button:active, .teaser.theme-dark button:active, .teaser.theme-dark a.btn:active, a.button-highlight.btn:active {
      background-color: #f49350; }
    a.button.button-highlight:focus, button:focus, .contact-block a.button:focus, .contact-block button:focus, .contact-block a.btn:focus, .teaser.theme-dark a.button:focus, .teaser.theme-dark button:focus, .teaser.theme-dark a.btn:focus, a.button-highlight.btn:focus {
      background-color: #d15d0d; }
  a.button.block-button, button.block-button, a.block-button.btn {
    background: #dedede;
    padding: 1.875rem 1.5625rem;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    text-align: left; }
    a.button.block-button:hover, button.block-button:hover, a.block-button.btn:hover {
      background: #ebebeb; }
    a.button.block-button .superhead, button.block-button .superhead, a.block-button.btn .superhead {
      font-style: italic;
      font-family: "adobe-garamond-pro", "Georgia", serif;
      color: #2d2d2d;
      font-size: 1.25rem; }
    a.button.block-button .headline, button.block-button .headline, a.block-button.btn .headline {
      color: #1c4188;
      text-transform: uppercase;
      font-size: 1.5rem; }
    a.button.block-button .blurb, button.block-button .blurb, a.block-button.btn .blurb {
      color: #868686; }
    a.button.block-button.dark, button.block-button.dark, .block-button-grid ul li a.button.block-button, .block-button-grid ul li button.block-button, .block-button-grid ul li a.block-button.btn, a.block-button.dark.btn {
      background: #1c4188; }
      a.button.block-button.dark:hover, button.block-button.dark:hover, .block-button-grid ul li a.button.block-button:hover, .block-button-grid ul li button.block-button:hover, .block-button-grid ul li a.block-button.btn:hover, a.block-button.dark.btn:hover {
        background: #2555b2; }
      a.button.block-button.dark .superhead, button.block-button.dark .superhead, .block-button-grid ul li a.button.block-button .superhead, .block-button-grid ul li button.block-button .superhead, .block-button-grid ul li a.block-button.btn .superhead, a.block-button.dark.btn .superhead,
      a.button.block-button.dark .headline, button.block-button.dark .headline, .block-button-grid ul li a.button.block-button .headline, .block-button-grid ul li button.block-button .headline, .block-button-grid ul li a.block-button.btn .headline, a.block-button.dark.btn .headline,
      a.button.block-button.dark .blurb, button.block-button.dark .blurb, .block-button-grid ul li a.button.block-button .blurb, .block-button-grid ul li button.block-button .blurb, .block-button-grid ul li a.block-button.btn .blurb, a.block-button.dark.btn .blurb {
        color: #fff; }
  a.button.tweet-link, button.tweet-link, a.tweet-link.btn {
    text-transform: none;
    font-weight: bold; }

/* -------------------------------------------------------------- */
/*    Molecules - Blocks
/* -------------------------------------------------------------- */
/* Arc Block
/* _______________________________________________________________ */
.arc-block, .quote-block, .fact-slab.full-color .fact-slab-text, .fact-slab-photo .photo-wrapper .fact-slab-text, .full-page-circle-photos .section-header .header, .full-page-collage .section-header .header, .full-page-two-photo .content {
  display: inline-block;
  padding: 2.5rem 3.125rem 2.5rem 4.0625rem;
  position: relative;
  overflow: hidden; }
  .arc-block:not(.invert), .quote-block:not(.invert), .fact-slab.full-color .fact-slab-text:not(.invert), .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert), .full-page-circle-photos .section-header .header:not(.invert), .full-page-collage .section-header .header:not(.invert), .full-page-two-photo .content:not(.invert) {
    color: #fff; }
    .arc-block:not(.invert) p, .quote-block:not(.invert) p, .fact-slab.full-color .fact-slab-text:not(.invert) p, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) p, .full-page-circle-photos .section-header .header:not(.invert) p, .full-page-collage .section-header .header:not(.invert) p, .full-page-two-photo .content:not(.invert) p,
    .arc-block:not(.invert) h1, .quote-block:not(.invert) h1, .fact-slab.full-color .fact-slab-text:not(.invert) h1, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) h1, .full-page-circle-photos .section-header .header:not(.invert) h1, .full-page-collage .section-header .header:not(.invert) h1, .full-page-two-photo .content:not(.invert) h1, .arc-block:not(.invert) h2, .quote-block:not(.invert) h2, .fact-slab.full-color .fact-slab-text:not(.invert) h2, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) h2, .full-page-circle-photos .section-header .header:not(.invert) h2, .full-page-collage .section-header .header:not(.invert) h2, .full-page-two-photo .content:not(.invert) h2, .arc-block:not(.invert) h3, .quote-block:not(.invert) h3, .fact-slab.full-color .fact-slab-text:not(.invert) h3, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) h3, .full-page-circle-photos .section-header .header:not(.invert) h3, .full-page-collage .section-header .header:not(.invert) h3, .full-page-two-photo .content:not(.invert) h3, .arc-block:not(.invert) h4, .quote-block:not(.invert) h4, .fact-slab.full-color .fact-slab-text:not(.invert) h4, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) h4, .full-page-circle-photos .section-header .header:not(.invert) h4, .full-page-collage .section-header .header:not(.invert) h4, .full-page-two-photo .content:not(.invert) h4, .arc-block:not(.invert) h5, .quote-block:not(.invert) h5, .fact-slab.full-color .fact-slab-text:not(.invert) h5, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) h5, .full-page-circle-photos .section-header .header:not(.invert) h5, .full-page-collage .section-header .header:not(.invert) h5, .full-page-two-photo .content:not(.invert) h5, .arc-block:not(.invert) h6, .quote-block:not(.invert) h6, .fact-slab.full-color .fact-slab-text:not(.invert) h6, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) h6, .full-page-circle-photos .section-header .header:not(.invert) h6, .full-page-collage .section-header .header:not(.invert) h6, .full-page-two-photo .content:not(.invert) h6,
    .arc-block:not(.invert) blockquote cite, .quote-block:not(.invert) blockquote cite, .fact-slab.full-color .fact-slab-text:not(.invert) blockquote cite, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) blockquote cite, .full-page-circle-photos .section-header .header:not(.invert) blockquote cite, .full-page-collage .section-header .header:not(.invert) blockquote cite, .full-page-two-photo .content:not(.invert) blockquote cite {
      color: #fff; }
    .arc-block:not(.invert) a:not(.button):not(.btn), .quote-block:not(.invert) a:not(.button):not(.btn), .fact-slab.full-color .fact-slab-text:not(.invert) a:not(.button):not(.btn), .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) a:not(.button):not(.btn), .full-page-circle-photos .section-header .header:not(.invert) a:not(.button):not(.btn), .full-page-collage .section-header .header:not(.invert) a:not(.button):not(.btn), .full-page-two-photo .content:not(.invert) a:not(.button):not(.btn) {
      color: #fff; }
      .arc-block:not(.invert) a:not(.button):not(.btn):hover, .quote-block:not(.invert) a:not(.button):not(.btn):hover, .fact-slab.full-color .fact-slab-text:not(.invert) a:not(.button):not(.btn):hover, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) a:not(.button):not(.btn):hover, .full-page-circle-photos .section-header .header:not(.invert) a:not(.button):not(.btn):hover, .full-page-collage .section-header .header:not(.invert) a:not(.button):not(.btn):hover, .full-page-two-photo .content:not(.invert) a:not(.button):not(.btn):hover, .arc-block:not(.invert) a:not(.button):not(.btn):focus, .quote-block:not(.invert) a:not(.button):not(.btn):focus, .fact-slab.full-color .fact-slab-text:not(.invert) a:not(.button):not(.btn):focus, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) a:not(.button):not(.btn):focus, .full-page-circle-photos .section-header .header:not(.invert) a:not(.button):not(.btn):focus, .full-page-collage .section-header .header:not(.invert) a:not(.button):not(.btn):focus, .full-page-two-photo .content:not(.invert) a:not(.button):not(.btn):focus {
        text-decoration: underline; }
      .arc-block:not(.invert) a:not(.button):not(.btn):before, .quote-block:not(.invert) a:not(.button):not(.btn):before, .fact-slab.full-color .fact-slab-text:not(.invert) a:not(.button):not(.btn):before, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) a:not(.button):not(.btn):before, .full-page-circle-photos .section-header .header:not(.invert) a:not(.button):not(.btn):before, .full-page-collage .section-header .header:not(.invert) a:not(.button):not(.btn):before, .full-page-two-photo .content:not(.invert) a:not(.button):not(.btn):before, .arc-block:not(.invert) a:not(.button):not(.btn):after, .quote-block:not(.invert) a:not(.button):not(.btn):after, .fact-slab.full-color .fact-slab-text:not(.invert) a:not(.button):not(.btn):after, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) a:not(.button):not(.btn):after, .full-page-circle-photos .section-header .header:not(.invert) a:not(.button):not(.btn):after, .full-page-collage .section-header .header:not(.invert) a:not(.button):not(.btn):after, .full-page-two-photo .content:not(.invert) a:not(.button):not(.btn):after {
        text-decoration: none; }
    .arc-block:not(.invert) ul li:before, .quote-block:not(.invert) ul li:before, .fact-slab.full-color .fact-slab-text:not(.invert) ul li:before, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) ul li:before, .full-page-circle-photos .section-header .header:not(.invert) ul li:before, .full-page-collage .section-header .header:not(.invert) ul li:before, .full-page-two-photo .content:not(.invert) ul li:before {
      color: #fff; }
    .arc-block:not(.invert) nav.primary-nav a:hover, .quote-block:not(.invert) nav.primary-nav a:hover, .fact-slab.full-color .fact-slab-text:not(.invert) nav.primary-nav a:hover, .fact-slab-photo .photo-wrapper .fact-slab-text:not(.invert) nav.primary-nav a:hover, .full-page-circle-photos .section-header .header:not(.invert) nav.primary-nav a:hover, .full-page-collage .section-header .header:not(.invert) nav.primary-nav a:hover, .full-page-two-photo .content:not(.invert) nav.primary-nav a:hover {
      text-decoration: none; }
  .arc-block h1, .quote-block h1, .fact-slab.full-color .fact-slab-text h1, .fact-slab-photo .photo-wrapper .fact-slab-text h1, .full-page-circle-photos .section-header .header h1, .full-page-collage .section-header .header h1, .full-page-two-photo .content h1, .arc-block h2, .quote-block h2, .fact-slab.full-color .fact-slab-text h2, .fact-slab-photo .photo-wrapper .fact-slab-text h2, .full-page-circle-photos .section-header .header h2, .full-page-collage .section-header .header h2, .full-page-two-photo .content h2, .arc-block h3, .quote-block h3, .fact-slab.full-color .fact-slab-text h3, .fact-slab-photo .photo-wrapper .fact-slab-text h3, .full-page-circle-photos .section-header .header h3, .full-page-collage .section-header .header h3, .full-page-two-photo .content h3, .arc-block h4, .quote-block h4, .fact-slab.full-color .fact-slab-text h4, .fact-slab-photo .photo-wrapper .fact-slab-text h4, .full-page-circle-photos .section-header .header h4, .full-page-collage .section-header .header h4, .full-page-two-photo .content h4, .arc-block h5, .quote-block h5, .fact-slab.full-color .fact-slab-text h5, .fact-slab-photo .photo-wrapper .fact-slab-text h5, .full-page-circle-photos .section-header .header h5, .full-page-collage .section-header .header h5, .full-page-two-photo .content h5, .arc-block h6, .quote-block h6, .fact-slab.full-color .fact-slab-text h6, .fact-slab-photo .photo-wrapper .fact-slab-text h6, .full-page-circle-photos .section-header .header h6, .full-page-collage .section-header .header h6, .full-page-two-photo .content h6,
  .arc-block p, .quote-block p, .fact-slab.full-color .fact-slab-text p, .fact-slab-photo .photo-wrapper .fact-slab-text p, .full-page-circle-photos .section-header .header p, .full-page-collage .section-header .header p, .full-page-two-photo .content p {
    margin-top: 0; }
    .arc-block h1:last-child, .quote-block h1:last-child, .fact-slab.full-color .fact-slab-text h1:last-child, .fact-slab-photo .photo-wrapper .fact-slab-text h1:last-child, .full-page-circle-photos .section-header .header h1:last-child, .full-page-collage .section-header .header h1:last-child, .full-page-two-photo .content h1:last-child, .arc-block h2:last-child, .quote-block h2:last-child, .fact-slab.full-color .fact-slab-text h2:last-child, .fact-slab-photo .photo-wrapper .fact-slab-text h2:last-child, .full-page-circle-photos .section-header .header h2:last-child, .full-page-collage .section-header .header h2:last-child, .full-page-two-photo .content h2:last-child, .arc-block h3:last-child, .quote-block h3:last-child, .fact-slab.full-color .fact-slab-text h3:last-child, .fact-slab-photo .photo-wrapper .fact-slab-text h3:last-child, .full-page-circle-photos .section-header .header h3:last-child, .full-page-collage .section-header .header h3:last-child, .full-page-two-photo .content h3:last-child, .arc-block h4:last-child, .quote-block h4:last-child, .fact-slab.full-color .fact-slab-text h4:last-child, .fact-slab-photo .photo-wrapper .fact-slab-text h4:last-child, .full-page-circle-photos .section-header .header h4:last-child, .full-page-collage .section-header .header h4:last-child, .full-page-two-photo .content h4:last-child, .arc-block h5:last-child, .quote-block h5:last-child, .fact-slab.full-color .fact-slab-text h5:last-child, .fact-slab-photo .photo-wrapper .fact-slab-text h5:last-child, .full-page-circle-photos .section-header .header h5:last-child, .full-page-collage .section-header .header h5:last-child, .full-page-two-photo .content h5:last-child, .arc-block h6:last-child, .quote-block h6:last-child, .fact-slab.full-color .fact-slab-text h6:last-child, .fact-slab-photo .photo-wrapper .fact-slab-text h6:last-child, .full-page-circle-photos .section-header .header h6:last-child, .full-page-collage .section-header .header h6:last-child, .full-page-two-photo .content h6:last-child,
    .arc-block p:last-child, .quote-block p:last-child, .fact-slab.full-color .fact-slab-text p:last-child, .fact-slab-photo .photo-wrapper .fact-slab-text p:last-child, .full-page-circle-photos .section-header .header p:last-child, .full-page-collage .section-header .header p:last-child, .full-page-two-photo .content p:last-child {
      margin-bottom: 0; }
  .arc-block .arc-content-wrapper, .quote-block .arc-content-wrapper, .fact-slab.full-color .fact-slab-text .arc-content-wrapper, .fact-slab-photo .photo-wrapper .fact-slab-text .arc-content-wrapper, .full-page-circle-photos .section-header .header .arc-content-wrapper, .full-page-collage .section-header .header .arc-content-wrapper, .full-page-two-photo .content .arc-content-wrapper {
    position: relative;
    z-index: 2; }
    .arc-block .arc-content-wrapper .blurb-text, .quote-block .arc-content-wrapper .blurb-text, .fact-slab.full-color .fact-slab-text .arc-content-wrapper .blurb-text, .fact-slab-photo .photo-wrapper .fact-slab-text .arc-content-wrapper .blurb-text, .full-page-circle-photos .section-header .header .arc-content-wrapper .blurb-text, .full-page-collage .section-header .header .arc-content-wrapper .blurb-text, .full-page-two-photo .content .arc-content-wrapper .blurb-text {
      font-size: 0.875rem; }
    .arc-block .arc-content-wrapper .blurb-subtext, .quote-block .arc-content-wrapper .blurb-subtext, .fact-slab.full-color .fact-slab-text .arc-content-wrapper .blurb-subtext, .fact-slab-photo .photo-wrapper .fact-slab-text .arc-content-wrapper .blurb-subtext, .full-page-circle-photos .section-header .header .arc-content-wrapper .blurb-subtext, .full-page-collage .section-header .header .arc-content-wrapper .blurb-subtext, .full-page-two-photo .content .arc-content-wrapper .blurb-subtext {
      font-family: "Melbourne-Regular", sans-serif;
      font-size: 0.875rem;
      text-transform: uppercase; }
  .arc-block .shape-wrapper, .quote-block .shape-wrapper, .fact-slab.full-color .fact-slab-text .shape-wrapper, .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper, .full-page-circle-photos .section-header .header .shape-wrapper, .full-page-collage .section-header .header .shape-wrapper, .full-page-two-photo .content .shape-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: auto;
    z-index: 1; }
    .arc-block .shape-wrapper path#shape-wave, .quote-block .shape-wrapper path#shape-wave, .fact-slab.full-color .fact-slab-text .shape-wrapper path#shape-wave, .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper path#shape-wave, .full-page-circle-photos .section-header .header .shape-wrapper path#shape-wave, .full-page-collage .section-header .header .shape-wrapper path#shape-wave, .full-page-two-photo .content .shape-wrapper path#shape-wave {
      display: none; }
    .arc-block .shape-wrapper path#shape-color, .quote-block .shape-wrapper path#shape-color, .fact-slab.full-color .fact-slab-text .shape-wrapper path#shape-color, .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper path#shape-color, .full-page-circle-photos .section-header .header .shape-wrapper path#shape-color, .full-page-collage .section-header .header .shape-wrapper path#shape-color, .full-page-two-photo .content .shape-wrapper path#shape-color {
      fill: #65c8c6; }
    .arc-block .shape-wrapper svg, .quote-block .shape-wrapper svg, .fact-slab.full-color .fact-slab-text .shape-wrapper svg, .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper svg, .full-page-circle-photos .section-header .header .shape-wrapper svg, .full-page-collage .section-header .header .shape-wrapper svg, .full-page-two-photo .content .shape-wrapper svg {
      position: absolute;
      top: 0;
      left: 0; }
  .arc-block.curve-right .shape-wrapper, .curve-right.quote-block .shape-wrapper, .fact-slab.full-color .curve-right.fact-slab-text .shape-wrapper, .fact-slab-photo .photo-wrapper .curve-right.fact-slab-text .shape-wrapper, .full-page-circle-photos .section-header .curve-right.header .shape-wrapper, .full-page-collage .section-header .curve-right.header .shape-wrapper, .full-page-two-photo .content .shape-wrapper {
    right: 0;
    left: auto; }
    .arc-block.curve-right .shape-wrapper svg, .curve-right.quote-block .shape-wrapper svg, .fact-slab.full-color .curve-right.fact-slab-text .shape-wrapper svg, .fact-slab-photo .photo-wrapper .curve-right.fact-slab-text .shape-wrapper svg, .full-page-circle-photos .section-header .curve-right.header .shape-wrapper svg, .full-page-collage .section-header .curve-right.header .shape-wrapper svg, .full-page-two-photo .content .shape-wrapper svg {
      left: auto;
      right: 0; }

/* Address Block
/* _______________________________________________________________ */
.address-block {
  margin-bottom: 0.9375rem; margin-top:2rem; }
  .address-block h1, .address-block h2, .address-block h3, .address-block h4, .address-block h5, .address-block h6 {
    font-size: 1.5rem;
    font-weight: bold; }
  .address-block p {
    margin-bottom: 0.3125rem; }

/* Contact Block
/* _______________________________________________________________ */
.contact-block {
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
  position: relative; }
  .contact-block:before {
    position: absolute;
    display: block;
    content: '';
    background: url("/media/site-assets/public-site/images/icon-blockquote.svg") no-repeat top center;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto; }
  .contact-block:before {
    width: 100%;
    height: 50%; }
  .contact-block h1, .contact-block h2, .contact-block h3, .contact-block h4, .contact-block h5, .contact-block h6,
  .contact-block p {
    margin-bottom: 0; }
  .contact-block h1, .contact-block h2, .contact-block h3, .contact-block h4, .contact-block h5, .contact-block h6 {
    font-weight: bold; }
  .contact-block .button, .contact-block .btn {
    display: block;
    margin-top: 3.125rem; }

/* Campaign Blocks - defaults
/* _______________________________________________________________ */
.campaign-number-block,
.campaign-content-block {
  min-height: 38.75rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .campaign-number-block p,
  .campaign-number-block h1, .campaign-number-block h2, .campaign-number-block h3, .campaign-number-block h4, .campaign-number-block h5, .campaign-number-block h6,
  .campaign-number-block blockquote cite,
  .campaign-content-block p,
  .campaign-content-block h1,
  .campaign-content-block h2,
  .campaign-content-block h3,
  .campaign-content-block h4,
  .campaign-content-block h5,
  .campaign-content-block h6,
  .campaign-content-block blockquote cite {
    color: #fff; }
  .campaign-number-block a:not(.button):not(.btn),
  .campaign-content-block a:not(.button):not(.btn) {
    color: #fff; }
    .campaign-number-block a:not(.button):not(.btn):hover, .campaign-number-block a:not(.button):not(.btn):focus,
    .campaign-content-block a:not(.button):not(.btn):hover,
    .campaign-content-block a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    .campaign-number-block a:not(.button):not(.btn):before, .campaign-number-block a:not(.button):not(.btn):after,
    .campaign-content-block a:not(.button):not(.btn):before,
    .campaign-content-block a:not(.button):not(.btn):after {
      text-decoration: none; }
  .campaign-number-block ul li:before,
  .campaign-content-block ul li:before {
    color: #fff; }
  .campaign-number-block nav.primary-nav a:hover,
  .campaign-content-block nav.primary-nav a:hover {
    text-decoration: none; }
  @media (max-width: 63.75em) {
    .campaign-number-block,
    .campaign-content-block {
      /*min-height: 0;*/ } }
  .campaign-number-block .inner,
  .campaign-content-block .inner {
    -ms-flex: 0 1 auto; }

/* Campaign Content Block
/* _______________________________________________________________ */
.campaign-content-block {
  background: #1c4188 url("/media/site-assets/public-site/images/wave-tile-dark-(1).png");
  padding: 1.25rem 3.75rem; }
  @media (max-width: 40em) {
    .campaign-content-block {
      padding: 1.25rem; } }
  .campaign-content-block ul.fact-list {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .campaign-content-block ul.fact-list:before, .campaign-content-block ul.fact-list:after {
      content: " ";
      display: table; }
    .campaign-content-block ul.fact-list:after {
      clear: both; }
    .campaign-content-block ul.fact-list > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.625rem 1.25rem; }
    .campaign-content-block ul.fact-list > li {
      list-style: none;
      padding: 0 0.625rem 1.25rem;
      width: 50%; }
      .campaign-content-block ul.fact-list > li:nth-of-type(1n) {
        clear: none; }
      .campaign-content-block ul.fact-list > li:nth-of-type(2n+1) {
        clear: both; }
  .campaign-content-block.theme-light {
    background-color: #007597; }
    .campaign-content-block.theme-light .single-tweet-promo .tweetbox {
      background-color: #1c4188; }
    .campaign-content-block.theme-light .quote-block .shape-wrapper path#shape-color {
      fill: #1c4188; }
  .campaign-content-block.theme-medium {
    background-color: #1c4188; }
    .campaign-content-block.theme-medium .single-tweet-promo .tweetbox {
      background-color: #002147; }
    .campaign-content-block.theme-medium .quote-block .shape-wrapper path#shape-color {
      fill: #002147; }
  .campaign-content-block.theme-dark {
    background-color: #002147; }
    .campaign-content-block.theme-dark .single-tweet-promo .tweetbox {
      background-color: #007597; }
  .campaign-content-block .quote-block .shape-wrapper path#shape-color {
    fill: #007597; }

/* Campaign Number Block
/* _______________________________________________________________ */
.campaign-number-block {
  background: #1c4188;
  text-align: center;
  padding: 0 8.125rem;
  position: relative;
  overflow: hidden; }
  @media (max-width: 40em) {
    .campaign-number-block {
      padding: 1.25rem; } }
  .campaign-number-block h1, .campaign-number-block h2, .campaign-number-block h3, .campaign-number-block h4, .campaign-number-block h5, .campaign-number-block h6 {
    margin-top: 0; }
  .campaign-number-block .background-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.2; }
    .campaign-number-block .background-image img {
      width: auto;
      max-width: none; }
  .campaign-number-block .inner {
    margin: 0 auto;
    z-index: 1; }
    @media (max-width: 63.75em) {
      .campaign-number-block .inner {
        padding: 9.375rem 0; } }
  .campaign-number-block.theme-light {
    background-color: #007597; }
  .campaign-number-block.theme-medium {
    background-color: #1c4188; }
  .campaign-number-block.theme-dark {
    background-color: #002147; }

/* Campaign Adjustments: Kevin 10/2017 */
.campaignRight {
  float:right;
}



/* Intro Block
/* _______________________________________________________________ */
.intro-block {
  overflow: hidden;
  text-align: center;
  margin-bottom: 1.25rem; }
  .intro-block:after, .intro-block:before {
    display: block;
    content: '..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................';
    font-size: 24px;
    line-height: 28px;
    margin-top: -20px;
    color: #c2c2c2;
    letter-spacing: 6px; }
  .intro-block:before {
    margin-bottom: 1.25rem; }
  .intro-block:after {
    margin-top: 0.3125rem; }
  .intro-block > :last-child {
    margin-bottom: 0; }

/* List Block
/* _______________________________________________________________ */
.list-block ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }
  @media (max-width: 40em) {
    .list-block ul {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

/* Masonry Grid Item
/* _______________________________________________________________ */
.masonry-item {
  padding: 0.625rem 0; }
  .masonry-item .inner {
    border-left: #a1a1a1 2px solid;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    position: relative;
    padding: 0 0 0 1.25rem; }
    .masonry-item .inner:before, .masonry-item .inner:after {
      display: inline-block;
      content: '';
      position: absolute;
      left: -5px;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      background: #a1a1a1; }
    .masonry-item .inner:before {
      top: -13px;
      background: #ffb612; }
    .masonry-item .inner:after {
      bottom: -13px; }

/* Person Detail Block
/* _______________________________________________________________ */
.person-detail-block {
  margin-bottom: 1.25rem; }
  .person-detail-block .name,
  .person-detail-block .phone,
  .person-detail-block .title {
    margin-bottom: 0; }
  @media (max-width: 40em) {
    .person-detail-block figure {
      margin-bottom: 1.25rem; } }

/* Quote Blocks
/* _______________________________________________________________ */
.quote-block {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  color: #fff; }
  .quote-block p,
  .quote-block h1, .quote-block h2, .quote-block h3, .quote-block h4, .quote-block h5, .quote-block h6,
  .quote-block blockquote cite {
    color: #fff; }
  .quote-block a:not(.button):not(.btn) {
    color: #fff; }
    .quote-block a:not(.button):not(.btn):hover, .quote-block a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    .quote-block a:not(.button):not(.btn):before, .quote-block a:not(.button):not(.btn):after {
      text-decoration: none; }
  .quote-block ul li:before {
    color: #fff; }
  .quote-block nav.primary-nav a:hover {
    text-decoration: none; }
  @media (max-width: 40em) {
    .quote-block {
      background-color: #1c4188; } }
  .quote-block .shape-wrapper path#shape-color {
    fill: #1c4188; }
  @media (max-width: 40em) {
    .quote-block .shape-wrapper path#shape-color {
      display: none; } }
  .quote-block figure img {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%; }
  .quote-block blockquote {
    margin: 0;
    padding: 0;
    text-align: left; }
    .quote-block blockquote:before {
      content: '“';
      background: none;
      margin: 0;
      width: 50px;
      height: 50px;
      top: -12px;
      left: -38px;
      color: #fff;
      font-family: "adobe-garamond-pro", "Georgia", serif;
      font-style: italic;
      font-size: 3.125rem; }
    .quote-block blockquote p {
      font-weight: normal;
      font-size: 1rem;
      margin-bottom: 0.875rem; }
    .quote-block blockquote cite {
      font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
      font-size: 0.75rem;
      text-transform: uppercase;
      font-weight: bold; }
      .quote-block blockquote cite:before {
        display: none; }
  .quote-block.curve-left .arc-content-wrapper {
    padding-left: 10%; }
  .quote-block.curve-left .content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left; }
  .quote-block.curve-left .headshot {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left; }
  .quote-block.curve-right .arc-content-wrapper, .full-page-two-photo .quote-block.content .arc-content-wrapper {
    padding-right: 10%; }
    @media (max-width: 40em) {
      .quote-block.curve-right .arc-content-wrapper, .full-page-two-photo .quote-block.content .arc-content-wrapper {
        padding-right: 0; } }
  .quote-block.curve-right .content, .full-page-two-photo .quote-block.content .content {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    left: 33.33333%;
    right: auto;
    float: left; }
  .quote-block.curve-right .headshot, .full-page-two-photo .quote-block.content .headshot {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    right: 66.66667%;
    left: auto;
    float: left; }

/* -------------------------------------------------------------- */
/*    Molecules - Forms
/* -------------------------------------------------------------- */
/* Search
/* _______________________________________________________________ */
form.search fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

form.search button {
  font-size: 0.875rem;
  margin-left: 0.625rem; }
  @media only screen and (max-width: 40em) {
    form.search button {
      font-size: 0;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }
      form.search button:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 14px; } }

/* Search Archives
/* _______________________________________________________________ */
form.search-archives input[type="search"],
form.search-archives input[type="text"] {
  margin-bottom: 0.625rem; }

form.search-archives label {
  display: none; }

form.search-archives select {
  margin: 0; }

form.search-archives .button-wrapper {
  padding-left: 0.625rem; }

form.search-archives button {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 0.875rem;
  font-size: 0;
  padding: 0.6875rem 0.625rem;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }
  form.search-archives button:before {
    content: "";
    font-size: 14px; }

/* -------------------------------------------------------------- */
/*    Molecules - Layout
/* -------------------------------------------------------------- */
/* Spacing Helpers
/* _______________________________________________________________ */
.space-above {
  margin-top: 1.25rem; }

.space-above-large {
  margin-top: 2.5rem; }

.space-below {
  margin-bottom: 1.25rem; }

.space-below-large {
  margin-bottom: 2.5rem; }

.flatten-bottom {
  margin-bottom: 0; }

/* Sticky Nav
/* sticks to the top of the page as the user scrolls
/* .longwood-fixed is added automatically when the fix condition is met in js
/* using .longwood-fixed instead of .fixed to avoid conflict w/foundation sticky, which sucks.
/* _______________________________________________________________ */
.sticky-wrapper.longwood-fixed {
  display: none;
  position: fixed;
  top: 0;
  z-index: 99999999;
  width: 100%; }

/* Wave Body Backgrounds
/* _______________________________________________________________ */
body.wave {
  background-image: url("/media/site-assets/public-site/images/wave-body-bg.svg");
  background-position: -1000px -1000px; }
  body.wave.wave-hero {
    background-repeat: no-repeat;
    background-position: -1000px -375px; }
  body.wave.wave-home {
    background-repeat: no-repeat;
    background-position: -1000px 150px; }

svg:not(:root) {
  overflow: hidden; }

/* -------------------------------------------------------------- */
/*    Molecules - Lists
/* -------------------------------------------------------------- */
/* Alphabetized List
/* _______________________________________________________________ */
ul.alpha-list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3; }
  @media (max-width: 63.75em) {
    ul.alpha-list {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media (max-width: 40em) {
    ul.alpha-list {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }
  ul.alpha-list h1.alpha-header, ul.alpha-list h2.alpha-header, ul.alpha-list h3.alpha-header, ul.alpha-list h4.alpha-header, ul.alpha-list h5.alpha-header, ul.alpha-list h6.alpha-header {
    color: #002147;
    font-weight: bold;
    border-bottom: #c2c2c2 3px solid;
    text-align: center;
    margin-top: 0; }
  ul.alpha-list > li {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    ul.alpha-list > li ul li {
      padding-bottom: 1.25rem; }
      ul.alpha-list > li ul li.filter-inactive {
        opacity: 0.4; }
        ul.alpha-list > li ul li.filter-inactive a {
          color: #2d2d2d;
          pointer-events: none;
          cursor: default; }
  ul.alpha-list p {
    margin-bottom: 0; }
    ul.alpha-list p.item-categories {
      text-transform: uppercase;
      font-size: 0.75rem; }
    ul.alpha-list p.item-detail {
      font-style: italic; }

/* Events List
/* _______________________________________________________________ */
.events-list {
  background: #1c4188 url("/media/site-assets/public-site/images/background-photo-texture1-(3).png") no-repeat bottom left;
  padding: 1.875rem 5.625rem 2.5rem 2.5rem;
  margin-bottom: 1.25rem; }
  @media (max-width: 63.75em) {
    .events-list {
      padding-right: 2.5rem; } }
  @media (max-width: 40em) {
    .events-list {
      padding: 1.25rem; } }
  .events-list header.events-list-header {
    color: #fff; }
    .events-list header.events-list-header p,
    .events-list header.events-list-header h1, .events-list header.events-list-header h2, .events-list header.events-list-header h3, .events-list header.events-list-header h4, .events-list header.events-list-header h5, .events-list header.events-list-header h6,
    .events-list header.events-list-header blockquote cite {
      color: #fff; }
    .events-list header.events-list-header a:not(.button):not(.btn) {
      color: #fff; }
      .events-list header.events-list-header a:not(.button):not(.btn):hover, .events-list header.events-list-header a:not(.button):not(.btn):focus {
        text-decoration: underline; }
      .events-list header.events-list-header a:not(.button):not(.btn):before, .events-list header.events-list-header a:not(.button):not(.btn):after {
        text-decoration: none; }
    .events-list header.events-list-header ul li:before {
      color: #fff; }
    .events-list header.events-list-header nav.primary-nav a:hover {
      text-decoration: none; }
    .events-list header.events-list-header a {
      font-size: 1.125rem; }
  .events-list a.featured-event {
    display: block;
    background: #002147;
    color: #fff;
    margin-bottom: 0.625rem; }
    .events-list a.featured-event p,
    .events-list a.featured-event h1, .events-list a.featured-event h2, .events-list a.featured-event h3, .events-list a.featured-event h4, .events-list a.featured-event h5, .events-list a.featured-event h6,
    .events-list a.featured-event blockquote cite {
      color: #fff; }
    .events-list a.featured-event a:not(.button):not(.btn) {
      color: #fff; }
      .events-list a.featured-event a:not(.button):not(.btn):hover, .events-list a.featured-event a:not(.button):not(.btn):focus {
        text-decoration: underline; }
      .events-list a.featured-event a:not(.button):not(.btn):before, .events-list a.featured-event a:not(.button):not(.btn):after {
        text-decoration: none; }
    .events-list a.featured-event ul li:before {
      color: #fff; }
    .events-list a.featured-event nav.primary-nav a:hover {
      text-decoration: none; }
    .events-list a.featured-event .featured-event-image {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden; }
      .events-list a.featured-event .featured-event-image img {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        width: auto; }
    .events-list a.featured-event .event-details {
      padding: 1rem; }
      .events-list a.featured-event .event-details .date {
        font-size: 1.25rem;
        font-weight: bold; }
      .events-list a.featured-event .event-details .detail {
        font-family: "Melbourne-Regular", sans-serif; }
  .events-list ul li:first-child a {
    background: #fff;
    margin-left: 0;
    margin-right: 0; }
    .events-list ul li:first-child a:hover {
      background: #fff5de; }
  .events-list ul li a {
    display: block;
    color: #2d2d2d;
    background: #dedede;
    margin: 0 0.375rem 0.125rem;
    padding: 1.25rem 1.5625rem; }
    .events-list ul li a:before, .events-list ul li a:after {
      content: " ";
      display: table; }
    .events-list ul li a:after {
      clear: both; }
    .events-list ul li a:hover {
      text-decoration: none;
      background: #f3f3f3; }
    .events-list ul li a .datebox {
      float: left;
      text-align: center;
      width: 2.5rem;
      margin-right: 1.875rem; }
      .events-list ul li a .datebox .month {
        font-family: "adobe-garamond-pro", "Georgia", serif;
        font-size: 0.875rem;
        text-transform: uppercase; }
      .events-list ul li a .datebox .day {
        font-size: 2.25rem;
        line-height: 1.9375rem; }
    .events-list ul li a .event-details {
      padding-left: 4.375rem; }
      .events-list ul li a .event-details h1, .events-list ul li a .event-details h2, .events-list ul li a .event-details h3, .events-list ul li a .event-details h4, .events-list ul li a .event-details h5, .events-list ul li a .event-details h6,
      .events-list ul li a .event-details p {
        margin-bottom: 0; }
      .events-list ul li a .event-details h1, .events-list ul li a .event-details h2, .events-list ul li a .event-details h3, .events-list ul li a .event-details h4, .events-list ul li a .event-details h5, .events-list ul li a .event-details h6 {
        color: #1c4188; }
      .events-list ul li a .event-details p {
        font-size: 0.875rem; }
  .events-list.light {
    background: transparent;
    padding: 0; }
    .events-list.light header.events-list-header h1, .events-list.light header.events-list-header h2, .events-list.light header.events-list-header h3, .events-list.light header.events-list-header h4, .events-list.light header.events-list-header h5, .events-list.light header.events-list-header h6 {
      color: #2d2d2d; }
    .events-list.light header.events-list-header a {
      color: #002147; }
    .events-list.light a.featured-event {
      background: #ffb612; }
    .events-list.light ul li a,
    .events-list.light ul li:first-child a {
      background: #fff;
      margin: 0 0 0.625rem 0; }
      .events-list.light ul li a:hover,
      .events-list.light ul li:first-child a:hover {
        background: #fff5de; }
      .events-list.light ul li a .event-details .event-title,
      .events-list.light ul li:first-child a .event-details .event-title {
        font-weight: bold; }
      .events-list.light ul li a .event-details .detail,
      .events-list.light ul li:first-child a .event-details .detail {
        font-family: "Melbourne-Regular", sans-serif; }

/* Fact List
/* _______________________________________________________________ */
ul.fact-list li {
  border-left: #c2c2c2 1px solid;
  padding: 0.3125rem 0 0.3125rem 1.25rem;
  margin-bottom: 1.25rem; }
  ul.fact-list li .fact {
    font-size: 1.5rem; }
  ul.fact-list li .fact-detail {
    font-size: 0.75rem; }

/* Meta List (for news stories)
 /* _______________________________________________________________ */
ul.meta-list {
  font-family: "Melbourne-Regular", sans-serif;
  font-size: 0.875rem;
  margin-left: 0; }
  ul.meta-list li {
    line-height: 1rem; }
    ul.meta-list li:not(:last-child) {
      padding-right: 7px;
      border-right: #2d2d2d 1px solid;
      margin-right: 5px; }

/* Rich Ordered List
/* _______________________________________________________________ */
ol.rich li {
  border-left: #007597 0.5625rem solid;
  text-indent: 0;
  margin-left: 0;
  margin-bottom: 0.25rem;
  padding: 0 0 3.125rem 1.875rem;
  position: relative; }
  ol.rich li:before {
    content: counter(brand-counter);
    margin: 0;
    position: absolute;
    top: 0;
    left: 0.3125rem;
    font-weight: bold;
    color: #2d2d2d;
    line-height: 22px; }
  ol.rich li h1.header, ol.rich li h2.header, ol.rich li h3.header, ol.rich li h4.header, ol.rich li h5.header, ol.rich li h6.header {
    font-weight: bold;
    margin-bottom: 0; }
  ol.rich li p:last-child {
    margin-bottom: 0; }

/* -------------------------------------------------------------- */
/*    Molecules - Media
/* -------------------------------------------------------------- */
/* Figure with Caption
/* _______________________________________________________________ */
figure {
  margin-bottom: 1.25rem; }
  figure figcaption {
    background: #f3f3f3;
    padding: 1.25rem;
    font-family: "Melbourne-Regular", sans-serif;
    font-size: 0.875rem;
    max-width: 100%; }

/* Gallery Carousel
/* _______________________________________________________________ */
.gallery-carousel {
  margin-bottom: 1.25rem; }
  .gallery-carousel .slick-gallery-carousel {
    padding: 0 2.5rem; }
    .gallery-carousel .slick-gallery-carousel button {
      background: none;
      padding: 0;
      margin: 0;
      margin: auto;
      height: 3.125rem;
      font-size: 3.125rem;
      position: absolute;
      bottom: 0;
      top: 0;
      outline: 0;
      color: #002147; }
      .gallery-carousel .slick-gallery-carousel button.slick-next {
        right: 10px; }
      .gallery-carousel .slick-gallery-carousel button.slick-prev {
        left: 10px; }
    .gallery-carousel .slick-gallery-carousel .slide {
      outline: 0; }
      .gallery-carousel .slick-gallery-carousel .slide a {
        display: block;
        outline: 0;
        position: relative;
        margin: 0 0.625rem; }
        .gallery-carousel .slick-gallery-carousel .slide a:hover {
          text-decoration: none; }
          .gallery-carousel .slick-gallery-carousel .slide a:hover:after {
            background: #f49350; }
        .gallery-carousel .slick-gallery-carousel .slide a:after {
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 999999;
          padding: 0.3125rem 0.4375rem;
          background: #f17520;
          color: #fff;
          -webkit-transition: background 0.3s ease-out;
          -moz-transition: background 0.3s ease-out;
          -o-transition: background 0.3s ease-out;
          transition: background 0.3s ease-out; }

.gallery-modal {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 0;
  width: 100%;
  max-width: 72.75rem;
  margin: 0 auto;
  text-align: center;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

.reveal-modal-bg.gallery-reveal-modal-bg {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

/* Lightbox content and arrow styling */
.mfp-gallery .mfp-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .mfp-gallery .mfp-container > * {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
    width: auto; }
  .mfp-gallery .mfp-container .mfp-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 80%; }
  .mfp-gallery .mfp-container > button.mfp-arrow {
    width: 3rem; }
    .mfp-gallery .mfp-container > button.mfp-arrow:before, .mfp-gallery .mfp-container > button.mfp-arrow:after {
      width: 100%;
      margin: 0;
      border: none; }
    .mfp-gallery .mfp-container > button.mfp-arrow.mfp-arrow-left {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-right: 1rem; }
    .mfp-gallery .mfp-container > button.mfp-arrow.mfp-arrow-right {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
         -moz-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-left: 1rem; }

.mfp-gallery button.mfp-arrow {
  background-color: transparent; }
  .mfp-gallery button.mfp-arrow:active, .mfp-gallery button.mfp-arrow:hover, .mfp-gallery button.mfp-arrow:focus {
    background-color: transparent; }
  .mfp-gallery button.mfp-arrow:before, .mfp-gallery button.mfp-arrow:after {
    border: none; }
  .mfp-gallery button.mfp-arrow:before {
    font-family: 'FontAwesome';
    font-size: 5rem; }
  .mfp-gallery button.mfp-arrow.mfp-arrow-right:before {
    content: '\f105'; }
  .mfp-gallery button.mfp-arrow.mfp-arrow-left:before {
    content: '\f104'; }

/* Lightbox modal animation */
.mfp-slide-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out; }
  .mfp-slide-fade.mfp-bg.mfp-ready {
    opacity: 0.45; }
  .mfp-slide-fade.mfp-bg.mfp-removing {
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out; }

.mfp-slide-fade.mfp-wrap .mfp-content {
  top: -1000px;
  opacity: 0;
  -webkit-transition: top 300ms ease-out;
  -o-transition: top 300ms ease-out;
  -moz-transition: top 300ms ease-out;
  transition: top 300ms ease-out; }

.mfp-slide-fade.mfp-wrap.mfp-ready .mfp-content {
  top: 0;
  opacity: 1; }

.mfp-slide-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  -webkit-transition-delay: 100ms;
     -moz-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.45; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  -webkit-transition-delay: 100ms;
     -moz-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms; }

/* Hero Cutout Image
/* _______________________________________________________________ */
.hero-cutout-image {
  max-height: 28.75rem;
  max-width: 100rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative; }
  .hero-cutout-image:after {
    display: inline-block;
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 238px;
    height: 200px;
    background: url("/media/site-assets/public-site/images/hero-mask.svg") no-repeat bottom right;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain; }
    @media (max-width: 90em) {
      .hero-cutout-image:after {
        max-width: 20%; } }

/* -------------------------------------------------------------- */
/*    Molecules - Messaging
/* -------------------------------------------------------------- */
/* Alert
/* _______________________________________________________________ */
.alert {
  background: #ffb612;
  padding: 1.25rem 0; }
  .alert .alert-content {
    position: relative;
    padding-left: 2rem; }
    .alert .alert-content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      font-size: 1.5rem; }
    .alert .alert-content:after {
      display: block;
      content: '';
      position: absolute;
      z-index: 5;
      top: -32px;
      left: 50px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 12px 12px 12px;
      border-color: transparent transparent #ffb612 transparent; }
    .alert .alert-content a {
      color: #fff;
      text-decoration: underline; }
      .alert .alert-content a.details:after {
        content: "";
        margin-left: 3px; }
    .alert .alert-content h1.header, .alert .alert-content h2.header, .alert .alert-content h3.header, .alert .alert-content h4.header, .alert .alert-content h5.header, .alert .alert-content h6.header {
      font-weight: bold;
      font-size: 1rem;
      text-transform: uppercase;
      margin-bottom: 0; }
    .alert .alert-content p {
      margin-bottom: 0;
      font-size: .9rem;
      line-height: 1.8;
      letter-spacing: -.02rem;
    }
  .alert a.close {
    font-size: 0; }
    .alert a.close:before {
      content: "";
      font-size: 1.25rem;
      color: #fff;
      border-left: #fff 1px solid;
      padding: 0.1875rem 0.4375rem; }
  .alert.alert-notice {
    background: #65c8c6; }
    .alert.alert-notice .alert-content:after {
      border-color: transparent transparent #65c8c6 transparent; }
    .alert.alert-notice.slim {
	    padding:.5rem 0;
    }
    .alert.alert-notice.slim .alert-content {
    	padding-left:2rem;
    }
    .alert.alert-notice.slim .alert-content p{
    	font-size: .9rem;
      line-height: 1.8;
      letter-spacing: -.02rem;
    }
    .alert.alert-notice.slim .alert-content p a{
    	white-space:nowrap;
    }
    .alert.alert-notice.slim .alert-content:before {
    	font-size:1.5rem;
    }
  .alert.alert-emergency {
    background: #d83a3d;
    color: #fff; }
    .alert.alert-emergency p,
    .alert.alert-emergency h1, .alert.alert-emergency h2, .alert.alert-emergency h3, .alert.alert-emergency h4, .alert.alert-emergency h5, .alert.alert-emergency h6,
    .alert.alert-emergency blockquote cite {
      color: #fff; }
    .alert.alert-emergency a:not(.button):not(.btn) {
      color: #fff; }
      .alert.alert-emergency a:not(.button):not(.btn):hover, .alert.alert-emergency a:not(.button):not(.btn):focus {
        text-decoration: underline; }
      .alert.alert-emergency a:not(.button):not(.btn):before, .alert.alert-emergency a:not(.button):not(.btn):after {
        text-decoration: none; }
    .alert.alert-emergency ul li:before {
      color: #fff; }
    .alert.alert-emergency nav.primary-nav a:hover {
      text-decoration: none; }
    .alert.alert-emergency .alert-content:after {
      border-color: transparent transparent #d83a3d transparent; }

/* Emergency Homepage
/* _______________________________________________________________ */
body.emergency {
  background: #1c4188;
  color: #fff;
  text-align: center; }
  body.emergency p,
  body.emergency h1, body.emergency h2, body.emergency h3, body.emergency h4, body.emergency h5, body.emergency h6,
  body.emergency blockquote cite {
    color: #fff; }
  body.emergency a:not(.button):not(.btn) {
    color: #fff; }
    body.emergency a:not(.button):not(.btn):hover, body.emergency a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    body.emergency a:not(.button):not(.btn):before, body.emergency a:not(.button):not(.btn):after {
      text-decoration: none; }
  body.emergency ul li:before {
    color: #fff; }
  body.emergency nav.primary-nav a:hover {
    text-decoration: none; }
  body.emergency header {
    background: #002147 url("/media/site-assets/public-site/images/wave-header.png") no-repeat top center;
    padding: 1.875rem 0.625rem;
    margin-bottom: 3.75rem; }
    @media (max-width: 63.75em) {
      body.emergency header {
        margin-bottom: 1.875rem; } }
  body.emergency h1.header, body.emergency h2.header, body.emergency h3.header, body.emergency h4.header, body.emergency h5.header, body.emergency h6.header {
    text-transform: uppercase;
    margin-bottom: 3.125rem; }
    @media (max-width: 63.75em) {
      body.emergency h1.header, body.emergency h2.header, body.emergency h3.header, body.emergency h4.header, body.emergency h5.header, body.emergency h6.header {
        margin-bottom: 1.875rem; } }
    @media (max-width: 40em) {
      body.emergency h1.header, body.emergency h2.header, body.emergency h3.header, body.emergency h4.header, body.emergency h5.header, body.emergency h6.header {
        font-size: 2rem; } }
    body.emergency h1.header:before, body.emergency h2.header:before, body.emergency h3.header:before, body.emergency h4.header:before, body.emergency h5.header:before, body.emergency h6.header:before {
      content: "";
      color: #ffb612;
      margin-right: 1.25rem; }

/* -------------------------------------------------------------- */
/*    Molecules - Navigation
/* -------------------------------------------------------------- */
/* Breadcrumbs
/* _______________________________________________________________ */
ul.breadcrumbs {
  overflow: hidden;
  margin-top: 2.5rem;
  margin-bottom: 0; }
  ul.breadcrumbs:after {
    display: block;
    content: '..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................';
    font-size: 24px;
    line-height: 28px;
    margin-top: -20px;
    color: #c2c2c2;
    letter-spacing: 6px; }
  @media (max-width: 63.75em) {
    ul.breadcrumbs {
      margin-top: 1.25rem; } }
  @media (max-width: 40em) {
    ul.breadcrumbs {
      margin-top: 0.625rem; }
      ul.breadcrumbs:after {
        margin-top: 0; } }
  ul.breadcrumbs li {
    margin-bottom: 1.25rem;
    margin-right: 0.3125rem;
    font-size: 0.875rem; }
    @media (max-width: 40em) {
      ul.breadcrumbs li {
        font-size: 0.65rem;
        margin-bottom: 0; } }
    ul.breadcrumbs li:first-child a {
      font-size: 0; }
      ul.breadcrumbs li:first-child a:before {
        font-size: 14px;
        content: ""; }
    ul.breadcrumbs li:last-child {
      margin-right: 0; }
      ul.breadcrumbs li:last-child a:after {
        display: none; }
    ul.breadcrumbs li a {
      text-decoration: underline; }
      ul.breadcrumbs li a:after {
        display: inline-block;
        content: '-';
        margin-left: 0.625rem;
        font-size: 14px; }

/* Lancer Dashboard
/* _______________________________________________________________ */
.lancer-dashboard {
  width: 31.25rem; }
  @media only screen and (max-width: 40em) {
    .lancer-dashboard {
      width: 18.75rem; } }

.move-left .inner-wrap {
  -webkit-transform: translate3d(-31.25rem, 0, 0);
     -moz-transform: translate3d(-31.25rem, 0, 0);
          transform: translate3d(-31.25rem, 0, 0); }
  @media only screen and (max-width: 40em) {
    .move-left .inner-wrap {
      -webkit-transform: translate3d(-18.75rem, 0, 0);
         -moz-transform: translate3d(-18.75rem, 0, 0);
              transform: translate3d(-18.75rem, 0, 0); } }

.lancer-dashboard {
  background: #002147 url("/media/site-assets/public-site/images/wave-tile-dark-(1).png");
  color: #fff; }
  .lancer-dashboard p,
  .lancer-dashboard h1, .lancer-dashboard h2, .lancer-dashboard h3, .lancer-dashboard h4, .lancer-dashboard h5, .lancer-dashboard h6,
  .lancer-dashboard blockquote cite {
    color: #fff; }
  .lancer-dashboard a:not(.button):not(.btn) {
    color: #fff; }
    .lancer-dashboard a:not(.button):not(.btn):hover, .lancer-dashboard a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    .lancer-dashboard a:not(.button):not(.btn):before, .lancer-dashboard a:not(.button):not(.btn):after {
      text-decoration: none; }
  .lancer-dashboard ul li:before {
    color: #fff; }
  .lancer-dashboard nav.primary-nav a:hover {
    text-decoration: none; }
  .lancer-dashboard .dashboard-wrapper {
    padding: 2.5rem 1.875rem 1.25rem 3.75rem;
    position: relative; }
    @media only screen and (max-width: 40em) {
      .lancer-dashboard .dashboard-wrapper {
        padding: 1.25rem; } }
    .lancer-dashboard .dashboard-wrapper a.offcanvas-toggle {
      position: absolute;
      top: 2.6875rem;
      left: 1.125rem;
      display: inline-block;
      width: 1.875rem;
      height: 1.875rem;
      -webkit-border-radius: 0.9375rem;
         -moz-border-radius: 0.9375rem;
              border-radius: 0.9375rem;
      line-height: 1.875rem;
      text-align: center;
      color: #fff;
      background: #1c4188; }
      .lancer-dashboard .dashboard-wrapper a.offcanvas-toggle:hover {
        background: #204b9d; }
      @media only screen and (max-width: 40em) {
        .lancer-dashboard .dashboard-wrapper a.offcanvas-toggle {
          position: static;
          margin-bottom: 1.25rem; } }
    .lancer-dashboard .dashboard-wrapper a {
      text-decoration: underline; }
      .lancer-dashboard .dashboard-wrapper a:hover {
        color: #fff5de; }
    .lancer-dashboard .dashboard-wrapper h1.dashboard-header, .lancer-dashboard .dashboard-wrapper h2.dashboard-header, .lancer-dashboard .dashboard-wrapper h3.dashboard-header, .lancer-dashboard .dashboard-wrapper h4.dashboard-header, .lancer-dashboard .dashboard-wrapper h5.dashboard-header, .lancer-dashboard .dashboard-wrapper h6.dashboard-header {
      font-size: 1.5rem;
      margin-top: 0.1875rem; }
    .lancer-dashboard .dashboard-wrapper h1.dashboard-subheader, .lancer-dashboard .dashboard-wrapper h2.dashboard-subheader, .lancer-dashboard .dashboard-wrapper h3.dashboard-subheader, .lancer-dashboard .dashboard-wrapper h4.dashboard-subheader, .lancer-dashboard .dashboard-wrapper h5.dashboard-subheader, .lancer-dashboard .dashboard-wrapper h6.dashboard-subheader {
      font-family: "Melbourne-Regular", sans-serif;
      margin-bottom: 0;
      font-size: 1.125rem;
      line-height: 1rem; }
    .lancer-dashboard .dashboard-wrapper h1.dashboard-list-header, .lancer-dashboard .dashboard-wrapper h2.dashboard-list-header, .lancer-dashboard .dashboard-wrapper h3.dashboard-list-header, .lancer-dashboard .dashboard-wrapper h4.dashboard-list-header, .lancer-dashboard .dashboard-wrapper h5.dashboard-list-header, .lancer-dashboard .dashboard-wrapper h6.dashboard-list-header {
      font-size: 1.25rem;
      font-family: "adobe-garamond-pro", "Georgia", serif;
      font-style: italic; }
    .lancer-dashboard .dashboard-wrapper ul {
      margin-bottom: 1.875rem; }
      .lancer-dashboard .dashboard-wrapper ul li .dashboard-list-item-title {
        font-weight: bold; }
      .lancer-dashboard .dashboard-wrapper ul li .dashboard-list-item-detail {
        font-family: "Melbourne-Regular", sans-serif; }

.move-left a.exit-off-canvas {
  background: rgba(0, 0, 0, 0.5); }
  .move-left a.exit-off-canvas:hover {
    background: rgba(0, 0, 0, 0.5); }

/* Pagination
/* _______________________________________________________________ */
ul.pagination {
  margin: 1.25rem 0;
  text-align: center; }
  ul.pagination li {
    margin: 0; }
    ul.pagination li a {
      display: inline-block;
      padding: 0.1875rem 0.625rem;
      background: #ebebeb;
      color: #2d2d2d;
      -webkit-border-radius: 0.3125rem;
         -moz-border-radius: 0.3125rem;
              border-radius: 0.3125rem;
      min-width: 1.875rem;
      text-align: center; }
      ul.pagination li a:hover {
        text-decoration: none;
        background: #f2f2f2; }
    ul.pagination li.current a {
      background: #1c4188;
      color: #fff; }
      ul.pagination li.current a:hover {
        background: #2555b2; }
    ul.pagination li.prev a,
    ul.pagination li.next a,
    ul.pagination li.ellipsis a {
      background: transparent;
      color: #2d2d2d; }
    ul.pagination li.ellipsis {
      margin: 0 0.625rem; }
    ul.pagination li.prev a,
    ul.pagination li.next a {
      color: #1c4188; }

/* Primary Nav
/* _______________________________________________________________ */
nav.primary-nav ul.nav-list {
  margin-bottom: 0; }
  nav.primary-nav ul.nav-list li {
    font-size: 1.25rem;
    margin-right: 5rem; }
    @media (max-width: 73.125rem) {
      nav.primary-nav ul.nav-list li {
        margin-right: 1.875rem; } }
    nav.primary-nav ul.nav-list li:last-child {
      margin-right: 0; }
    @media (max-width: 40em) {
      nav.primary-nav ul.nav-list li {
        display: block;
        margin-right: 0;
        margin-bottom: 0.625rem; } }
    nav.primary-nav ul.nav-list li.selected a,
    nav.primary-nav ul.nav-list li span.currentbranch0 a {
      color: #bbcdf4; }
    nav.primary-nav ul.nav-list li a:hover {
      text-decoration: none;
      color: #ffb612; }

/* Secondary Nav
/* _______________________________________________________________ */
nav.secondary-nav {
  background: #fff;
  padding: 1.875rem 1.25rem;
  margin-bottom: 1.25rem; }
  nav.secondary-nav .nav-title {
    text-transform: uppercase;
    font-weight: bold; }
  nav.secondary-nav > ul {
    margin-left: 0.3125rem; }
    nav.secondary-nav > ul li {
      font-size: 0.875rem;
      margin-left: 0;
      text-indent: -0.1875rem; }
      nav.secondary-nav > ul li:before {
        margin-left: 0;
        margin-right: 0.25rem; }
      nav.secondary-nav > ul li span[class*="currentbranch"] {
        font-weight: bold; }
  nav.secondary-nav h2.nav-title, nav.secondary-nav h3.nav-title, nav.secondary-nav h4.nav-title, nav.secondary-nav h5.nav-title, nav.secondary-nav h6.nav-title {
    font-size: 1rem; }

/* Tabs
/* _______________________________________________________________ */
.tabs-container ul.tabs li.indent a, .r-tabs-accordion-title .indent a {
  padding-left: 2.5rem;
  text-indent: -9px; }
  .tabs-container ul.tabs li.indent a:before, .r-tabs-accordion-title .indent a:before {
    display: inline-block;
    content: '—';
    color: currentColor;
    margin-right: 3px; }

.tabs-container {
  margin-bottom: 1.25rem; }
  .tabs-container ul.tabs {
    margin-top: 1.875rem; }
    .tabs-container ul.tabs li {
      display: block;
      float: none; }
      .tabs-container ul.tabs li.active a, .tabs-container ul.tabs li.r-tabs-state-active a {
        background: none;
        color: #002147;
        border-bottom-color: #002147; }
        .tabs-container ul.tabs li.active a:hover, .tabs-container ul.tabs li.r-tabs-state-active a:hover {
          color: #002147;
          border-bottom-color: #002147; }
      .tabs-container ul.tabs li a {
        display: block;
        background: none;
        padding: 0.9375rem 0 0.625rem;
        color: #a1a1a1;
        border-bottom: #c2c2c2 5px solid;
        font-size: 0.875rem; }
        .tabs-container ul.tabs li a:hover {
          text-decoration: none;
          background: none;
          color: #868686;
          border-bottom-color: #868686; }
        .tabs-container ul.tabs li a:focus {
          text-decoration: none; }
  .tabs-container .tabs-content {
    background: #fff; }
    @media only screen and (min-width: 40.0625em) {
      .tabs-container .tabs-content {
        padding: 3.125rem 2.5rem; } }
    .tabs-container .tabs-content .content h1, .tabs-container .tabs-content .content h2, .tabs-container .tabs-content .content h3, .tabs-container .tabs-content .content h4, .tabs-container .tabs-content .content h5, .tabs-container .tabs-content .content h6 {
      text-transform: uppercase; }

/* Replaces "display"-based visibility (from the plugin) with max-height-based visibility */
.r-tabs .r-tabs-nav {
  padding-left: 0.9375rem; }

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: block;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  max-height: none; }

/* Accordion
/* _______________________________________________________________ */
/* Accordion responsive breakpoint (overrides plugin default) */
@media only screen and (min-width: 40.0625em) {
  .r-tabs .r-tabs-nav {
    display: block; }
  .r-tabs .r-tabs-accordion-title {
    display: none; } }

@media (max-width: 40em) {
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title a {
    position: relative;
    z-index: 1;
    display: block;
    height: auto;
    padding: 0.9375rem 1rem 0.625rem 1rem;
    color: #a1a1a1;
    background-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: currentColor; }
    .r-tabs .r-tabs-accordion-title a:hover, .r-tabs .r-tabs-accordion-title a:focus, .r-tabs .r-tabs-accordion-title a:active {
      color: #868686;
      text-decoration: none; }
    .r-tabs .r-tabs-accordion-title a:after {
      content: "\f196";
      font-family: 'FontAwesome';
      padding-left: 5px;
      float: right;
      font-size: 20px; }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active a:hover, .r-tabs .r-tabs-accordion-title.r-tabs-state-active a:active, .r-tabs .r-tabs-accordion-title.r-tabs-state-active a:focus {
    color: #002147; }
  .r-tabs .r-tabs-accordion-title .indent a {
    text-indent: 0; }
    .r-tabs .r-tabs-accordion-title .indent a:before {
      color: currentColor; }
  .r-tabs .r-tabs-state-active a {
    color: #002147; }
    .r-tabs .r-tabs-state-active a:after {
      content: "\f147"; }
  .r-tabs .r-tabs-panel {
    position: relative;
    z-index: 10;
    background-color: white;
    margin-bottom: 1rem;
    -webkit-transition: max-height 0.75s;
    -o-transition: max-height 0.75s;
    -moz-transition: max-height 0.75s;
    transition: max-height 0.75s; } }

/* Tabs that switch to accordion at smaller screen
/* _______________________________________________________________ */
@media only screen and (min-width: 40.0625em) {
  .tabs-to-accordion .accordion-navigation > a {
    display: none; } }

/* Utility Nav
/* _______________________________________________________________ */
@media (max-width: 63.75em) {
  nav.utility-nav {
    text-align: center; } }

nav.utility-nav ul.nav-list {
  margin: 0.3125rem 0; }
  nav.utility-nav ul.nav-list.links {
    float: left; }
    @media (max-width: 63.75em) {
      nav.utility-nav ul.nav-list.links {
        float: none; } }
    @media (max-width: 24em) {
      nav.utility-nav ul.nav-list.links li {
        margin-right: 0.3125rem; } }
  nav.utility-nav ul.nav-list.tools {
    float: right; }
    @media (max-width: 63.75em) {
      nav.utility-nav ul.nav-list.tools {
        display: none; } }
  nav.utility-nav ul.nav-list li {
    font-size: 0.75rem;
    text-transform: uppercase; }
    nav.utility-nav ul.nav-list li.logo-mobile {
      display: none; }
      @media (max-width: 63.75em) {
        nav.utility-nav ul.nav-list li.logo-mobile {
          display: inline-block; }
          nav.utility-nav ul.nav-list li.logo-mobile img {
            max-width: 200px; } }
      @media (max-width: 40em) {
        nav.utility-nav ul.nav-list li.logo-mobile img {
          max-width: 150px; } }
      @media (max-width: 24em) {
        nav.utility-nav ul.nav-list li.logo-mobile {
          margin-right: 0.625rem; }
          nav.utility-nav ul.nav-list li.logo-mobile img {
            max-width: 135px; } }
    nav.utility-nav ul.nav-list li.highlight {
      font-weight: bold; }
    nav.utility-nav ul.nav-list li.separate {
      margin-right: 0.3125rem; }
      nav.utility-nav ul.nav-list li.separate:after {
        display: inline-block;
        content: '';
        width: 1px;
        height: 14px;
        background: #fff;
        margin-left: 0.3125rem;
        margin-bottom: -3px; }

/* Utility Nav Tools
/* _______________________________________________________________ */
@media (max-width: 63.75em) {
  ul.nav-list.tools {
    display: inline-block; }
    ul.nav-list.tools:before, ul.nav-list.tools:after {
      content: " ";
      display: table; }
    ul.nav-list.tools:after {
      clear: both; } }

ul.nav-list.tools li {
  font-size: 0.75rem;
  text-transform: uppercase; }
  @media (max-width: 63.75em) {
    ul.nav-list.tools li {
      display: block;
      float: left; } }
  ul.nav-list.tools li form.search .search-options {
    display: inline-block; }
    @media (max-width: 63.75em) {
      ul.nav-list.tools li form.search .search-options {
        display: block; } }
  ul.nav-list.tools li form.search input[type="radio"] {
    margin: 0;
    cursor: pointer;
    display: none; }
  ul.nav-list.tools li form.search input[type="radio"] + label {
    color: #fff;
    font-size: 0.75rem;
    margin-right: 10px;
    padding-left: 10px;
    position: relative; }
    ul.nav-list.tools li form.search input[type="radio"] + label:before, ul.nav-list.tools li form.search input[type="radio"] + label:after {
      display: inline-block;
      content: '';
      position: absolute;
      background: #c2c2c2; }
    ul.nav-list.tools li form.search input[type="radio"] + label:before {
      top: 2px;
      left: -5px;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px; }
    ul.nav-list.tools li form.search input[type="radio"] + label:after {
      top: 5px;
      left: -2px;
      width: 4px;
      height: 4px;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px; }
  ul.nav-list.tools li form.search input[type="radio"]:checked + label:after {
    background: #2d2d2d; }
  ul.nav-list.tools li form.search input[type="text"] {
    display: inline-block;
    width: 8.125rem;
    height: auto;
    margin: 0;
    font-size: 0.75rem;
    text-align: right;
    padding: 0.1875rem 1.25rem 0.1875rem 0.3125rem; }
  ul.nav-list.tools li form.search ::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #2d2d2d;
    font-size: 0.75rem;
    line-height: 18px; }
  ul.nav-list.tools li form.search ::-moz-placeholder {
    text-transform: uppercase;
    color: #2d2d2d;
    font-size: 0.75rem;
    line-height: 18px; }
  ul.nav-list.tools li form.search :-ms-input-placeholder {
    text-transform: uppercase;
    color: #2d2d2d;
    font-size: 0.75rem;
    line-height: 18px; }
  ul.nav-list.tools li form.search :-moz-placeholder {
    text-transform: uppercase;
    color: #2d2d2d;
    font-size: 0.75rem;
    line-height: 18px; }
  ul.nav-list.tools li form.search button[type="submit"] {
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin: 0;
    padding: 0.3125rem;
    margin-left: -1.625rem;
    color: #2d2d2d;
    float: right;
    margin-top: -1.625rem;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
    ul.nav-list.tools li form.search button[type="submit"]:before {
      content: ""; }
    @media (max-width: 40em) {
      ul.nav-list.tools li form.search button[type="submit"] {
        font-size: 0.875rem;
        margin-top: 0;
        margin-right: 0.625rem; } }
  ul.nav-list.tools li a.lancer-dashboard-toggle {
    text-align: left; }
    @media (max-width: 63.75em) {
      ul.nav-list.tools li a.lancer-dashboard-toggle {
        display: block;
        padding: 0.3125rem 0 0.3125rem 1.25rem;
        margin-left: 1.25rem; }
        ul.nav-list.tools li a.lancer-dashboard-toggle span {
          display: block; } }
    ul.nav-list.tools li a.lancer-dashboard-toggle:after {
      content: "";
      margin-left: 5px; }

/* -------------------------------------------------------------- */
/*    Molecules - News
/* -------------------------------------------------------------- */
/* News Article Meta
/* _______________________________________________________________ */
.news-article-meta .tweet-link {
  font-weight: bold;
  margin-bottom: 1.25rem;
  display: inline-block; }

.news-article-meta .article-title {
  font-size: 3.75rem;
  line-height: 4.25rem;
  font-family: "Melbourne-Regular", sans-serif; }
  @media (max-width: 40em) {
    .news-article-meta .article-title {
      font-size: 2rem;
      line-height: 2.8125rem; } }

.news-article-meta .article-subtitle {
  margin-bottom: 1.25rem; }

.news-article-meta .article-subtitle p{
  font-size:1.2rem;
  line-height:1.2rem;
}

.news-article-meta .byline {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.3125rem; }

.news-article-meta ul.meta-list li {
  font-size: 1rem; }

/* News Category Listing
/* _______________________________________________________________ */
.news-category-listing .article {
  border-left: #a1a1a1 2px solid;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  position: relative;
  padding: 0 0 0 1.25rem;
  margin-top: 0.625rem; }
  .news-category-listing .article:before, .news-category-listing .article:after {
    display: inline-block;
    content: '';
    position: absolute;
    left: -5px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #a1a1a1; }
  .news-category-listing .article:before {
    top: -13px;
    background: #ffb612; }
  .news-category-listing .article:after {
    bottom: -13px; }
  .news-category-listing .article figure {
    margin-bottom: 1.25rem; }
  .news-category-listing .article h1.article-title, .news-category-listing .article h1.article-date, .news-category-listing .article h2.article-title, .news-category-listing .article h2.article-date, .news-category-listing .article h3.article-title, .news-category-listing .article h3.article-date, .news-category-listing .article h4.article-title, .news-category-listing .article h4.article-date, .news-category-listing .article h5.article-title, .news-category-listing .article h5.article-date, .news-category-listing .article h6.article-title, .news-category-listing .article h6.article-date {
    font-size: 1rem;
    line-height: 1.3125rem; }
  .news-category-listing .article h1.article-title, .news-category-listing .article h2.article-title, .news-category-listing .article h3.article-title, .news-category-listing .article h4.article-title, .news-category-listing .article h5.article-title, .news-category-listing .article h6.article-title {
    font-weight: bold; }
  .news-category-listing .article h1.article-date, .news-category-listing .article h2.article-date, .news-category-listing .article h3.article-date, .news-category-listing .article h4.article-date, .news-category-listing .article h5.article-date, .news-category-listing .article h6.article-date {
    font-family: "Melbourne-Regular", sans-serif; }
  .news-category-listing .article .article-excerpt {
    margin-top: 0.9375rem; }

.news-category-listing.simplified ul.category {
  display: none; }

.news-category-listing.simplified .article:before {
  background-color: #a1a1a1; }

.news-category-listing.simplified.feature figure img {
  border-top: #ffb612 3px solid; }

.news-category-listing.simplified.news figure img {
  border-top: #002147 3px solid; }

.news-category-listing.simplified.op-ed figure img {
  border-top: #f17520 3px solid; }

.news-category-listing.simplified.profile figure img {
  border-top: #65c8c6 3px solid; }

.news-category-listing.simplified.buzz figure img {
  border-top: #1c4188 3px solid; }

.news-category-listing.simplified.multimedia figure img {
  border-top: #007597 3px solid; }

.news-category-listing.simplified.essay figure img {
  border-top: #c2c2c2 3px solid; }

/* News Feature Photo
/* _______________________________________________________________ */
.news-feature-photo {
  margin: 1.25rem 0; }
  .news-feature-photo figure {
    position: relative; }
    .news-feature-photo figure figcaption {
      position: absolute;
      bottom: 0;
      right: 0;
      margin-bottom: 0;
      padding: 0.3125rem 0.625rem;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      text-align: right;
      font-size: 0.75rem; }

/* News List
/* _______________________________________________________________ */
.news-list {
  background: #fff;
  padding: 1.25rem;
  margin-bottom: 1.25rem; }
  .news-list h1.header, .news-list h2.header, .news-list h3.header, .news-list h4.header, .news-list h5.header, .news-list h6.header {
    font-size: 1.5rem;
    font-weight: bold; }
  .news-list h1.article-title, .news-list h2.article-title, .news-list h3.article-title, .news-list h4.article-title, .news-list h5.article-title, .news-list h6.article-title {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: bold;
    margin-bottom: 0; }
  .news-list h1.article-subtitle, .news-list h2.article-subtitle, .news-list h3.article-subtitle, .news-list h4.article-subtitle, .news-list h5.article-subtitle, .news-list h6.article-subtitle {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0; }
  .news-list ul.articles {
    border-left: #a1a1a1 2px solid;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    position: relative; }
    .news-list ul.articles:before, .news-list ul.articles:after {
      display: inline-block;
      content: '';
      position: absolute;
      left: -5px;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      background: #a1a1a1; }
    .news-list ul.articles:before {
      top: -13px;
      background: #ffb612; }
    .news-list ul.articles:after {
      bottom: -13px; }
    .news-list ul.articles > li {
      margin: -5px 0 1.875rem 1.25rem; }
  .news-list p.more-link {
    margin-bottom: 0; }

/* News List Large
/* _______________________________________________________________ */
.news-list-large {
  margin-bottom: 3.125rem; }
  .news-list-large h1.header, .news-list-large h2.header, .news-list-large h3.header, .news-list-large h4.header, .news-list-large h5.header, .news-list-large h6.header {
    font-size: 1.5rem;
    font-weight: bold; }
  .news-list-large ul.articles {
    border-left: #a1a1a1 2px solid;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    position: relative; }
    .news-list-large ul.articles:before, .news-list-large ul.articles:after {
      display: inline-block;
      content: '';
      position: absolute;
      left: -5px;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      background: #a1a1a1; }
    .news-list-large ul.articles:before {
      top: -13px;
      background: #ffb612; }
    .news-list-large ul.articles:after {
      bottom: -13px; }
    .news-list-large ul.articles > li {
      margin: -5px 0 1.875rem 1.25rem; }
      .news-list-large ul.articles > li .article-title,
      .news-list-large ul.articles > li .article-date {
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.375rem;
        margin-bottom: 0; }
      .news-list-large ul.articles > li .article-excerpt {
        margin-top: 1rem; }
      @media (max-width: 40em) {
        .news-list-large ul.articles > li figure {
          margin-bottom: 1.875rem; } }
      .news-list-large ul.articles > li.featured-article h1.article-title, .news-list-large ul.articles > li.featured-article h2.article-title, .news-list-large ul.articles > li.featured-article h3.article-title, .news-list-large ul.articles > li.featured-article h4.article-title, .news-list-large ul.articles > li.featured-article h5.article-title, .news-list-large ul.articles > li.featured-article h6.article-title {
        font-size: 1.5rem;
        line-height: 1.625rem; }
      .news-list-large ul.articles > li.featured-article .article-date {
        font-weight: normal; }

/* -------------------------------------------------------------- */
/*    Molecules - Page Headers
/* -------------------------------------------------------------- */
/* Page Header Default
/* _______________________________________________________________ */
.page-header {
  padding: 1.875rem 0; }
  @media (max-width: 63.75em) {
    .page-header {
      padding: 0.625rem 0; } }
  .page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
    color: #002147;
    font-size: 4.375rem;
    line-height: 4.375rem;
    font-family: "Melbourne-Regular", sans-serif;
    margin: 0; }
    @media (max-width: 63.75em) {
      .page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
        font-size: 3.125rem; } }
    @media (max-width: 40em) {
      .page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
        font-size: 2rem;
        line-height: 1.4; } }
  .page-header > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 63.75em) {
      .page-header > .row {
        display: inline-block; } }
    .page-header > .row > .columns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 63.75em) {
        .page-header > .row > .columns {
          display: inline-block; } }
  .page-header .page-header-sub {
    font-weight:bold;
    margin-top: 1rem; }
    .page-header .page-header-sub p,
    .page-header .page-header-sub a {
      margin-bottom: 0;
      font-size: 0.875rem;
      color: #002147; }
    .page-header .page-header-sub a:hover {
      color: #1c4188; }
  .page-header .blurb {
    color: #868686; }
  @media (max-width: 63.75em) {
    .page-header .image {
      text-align: center;
      margin-top: -3.125rem; } }
  @media (max-width: 40em) {
    .page-header .image {
      margin-top: 1.25rem; } }

.sticky-wrapper.longwood-fixed {
  width: 100%;
  background-color: #fafafa;
  border-bottom: #c2c2c2 2px solid; }
  .sticky-wrapper.longwood-fixed ul.breadcrumbs {
    margin-top: 0.625rem; }
  .sticky-wrapper.longwood-fixed .page-header {
    padding: 0 0 0.625rem 0; }
    .sticky-wrapper.longwood-fixed .page-header h1, .sticky-wrapper.longwood-fixed .page-header h2, .sticky-wrapper.longwood-fixed .page-header h3, .sticky-wrapper.longwood-fixed .page-header h4, .sticky-wrapper.longwood-fixed .page-header h5, .sticky-wrapper.longwood-fixed .page-header h6 {
      font-size: 2rem;
      line-height: 2.5rem;
      margin-top: 0.3rem; }

/* -------------------------------------------------------------- */
/*    Molecules - Social
/* -------------------------------------------------------------- */
/* Social Link Icons */
.social-link-block {
  margin-top: 1.5rem; }

.social-link {
  font-size: 0; }
  .social-link::before {
    display: inline-block;
    margin-right: 1em;
    font-size: 1.5rem;
    font-family: 'FontAwesome'; }
  .social-link.facebook::before {
    content: '\f09a'; }
  .social-link.twitter::before {
    content: '\f099'; }
  .social-link.instagram::before {
    content: '\f16d'; }
  .social-link.youtube::before {
    content: '\f167'; }

/* Article Comments
/* _______________________________________________________________ */
.article-comments {
  margin-bottom: 1.25rem; }
  .article-comments h1, .article-comments h2, .article-comments h3, .article-comments h4, .article-comments h5, .article-comments h6 {
    /*padding-left: rem-calc(55);*/
    font-size: 2rem;
    margin-bottom: 1.25rem;
    position: relative; }
    .article-comments h1:before, .article-comments h2:before, .article-comments h3:before, .article-comments h4:before, .article-comments h5:before, .article-comments h6:before {
      position: absolute;
      display: block;
      content: '';
      background: url("/media/site-assets/public-site/images/icon-speech-dots.svg") no-repeat top center;
      -webkit-background-size: contain;
         -moz-background-size: contain;
           -o-background-size: contain;
              background-size: contain;
      top: 2px;
      left: 0;
      width: 2.625rem;
      height: 2.625rem; }

/* Feeds
/* _______________________________________________________________ */
/* Feed - Facebook
/* _______________________________________________________________ */
.feed.facebook {
  margin-bottom: 1.25rem; }
  .feed.facebook blockquote {
    display: none; }

/* Feed - Twitter
/* _______________________________________________________________ */
/* Single Tweet Promo
/* _______________________________________________________________ */
.single-tweet-promo h1.header, .single-tweet-promo h2.header, .single-tweet-promo h3.header, .single-tweet-promo h4.header, .single-tweet-promo h5.header, .single-tweet-promo h6.header {
  font-weight: bold;
  margin-bottom: 0.625rem; }

.single-tweet-promo .tweetbox {
  background: #00397a;
  color: #fff;
  text-align: center;
  padding: 1.25rem;
  margin-bottom: 1.25rem; }
  .single-tweet-promo .tweetbox p,
  .single-tweet-promo .tweetbox h1, .single-tweet-promo .tweetbox h2, .single-tweet-promo .tweetbox h3, .single-tweet-promo .tweetbox h4, .single-tweet-promo .tweetbox h5, .single-tweet-promo .tweetbox h6,
  .single-tweet-promo .tweetbox blockquote cite {
    color: #fff; }
  .single-tweet-promo .tweetbox a:not(.button):not(.btn) {
    color: #fff; }
    .single-tweet-promo .tweetbox a:not(.button):not(.btn):hover, .single-tweet-promo .tweetbox a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    .single-tweet-promo .tweetbox a:not(.button):not(.btn):before, .single-tweet-promo .tweetbox a:not(.button):not(.btn):after {
      text-decoration: none; }
  .single-tweet-promo .tweetbox ul li:before {
    color: #fff; }
  .single-tweet-promo .tweetbox nav.primary-nav a:hover {
    text-decoration: none; }
  .single-tweet-promo .tweetbox h1.tweetbox-header, .single-tweet-promo .tweetbox h2.tweetbox-header, .single-tweet-promo .tweetbox h3.tweetbox-header, .single-tweet-promo .tweetbox h4.tweetbox-header, .single-tweet-promo .tweetbox h5.tweetbox-header, .single-tweet-promo .tweetbox h6.tweetbox-header {
    font-weight: bold;
    position: relative;
    margin-top: 3.125rem;
    font-size: 1rem; }
    .single-tweet-promo .tweetbox h1.tweetbox-header span, .single-tweet-promo .tweetbox h2.tweetbox-header span, .single-tweet-promo .tweetbox h3.tweetbox-header span, .single-tweet-promo .tweetbox h4.tweetbox-header span, .single-tweet-promo .tweetbox h5.tweetbox-header span, .single-tweet-promo .tweetbox h6.tweetbox-header span {
      padding-right: 0.625rem;
      border-right: #fff 2px solid;
      margin-right: 0.4375rem;
      line-height: 0.625rem; }
      .single-tweet-promo .tweetbox h1.tweetbox-header span:last-child, .single-tweet-promo .tweetbox h2.tweetbox-header span:last-child, .single-tweet-promo .tweetbox h3.tweetbox-header span:last-child, .single-tweet-promo .tweetbox h4.tweetbox-header span:last-child, .single-tweet-promo .tweetbox h5.tweetbox-header span:last-child, .single-tweet-promo .tweetbox h6.tweetbox-header span:last-child {
        padding: 0;
        border: 0;
        margin: 0; }
    .single-tweet-promo .tweetbox h1.tweetbox-header:before, .single-tweet-promo .tweetbox h2.tweetbox-header:before, .single-tweet-promo .tweetbox h3.tweetbox-header:before, .single-tweet-promo .tweetbox h4.tweetbox-header:before, .single-tweet-promo .tweetbox h5.tweetbox-header:before, .single-tweet-promo .tweetbox h6.tweetbox-header:before {
      position: absolute;
      display: block;
      content: '';
      background: url("/media/site-assets/public-site/images/icon-speech-dots-white.svg") no-repeat top center;
      -webkit-background-size: contain;
         -moz-background-size: contain;
           -o-background-size: contain;
              background-size: contain;
      right: 0;
      left: 0;
      bottom: auto;
      margin: auto;
      width: 1.875rem;
      height: 2.5rem;
      top: -3.125rem; }
  .single-tweet-promo .tweetbox a.twitter-handle {
    margin-bottom: 0.625rem;
    display: inline-block; }
  .single-tweet-promo .tweetbox p.tweet-text {
    margin-bottom: 0; }

/* -------------------------------------------------------------- */
/*    Molecules - Teasers
/* -------------------------------------------------------------- */
/* Teaser
/* _______________________________________________________________ */
.teaser {
  margin-bottom: 1.25rem; }
  .teaser.dotted-line {
    overflow: hidden; }
    .teaser.dotted-line:after, .teaser.dotted-line:before {
      display: block;
      content: '..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................';
      font-size: 24px;
      line-height: 28px;
      margin-top: -20px;
      color: #c2c2c2;
      letter-spacing: 6px; }
    .teaser.dotted-line:before {
      margin-bottom: 1.25rem; }
    .teaser.dotted-line:after {
      margin-top: 0.3125rem; }
  .teaser.boxed {
    background: #fff;
    padding: 1.25rem;
    margin-top: 1rem; }
  .teaser.simple-image figure {
    margin-bottom: 1.25rem; }
  .teaser.simple-image .headline {
    font-size: 1rem;
    margin-bottom: 0; }
  .teaser.theme-dark.simple-image figure {
    margin-bottom: 0; }
  .teaser.theme-dark .teaser-content-wrapper {
    background-color: #1c4188;
    padding: 1.25rem 1.875rem 1.875rem 1.875rem;
    color: #fff; }
    .teaser.theme-dark .teaser-content-wrapper p,
    .teaser.theme-dark .teaser-content-wrapper h1, .teaser.theme-dark .teaser-content-wrapper h2, .teaser.theme-dark .teaser-content-wrapper h3, .teaser.theme-dark .teaser-content-wrapper h4, .teaser.theme-dark .teaser-content-wrapper h5, .teaser.theme-dark .teaser-content-wrapper h6,
    .teaser.theme-dark .teaser-content-wrapper blockquote cite {
      color: #fff; }
    .teaser.theme-dark .teaser-content-wrapper a:not(.button):not(.btn) {
      color: #fff; }
      .teaser.theme-dark .teaser-content-wrapper a:not(.button):not(.btn):hover, .teaser.theme-dark .teaser-content-wrapper a:not(.button):not(.btn):focus {
        text-decoration: underline; }
      .teaser.theme-dark .teaser-content-wrapper a:not(.button):not(.btn):before, .teaser.theme-dark .teaser-content-wrapper a:not(.button):not(.btn):after {
        text-decoration: none; }
    .teaser.theme-dark .teaser-content-wrapper ul li:before {
      color: #fff; }
    .teaser.theme-dark .teaser-content-wrapper nav.primary-nav a:hover {
      text-decoration: none; }
  .teaser.big-headline .headline {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;
    margin-bottom: 0.625rem; }
    @media (max-width: 63.75em) {
      .teaser.big-headline .headline {
        font-size: 1.25rem;
        line-height: 1.5rem; } }
  .teaser.big-headline .subhead {
    font-family: "Melbourne-Regular", sans-serif;
    margin-bottom: 0.625rem; }
  .teaser .superhead {
    font-family: "Melbourne-Regular", sans-serif; }
  .teaser .headline {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0.625rem; }
  .teaser ul {
    margin-bottom: 0; }

/* Photo Button Teaser
/* _______________________________________________________________ */
.photo-button-teaser h1.header, .photo-button-teaser h2.header, .photo-button-teaser h3.header, .photo-button-teaser h4.header, .photo-button-teaser h5.header, .photo-button-teaser h6.header {
  font-size: 1.25rem;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  margin-bottom: 1.25rem; }
  .photo-button-teaser h1.header:after, .photo-button-teaser h2.header:after, .photo-button-teaser h3.header:after, .photo-button-teaser h4.header:after, .photo-button-teaser h5.header:after, .photo-button-teaser h6.header:after {
    display: block;
    content: '..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................';
    font-size: 24px;
    line-height: 28px;
    margin-top: -20px;
    color: #c2c2c2;
    letter-spacing: 6px;
    content: "............"; }
  .photo-button-teaser h1.header:after, .photo-button-teaser h2.header:after, .photo-button-teaser h3.header:after, .photo-button-teaser h4.header:after, .photo-button-teaser h5.header:after, .photo-button-teaser h6.header:after {
    margin-top: 0; }

.photo-button-teaser .photo {
  position: relative; }
  .photo-button-teaser .photo figure {
    margin: 0 auto 1.25rem auto; }
    .photo-button-teaser .photo figure a {
      display: block;
      background: #000; }
      .photo-button-teaser .photo figure a img {
        opacity: 0.85;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out; }
    .photo-button-teaser .photo figure figcaption.blurb {
      background: transparent;
      padding: 0;
      font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
      margin-top: 1.25rem; }
  .photo-button-teaser .photo .button-wrapper {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center; }

.photo-button-teaser.active .photo figure a img {
  opacity: 1; }

.photo-button-teaser.active a.button, .photo-button-teaser.active button, .photo-button-teaser.active a.btn {
  background-color: #295fc7; }

/* -------------------------------------------------------------- */
/*    Molecules - Text
/* -------------------------------------------------------------- */
/* Blockquote with Share Link
/* _______________________________________________________________ */
blockquote a.tweet-link {
  margin-top: 0.625rem;
  font-weight: bold; }

/* -------------------------------------------------------------- */
/*    Organisms - Global
/* -------------------------------------------------------------- */
/* Header
/* _______________________________________________________________ */
header.main-header {
  background: #002147 url("/media/site-assets/public-site/images/wave-header.png") no-repeat top center;
  color: #fff; }
  @media (max-width: 63.75em) {
    header.main-header {
      background: #1c4188; } }
  header.main-header p,
  header.main-header h1, header.main-header h2, header.main-header h3, header.main-header h4, header.main-header h5, header.main-header h6,
  header.main-header blockquote cite {
    color: #fff; }
  header.main-header a:not(.button):not(.btn) {
    color: #fff; }
    header.main-header a:not(.button):not(.btn):hover, header.main-header a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    header.main-header a:not(.button):not(.btn):before, header.main-header a:not(.button):not(.btn):after {
      text-decoration: none; }
  header.main-header ul li:before {
    color: #fff; }
  header.main-header nav.primary-nav a:hover {
    text-decoration: none; }
  header.main-header .header-top {
    background-color: #1c4188; }
    @media (max-width: 63.75em) {
      header.main-header .header-top {
        background: #002147 url("/media/site-assets/public-site/images/wave-header.png") no-repeat 70% 0; } }
    header.main-header .header-top a.toggle-menu {
      display: none;
      text-align: center;
      text-transform: uppercase;
      background: #1c4188;
      border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
      padding: 0.625rem 0;
      text-decoration: none; }
      header.main-header .header-top a.toggle-menu:hover, header.main-header .header-top a.toggle-menu:active, header.main-header .header-top a.toggle-menu:focus {
        text-decoration: none; }
      header.main-header .header-top a.toggle-menu:before {
        content: "";
        margin-right: 0.3125rem; }
      header.main-header .header-top a.toggle-menu.active:before {
        content: ""; }
      @media (max-width: 63.75em) {
        header.main-header .header-top a.toggle-menu {
          display: block; } }
  header.main-header .header-primary {
    padding: 1.875rem 0;
    overflow: hidden; }
    @media (max-width: 63.75em) {
      header.main-header .header-primary {
        text-align: center;
        display: none; } }
    header.main-header .header-primary .logo,
    header.main-header .header-primary nav.primary-nav {
      float: left; }
      @media (max-width: 63.75em) {
        header.main-header .header-primary .logo,
        header.main-header .header-primary nav.primary-nav {
          float: none; } }
    header.main-header .header-primary .logo {
      margin-right: 4.375rem;
      position: relative;
      z-index: 1; }
      @media (max-width: 63.75em) {
        header.main-header .header-primary .logo {
          display: none; } }
      header.main-header .header-primary .logo:before, header.main-header .header-primary .logo:after {
        display: block;
        content: '';
        position: absolute;
        top: -250px;
        left: -125px;
        width: 500px;
        height: 500px;
        background-image: -webkit-radial-gradient(circle, #003674 0%, rgba(0, 54, 116, 0.01) 70%);
        background-image: -moz-radial-gradient(circle, #003674 0%, rgba(0, 54, 116, 0.01) 70%);
        background-image: -o-radial-gradient(circle, #003674 0%, rgba(0, 54, 116, 0.01) 70%);
        background-image: radial-gradient(circle, #003674 0%, rgba(0, 54, 116, 0.01) 70%);
        z-index: 1;
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-out;
        -moz-transition: opacity 0.5s ease-out;
        -o-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out; }
      header.main-header .header-primary .logo:after {
        background-image: -webkit-radial-gradient(circle, #003a7c 0%, rgba(0, 54, 116, 0.01) 70%);
        background-image: -moz-radial-gradient(circle, #003a7c 0%, rgba(0, 54, 116, 0.01) 70%);
        background-image: -o-radial-gradient(circle, #003a7c 0%, rgba(0, 54, 116, 0.01) 70%);
        background-image: radial-gradient(circle, #003a7c 0%, rgba(0, 54, 116, 0.01) 70%);
        opacity: 0; }
      header.main-header .header-primary .logo:hover:before {
        opacity: 0; }
      header.main-header .header-primary .logo:hover:after {
        opacity: 1; }
      header.main-header .header-primary .logo img {
        position: relative;
        z-index: 2; }
    header.main-header .header-primary ul.nav-list.tools, header.main-header .header-primary nav.primary-nav {
      position: relative;
      z-index: 2; }
    header.main-header .header-primary nav.primary-nav {
      margin-top: 1rem; }
    header.main-header .header-primary ul.nav-list.tools {
      display: none;
      margin: 0; }
      @media (max-width: 63.75em) {
        header.main-header .header-primary ul.nav-list.tools {
          display: inline-block; } }
      header.main-header .header-primary ul.nav-list.tools li {
        margin: 0; }
        header.main-header .header-primary ul.nav-list.tools li a.lancer-dashboard-toggle {
          border-left: #fff 1px solid; }

/* Footer
/* _______________________________________________________________ */
footer.main-footer {
  background: #002147 url("/media/site-assets/public-site/images/wave-footer.png") no-repeat top center;
  padding: 4.375rem 0 1.875rem 0;
  color: #fff; }
  footer.main-footer p,
  footer.main-footer h1, footer.main-footer h2, footer.main-footer h3, footer.main-footer h4, footer.main-footer h5, footer.main-footer h6,
  footer.main-footer blockquote cite {
    color: #fff; }
  footer.main-footer a:not(.button):not(.btn) {
    color: #fff; }
    footer.main-footer a:not(.button):not(.btn):hover, footer.main-footer a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    footer.main-footer a:not(.button):not(.btn):before, footer.main-footer a:not(.button):not(.btn):after {
      text-decoration: none; }
  footer.main-footer ul li:before {
    color: #fff; }
  footer.main-footer nav.primary-nav a:hover {
    text-decoration: none; }
  @media (max-width: 40em) {
    footer.main-footer {
      background-position: -300px 0; } }
  footer.main-footer p {
    font-size: 0.75rem; }
  footer.main-footer a {
    text-decoration: underline; }
    footer.main-footer a:before, footer.main-footer a:after {
      text-decoration: none;
      line-height: 0.6;
      overflow: hidden; }
    footer.main-footer a.arrow-link, footer.main-footer .page-header .page-header-sub a, .page-header .page-header-sub footer.main-footer a, footer.main-footer .story-teaser a, .story-teaser footer.main-footer a {
      font-size: 0.75rem; }
  footer.main-footer .footer-top .address {
    margin-bottom: 1.25rem; }
    footer.main-footer .footer-top .address p {
      margin-bottom: 0; }
  footer.main-footer .footer-top h1.footer-column-header, footer.main-footer .footer-top h2.footer-column-header, footer.main-footer .footer-top h3.footer-column-header, footer.main-footer .footer-top h4.footer-column-header, footer.main-footer .footer-top h5.footer-column-header, footer.main-footer .footer-top h6.footer-column-header {
    font-size: 0.75rem;
    text-transform: uppercase; }
  footer.main-footer .footer-top ul:not(.social-links) li {
    font-size: 0.75rem; }
    footer.main-footer .footer-top ul:not(.social-links) li a {
      color: #bbcdf4; }
      footer.main-footer .footer-top ul:not(.social-links) li a:hover {
        color: #e7edfb; }
  footer.main-footer .footer-top .location img {
    margin-top: 0.625rem;
    width: 100%; }
  @media (max-width: 40em) {
    footer.main-footer .footer-top .campus {
      text-align: center;
      margin-top: 1.875rem; } }
  footer.main-footer .footer-top .campus ul.campus-links {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin-bottom: 1.25rem; }
    @media (max-width: 40em) {
      footer.main-footer .footer-top .campus ul.campus-links {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }
    footer.main-footer .footer-top .campus ul.campus-links li {
      -webkit-column-width: 50%;
         -moz-column-width: 50%;
              column-width: 50%; }
  @media (max-width: 63.75em) {
    footer.main-footer .footer-top .social {
      text-align: center;
      margin-top: 1.875rem; } }
  footer.main-footer .footer-top .social a.social-hub {
    float: right;
    color: #bbcdf4;
    text-decoration: none;
    text-transform: uppercase; }
    footer.main-footer .footer-top .social a.social-hub:hover {
      color: #e7edfb; }
    footer.main-footer .footer-top .social a.social-hub:before {
      content: "";
      margin-right: 0.1875rem; }
  footer.main-footer .footer-top .social ul.social-links li {
    margin-right: .5rem; }
    footer.main-footer .footer-top .social ul.social-links li:last-child {
      margin-right: 0; }
    footer.main-footer .footer-top .social ul.social-links li a {
      display: inline-block;
      height: 2.75rem;
      width: 2.75rem;
      line-height: 2.6rem;
      text-align: center;
      border: #fff 2px solid;
      -webkit-border-radius: 1.5625rem;
         -moz-border-radius: 1.5625rem;
              border-radius: 1.5625rem;
      font-size: 1rem; }
      footer.main-footer .footer-top .social ul.social-links li a:hover {
        background-color: rgba(0, 117, 151, 0.5); }
  footer.main-footer .footer-bottom {
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 63.75em) {
      footer.main-footer .footer-bottom {
        text-align: center; } }
    footer.main-footer .footer-bottom hr {
      margin: 1.875rem 0;
      height: auto;
      border-top: rgba(0, 0, 0, 0.5) 1px solid; }
      footer.main-footer .footer-bottom hr:after {
        display: none; }
    footer.main-footer .footer-bottom p {
      margin-bottom: 0;
      line-height: 29px; }
    footer.main-footer .footer-bottom ul {
      margin-bottom: 0; }
      footer.main-footer .footer-bottom ul li {
        font-size: 0.65rem;
        line-height: 29px; }
    footer.main-footer .footer-bottom .footer-logo {
      text-align: center;
      margin: 0 0 1.25rem 0; }
      footer.main-footer .footer-bottom .footer-logo .logo img {
        width: 200px;
        height: 29px; }

/* -------------------------------------------------------------- */
/*    Organisms - General
/* -------------------------------------------------------------- */
/* Callout Slab
/* _______________________________________________________________ */
.callout-slab {
  background: #002147 url("/media/site-assets/public-site/images/background-photo-texture2-(1).png") no-repeat center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  color: #fff;
  padding: 3.5rem 0 1.75rem;
  margin-bottom: 1.25rem; }
  .callout-slab p,
  .callout-slab h1, .callout-slab h2, .callout-slab h3, .callout-slab h4, .callout-slab h5, .callout-slab h6,
  .callout-slab blockquote cite {
    color: #fff; }
  .callout-slab a:not(.button):not(.btn) {
    color: #fff; }
    .callout-slab a:not(.button):not(.btn):hover, .callout-slab a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    .callout-slab a:not(.button):not(.btn):before, .callout-slab a:not(.button):not(.btn):after {
      text-decoration: none; }
  .callout-slab ul li:before {
    color: #fff; }
  .callout-slab nav.primary-nav a:hover {
    text-decoration: none; }
  @media (max-width: 40em) {
    .callout-slab {
      padding: 1.875rem 0; } }
  .callout-slab h1.header,
  .callout-slab h2.header,
  .callout-slab h3.header,
  .callout-slab h4.header,
  .callout-slab h5.header,
  .callout-slab h6.header {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase; }
  @media (max-width: 40em) {
    .callout-slab figure {
      margin-bottom: 1.25rem; } }

/* Filtration
/* _______________________________________________________________ */
.filtration {
  position: relative; }
  @media (max-width: 63.75em) {
    .filtration .sticky-wrapper {
      position: static; } }
  .filtration .sticky-wrapper.longwood-fixed {
    position: fixed;
    border: 0;
    background: transparent; }
    .filtration .sticky-wrapper.longwood-fixed .filters-wrapper a.toggle-filters {
      -webkit-border-radius: 0 0 1rem 1rem;
         -moz-border-radius: 0 0 1rem 1rem;
              border-radius: 0 0 1rem 1rem; }
    @media (max-width: 63.75em) {
      .filtration .sticky-wrapper.longwood-fixed .filters-wrapper.active a.toggle-filters {
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0; } }
    .filtration .sticky-wrapper.longwood-fixed ul.filters {
      -webkit-border-radius: 0 0 1rem 0;
         -moz-border-radius: 0 0 1rem 0;
              border-radius: 0 0 1rem 0; }
      @media (max-width: 63.75em) {
        .filtration .sticky-wrapper.longwood-fixed ul.filters {
          -webkit-border-radius: 0 0 1rem 1rem;
             -moz-border-radius: 0 0 1rem 1rem;
                  border-radius: 0 0 1rem 1rem; } }
  .filtration .filters-wrapper {
    margin-bottom: 1.875rem; }
    @media (max-width: 63.75em) {
      .filtration .filters-wrapper {
        position: static;
        margin-bottom: 1.875rem; } }
    .filtration .filters-wrapper a.toggle-filters {
      display: block;
      line-height: 2.5rem;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      position: relative;
      z-index: 2; }
      .filtration .filters-wrapper a.toggle-filters:focus {
        background-color: #1c4188; }
      .filtration .filters-wrapper a.toggle-filters:before {
        content: "";
        margin-right: 0.4375rem; }
      @media (max-width: 63.75em) {
        .filtration .filters-wrapper a.toggle-filters {
          margin: 0 0.625rem; } }
    .filtration .filters-wrapper ul.filters {
      display: none;
      background: #1c4188;
      -webkit-border-radius: 0 1rem 1rem 0;
         -moz-border-radius: 0 1rem 1rem 0;
              border-radius: 0 1rem 1rem 0;
      padding: 0 1.25rem 0 2.5rem;
      line-height: 2.5rem;
      margin: 0 0 0 -0.9375rem;
      position: relative;
      z-index: 1; }
      @media (max-width: 63.75em) {
        .filtration .filters-wrapper ul.filters {
          margin: 0 0.625rem;
          -webkit-border-radius: 0 0 1rem 1rem;
             -moz-border-radius: 0 0 1rem 1rem;
                  border-radius: 0 0 1rem 1rem; } }
      .filtration .filters-wrapper ul.filters li label {
        color: #fff; }
        .filtration .filters-wrapper ul.filters li label input {
          cursor: pointer;
          margin: 0 0.3125rem 0 0; }
    .filtration .filters-wrapper.active a.toggle-filters {
      background-color: #002147; }
      @media (max-width: 63.75em) {
        .filtration .filters-wrapper.active a.toggle-filters {
          -webkit-border-radius: 1rem 1rem 0 0;
             -moz-border-radius: 1rem 1rem 0 0;
                  border-radius: 1rem 1rem 0 0; } }
      .filtration .filters-wrapper.active a.toggle-filters:before {
        content: ""; }
    .filtration .filters-wrapper.active ul.filters {
      display: block; }
  .filtration ul.fact-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 1.25rem; }
    .filtration ul.fact-list li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
         -moz-box-flex: 1;
          -ms-flex: 1 0 0;
              flex: 1 0 0;
      padding-right: 1.25rem; }
      @media (max-width: 40em) {
        .filtration ul.fact-list li {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      @media (max-width: 40em) {
        .filtration ul.fact-list li:first-child {
          border-left: 0;
          padding-left: 0; } }
      .filtration ul.fact-list li:last-child {
        padding-right: 0; }
      .filtration ul.fact-list li .fact {
        font-size: 2rem;
        color: #002147; }
        @media (max-width: 63.75em) {
          .filtration ul.fact-list li .fact {
            font-size: 1.5rem; } }
        @media (max-width: 40em) {
          .filtration ul.fact-list li .fact {
            font-size: 1.25rem; } }
      .filtration ul.fact-list li .fact-detail {
        font-size: 0.875rem; }
        @media (max-width: 40em) {
          .filtration ul.fact-list li .fact-detail {
            font-size: 0.65rem; } }

/* Hero Slab
/* _______________________________________________________________ */
.hero-slab {
  margin-bottom: 5rem;
  position: relative; }
  @media (max-width: 63.75em) {
    .hero-slab {
      margin-bottom: 6.25rem; } }
  @media (max-width: 40em) {
    .hero-slab {
      margin-bottom: 1.25rem; } }
  .hero-slab .hero-cutout-image {
    margin-bottom: 0; }
    @media (max-width: 63.75em) {
      .hero-slab .hero-cutout-image:after {
        display: none; } }
  @media (max-width: 40em) {
    .hero-slab .arc-column {
      padding: 0; } }
  .hero-slab .arc-block-wrapper {
    position: absolute;
    bottom: -3.75rem; }
    @media (max-width: 63.75em) {
      .hero-slab .arc-block-wrapper {
        bottom: -5rem; } }
    @media (max-width: 40em) {
      .hero-slab .arc-block-wrapper {
        position: static; } }
    @media (max-width: 63.75em) {
      .hero-slab .arc-block-wrapper .arc-block, .hero-slab .arc-block-wrapper .quote-block, .hero-slab .arc-block-wrapper .fact-slab.full-color .fact-slab-text, .fact-slab.full-color .hero-slab .arc-block-wrapper .fact-slab-text, .hero-slab .arc-block-wrapper .fact-slab-photo .photo-wrapper .fact-slab-text, .fact-slab-photo .photo-wrapper .hero-slab .arc-block-wrapper .fact-slab-text, .hero-slab .arc-block-wrapper .full-page-circle-photos .section-header .header, .full-page-circle-photos .section-header .hero-slab .arc-block-wrapper .header, .hero-slab .arc-block-wrapper .full-page-collage .section-header .header, .full-page-collage .section-header .hero-slab .arc-block-wrapper .header, .hero-slab .arc-block-wrapper .full-page-two-photo .content, .full-page-two-photo .hero-slab .arc-block-wrapper .content {
        padding-top: 1.25rem;
        padding-right: 1.25rem;
        padding-bottom: 1.25rem; } }
    @media (max-width: 40em) {
      .hero-slab .arc-block-wrapper .arc-block, .hero-slab .arc-block-wrapper .quote-block, .hero-slab .arc-block-wrapper .fact-slab.full-color .fact-slab-text, .fact-slab.full-color .hero-slab .arc-block-wrapper .fact-slab-text, .hero-slab .arc-block-wrapper .fact-slab-photo .photo-wrapper .fact-slab-text, .fact-slab-photo .photo-wrapper .hero-slab .arc-block-wrapper .fact-slab-text, .hero-slab .arc-block-wrapper .full-page-circle-photos .section-header .header, .full-page-circle-photos .section-header .hero-slab .arc-block-wrapper .header, .hero-slab .arc-block-wrapper .full-page-collage .section-header .header, .full-page-collage .section-header .hero-slab .arc-block-wrapper .header, .hero-slab .arc-block-wrapper .full-page-two-photo .content, .full-page-two-photo .hero-slab .arc-block-wrapper .content {
        background-color: #65c8c6;
        padding: 1.25rem; } }
    .hero-slab .arc-block-wrapper .arc-block .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .quote-block .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .fact-slab.full-color .fact-slab-text .shape-wrapper path#shape-wave, .fact-slab.full-color .hero-slab .arc-block-wrapper .fact-slab-text .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper path#shape-wave, .fact-slab-photo .photo-wrapper .hero-slab .arc-block-wrapper .fact-slab-text .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .full-page-circle-photos .section-header .header .shape-wrapper path#shape-wave, .full-page-circle-photos .section-header .hero-slab .arc-block-wrapper .header .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .full-page-collage .section-header .header .shape-wrapper path#shape-wave, .full-page-collage .section-header .hero-slab .arc-block-wrapper .header .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .full-page-two-photo .content .shape-wrapper path#shape-wave, .full-page-two-photo .hero-slab .arc-block-wrapper .content .shape-wrapper path#shape-wave {
      display: block; }
      @media (max-width: 40em) {
        .hero-slab .arc-block-wrapper .arc-block .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .quote-block .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .fact-slab.full-color .fact-slab-text .shape-wrapper path#shape-wave, .fact-slab.full-color .hero-slab .arc-block-wrapper .fact-slab-text .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper path#shape-wave, .fact-slab-photo .photo-wrapper .hero-slab .arc-block-wrapper .fact-slab-text .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .full-page-circle-photos .section-header .header .shape-wrapper path#shape-wave, .full-page-circle-photos .section-header .hero-slab .arc-block-wrapper .header .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .full-page-collage .section-header .header .shape-wrapper path#shape-wave, .full-page-collage .section-header .hero-slab .arc-block-wrapper .header .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .full-page-two-photo .content .shape-wrapper path#shape-wave, .full-page-two-photo .hero-slab .arc-block-wrapper .content .shape-wrapper path#shape-wave {
          display: none; } }
    @media (max-width: 40em) {
      .hero-slab .arc-block-wrapper .arc-block .shape-wrapper path#shape-color, .hero-slab .arc-block-wrapper .quote-block .shape-wrapper path#shape-color, .hero-slab .arc-block-wrapper .fact-slab.full-color .fact-slab-text .shape-wrapper path#shape-color, .fact-slab.full-color .hero-slab .arc-block-wrapper .fact-slab-text .shape-wrapper path#shape-color, .hero-slab .arc-block-wrapper .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper path#shape-color, .fact-slab-photo .photo-wrapper .hero-slab .arc-block-wrapper .fact-slab-text .shape-wrapper path#shape-color, .hero-slab .arc-block-wrapper .full-page-circle-photos .section-header .header .shape-wrapper path#shape-color, .full-page-circle-photos .section-header .hero-slab .arc-block-wrapper .header .shape-wrapper path#shape-color, .hero-slab .arc-block-wrapper .full-page-collage .section-header .header .shape-wrapper path#shape-color, .full-page-collage .section-header .hero-slab .arc-block-wrapper .header .shape-wrapper path#shape-color, .hero-slab .arc-block-wrapper .full-page-two-photo .content .shape-wrapper path#shape-color, .full-page-two-photo .hero-slab .arc-block-wrapper .content .shape-wrapper path#shape-color {
        display: none; } }

/* Homepage Collage
/* _______________________________________________________________ */
.homepage-collage {
  margin-top: 1.875rem;
  max-width: 94.625rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media only screen and (min-width: 63.8125em) {
    .homepage-collage {
      -webkit-flex-flow: column wrap;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap;
      height: 30.0625rem; } }
  .homepage-collage .collage-title {
    background: #65c8c6 url("/media/site-assets/public-site/images/wave-tile.png");
    text-align: center;
    width: 100%;
    padding: 1.875rem; }
    @media only screen and (min-width: 90.0625em) {
      .homepage-collage .collage-title {
        min-height: 9.375rem; } }
    .homepage-collage .collage-title h1 {
      margin: 0; }
      .homepage-collage .collage-title h1 span {
        display: block; }
      .homepage-collage .collage-title h1 span.line1 {
        color: #fff;
        font-family: "adobe-garamond-pro", "Georgia", serif;
        font-style: italic;
        font-size: 2.25rem; }
      .homepage-collage .collage-title h1 span.line2 {
        color: #002147;
        text-transform: uppercase;
        font-size: 1.5rem; }
    .homepage-collage .collage-title.mobile {
      display: none; }
      @media (max-width: 63.75em) {
        .homepage-collage .collage-title.mobile {
          display: block; } }
  .wave-home .homepage-collage .collage-title {
    /*background-color:#e36919;*/
  }
  .homepage-collage .collage-slot,
  .homepage-collage .collage-title-wrapper {
    margin-bottom: 0.5rem;
    padding: 0 0.25rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .homepage-collage .collage-slot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    position: relative;
    max-height: 30.0625rem;
    overflow: hidden; }
    @media (max-width: 63.75em) {
      .homepage-collage .collage-slot {
        max-height: 15.03125rem;
        margin-bottom: 0.5rem; } }
    @media (max-width: 40em) {
      .homepage-collage .collage-slot {
        max-height: 7.51562rem;
        margin-left: 0;
        margin-right: 0; } }
    .homepage-collage .collage-slot .collage-text {
      position: absolute;
      z-index: 10;
      padding-top: 1rem;
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 0.25rem 0 0.25rem;
      text-align: center;
      color: #fff;
      font-size: 0.75rem;
      height: 100%;
      -webkit-transition: height 0.5s ease-in-out;
      -o-transition: height 0.5s ease-in-out;
      -moz-transition: height 0.5s ease-in-out;
      transition: height 0.5s ease-in-out; }
      @media only screen and (min-width: 40.0625em) {
        .homepage-collage .collage-slot .collage-text {
          height: 4.6875rem; } }
    .homepage-collage .collage-slot .collage-text-header {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 0.875rem;
      text-align: center; }
    .homepage-collage .collage-slot .collage-text-body {
      display: block; }
      @media (max-width: 40em) {
        .homepage-collage .collage-slot .collage-text-body {
          display: none; } }
      @media only screen and (min-width: 40.0625em) {
        .homepage-collage .collage-slot .collage-text-body {
          max-height: 0;
          opacity: 0;
          -webkit-transition: max-height 0.5s ease-in-out, opacity 0.2s ease-out;
          -o-transition: max-height 0.5s ease-in-out, opacity 0.2s ease-out;
          -moz-transition: max-height 0.5s ease-in-out, opacity 0.2s ease-out;
          transition: max-height 0.5s ease-in-out, opacity 0.2s ease-out;
          overflow: hidden; } }
    .homepage-collage .collage-slot .collage-text-bg {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      padding: 1.875rem 0.9375rem 1.25rem 1.25rem;
      -webkit-background-size: 100% 101%;
         -moz-background-size: 100% 101%;
           -o-background-size: 100% 101%;
              background-size: 100% 101%;
      background-position: center bottom;
      background-color: transparent;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, rgba(0, 0, 0, 0.8)));
      background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 90%);
      background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 90%);
      background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 90%);
      background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 90%);
      -webkit-transition: -webkit-background-size 0.5s ease-in-out;
      transition: -webkit-background-size 0.5s ease-in-out;
      -o-transition: -o-background-size 0.5s ease-in-out;
      -moz-transition: background-size 0.5s ease-in-out, -moz-background-size 0.5s ease-in-out;
      transition: background-size 0.5s ease-in-out;
      transition: background-size 0.5s ease-in-out, -webkit-background-size 0.5s ease-in-out, -moz-background-size 0.5s ease-in-out, -o-background-size 0.5s ease-in-out; }
    .homepage-collage .collage-slot img {
      position: relative;
      z-index: 1;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      width: auto; }
  .homepage-collage .collage-slot-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
  .homepage-collage .collage-slot:hover .collage-text {
    height: 100%; }
    @media (max-width: 40em) {
      .homepage-collage .collage-slot:hover .collage-text {
        color: #ffb612;
        -webkit-transition: color 0.25s ease-in-out;
        -o-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; } }
  @media only screen and (min-width: 40.0625em) {
    .homepage-collage .collage-slot:hover .collage-text-bg {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-background-size: 100% 150%;
         -moz-background-size: 100% 150%;
           -o-background-size: 100% 150%;
              background-size: 100% 150%;
      -webkit-transition: -webkit-background-size 1.5s ease-in-out;
      transition: -webkit-background-size 1.5s ease-in-out;
      -o-transition: -o-background-size 1.5s ease-in-out;
      -moz-transition: background-size 1.5s ease-in-out, -moz-background-size 1.5s ease-in-out;
      transition: background-size 1.5s ease-in-out;
      transition: background-size 1.5s ease-in-out, -webkit-background-size 1.5s ease-in-out, -moz-background-size 1.5s ease-in-out, -o-background-size 1.5s ease-in-out; } }
  @media only screen and (min-width: 40.0625em) {
    .homepage-collage .collage-slot:hover .collage-text-body {
      max-height: 30.0625rem;
      opacity: 1;
      -webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in;
      -o-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in;
      -moz-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in;
      transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in; } }
  @media only screen and (min-width: 63.8125em) {
    .homepage-collage .collage-title-wrapper {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .homepage-collage .slot1 {
    margin-top: 0; }
    @media only screen and (min-width: 63.8125em) {
      .homepage-collage .slot1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-top: 1.25rem; } }
  @media only screen and (min-width: 63.8125em) {
    .homepage-collage .slot2 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
         -moz-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      max-height: 18.28125rem;
      margin-bottom: 0; } }
  @media only screen and (min-width: 63.8125em) {
    .homepage-collage .slot3 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
         -moz-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      margin-top: 1.875rem; } }
  @media only screen and (min-width: 63.8125em) {
    .homepage-collage .slot4 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
         -moz-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
      margin-top: 2.1875rem;
      max-height: 26.9375rem; } }
  .homepage-collage .slot1:before,
  .homepage-collage .slot4:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 15;
    width: 200px;
    height: 30.0625rem; }
    @media (max-width: 63.75em) {
      .homepage-collage .slot1:before,
      .homepage-collage .slot4:before {
        display: none; } }
  @media only screen and (min-width: 63.8125em) {
    .homepage-collage .slot1 .collage-text-bg {
      padding-left: 30%; } }
  .homepage-collage .slot1:before {
    background: url("/media/site-assets/public-site/images/home-collage-mask-left.svg") no-repeat bottom left;
    left: -1px; bottom:-1px;}
    @media (max-width: 87.5rem) {
      .homepage-collage .slot1:before {
        left: -10%; } }
    @media (max-width: 75rem) {
      .homepage-collage .slot1:before {
        left: -15%; } }
    @media (max-width: 68.75rem) {
      .homepage-collage .slot1:before {
        left: -20%; } }
  @media only screen and (min-width: 63.8125em) {
    .homepage-collage .slot4 .collage-text-bg {
      padding-right: 20%; } }
  .homepage-collage .slot4:before {
    background: url("/media/site-assets/public-site/images/home-collage-mask-right.svg") no-repeat bottom right;
    right: -1px; bottom:-1px;}
    @media (max-width: 87.5rem) {
      .homepage-collage .slot4:before {
        right: -10%; } }
    @media (max-width: 75rem) {
      .homepage-collage .slot4:before {
        right: -15%; } }
    @media (max-width: 68.75rem) {
      .homepage-collage .slot4:before {
        right: -20%; } }

/* Learn More Form
/* _______________________________________________________________ */
.learn-more-form {
  padding: 6.25rem 0; }
  .learn-more-form .header {
    text-align: center; }
    .learn-more-form .header h1,
    .learn-more-form .header h2,
    .learn-more-form .header h3,
    .learn-more-form .header h4,
    .learn-more-form .header h5,
    .learn-more-form .header h6 {
      font-weight: bold; }
  .learn-more-form label {
    font-size: 1.25rem;
    margin-bottom: -0.625rem; }

/* Photo Button Teaser Slab
/* _______________________________________________________________ */
/* Question Form
/* _______________________________________________________________ */
.question-form figure {
  position: relative; }
  .question-form figure figcaption {
    position: absolute;
    bottom: 0;
    background: rgba(0, 33, 71, 0.7);
    color: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif;
    font-weight: bold;
    margin-bottom: 0; }
    .question-form figure figcaption p,
    .question-form figure figcaption h1, .question-form figure figcaption h2, .question-form figure figcaption h3, .question-form figure figcaption h4, .question-form figure figcaption h5, .question-form figure figcaption h6,
    .question-form figure figcaption blockquote cite {
      color: #fff; }
    .question-form figure figcaption a:not(.button):not(.btn) {
      color: #fff; }
      .question-form figure figcaption a:not(.button):not(.btn):hover, .question-form figure figcaption a:not(.button):not(.btn):focus {
        text-decoration: underline; }
      .question-form figure figcaption a:not(.button):not(.btn):before, .question-form figure figcaption a:not(.button):not(.btn):after {
        text-decoration: none; }
    .question-form figure figcaption ul li:before {
      color: #fff; }
    .question-form figure figcaption nav.primary-nav a:hover {
      text-decoration: none; }
    @media (max-width: 63.75em) {
      .question-form figure figcaption {
        position: static;
        background: #002147;
        margin-bottom: 1.25rem; } }

/* Search Archives
/* _______________________________________________________________ */
.search-archives {
  background: #002147 url("/media/site-assets/public-site/images/wave-tile-dark-(1).png");
  color: #fff;
  text-align: center;
  padding: 1.875rem;
  margin-bottom: 1.25rem; }
  .search-archives p,
  .search-archives h1, .search-archives h2, .search-archives h3, .search-archives h4, .search-archives h5, .search-archives h6,
  .search-archives blockquote cite {
    color: #fff; }
  .search-archives a:not(.button):not(.btn) {
    color: #fff; }
    .search-archives a:not(.button):not(.btn):hover, .search-archives a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    .search-archives a:not(.button):not(.btn):before, .search-archives a:not(.button):not(.btn):after {
      text-decoration: none; }
  .search-archives ul li:before {
    color: #fff; }
  .search-archives nav.primary-nav a:hover {
    text-decoration: none; }
  .search-archives a.button, .search-archives button, .search-archives a.btn {
    margin-bottom: 0.625rem; }
  .search-archives button {
    background: #1c4188; }
  .search-archives .separator {
    margin: 0;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
    font-size: 0.75rem; }
    .search-archives .separator:before, .search-archives .separator:after {
      display: inline-block;
      content: '-'; }
    .search-archives .separator:before {
      margin-right: 5px; }
    .search-archives .separator:after {
      margin-left: 5px; }
  .search-archives form.search-archives {
    padding: 0; }

/* Slab Carousel
/* _______________________________________________________________ */
.slab-carousel {
  background: #65c8c6 url("/media/site-assets/public-site/images/background-photo-texture1.png") no-repeat top center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  color: #fff;
  margin-bottom: 4.375rem;
  padding: 4.0625rem 0 6.25rem 0; }
  .slab-carousel p,
  .slab-carousel h1, .slab-carousel h2, .slab-carousel h3, .slab-carousel h4, .slab-carousel h5, .slab-carousel h6,
  .slab-carousel blockquote cite {
    color: #fff; }
  .slab-carousel a:not(.button):not(.btn) {
    color: #fff; }
    .slab-carousel a:not(.button):not(.btn):hover, .slab-carousel a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    .slab-carousel a:not(.button):not(.btn):before, .slab-carousel a:not(.button):not(.btn):after {
      text-decoration: none; }
  .slab-carousel ul li:before {
    color: #fff; }
  .slab-carousel nav.primary-nav a:hover {
    text-decoration: none; }
  @media (max-width: 63.75em) {
    .slab-carousel {
      padding: 2.5rem 0; } }
  .slab-carousel .header {
    margin: 0 0 3.125rem 0; }
    @media (max-width: 63.75em) {
      .slab-carousel .header {
        margin-bottom: 1.25rem;
        text-align: center; } }
  .slab-carousel .slick-slab-carousel {
    position: relative;
    padding: 0 2.5rem; }
    .slab-carousel .slick-slab-carousel button {
      background: none;
      padding: 0;
      margin: 0;
      margin: auto;
      height: 3.125rem;
      font-size: 3.125rem;
      position: absolute;
      bottom: 0;
      top: 0;
      outline: 0; }
      .slab-carousel .slick-slab-carousel button.slick-next {
        right: 10px; }
      .slab-carousel .slick-slab-carousel button.slick-prev {
        left: 10px; }
    .slab-carousel .slick-slab-carousel .slide {
      text-align: center;
      font-style: italic;
      margin: 0 0.5rem;
      outline: 0; }
      .slab-carousel .slick-slab-carousel .slide h1,
      .slab-carousel .slick-slab-carousel .slide h2,
      .slab-carousel .slick-slab-carousel .slide h3,
      .slab-carousel .slick-slab-carousel .slide h4,
      .slab-carousel .slick-slab-carousel .slide h5,
      .slab-carousel .slick-slab-carousel .slide h6 {
        font-style: italic; }
      .slab-carousel .slick-slab-carousel .slide a {
        display: block;
        font-style: italic;
        outline: 0; }
        .slab-carousel .slick-slab-carousel .slide a:hover {
          text-decoration: none; }

/* Social Feeds
/* _______________________________________________________________ */
.social-feeds h1.header,
.social-feeds h2.header,
.social-feeds h3.header,
.social-feeds h4.header,
.social-feeds h5.header,
.social-feeds h6.header {
  margin-bottom: 1.875rem; }

/* Steps List
/* _______________________________________________________________ */
.steps-list {
  margin-bottom: 1.25rem; }
  @media (max-width: 63.75em) {
    .steps-list .arc-block, .steps-list .quote-block, .steps-list .fact-slab.full-color .fact-slab-text, .fact-slab.full-color .steps-list .fact-slab-text, .steps-list .fact-slab-photo .photo-wrapper .fact-slab-text, .fact-slab-photo .photo-wrapper .steps-list .fact-slab-text, .steps-list .full-page-circle-photos .section-header .header, .full-page-circle-photos .section-header .steps-list .header, .steps-list .full-page-collage .section-header .header, .full-page-collage .section-header .steps-list .header, .steps-list .full-page-two-photo .content, .full-page-two-photo .steps-list .content {
      background-color: #65c8c6;
      padding: 1.25rem; } }
  .steps-list .arc-block .shape-wrapper path#shape-wave, .steps-list .quote-block .shape-wrapper path#shape-wave, .steps-list .fact-slab.full-color .fact-slab-text .shape-wrapper path#shape-wave, .fact-slab.full-color .steps-list .fact-slab-text .shape-wrapper path#shape-wave, .steps-list .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper path#shape-wave, .fact-slab-photo .photo-wrapper .steps-list .fact-slab-text .shape-wrapper path#shape-wave, .steps-list .full-page-circle-photos .section-header .header .shape-wrapper path#shape-wave, .full-page-circle-photos .section-header .steps-list .header .shape-wrapper path#shape-wave, .steps-list .full-page-collage .section-header .header .shape-wrapper path#shape-wave, .full-page-collage .section-header .steps-list .header .shape-wrapper path#shape-wave, .steps-list .full-page-two-photo .content .shape-wrapper path#shape-wave, .full-page-two-photo .steps-list .content .shape-wrapper path#shape-wave {
    display: block; }
    @media (max-width: 63.75em) {
      .steps-list .arc-block .shape-wrapper path#shape-wave, .steps-list .quote-block .shape-wrapper path#shape-wave, .steps-list .fact-slab.full-color .fact-slab-text .shape-wrapper path#shape-wave, .fact-slab.full-color .steps-list .fact-slab-text .shape-wrapper path#shape-wave, .steps-list .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper path#shape-wave, .fact-slab-photo .photo-wrapper .steps-list .fact-slab-text .shape-wrapper path#shape-wave, .steps-list .full-page-circle-photos .section-header .header .shape-wrapper path#shape-wave, .full-page-circle-photos .section-header .steps-list .header .shape-wrapper path#shape-wave, .steps-list .full-page-collage .section-header .header .shape-wrapper path#shape-wave, .full-page-collage .section-header .steps-list .header .shape-wrapper path#shape-wave, .steps-list .full-page-two-photo .content .shape-wrapper path#shape-wave, .full-page-two-photo .steps-list .content .shape-wrapper path#shape-wave {
        display: none; } }
  @media (max-width: 63.75em) {
    .steps-list .arc-block .shape-wrapper path#shape-color, .steps-list .quote-block .shape-wrapper path#shape-color, .steps-list .fact-slab.full-color .fact-slab-text .shape-wrapper path#shape-color, .fact-slab.full-color .steps-list .fact-slab-text .shape-wrapper path#shape-color, .steps-list .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper path#shape-color, .fact-slab-photo .photo-wrapper .steps-list .fact-slab-text .shape-wrapper path#shape-color, .steps-list .full-page-circle-photos .section-header .header .shape-wrapper path#shape-color, .full-page-circle-photos .section-header .steps-list .header .shape-wrapper path#shape-color, .steps-list .full-page-collage .section-header .header .shape-wrapper path#shape-color, .full-page-collage .section-header .steps-list .header .shape-wrapper path#shape-color, .steps-list .full-page-two-photo .content .shape-wrapper path#shape-color, .full-page-two-photo .steps-list .content .shape-wrapper path#shape-color {
      display: none; } }
  .steps-list ol.rich {
    background: #fff;
    padding: 1.25rem;
    margin: -1.875rem 0 1.25rem 0;
    position: relative;
    z-index: 3; }
    @media (max-width: 40em) {
      .steps-list ol.rich {
        margin-top: 0; } }
  .steps-list.popout {
    margin-top: -12rem; }
    @media (max-width: 63.75em) {
      .steps-list.popout {
        margin-top: 0; } }
    .steps-list.popout .arc-block, .steps-list.popout .quote-block, .steps-list.popout .fact-slab.full-color .fact-slab-text, .fact-slab.full-color .steps-list.popout .fact-slab-text, .steps-list.popout .fact-slab-photo .photo-wrapper .fact-slab-text, .fact-slab-photo .photo-wrapper .steps-list.popout .fact-slab-text, .steps-list.popout .full-page-circle-photos .section-header .header, .full-page-circle-photos .section-header .steps-list.popout .header, .steps-list.popout .full-page-collage .section-header .header, .full-page-collage .section-header .steps-list.popout .header, .steps-list.popout .full-page-two-photo .content, .full-page-two-photo .steps-list.popout .content {
      margin-left: -6.25rem; }
      @media (max-width: 63.75em) {
        .steps-list.popout .arc-block, .steps-list.popout .quote-block, .steps-list.popout .fact-slab.full-color .fact-slab-text, .fact-slab.full-color .steps-list.popout .fact-slab-text, .steps-list.popout .fact-slab-photo .photo-wrapper .fact-slab-text, .fact-slab-photo .photo-wrapper .steps-list.popout .fact-slab-text, .steps-list.popout .full-page-circle-photos .section-header .header, .full-page-circle-photos .section-header .steps-list.popout .header, .steps-list.popout .full-page-collage .section-header .header, .full-page-collage .section-header .steps-list.popout .header, .steps-list.popout .full-page-two-photo .content, .full-page-two-photo .steps-list.popout .content {
          margin-left: 0;
          padding: 1.875rem;
          width: 100%; } }
    @media (max-width: 63.75em) {
      .steps-list.popout ol.rich {
        margin-top: 0; } }

/* Story Teaser
/* _______________________________________________________________ */
.story-teaser {
  margin-bottom: 1.25rem; }
  .story-teaser h1,
  .story-teaser h2,
  .story-teaser h3,
  .story-teaser h4,
  .story-teaser h5,
  .story-teaser h6 {
    margin-bottom: 1.875rem; }

/* Tabs
/* _______________________________________________________________ */
.tabs-section .tabs-content {
  margin-top: -3.125rem;
  position: relative;
  z-index: 1; }
  @media (max-width: 40em) {
    .tabs-section .tabs-content {
      margin-top: 0;
      position: static;
      padding-top: 0.625rem; } }

@media (max-width: 40em) {
  .tabs-section .arc-block, .tabs-section .quote-block, .tabs-section .fact-slab.full-color .fact-slab-text, .fact-slab.full-color .tabs-section .fact-slab-text, .tabs-section .fact-slab-photo .photo-wrapper .fact-slab-text, .fact-slab-photo .photo-wrapper .tabs-section .fact-slab-text, .tabs-section .full-page-circle-photos .section-header .header, .full-page-circle-photos .section-header .tabs-section .header, .tabs-section .full-page-collage .section-header .header, .full-page-collage .section-header .tabs-section .header, .tabs-section .full-page-two-photo .content, .full-page-two-photo .tabs-section .content {
    background: #65c8c6;
    padding: 1.25rem;
    width: 100%; }
    .tabs-section .arc-block .shape-wrapper, .tabs-section .quote-block .shape-wrapper, .tabs-section .fact-slab.full-color .fact-slab-text .shape-wrapper, .fact-slab.full-color .tabs-section .fact-slab-text .shape-wrapper, .tabs-section .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper, .fact-slab-photo .photo-wrapper .tabs-section .fact-slab-text .shape-wrapper, .tabs-section .full-page-circle-photos .section-header .header .shape-wrapper, .full-page-circle-photos .section-header .tabs-section .header .shape-wrapper, .tabs-section .full-page-collage .section-header .header .shape-wrapper, .full-page-collage .section-header .tabs-section .header .shape-wrapper, .tabs-section .full-page-two-photo .content .shape-wrapper, .full-page-two-photo .tabs-section .content .shape-wrapper {
      display: none; } }

.compat-cover-and-center {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .compat-cover-and-center img {
    opacity: 0; }

/* -------------------------------------------------------------- */
/*    Organisms - Campaign
/* -------------------------------------------------------------- */
/* Campaign Two Block Slab
/* _______________________________________________________________ */
.campaign-two-block-slab > .row > .columns {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem; }
  @media (max-width: 63.75em) {
    .campaign-two-block-slab > .row > .columns {
      padding-left: 0;
      padding-right: 0; } }

.campaign-two-block-slab .quote-block.curve-left {
  margin-left: -7.5rem; }
  @media (max-width: 63.75em) {
    .campaign-two-block-slab .quote-block.curve-left {
      margin-left: 0; } }

.campaign-two-block-slab .quote-block.curve-right, .campaign-two-block-slab .full-page-two-photo .quote-block.content, .full-page-two-photo .campaign-two-block-slab .quote-block.content {
  margin-right: -7.5rem; }
  @media (max-width: 63.75em) {
    .campaign-two-block-slab .quote-block.curve-right, .campaign-two-block-slab .full-page-two-photo .quote-block.content, .full-page-two-photo .campaign-two-block-slab .quote-block.content {
      margin-right: 0; } }

/* Campaign Content Block Wide
/* _______________________________________________________________ */
.campaign-content-block-wide {
  padding: 1rem 0; }
  @media (max-width: 40em) {
    .campaign-content-block-wide {
      padding: 2.5rem 0; } }
  .campaign-content-block-wide .header {
    text-align: center;
    margin-bottom: 2.5rem; }
    @media (max-width: 40em) {
      .campaign-content-block-wide .header {
        margin-bottom: 0; } }
    .campaign-content-block-wide .header h1, .campaign-content-block-wide .header h2, .campaign-content-block-wide .header h3, .campaign-content-block-wide .header h4, .campaign-content-block-wide .header h5, .campaign-content-block-wide .header h6 {
      color: #007597; }
  .campaign-content-block-wide ul.fact-list {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .campaign-content-block-wide ul.fact-list:before, .campaign-content-block-wide ul.fact-list:after {
      content: " ";
      display: table; }
    .campaign-content-block-wide ul.fact-list:after {
      clear: both; }
    .campaign-content-block-wide ul.fact-list > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.625rem 1.25rem; }
    .campaign-content-block-wide ul.fact-list > li {
      list-style: none;
      padding: 0 0.625rem 1.25rem;
      width: 50%; }
      .campaign-content-block-wide ul.fact-list > li:nth-of-type(1n) {
        clear: none; }
      .campaign-content-block-wide ul.fact-list > li:nth-of-type(2n+1) {
        clear: both; }
  .campaign-content-block-wide figure {
    margin-bottom: 1.25rem; }

/* -------------------------------------------------------------- */
/*    Organisms - Fact Slabs
/* -------------------------------------------------------------- */
/* Fact Slab
/* _______________________________________________________________ */
.fact-slab {
  color: #fff;
  background: #1c4188;
  padding: 3.75rem 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5rem; }
  .fact-slab p,
  .fact-slab h1, .fact-slab h2, .fact-slab h3, .fact-slab h4, .fact-slab h5, .fact-slab h6,
  .fact-slab blockquote cite {
    color: #fff; }
  .fact-slab a:not(.button):not(.btn) {
    color: #fff; }
    .fact-slab a:not(.button):not(.btn):hover, .fact-slab a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    .fact-slab a:not(.button):not(.btn):before, .fact-slab a:not(.button):not(.btn):after {
      text-decoration: none; }
  .fact-slab ul li:before {
    color: #fff; }
  .fact-slab nav.primary-nav a:hover {
    text-decoration: none; }
  @media (max-width: 40em) {
    .fact-slab {
      padding: 1.875rem 0; } }
  .fact-slab .background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.2; }
    .fact-slab .background img {
      width: 100%; }
      @media (max-width: 40em) {
        .fact-slab .background img {
          max-width: none;
          width: auto; } }
  @media (max-width: 40em) {
    .fact-slab .fact-slab-text {
      margin-bottom: 1.25rem; } }
  .fact-slab .shape-wrapper {
    display: none; }
  .fact-slab ul.fact-list li .fact {
    font-size: 2rem; }
  .fact-slab ul.fact-list li .fact-detail {
    font-size: 1rem; }
  .fact-slab.theme-light {
    background: #007597; }
  .fact-slab.theme-medium {
    background: #1c4188; }
  .fact-slab.theme-dark {
    background: #002147; }
  .fact-slab.full-color .background {
    opacity: 1; }
  .fact-slab.full-color ul.fact-list li {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .fact-slab.full-color .fact-slab-text {
    color: #2d2d2d; }
    @media (max-width: 63.75em) {
      .fact-slab.full-color .fact-slab-text {
        background: #fff;
        padding: 1.25rem; } }
    .fact-slab.full-color .fact-slab-text h1, .fact-slab.full-color .fact-slab-text h2, .fact-slab.full-color .fact-slab-text h3, .fact-slab.full-color .fact-slab-text h4, .fact-slab.full-color .fact-slab-text h5, .fact-slab.full-color .fact-slab-text h6 {
      color: #002147; }
    .fact-slab.full-color .fact-slab-text p {
      color: #2d2d2d; }
    .fact-slab.full-color .fact-slab-text a {
      color: #002147; }
    .fact-slab.full-color .fact-slab-text .shape-wrapper {
      display: block; }
      .fact-slab.full-color .fact-slab-text .shape-wrapper path#shape-color {
        fill: #fff; }
      @media (max-width: 63.75em) {
        .fact-slab.full-color .fact-slab-text .shape-wrapper path#shape-color {
          display: none; } }

/* Fact Slab with Photo
/* _______________________________________________________________ */
.fact-slab-photo {
  padding: 3.125rem 0 1.25rem 0;
  margin-bottom: 3.75rem; }
  .fact-slab-photo .photo-wrapper {
    background: #ffb612;
    padding: 0 6.25rem 6.25rem 6.25rem;
    position: relative; }
    @media (max-width: 63.75em) {
      .fact-slab-photo .photo-wrapper {
        padding: 0 1.875rem 1.875rem 1.875rem; } }
    .fact-slab-photo .photo-wrapper figure {
      margin-bottom: 0; }
      .fact-slab-photo .photo-wrapper figure img {
        margin-top: -1.875rem; }
    .fact-slab-photo .photo-wrapper .fact-slab-text {
      position: absolute;
      right: 0;
      bottom: -1.875rem;
      max-width: 60%;
      padding-bottom: 0.625rem;
      color: #2d2d2d; }
      @media (max-width: 63.75em) {
        .fact-slab-photo .photo-wrapper .fact-slab-text {
          position: static;
          max-width: none;
          background: #fff;
          padding: 1.25rem; } }
      .fact-slab-photo .photo-wrapper .fact-slab-text h1, .fact-slab-photo .photo-wrapper .fact-slab-text h2, .fact-slab-photo .photo-wrapper .fact-slab-text h3, .fact-slab-photo .photo-wrapper .fact-slab-text h4, .fact-slab-photo .photo-wrapper .fact-slab-text h5, .fact-slab-photo .photo-wrapper .fact-slab-text h6,
      .fact-slab-photo .photo-wrapper .fact-slab-text a {
        color: #ffb612; }
      .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper path#shape-color {
        fill: #fafafa; }
      @media (max-width: 63.75em) {
        .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper path#shape-color {
          display: none; } }
  @media (max-width: 40em) {
    .fact-slab-photo ul.fact-list {
      margin-top: 1.875rem; } }
  .fact-slab-photo ul.fact-list li .fact {
    color: #ffb612;
    font-size: 2rem; }
  .fact-slab-photo ul.fact-list li .fact-detail {
    font-size: 1rem; }
  .fact-slab-photo.color2 .photo-wrapper {
    background: #65c8c6; }
    .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h1, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h2, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h3, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h4, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h5, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h6,
    .fact-slab-photo.color2 .photo-wrapper .fact-slab-text a {
      color: #65c8c6; }
  .fact-slab-photo.color2 ul.fact-list li .fact {
    color: #65c8c6; }
  .fact-slab-photo.color3 .photo-wrapper {
    background: #f17520; }
    .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h1, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h2, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h3, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h4, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h5, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h6,
    .fact-slab-photo.color3 .photo-wrapper .fact-slab-text a {
      color: #f17520; }
  .fact-slab-photo.color3 ul.fact-list li .fact {
    color: #f17520; }

/* -------------------------------------------------------------- */
/*    Organisms - Grids
/* -------------------------------------------------------------- */
/* Block Button Grid
/* _______________________________________________________________ */
.block-button-grid h1, .block-button-grid h2, .block-button-grid h3, .block-button-grid h4, .block-button-grid h5, .block-button-grid h6 {
  margin-bottom: 2.5rem; }

.block-button-grid ul li a.block-button {
  display: block;
  margin-bottom: 0; }

/* Block Button Grid Slab
/* _______________________________________________________________ */
.block-button-grid-slab {
  background: #002147 url("/media/site-assets/public-site/images/background-photo-texture2.png") no-repeat center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding: 5.625rem 0 8.125rem;
  color: #fff;
  text-align: center;
  margin-bottom: 2.5rem; }
  .block-button-grid-slab p,
  .block-button-grid-slab h1, .block-button-grid-slab h2, .block-button-grid-slab h3, .block-button-grid-slab h4, .block-button-grid-slab h5, .block-button-grid-slab h6,
  .block-button-grid-slab blockquote cite {
    color: #fff; }
  .block-button-grid-slab a:not(.button):not(.btn) {
    color: #fff; }
    .block-button-grid-slab a:not(.button):not(.btn):hover, .block-button-grid-slab a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    .block-button-grid-slab a:not(.button):not(.btn):before, .block-button-grid-slab a:not(.button):not(.btn):after {
      text-decoration: none; }
  .block-button-grid-slab ul li:before {
    color: #fff; }
  .block-button-grid-slab nav.primary-nav a:hover {
    text-decoration: none; }
  .block-button-grid-slab h1, .block-button-grid-slab h2, .block-button-grid-slab h3, .block-button-grid-slab h4, .block-button-grid-slab h5, .block-button-grid-slab h6 {
    font-size: 1.25rem;
    text-transform: uppercase; }
  .block-button-grid-slab a.arrow-link, .block-button-grid-slab .page-header .page-header-sub a, .page-header .page-header-sub .block-button-grid-slab a, .block-button-grid-slab .story-teaser a, .story-teaser .block-button-grid-slab a {
    text-decoration: underline;
    font-weight: normal; }
  .block-button-grid-slab .block-button-grid {
    margin-top: 3.125rem; }

/* Bond Grid
/* _______________________________________________________________ */
.bond-grid {
  text-align: center;
  margin-bottom: 1.25rem; }
  .bond-grid h1, .bond-grid h2, .bond-grid h3, .bond-grid h4, .bond-grid h5, .bond-grid h6 {
    overflow: hidden;
    margin-bottom: 1.875rem; }
    .bond-grid h1:after, .bond-grid h2:after, .bond-grid h3:after, .bond-grid h4:after, .bond-grid h5:after, .bond-grid h6:after {
      display: block;
      content: '..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................';
      font-size: 24px;
      line-height: 28px;
      margin-top: -20px;
      color: #c2c2c2;
      letter-spacing: 6px;
      content: "............"; }
    .bond-grid h1:after, .bond-grid h2:after, .bond-grid h3:after, .bond-grid h4:after, .bond-grid h5:after, .bond-grid h6:after {
      margin-top: 0; }
  .bond-grid ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .bond-grid ul li {
      width: 31%;
      margin: 0 0.625rem; }
      @media (max-width: 63.75em) {
        .bond-grid ul li {
          width: 46%; } }
      @media (max-width: 40em) {
        .bond-grid ul li {
          width: 100%;
          margin: 0; } }
      @media (max-width: 40em) {
        .bond-grid ul li:last-child a.block-button {
          margin-bottom: 0; } }
      .bond-grid ul li a.block-button {
        display: block; }

/* Masonry Grid
/* _______________________________________________________________ */
.masonry-grid {
  overflow: hidden;
  margin-bottom: 2.5rem; }
  .masonry-grid:after {
    display: block;
    content: '..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................';
    font-size: 24px;
    line-height: 28px;
    margin-top: -20px;
    color: #c2c2c2;
    letter-spacing: 6px; }
  .masonry-grid ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    margin-bottom: 1.25rem; }
    @media (max-width: 63.75em) {
      .masonry-grid ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; } }
    @media (max-width: 40em) {
      .masonry-grid ul {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }
    .masonry-grid ul li {
      display: block;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
      .masonry-grid ul li .masonry-item {
        margin-left: 3px; }

/* -------------------------------------------------------------- */
/*    Organisms - News
/* -------------------------------------------------------------- */
/* News Articles Index (list of articles on news homepage)
/* _______________________________________________________________ */
.news-articles-index ul.articles-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }
  @media (max-width: 63.75em) {
    .news-articles-index ul.articles-list {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }
  .news-articles-index ul.articles-list > li {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    .news-articles-index ul.articles-list > li .news-category-listing {
      padding-bottom: 1.25rem;
      margin-left: 3px; }

/* News Featured Article (featured/hero story on news homepage)
/* _______________________________________________________________ */
.news-featured-article {
  margin-bottom: 1.25rem; }
  .news-featured-article figure {
    margin-bottom: 1.25rem; }
  .news-featured-article h1.article-title, .news-featured-article h2.article-title, .news-featured-article h3.article-title, .news-featured-article h4.article-title, .news-featured-article h5.article-title, .news-featured-article h6.article-title {
    font-size: 2rem; }
    @media (max-width: 40em) {
      .news-featured-article h1.article-title, .news-featured-article h2.article-title, .news-featured-article h3.article-title, .news-featured-article h4.article-title, .news-featured-article h5.article-title, .news-featured-article h6.article-title {
        font-size: 1.5rem; } }
  .news-featured-article h1.article-subtitle, .news-featured-article h2.article-subtitle, .news-featured-article h3.article-subtitle, .news-featured-article h4.article-subtitle, .news-featured-article h5.article-subtitle, .news-featured-article h6.article-subtitle {
    font-size: 1rem;
    font-weight: bold; }
  .news-featured-article ul.meta-list {
    margin-top: 0.625rem; }
    .news-featured-article ul.meta-list li {
      display: block;
      border: 0;
      margin: 0 0 0.3125rem 0; }
      .news-featured-article ul.meta-list li a.story-label {
        margin-bottom: 0.625rem;
        font-size: 0.75rem; }

/* -------------------------------------------------------------- */
/*    Organisms - Full Page slides
/* -------------------------------------------------------------- */
/* Full Page Header Block
/* _______________________________________________________________ */
.full-page .section.header-block {
  background: #007597 url("/media/site-assets/public-site/images/longwood-large-bg2.jpg") no-repeat top center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .full-page .section.header-block header.main-header {
    width: 100%; }
  .full-page .section.header-block .valign-wrap {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
       -moz-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex: 0 1 auto; }
    .full-page .section.header-block .valign-wrap .row {
      max-width: 100%; }
  .full-page .section.header-block .content-wrapper {
    color: #fff;
    text-align: center;
    margin-top: -4.375rem; }
    .full-page .section.header-block .content-wrapper p,
    .full-page .section.header-block .content-wrapper h1, .full-page .section.header-block .content-wrapper h2, .full-page .section.header-block .content-wrapper h3, .full-page .section.header-block .content-wrapper h4, .full-page .section.header-block .content-wrapper h5, .full-page .section.header-block .content-wrapper h6,
    .full-page .section.header-block .content-wrapper blockquote cite {
      color: #fff; }
    .full-page .section.header-block .content-wrapper a:not(.button):not(.btn) {
      color: #fff; }
      .full-page .section.header-block .content-wrapper a:not(.button):not(.btn):hover, .full-page .section.header-block .content-wrapper a:not(.button):not(.btn):focus {
        text-decoration: underline; }
      .full-page .section.header-block .content-wrapper a:not(.button):not(.btn):before, .full-page .section.header-block .content-wrapper a:not(.button):not(.btn):after {
        text-decoration: none; }
    .full-page .section.header-block .content-wrapper ul li:before {
      color: #fff; }
    .full-page .section.header-block .content-wrapper nav.primary-nav a:hover {
      text-decoration: none; }
    @media (max-width: 63.75em) {
      .full-page .section.header-block .content-wrapper {
        margin-top: 0;
        padding: 5rem 0; } }
    .full-page .section.header-block .content-wrapper h1, .full-page .section.header-block .content-wrapper h2, .full-page .section.header-block .content-wrapper h3, .full-page .section.header-block .content-wrapper h4, .full-page .section.header-block .content-wrapper h5, .full-page .section.header-block .content-wrapper h6 {
      font-family: "Melbourne-Regular", sans-serif;
      font-size: 5rem; }
      @media (max-width: 40em) {
        .full-page .section.header-block .content-wrapper h1, .full-page .section.header-block .content-wrapper h2, .full-page .section.header-block .content-wrapper h3, .full-page .section.header-block .content-wrapper h4, .full-page .section.header-block .content-wrapper h5, .full-page .section.header-block .content-wrapper h6 {
          font-size: 3.125rem; } }
    .full-page .section.header-block .content-wrapper a.full-page-scroll-down {
      display: inline-block;
      font-family: "Melbourne-Regular", sans-serif;
      text-transform: uppercase; }
      @media (max-width: 63.75em) {
        .full-page .section.header-block .content-wrapper a.full-page-scroll-down {
          display: none; } }
      .full-page .section.header-block .content-wrapper a.full-page-scroll-down:hover, .full-page .section.header-block .content-wrapper a.full-page-scroll-down:active, .full-page .section.header-block .content-wrapper a.full-page-scroll-down:focus {
        text-decoration: none !important;
        color: #ffb612; }
      .full-page .section.header-block .content-wrapper a.full-page-scroll-down:before, .full-page .section.header-block .content-wrapper a.full-page-scroll-down:after {
        display: block; }
      .full-page .section.header-block .content-wrapper a.full-page-scroll-down:before {
        content: '....';
        font-size: 2.125rem;
        letter-spacing: 6px;
        font-family: "Gotham SSm A", "Gotham SSm B", "Arial", sans-serif; }
      .full-page .section.header-block .content-wrapper a.full-page-scroll-down:after {
        content: "";
        font-size: 2.5rem; }
    .full-page .section.header-block .content-wrapper .block-title {
      display: none; }

/* Full Page Navigation
/* _______________________________________________________________ */
.full-page-nav {
  position: absolute;
  z-index: 99999;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  background: #e6e6e6;
  padding: 1.25rem 0;
  border-bottom: #c2c2c2 5px solid; }
  @media (max-width: 63.75em) {
    .full-page-nav {
      display: none; } }
  .full-page-nav.active {
    top: 0;
    bottom: auto; }
  .full-page-nav ul {
    margin-bottom: 0;
    text-align: center; }
    .full-page-nav ul li.active a:after {
      position: absolute;
      top: auto;
      bottom: -40px;
      left: 0;
      right: 0;
      margin: auto;
      display: inline-block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 0 20px;
      border-color: #e6e6e6 transparent transparent transparent; }
    .full-page-nav ul li:first-child a, .full-page-nav ul li:last-child a {
      font-size: 0; }
      .full-page-nav ul li:first-child a:before, .full-page-nav ul li:last-child a:before {
        font-size: 1rem; }
    .full-page-nav ul li:first-child.active a:after, .full-page-nav ul li:last-child.active a:after {
      display: none; }
    .full-page-nav ul li:first-child.active a:before, .full-page-nav ul li:last-child.active a:before {
      color: #a1a1a1; }
    .full-page-nav ul li:first-child a:before {
      content: ""; }
    .full-page-nav ul li:last-child a:before {
      content: ""; }
    .full-page-nav ul li a {
      position: relative;
      font-family: "Melbourne-Regular", sans-serif;
      font-size: 0.875rem;
      text-transform: uppercase; }
      .full-page-nav ul li a:hover, .full-page-nav ul li a:active, .full-page-nav ul li a:focus {
        text-decoration: none; }

.move-left .full-page-nav {
  display: none; }

/* Fullpage Section Defaults
/* _______________________________________________________________ */
.section[class*="full-page"] {
  overflow: hidden;
  position: relative; }

/* Full Page Circle Photos
/* _______________________________________________________________ */
.full-page-circle-photos {
  background: #007597 url("/media/site-assets/public-site/images/longwood-large-bg1.jpg") no-repeat top center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .full-page-circle-photos .section-header {
    position: relative;
    z-index: 1;
    margin: 1.25rem 0 0 0; }
    .full-page-circle-photos .section-header .header {
      text-align: center; }
      @media (max-width: 40em) {
        .full-page-circle-photos .section-header .header {
          padding: 1.25rem;
          background: #007597; } }
      @media (max-width: 40em) {
        .full-page-circle-photos .section-header .header .shape-wrapper {
          display: none; } }
      .full-page-circle-photos .section-header .header .shape-wrapper path#shape-color {
        fill: #007597; }
  .full-page-circle-photos .photos {
    position: relative;
    z-index: 2;
    margin: -2.5rem 0 1.25rem 0; }
    @media (max-width: 40em) {
      .full-page-circle-photos .photos {
        margin-top: 1.25rem; } }
    @media (max-width: 40em) {
      .full-page-circle-photos .photos figure {
        margin-bottom: 1.25rem; } }
    .full-page-circle-photos .photos figure img {
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%; }

/* Full Page Collage
/* _______________________________________________________________ */
.full-page-collage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .full-page-collage .section-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 1.25rem 0 0 0; }
    @media (max-width: 63.75em) {
      .full-page-collage .section-header {
        position: static; } }
    .full-page-collage .section-header .header {
      margin-left: 1.25rem; }
      @media (max-width: 63.75em) {
        .full-page-collage .section-header .header {
          padding: 1.25rem;
          margin-left: 0; } }
      @media (max-width: 63.75em) {
        .full-page-collage .section-header .header .shape-wrapper {
          display: none; } }
      .full-page-collage .section-header .header .shape-wrapper path#shape-color {
        fill: #fff; }
      .full-page-collage .section-header .header .arc-content-wrapper {
        color: #2d2d2d; }
        .full-page-collage .section-header .header .arc-content-wrapper p,
        .full-page-collage .section-header .header .arc-content-wrapper blockquote cite,
        .full-page-collage .section-header .header .arc-content-wrapper ul li:before {
          color: #2d2d2d; }
        .full-page-collage .section-header .header .arc-content-wrapper a:not(.button):not(.btn),
        .full-page-collage .section-header .header .arc-content-wrapper h1, .full-page-collage .section-header .header .arc-content-wrapper h2, .full-page-collage .section-header .header .arc-content-wrapper h3, .full-page-collage .section-header .header .arc-content-wrapper h4, .full-page-collage .section-header .header .arc-content-wrapper h5, .full-page-collage .section-header .header .arc-content-wrapper h6 {
          color: #1c4188; }
  @media (max-width: 63.75em) {
    .full-page-collage .photos {
      margin-bottom: 1.875rem; } }
  .full-page-collage .photos .large-photo {
    margin-top: 1.875rem; }
    @media (max-width: 40em) {
      .full-page-collage .photos .large-photo {
        margin-top: 0.9375rem; } }
  .full-page-collage .photos .small-photos figure.small-photo-1 {
    margin-bottom: 1.875rem; }
    @media (max-width: 40em) {
      .full-page-collage .photos .small-photos figure.small-photo-1 {
        margin-bottom: 0.9375rem; } }
  .full-page-collage .photos .small-photos figure.small-photo-2 {
    margin-right: 30%; }
  @media (max-width: 40em) {
    .full-page-collage .photos .large-photo,
    .full-page-collage .photos .small-photos {
      padding-right: 0.46875rem;
      padding-left: 0.46875rem; } }
  .full-page-collage.theme-light .section-header .header .arc-content-wrapper a:not(.button):not(.btn),
  .full-page-collage.theme-light .section-header .header .arc-content-wrapper h1, .full-page-collage.theme-light .section-header .header .arc-content-wrapper h2, .full-page-collage.theme-light .section-header .header .arc-content-wrapper h3, .full-page-collage.theme-light .section-header .header .arc-content-wrapper h4, .full-page-collage.theme-light .section-header .header .arc-content-wrapper h5, .full-page-collage.theme-light .section-header .header .arc-content-wrapper h6 {
    color: #007597; }
  .full-page-collage.theme-medium .section-header .header .arc-content-wrapper a:not(.button):not(.btn),
  .full-page-collage.theme-medium .section-header .header .arc-content-wrapper h1, .full-page-collage.theme-medium .section-header .header .arc-content-wrapper h2, .full-page-collage.theme-medium .section-header .header .arc-content-wrapper h3, .full-page-collage.theme-medium .section-header .header .arc-content-wrapper h4, .full-page-collage.theme-medium .section-header .header .arc-content-wrapper h5, .full-page-collage.theme-medium .section-header .header .arc-content-wrapper h6 {
    color: #1c4188; }
  .full-page-collage.theme-dark .section-header .header .arc-content-wrapper a:not(.button):not(.btn),
  .full-page-collage.theme-dark .section-header .header .arc-content-wrapper h1, .full-page-collage.theme-dark .section-header .header .arc-content-wrapper h2, .full-page-collage.theme-dark .section-header .header .arc-content-wrapper h3, .full-page-collage.theme-dark .section-header .header .arc-content-wrapper h4, .full-page-collage.theme-dark .section-header .header .arc-content-wrapper h5, .full-page-collage.theme-dark .section-header .header .arc-content-wrapper h6 {
    color: #002147; }
  .full-page-collage.theme-accent .section-header .header .arc-content-wrapper a:not(.button):not(.btn),
  .full-page-collage.theme-accent .section-header .header .arc-content-wrapper h1, .full-page-collage.theme-accent .section-header .header .arc-content-wrapper h2, .full-page-collage.theme-accent .section-header .header .arc-content-wrapper h3, .full-page-collage.theme-accent .section-header .header .arc-content-wrapper h4, .full-page-collage.theme-accent .section-header .header .arc-content-wrapper h5, .full-page-collage.theme-accent .section-header .header .arc-content-wrapper h6 {
    color: #f17520; }

/* Full Page Curve
/* _______________________________________________________________ */
.full-page-curve {
  background: #007597 url("/media/site-assets/public-site/images/longwood-large-bg1.jpg") no-repeat top center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding-top: 6.25rem; }
  @media (max-width: 63.75em) {
    .full-page-curve {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .full-page-curve circle#circle-color {
    fill: #1c4188; }
  .full-page-curve .circle-wrapper {
    position: absolute;
    left: -2500px;
    bottom: 0; }
    @media (max-width: 63.75em) {
      .full-page-curve .circle-wrapper {
        left: -2000px; } }
  .full-page-curve .content {
    color: #fff; }
    .full-page-curve .content p,
    .full-page-curve .content h1, .full-page-curve .content h2, .full-page-curve .content h3, .full-page-curve .content h4, .full-page-curve .content h5, .full-page-curve .content h6,
    .full-page-curve .content blockquote cite {
      color: #fff; }
    .full-page-curve .content a:not(.button):not(.btn) {
      color: #fff; }
      .full-page-curve .content a:not(.button):not(.btn):hover, .full-page-curve .content a:not(.button):not(.btn):focus {
        text-decoration: underline; }
      .full-page-curve .content a:not(.button):not(.btn):before, .full-page-curve .content a:not(.button):not(.btn):after {
        text-decoration: none; }
    .full-page-curve .content ul li:before {
      color: #fff; }
    .full-page-curve .content nav.primary-nav a:hover {
      text-decoration: none; }
    @media (max-width: 40em) {
      .full-page-curve .content figure {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem; } }
    @media (max-width: 63.75em) {
      .full-page-curve .content {
        padding: 0 1.875rem; } }
    @media (max-width: 40em) {
      .full-page-curve .content {
        padding: 0 0.625rem; } }
  .full-page-curve.theme-light circle#circle-color {
    fill: #007597; }
  .full-page-curve.theme-medium circle#circle-color {
    fill: #1c4188; }
  .full-page-curve.theme-dark circle#circle-color {
    fill: #002147; }

/* Full Page Two Photo
/* _______________________________________________________________ */
.full-page-two-photo {
  background: #007597 url("/media/site-assets/public-site/images/longwood-large-bg1.jpg") no-repeat top center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding-top: 6.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 63.75em) {
    .full-page-two-photo {
      padding-top: 1.875rem; } }
  .full-page-two-photo .section-header {
    padding-bottom: 2.5rem;
    text-align: center;
    color: #fff; }
    .full-page-two-photo .section-header p,
    .full-page-two-photo .section-header h1, .full-page-two-photo .section-header h2, .full-page-two-photo .section-header h3, .full-page-two-photo .section-header h4, .full-page-two-photo .section-header h5, .full-page-two-photo .section-header h6,
    .full-page-two-photo .section-header blockquote cite {
      color: #fff; }
    .full-page-two-photo .section-header a:not(.button):not(.btn) {
      color: #fff; }
      .full-page-two-photo .section-header a:not(.button):not(.btn):hover, .full-page-two-photo .section-header a:not(.button):not(.btn):focus {
        text-decoration: underline; }
      .full-page-two-photo .section-header a:not(.button):not(.btn):before, .full-page-two-photo .section-header a:not(.button):not(.btn):after {
        text-decoration: none; }
    .full-page-two-photo .section-header ul li:before {
      color: #fff; }
    .full-page-two-photo .section-header nav.primary-nav a:hover {
      text-decoration: none; }
  .full-page-two-photo .content {
    padding: 1.875rem 2.5rem 1.875rem 1.875rem;
    margin: -7.5rem 0 1.25rem 0;
    width: 70%; }
    @media (max-width: 63.75em) {
      .full-page-two-photo .content {
        padding: 1.25rem;
        margin-top: 0;
        width: 100%;
        background: #1c4188; } }
    @media (max-width: 63.75em) {
      .full-page-two-photo .content .shape-wrapper {
        display: none; } }
    .full-page-two-photo .content .shape-wrapper path#shape-color {
      fill: #1c4188; }
  .full-page-two-photo.theme-light .content .shape-wrapper path#shape-color {
    fill: #007597; }
  @media (max-width: 63.75em) {
    .full-page-two-photo.theme-light .content {
      background: #007597; } }
  .full-page-two-photo.theme-medium .content .shape-wrapper path#shape-color {
    fill: #1c4188; }
  @media (max-width: 63.75em) {
    .full-page-two-photo.theme-medium .content {
      background: #1c4188; } }
  .full-page-two-photo.theme-dark .content .shape-wrapper path#shape-color {
    fill: #002147; }
  @media (max-width: 63.75em) {
    .full-page-two-photo.theme-dark .content {
      background: #002147; } }
  .full-page-two-photo.theme-accent .content .shape-wrapper path#shape-color {
    fill: #f17520; }
  @media (max-width: 63.75em) {
    .full-page-two-photo.theme-accent .content {
      background: #f17520; } }

/* Full Page Footer Block
/* _______________________________________________________________ */
.full-page .section.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .full-page .section.footer-block .wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 63.75em) {
      .full-page .section.footer-block .wrapper {
        padding: 2.5rem 0; } }
    .full-page .section.footer-block .wrapper .block-title {
      display: none; }

img {
  height: auto !important; }

@media only screen and (min-width: 63.8125em) {
  .large-block-grid-2 > li {
    max-width: 373px; } }

.fluidbox__overlay,
.fluidbox--opened .fluidbox__ghost,
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close,
.mfp-zoom {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

.full-width-wrapper .general-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.sidebar a.button, .sidebar button, .sidebar a.btn, button {
  display: block; }

.large-8 .twolists .list-block ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1; }

.campaign-content-block a:not(.button):not(.btn) {
  text-decoration: underline; }

.person-detail-block .row {
  margin: 0 -0.9375rem; }

.callout-slab figcaption {
  background: transparent none repeat scroll 0 0; }

.campaign-two-block-slab {
  padding: 6.25rem 0; }

.page-header + .campaign-two-block-slab {
  padding: 1rem 0 6.25rem; }

/* News landing search */
form.search.search-archives fieldset legend {
  display: none; }

/* Staff Directory Pagination */
div.pagination ul li {
  display: inline;
  margin: 0;
  padding: 0; }
  div.pagination ul li::before {
    content: ""; }

/* Staff Directory Results */
table.results tr th, table.results tr td {
  padding: 0.25rem 0.15rem 0.25rem 0.15rem; }

.intranet-homepage .news-list.intranet {
  padding: 0;
  background: none; }

table {
  border-style: solid;
  border-color: #AAA;
  border-width: 1px; }

table.border th, table.border td {
  border-style: solid;
  border-color: #AAA;
  border-width: 1px; }

th.bluecell, td.bluecell {
  text-align: center;
  color: #fff;
  background-color: #1c4188; }

.directory-filters {
  padding-top: 2rem; }
  .directory-filters .alert {
    margin-bottom: 1rem;
    padding-left: 1rem !important; }
  .directory-filters select {
    margin-top: 0px; }

/* Faculty Staff Listing */
.facultystaffphoto {
  padding: 0px 20px 20px 0px;
	max-width:250px;
}
.contactinfo span.contactname a {
	font-weight:bold;
	text-decoration:underline;
}

/* Call-out Slab */
.image-background {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; }

.callout-slab {
  color: #fff;
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding: 3.5rem 0 1.75rem;
  position: relative; }
  .callout-slab p, .callout-slab h1, .callout-slab h2, .callout-slab h3, .callout-slab h4, .callout-slab h5, .callout-slab h6, .callout-slab blockquote cite {
    color: #fff; }
  .callout-slab h1.header, .callout-slab h2.header, .callout-slab h3.header, .callout-slab h4.header, .callout-slab h5.header, .callout-slab h6.header {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase; }
  .callout-slab a:not(.button):not(.btn) {
    color: #fff; }
    .callout-slab a:not(.button):not(.btn):hover, .callout-slab a:not(.button):not(.btn):focus {
      text-decoration: underline; }
    .callout-slab a:not(.button):not(.btn)::before, .callout-slab a:not(.button):not(.btn)::after {
      text-decoration: none; }
  .callout-slab ul li::before {
    color: #fff; }
  .callout-slab nav.primary-nav a:hover {
    text-decoration: none; }
  .callout-slab .image-background::after {
    background-color: rgba(0, 33, 71, 0.9);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .callout-slab .row {
    position: relative; }

.mix-blend-mode .callout-slab .image-background > img {
  opacity: 0.45; }

.mix-blend-mode .callout-slab .image-background::after {
  background-color: #002147;
  mix-blend-mode: multiply; }

.image-background > img {
  max-width: none;
  width: 100%; }

.form-description {
  float: left;
  margin-bottom: 0;
  margin-right: .25em; }

.full-page .section.footer-block.fp-section {
  height: auto !important; }

header.main-header a:not(.button):not(.btn):not(.btn):hover, header.main-header a:not(.button):not(.btn):not(.btn):focus {
  text-decoration: none; }

.full-page .section.footer-block .wrapper {
  padding: 2.5rem 0;
  min-height: 150px; }

.row .row {
  margin: 0; }

.list-block ul li {
  display: inline-block;
  width: 100%; }

.multilevel-linkul-0 {
  margin-top: 10px; }

@media only screen and (max-width: 40em) {
  .callout-slab {
    padding: 1.875rem 0; }
    .callout-slab figure {
      margin-bottom: 1.25rem; } }

@media only screen and (min-width: 40.0625em) {
  .facultystaffphoto {
    float: left; }
  .arc-content-wrapper > h2 {
    margin-bottom: 2rem !important; }
  .fp-viewing-top .header-primary {
    height: 111px; } }

@media print {
  .print-only {
    display: block; }
  .hide-for-print,
  header.main-header,
  footer.main-footer,
  ul.breadcrumbs,
  .slab-carousel,
  .gallery-carousel,
  .secondary-nav,
  .social-feeds,
  .twitter,
  .facebook,
  .block-button-grid-slab,
  .bond-grid,
  .contact-block,
  .tweet-link,
  .single-tweet-promo,
  .back-to-top {
    display: none !important; }
  p,
  blockquote,
  blockquote p,
  blockquote cite,
  ul li,
  ol li {
    font-size: 10px !important; }
  h1 {
    font-size: 16px !important; }
  h2 {
    font-size: 15px !important; }
  h3 {
    font-size: 14px !important; }
  h4 {
    font-size: 13px !important; }
  h5 {
    font-size: 12px !important; }
  h6 {
    font-size: 11px !important; }
  img {
    max-width: 40%; } }

/*# sourceMappingURL=style.css.map */

/* New color revisions 10/2019 */
/*	
	New Longwood Colors Sample Stylesheet, Version H
	Created by Kevin Bryant, June 2019
	
	New Color Palette (color descriptions from colorhexa.com)
	---------------------------------------------------------
	Longwood Blue: #002147
	Longwood Gray: #A2A4A3
	Secondary #1 (Teal): #007582
	Secondary #2 (Coral): #f2695e					
	Secondary #3 (Dark Green): #476A30
	Secondary #4 (Bright Blue): #003DA5
	Secondary #5 (Light Blue): #9BCBEB
	Designer #1 (Light Green): #6CC24A
	Designer #2 (Yellow): #FED141
	Designer #3 (Cadet Blue): #91A8D0
*/

body {
    /* overflow: scroll !important; */
}



/* universal to all pages
-------------------------------------*/

	/* top border nav menu */
		/* top nav bg to Bright Blue */
		header.main-header .header-top { 
    		background-color: #003DA5;
		}
		/* top nav link hover to yellow */
		nav.primary-nav ul.nav-list li a:hover {
    		color: #FED141;
		}
	
	/* lancer dashboard to cyan with no waves */
	.lancer-dashboard {
    	background:#476A30;
	}
	.lancer-dashboard .dashboard-wrapper a.offcanvas-toggle {
		background:#002147;
	}

	/* wavy boxes to coral as seen in Academics big photo header */
	.arc-block .shape-wrapper path#shape-color, .quote-block .shape-wrapper path#shape-color {
    	fill: #476A30;
	}


	/* wavy boxes removed */
	.hero-slab .arc-block-wrapper .arc-block .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .quote-block .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .fact-slab.full-color .fact-slab-text .shape-wrapper path#shape-wave, .fact-slab.full-color .hero-slab .arc-block-wrapper .fact-slab-text .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .fact-slab-photo .photo-wrapper .fact-slab-text .shape-wrapper path#shape-wave, .fact-slab-photo .photo-wrapper .hero-slab .arc-block-wrapper .fact-slab-text .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .full-page-circle-photos .section-header .header .shape-wrapper path#shape-wave, .full-page-circle-photos .section-header .hero-slab .arc-block-wrapper .header .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .full-page-collage .section-header .header .shape-wrapper path#shape-wave, .full-page-collage .section-header .hero-slab .arc-block-wrapper .header .shape-wrapper path#shape-wave, .hero-slab .arc-block-wrapper .full-page-two-photo .content .shape-wrapper path#shape-wave, .full-page-two-photo .hero-slab .arc-block-wrapper .content .shape-wrapper path#shape-wave {
    	display:none;
	}

	@media only screen and (max-width: 40em) {
    	.hero-slab .arc-block-wrapper .arc-block, .hero-slab .arc-block-wrapper .quote-block, .hero-slab .arc-block-wrapper .fact-slab.full-color .fact-slab-text, .fact-slab.full-color .hero-slab .arc-block-wrapper .fact-slab-text, .hero-slab .arc-block-wrapper .fact-slab-photo .photo-wrapper .fact-slab-text, .fact-slab-photo .photo-wrapper .hero-slab .arc-block-wrapper .fact-slab-text, .hero-slab .arc-block-wrapper .full-page-circle-photos .section-header .header, .full-page-circle-photos .section-header .hero-slab .arc-block-wrapper .header, .hero-slab .arc-block-wrapper .full-page-collage .section-header .header, .full-page-collage .section-header .hero-slab .arc-block-wrapper .header, .hero-slab .arc-block-wrapper .full-page-two-photo .content, .full-page-two-photo .hero-slab .arc-block-wrapper .content {
    		background-color: #476A30;
    	}
	}

	.dashboard-group .steps-list .arc-block .shape-wrapper path#shape-wave {
    	display:none;
        /*opacity:.6;*/
    }

	/* change buttons color to coral */
	a.button, button, a.btn {
    	background-color: #007582;
	}

	a.button.block-button.dark, button.block-button.dark, .block-button-grid ul li a.button.block-button, .block-button-grid ul li button.block-button, .block-button-grid ul li a.block-button.btn, a.block-button.dark.btn {
    	background: #476A30;
	}

	a.button.button-highlight, button, .contact-block a.button, .contact-block button, .contact-block a.btn, .teaser.theme-dark a.button, .teaser.theme-dark button, .teaser.theme-dark a.btn, a.button-highlight.btn, button.btn, .contact-block button.btn, .teaser.theme-dark button.btn {
    	background-color: #007582;
	}

	/* Block button highlight color to coral as seen on Academics->Our Colleges */
	a.button.block-button .headline, button.block-button .headline, a.block-button.btn .headline {
    	color: #002147;
	}

	/* Various links from orange to coral */
	.full-page-collage.theme-accent .section-header .header .arc-content-wrapper a:not(.button):not(.btn), .full-page-collage.theme-accent .section-header .header .arc-content-wrapper h1, .full-page-collage.theme-accent .section-header .header .arc-content-wrapper h2, .full-page-collage.theme-accent .section-header .header .arc-content-wrapper h3, .full-page-collage.theme-accent .section-header .header .arc-content-wrapper h4, .full-page-collage.theme-accent .section-header .header .arc-content-wrapper h5, .full-page-collage.theme-accent .section-header .header .arc-content-wrapper h6 {
    	color: #476A30;
	}


	/* photo block buttons remain blue as seen on Academics */
	.photo-button-teaser a.button, button, a.btn {
    	background: #002147;
	}

	/* block buttons are cyan as seen on Academics->Academic Offices & Resources */
	.block-button-grid-slab ul li a.button.block-button {
   		background: #007582 !important;
	}

/* block buttons are cyan as seen on Admissions */
	.block-button-grid ul li a.button.block-button {
   		background: #007582;
	}

/* wavy boxes to coral as seen in Admissions step list header */
	.steps-list .arc-block .shape-wrapper path#shape-color, .quote-block .shape-wrapper path#shape-color {
    	fill: #A2A4A3;
	}

	/* Left border on buttons to cyan on Admissions->What's Next */
	ol.rich li {
    	border-left: #A2A4A3 0.5625rem solid;
	}
	
	/* General Link color changed to new Dark Blue */
	a {
    	color: #003da5;
	}
	a:hover, a:focus {
        color:#476A30;
		text-decoration: underline;
	}

	/* Form submit button to cyan as seen on Admissions->Have Questions */
	.js-t4form-container .btn-primary {
    	color: #fff;
    	background-color: #476A30;
    	border-color: #2e6da4;
	}

	/* Footer Links to Cadet Blue */
	footer.main-footer .footer-top ul:not(.social-links) li a:hover {
    	color:#91A8D0;
	}

/*------------------------------------
end universal to all pages */


/* homepage only
-------------------------------------*/

	/* featured event from yelow to coral */
	.events-list.light a.featured-event {
		background: #002147;
	}

.events-list.light a.featured-event h5,.events-list.light a.featured-event p {
      /*   color: #002147; */

	}

	/* featured news story from blue to cyan */
	.teaser.theme-dark .teaser-content-wrapper {
		background:#476A30;
	}

	/* 'At Longwood XXXX Means' to Light Blue */
	.homepage-collage .collage-title {
        background:none;
    	background-color:#9BCBEB;
	}

.homepage-collage .collage-title path#shape-wave {
 display:none;   
}

/* end homepage only */


/* admissions only
-------------------------------------*/



/* end admissions */


/* lancer life only
-------------------------------------*/
	.full-page-curve {
		background-color: #007582;
	}

    .full-page-curve circle#circle-color {
    	fill: #476A30;
    }

	.full-page-circle-photos .section-header .header .shape-wrapper path#shape-color {
		fill: #476A30;
	}

	.full-page-curve.theme-light circle#circle-color {
		fill: #007582;
	}

	.full-page-curve.theme-medium circle#circle-color {
		fill: #003DA5;
	}



/* end lancer life */


/* About Us Only */

	/* Fact slab light theme to new Cyan */
	.fact-slab.theme-light {
    	background:#002147;
	}

	/* Main photo slab to coral*/
	.fact-slab-photo .photo-wrapper {
		background: #007582;
	}

	.fact-slab-photo ul.fact-list li .fact{
		color: #007582;
    }
	.fact-slab-photo .photo-wrapper .fact-slab-text h1, .fact-slab-photo .photo-wrapper .fact-slab-text h2, .fact-slab-photo .photo-wrapper .fact-slab-text h3, .fact-slab-photo .photo-wrapper .fact-slab-text h4, .fact-slab-photo .photo-wrapper .fact-slab-text h5, .fact-slab-photo .photo-wrapper .fact-slab-text h6, .fact-slab-photo .photo-wrapper .fact-slab-text a {
		color: #007582;
	}
	.fact-slab-photo .photo-wrapper .fact-slab-text h1, .fact-slab-photo. .photo-wrapper .fact-slab-text h2, .fact-slab-photo .photo-wrapper .fact-slab-text h3, .fact-slab-photo .photo-wrapper .fact-slab-text h4, .fact-slab-photo .photo-wrapper .fact-slab-text h5, .fact-slab-photo .photo-wrapper .fact-slab-text h6, .fact-slab-photo .photo-wrapper .fact-slab-text a {
	color: #007582;
	}

	/* Secondary photo slab to Cyan */
	.fact-slab-photo.color2 .photo-wrapper {
    	background: #476A30;
	}
	.fact-slab-photo.color2 ul.fact-list li .fact {
		color:#476A30;
	}
	.fact-slab-photo.color2 .photo-wrapper .fact-slab-text h1, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h2, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h3, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h4, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h5, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h6, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text a {
    	color:#476A30;
	}
	.fact-slab-photo.color2 .photo-wrapper .fact-slab-text h1, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h2, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h3, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h4, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h5, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text h6, .fact-slab-photo.color2 .photo-wrapper .fact-slab-text a {
		color:#476A30;
	}

	/* Third color photo slab to */
	.fact-slab-photo.color3 .photo-wrapper {
    	background: #91A8D0;
	}
	.fact-slab-photo.color3 ul.fact-list li .fact {
		color:#91A8D0;
	}
	.fact-slab-photo.color3 .photo-wrapper .fact-slab-text h1, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h2, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h3, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h4, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h5, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h6, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text a {
    	color:#91A8D0;
	}
	.fact-slab-photo.color3 .photo-wrapper .fact-slab-text h1, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h2, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h3, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h4, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h5, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text h6, .fact-slab-photo.color3 .photo-wrapper .fact-slab-text a {
		color:#91A8D0;
	}

/* end About Us */
/* End New color revisions 10/2019 */
















































