  @charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Raleway|Scope+One');
@import 'https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/css/rawline.css';
/*** base CSS ***/
meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFFFFF;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  /* max-width: 81.25rem; */ }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
/*   padding-left: 0.9375rem;
  padding-right: 0.9375rem; */
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .hidden-sm {
	visibility:hidden;
  }
  .visible-sm {
	visibility:visible;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .hidden-md {
	visibility: hidden;
  }
  .visible-md {
	visibility: visible;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.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: 48.063em) {
  .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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.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; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.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: #f7f7f7; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #FFFFFF;
      color: #838387;
      padding: 1rem;
      display: block;
      font-family: 'Scope One', serif;
      font-size: 1.25rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #f2f2f2; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.5rem 3rem 0.5rem 0; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #0074c8;
  border-color: #0064ac;
  color: #FFFFFF; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3;
    background: inherit; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #449549;
    border-color: #3a803f;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #92002d;
    border-color: #7e0027;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #003b70;
    border-color: #003360;
    color: #FFFFFF; }
  .alert-box.warning {
    background-color: #eeaa2b;
    border-color: #e09812;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #646469;
    border-color: #56565a;
    color: #FFFFFF; }
  .alert-box.alert-close {
    opacity: 0; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

[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;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 48.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #4caaff;
  border-color: #2b9bff;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #0074c8; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #0074c8; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #AAAAAA;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: 'Scope One', serif; 
  font-feature-settings: 'lnum' 1;
  -webkit-font-feature-settings: 'lnum' 1;
  -moz-font-feature-settings: 'lnum' 1;`
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #00a499;
  border-color: #7fd1cc;
  color: #FFFFFF !important;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #7fd1cc; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF !important; }
  button.secondary, .button.secondary {
    background-color: #003b70;
    border-color: #597e9f;
    color: #FFFFFF !important; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #597e9f; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF !important; }
  button.success, .button.success {
    background-color: #449549;
    border-color: #36773a;
    color: #FFFFFF !important; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #36773a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF !important; }
  button.alert, .button.alert {
    background-color: #92002d;
    border-color: #750024;
    color: #FFFFFF !important; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #750024; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF !important; }
  button.warning, .button.warning {
    background-color: #eeaa2b;
    border-color: #d08d11;
    color: #FFFFFF !important; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #d08d11; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF !important; }
  button.info, .button.info {
    background-color: #646469;
    border-color: #505054;
    color: #FFFFFF !important; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #505054; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF !important; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.8125rem;
    padding-right: 1.625rem;
    padding-bottom: 0.875rem;
    padding-left: 1.625rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.6875rem;
    padding-right: 1.375rem;
    padding-bottom: 0.75rem;
    padding-left: 1.375rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #00a499;
    border-color: #7fd1cc;
    color: #FFFFFF !important;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #7fd1cc; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF !important; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00a499; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #003b70;
      border-color: #597e9f;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #597e9f; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #FFFFFF !important; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #003b70; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #449549;
      border-color: #36773a;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #36773a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF !important; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #449549; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #92002d;
      border-color: #750024;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #750024; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF !important; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #92002d; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #eeaa2b;
      border-color: #d08d11;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #d08d11; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF !important; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #eeaa2b; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #646469;
      border-color: #505054;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #505054; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF !important; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #646469; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0px;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child,
    .button-group.radius > *:first-child > a,
    .button-group.radius > *:first-child > button,
    .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child,
    .button-group.radius > *:last-child > a,
    .button-group.radius > *:last-child > button,
    .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child,
    .button-group.radius.stack > *:first-child > a,
    .button-group.radius.stack > *:first-child > button,
    .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child,
    .button-group.radius.stack > *:last-child > a,
    .button-group.radius.stack > *:last-child > button,
    .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 40.063em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child,
    .button-group.round > *:first-child > a,
    .button-group.round > *:first-child > button,
    .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child,
    .button-group.round > *:last-child > a,
    .button-group.round > *:last-child > button,
    .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child,
    .button-group.round.stack > *:first-child > a,
    .button-group.round.stack > *:first-child > button,
    .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child,
    .button-group.round.stack > *:last-child > a,
    .button-group.round.stack > *:last-child > button,
    .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 40.063em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }
  .button-group.even-2 li {
    margin: 0 -2px;
    display: inline-block;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    display: inline-block;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    margin: 0 -2px;
    display: inline-block;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    margin: 0 -2px;
    display: inline-block;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    display: inline-block;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    display: inline-block;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    margin: 0 -2px;
    display: inline-block;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: 'Scope One', serif; 
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #00a499;
  border-color: #7fd1cc;
  color: #FFFFFF !important;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #7fd1cc; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF !important; }
  button.secondary, .button.secondary {
    background-color: #003b70;
    border-color: #597e9f;
    color: #FFFFFF !important; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #597e9f; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF !important; }
  button.success, .button.success {
    background-color: #449549;
    border-color: #36773a;
    color: #FFFFFF !important; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #36773a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF !important; }
  button.alert, .button.alert {
    background-color: #92002d;
    border-color: #750024;
    color: #FFFFFF !important; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #750024; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF !important; }
  button.warning, .button.warning {
    background-color: #eeaa2b;
    border-color: #d08d11;
    color: #FFFFFF !important; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #d08d11; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF !important; }
  button.info, .button.info {
    background-color: #646469;
    border-color: #505054;
    color: #FFFFFF !important; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #505054; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF !important; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.8125rem;
    padding-right: 1.625rem;
    padding-bottom: 0.875rem;
    padding-left: 1.625rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.6875rem;
    padding-right: 1.375rem;
    padding-bottom: 0.75rem;
    padding-left: 1.375rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #00a499;
    border-color: #7fd1cc;
    color: #FFFFFF !important;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #7fd1cc; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF !important; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00a499; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #003b70;
      border-color: #597e9f;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #597e9f; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #FFFFFF !important; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #003b70; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #449549;
      border-color: #36773a;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #36773a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF !important; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #449549; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #92002d;
      border-color: #750024;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #750024; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF !important; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #92002d; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #eeaa2b;
      border-color: #d08d11;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #d08d11; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF !important; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #eeaa2b; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #646469;
      border-color: #505054;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #505054; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF !important; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #646469; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li.radius {
      border-radius: 3px; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: 'Scope One', serif; 
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #00a499;
  border-color: #7fd1cc;
  color: #FFFFFF !important;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #7fd1cc; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF !important; }
  button.secondary, .button.secondary {
    background-color: #003b70;
    border-color: #597e9f;
    color: #FFFFFF !important; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #597e9f; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF !important; }
  button.success, .button.success {
    background-color: #449549;
    border-color: #36773a;
    color: #FFFFFF !important; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #36773a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF !important; }
  button.alert, .button.alert {
    background-color: #92002d;
    border-color: #750024;
    color: #FFFFFF !important; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #750024; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF !important; }
  button.warning, .button.warning {
    background-color: #eeaa2b;
    border-color: #d08d11;
    color: #FFFFFF !important; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #d08d11; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF !important; }
  button.info, .button.info {
    background-color: #646469;
    border-color: #505054;
    color: #FFFFFF !important; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #505054; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF !important; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.8125rem;
    padding-right: 1.625rem;
    padding-bottom: 0.875rem;
    padding-left: 1.625rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.6875rem;
    padding-right: 1.375rem;
    padding-bottom: 0.75rem;
    padding-left: 1.375rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #00a499;
    border-color: #7fd1cc;
    color: #FFFFFF !important;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #7fd1cc; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF !important; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00a499; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #003b70;
      border-color: #597e9f;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #597e9f; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #FFFFFF !important; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #003b70; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #449549;
      border-color: #36773a;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #36773a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF !important; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #449549; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #92002d;
      border-color: #750024;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #750024; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF !important; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #92002d; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #eeaa2b;
      border-color: #d08d11;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #d08d11; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF !important; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #eeaa2b; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #646469;
      border-color: #505054;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #505054; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF !important; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #646469; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    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 {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 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 {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  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;
  -webkit-border-radius: 0px;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  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 {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: 'Scope One', serif; 
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* 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;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: 700;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #92002d;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #92002d;
  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: #92002d; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #92002d;
  color: #FFFFFF; }

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #92002d; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333; }
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 .0625rem 0 0;
    display: inline-block; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  @media only screen and (min-width: 48.063em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar > *:hover {
    background: #0074c8; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }

.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 48.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 48.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 48.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 48.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 48.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: 700;
  color: #FFFFFF; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.label {
  font-weight: normal;
  font-family: 'Scope One', serif; 
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #0074c8;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #92002d;
    color: #FFFFFF; }
  .label.warning {
    background-color: #eeaa2b;
    color: #FFFFFF; }
  .label.success {
    background-color: #449549;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #003b70;
    color: #FFFFFF; }
  .label.info {
    background-color: #646469;
    color: #FFFFFF; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 #FFFFFF;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #FFFFFF;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #FFFFFF;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #CCCCCC;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #0074c8;
      color: #FFFFFF;
      font-weight: 700;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #0074c8; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6e0ff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecf7ff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #0074c8; }
  .panel.radius {
    border-radius: 3px; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #EEEEEE;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'Scope One', serif;  }
  .pricing-table .price {
    background-color: #F6F6F6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: 'Scope One', serif;  }
  .pricing-table .description {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #0074c8;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #003b70;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #449549;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #92002d;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  touch-action: none;
  background: #FAFAFA; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #DDDDDD;
    margin: 1.25rem 0;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #0074c8;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #0066b0; }
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #0074c8;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #0066b0; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: default;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #0074c8;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #0066b0; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #003a6f; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  touch-action: manipulation;
  background: #0074c8; }
  .range-slider-handle:hover {
    background: #0066b0; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  /* max-width: 81.25rem; */ }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  /* padding-left: 0.9375rem; */
  /* padding-right: 0.9375rem; */
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.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: 48.063em) {
  .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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.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; } }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .reveal-modal, dialog {
      min-height: 100vh; } }
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      width: 80%;
      max-width: 81.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      top: 6.25rem; } }
  .reveal-modal.radius, dialog.radius {
    border-radius: 3px; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 81.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 81.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 81.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 81.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 81.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 81.25rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #AAAAAA;
    font-weight: 700;
    cursor: pointer; }

dialog {
  display: none; }
  dialog::backdrop, dialog + .backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: auto;
    display: none;
    left: 0; }
  dialog[open] {
    display: block; }

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: 'Scope One', serif;  }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem;
    font-weight: normal; }
    .side-nav li a:not(.button) {
      display: block;
      color: #0074c8;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #26a4ff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #26a4ff;
      font-weight: normal;
      font-family: 'Scope One', serif;  }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: #0074c8;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: 'Scope One', serif; 
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #00a499;
  border-color: #7fd1cc;
  color: #FFFFFF !important;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #7fd1cc; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF !important; }
  button.secondary, .button.secondary {
    background-color: #003b70;
    border-color: #597e9f;
    color: #FFFFFF !important; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #597e9f; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF !important; }
  button.success, .button.success {
    background-color: #449549;
    border-color: #36773a;
    color: #FFFFFF !important; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #36773a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF !important; }
  button.alert, .button.alert {
    background-color: #92002d;
    border-color: #750024;
    color: #FFFFFF !important; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #750024; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF !important; }
  button.warning, .button.warning {
    background-color: #eeaa2b;
    border-color: #d08d11;
    color: #FFFFFF !important; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #d08d11; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF !important; }
  button.info, .button.info {
    background-color: #646469;
    border-color: #505054;
    color: #FFFFFF !important; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #505054; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF !important; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.8125rem;
    padding-right: 1.625rem;
    padding-bottom: 0.875rem;
    padding-left: 1.625rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.6875rem;
    padding-right: 1.375rem;
    padding-bottom: 0.75rem;
    padding-left: 1.375rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #00a499;
    border-color: #7fd1cc;
    color: #FFFFFF !important;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #7fd1cc; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF !important; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00a499; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #003b70;
      border-color: #597e9f;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #597e9f; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #FFFFFF !important; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #003b70; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #449549;
      border-color: #36773a;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #36773a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF !important; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #449549; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #92002d;
      border-color: #750024;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #750024; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF !important; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #92002d; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #eeaa2b;
      border-color: #d08d11;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #d08d11; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF !important; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #eeaa2b; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #646469;
      border-color: #505054;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #505054; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF !important; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #646469; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin-bottom: -0.25rem 0 1.125rem;
  padding-top: 0.25rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0;
    font-family: 'Scope One', serif; 
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #0074c8;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #FFFFFF; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0064ac; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #DDDDDD;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    transition: left 0.15s ease-out; }
  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #0074c8; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    width: 4rem;
    height: 2rem; }
  .switch label:after {
    width: 1.5rem;
    height: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #0074c8; }
  .switch.large label {
    width: 5rem;
    height: 2.5rem; }
  .switch.large label:after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }
  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }
  .switch.tiny label:after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

table {
  /*background: #FFFFFF;*/
  margin-bottom: 1.25rem;
  border: solid 1px #e4e4e4;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    /* background: #00a499; */ }
    table thead tr th,
    table thead tr td {
      padding: 0.8125rem 0.625rem;
      font-size: 1rem;
      font-weight: 700;
      color: #FFFFFF; }
  table tfoot {
    background: #00a499; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.8125rem 0.625rem;
      font-size: 1rem;
      font-weight: 700;
      color: #FFFFFF; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    /*background: #FFFFFF;*/ }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  /* max-width: 81.25rem; */ }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
/*   padding-left: 0.9375rem;
  padding-right: 0.9375rem; */
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.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: 48.063em) {
  .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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.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; } }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      outline: none;
      display: block;
      background-color: #f6f6f6;
      color: #2c2c2c;
      padding: 1rem 2rem;
      font-family: 'Scope One', serif; 
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #e7e7e7; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #00a499;
      color: #FFFFFF; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 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;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.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: 1rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 1rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 1rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 116, 200, 0.5); }
  .th.radius {
    border-radius: 3px; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: 700;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #00345a;
    color: #0074c8; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #0074c8 !important;
    border-bottom: dotted 1px #00345a !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  /* max-width: 81.25rem; */ }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
/*   padding-left: 0.9375rem;
  padding-right: 0.9375rem; */
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.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: 48.063em) {
  .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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.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; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: 'Scope One', serif; 
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #00a499;
  border-color: #7fd1cc;
  color: #FFFFFF !important;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #7fd1cc; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF !important; }
  button.secondary, .button.secondary {
    background-color: #003b70;
    border-color: #597e9f;
    color: #FFFFFF !important; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #597e9f; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF !important; }
  button.success, .button.success {
    background-color: #449549;
    border-color: #36773a;
    color: #FFFFFF !important; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #36773a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF !important; }
  button.alert, .button.alert {
    background-color: #92002d;
    border-color: #750024;
    color: #FFFFFF !important; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #750024; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF !important; }
  button.warning, .button.warning {
    background-color: #eeaa2b;
    border-color: #d08d11;
    color: #FFFFFF !important; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #d08d11; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF !important; }
  button.info, .button.info {
    background-color: #646469;
    border-color: #505054;
    color: #FFFFFF !important; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #505054; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF !important; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.8125rem;
    padding-right: 1.625rem;
    padding-bottom: 0.875rem;
    padding-left: 1.625rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.6875rem;
    padding-right: 1.375rem;
    padding-bottom: 0.75rem;
    padding-left: 1.375rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #00a499;
    border-color: #7fd1cc;
    color: #FFFFFF !important;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #7fd1cc; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF !important; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00a499; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #003b70;
      border-color: #597e9f;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #597e9f; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #FFFFFF !important; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #003b70; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #449549;
      border-color: #36773a;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #36773a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF !important; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #449549; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #92002d;
      border-color: #750024;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #750024; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF !important; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #92002d; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #eeaa2b;
      border-color: #d08d11;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #d08d11; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF !important; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #eeaa2b; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #646469;
      border-color: #505054;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #505054; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF !important; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #646469; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: 'Scope One', serif; 
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #00a499;
  border-color: #7fd1cc;
  color: #FFFFFF !important;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #7fd1cc; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF !important; }
  button.secondary, .button.secondary {
    background-color: #003b70;
    border-color: #597e9f;
    color: #FFFFFF !important; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #597e9f; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF !important; }
  button.success, .button.success {
    background-color: #449549;
    border-color: #36773a;
    color: #FFFFFF !important; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #36773a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF !important; }
  button.alert, .button.alert {
    background-color: #92002d;
    border-color: #750024;
    color: #FFFFFF !important; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #750024; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF !important; }
  button.warning, .button.warning {
    background-color: #eeaa2b;
    border-color: #d08d11;
    color: #FFFFFF !important; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #d08d11; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF !important; }
  button.info, .button.info {
    background-color: #646469;
    border-color: #505054;
    color: #FFFFFF !important; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #505054; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF !important; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.8125rem;
    padding-right: 1.625rem;
    padding-bottom: 0.875rem;
    padding-left: 1.625rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.6875rem;
    padding-right: 1.375rem;
    padding-bottom: 0.75rem;
    padding-left: 1.375rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #00a499;
    border-color: #7fd1cc;
    color: #FFFFFF !important;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #7fd1cc; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF !important; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00a499; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #003b70;
      border-color: #597e9f;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #597e9f; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #FFFFFF !important; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #003b70; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #449549;
      border-color: #36773a;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #36773a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF !important; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #449549; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #92002d;
      border-color: #750024;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #750024; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF !important; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #92002d; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #eeaa2b;
      border-color: #d08d11;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #d08d11; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF !important; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #eeaa2b; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #646469;
      border-color: #505054;
      color: #FFFFFF !important;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #505054; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF !important; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #646469; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    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 {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 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 {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  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;
  -webkit-border-radius: 0px;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  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 {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: 'Scope One', serif; 
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* 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;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: 700;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #92002d;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #92002d;
  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: #92002d; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #92002d;
  color: #FFFFFF; }

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #92002d; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.8rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: #FFFFFF;
        width: 75%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: 700;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 40px 0 15px;
        color: #FFFFFF;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 15px;
          box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0px 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0px 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #FFFFFF;
      padding: 12px 0 12px 0;
      padding-left: 15px;
      font-family: 'Scope One', serif; 
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #0074c8;
        border-color: #005da0;
        color: #FFFFFF !important; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #005da0; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF !important; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #003b70;
        border-color: #002f5a;
        color: #FFFFFF !important; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #002f5a; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #FFFFFF !important; }
      .top-bar-section ul li > a.button.success {
        background-color: #449549;
        border-color: #36773a;
        color: #FFFFFF !important; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #36773a; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF !important; }
      .top-bar-section ul li > a.button.alert {
        background-color: #92002d;
        border-color: #750024;
        color: #FFFFFF !important; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #750024; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF !important; }
      .top-bar-section ul li > a.button.warning {
        background-color: #eeaa2b;
        border-color: #d08d11;
        color: #FFFFFF !important; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #d08d11; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF !important; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px;
      background-color: #0074c8;
      border-color: #005da0;
      color: #FFFFFF !important; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #005da0; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF !important; }
      .top-bar-section ul li > button.secondary {
        background-color: #003b70;
        border-color: #002f5a;
        color: #FFFFFF !important; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #002f5a; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #FFFFFF !important; }
      .top-bar-section ul li > button.success {
        background-color: #449549;
        border-color: #36773a;
        color: #FFFFFF !important; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #36773a; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF !important; }
      .top-bar-section ul li > button.alert {
        background-color: #92002d;
        border-color: #750024;
        color: #FFFFFF !important; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #750024; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF !important; }
      .top-bar-section ul li > button.warning {
        background-color: #eeaa2b;
        border-color: #d08d11;
        color: #FFFFFF !important; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #d08d11; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF !important; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #272727;
      color: #FFFFFF; }
    .top-bar-section ul li.active > a {
      background: #0074c8;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #0064ac;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: 700;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #333333; }
  .contain-to-grid .top-bar {
    max-width: 81.25rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #272727;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #272727; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: #FFFFFF;
      background: #0074c8; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0064ac;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 45px;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #FFFFFF;
        background-color: #555555;
        background: #272727; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #272727;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #0074c8;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 48em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  .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: 48.063em) {
  .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: 64.063em) and (max-width: 90em) {
  .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: 64.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #0074c8;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0064ac; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0.625rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Scope One', serif; 
  font-feature-settings: 'lnum' 1;
-webkit-font-feature-settings: 'lnum' 1;
-moz-font-feature-settings: 'lnum' 1;`
  font-weight: normal;
  font-style: normal;
  color: #0074c8;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-size: 15px;
  text-transform: uppercase;}
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #36aaff;
    line-height: 0; }

h1 {
  font-size: 1.75rem; }

/*h2 {
  font-size: 1.375rem; }*/

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.0625rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #36aaff;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #c25219;
  background-color: #f1f1f1 !important;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd !important;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0.625rem;
  list-style-position: outside;
  font-family: 'Scope One', serif;  }

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; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #2c2c2c;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 0.625rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #109bff; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #109bff; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #36aaff; }

/* 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: 700;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: 700; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.375rem; }
  /*h2 {
    font-size: 2rem; }*/
  h3 {
    font-size: 1.5rem; }
  h4 {
    font-size: 1.375rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; } }

/*
       * 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;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !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: 0.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; } 
  .printBreak {
    page-break-after: always; }
}

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 48em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  .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: 48.063em) {
  .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: 64.063em) and (max-width: 90em) {
  .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: 64.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #682B71;
  font-weight:bold;
  text-decoration: none;
  line-height: inherit;
  font-family: 'Scope One', serif;}
  a:hover, a:focus {
    color: #682B71; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0.625rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'rawline', sans-serif;
  font-feature-settings: 'lnum' 1;
  -webkit-font-feature-settings: 'lnum' 1;
  -moz-font-feature-settings: 'lnum' 1;
  font-style: normal;
  color: rgb(128,20,32);
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0.5px; 
  font-weight: bold;
  text-transform: uppercase;}
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #36aaff;
    line-height: 0; }

h1 {
  font-size: 1.75rem; }

/*h2 {
  font-size: 1.375rem; }*/

h3 {
  color: rgb(44, 44, 44);
  font-weight: normal;}

h4 {
  font-size: 1.0625rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #36aaff;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: -5px 0 11px;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #c25219;
  background-color: #f1f1f1 !important;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd !important;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0.625rem;
  list-style-position: outside;
  font-family: 'Scope One', serif;  }

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; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #2c2c2c;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 0.625rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #109bff; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #109bff; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #36aaff; }

/* 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: 700;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: 700; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.375rem; }
  /*h2 {
    font-size: 2rem; }*/
h3 {
  color: rgb(44, 44, 44);
  font-weight: normal;}
  h4 {
    font-size: 1.375rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; } }

/*
       * 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;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !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: 0.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; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #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: 700;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    .tab-bar-section.left, .tab-bar-section.right {
      text-align: left; } }
  .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 {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #2c2c2c;
  z-index: 1001;
  box-sizing: content-box;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #2c2c2c;
  z-index: 1001;
  box-sizing: content-box;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(100.5%, 0, 0);
  transform: translate3d(100.5%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #323232;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .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;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #2c2c2c;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: 700;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #2c2c2c;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: 700;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left {
    -webkit-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: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 30.063em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  /* background: #f6f6f6; */
  background: #FFF;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: 'Scope One', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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%; }

/* 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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-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 !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-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.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-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 !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-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: 48.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-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 !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-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: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.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 !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.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: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.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 !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.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; }

/* 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; } }

/* styles for global USD template */
/* ### for testing layout ###
#content {
	.row {
		border-top: 3px solid green;
	}
	.columns {
		border: 1px solid red;
	}
}*/
/* ### END for testing layout ### */
body {
  background-color: #FFFFFF; }

#page-content .columns,
#page-content .columns p {
  -webkit-text-size-adjust: none !important; }

/*** skip navigation links ***/
button.skip, a.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #0074c8 !important;
  text-decoration: none;
  line-height: inherit;
  padding: 0;
  background: transparent;
  font-size: 1rem; }

button.skip:focus, a.skip:focus {
  position: static;
  width: auto;
  height: auto; }

.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  color: #FFFFFF !important;
  background-color: #000000 !important; }

.nodisplay {
  display: none !important; }

.small {
  font-size: 75%; }

*, *:before, *:after {
  -webkit-backface-visibility: hidden; }

*:focus {
  outline-width: 3px;
  outline-style: solid;
  outline-color: Highlight; }

@media (-webkit-min-device-pixel-ratio: 0) {
  *:focus {
    outline: auto 5px -webkit-focus-ring-color; } }

.container {
  background-color: transparent;
  z-index: 1; }

.content-wrapper-inner {
  overflow-x: hidden;
  position: relative;
  width: 100%; }
  .content-wrapper-inner #content {
    padding: 0; }
    .content-wrapper-inner #content.row {
      background-color: #FFFFFF; }
    .content-wrapper-inner #content .page-content-wrapper {
      background-color: transparent;
      padding: 0; }
      .content-wrapper-inner #content .page-content-wrapper .row {
        padding: 0 0.9375rem; }
        .content-wrapper-inner #content .page-content-wrapper .row.fixed-width {
          background-color: #FFFFFF; }
      .content-wrapper-inner #content .page-content-wrapper h1 {
        color: #646469;
        font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", "Times New Roman", serif;
        font-weight: 300;
        line-height: 1.25;
        margin: 1rem 0 0.15rem;
        padding: 0 !important;
        word-wrap: break-word; }
      .content-wrapper-inner #content .page-content-wrapper .is-landing-page {
        padding-top: 1.5rem; }
        .content-wrapper-inner #content .page-content-wrapper .is-landing-page h1 {
          position: absolute;
          left: -9000px;
          top: auto;
          width: 1px;
          height: 1px;
          overflow: hidden; }
      .content-wrapper-inner #content .page-content-wrapper #breadcrumbs-row {
        background-color: #FFFFFF;
        margin: 0;
        padding: 0; }
      .content-wrapper-inner #content .page-content-wrapper p.breadcrumb {
        color: #646469;
        display: inline-block;
        font-size: 0.75rem;
        margin: 0.5rem 0; }
        .content-wrapper-inner #content .page-content-wrapper p.breadcrumb .icon {
          vertical-align: middle; }
          .content-wrapper-inner #content .page-content-wrapper p.breadcrumb .icon.icon-home22 {
            font-size: 1rem; }
        .content-wrapper-inner #content .page-content-wrapper p.breadcrumb a,
        .content-wrapper-inner #content .page-content-wrapper p.breadcrumb .current {
          display: inline-block;
          font-size: 0.75rem;
          margin-left: 0.25rem; }
        .content-wrapper-inner #content .page-content-wrapper p.breadcrumb a {
          color: #0074c8;
          margin: 0 0.25rem; }
          .content-wrapper-inner #content .page-content-wrapper p.breadcrumb a:hover {
            color: #3390d3; }
          .content-wrapper-inner #content .page-content-wrapper p.breadcrumb a .icon {
            color: #2c2c2c; }
          .content-wrapper-inner #content .page-content-wrapper p.breadcrumb a :first-child {
            margin-left: 0; }
      .content-wrapper-inner #content .page-content-wrapper p.lead {
        color: #646469;
        font-family: 'Scope One', serif; 
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.25;
        margin: .5rem 0; }
      .content-wrapper-inner #content .page-content-wrapper #page-content {
        display: block;
        background-color: transparent;
        padding: 0;
        /**** general text styles ****/ }
        .content-wrapper-inner #content .page-content-wrapper #page-content .row {
          margin-bottom: 0;
          padding: 1rem; }
          .content-wrapper-inner #content .page-content-wrapper #page-content .row.default-content, .content-wrapper-inner #content .page-content-wrapper #page-content .row.fixed-width {
            background-color: #FFFFFF; }
          .content-wrapper-inner #content .page-content-wrapper #page-content .row.default-content {
            padding: 1rem 0;
            margin: 0 auto; }
        .content-wrapper-inner #content .page-content-wrapper #page-content .full-width {
          background-repeat: no-repeat;
          background-size: cover; }
        .content-wrapper-inner #content .page-content-wrapper #page-content .wide {
          padding: 0; }
        .content-wrapper-inner #content .page-content-wrapper #page-content a {
          color: #0074c8;
          word-wrap: break-word; }
          .content-wrapper-inner #content .page-content-wrapper #page-content a:hover, .content-wrapper-inner #content .page-content-wrapper #page-content a:hover:visited {
            color: #33628d; }
        .content-wrapper-inner #content .page-content-wrapper #page-content h2, .content-wrapper-inner #content .page-content-wrapper #page-content h3, .content-wrapper-inner #content .page-content-wrapper #page-content h4, .content-wrapper-inner #content .page-content-wrapper #page-content h5, .content-wrapper-inner #content .page-content-wrapper #page-content h6 {
          font-family: 'Scope One', serif; 
          margin-top: 0;
          padding-top: 0; }
        .content-wrapper-inner #content .page-content-wrapper #page-content h2 {
          color: #003b70;
          font-weight: 600;
          margin: 0;
          padding: 0 0 0.5rem;
          line-height: 1.2; }
          .content-wrapper-inner #content .page-content-wrapper #page-content h2.heading-bkg-light {
            background-color: #b2e4e0;
            border-left: #7fd1cc 10px solid;
            color: #646469 !important;
            font-family: 'Scope One', serif; 
            font-size: 1.5rem !important;
            font-weight: 300 !important;
            margin-bottom: 1rem !important;
            padding: 0.15rem 1rem 0.15rem 0.25rem !important;
            width: 100%; }
            .content-wrapper-inner #content .page-content-wrapper #page-content h2.heading-bkg-light.torero {
              background-color: #e3f2fb;
              border-left: #75bee9 10px solid; }
          .content-wrapper-inner #content .page-content-wrapper #page-content h2 a {
            text-decoration: underline; }
        .content-wrapper-inner #content .page-content-wrapper #page-content h3 {
          color: #00a499;
          font-weight: 300;
          margin: 0;
          padding: 0.75rem 0 0.75rem 0; }
        .content-wrapper-inner #content .page-content-wrapper #page-content h4 {
          color: #646469;
          font-weight: 300;
          margin: 0;
          padding: 0.5rem 0 0.75rem 0; }
        .content-wrapper-inner #content .page-content-wrapper #page-content h5, .content-wrapper-inner #content .page-content-wrapper #page-content h6 {
          color: #646469;
          font-size: 0.9rem;
          font-weight: 600;
          margin: 0;
          padding: 0.35rem 0 0 0; }
        .content-wrapper-inner #content .page-content-wrapper #page-content h6 {
          font-weight: normal; }
        .content-wrapper-inner #content .page-content-wrapper #page-content p {
          margin-bottom: 0.75rem; }
        .content-wrapper-inner #content .page-content-wrapper #page-content blockquote {
          margin: 0 0 0.625rem;
          padding: 0.5rem 1.25rem 0.5rem 1.25rem;
          border-left: 3px solid #00a499;
          color: #00a499;
          font-weight: 300; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li, .content-wrapper-inner #content .page-content-wrapper #page-content ul li {
          line-height: 1.5;
          margin: 0 0 0.35rem 1.25rem; }
          .content-wrapper-inner #content .page-content-wrapper #page-content ol li:last-of-type, .content-wrapper-inner #content .page-content-wrapper #page-content ul li:last-of-type {
            margin-bottom: 0.65rem; }
          .content-wrapper-inner #content .page-content-wrapper #page-content ol li li:first-child, .content-wrapper-inner #content .page-content-wrapper #page-content ul li li:first-child {
            margin-top: 0.35rem; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol[class*="block-grid-"] li, .content-wrapper-inner #content .page-content-wrapper #page-content ul[class*="block-grid-"] li {
          margin: 0 !important; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ul {
          list-style-type: disc; }
          .content-wrapper-inner #content .page-content-wrapper #page-content ul.icons {
            list-style-type: none !important;
            margin-left: 0; }
            .content-wrapper-inner #content .page-content-wrapper #page-content ul.icons li {
              margin-left: 0 !important; }
            .content-wrapper-inner #content .page-content-wrapper #page-content ul.icons .icon,
            .content-wrapper-inner #content .page-content-wrapper #page-content ul.icons a .icon {
              color: #0074c8;
              /* immaculata */
              font-size: 1.25rem;
              margin-right: 0.5rem;
              vertical-align: middle; }
            .content-wrapper-inner #content .page-content-wrapper #page-content ul.icons.resources {
              margin-left: 1rem; }
              .content-wrapper-inner #content .page-content-wrapper #page-content ul.icons.resources li {
                font-size: 1.25rem;
                font-weight: 300;
                line-height: 2.5 !important; }
                .content-wrapper-inner #content .page-content-wrapper #page-content ul.icons.resources li .icon {
                  font-size: 2.25rem; }
          .content-wrapper-inner #content .page-content-wrapper #page-content ul.f-dropdown li {
            list-style-type: none;
            margin: 0 !important; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol.with-number-icons {
          list-style-type: none;
          margin-left: 0; }
          .content-wrapper-inner #content .page-content-wrapper #page-content ol.with-number-icons li {
            margin-left: 0;
            margin-bottom: 1rem;
            padding-left: 2.75rem;
            text-indent: -3rem; }
            .content-wrapper-inner #content .page-content-wrapper #page-content ol.with-number-icons li ul li {
              padding-left: 0;
              text-indent: 0; }
          .content-wrapper-inner #content .page-content-wrapper #page-content ol.with-number-icons .icon {
            color: #00a499;
            font-size: 2.5rem;
            line-height: 0.5rem;
            font-weight: 300;
            vertical-align: middle;
            margin-right: 0.5rem; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ul.with-empty-checkbox {
          list-style-type: none;
          margin-left: 0; }
          .content-wrapper-inner #content .page-content-wrapper #page-content ul.with-empty-checkbox li {
            margin-left: 0;
            margin-bottom: 0.5rem;
            padding-left: 1.5rem;
            text-indent: -1.5rem; }
          .content-wrapper-inner #content .page-content-wrapper #page-content ul.with-empty-checkbox .icon {
            color: #646469;
            font-size: 1rem;
            font-weight: 300;
            margin-right: 0.75rem;
            vertical-align: middle; }
        .content-wrapper-inner #content .page-content-wrapper #page-content p + h1 {
          padding-top: 1.25rem; }
        .content-wrapper-inner #content .page-content-wrapper #page-content h2 + p,
        .content-wrapper-inner #content .page-content-wrapper #page-content h2 + ul,
        .content-wrapper-inner #content .page-content-wrapper #page-content h2 + ol {
          clear: left !important;
          padding-top: 0; }
        .content-wrapper-inner #content .page-content-wrapper #page-content h2 + p[class=panel] {
          padding: 1.25rem; }
        .content-wrapper-inner #content .page-content-wrapper #page-content p + h2 + h3 {
          padding-top: 0; }
        .content-wrapper-inner #content .page-content-wrapper #page-content h2 + h3 {
          padding-top: 0.25rem; }
        .content-wrapper-inner #content .page-content-wrapper #page-content h3 + h4 {
          padding-top: 0.25rem; }
        .content-wrapper-inner #content .page-content-wrapper #page-content h4 + h5 {
          padding-top: 0; }
        .content-wrapper-inner #content .page-content-wrapper #page-content h5 + h6 {
          padding-top: 0.75rem; }
        .content-wrapper-inner #content .page-content-wrapper #page-content p + ul {
          padding-top: 0;
          padding-bottom: 0; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ul li ul,
        .content-wrapper-inner #content .page-content-wrapper #page-content ul li ul li ul,
        .content-wrapper-inner #content .page-content-wrapper #page-content ul li ul li ul li ul,
        .content-wrapper-inner #content .page-content-wrapper #page-content ul li ul li ul li ul li ul,
        .content-wrapper-inner #content .page-content-wrapper #page-content ul li ul li ul li ul li ul li ul,
        .content-wrapper-inner #content .page-content-wrapper #page-content ul li ul li ul li ul li ul li ul li ul,
        .content-wrapper-inner #content .page-content-wrapper #page-content ul li ul li ul li ul li ul li ul li ul li ul,
        .content-wrapper-inner #content .page-content-wrapper #page-content ul li ul li ul li ul li ul li ul li ul li ul li ul,
        .content-wrapper-inner #content .page-content-wrapper #page-content ul li ul li ul li ul li ul li ul li ul li ul li ul li ul,
        .content-wrapper-inner #content .page-content-wrapper #page-content ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul {
          padding-bottom: 0; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol,
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol,
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol,
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol,
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol li ol,
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol li ol li ol,
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol li ol li ol li ol,
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol li ol li ol li ol li ol,
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol li ol li ol li ol li ol li ol,
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol li ol li ol li ol li ol li ol li ol,
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol li ol li ol li ol li ol li ol li ol li ol {
          margin-bottom: 0; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol {
          list-style-type: decimal; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li {
          font-size: 100%; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol {
          list-style-type: lower-alpha; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol {
          list-style-type: lower-roman; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol {
          list-style-type: decimal; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol li ol {
          list-style-type: lower-alpha; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol li ol li ol {
          list-style-type: lower-roman; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol li ol li ol li ol {
          list-style-type: decimal; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol li ol li ol li ol li ol {
          list-style-type: lower-alpha; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ol li ol li ol li ol li ol li ol li ol li ol li ol {
          list-style-type: lower-roman; }
        .content-wrapper-inner #content .page-content-wrapper #page-content ul + p,
        .content-wrapper-inner #content .page-content-wrapper #page-content ol + p {
          padding-top: 1rem; }
        .content-wrapper-inner #content .page-content-wrapper #page-content iframe {
          border: none;
          margin-bottom: 1rem; }

.module .icon-play32,
.icon-play32 {
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

.video-play-center {
  position: relative; }

p.image-left img,
img.image-left,
.excerpt img.image-left {
  float: left;
  margin: 0.75rem 0.75rem 0 0; }

p.image-right img,
img.image-right,
.excerpt img.image-right {
  float: right;
  margin: 0.75rem 0 0 0.75rem; }

.reveal-modal .close-reveal-modal, dialog .close-reveal-modal,
.reveal-modal dialog, dialog dialog {
  top: -0.325rem;
  right: 0.25rem; }

/* New modal close button for accessibility */
button.close-button {
  color: #646469 !important;
  background: transparent !important;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 600; }
  button.close-button:hover {
    color: #838387; }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.alert {
    background-color: #fff3d9; }
  .callout.error {
    background-color: #92002d;
    color: #FFFFFF; }
    .callout.error a {
      color: #FFFFFF !important;
      text-decoration: underline; }

/** Department Overrides to ensure H2's are not bolded or changed color or **/
body.department #page-content .columns h2 strong {
  font-weight: 600 !important; }

body.department #page-content p {
  text-align: left; }

body.department sup {
  vertical-align: super;
  top: auto; }

body.department sub {
  vertical-align: sub; }

body.department #page-content p.lead strong {
  font-weight: 600 !important; }

div.panel {
  background: #fafafa; }
  div.panel h3 {
    color: #646469 !important; }

/* XSmall Only â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* Small Only â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  body {
    /* background-color: #f6f6f6; */
    background-color: #FFF; } }

/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 64.063em) {
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-play32 {
    font-size: 5rem; } }

#site-banner {
  background-size: cover;
  position: relative;
  min-height: 100px; }
  #site-banner.no-banner {
    min-height: auto; }
    #site-banner.no-banner p.site-name a {
      color: #646469; }
  #site-banner.has-banner {
    background-position: center center;
    background-color: #838387;
    min-height: 200px; }
  #site-banner.rotate {
    margin-bottom: 0; }
    #site-banner.rotate .item {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 200px; }
    #site-banner.rotate .slick-dots {
      bottom: 1rem;
      margin: 0; }
      #site-banner.rotate .slick-dots li button:before {
        color: white !important;
        font-size: 4rem !important;
        opacity: 0.5 !important; }
  #site-banner .columns {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    width: auto; }
  #site-banner p.site-name {
    font-family: 'Scope One', serif; 
    font-weight: 300;
    line-height: 1.15;
    margin-bottom: 0 !important; }
    #site-banner p.site-name a {
      color: #FFFFFF;
      font-size: 1.75rem;
      padding: 0 !important; }
    #site-banner p.site-name.is-landing-page {
      z-index: 10; }
    #site-banner p.site-name.smaller {
      display: none;
      font-size: .95rem; }

@media only screen and (min-width: 48.063em) {
  #site-banner.has-banner,
  #site-banner.rotate .item {
    min-height: 275px; }
  #site-banner p.site-name a {
    font-size: 1.75rem; }
  #site-banner p.site-name .smaller {
    display: block;
    font-style: italic; } }

@media only screen and (min-width: 64.063em) {
  #site-banner {
    min-height: 175px; }
    #site-banner.no-banner {
      min-height: 50px; }
    #site-banner.has-banner,
    #site-banner.rotate .item {
      min-height: 350px; }
    #site-banner p.site-name a {
      font-size: 2.25rem; } }

@media only screen and (max-width: 30em) {
  #site-banner.has-banner,
  #site-banner.rotate .item {
    min-height: 175px; } }

/*** slider components CSS ***/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.image-slider > div {
  display: none; }

.image-slider > div:first-of-type {
  display: block; }

div.slick-list {
  position: relative;
  overflow: hidden;
  width: auto;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  /*height: 100%;*/
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: #000000 !important;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "â€¢";
  width: 20px;
  height: 20px;
  font-size: 1em;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

.slick-arrow {
  z-index: 1; }

/*** header and footer ***/
/*** header stuff ***/
#header-nav-wrapper {
  background-color: rgb(153,19,34);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 60px;
  width: 100% !important;
  z-index: 10000;
  top: 0;
  left: 0; }
  #header-nav-wrapper.is-fixed {
    position: fixed;
    top: -55px; }
  #header-nav-wrapper.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  #header-nav-wrapper header {
    /* position: fixed; absolute */
    top: 0;
    width: 100% !important;
    margin: 0 auto !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #003b70;
    z-index: 10;
    /**** DEV SERVER BACKGROUND COLORS ****/ }
    #header-nav-wrapper header.server-bigeye {
      background-color: #D43F27; }
    #header-nav-wrapper header.server-dev {
      background-color: #2c2c2c; }
    #header-nav-wrapper header.server-dorado {
      background-color: #F6B31E; }
    #header-nav-wrapper header.server-sculpin {
      background-color: #85BF50; }
    #header-nav-wrapper header.server-seamonster {
      background-color: #166659; }
    #header-nav-wrapper header.server-sourwench {
      background-color: #8F3451; }
    #header-nav-wrapper header.server-staging {
      background-color: #A30001; }
    #header-nav-wrapper header.server-wahoo {
      background-color: #48215C; }
    #header-nav-wrapper header.server-www {
      background-color: rgb(153,19,34); }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  /*#header-nav-wrapper.short {
		@include duration(1s);
		height: 50px !important;
		header {
			height: 50px;
			.usd-logo {
				@include duration(1s);
				width: 230px !important;
			}
		}
	}*/ }

/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  #header-nav-wrapper {
    height: 75px; }
    #header-nav-wrapper.is-fixed {
      top: -80px; }
    #header-nav-wrapper header .usd-logo {
      width: 340px; }
    #header-nav-wrapper header > div > div {
      padding: 0; } }

.visibility-panel {
  background-color: #92002d;
  color: #FFFFFF; }

footer {
  background-color: #2c2c2c;
  color: #f6f6f6;
  margin: 0 auto !important; }
  footer p, footer li, footer a {
    color: #dddddd; }
  footer p, footer li {
    font-size: 1rem;
    text-align: center;
    font-family: 'rawline', sans-serif;
    letter-spacing: 0.5px;
  }
  footer a:hover, footer a:visited:hover, footer a:focus {
    color: #FFF; }
  footer a:active, footer a.active {
    color: #FFF !important; }

#footer-content {
  padding: 1.5rem 0 0 0; }

#footer-address {
  margin-bottom: 1rem; }
  #footer-address img {
    margin-bottom: 0.5rem;
    width: 250px; }
  #footer-address p {
    line-height: 1.6; }
    #footer-address p span {
      display: inline-block; }
    #footer-address p .usd {
      font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", "Times New Roman", serif;
      font-size: 1.75rem; }
    #footer-address p .address-street,
    #footer-address p .contact-phone {
      display: inline-block; }
    #footer-address p .address-street {
      border-right: 1px solid #dddddd;
      line-height: 1rem;
      margin-right: 0.4rem;
      padding-right: 0.75rem; }
    #footer-address p .contact-phone {
      margin-right: 0.5rem; }
      #footer-address p .contact-phone .icon {
        font-size: 1.15rem; }
    #footer-address p .icon {
      font-size: 1.25rem;
      margin-right: 0.15rem;
      vertical-align: middle; }
      #footer-address p .icon:last-child {
        margin-left: 0.75rem; }

#footer-links {
  text-align: center; }
  #footer-links h2 {
    border-bottom: 1px dotted #646469;
    color: #dddddd;
    display: inline-block;
    font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", "Times New Roman", serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 2rem 0 0.25rem;
    padding: 0 0 0.5rem 0;
    width: 100%; }
  #footer-links #get-started-links {
    padding-left: 0; }
  #footer-links #get-started-links div,
  #footer-links #college-links div {
    margin-bottom: 0.5rem; }
    #footer-links #get-started-links div ul,
    #footer-links #college-links div ul {
      line-height: 1.8;
      margin-left: 0 !important;
      text-align: center; }
      #footer-links #get-started-links div ul li,
      #footer-links #college-links div ul li {
        font-family: 'Scope One', serif; 
        list-style-type: none; }
        #footer-links #get-started-links div ul li a,
        #footer-links #college-links div ul li a {
          display: block; }

#footer-social {
  margin-top: 1.5rem;
  text-align: center; }
  #footer-social ul {
    border-top: 1px dotted #646469;
    display: inline-block;
    list-style-type: none;
    margin: 0; }
    #footer-social ul li {
      font-size: 1.75rem;
      margin-left: 1rem;
      padding: 0.5rem 0.35rem; }
      #footer-social ul li a {
        color: #dddddd; }
      #footer-social ul li:first-child {
        margin-left: 0; }

#footer-close {
  background-color: #222;
  padding: 0.5rem 0; }
  #footer-close #copyright p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    text-align: center; }
  #footer-close #feedback ul {
    list-style-type: none;
    margin: 0;
    text-align: center; }
    #footer-close #feedback ul li {
      display: inline-block;
      font-size: 0.9rem;
      border-right: thin solid #646469; }
      #footer-close #feedback ul li:last-child {
        border: none; }
      #footer-close #feedback ul li a {
        display: inline-block;
        padding: 0 0.65rem 0 0.5rem; }
  #footer-close #feedback button.skip, #footer-close #feedback a.skip {
    color: #FFFFFF !important;
    margin: -1px 0 0 0; }

/* XSmall Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (max-width: 30em) {
  #footer-address {
    padding: 0;
    line-height: 1.2; }
    #footer-address p .address-street {
      border-right: none;
      float: none;
      clear: both;
      width: 100%; }
  #footer-links h2 {
    width: 75%; } }

/* Small Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen {
  #footer-address .usd {
    font-size: 2.25rem; }
  #footer-links h2 {
    width: 80%; } }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  footer {
    padding: 1rem 0 0 0; }
    footer h2, footer p, footer li {
      text-align: left !important; }
  #footer-address {
    padding-left: 0; }
    #footer-address .icon {
      margin-left: 1rem !important; }
      #footer-address .icon:first-child {
        margin-left: 0 !important; }
  #footer-links {
    margin-top: 1rem;
    text-align: left; }
    #footer-links h2 {
      margin-top: 0;
      padding: 0 0 0.5rem 0;
      width: 100%; }
    #footer-links ul {
      margin-bottom: 2rem; }
    #footer-links #get-started-links div li,
    #footer-links #college-links div li {
      line-height: 1.4;
      margin-bottom: 0.25rem; }
    #footer-links #college-links div {
      display: inline-block; }
      #footer-links #college-links div li {
        border: 1px solid #2c2c2c;
        float: left;
        clear: left; }
  #footer-social {
    margin-top: -3.5rem;
    padding-left: 0;
    text-align: left; }
    #footer-social ul li {
      margin: 0 0.45rem 0 0;
      padding: 0.5rem;
      width: auto; }
      #footer-social ul li:first-child {
        padding-left: 0; }
      #footer-social ul li:last-child {
        padding-right: 0; }
  #footer-close {
    margin-top: 1.5rem;
    padding: 1rem 0 0.5rem 0;
    text-align: center; }
    #footer-close p {
      text-align: center !important; }
    #footer-close #feedback ul li {
      display: inline !important; } }

/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  footer p, footer li {
    font-size: 0.95rem; }
  #footer-social {
    margin-top: -8rem; }
  #footer-close {
    padding: 0.5rem 0 0.75rem 0; }
    #footer-close li {
      margin-bottom: 0 !important; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 64.063em) {
  #copyright p {
    text-align: left !important; }
  #feedback ul {
    text-align: right !important; }
  #footer-links #college-links div {
    -moz-column-count: 2;
    -moz-column-gap: 0.5rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 0.5rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem; }
    #footer-links #college-links div li {
      border: none; }
  #footer-social {
    margin-top: -4rem; }
  #footer-close {
    padding: 1rem 0; } }

/* xxlarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/*** nav components CSS ***/
/* Header Bar */
body.overflow-hidden, body.menu-is-open {
  /* when primary navigation is visible, the content in the background won't scroll */
  overflow: hidden;
  height: 100%; }
  body.overflow-hidden .ios-wrapper, body.menu-is-open .ios-wrapper {
    overflow: scroll;
    height: 100%;
    -webkit-overflow-scrolling: auto; }

#header-nav-wrapper {
  position: fixed;
  font-family: 'Scope One', serif; 
  z-index: 10000;
  height: 60px;
  width: 100%;
  top: 0;
  transition: -webkit-transform .5s;
  transition: transform .5s; }
  #header-nav-wrapper.is-hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  #header-nav-wrapper.no-menu {
    height: 60px; }
  #header-nav-wrapper .header {
    background-color: rgb(153,19,34);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    #header-nav-wrapper .header .wrapper {
      height: 60px; }
  #header-nav-wrapper .logo {
    display: inline-block;
    height: 60px;
    margin-top: 7px;	}
	
	@media only screen {
		#header-nav-wrapper .logo {
		margin-top: 7px; }
	}
	
	@media only screen and (min-width: 40.063em) {
		#header-nav-wrapper .logo {
		margin-top: 0px; }
	} 
    #header-nav-wrapper .logo a {
      display: inline-block; }
      #header-nav-wrapper .logo a img {
        max-height: 50px;
        width: auto; }

#header-nav-wrapper + div, div.home-slider-container {
  margin-top: 60px; }

/* SITE NAV */
.school-site nav.nav-top, .department nav.nav-top {
  transition: -webkit-transform .5s;
  transition: transform .5s;
  z-index: 5;
  width: 100%;
  height: 64px;
  left: auto;
  top: 0;
  overflow: visible;
  position: relative; }
  .school-site nav.nav-top.fixed, .department nav.nav-top.fixed {
    position: fixed;
    top: 100px;
    left: 0; }
  .school-site nav.nav-top.slide-up, .department nav.nav-top.slide-up {
    transition: -webkit-transform .65s;
    transition: transform .65s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    top: 50px !important; }
    .school-site nav.nav-top.slide-up.nav-top-scrolled, .department nav.nav-top.slide-up.nav-top-scrolled {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px); }
  .school-site nav.nav-top.nav-top-scrolled, .department nav.nav-top.nav-top-scrolled {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

.nav-top ~ .secondary-nav-fixed {
  margin-top: 64px; }

#peace.home .nav-top + .secondary-nav-fixed {
  margin-top: 388px; }

.no-banner ~ nav.nav-top {
  margin-top: 50px; }
  .no-banner ~ nav.nav-top.fixed {
    margin-top: 0; }
  .no-banner ~ nav.nav-top + .secondary-nav-fixed {
    margin-top: 124px; }

#usd.news-center .container {
  margin-top: 0; }

/* Custom Scrollbar */
/* Menu Trigger */
.cd-primary-nav-trigger {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f689c+0,1684b9+100 */
  /* background-color: rgb(153,19,34); */
  /* Old browsers */
  bottom: auto;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  padding-top: 5px;
  /* Menu Text */
  /* Menu Icon */ }
  .cd-primary-nav-trigger.hover, .cd-primary-nav-trigger:hover, .cd-primary-nav-trigger.focus, .cd-primary-nav-trigger:focus {
    /* background-color: rgb(153,19,34); */
    transition: all 0.4s ease;
    color: #FFFFFF;
    outline: 0;}
  .cd-primary-login-trigger.hover, .cd-primary-login-trigger:hover, .cd-primary-login-trigger.focus, .cd-primary-login-trigger:focus {
    /* background-color: rgb(153,19,34); */
    transition: all 0.4s ease;
    color: #FFFFFF; 
    outline: 0;
  }
  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
    font-weight: 600;
    line-height: 50px;
    padding-top: 0;
    padding-left: 0.5rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-size:13px;
    font-family: 'rawline', sans-serif;}
	.cd-primary-login-trigger .cd-menu-text {
    display: inline-block;
    font-weight: 600;
    line-height: 50px;
    padding-top: 0;
    padding-left: 0.5rem;
    position: relative;
    text-transform: uppercase;
    font-family: 'rawline', sans-serif;
	letter-spacing: 1px;
	font-size:13px;
	}
  .cd-primary-nav-trigger .cd-menu-icon {
    /* Inactive State (Hamburger) */
    /* this span is the central line of the menu icon */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: background-color 0.3s;
    background-color: #FFFFFF;
    bottom: auto;
    display: inline-block;
    height: 2px;
    left: 0;
    position: relative;
    vertical-align: middle;
    width: 18px;
    /* these are the upper and lower lines in the menu icon */
    /* Active State (X) */ }
    .cd-primary-nav-trigger .cd-menu-icon:before, .cd-primary-nav-trigger .cd-menu-icon:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #FFFFFF;
      right: 0;
      transition: -webkit-transform .3s, top .3s, background-color 0s;
      transition: transform .3s, top .3s, background-color 0s; }
    .cd-primary-nav-trigger .cd-menu-icon:before {
      top: -5px; }
    .cd-primary-nav-trigger .cd-menu-icon:after {
      top: 5px; }
    .cd-primary-nav-trigger .cd-menu-icon.is-clicked {
      background-color: rgba(255, 255, 255, 0); }
      .cd-primary-nav-trigger .cd-menu-icon.is-clicked:before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked:after {
        background-color: #FFFFFF; }
      .cd-primary-nav-trigger .cd-menu-icon.is-clicked:before {
        top: 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
      .cd-primary-nav-trigger .cd-menu-icon.is-clicked:after {
        top: 0;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg); }

header.menu-is-open .cd-primary-nav-trigger {
  /* background: rgb(128,20,32); */ }
  header.menu-is-open .cd-primary-nav-trigger:focus {
    outline: none;
    transition: all 0.4s ease; }

/* SEARCH PLUGIN */
.sb-search {
  position: relative;
  width: 100%;
  float: right;
  overflow: hidden; }

.sb-search form {
  height: 50px;
  color: rgb(128,20,32);
  background-color: #FFFFFF;
  text-align: left;
  width: 100%;
  }
  .sb-search form:before {
    height: 50px;
    line-height: 50px;
    margin-left: .75rem;
    font-size: 1.25rem;
    top: 0;
    left: 0; }

input.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 50px;
  margin: 0;
  z-index: 999;
  padding: 0 1rem 0 2.5rem;
  font-family: 'rawline', sans-serif;
  letter-spacing: 1px;
  font-size:13px;
  font-weight: 600;
  color: rgb(128,20,32); }
  input.sb-search-input:focus {
    background-color: #FFFFFF !important; }

input.sb-search-input:focus, .sb-search.sb-search-open input.sb-search-input {
  background-color: #FFFFFF;
  padding-left: 1rem;
  color: rgb(128,20,32); }

.sb-search-input::-webkit-input-placeholder {
  color: rgb(128,20,32); }

.sb-search-input:-moz-placeholder {
  color: rgb(128,20,32); }

.sb-search-input::-moz-placeholder {
  color: rgb(128,20,32); }

.sb-search-input:-ms-input-placeholder {
  color: rgb(128,20,32); }

.sb-icon-search,
.sb-search-submit {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer; }

.sb-search-submit {
  background: transparent;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 1;
  color: transparent;
  border: none;
  z-index: -1;
  margin-right: 0 !important; }
  .sb-search-submit:focus {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto; }

.sb-icon-search {
  display: block;
  color: #fff;
  background: transparent;
  z-index: 90;
  line-height: 50px;
  font-size: 16px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.sb-icon-search:before {
  visibility: hidden;
  height: 50px; }

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%; }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #eeeeee;
  width: 50px;
  color: #33628d;
  z-index: 11; }

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
  width: 50px;
  height: 60px; }

.sb-search.sb-search-open .sb-icon-search:before {
  visibility: visible; }

.search-help {
  visibility: hidden;
  transition: all 0.3s ease;
  display: none;}

/* Search Trigger */
.search-trigger {
  background: #FFFFFF;
  display: inline-block;
  height: 50px;
  width: 100%;
  padding: 0.75rem 1rem;
  /* Search Text */
  /* Search Icon */ }
  .search-trigger .cd-search-text {
    color: #0074c8;
    font-weight: 600; }
  .search-trigger .cd-search-icon {
    color: #0074c8;
    font-size: 1.25rem;
    vertical-align: middle; }

#main-search {
  /* (jQ) Show icon */
  /* (jQ) hover cursor style */
  /* Remove IE default X */ }
  #main-search .clearable-nav-search {
    background: transparent url("/2015/global/images/icons/onX.png") no-repeat right -10px center;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0;
    transition: background 0.4s !important;}
  #main-search .clearable-nav-search.x {
    background-position: right 10px center !important;
    z-index: 999; }
  #main-search .clearable-nav-search.onX {
    cursor: pointer !important; }
  #main-search .clearable-nav-search::-ms-clear {
    display: none !important;
    width: 0 !important;
    height: 0 !important; }
  #main-search input[type="search"].clearable-nav-search::-webkit-search-decoration,
  #main-search input[type="search"].clearable-nav-search::-webkit-search-cancel-button,
  #main-search input[type="search"].clearable-nav-search::-webkit-search-results-button,
  #main-search input[type="search"].clearable-nav-search::-webkit-search-results-decoration {
    display: none; }
  #main-search .sb-search-open .clearable-nav-search {
    background-color: #FFFFFF !important;
    width: calc(100% - 50px);
    left: 0; }

#main-menu {
  position: absolute;
  right: 0; }

/* Dashboard */
.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  color: #FFFFFF;
  height: 100%;
  /*if you change this to auto, you wont be able to scroll in the nav */
  width: 100%;
  top: 0;
  right: 0;
  /*background: rgb(128,20,32);*/
  background-color: rgb(38, 38, 38);
  z-index: 2;
  padding: 50px 0px 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: scroll;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition: all 0.3s ease;
  opacity: 0;
  margin-top: 0;
  /* to open after the search bar */
  /* WHEN OPEN */
  /* PRIMARY */
  /* SECONDARY */ }
  .cd-primary-nav > .row {
    overflow-y: scroll;
    height: calc(100% - 63px); }
  .cd-primary-nav .skip {
    color: #FFFFFF !important; }
    .cd-primary-nav .skip:focus {
      background-color: #003b70;
      color: #FFFFFF;
      margin: 0 2rem;
      top: 2rem;
      outline: none;
      padding: 1rem; }
  .cd-primary-nav.is-visible {
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    .cd-primary-nav.is-visible #primary ul.menu-main li.enter-nav {
      padding-left: 0; }
    .cd-primary-nav.is-visible#secondary {
      position: fixed; }
  .cd-primary-nav #primary {
    padding-bottom: 2rem;
    /* Main Menu */
    /* Resources/Audiences */ }
    .cd-primary-nav #primary > .row {
      margin-left: 0;
      margin-right: 0; }
    .cd-primary-nav #primary #mainlinks {
      padding: 0; }
    .cd-primary-nav #primary ul.menu-main {
      margin: 1rem 0;
      font-size: 1.5rem;
      text-transform: uppercase;
      transition: all 0.4s ease;
      margin-left: 0; }
      .cd-primary-nav #primary ul.menu-main li {
        font-weight: 600;
        letter-spacing: 1px;
        list-style-type: none;
        line-height: 1.2;
        text-align: left;
        transition: all .4s ease; }
        .cd-primary-nav #primary ul.menu-main li a {
          display: inline-block;
          padding: .5rem 0.9375rem;
          width: 100%;
          color: #f1f1f1;
          text-transform: uppercase;
          font-family: 'rawline', sans-serif;
          font-weight: normal;
        }
          .cd-primary-nav #primary ul.menu-main li a.hover, .cd-primary-nav #primary ul.menu-main li a.focus, .cd-primary-nav #primary ul.menu-main li a:hover, .cd-primary-nav #primary ul.menu-main li a:focus {
            outline: none;
            color: #f6f6f6;
            /*background-color: rgb(114, 14, 26); */
            background-color: #000000;
            border-radius: 5px;
            transition: all 0.4s ease; }
            .cd-primary-nav #primary ul.menu-main li a.hover .icon, .cd-primary-nav #primary ul.menu-main li a.focus .icon, .cd-primary-nav #primary ul.menu-main li a:hover .icon, .cd-primary-nav #primary ul.menu-main li a:focus .icon {
              outline: none;
              color: #75bee9;
              transition: all 0.4s ease; }
          .cd-primary-nav #primary ul.menu-main li a .icon {
            display: none; }
        .cd-primary-nav #primary ul.menu-main li.custom strong {
          font-weight: 600; }
        .cd-primary-nav #primary ul.menu-main li.custom img {
          height: 42px;
          width: auto; }
        .cd-primary-nav #primary ul.menu-main li.custom p {
          text-transform: uppercase; }
      .cd-primary-nav #primary ul.menu-main p {
        display: none; }
    .cd-primary-nav #primary #mainlinks h2, .cd-primary-nav #primary #torero-links h2, .cd-primary-nav #primary #audience-menu h2 {
      color: #75bee9;
      font-size: .875rem;
      letter-spacing: 1px;
      overflow: hidden;
      margin-bottom: 1rem;
      text-align: center;
      text-transform: uppercase; }
      .cd-primary-nav #primary #mainlinks h2 span:before, .cd-primary-nav #primary #mainlinks h2 span:after, .cd-primary-nav #primary #torero-links h2 span:before, .cd-primary-nav #primary #torero-links h2 span:after, .cd-primary-nav #primary #audience-menu h2 span:before, .cd-primary-nav #primary #audience-menu h2 span:after {
        background-color: #7f9db7;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%; }
      .cd-primary-nav #primary #mainlinks h2 span:before, .cd-primary-nav #primary #torero-links h2 span:before, .cd-primary-nav #primary #audience-menu h2 span:before {
        right: 1rem;
        margin-left: -50%; }
      .cd-primary-nav #primary #mainlinks h2 span:after, .cd-primary-nav #primary #torero-links h2 span:after, .cd-primary-nav #primary #audience-menu h2 span:after {
        left: 1rem;
        margin-right: -50%; }
    .cd-primary-nav #primary #torero-links {
      margin-top: 1rem;
      margin-bottom: 1rem;
      padding: 0 1rem; }
      .cd-primary-nav #primary #torero-links .resources-slider {
        margin-bottom: 0;
        margin-left: -1rem;
        margin-right: -1rem; }
      .cd-primary-nav #primary #torero-links .resource {
        display: inline-block;
        text-align: center;
        margin-bottom: 0.5rem;
        padding: 0; }
        /*.cd-primary-nav #primary #torero-links .resource:nth-child(9) {
          margin-left: 25%; }*/
        .cd-primary-nav #primary #torero-links .resource a {
          display: inline-block;
          width: 100%; }
          .cd-primary-nav #primary #torero-links .resource a.hover, .cd-primary-nav #primary #torero-links .resource a.focus, .cd-primary-nav #primary #torero-links .resource a:hover, .cd-primary-nav #primary #torero-links .resource a:focus {
            outline: none;
            color: #f6f6f6;
            /*background-color: rgb(114, 14, 26);*/
            background-color: #000;
            border-radius: 5px;
            transition: all 0.4s ease; }
            .cd-primary-nav #primary #torero-links .resource a.hover .icon, .cd-primary-nav #primary #torero-links .resource a.focus .icon, .cd-primary-nav #primary #torero-links .resource a:hover .icon, .cd-primary-nav #primary #torero-links .resource a:focus .icon {
              color: #f6f6f6; }
        .cd-primary-nav #primary #torero-links .resource .icon {
          color: #f1f1f1;
          display: block;
          font-size: 2rem;
          padding: .75rem;
          min-width: 64px;
          top: 0;
          left: 0;
          transition: all 0.4s ease; }
          .cd-primary-nav #primary #torero-links .resource .icon:before {
            top: 0;
            left: 0; }
          .cd-primary-nav #primary #torero-links .resource .icon img {
            height: 32px;
            display: block;
            margin: 0 auto; }
        .cd-primary-nav #primary #torero-links .resource .caption {
          color: #e3f2fb;
          display: block;
          font-size: 10px;
          font-weight: 300;
          letter-spacing: 0.5px;
          padding: 0 .25rem .5rem .25rem;
          text-transform: uppercase;
          font-family: 'rawline', sans-serif;}
    .cd-primary-nav #primary #audience-menu {
      margin: 0;
      text-align: center; }
      .cd-primary-nav #primary #audience-menu .info-for {
        color: #badef4;
        font-weight: 300;
        letter-spacing: 0;
        list-style-type: none;
        line-height: 1.2;
        font-size: 0.75rem;
        padding: 1rem 1.125rem 1rem 0;
        position: relative;
        display: inline-block; }
        .cd-primary-nav #primary #audience-menu .info-for:before {
          content: 'See More';
          display: block; }
        .cd-primary-nav #primary #audience-menu .info-for:hover .icon {
          color: #75bee9; }
        .cd-primary-nav #primary #audience-menu .info-for:hover .icon-angle-down {
          color: #f1f1f1; }
        .cd-primary-nav #primary #audience-menu .info-for.active {
          transition: all 0.4s ease; }
          .cd-primary-nav #primary #audience-menu .info-for.active:before {
            content: 'See Less'; }
          .cd-primary-nav #primary #audience-menu .info-for.active .icon-users8 {
            color: #003b70; }
          .cd-primary-nav #primary #audience-menu .info-for.active .icon-angle-down {
            color: #f1f1f1;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
          .cd-primary-nav #primary #audience-menu .info-for.active .icon-dots-three-horizontal {
            color: #003b70;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
          .cd-primary-nav #primary #audience-menu .info-for.active .icon.icon-plus10 {
            display: none; }
          .cd-primary-nav #primary #audience-menu .info-for.active .icon.icon-minus10 {
            display: block; }
        .cd-primary-nav #primary #audience-menu .info-for span {
          font-size: 1.5rem; }
        .cd-primary-nav #primary #audience-menu .info-for .icon-users8 {
          color: #badef4;
          font-size: 1.5rem;
          width: 50px;
          display: inline-block;
          display: block;
          position: absolute;
          left: .5rem;
          top: 10px; }
        .cd-primary-nav #primary #audience-menu .info-for .icon-caret-down {
          font-size: 1.25rem;
          position: absolute;
          left: 42px;
          top: 22px; }
        .cd-primary-nav #primary #audience-menu .info-for .icon {
          color: #75bee9;
          display: block;
          position: absolute;
          right: 0;
          top: 17px;
          font-size: .75rem;
          transition: all 0.4s ease; }
          .cd-primary-nav #primary #audience-menu .info-for .icon.icon-plus10 {
            display: block; }
          .cd-primary-nav #primary #audience-menu .info-for .icon.icon-minus10 {
            display: none; }
        .cd-primary-nav #primary #audience-menu .info-for .icon-dots-three-horizontal {
          color: #badef4;
          display: block;
          position: absolute;
          right: 1rem;
          top: 13px;
          font-size: 1.25rem;
          transition: all 0.4s ease; }
      .cd-primary-nav #primary #audience-menu .menu-audience {
        list-style-type: none;
        margin: 1rem 0 0 0;
        -moz-column-count: 2;
        -moz-column-gap: 1rem;
        -webkit-column-count: 2;
        -webkit-column-gap: 1rem;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        text-align: center; }
        .cd-primary-nav #primary #audience-menu .menu-audience.show {
          display: none;
          margin: 0; }
        .cd-primary-nav #primary #audience-menu .menu-audience li a {
          color: #FFFFFF;
          display: inline-block;
          font-size: 1rem;
          font-weight: 300;
          padding: .5rem 0 1rem 0;
          width: 100%; }
          .cd-primary-nav #primary #audience-menu .menu-audience li a.hover, .cd-primary-nav #primary #audience-menu .menu-audience li a.focus, .cd-primary-nav #primary #audience-menu .menu-audience li a:hover, .cd-primary-nav #primary #audience-menu .menu-audience li a:focus {
            outline: none;
            color: #f6f6f6;
            background-color: rgb(114, 14, 26);
            border-radius: 5px;
            transition: all 0.4s ease; }
  .cd-primary-nav #secondary {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0rem;
    padding: 0;
    transition: all 0.4s ease;
    /* Links */ }
    .cd-primary-nav #secondary:before {
      transition: all 0.25s ease;
      opacity: 0;
      content: 'Scroll for More';
      text-align: center;
      position: absolute;
      font-weight: 500;
      top: 0;
      left: 0;
      width: 100%;
      height: 30px;
      line-height: 30px;
      font-size: .625rem;
      background: linear-gradient(45deg, gainsboro 0%, gainsboro 100%);
      letter-spacing: 1px;
      text-transform: uppercase;
      color: rgb(114, 14, 26); }
    .cd-primary-nav #secondary.scrolling:before {
      opacity: 1;
      top: -30px; }
    .cd-primary-nav #secondary .links {
      display: inline-block;
      text-align: center; }
      .cd-primary-nav #secondary .links a {
        color: #FFFFFF;
        border-right: 3px solid #2c2c2c;
        font-size: 0.6875rem;
        padding: 1.25rem 0;
        display: inline-block;
        font-weight: normal;
        letter-spacing: 1px;
        padding: 0.5rem 0;
        text-transform: uppercase;
        font-family: 'rawline', sans-serif;
        width: 100%; }
        .cd-primary-nav #secondary .links a.hover, .cd-primary-nav #secondary .links a.focus, .cd-primary-nav #secondary .links a:hover, .cd-primary-nav #secondary .links a:focus {
          outline: none;
          background: linear-gradient(45deg, rgb(74, 11, 18) 0%, rgb(105, 21, 30) 100%); }
      .cd-primary-nav #secondary .links:last-child a {
        border: none; }
      .cd-primary-nav #secondary .links .icon {
        pointer-events: none;
        display: block;
        font-size: 1.5rem;
        color: #FFFFFF;
        margin-bottom: .5rem;
        width: 45px;
        margin: auto;}
        .cd-primary-nav #secondary .links .icon:focus {
          outline: none;
          background: none; }
      .cd-primary-nav #secondary .links .text {
        pointer-events: none;
        display: inline;
        line-height: 1; }
        .cd-primary-nav #secondary .links .text:focus {
          outline: none;
          background: none; }
    .cd-primary-nav #secondary #nav-cta {
      margin: 0;
      padding: 0;
      border: none;
      background: linear-gradient(45deg, rgb(128,20,32) 0%, rgb(128,20,32) 100%); }

body .nav-bg {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .4s ease;
  visibility: hidden; }

body.menu-is-open .nav-bg {
  opacity: 1;
  visibility: visible;
  z-index: 1; }

/* XSmall Up // up to 480pxâ€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (max-width: 30em) {
  #peace.home .nav-top + .secondary-nav-fixed {
    margin-top: 367px; } 
	
	#header-nav-wrapper {
		height: 60px;
	}
	.searchmobile.is-visible2 {
		display: block;
	}
	.searchmobile {
		display: none;
	}
	
}

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  /* TEMP */
  .school-site nav.nav-top.fixed, .department nav.nav-top.fixed {
    top: 50px; }
  .school-site nav.nav-top.slide-up, .department nav.nav-top.slide-up {
    transition: -webkit-transform .5s;
    transition: transform .5s; }
  .school-site nav.nav-top.nav-top-scrolled, .department nav.nav-top.nav-top-scrolled {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  #peace.home .nav-top + .secondary-nav-fixed {
    margin-top: 365px; }
  #header-nav-wrapper + div, div.home-slider-container {
    margin-top: 60px; }
  /* SEARCH PLUGIN */
  .sb-search {
    width: 0%;
    min-width: 113px;
    overflow: visible;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    margin-top: 5px;}
  .sb-search form {
    color: #FFFFFF;
    background: transparent; }
  input.sb-search-input {
    background: transparent;
    color: #FFFFFF; }
  .sb-search-input::-webkit-input-placeholder {
    color: #FFFFFF; }
  .sb-search-input:-moz-placeholder {
    color: #FFFFFF;
    opacity: 1 !important; }
  .sb-search-input::-moz-placeholder {
    color: #FFFFFF;
    opacity: 1 !important; }
  .sb-search-input:-ms-input-placeholder {
    color: #FFFFFF; }
  .sb-search-input:focus::-webkit-input-placeholder, .sb-search-open .sb-search-input::-webkit-input-placeholder {
    color: rgb(128,20,32) }
  .sb-search-input:focus:-moz-placeholder, .sb-search-open .sb-search-input:-moz-placeholder {
    color: rgb(128,20,32) }
  .sb-search-input:focus::-moz-placeholder, .sb-search-open .sb-search-input::-moz-placeholder {
    color: rgb(128,20,32) }
  .sb-search-input:focus:-ms-input-placeholder, .sb-search-open .sb-search-input:-ms-input-placeholder {
    color: rgb(128,20,32) }
  .sb-icon-search,
  .sb-search-submit {
    width: 140px; }
  .search-help {
    margin-top: 50px;
    width: 0%;
    min-width: 140px;
    color: #FFFFFF;
    padding: 1rem;
    background-color: #646469;
    overflow: visible;
    position: absolute;
    right: 0;
    opacity: 0;
    transition: width 0.3s; }
    .search-help h3 {
      color: #FFFFFF;
      font-wieght: 600;
      margin-bottom: .5rem; }
    .search-help .skip {
      color: #FFFFFF !important;
      padding: 0;
      background: transparent; }
    .search-help ul {
      list-style: none;
      margin-top: .5rem;
      padding: .25rem;
      overflow: auto; }
      .search-help ul li {
        float: left;
        width: 50%; }
        .search-help ul li a {
          color: #FFFFFF;
          display: block;
          padding: .25rem;
          line-height: 1.75; }
          .search-help ul li a:hover {
            color: #e4e4e4; }
  .sb-search.sb-search-open + .search-help {
    visibility: visible;
    width: 150%;
    margin-right: -50%;
    opacity: 1; }
  .is-hidden .sb-search.sb-search-open + .search-help {
    visibility: hidden; }
  /* Search Trigger */
  .search-trigger {
    background: transparent;
    text-align: right;
    padding: 0.875rem 1rem; }
    .search-trigger .cd-search-icon,
    .search-trigger .cd-search-text {
      color: #FFFFFF; }
  #header-nav-wrapper {
    height: 60px; }
  .cd-primary-nav {
    padding-top: 0;
    margin-top: 50px;
    background-color: rgb(38, 38, 38);
    height: calc(100% - 50px);
    width: 520px;
    right: 0;
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* PRIMARY */
    /* SECONDARY */ }
    .cd-primary-nav:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      /*background: linear-gradient(-240deg, transparent 50%, #003b70 0%) repeat scroll 0 0 transparent;*/
      background-color: rgb(38, 38, 38);
      position: absolute;
      opacity: .15;
      z-index: -1; }
    .cd-primary-nav > .row {
      height: calc(100% - 75px); }
    .cd-primary-nav #primary {
      padding-right: 2rem;
      padding-left: 2rem; }
      .cd-primary-nav #primary ul.menu-main li a {
        position: relative; }
        .cd-primary-nav #primary ul.menu-main li a .icon {
          display: block;
          position: absolute;
          right: 0.9375rem;
          top: 9px;
          color: #badef4; }
      .cd-primary-nav #primary #mainlinks {
        margin-top: 1rem; }
        .cd-primary-nav #primary #mainlinks:before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          left: 0;
          position: absolute; }
      .cd-primary-nav #primary #torero-links h2, .cd-primary-nav #primary #audience-menu h2 {
        font-size: 1rem; }
      .cd-primary-nav #primary #torero-links {
        margin-top: .5rem;
        margin-bottom: 2rem; }
        .cd-primary-nav #primary #torero-links .resources-slider {
          margin: 0; }
          .cd-primary-nav #primary #torero-links .resources-slider .resource {
            width: 20%;
            margin-bottom: .5rem; }
            .cd-primary-nav #primary #torero-links .resources-slider .resource:nth-child(9) {
              margin-left: 0; }
      .cd-primary-nav #primary #audience-menu {
        display: block;
        margin-bottom: 0; }
        .cd-primary-nav #primary #audience-menu .info-for {
          letter-spacing: 1px;
          list-style-type: none;
          line-height: 1.2; }
        .cd-primary-nav #primary #audience-menu .menu-audience {
          -moz-column-count: 3;
          -moz-column-gap: 0.5rem;
          -webkit-column-count: 3;
          -webkit-column-gap: 0.5rem;
          -webkit-column-count: 3;
          -moz-column-count: 3;
          column-count: 3;
          -webkit-column-gap: 0.5rem;
          -moz-column-gap: 0.5rem;
          column-gap: 0.5rem; }
          .cd-primary-nav #primary #audience-menu .menu-audience li a {
            padding: .5rem 0 .5rem 0;
            text-align: center; }
    .cd-primary-nav #secondary {
      width: 520px;
      bottom: 0;
      /* Links */ }
      .cd-primary-nav #secondary:before {
        height: 40px;
        line-height: 40px;
        font-size: 1rem; }
      .cd-primary-nav #secondary.scrolling:before {
        top: -40px; }
      .cd-primary-nav #secondary .links a {
        font-size: 0.875rem;
        padding: .5rem 0; }
      .cd-primary-nav #secondary .links .icon {
        font-size: 2rem;
        width: 45px;
        margin: auto;}
    .cd-primary-nav #campaign {
      position: fixed;
      text-align: center;
      bottom: 0px;
      width: 100%; }
      .cd-primary-nav #campaign .logo-only {
        width: 29%; }
      .cd-primary-nav #campaign img {
        padding: 1.5rem 0; }
  #open-overlay {
    /* open the overlay */
    display: none; } }

/* Large Up -â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  .school-site nav.nav-top, .department nav.nav-top {
    height: 79px; }
  .nav-top ~ .secondary-nav-fixed {
    margin-top: 79px; }
  #peace.home .nav-top + .secondary-nav-fixed {
    margin-top: 480px; }
  #header-nav-wrapper .header {
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    #header-nav-wrapper .header .is-fixed {
      /* when the user scrolls down, we hide the header right above the viewport */
      background-color: rgba(2, 23, 37, 0.96);
      top: -50px;
      position: fixed;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    #header-nav-wrapper .header .is-visible {
      /* if the user changes the scrolling direction, we show the header */
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    #header-nav-wrapper .header .menu-is-open {
      /* add a background color to the header when the navigation is open */
      background-color: rgba(2, 23, 37, 0.96); }
  #header-nav-wrapper .logo img {
    height: 60px;
    padding: 0; }
  #header-nav-wrapper .cd-primary-nav-trigger {
    bottom: auto; }
  .cd-primary-nav {
    /* Primary */
    /* Secondary */ }
    .cd-primary-nav #primary #torero-links .resource .icon {
      min-width: 80px; }
    .cd-primary-nav #secondary #campaign img {
      width: 70%; } }

/* XLarge Up -â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 64.063em) {
  #peace.home .nav-top + .secondary-nav-fixed {
    margin-top: 610px; }
  .sb-search.sb-search-open + .search-help {
    width: 125%;
    margin-right: -25%; }
  header #main-menu {
    position: absolute;
    left: auto;
    right: 0; }
  header #main-search {
    position: absolute; }
  .cd-primary-nav {
    width: 600px;
    /* Primary */ }
    .cd-primary-nav #primary ul.menu-main li a {
      padding: 0.5rem 0.9375rem; }
      .cd-primary-nav #primary ul.menu-main li a .icon {
        top: 21px; }
    .cd-primary-nav #primary ul.menu-main li p {
      display: block;
      color: #badef4;
      font-weight: 300;
      font-size: 1rem;
      margin: 0;
      padding-right: 70px;
      text-transform: none;
      letter-spacing: normal; }
    .cd-primary-nav #secondary {
      width: 600px; } }

/* XXLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 90.063em) {
  #peace.home .nav-top + .secondary-nav-fixed {
    margin-top: 740px; }
  .search-help {
    margin-top: 60px; }
  .department nav.nav-top.fixed {
    top: 60px; }
  .school-site nav.nav-top.fixed {
    top: 60px; }
  .school-site nav.nav-top.slide-up {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    top: 60px !important; }
    .school-site nav.nav-top.slide-up.nav-top-scrolled {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px); }
  #header-nav-wrapper + div {
    margin-top: 60px; }
  #header-nav-wrapper {
    height: 60px; }
    #header-nav-wrapper .header .wrapper {
      height: 60px; }
    #header-nav-wrapper .logo {
      height: 60px; }
      #header-nav-wrapper .logo a img {
        max-height: 65px;
        height: 65px; }
  .cd-primary-nav-trigger .cd-menu-text {
    line-height: 50px; }
  .sb-search {
    min-width: 125px;
    margin-top: 1px; }
  .cd-primary-nav-trigger {
     margin-top: 0px; 
  }
    .sb-search form {
      height: 60px; }
      .sb-search form:before {
        height: 60px;
        line-height: 60px; }
  .sb-icon-search {
    height: 60px;
    line-height: 60px; }
    .sb-icon-search:before {
      height: 60px; }
  input.sb-search-input {
    height: 60px;
    font-size: 13px;
    font-weight: 600; }
  #site-menu {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 81.25rem; }
  .cd-primary-nav {
    margin-top: 60px;
    /* SECONDARY */ }
    .cd-primary-nav > .row {
      overflow-y: scroll;
      height: calc(100% - 85px); }
    .cd-primary-nav #primary ul.menu-main {
      font-size: 2rem; }
      .cd-primary-nav #primary ul.menu-main li a {
        padding: .625rem 0.9375rem; }
        .cd-primary-nav #primary ul.menu-main li a .icon {
          top: 21px; }
    .cd-primary-nav #secondary {
      bottom: 10px; }
      .cd-primary-nav #secondary #nav-cta {
        border: none; }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; } }

/* -------------------------------------------- HEIGHT */
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
  .device .cd-primary-nav > .row {
    height: 100%; }
  .device .cd-primary-nav.is-visible {
    overflow-y: scroll; }
  .device .cd-primary-nav #secondary {
    position: relative; }
    .device .cd-primary-nav #secondary:before {
      opacity: 1;
      top: -30px; } }

.off-canvas-wrap {
  margin-bottom: 0 !important; }

.left-off-canvas-menu {
  background-color: #f6f6f6;
  border-bottom: 1px solid #dddddd;
  position: absolute;
  top: 0; }

#nav-side {
  margin: 1rem 0; }
  #nav-side .accordion .accordion-navigation > a,
  #nav-side .accordion .accordion dd > a {
    background: none !important;
    border-bottom: none;
    color: #646469 !important; }
    #nav-side .accordion .accordion-navigation > a.open,
    #nav-side .accordion .accordion dd > a.open {
      color: #0074c8 !important;
      font-weight: 600; }
  #nav-side ul li .icon {
    display: none;
    /* test */ }

nav#nav-side ul {
  list-style-type: none;
  margin-left: 0 !important;
  text-indent: 0; }
  nav#nav-side ul .accordion {
    margin-bottom: 0 !important; }
  nav#nav-side ul li {
    border-bottom: 1px solid #dddddd; }
    nav#nav-side ul li ul {
      background-color: #FFFFFF;
      padding: 0 1rem; }
      nav#nav-side ul li ul li {
        border-bottom: none; }
    nav#nav-side ul li a {
      border-bottom: none;
      color: #646469;
      display: block;
      line-height: 1.25;
      padding: 0.5rem 0.25rem 0.5rem 0.5rem; }
      nav#nav-side ul li a.open {
        background-color: #FFFFFF;
        color: #0074c8 !important;
        font-weight: 600; }
      nav#nav-side ul li a ul {
        padding-bottom: 0.5rem;
        padding-right: 0.35rem; }
    nav#nav-side ul li:hover {
      background-color: #f6f6f6; }

ul.off-canvas-list {
  border-bottom: 1px solid #dddddd; }
  ul.off-canvas-list li {
    border-top: 1px solid #dddddd;
    font-size: 1.125rem;
    line-height: 1.4;
    position: relative; }
    ul.off-canvas-list li a {
      transition-duration: 0.125s;
      border: none;
      border-left: 7px solid #eeeeee;
      border-right: 1px solid #ccc;
      color: #2c2c2c;
      font-weight: 300;
      margin-right: 3rem;
      padding: 0.75rem; }
      ul.off-canvas-list li a.open {
        transition-duration: 0.125s;
        color: #0074c8;
        font-weight: 600; }
        ul.off-canvas-list li a.open + span + ul {
          display: block; }
      ul.off-canvas-list li a:hover {
        background-color: transparent;
        color: #0074c8 !important; }
      ul.off-canvas-list li a.active {
        border-left: 7px solid #0074c8; }
        ul.off-canvas-list li a.active:hover {
          font-weight: 600; }
    ul.off-canvas-list li .icon {
      color: #0074c8;
      padding: 1rem;
      position: absolute;
      right: 0.125rem;
      top: 0; }
      ul.off-canvas-list li .icon.icon-plus5 {
        font-size: 1.125rem; }
      ul.off-canvas-list li .icon.icon-minus5 {
        font-size: 0.75rem; }
    ul.off-canvas-list li ul {
      border: none;
      border-top: 1px solid #dddddd;
      display: none;
      margin-left: 0;
      padding-left: 1.25rem; }
      ul.off-canvas-list li ul li {
        border: none;
        font-size: 1rem;
        font-weight: 300;
        margin-right: 0; }
        ul.off-canvas-list li ul li a {
          border: none;
          color: #2c2c2c;
          padding: 0.75rem 0 0.75rem 0.75rem; }
          ul.off-canvas-list li ul li a.open {
            border: none;
            color: #0074c8; }
            ul.off-canvas-list li ul li a.open + ul {
              display: block; }
          ul.off-canvas-list li ul li a:hover {
            background-color: transparent;
            color: #2c2c2c; }
          ul.off-canvas-list li ul li a.active {
            border-left: none; }
        ul.off-canvas-list li ul li .icon {
          color: #838387; }
        ul.off-canvas-list li ul li ul {
          border: none; }
          ul.off-canvas-list li ul li ul li a {
            padding: 0.75rem 0 0.75rem 0.75rem; }

.move-right,
.exit-off-canvas {
  box-shadow: none !important; }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  #nav-side {
    position: relative; } }

/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  #nav-side {
    background: transparent;
    padding-right: 0.25rem; }
  #nav-side ul {
    border-top: 1px solid #dddddd;
    padding: 0; }
    #nav-side ul li a {
      font-size: 1rem !important;
      font-weight: 400; }
      #nav-side ul li a.open + span + ul {
        border-top: none; }
  /*
    .nav {
        &.open .toggle {
            display: none;
        }
        .nav-dropdown {
            max-height: 100%;
            overflow: visible;
            transition: none !important;
            .main-nav {
                height: auto;
                transition: none !important;
                overflow: visible;
                left: 0;
                .main-nav-header {
                    display: none;
                }
                ul {
                    background-color: $white;
                    &.menu {
                        position: static;
                    }
                    li {
                        .expanded, &:first-child {
                            color: $founders;
                            background-position: left;
                            background-size: 6px 9px;
                            a {
                                color: $founders;
                                font-size: 1rem !important;
                            }
                            ul {
                                color: $gray;
                            }
                        }
                    }
                    ul {
                        margin-bottom: 0 !important;
                        box-shadow: none;
                        li {
                            &.main-nav-menu-title {
                                display: none;
                            }
                            ul {
                                background-color: $white;
                                padding: 0;
                                margin: 0;
                                float: left;
                                box-shadow: none;

                            }
                        }
                    }
                }
            }
        }
    }  */ }

/* top nav shared styling */
.nav-top {
  background-color: #f6f6f6;
  display: block;
  position: relative;
  z-index: 3;
  /* Fixed top nav when scrolling */ }
  .nav-top.nav-top-scrolled {
    position: fixed;
    top: 0;
    width: 100%; }
    .nav-top.nav-top-scrolled + .off-canvas-wrap {
      margin-bottom: 75px;
      top: 75px; }
  .nav-top .row {
    border-top: 5px solid #0074c8;
    border-bottom: 1px solid #dddddd; }
  .nav-top .navigation {
    padding: 0; }
    .nav-top .navigation p.more {
      background-color: #f6f6f6;
      margin-bottom: 0;
      padding: 0 0 0 40px;
      min-height: 58px;
      line-height: 58px;
      margin-top: 0; }
      .nav-top .navigation p.more span.nav-more {
        display: none; }
      .nav-top .navigation p.more a#toggle-top-nav {
        color: #646469;
        display: block !important;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.375;
        padding: 1.125rem 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%; }
        .nav-top .navigation p.more a#toggle-top-nav:hover {
          color: #0074c8; }
        .nav-top .navigation p.more a#toggle-top-nav .icon {
          margin-left: 0.25rem; }
    .nav-top .navigation .greedy-nav ul li a:hover, .nav-top .navigation .greedy-nav ul li a:focus {
      color: #0074c8;
      /* top nav link hover color */ }

/* Return to parent link (i.e. sites with separate navs like IPJ, Ahler's) */
p.parent {
  background-color: #e4e4e4;
  color: #838387;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0.5rem 0.25rem 0.5rem 1rem; }
  p.parent a {
    color: #646469; }
    p.parent a:hover {
      color: #0074c8; }
  p.parent .icon {
    font-size: 0.675rem;
    margin-right: 0.125rem; }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  .nav-top {
    /* Navigation */ }
    .nav-top .navigation {
      min-height: 100%;
      padding-left: 0;
      padding-right: 0;
      position: relative; }
      .nav-top .navigation p.more {
        padding-right: 1rem;
        padding-left: 0;
        position: absolute;
        right: 0;
        z-index: 2; }
        .nav-top .navigation p.more span.nav-more {
          display: inline; }
        .nav-top .navigation p.more a:after {
          content: '';
          display: block;
          width: 50px;
          height: 100%;
          position: absolute;
          top: 0;
          left: -50px;
          background: linear-gradient(300deg, #f6f6f6 50%, transparent 0%) repeat scroll 0 0 transparent; }
    .nav-top ul {
      margin: 0 !important; }
      .nav-top ul li {
        display: inline-block;
        font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", "Times New Roman", serif; } }

/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  .nav-top {
    background-color: #FFFFFF;
    /* Navigation */ }
    .nav-top .navigation p.more {
      display: none; }
      .nav-top .navigation p.more span.nav-more {
        display: none; }
    .nav-top .navigation .greedy-nav {
      position: relative;
      min-width: 250px;
      visibility: hidden; }
      .nav-top .navigation .greedy-nav ul {
        padding: 0 0 0 2rem;
        line-height: 73px;
        min-height: 73px;
        z-index: 0; }
        .nav-top .navigation .greedy-nav ul li {
          display: inline-block;
          font-size: 1.125rem; }
          .nav-top .navigation .greedy-nav ul li a {
            color: #646469;
            padding: 0 0.75rem;
            display: block;
            background: #FFFFFF;
            font-size: 1.15rem;
            text-decoration: none;
            white-space: nowrap; }
      .nav-top .navigation .greedy-nav button {
        position: absolute;
        height: 44px;
        right: 0.5rem;
        padding: 0 1.2rem 0 2.75rem;
        border: 0;
        outline: none;
        background-color: #dddddd;
        color: #2c2c2c !important;
        cursor: pointer;
        overflow: visible;
        margin: 0;
        border-radius: 999rem;
        top: 14px;
        font-size: 1rem;
        font-weight: normal; }
        .nav-top .navigation .greedy-nav button:hover {
          background-color: #2c2c2c;
          color: #FFFFFF !important; }
          .nav-top .navigation .greedy-nav button:hover::after {
            -webkit-transform: scale(1.075);
            transform: scale(1.075); }
        .nav-top .navigation .greedy-nav button::after {
          content: attr(count);
          position: absolute;
          width: 30px;
          height: 30px;
          left: 8px;
          top: 7px;
          text-align: center;
          background-color: #3390d3;
          color: #FFFFFF;
          font-size: 1rem;
          line-height: 1.6;
          border-radius: 50%;
          border: 3px solid #FFFFFF;
          font-weight: bold; }
      .nav-top .navigation .greedy-nav .visible-links {
        display: inline-table !important; }
        .nav-top .navigation .greedy-nav .visible-links li {
          display: table-cell; }
      .nav-top .navigation .greedy-nav .hidden-links {
        border: 1px solid #dddddd;
        padding-left: 0;
        position: absolute;
        right: .5rem;
        top: 100%;
        text-align: right;
        min-height: auto; }
        .nav-top .navigation .greedy-nav .hidden-links:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #dddddd;
          position: absolute;
          top: -10px;
          right: 40px; }
        .nav-top .navigation .greedy-nav .hidden-links li {
          display: block;
          line-height: 2.75; }
          .nav-top .navigation .greedy-nav .hidden-links li a {
            background: #f6f6f6;
            padding: 0 1.5rem; }
      .nav-top .navigation .greedy-nav .hidden {
        visibility: hidden; }
  /* Return to parent link (i.e. sites with separate navs like IPJ, Ahler's) */
  p.parent {
    background-color: #f6f6f6;
    padding-left: 0.5rem; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 64.063em) {
  body#admissions.home nav.nav-top {
    border-top: 5px solid #0074c8;
    border-bottom: 1px solid #dddddd !important;
    background-color: #FFFFFF; }
    body#admissions.home nav.nav-top .row {
      border-bottom: 0 none;
      border-top: 0 none; }
  .nav-top {
    /* Navigation */ }
    .nav-top .navigation .greedy-nav ul {
      min-height: 73px;
      line-height: 73px; }
      .nav-top .navigation .greedy-nav ul li a {
        font-size: 1.25rem;
        padding: 0 0.675rem; } }

/* -------------------------------------------- XSMALL */
.school-site .nav-top {
  border-top-width: 5px;
  border-top-style: solid;
  border-bottom: 1px solid #dddddd !important;
  background-color: #FFFFFF; }
  .school-site .nav-top .row {
    border-top: 0 none;
    border-bottom: 0 none; }

/* Two Liners */
#cas .nav-top {
  border-top-color: #00a499; }
  #cas .nav-top .site-name {
    background-color: #00a499; }
    #cas .nav-top .site-name:after {
      background: linear-gradient(-240deg, #00a499 50%, transparent 0%) repeat scroll 0 0 transparent; }
    #cas .nav-top .site-name .school {
      display: block; }

#cas .greedy-nav button::after {
  background-color: #00a499 !important; }

#engineering .nav-top {
  border-top-color: #c25219; }
  #engineering .nav-top .site-name {
    background-color: #c25219; }
    #engineering .nav-top .site-name:after {
      background: linear-gradient(-240deg, #c25219 50%, transparent 0%) repeat scroll 0 0 transparent; }
    #engineering .nav-top .site-name .school {
      display: block; }

#engineering .greedy-nav button::after {
  background-color: #c25219 !important; }

#peace .nav-top {
  border-top-color: #5a2b81; }
  #peace .nav-top .site-name {
    background-color: #5a2b81; }
    #peace .nav-top .site-name:after {
      background: linear-gradient(-240deg, #5a2b81 50%, transparent 0%) repeat scroll 0 0 transparent; }
    #peace .nav-top .site-name .school {
      display: block; }
  #peace .nav-top .greedy-nav button::after {
    background-color: #5a2b81 !important; }

#soles .nav-top {
  border-top-color: #91cbed; }
  #soles .nav-top .site-name {
    background-color: #91cbed; }
    #soles .nav-top .site-name:after {
      background: linear-gradient(-240deg, #91cbed 50%, transparent 0%) repeat scroll 0 0 transparent; }
    #soles .nav-top .site-name a, #soles .nav-top .site-name a:hover {
      color: #000000; }
    #soles .nav-top .site-name h1, #soles .nav-top .site-name p {
      color: #000000; }

#soles .greedy-nav button::after {
  background-color: #75bee9 !important; }

/* One Liners */
#business .nav-top {
  border-top-color: #eeaa2b; }
  #business .nav-top .site-name {
    background-color: #eeaa2b; }
    #business .nav-top .site-name:after {
      background: linear-gradient(-240deg, #eeaa2b 50%, transparent 0%) repeat scroll 0 0 transparent; }
    #business .nav-top .site-name a, #business .nav-top .site-name a:hover {
      color: #2c2c2c; }
    #business .nav-top .site-name h1, #business .nav-top .site-name p {
      color: #2c2c2c;
      font-size: 1.25rem; }

#business .greedy-nav button::after {
  background-color: #eeaa2b !important; }

#law .nav-top {
  border-top-color: #33628d; }
  #law .nav-top .site-name {
    background-color: #33628d; }
    #law .nav-top .site-name:after {
      background: linear-gradient(-240deg, #33628d 50%, transparent 0%) repeat scroll 0 0 transparent; }
    #law .nav-top .site-name h1, #law .nav-top .site-name p {
      font-size: 1.25rem; }

#law .greedy-nav button::after {
  background-color: #33628d !important; }

body.graduate .nav-top {
  border-top-width: 5px;
  border-top-style: solid;
  border-bottom: 1px solid #dddddd !important;
  background-color: #FFFFFF; }
  body.graduate .nav-top .row {
    border-top: 0 none;
    border-bottom: 0 none; }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  /*  One Liners */
  #business .nav-top .site-name h1, #business .nav-top .site-name p {
    font-size: 1.5rem; }
  #law .nav-top .site-name h1, #law .nav-top .site-name p {
    font-size: 1.5rem; }
  /* Two Liners */
  #cas .nav-top .site-name h1, #cas .nav-top .site-name p {
    font-size: 1.25rem;
    font-weight: 700 !important; }
    #cas .nav-top .site-name h1 .of, #cas .nav-top .site-name p .of {
      font-weight: 700 !important; }
  #engineering .nav-top .site-name h1, #engineering .nav-top .site-name p {
    font-size: 1.25rem; }
  #peace .nav-top .site-name h1, #peace .nav-top .site-name p {
    font-size: 1.25rem; }
  #soles .nav-top .site-name h1, #soles .nav-top .site-name p {
    font-size: 1.25rem; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* -------------------------------------------- XSMALL */
/* top nav shared styling */
.nav-top .site-name {
  background-color: #0074c8;
  height: 58px;
  padding: 0;
  position: relative;
  z-index: 2; }
  .nav-top .site-name:after {
    content: '';
    background: linear-gradient(-240deg, #0074c8 50%, transparent 0%) repeat scroll 0 0 transparent;
    display: block;
    height: 100%;
    position: absolute;
    right: -50px;
    top: 0;
    width: 50px; }
  .nav-top .site-name a {
    color: #FFFFFF;
    padding: 0 0.5rem 0 1rem;
    /* to vertically align */
    display: block;
    height: 100%; }
    .nav-top .site-name a:hover {
      color: #FFFFFF; }
    .nav-top .site-name a h1,
    .nav-top .site-name a p {
      color: #FFFFFF;
      display: inline-block;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: 2px;
      line-height: 1.2;
      text-transform: uppercase;
      /* to vertically align */
      margin: -2.5px 0 0 0 !important;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      /*
				Short, Business/Law = 1.25rem
				Medium, Default 			= 1rem
				*/ }
      .nav-top .site-name a h1.short,
      .nav-top .site-name a p.short {
        font-size: 1.25rem; }
    .nav-top .site-name a .of {
      font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", "Times New Roman", serif;
      font-style: italic;
      font-weight: 300;
      letter-spacing: 2px;
      margin-right: 0.25rem;
      text-transform: none; }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  .nav-top .site-name h1:after, .nav-top .site-name p:after {
    width: 40px;
    right: -40px; }
  .nav-top .site-name h1.short, .nav-top .site-name p.short {
    font-size: 1.25rem; } }

/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  .nav-top .site-name {
    height: 73px; }
    .nav-top .site-name:after {
      right: -50px;
      width: 50px; }
    .nav-top .site-name h1.short, .nav-top .site-name p.short {
      font-size: 1.5rem !important; }
    .nav-top .site-name h1.medium, .nav-top .site-name p.medium {
      font-size: 1.25rem !important; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 64.063em) {
  .nav-top {
    background-color: transparent;
    border-bottom: 0 none !important; }
    .nav-top .row {
      background-color: #FFFFFF; } }

/* -------------------------------------------- XSMALL */
/*** module components CSS ***/
#content .page-content-wrapper #page-content .carousel h2 {
  background-color: #0074c8;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: 'Scope One', serif; 
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.125rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0.25rem 1rem 0.25rem 1rem;
  text-transform: uppercase;
  font-size: 1rem !important; }

.school-slider > .slick-slider, .home-slider-container > .slick-slider {
  background-color: #646469; }
  .school-slider > .slick-slider .slick-prev, .school-slider > .slick-slider .slick-next, .home-slider-container > .slick-slider .slick-prev, .home-slider-container > .slick-slider .slick-next {
    background: none;
    color: #FFFFFF !important;
    height: 72px;
    width: 44px;
    top: 50%;
    margin-top: -36px;
    margin-bottom: 0; }
    .school-slider > .slick-slider .slick-prev:before, .school-slider > .slick-slider .slick-next:before, .home-slider-container > .slick-slider .slick-prev:before, .home-slider-container > .slick-slider .slick-next:before {
      color: #FFFFFF !important;
      font-size: 1.875rem;
      line-height: 72px;
      font-weight: bold;
      margin: 0 auto;
      display: block; }

.carousel {
  background-color: #fafafa;
  padding: 1.5rem 0.9375rem !important; }
  .carousel ul {
    list-style-type: none !important; }
  .carousel .carousel-item {
    padding-right: .5rem;
    padding-left: .5rem; }
    .carousel .carousel-item img {
      margin-bottom: 0.5rem;
      border: thin solid #eeeeee; }
    .carousel .carousel-item .image-title {
      font-size: 1.5rem;
      line-height: 1.25;
      margin-bottom: 0;
      display: block;
      width: 100%; }
      .carousel .carousel-item .image-title a {
        color: #0074c8 !important; }
    .carousel .carousel-item .caption {
      clear: left;
      color: #646469;
      float: left;
      font-size: 1rem;
      font-style: normal;
      line-height: 1.4;
      padding: 0.25rem 0 1rem; }
    .carousel .carousel-item .icon-play32 {
      font-size: 3rem !important; }
    .carousel .carousel-item > *:last-child {
      margin-bottom: 0; }
  .carousel .slick-list {
    margin: 0 1.5rem !important; }
  .carousel .slick-prev {
    left: 0rem; }
  .carousel .slick-next {
    right: 0rem; }
  .carousel .slick-prev,
  .carousel .slick-next {
    /*@include opacity(255, 255, 255, 0.8);*/
    height: 72px;
    width: 44px;
    top: 50%;
    margin-top: -36px;
    margin-bottom: 0;
    color: #33628d !important; }
  .carousel .slick-prev:hover,
  .carousel .slick-next:hover {
    /*@include opacity(255, 255, 255, 1);*/ }
  .carousel .slick-prev.slick-disabled:hover,
  .carousel .slick-next.slick-disabled:hover {
    /*include opacity(255, 255, 255, 0.8);*/ }
  .carousel .slick-prev:before,
  .carousel .slick-next:before {
    color: #00a499 !important;
    font-size: 1.875rem;
    line-height: 72px;
    font-weight: bold; }
  .carousel.related-news {
    margin: .5rem 0 !important; }

/* Small Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen {
  .carousel .carousel-item .icon-play32 {
    font-size: 3.5rem !important; } }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  .carousel .carousel-item .icon-play32 {
    font-size: 5rem !important; } }

/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.module img + span.caption {
  color: #2c2c2c;
  display: block;
  font-style: italic;
  line-height: 1.2rem;
  padding: 0.75rem 0 1rem; }
  .module img + span.caption a.button {
    font-style: normal; }

.image-module {
  margin-bottom: 1rem; }
  .image-module a {
    display: inline-block; }
  .image-module img {
    border: thin solid #eeeeee; }
  .image-module .image-title {
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 0.5rem 0;
    display: block;
    width: 100%; }
    .image-module .image-title a {
      color: #0074c8 !important; }
  .image-module .caption {
    color: #646469;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.4;
    padding: 0.25rem 0 1rem; }
  .image-module .video-play-center {
    background-color: #646469; }

.medium-6 .image-module img, .medium-4 .image-module img, .medium-3 .image-module img, .medium-2 .image-module img {
  width: 100%; }

/* XSmall Only â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.content-wrapper-inner #content .page-content-wrapper #page-content .icon-module {
  margin: 0.75rem 0;
  font-size: 1.5rem;
  width: 100%;
  transition: all 0.35s;
  position: relative;
  background-size: cover !important; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .overlay {
    width: 100%;
    z-index: 2;
    position: relative; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .overlay.on.no-icon a, .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .overlay.on.no-icon span.wrapper {
    padding-top: 4rem !important; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .overlay.on a, .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .overlay.on span.wrapper {
    background: rgba(0, 0, 0, 0.5) linear-gradient(to bottom, transparent 20%, transparent 49%, rgba(0, 0, 0, 0.74) 99%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0;
    display: block;
    width: 100%; }
    .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .overlay.on a h2, .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .overlay.on span.wrapper h2 {
      text-align: center !important; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .overlay.off {
    background: none; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module:hover .overlay.on a, .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module:hover .overlay.on span.wrapper {
    background: rgba(0, 0, 0, 0.75) linear-gradient(to bottom, transparent 20%, transparent 49%, rgba(0, 0, 0, 0.74) 99%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    opacity: 0;
    transition: opacity 0.35s;
    z-index: 1; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module:hover:before {
    opacity: .2; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module p {
    line-height: 1 !important;
    text-align: center;
    margin-bottom: 0.5rem; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module a, .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .wrapper {
    transition: all 0.35s;
    color: #FFFFFF;
    min-height: 184px;
    padding: 2.25rem 0 2rem 0 !important;
    display: block; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module[style*="border"] a, .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module[style*="border"] .wrapper {
    min-height: 177px;
    padding: 2rem 0 1.75rem 0 !important; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .icon {
    font-size: 4rem; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .title {
    font-size: 1.5rem;
    line-height: 1.2 !important;
    font-weight: 300 !important;
    text-align: center;
    padding-bottom: 0 !important;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 56px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module span.icon {
    font-size: 3rem !important;
    line-height: 1 !important;
    display: block; }

.content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .off.no-icon a, .content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .off.no-icon span.wrapper {
  padding-top: 4rem !important; }

.content-wrapper-inner #content .page-content-wrapper #page-content .icon-module .off.no-icon h2 {
  font-weight: 300 !important; }

.content-wrapper-inner #content .page-content-wrapper #page-content .icon .show-for-sr {
  color: #FFFFFF; }

/* Medium Up */
/* Large Up */
@media only screen and (min-width: 64.063em) {
  .icon-module {
    min-height: 140px; } }

.gallery-slider-container {
  padding: 0 !important; }

.gallery-slider-1col .carousel-item {
  padding: 1rem;
  border: 3px solid #ededed; }

/* Small Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  .gallery-slider-1col .carousel-item {
    padding: 2rem;
    border: 10px solid #ededed; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.categories.row {
  padding: 0 !important; }

.categories .category-item {
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 5px solid white;
  background-color: #fafafa; }
  .categories .category-item h2 {
    font-size: 1.5rem !important;
    padding-top: 0 !important; }
    .categories .category-item h2 a {
      font-family: 'Scope One', serif; 
      font-weight: 300;
      text-decoration: none !important; }
  .categories .category-item h3 {
    font-size: 1.25rem !important;
    color: #2c2c2c !important; }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  .categories.divisible-by-13 .category-item:nth-child(2n+1), .categories.divisible-by-11 .category-item:nth-child(2n+1), .categories.divisible-by-7 .category-item:nth-child(2n+1), .categories.divisible-by-5 .category-item:nth-child(2n+1), .categories.divisible-by-4 .category-item:nth-child(2n+1), .categories.divisible-by-3 .category-item:nth-child(2n+1) {
    /* every odd */
    clear: left; } }

/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  .categories.divisible-by-13 .category-item:nth-child(2n+1), .categories.divisible-by-11 .category-item:nth-child(2n+1), .categories.divisible-by-7 .category-item:nth-child(2n+1), .categories.divisible-by-5 .category-item:nth-child(2n+1), .categories.divisible-by-4 .category-item:nth-child(2n+1), .categories.divisible-by-3 .category-item:nth-child(2n+1) {
    /* every odd */
    clear: left; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 64.063em) {
  .categories.divisible-by-13 .category-item:nth-child(2n+1), .categories.divisible-by-11 .category-item:nth-child(2n+1), .categories.divisible-by-7 .category-item:nth-child(2n+1), .categories.divisible-by-5 .category-item:nth-child(2n+1), .categories.divisible-by-4 .category-item:nth-child(2n+1), .categories.divisible-by-3 .category-item:nth-child(2n+1) {
    /* every odd */
    clear: none; }
  .categories.divisible-by-13 .category-item:nth-child(3n+1), .categories.divisible-by-11 .category-item:nth-child(3n+1), .categories.divisible-by-7 .category-item:nth-child(3n+1), .categories.divisible-by-5 .category-item:nth-child(3n+1), .categories.divisible-by-3 .category-item:nth-child(3n+1) {
    clear: left; }
  .categories.divisible-by-4 .category-item:nth-child(4) {
    /* every 4th */
    clear: none !important; }
  .categories.divisible-by-4 .category-item:nth-child(5) {
    /* every 5th */
    clear: left; }
  .categories.divisible-by-7 .category-item:nth-child(2n+5) {
    clear: none !important; }
  .categories.divisible-by-5 .category-item:nth-child(2n+8) {
    clear: none !important; }
  .categories.divisible-by-13 .category-item:nth-child(2n+11) {
    clear: none !important; } }

#content .page-content-wrapper #page-content .spotlight h2 {
  background-color: #0074c8;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: 'Scope One', serif; 
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.125rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0.25rem 1rem 0.25rem 1rem;
  text-transform: uppercase;
  font-size: 1rem !important; }

.spotlight {
  position: relative;
  margin-bottom: 2rem; }
  .spotlight a {
    display: block;
    position: relative; }
  .spotlight .titles-positioning {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    margin: 1rem;
    text-align: left; }
  .spotlight .title,
  .spotlight .subtitle {
    color: #FFFFFF;
    display: block;
    font-size: 1rem; }
  .spotlight .title {
    font-weight: 300; }
  .spotlight .subtitle {
    font-weight: 600; }

/* Small Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  .spotlight .title,
  .spotlight .subtitle {
    font-size: 1.10rem; } }

/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  .spotlight .title,
  .spotlight .subtitle {
    font-size: 1rem; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 64.063em) {
  .xlarge-4 .spotlight .title,
  .xlarge-4 .spotlight .subtitle {
    font-size: 1rem; }
  .xlarge-6 .spotlight .title,
  .xlarge-6 .spotlight .subtitle {
    font-size: 1.25rem; } }

#content .page-content-wrapper #page-content .mypostings.carousel h2 {
  background-color: #0074c8;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: 'Scope One', serif; 
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.125rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0.25rem 1rem 0.25rem 1rem;
  text-transform: uppercase; }

#content .page-content-wrapper #page-content .module-social-facebook h2,
#content .page-content-wrapper #page-content .module-social-twitter h2,
#content .page-content-wrapper #page-content .module-social-instagram h2 {
  background-color: #0074c8;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: 'Scope One', serif; 
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.125rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0.25rem 1rem 0.25rem 1rem;
  text-transform: uppercase;
  font-size: 1rem !important;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

#content .page-content-wrapper #page-content .module-social-instagram h2 {
  margin-bottom: 0 !important; }

.module-social-facebook #twitter_feed h2,
.module-social-twitter #twitter_feed h2,
.module-social-instagram #twitter_feed h2 {
  display: none; }

.module-social-facebook ul,
.module-social-twitter ul,
.module-social-instagram ul {
  list-style-type: none !important;
  margin: 0; }
  .module-social-facebook ul li,
  .module-social-twitter ul li,
  .module-social-instagram ul li {
    margin: 0 0 1.5rem 0 !important; }

.module-social-facebook p,
.module-social-twitter p,
.module-social-instagram p {
  margin-bottom: 0; }
  .module-social-facebook p.share-feed,
  .module-social-twitter p.share-feed,
  .module-social-instagram p.share-feed {
    border-top: 1px solid #dddddd; }
    .module-social-facebook p.share-feed img,
    .module-social-twitter p.share-feed img,
    .module-social-instagram p.share-feed img {
      display: none; }

.module-social-facebook .timestamp,
.module-social-twitter .timestamp,
.module-social-instagram .timestamp {
  color: #646469; }

.stacked {
  padding: 1rem .625rem !important; }
  .stacked .instafeed div.columns {
    padding: 0 0.325rem 0.625rem; }

.module-social-instagram .slick-slider {
  padding: 1rem 0 !important;
  margin: 0 -0.5rem !important; }

.module-social-instagram .slick-slide {
  padding: 0.5rem; }

/* Xsmall only */
@media only screen and (max-width: 30em) {
  .module-social-instagram .slick-slider {
    margin: 0 !important; }
  .module-social-instagram .slick-slide {
    padding: 0rem; } }

/* Medium Up */
/* Large Up */
@media only screen and (min-width: 48.063em) {
  .large-12 .stacked {
    padding: 1rem .25rem !important; }
    .large-12 .stacked .instafeed div.columns {
      padding: 0 0.625rem 1.325rem; } }

@media only screen and (min-width: 64.063em) {
  .stacked .instafeed div.columns {
    padding: 0 0.625rem 1.325rem; }
  .xlarge-3 .stacked .instafeed div.columns,
  .xlarge-4 .stacked .instafeed div.columns {
    padding: 0 0.325rem 0.625rem; } }

.module-quote {
  margin-top: 1.5rem;
  margin-bottom: 2rem; }
  .module-quote blockquote {
    border: none !important;
    color: #838387 !important;
    font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", "Times New Roman", serif;
    font-size: 1.5rem;
    line-height: 1.25 !important;
    margin: 0 !important;
    padding: 0 !important; }
    .module-quote blockquote .icon {
      background-color: #003b70;
      border-radius: 50%;
      color: #FFFFFF;
      float: left;
      font-size: 2.1rem;
      margin: -1rem 0.75rem 0.25rem -1rem;
      padding: 1.5rem;
      -webkit-shape-outside: circle();
      shape-outside: circle(); }
    .module-quote blockquote .author {
      display: inherit;
      font-style: italic;
      margin-top: 1rem; }
    .module-quote blockquote .show-for-sr {
      color: #FFFFFF !important; }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  .module-quote {
    margin-top: 1rem; } }

/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  .module-quote {
    margin-top: 0; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
#contact-row {
  background-color: #FFFFFF; }

.contact-info {
  margin-top: 2rem !important;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .contact-info .columns {
    padding: 0; }
  .contact-info .contact-heading {
    border-bottom: 3px solid #00a499;
    padding-left: 0; }
    .contact-info .contact-heading h2 {
      box-sizing: border-box;
      background-color: #00a499;
      color: #FFFFFF !important;
      display: block;
      font-family: 'Scope One', serif; 
      font-size: 1.5rem !important;
      font-weight: 300 !important;
      line-height: 2 !important;
      margin: 0 0 0 0 !important;
      padding: 0 0.5rem 0 !important;
      width: 300px;
      position: relative; }
      .contact-info .contact-heading h2:after {
        content: '';
        background: linear-gradient(-300deg, #00a499 50%, transparent 0%) repeat scroll 0 0 transparent;
        display: block;
        height: 100%;
        position: absolute;
        right: -50px;
        top: 0;
        width: 50px; }
  .contact-info .contact-details {
    padding-top: 1rem; }
    .contact-info .contact-details .title {
      font-weight: bold; }
    .contact-info .contact-details p {
      font-weight: 300;
      font-size: 1rem; }
    .contact-info .contact-details .hours p {
      margin-bottom: 0 !important; }
    .contact-info .contact-details .hours table {
      border-bottom: thin solid #e4e4e4;
      margin-bottom: 0; }
      .contact-info .contact-details .hours table tr {
        background-color: #FFFFFF;
        padding: 0; }
        .contact-info .contact-details .hours table tr th, .contact-info .contact-details .hours table tr td {
          background-color: #FFFFFF;
          color: #2c2c2c;
          padding: 0.15rem 0; }
        .contact-info .contact-details .hours table tr th {
          border-bottom: thin solid #e4e4e4;
          border-top: thin solid #e4e4e4;
          font-size: 0.85rem;
          font-weight: normal; }
        .contact-info .contact-details .hours table tr td {
          font-weight: 300; }
    .contact-info .contact-details .hours ul {
      margin: 0 0 0.5rem 0; }
  .contact-info .contact-connect {
    padding-top: 1rem; }
    .contact-info .contact-connect h3 {
      color: #003b70;
      font-size: 1.125rem;
      font-weight: 600;
      border-bottom: 1px solid #646469; }
      .contact-info .contact-connect h3 .lighter {
        font-weight: 300; }
    .contact-info .contact-connect .social-icons {
      display: block; }
      .contact-info .contact-connect .social-icons li {
        float: left;
        list-style: none;
        padding: 0.15rem; }
        .contact-info .contact-connect .social-icons li .icon {
          color: #003b70;
          font-size: 1.75rem !important; }
          .contact-info .contact-connect .social-icons li .icon:hover {
            color: #0074c8; }
  .contact-info .map {
    background-color: #646469;
    margin-bottom: 1rem; }
    .contact-info .map img {
      border-bottom: 6px solid #00a499;
      width: 100%; }
    .contact-info .map .overlay {
      bottom: 2em;
      margin: 0 auto;
      color: #FFFFFF;
      position: absolute;
      text-align: center;
      width: 100%;
      font-weight: 300; }
      .contact-info .map .overlay .icon {
        font-size: 2.5rem; }
      .contact-info .map .overlay p {
        font-size: 1.25rem; }
        .contact-info .map .overlay p a {
          color: #FFFFFF; }
      .contact-info .map .overlay span.show-for-sr {
        color: #FFFFFF; }
  .contact-info p a {
    color: #0074c8; }
    .contact-info p a:hover, .contact-info p a:hover:visited {
      color: #33628d; }
  .contact-info .directory .small {
    font-size: .875rem; }
  .contact-info .directory .icon {
    font-size: 1.5rem; }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  .contact-info {
    padding: 2rem 1rem !important; }
    .contact-info .contact-connect .social-icons li .icon {
      font-size: 1.5rem !important; }
    .contact-info .map .overlay .icon {
      font-size: 2rem !important; }
    .contact-info .map .overlay p {
      font-size: 1rem !important; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 64.063em) {
  .contact-info .contact-connect .button {
    float: right; }
  .contact-info .contact-details .hours {
    padding: 0 0.625rem; }
  .contact-info .map .overlay .icon {
    font-size: 2.5rem !important; }
  .contact-info .map .overlay p {
    font-size: 1.25rem !important; } }

.accordion {
  margin-left: 0;
  margin-bottom: 2rem; }
  .accordion > li {
    margin-left: 0 !important; }
    .accordion > li ul {
      list-style-type: disc; }
  .accordion .accordion-navigation > a,
  .accordion .accordion-navigation > span,
  .accordion .accordion dd > a {
    background: #FFFFFF url("/2015/global/images/icons/accordion-closed.png") 98% center no-repeat !important;
    border-bottom: 1px solid #b1b1b4;
    color: #646469 !important;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 300;
    padding: 0.75rem 3rem 0.75rem 0.75rem;
    transition: background-color 0.4s ease; }
    .accordion .accordion-navigation > a:hover,
    .accordion .accordion-navigation > span:hover,
    .accordion .accordion dd > a:hover {
      background: #f1f1f1 url("/2015/global/images/icons/accordion-closed-hover.png") 98% center no-repeat !important; }
    .accordion .accordion-navigation > a h3,
    .accordion .accordion-navigation > span h3,
    .accordion .accordion dd > a h3 {
      color: #646469 !important; }
  .accordion .accordion-navigation > span {
    display: block; }
  .accordion .accordion-navigation.active h4,
  .accordion .accordion-navigation.active h4,
  .accordion .accordion.active h4 {
    font-weight: 300 !important; }
  .accordion .accordion-navigation.active > a,
  .accordion .accordion-navigation.active > span,
  .accordion .accordion-navigation.active dd > a,
  .accordion .accordion-navigation.active > a,
  .accordion .accordion-navigation.active > span,
  .accordion .accordion-navigation.active dd > a,
  .accordion .accordion.active > a,
  .accordion .accordion.active > span,
  .accordion .accordion.active dd > a {
    background: #f1f1f1 url("/2015/global/images/icons/accordion-open.png") 98% center no-repeat !important;
    font-weight: 600; }
    .accordion .accordion-navigation.active > a h3,
    .accordion .accordion-navigation.active > span h3,
    .accordion .accordion-navigation.active dd > a h3,
    .accordion .accordion-navigation.active > a h3,
    .accordion .accordion-navigation.active > span h3,
    .accordion .accordion-navigation.active dd > a h3,
    .accordion .accordion.active > a h3,
    .accordion .accordion.active > span h3,
    .accordion .accordion.active dd > a h3 {
      font-weight: 600 !important; }
  .accordion .accordion-navigation.active > a,
  .accordion .accordion-navigation.active > span {
    border-bottom: none; }
  .accordion li.accordion-navigation.active {
    border-bottom: 1px solid #ccc;
    background-color: #fafafa;
    padding-bottom: 1rem; }
    .accordion li.accordion-navigation.active div.content {
      display: inline-block;
      margin-bottom: 0;
      background-color: transparent !important;
      padding: 0.75rem;
      width: 100%; }
  .accordion .content h2 {
    font-size: 1.25rem !important; }
  .accordion .content h3 {
    font-size: 1.2rem !important; }
  .accordion .content h4 {
    font-size: 1.15rem !important; }
  .accordion .content h5 {
    text-transform: uppercase; }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  .accordion .content h2 {
    font-size: 1.25rem; }
  .accordion .content h3 {
    font-size: 1.25rem; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/**** tabs styles ****/
.tabs dd a a,
.tabs .tab-title a {
  background: #f6f6f6;
  color: #2c2c2c !important;
  font-size: 1.25rem;
  margin-right: 0.25rem;
  padding: 0.65rem 1.25rem; }

.tabs dd a:first-child,
.tabs .tab-title:first-child {
  margin-left: 0 !important; }

.tabs dd.active a,
.tabs .tab-title.active a {
  background: #00a499;
  font-weight: 700;
  color: #FFFFFF !important; }

.tabs-content {
  border: thin solid #eeeeee; }

.tabs-content > .content {
  padding: 1rem; }

/* -------------------------------------------- XSMALL */
@media only screen and (max-width: 30em) {
  .tabs li {
    margin: 0 !important;
    width: 100%; } }

.statistics.row {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem; }
  .statistics.row ul {
    color: #2c2c2c;
    line-height: 1.15; }
    .statistics.row ul li {
      text-align: center;
      border-right: double #b1b1b4;
      margin: 0 0 0.75rem 0 !important;
      padding: 1.25rem 0.625rem 1.75rem !important; }
      .statistics.row ul li:last-child {
        border-right: none; }
  .statistics.row span.number {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1 !important; }
  .statistics.row span.blurb {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1 !important; }

/* STUDY ABROAD */
#study-abroad #program_api {
  padding: 0; }
  #study-abroad #program_api .row.heading {
    margin: 0; }
  #study-abroad #program_api .row.program-item {
    margin-bottom: 0 !important; }
    #study-abroad #program_api .row.program-item span.program {
      padding-right: 1rem;
      display: inline-block; }
  #study-abroad #program_api ul li a {
    line-height: 1.25 !important;
    padding: 1rem 0;
    width: 100%;
    outline: none; }
    #study-abroad #program_api ul li a span {
      font-size: 1.15rem !important; }
  #study-abroad #program_api ul div.content h3 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #c25219 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    padding-bottom: 0.25rem !important; }
  #study-abroad #program_api ul div.content .data-item:after {
    content: ', '; }
  #study-abroad #program_api ul div.content .data-item:last-child:after {
    content: ''; }
  #study-abroad #program_api ul div.content p {
    font-size: 0.95rem; }
  #study-abroad #program_api ul div.content.active {
    padding-bottom: 0 !important; }
  #study-abroad #program_api ul div.more-info {
    margin-top: 5rem;
    margin-bottom: 0 !important;
    padding: 0 !important; }
    #study-abroad #program_api ul div.more-info .action-container {
      border-left: 2.8rem solid transparent;
      border-bottom: 3rem solid #0074c8;
      padding: 0 !important;
      margin: 0 !important;
      position: absolute;
      bottom: 0;
      right: 0;
      box-sizing: border-box;
      height: 0; }
      #study-abroad #program_api ul div.more-info .action-container .row {
        margin: 0 !important;
        padding: 0; }
    #study-abroad #program_api ul div.more-info a {
      color: #FFFFFF !important;
      display: inline-block;
      font-weight: 300;
      line-height: 1;
      font-size: 0.85rem;
      padding: 0.65rem 0 !important; }
  #study-abroad #program_api .accordion .accordion-navigation.active > a,
  #study-abroad #program_api .accordion .accordion.active dd > a {
    outline: none; }

#study-abroad .content-item {
  background: none;
  padding: 0; }
  #study-abroad .content-item .title {
    color: #0074c8; }

#study-abroad .details table {
  border-collapse: collapse;
  border: solid 1px #ccc; }
  #study-abroad .details table td {
    border: solid 1px #ccc;
    vertical-align: top; }

#study-abroad .details .data-item:after {
  content: ', '; }

#study-abroad .details .data-item:last-child:after {
  content: ''; }

/* -------------------------------------------- MEDIUM */
@media only screen and (min-width: 40.063em) {
  #study-abroad #program_api {
    padding: 0; }
    #study-abroad #program_api .row.heading {
      margin: 1rem !important;
      border-bottom: 2px solid #646469;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: block; }
      #study-abroad #program_api .row.heading .columns {
        padding-bottom: 0.25rem; }
    #study-abroad #program_api div.more-info a {
      font-size: 1rem !important; }
  #study-abroad .content-item {
    background: #00a499 !important;
    padding: 3.5rem 1rem !important; }
    #study-abroad .content-item .title {
      color: #ffffff; } }

/* -------------------------------------------- LARGE */
@media only screen and (min-width: 48.063em) {
  #study-abroad .content-item {
    background: #00a499;
    padding: 2.25rem 1rem; }
    #study-abroad .content-item .title {
      color: #ffffff; } }

/* -------------------------------------------- XLARGE */
@media only screen and (min-width: 64.063em) {
  #study-abroad .content-item {
    background: #00a499;
    padding: 3.5rem 2rem; }
    #study-abroad .content-item .title {
      color: #ffffff; } }

/* -------------------------------------------- XXLARGE */
/* -------------------------------------------- XSMALL */
.content-wrapper-inner #content .page-content-wrapper #page-content .fc .fc-toolbar .fc-button {
  background-color: #f6f6f6;
  border: thin solid #dddddd;
  color: #2c2c2c !important;
  background-image: none; }

.content-wrapper-inner #content .page-content-wrapper #page-content .fc .fc-toolbar .fc-state-active {
  z-index: 2; }

.content-wrapper-inner #content .page-content-wrapper #page-content .fc .fc-scroller {
  overflow-x: auto !important; }

.content-wrapper-inner #content .page-content-wrapper #page-content .fc .fc-head-container {
  border: none; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .fc .fc-head-container table thead tr th {
    color: #2c2c2c;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700; }

.content-wrapper-inner #content .page-content-wrapper #page-content .fc .fc-day-grid-event {
  background-color: transparent !important;
  border: none; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .fc .fc-day-grid-event .circle {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 0.2rem; }

.content-wrapper-inner #content .page-content-wrapper #page-content .fc .fc-other-month {
  background: #f6f6f6 !important; }

.content-wrapper-inner #content .page-content-wrapper #page-content .fc .fc-time {
  margin-left: 0.65rem;
  white-space: pre-wrap !important; }

.content-wrapper-inner #content .page-content-wrapper #page-content .fc h2 {
  font-weight: 700;
  color: #2c2c2c;
  text-transform: uppercase;
  font-size: 1.3rem; }

.content-wrapper-inner #content .page-content-wrapper #page-content .fc table {
  background-color: transparent;
  margin-bottom: 0;
  -webkit-backface-visibility: visible; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .fc table thead {
    background-color: transparent; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .fc table tr {
    background-color: transparent !important; }
    .content-wrapper-inner #content .page-content-wrapper #page-content .fc table tr th {
      background-color: transparent;
      border: none; }

.content-wrapper-inner #content .page-content-wrapper #page-content .fc .fc-content {
  font-size: 0.7rem;
  color: #2c2c2c; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .fc .fc-content .fc-title, .content-wrapper-inner #content .page-content-wrapper #page-content .fc .fc-content .fc-time, .content-wrapper-inner #content .page-content-wrapper #page-content .fc .fc-content .fc-location {
    display: block;
    white-space: normal; }

.content-wrapper-inner #content .page-content-wrapper #page-content .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: left !important;
  font-size: 0.8rem; }

.content-wrapper-inner #content .page-content-wrapper #page-content .fc-unthemed td .fc-today {
  background-color: #e4f2fa !important; }

.select2-results__option .circle, .select2-selection__rendered .circle {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 0.2rem; }

.content-wrapper-inner #content .page-content-wrapper #page-content .module-hours, #contact-row .module-hours {
  background-color: #f1f1f1;
  padding: 1rem;
  margin-bottom: 1rem; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-header, #contact-row .module-hours .module-hours-header {
    border-bottom: 1px solid #ddd; }
    .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-header div, #contact-row .module-hours .module-hours-header div {
      vertical-align: top; }
    .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-header .module-hours-icon, #contact-row .module-hours .module-hours-header .module-hours-icon {
      font-size: 2.2rem; }
    .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-header .module-hours-title, #contact-row .module-hours .module-hours-header .module-hours-title {
      margin-left: 0.7rem; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-header .module-hours-title h3, #contact-row .module-hours .module-hours-header .module-hours-title h3 {
        margin: 0;
        color: #444444;
        font-size: 1.1rem;
        font-weight: 600;
        padding: 0; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-header .module-hours-title p, #contact-row .module-hours .module-hours-header .module-hours-title p {
        font-size: 0.9rem; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container, #contact-row .module-hours .module-hours-item-container {
    margin-top: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #dddddd; }
    .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container:last-of-type, #contact-row .module-hours .module-hours-item-container:last-of-type {
      border-bottom: none; }
    .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .arrow, #contact-row .module-hours .module-hours-item-container .arrow {
      margin-top: 0.05rem;
      width: 7px;
      transition: all 0.5s; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .arrow a, #contact-row .module-hours .module-hours-item-container .arrow a {
        color: #444444; }
        .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .arrow a:focus, #contact-row .module-hours .module-hours-item-container .arrow a:focus {
          outline: none; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .arrow.expand, #contact-row .module-hours .module-hours-item-container .arrow.expand {
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(90deg); }
      .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .arrow + .item, #contact-row .module-hours .module-hours-item-container .arrow + .item {
        margin-left: 15px; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .arrow .view-more, #contact-row .module-hours .module-hours-item-container .arrow .view-more {
        padding: 0;
        margin: 0;
        background-color: transparent;
        color: #444 !important;
        font-size: 1rem; }
    .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .item, #contact-row .module-hours .module-hours-item-container .item {
      font-size: 0.89rem; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .item h4, #contact-row .module-hours .module-hours-item-container .item h4 {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
        color: #444444;
        padding: 0; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .item .today, #contact-row .module-hours .module-hours-item-container .item .today {
        padding: 0.5rem 0;
        font-weight: 600; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .item .day, #contact-row .module-hours .module-hours-item-container .item .day {
        width: 48%; }
        .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .item .day.fullwidth, #contact-row .module-hours .module-hours-item-container .item .day.fullwidth {
          font-weight: 600;
          width: 100%; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .item .hours, #contact-row .module-hours .module-hours-item-container .item .hours {
        width: 48%;
        text-align: right; }
        .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .item .hours.fullwidth, #contact-row .module-hours .module-hours-item-container .item .hours.fullwidth {
          width: 100%;
          text-align: left; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .item .notes, #contact-row .module-hours .module-hours-item-container .item .notes {
        font-weight: normal;
        font-style: italic;
        font-size: .75rem; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .item .hours-list, #contact-row .module-hours .module-hours-item-container .item .hours-list {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        border-top: 1px solid #ddd;
        transition: all 0.5s; }
        .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .item .hours-list.expand, #contact-row .module-hours .module-hours-item-container .item .hours-list.expand {
          opacity: 1;
          visibility: visible; }
        .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .item .hours-list .item, #contact-row .module-hours .module-hours-item-container .item .hours-list .item {
          margin: 0.75rem 0; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .item .view-more, #contact-row .module-hours .module-hours-item-container .item .view-more {
        padding: 0;
        margin: 0;
        background-color: transparent;
        color: #444 !important;
        font-size: 1rem; }
        .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .module-hours-item-container .item .view-more:focus, #contact-row .module-hours .module-hours-item-container .item .view-more:focus {
          outline: none; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours .view-all-hours, #contact-row .module-hours .view-all-hours {
    font-size: 0.89rem;
    font-weight: 600;
    display: block;
    padding-top: 0.8rem;
    border-top: 1px solid #dddddd; }

.content-wrapper-inner #content .page-content-wrapper #page-content .contact-details .module-hours, #contact-row .contact-details .module-hours {
  background-color: transparent;
  padding: 1rem 0; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .contact-details .module-hours .module-hours-header, #contact-row .contact-details .module-hours .module-hours-header {
    padding-bottom: .5rem; }
    .content-wrapper-inner #content .page-content-wrapper #page-content .contact-details .module-hours .module-hours-header .module-hours-icon, #contact-row .contact-details .module-hours .module-hours-header .module-hours-icon {
      display: none; }
    .content-wrapper-inner #content .page-content-wrapper #page-content .contact-details .module-hours .module-hours-header .module-hours-title, #contact-row .contact-details .module-hours .module-hours-header .module-hours-title {
      margin-left: 0; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .contact-details .module-hours .module-hours-header .module-hours-title h3, #contact-row .contact-details .module-hours .module-hours-header .module-hours-title h3 {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.6; }
      .content-wrapper-inner #content .page-content-wrapper #page-content .contact-details .module-hours .module-hours-header .module-hours-title p, #contact-row .contact-details .module-hours .module-hours-header .module-hours-title p {
        font-size: 1rem; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .contact-details .module-hours .module-hours-item-container, #contact-row .contact-details .module-hours .module-hours-item-container {
    margin-top: 0;
    padding-bottom: 0; }

/* -------------------------------------------- LARGE */
@media only screen and (min-width: 48.063em) {
  #contact-row .contact-details .module-hours {
    padding: 1rem 1rem 0 0; } }

/* -------------------------------------------- XLARGE */
@media only screen and (min-width: 64.063em) {
  .content-wrapper-inner #content .page-content-wrapper #page-content .module-hours, #contact-row .module-hours {
    padding: 0.7rem; }
  .content-wrapper-inner #content .page-content-wrapper #page-content .contact-details .module-hours, #contact-row .contact-details .module-hours {
    padding: 0 1rem 0 0; } }

.chart {
  margin-bottom: 3rem; }
  .chart .clearfix {
    clear: both; }
    .chart .clearfix .left,
    .chart .clearfix .right {
      width: 100%; }
  .chart .legend {
    margin-left: 0 !important;
    list-style-type: none !important; }
    .chart .legend li {
      margin-left: 0 !important; }
      .chart .legend li span {
        display: inline-block;
        float: left;
        height: 1rem;
        width: 1rem;
        margin: 5px 5px 0 0 !important;
        pointer-events: none; }
  .chart.chart-doughnut.small .left,
  .chart.chart-doughnut.small .right, .chart.chart-line-stacked.small .left,
  .chart.chart-line-stacked.small .right {
    width: 100%; }
  .chart.chart-doughnut.large .left, .chart.chart-line-stacked.large .left {
    width: 40%; }
  .chart.chart-doughnut.large .right, .chart.chart-line-stacked.large .right {
    width: 60%; }
  .chart.chart-line-stacked ul li:hover {
    cursor: pointer; }
  .chart.chart-line-stacked .line-through {
    text-decoration: line-through;
    color: #9e9e9e; }

/* LISTING */
.directory {
  padding-top: 0;
  /* FILTER */
  /* BIO */ }
  .directory #findpeople #right-filter {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
    background: url("http://www.sandiego.edu/images/directory/directory-department-background.png");
    border: 1px solid #dddddd; }
  .directory #findpeople .sort-by {
    padding: 0 0.5rem 0 0.9375rem;
    margin-bottom: 0.75rem; }
    .directory #findpeople .sort-by a.active {
      text-decoration: none;
      font-weight: 600;
      color: #000000 !important; }
  .directory #findpeople label {
    color: #c25219 !important;
    font-size: 0.875rem !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: dotted 1px #ccc; }
  .directory #findpeople .left-column {
    padding-right: 0 !important; }
  .directory h2 {
    border: 0 none !important;
    color: #003b70 !important;
    font-size: 1.75rem !important;
    font-weight: 600 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important; }
  .directory .listing {
    margin: 0;
    padding: 0 0.5rem !important; }
    .directory .listing h2 {
      line-height: 1.25 !important; }
    .directory .listing .person {
      background-color: transparent;
      border: thin solid #dddddd;
      display: inline-block;
      width: 100%;
      margin: 0.5rem 0 !important; }
      .directory .listing .person .image {
        padding: 0; }
        .directory .listing .person .image img {
          margin-top: 0; }
      .directory .listing .person .bio {
        padding: 0 0.5rem;
        margin-bottom: 1rem;
        text-align: left; }
        .directory .listing .person .bio h3, .directory .listing .person .bio .box-name {
          font-size: 1.25rem;
          color: #646469 !important;
          padding-bottom: 0.25rem !important; }
        .directory .listing .person .bio a {
          color: #0074c8 !important; }
        .directory .listing .person .bio .email {
          text-transform: lowercase; }
      .directory .listing .person p.position {
        text-transform: uppercase !important;
        color: #c25219 !important;
        font-weight: 600;
        font-size: 0.85rem !important;
        letter-spacing: 1px;
        line-height: 1.25 !important;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem !important;
        border-bottom: 1px solid #dddddd; }
      .directory .listing .person a.more {
        box-sizing: border-box;
        background-color: #0074c8;
        color: #FFFFFF !important;
        display: block;
        font-family: 'Scope One', serif; 
        font-size: 1.5rem !important;
        font-weight: 300 !important;
        line-height: 2 !important;
        margin: 0 0 0 0 !important;
        padding: 0 0.5rem 0 !important;
        width: 300px;
        position: relative;
        width: auto;
        font-size: 1rem !important;
        line-height: 3 !important;
        float: right;
        font-weight: 400 !important; }
        .directory .listing .person a.more:after {
          content: '';
          background: linear-gradient(300deg, #0074c8 50%, transparent 0%) repeat scroll 0 0 transparent;
          display: block;
          height: 100%;
          position: absolute;
          left: -40px;
          top: 0;
          width: 40px; }
    .directory .listing .no-results {
      color: #b1b1b4;
      font-size: 0.875rem; }
  .directory .group_name {
    clear: both; }
  .directory .sort_by {
    margin: 0.5rem 0; }
    .directory .sort_by a.active {
      color: #646469 !important;
      font-weight: 700; }
  .directory #live-search, .directory #live-search-experts {
    /* (jQ) Show icon */
    /* (jQ) hover cursor style */
    /* Remove IE default X */ }
    .directory #live-search input[type='text'],
    .directory #live-search input[type='number'],
    .directory #live-search textarea, .directory #live-search-experts input[type='text'],
    .directory #live-search-experts input[type='number'],
    .directory #live-search-experts textarea {
      font-size: 16px; }
    .directory #live-search .clearable-experts, .directory #live-search-experts .clearable-experts {
      margin: 0; }
    .directory #live-search .clearable, .directory #live-search .clearable-experts, .directory #live-search-experts .clearable, .directory #live-search-experts .clearable-experts {
      /*background: #fff url(https://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;*/
      background: #fff url(http://www.sandiego.edu/2015/directory/images/mJotv.png) no-repeat right -10px center !important;
      /*border: 1px solid #999;
		  	border-radius: 3px;*/
      transition: background 0.4s;
      padding: 3px 18px 3px 8px;
      /* Use the same right padding (18) in jQ! */ }
    .directory #live-search .clearable.x, .directory #live-search .clearable-experts.x, .directory #live-search-experts .clearable.x, .directory #live-search-experts .clearable-experts.x {
      background-position: right 5px center !important;
      z-index: 999; }
    .directory #live-search .clearable.onX, .directory #live-search .clearable-experts.onX, .directory #live-search-experts .clearable.onX, .directory #live-search-experts .clearable-experts.onX {
      cursor: pointer; }
    .directory #live-search .clearable::-ms-clear, .directory #live-search .clearable-experts::-ms-clear, .directory #live-search-experts .clearable::-ms-clear, .directory #live-search-experts .clearable-experts::-ms-clear {
      display: none;
      width: 0;
      height: 0; }
  .directory .sub_filter_experts {
    border-top: 4px solid #00a499;
    clear: both;
    display: inline-block;
    padding: 0;
    margin: 0 0 1rem 0;
    width: 100%; }
  .directory .expert_keywords_list_container {
    padding: 0; }
    .directory .expert_keywords_list_container .expert_keywords_list {
      display: none;
      list-style-type: none;
      padding: 0;
      margin: 0 0 1rem 0 !important; }
    .directory .expert_keywords_list_container .active {
      max-height: 100px;
      overflow-y: scroll;
      display: block;
      margin: 0 0.95rem 1rem;
      background: #f6f6f6;
      border: solid 1px #ccc;
      list-style-type: none !important;
      padding: 0; }
      .directory .expert_keywords_list_container .active li {
        margin: 0.25rem 0.5rem !important; }
  .directory .sub_filter_group,
  .directory .sub_filter_name {
    border-top: 4px solid #00a499;
    clear: both;
    display: inline-block;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    width: 100%; }
    .directory .sub_filter_group a,
    .directory .sub_filter_name a {
      cursor: pointer;
      color: #0074c8;
      padding: 0.25rem; }
      .directory .sub_filter_group a.active,
      .directory .sub_filter_name a.active {
        color: #646469 !important;
        font-weight: 700; }
  .directory .sub_filter_group a {
    width: 44%;
    display: inline-block;
    float: left;
    padding: 0.25rem; }
  .directory .sub_filter_name a {
    display: inline-block;
    padding: 0.15rem; }
  .directory .sub_filter_department {
    margin-bottom: 1.5rem; }
    .directory .sub_filter_department select {
      font-size: 16px; }
  .directory .detail {
    margin: 0;
    padding: 0; }
    .directory .detail p.position {
      color: #646469;
      font-size: 1.25rem;
      font-weight: 300;
      line-height: 1.75rem;
      margin: 0 0 1rem 0; }
    .directory .detail h2 {
      color: #00a499 !important;
      font-weight: 300 !important; }
    .directory .detail ul {
      width: 100% !important; }
    .directory .detail ul.education {
      margin: 0.5rem 0; }
      .directory .detail ul.education li {
        font-size: 1rem;
        list-style-type: none;
        padding: 0.5rem 0;
        margin: 0 !important;
        border-bottom: thin solid #dddddd; }
        .directory .detail ul.education li:first-child {
          border-top: thin solid #dddddd; }
    .directory .detail div.syllabi a:after {
      content: ", "; }
    .directory .detail div.syllabi a:last-child:after {
      content: ""; }
    .directory .detail p.additional-links {
      border-top: 1px solid #dddddd;
      margin-top: 2rem;
      padding-top: 1rem; }
    .directory .detail .detail-contact {
      margin-bottom: 1rem;
      padding-right: 0; }
    .directory .detail .contact-detail-info {
      padding-bottom: 1rem !important;
      background-color: #eeeeee; }
      .directory .detail .contact-detail-info span.detail-label {
        color: #92002d;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 0.25rem;
        letter-spacing: 1px;
        font-size: 0.875rem;
        width: 75px;
        display: inline-block; }
      .directory .detail .contact-detail-info div.email a {
        text-transform: lowercase; }
      .directory .detail .contact-detail-info div.office {
        margin: 1rem 0; }
        .directory .detail .contact-detail-info div.office span.detail-label {
          width: 100%; }
      .directory .detail .contact-detail-info div.links a:after {
        content: " "; }
      .directory .detail .contact-detail-info div.links a:last-child:after {
        content: ""; }

#search_assistant_result {
  height: 200px;
  overflow-y: scroll; }

.content-wrapper-inner #content .page-content-wrapper .directory h1 {
  margin: 0 !important; }

/* -------------------------------------------- MEDIUM */
@media only screen and (min-width: 40.063em) {
  .directory {
    /* FILTER */ }
    .directory .listing .person {
      position: relative; }
      .directory .listing .person .bio {
        min-height: 200px; }
      .directory .listing .person .more {
        /*position: absolute;
					bottom: 0;
					right: 0;*/ }
    .directory *.sort_by {
      text-align: right;
      float: right;
      /*width: 300px;*/
      margin: 0; }
    .directory #live-search {
      float: left; }
      .directory #live-search .clearable {
        width: 300px !important; }
    .directory .sub_filter_group a {
      width: 23%;
      display: inline-block;
      float: none;
      padding: 0; }
    .directory .sub_filter_department {
      clear: both;
      border: none; }
    .directory .detail .contact-detail-info {
      padding-bottom: 1rem !important; }
      .directory .detail .contact-detail-info span.detail-label {
        width: 60px; }
      .directory .detail .contact-detail-info div.email {
        margin-top: 2rem; } }

/* ---------------------------------------------- LARGE */
@media only screen and (min-width: 48.063em) {
  .directory .listing .sub_filter_group,
  .directory .listing .sub_filter_name {
    width: 100%; }
    .directory .listing .sub_filter_group a,
    .directory .listing .sub_filter_name a {
      width: auto !important; }
  .directory .detail .contact-detail-info span.detail-label {
    width: 100%;
    margin-right: 0;
    margin-top: 1rem; }
  .directory .detail .contact-detail-info div.email {
    margin-top: 0; }
  .directory .detail .contact-detail-info span.image img {
    /*margin-top: -0.75rem !important;*/ } }

/* ---------------------------------------------- XXLARGE */
/* ---------------------------------------------- SMALL */
@media only screen and (max-width: 40em) {
  .directory .listing .person {
    margin: 0 !important; }
    .directory .listing .person .image {
      margin-top: 1rem; }
    .directory .listing .person .bio {
      padding: 0 0.9375rem 0 0.9375rem;
      margin-bottom: 0; } }

/* ---------------------------------------------- XSMALL */
@media only screen and (max-width: 30em) {
  .directory .listing h2 {
    font-size: 1.25rem !important; }
  .directory .listing .person {
    margin: 0 !important; }
    .directory .listing .person .image {
      margin-top: 1rem; }
    .directory .listing .person .bio {
      padding: 0 0.9375rem 0 0.9375rem;
      margin-bottom: 0; }
  .directory .sub_filter_name a {
    width: 10%; } }

#findpeople {
  background: #FFFFFF;
  /* Drop down plug in */
  /* Only for First Load Department Detail Area */
  /* Top Department Detail Area */
  /* Filters */
  /* Results */ }
  #findpeople .select2-container {
    margin-bottom: 5px; }
  #findpeople .select2-container--default {
    /* field border */ }
    #findpeople .select2-container--default .select2-selection--single {
      /*border-color: #cccccc;*/
      border-radius: 0;
      border-style: solid;
      border-width: 1px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
      box-sizing: border-box;
      color: #838387;
      font-family: inherit;
      font-size: 0.875rem;
      transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
      width: 100%;
      height: auto; }
    #findpeople .select2-container--default .select2-selection__rendered {
      line-height: inherit !important;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
    #findpeople .select2-container--default .select2-results__option {
      font-size: 0.875rem; }
    #findpeople .select2-container--default .select2-selection__clear {
      /* color: $orange; */
      color: orange; }
    #findpeople .select2-container--default .select2-selection__arrow {
      top: 5px; }
    #findpeople .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #0074c8; }
  #findpeople .select2-selection--single .select2-selection__rendered {
    white-space: normal; }
  #findpeople [class*="first-load-departments"] > li {
    padding: 0 0.5rem; }
  #findpeople .first-load-departments .department-container .panel {
    background: #fff; }
    #findpeople .first-load-departments .department-container .panel .department-contact .homepage-url {
      word-break: break-all; }
  #findpeople .department-container {
    /*margin-bottom: -0.5rem;*/ }
    #findpeople .department-container .panel {
      margin-bottom: 0.75rem;
      background: url("http://www.sandiego.edu/images/directory/directory-department-background.png");
      border: 1px solid #dddddd;
      display: inline-block;
      width: 100%; }
      #findpeople .department-container .panel > .columns {
        padding: 0; }
      #findpeople .department-container .panel h2 {
        color: #0074c8 !important;
        font-weight: 600 !important;
        font-size: 1.375rem !important;
        line-height: 1.1; }
        #findpeople .department-container .panel h2 a {
          text-decoration: none !important; }
      #findpeople .department-container .panel .detail-label {
        color: #2c2c2c;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 0.25rem; }
  #findpeople .right-column {
    padding: 1rem 0 1rem 0; }
    #findpeople .right-column fieldset {
      border: 1px solid #b1b1b4;
      padding: 1rem; }
    #findpeople .right-column legend {
      padding: 0 0.5rem;
      /*background-color: #f1f1f1;*/
      background: none;
      color: #646469;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase; }
    #findpeople .right-column input {
      margin-right: 0.25rem;
      padding: 0.5rem !important; }
    #findpeople .right-column label {
      font-size: 1rem; }
    #findpeople .right-column .name-filter .user-type input {
      margin: 0; }
    #findpeople .right-column .department-filter-selector {
      color: #646469; }
      #findpeople .right-column .department-filter-selector .icon {
        margin: 0 0.25rem;
        color: #646469; }
        #findpeople .right-column .department-filter-selector .icon:hover {
          color: #0074c8; }
    #findpeople .right-column .clear-all-filters:hover, #findpeople .right-column .clear-all-filters.hover, #findpeople .right-column .clear-all-filters:focus {
      color: #0074c8;
      cursor: pointer !important; }
    #findpeople .right-column .clear-all-filters.button {
      display: block;
      margin-right: 0 !important; }
    #findpeople .right-column .additional-filter {
      display: none;
      padding: 1rem; }
    #findpeople .right-column .name-filter, #findpeople .right-column .department-filter, #findpeople .right-column .group_checkbox {
      /*background: #f1f1f1;*/
      background: url("http://www.sandiego.edu/images/directory/directory-department-background.png");
      border: solid 1px #ccc;
      margin-bottom: 1rem; }
      #findpeople .right-column .name-filter fieldset, #findpeople .right-column .department-filter fieldset, #findpeople .right-column .group_checkbox fieldset {
        border: 0; }
        #findpeople .right-column .name-filter fieldset legend, #findpeople .right-column .department-filter fieldset legend, #findpeople .right-column .group_checkbox fieldset legend {
          width: 100%;
          border-bottom: dotted 1px #ccc;
          margin: 0;
          padding: 0;
          color: #c25219; }
  #findpeople .left-column {
    margin: 0;
    padding: 1rem 1rem 1rem 0; }
  #findpeople .listing-profile {
    /*margin-top: 0.5rem;*/ }
    #findpeople .listing-profile > .columns {
      padding: 0 !important; }
    #findpeople .listing-profile p.area-of-expertise {
      line-height: 1.4;
      font-size: 0.95rem; }
    #findpeople .listing-profile p.area-of-expertise strong {
      display: block;
      font-weight: 600;
      color: #0074c8; }
    #findpeople .listing-profile .usd_experts_highlight .filter_title .icon {
      color: #0074c8; }
  #findpeople .filter-row {
    border-bottom: thin solid #dddddd;
    padding: 0.75rem 0 !important;
    margin: 0 !important;
    position: relative; }
    #findpeople .filter-row:hover {
      background: #f6f6f6; }
    #findpeople .filter-row .image {
      padding: 0 !important; }
    #findpeople .filter-row .row-details {
      padding: 0 !important;
      font-size: 0.95rem; }
      #findpeople .filter-row .row-details > .row {
        padding: 0 !important;
        margin: 0; }
        #findpeople .filter-row .row-details > .row .row {
          padding: 0 !important; }
    #findpeople .filter-row .name {
      font-weight: 700;
      font-size: 1.0125rem;
      line-height: 1.2; }
    #findpeople .filter-row .email {
      text-transform: lowercase;
      word-wrap: break-word; }
    #findpeople .filter-row .location {
      word-wrap: break-word; }
    #findpeople .filter-row .action a {
      color: #b1b1b4; }
      #findpeople .filter-row .action a:hover {
        color: #0074c8; }
    #findpeople .filter-row .action span.icon {
      font-size: 2.25rem;
      text-align: center; }
    #findpeople .filter-row .view-profile {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      color: #c25219; }
    #findpeople .filter-row .submit-changes {
      display: none;
      position: absolute;
      top: 40px;
      right: 0;
      color: #c25219; }
    #findpeople .filter-row .delete-profile {
      display: none;
      position: absolute;
      top: 40px;
      right: 0;
      color: #c25219; }
  #findpeople .usd-experts-filter .search-area-of-expertise {
    padding-left: 0; }
  #findpeople .usd-experts-filter .search-profile {
    padding-left: 0;
    padding-right: 0; }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  #findpeople {
    /* Filters */
    /* Results */
    /* box view */ }
    #findpeople .right-column {
      /*background-color: #f1f1f1;*/ }
    #findpeople .filter-row .image {
      padding: 0 !important; }
    #findpeople .filter-row .row-details {
      font-size: 1rem; }
    #findpeople .filter-row .name {
      font-size: 1.15rem; }
    #findpeople .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; } }

/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  #findpeople {
    /* Each Row */ } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 64.063em) {
  #findpeople {
    /* Row Headers */
    /* Each Row */
    /* box view */ }
    #findpeople .listing-column-heading {
      display: inline-block !important;
      width: 100% !important;
      background: #838387 none repeat scroll 0 0;
      color: #fff;
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 1px;
      margin: 0 !important;
      padding: 0.5rem 0 !important;
      text-transform: uppercase; }
      #findpeople .listing-column-heading > .columns {
        padding: 0 !important; }
        #findpeople .listing-column-heading > .columns > .row {
          margin: 0 !important; }
          #findpeople .listing-column-heading > .columns > .row .columns:first-child {
            padding: 0 !important; }
      #findpeople .listing-column-heading .position {
        padding-left: 0.25rem !important; }
      #findpeople .listing-column-heading .department {
        padding-left: 0.60rem !important; }
      #findpeople .listing-column-heading .email {
        padding-left: 1.25rem !important; }
      #findpeople .listing-column-heading .location {
        padding-left: 1.60rem !important; }
    #findpeople .filter-row {
      padding: 0.25rem 0 !important; }
      #findpeople .filter-row .image {
        width: auto; }
        #findpeople .filter-row .image img {
          max-width: 45px; }
      #findpeople .filter-row .name {
        font-weight: normal;
        font-size: 1rem; }
      #findpeople .filter-row .columns:empty {
        border: thin solid #FFFFFF;
        height: 100%; }
      #findpeople .filter-row:hover .columns:empty {
        border: thin solid #f6f6f6; }
      #findpeople .filter-row .action {
        text-align: center; }
    #findpeople .xlarge-block-grid-4 > li:nth-of-type(1n) {
      clear: none; } }

/* ---------------------------------------------- SMALL */
@media only screen and (max-width: 40em) {
  #findpeople {
    /* Filters */ }
    #findpeople .name_search {
      font-size: 1rem; }
    #findpeople .select2-container--default {
      /* field border */ }
      #findpeople .select2-container--default .select2-selection__clear {
        /* color: $orange; */
        color: orange;
        padding: 0 0.5rem 0 0.5rem; }
      #findpeople .select2-container--default .select2-selection__rendered {
        font-size: 1rem; }
    #findpeople .left-column {
      margin: 0;
      padding: 1rem 0 1rem 0; }
    #findpeople .right-column .department-filter {
      display: none; }
    #findpeople .right-column .department-filter-selector .icon {
      padding: 0 0.5rem 0 0.5rem; }
    #findpeople .right-column .group_checkbox {
      display: none; }
    #findpeople .right-column .additional-filter {
      display: block; }
    #findpeople .usd-experts-filter .search-area-of-expertise {
      padding-right: 0; } }

/* ---------------------------------------------- XSMALL */
@media only screen and (max-width: 30em) {
  #findpeople {
    /* Filters */ }
    #findpeople .name_search {
      font-size: 1rem; }
    #findpeople .select2-container--default {
      /* field border */ }
      #findpeople .select2-container--default .select2-selection__clear {
        /* color: $orange; */
        color: orange;
        padding: 0 0.5rem 0 0.5rem; }
      #findpeople .select2-container--default .select2-selection__rendered {
        font-size: 1rem; }
    #findpeople .left-column {
      margin: 0;
      padding: 1rem 0 1rem 0; }
    #findpeople .right-column .department-filter {
      display: none; }
    #findpeople .right-column .department-filter-selector .icon {
      padding: 0 0.5rem 0 0.5rem; }
    #findpeople .right-column .group_checkbox {
      display: none; }
    #findpeople .right-column .additional-filter {
      display: block; } }

/* New find people */
.site-feature .feature-slider {
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 1rem !important; }
  .site-feature .feature-slider .feature {
    background-color: #FFFFFF;
    position: relative;
    padding: 0 !important;
    border: 0.375em solid #FFFFFF; }
    .site-feature .feature-slider .feature img {
      z-index: 1; }
    .site-feature .feature-slider .feature .opacity-item {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.74) 99%, rgba(0, 0, 0, 0.75) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
      /* IE6-9 */
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      /* ease-in */ }
    .site-feature .feature-slider .feature .opacity-item-active {
      transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
      /* ease-in */
      width: 100%;
      height: 100%;
      filter: alpha(opacity=70);
      opacity: 0.7;
      position: absolute;
      background: #000000; }
    .site-feature .feature-slider .feature .caption-item {
      bottom: 0;
      color: #fff;
      padding: 2%;
      position: absolute;
      text-align: center;
      width: 100%;
      max-height: 4.5rem;
      top: 20%;
      transition: all 0.8s;
      /* ease-in */
      z-index: 3; }
      .site-feature .feature-slider .feature .caption-item h2 {
        border-bottom: thin solid #FFFFFF !important;
        color: #FFFFFF;
        font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", "Times New Roman", serif;
        font-size: 1.25rem;
        line-height: 1.3125rem;
        padding: 0 0 0.5rem !important;
        display: inline-block; }
      .site-feature .feature-slider .feature .caption-item p {
        font-size: 0.75rem;
        /*display: none;*/ }
      .site-feature .feature-slider .feature .caption-item a {
        color: #FFFFFF !important; }
        .site-feature .feature-slider .feature .caption-item a:active, .site-feature .feature-slider .feature .caption-item a:hover {
          color: #FFFFFF !important; }
      .site-feature .feature-slider .feature .caption-item.caption-item-active {
        max-height: 90%; }
        .site-feature .feature-slider .feature .caption-item.caption-item-active p {
          opacity: 1; }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  .site-feature .feature-slider .feature:first-child {
    padding: 0 0.5rem 0 0; }
  .site-feature .feature-slider .feature:last-child {
    padding: 0 0 0 0.5rem; }
  .site-feature .feature-slider .feature .caption-item {
    top: 40%; }
    .site-feature .feature-slider .feature .caption-item h2 {
      font-size: 1.125rem;
      line-height: 1;
      padding: 0 1.25rem;
      display: inline-block; }
    .site-feature .feature-slider .feature .caption-item p {
      font-size: 0.8rem !important; }
      .site-feature .feature-slider .feature .caption-item p.feature-more {
        /*display: none;*/ } }

/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  .site-feature .feature-slider .feature .caption-item {
    bottom: 0 !important; }
    .site-feature .feature-slider .feature .caption-item h2 {
      font-size: 1.75rem; }
    .site-feature .feature-slider .feature .caption-item .h2-active {
      /*@include transition("transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s, margin 0.5s ease-out 0s");*/
      transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s, margin 0.5s ease-out 0s;
      opacity: 0;
      border-bottom: solid 1px #fff;
      padding: 0 1.5rem 0.5rem 1.5rem !important; }
      .site-feature .feature-slider .feature .caption-item .h2-active .focus {
        display: block;
        font-weight: 600; }
      .site-feature .feature-slider .feature .caption-item .h2-active .non-focus {
        font-weight: 300;
        display: block; }
    .site-feature .feature-slider .feature .caption-item p {
      /*@include transition("transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s, margin 0.5s ease-out 0s");*/
      opacity: 0;
      transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s, margin 0.5s ease-out 0s;
      /*display: none;*/
      font-size: 0.938rem !important; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 64.063em) {
  .site-feature .caption-item {
    top: auto !important; }
    .site-feature .caption-item h2 {
      font-size: 2rem !important; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (max-width: 30em) {
  .site-feature .caption-item {
    top: 40%; } }

/**** table styles ****/
table {
  /*background-color: #FFFFFF;*/
  border: none;
  width: 100%;
  border-spacing: 0px; }
  table thead tr th {
    color: #2c2c2c; }
  table tbody tr td {
    line-height: 1.5; }
  table tr th {
    background-color: #eeeeee;
    color: #2c2c2c;
    font-size: 1rem;
    padding: 0.8125rem 0.625rem;
    text-align: left;
    font-family: 'rawline', sans-serif;
    letter-spacing: 0.5px; }
    table tr th .label, table tr th label {
      color: #FFFFFF !important; }
    table tr th a {
      color: #FFFFFF !important;
      border-bottom: 1px solid #FFFFFF; }
  /*table tr:nth-child(even) {
    background-color: #FFFFFF; }
  table tr:nth-child(odd) {
    background-color: #fafafa; }*/
  table tr.table-subhead-row {
    background: #FFFFFF;
    font-weight: 700; }
    table tr.table-subhead-row td {
      background: #FFFFFF;
      border-bottom: 2px solid #7fd1cc !important; }
  table tr td {
    color: #2c2c2c !important;
    font-size: 16px !important;
    text-align: left;
    vertical-align: top; }
    table tr td.table-cell-right-align {
      text-align: right; }
  table.table-with-borders tr th {
    background-color: #FFFFFF;
    border-bottom: 3px solid #00a499;
    color: #2c2c2c;
    padding: 0.625rem 0.625rem; }
  table.table-with-borders tr td {
    border-bottom: 1px solid #e4e4e4; }
  table.table-with-borders tr:nth-child(odd) {
    background-color: #FFFFFF; }
  table.table-with-borders tr.table-subhead-row {
    background: #b2e4e0 !important; }
  table.table-no-background tr th {
    background-color: #FFFFFF;
    border-bottom: 3px solid #00a499;
    color: #2c2c2c;
    padding: 0.625rem 0.625rem; }
  table.table-no-background tr:nth-child(odd) {
    background-color: #FFFFFF; }
  table.table-no-background tr.table-subhead-row {
    background: #b2e4e0 !important; }

.button,
.button a,
p.button,
p.button a,
a.button {
  margin-right: 1rem !important; }

button, .button {
  padding: 0.75rem 2rem;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 300; }
  button.tiny, .button.tiny {
    background: transparent !important;
    border-width: 2px;
    border-style: solid;
    border-color: #00a499;
    color: #2c2c2c !important;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.625rem 1rem;
    text-transform: uppercase;
    font-weight: 600; }
    button.tiny.secondary, .button.tiny.secondary {
      border-color: #003b70;
      color: #003b70 !important; }
    button.tiny.success, .button.tiny.success {
      border-color: #449549;
      color: #646469 !important; }
    button.tiny.alert, .button.tiny.alert {
      border-color: #92002d;
      color: #92002d !important; }
    button.tiny.info, .button.tiny.info {
      border-color: #646469;
      color: #646469 !important; }
    button.tiny:hover, .button.tiny:hover {
      background-color: #f1f1f1 !important; }
  button.small, .button.small {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.875rem 1.75rem;
    border-width: 2px;
    border-style: solid;
    border-color: #00a499;
    color: #2c2c2c !important;
    background: transparent !important;
    font-weight: 600; }
    button.small.secondary, .button.small.secondary {
      border-color: #003b70;
      color: #003b70 !important; }
    button.small.success, .button.small.success {
      border-color: #449549;
      color: #646469 !important; }
    button.small.alert, .button.small.alert {
      border-color: #92002d;
      color: #92002d !important; }
    button.small.info, .button.small.info {
      border-color: #646469;
      color: #646469 !important; }
    button.small:hover, .button.small:hover {
      background-color: #f1f1f1 !important; }
  button.large, .button.large {
    font-weight: 300;
    font-size: 1.5rem;
    padding: 1.125rem 2.75rem; }

/**** form styles ****/
form {
  /**** error customization ****/
  /**** select list customization ****/
  /**** fix for row padding inside forms ***/
  /*** fix form assembly styles ***/
  /**** checkbox and radio button customization ****/
  /*
	input[type="checkbox"],
	input[type="radio"] {
		display: none;
	}
	input[type="checkbox"] + label span:first-child,
	input[type="radio"] + label span:first-child {
		display: inline-block;
		margin: -5px 4px 0 -5px;
		height: 21px;
		width: 21px;
		vertical-align: middle;
		cursor: pointer;
	}
	input[type="radio"] + label span:first-child {
		height: 19px;
		width: 19px;
	}
	input[type="checkbox"] + label span:first-child {
		background: url(/2015/global/images/checkbox-radio.png) -82px top no-repeat;
	}
	input[type="checkbox"]:checked + label span:first-child {
		background: url(/2015/global/images/checkbox-radio.png) -60px top no-repeat;
	}
	input[type="checkbox"]:disabled + label span:first-child {
		background: url(/2015/global/images/checkbox-radio.png) -100px top no-repeat;
	}
	input[type="radio"] + label span:first-child {
		background: url(/2015/global/images/checkbox-radio.png) -21px top no-repeat;
	}
	input[type="radio"]:checked + label span:first-child {
		background: url(/2015/global/images/checkbox-radio.png) -2px top no-repeat;
	}
	input[type="radio"]:disabled + label span:first-child {
		background: url(/2015/global/images/checkbox-radio.png) -40px top no-repeat;
	}
	*/ }
  form fieldset {
    padding: 1rem; }
  form input.error,
  form textarea.error {
    background-color: #e4e4e4;
    border: 3px solid #92002d;
    color: #2c2c2c !important; }
  form label {
    background-color: transparent !important;
    color: #2c2c2c !important;
    text-align: left !important;
    font-size: 0.9rem !important;
    font-weight: normal !important;
    padding-left: 0 !important; }
  form small.error {
    background-color: #92002d; }
  form select {
    color: #2c2c2c;
    font-family: "myriad-pro", Arial, sans-serif !important;
    outline: none; }
    form select:hover {
      background-color: #dddddd;
      color: #2c2c2c; }
    form select option {
      background-color: #f6f6f6;
      color: #2c2c2c;
      padding: 0.5rem; }
      form select option:hover {
        background-color: #00a499;
        color: #FFFFFF; }
    form select.error {
      margin-top: -1rem;
      border: 3px solid #92002d;
      margin-bottom: 1rem; }
  form.row-fix .row {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
  form .inputWrapper {
    width: 95%; }
    form .inputWrapper textarea {
      height: 4rem; }
    form .inputWrapper .lengthIndicator {
      position: relative !important;
      left: 0 !important; }
  form *[id^='tfa'] {
    white-space: normal; }

/*** form assembly fixes ***/
.kalendae .k-header span,
.kalendae .k-days span {
  margin: 1px 2px !important;
  width: 18px !important; }

.pagination {
  margin: 2rem 0; }
  .pagination .current, .pagination span.number, .pagination a.number {
    border: thin solid #c25219;
    padding: 0.25rem 0.5rem;
    margin: 0.25rem; }
  .pagination span, .pagination a {
    color: #c25219 !important; }
    .pagination span:hover, .pagination a:hover {
      cursor: pointer; }
  .pagination .current {
    background-color: #c25219;
    color: #FFFFFF !important;
    font-weight: 600; }
  .pagination .disabled, .pagination .disabled .icon {
    color: #b1b1b4 !important; }

#tag-results-container ul {
  list-style-type: none !important; }
  #tag-results-container ul li {
    margin: 0 !important; }

/* All Flags */
#flag {
  margin: 1rem 0;
  /* Button */
  /* Deadline Flags â€”â€” NO COLOR OPTIONS */
  /* Anniversary Flags */ }
  #flag a.button {
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 0;
    width: 100%; }
    #flag a.button .bolder {
      font-weight: 600; }
    #flag a.button.title-light {
      color: #FFFFFF !important; }
    #flag a.button.title-dark {
      color: #646469 !important; }
  #flag.cta a.button.bkg-founders {
    background-color: #003b70; }
  #flag.cta a.button.bkg-immaculata {
    background-color: #0074c8; }
  #flag.cta a.button.bkg-teal {
    background-color: #00a499; }
  #flag.cta a.button.bkg-teal {
    background-color: #00a499; }
  #flag.cta a.button.bkg-gray-light {
    background: #e4e4e4; }
  #flag.cta a.button.bkg-white {
    background-color: #FFFFFF; }
  #flag.deadline a.button {
    background-color: #003b70; }
  #flag.download {
    width: 100%; }
    #flag.download a.button {
      background-color: #dddddd;
      padding: 0.5rem 0.25rem;
      font-size: 1rem;
      letter-spacing: 0; }
    #flag.download.horizontal {
      font-size: 1rem; }
      #flag.download.horizontal a.button {
        padding: 1rem; }
    #flag.download.square .icon {
      display: block;
      float: left;
      font-size: 2rem;
      padding: 0 0.5rem; }
    #flag.download.square .bolder {
      display: block;
      text-transform: uppercase; }
  #flag.anniversary {
    position: absolute;
    right: 1rem;
    text-align: right;
    top: 0;
    margin: 0;
    z-index: 3;
    width: 80px; }
    #flag.anniversary a.button {
      background-color: transparent;
      padding: 0.5rem 0.25rem 0.25rem 0.25rem;
      position: relative;
      width: 100%;
      height: 100px;
      overflow: hidden;
      border-top: 2px solid #f6f6f6;
      margin-right: 0 !important; }
      #flag.anniversary a.button:before, #flag.anniversary a.button:after {
        content: '';
        position: absolute;
        top: -3px;
        height: 100%;
        width: 50%;
        z-index: -1;
        background-color: #FFFFFF;
        box-sizing: border-box; }
      #flag.anniversary a.button:before {
        left: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: skewY(-20deg);
        transform: skewY(-20deg);
        border-width: 0 0 4px 3px; }
      #flag.anniversary a.button:after {
        right: 0;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skewY(20deg);
        transform: skewY(20deg);
        border-width: 0 3px 4px 0; }

#business.home #flag a.button {
  background-color: #e4e4e4;
  color: #2c2c2c; }

/* -------------------------------------------- XSMALL */
@media only screen and (max-width: 30em) {
  #flag a.button {
    font-size: 1.25rem;
    padding: 1rem;
    width: 100% !important; } }

/* -------------------------------------------- SMALL */
/* -------------------------------------------- MEDIUM */
@media only screen and (min-width: 40.063em) {
  #flag {
    position: absolute;
    right: 1rem;
    text-align: right;
    z-index: 2;
    margin: 0; }
    #flag.download {
      width: auto; }
      #flag.download a.button {
        text-align: center; }
      #flag.download.square .icon {
        display: none; }
    #flag.anniversary {
      width: 100px; }
      #flag.anniversary a.button {
        padding-top: 1rem;
        height: 145px; } }

/* -------------------------------------------- LARGE */
/* -------------------------------------------- XLARGE */
@media only screen and (min-width: 64.063em) {
  #flag.anniversary {
    width: 125px; }
    #flag.anniversary a.button {
      padding-top: 1rem;
      height: 165px; } }

/*** school-specific css ***/
.school-site .content-wrapper-inner #content .page-content-wrapper {
  border-top: 0px; }
  .school-site .content-wrapper-inner #content .page-content-wrapper p.breadcrumb {
    padding: 0.5rem 0; }

#contact-panel {
  padding: 3rem 0; }
  #contact-panel h2 {
    color: #646469 !important;
    font-size: 1.5rem;
    font-weight: 300 !important;
    line-height: 1; }
    #contact-panel h2 .bolder {
      font-weight: 600; }
    #contact-panel h2 .smaller {
      font-size: 1.25rem; }
  #contact-panel .icon {
    color: #b1b1b4;
    font-size: 4.5rem;
    position: absolute;
    top: 1.15rem;
    right: 0.625rem; }
  #contact-panel .columns {
    border-bottom: thin solid #dddddd;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    #contact-panel .columns:last-child, #contact-panel .columns .columns {
      border: none; }
  #contact-panel ul, #contact-panel p {
    font-size: 1rem;
    margin-left: 0; }
  #contact-panel .department-name, #contact-panel .directory {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 1rem !important; }
  #contact-panel #subscribe .button {
    background-color: #0074c8;
    padding-top: 0.15rem;
    text-transform: uppercase; }
  #contact-panel .directory .button {
    margin-bottom: 0;
    font-size: 1rem; }
  #contact-panel ul.social-links {
    margin-bottom: 0; }
    #contact-panel ul.social-links li:first-child {
      margin-left: 0; }
    #contact-panel ul.social-links span.icon {
      position: relative;
      top: auto;
      right: auto;
      font-size: 1.5rem;
      color: #646469; }

/* -------------------------------------------- MEDIUM */
@media only screen and (min-width: 40.063em) {
  #contact-panel .columns {
    border-right: thin solid #dddddd;
    border-bottom: none; }
  #contact-panel .icon {
    font-size: 3.5rem; } }

/* -------------------------------------------- MEDIUM */
@media only screen and (min-width: 48.063em) {
  #contact-panel {
    margin-bottom: 0;
    padding-bottom: 0; }
    #contact-panel h2 .smaller {
      font-size: 1.25rem; }
    #contact-panel .icon {
      font-size: 3rem; } }

/* -------------------------------------------- MEDIUM */
@media only screen and (min-width: 64.063em) {
  #contact-panel {
    margin-bottom: 0;
    padding-bottom: 0; }
    #contact-panel h2 {
      font-size: 1.75rem; } }

/*** misc components CSS ***/
/*** FIXES for other page elements when alert is active ***/
#alert-wrapper + #header-nav-wrapper {
  position: relative; }
  #alert-wrapper + #header-nav-wrapper + #site-banner,
  #alert-wrapper + #header-nav-wrapper + #home-site-banner,
  #alert-wrapper + #header-nav-wrapper + h1 + .home-slider-container {
    margin-top: 0; }
  #alert-wrapper + #header-nav-wrapper .cd-primary-nav {
    margin-top: 50px;
    height: calc(100% - 50px); }
    #alert-wrapper + #header-nav-wrapper .cd-primary-nav .skip:focus {
      top: 4rem;
      left: 0;
      padding: 0 1rem;
      position: fixed; }

.alert-fix #alert-wrapper + #header-nav-wrapper {
  position: fixed;
  top: 0; }
  .alert-fix #alert-wrapper + #header-nav-wrapper + #site-banner,
  .alert-fix #alert-wrapper + #header-nav-wrapper + #home-site-banner,
  .alert-fix #alert-wrapper + #header-nav-wrapper + h1 + .home-slider-container,
  .alert-fix #alert-wrapper + #header-nav-wrapper + div {
    margin-top: 100px;
    margin-bottom: 0 !important; }
  .alert-fix #alert-wrapper + #header-nav-wrapper .cd-primary-nav {
    margin-top: 0px;
    height: calc(100% - 0px); }
    .alert-fix #alert-wrapper + #header-nav-wrapper .cd-primary-nav .skip:focus {
      top: 2rem;
      left: auto;
      padding: 0 1rem;
      position: static; }

/*** peace for alert bar  ***/
#peace.home #alert-wrapper {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition-duration: 0s; }

#peace.home #alert-wrapper + #header-nav-wrapper {
  position: fixed;
  top: 50px; }

#peace.home.alert-fix #alert-wrapper {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  transition-duration: 0.4s; }

#peace.home.alert-fix #alert-wrapper + #header-nav-wrapper {
  position: fixed;
  top: 0px; }

/*** css for alert bar itself ***/
#alert-wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-duration: 0.4s;
  padding: 5px 0;
  position: relative;
  width: 100%;
  z-index: 100000; }
  #alert-wrapper h2, #alert-wrapper a, #alert-wrapper span {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 300;
    margin: 0 0 0 0;
    padding: 0; }
  #alert-wrapper #alert-icon, #alert-wrapper h2, #alert-wrapper .message {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 40px; }
  #alert-wrapper #alert-icon {
    float: left;
    font-size: 2rem; }
  #alert-wrapper h2 {
    font-family: 'Scope One', serif; 
    float: left; }
  #alert-wrapper .message {
    line-height: 1.2;
    border-left: thin solid #FFFFFF;
    margin-left: 45px;
    padding-left: 1rem; }
    #alert-wrapper .message .icon {
      font-size: 0.9rem;
      margin-left: 0.15rem; }
  #alert-wrapper.red {
    background-color: #92002d; }
  #alert-wrapper.yellow {
    background-color: #eeaa2b; }
    #alert-wrapper.yellow h2, #alert-wrapper.yellow h3, #alert-wrapper.yellow p, #alert-wrapper.yellow a, #alert-wrapper.yellow .icon, #alert-wrapper.yellow .bolder.yellow {
      color: #000000; }
    #alert-wrapper.yellow .message {
      border-left: thin solid #000000; }
  #alert-wrapper.teal {
    background-color: #00a499; }

/*** alert form in manage area ***/
form#alert-activation .button.alert {
  background: #92002d; }
  form#alert-activation .button.alert:hover {
    background: #750024; }

form#alert-activation .button.test {
  background: #449549; }
  form#alert-activation .button.test:hover {
    background: #36773a; }

form#alert-activation .alert-type span:last-child,
form#alert-activation .alert-icon span:last-child {
  display: block !important;
  margin-right: 2rem; }

form#alert-activation .alert-icon span:last-child {
  font-size: 2rem; }

.alert-type span {
  padding: 0.5rem 1rem;
  width: 73px; }
  .alert-type span.teal {
    background-color: #00a499 !important;
    color: white; }
  .alert-type span.yellow {
    background-color: #eeaa2b !important;
    color: #000000; }
  .alert-type span.red {
    background-color: #92002d !important;
    color: white; }

.alert-legend.alert-type span.teal, .alert-legend.alert-type span.yellow, .alert-legend.alert-type span.red {
  display: inline-block !important;
  margin-right: 0.5rem; }

.alert-legend .icon {
  font-size: 1.5rem;
  margin: 0 0.25rem 0 0;
  vertical-align: middle; }

#alert-banner {
  height: 200px;
  padding: 3rem 0.5rem !important; }
  #alert-banner .icon {
    font-size: 3.5rem; }
  #alert-banner h1 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1 !important; }
  #alert-banner p, #alert-banner h1 {
    color: #FFFFFF !important;
    text-align: center;
    margin: 0; }
  #alert-banner.teal {
    background-color: #00a499; }
  #alert-banner.yellow {
    background-color: #eeaa2b; }
    #alert-banner.yellow .icon, #alert-banner.yellow h1 {
      color: #000000 !important; }
  #alert-banner.red {
    background-color: #92002d; }

.alert-active.site-name.is-landing-page {
  /* if alert is active, don't display the normal site banner and name */
  display: none; }

div.lead,
div.lead p {
  color: #646469;
  font-family: 'Scope One', serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75rem;
  margin: 0.5rem 0 1rem 0;
  padding: 0.5rem 1rem 0 1rem; }

#usd.news-center.alert-on .hero-container {
  margin-top: 0; }
  #usd.news-center.alert-on .hero-container.detail {
    margin-top: 44px; }

#usd.news-center.alert-on.alert-fix #alert-wrapper + #header-nav-wrapper + div.detail {
  margin-top: 144px; }

/* Small Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen {
  h2 .bolder {
    font-weight: 700; }
  #alert-icon {
    margin-top: 1px; }
  /*** peace for alert bar  ***/
  #peace.home.alert-on {
    margin-top: 350px; }
    #peace.home.alert-on #home-site-banner {
      height: 350px; }
      #peace.home.alert-on #home-site-banner #hexagons {
        margin-top: 100px; }
    #peace.home.alert-on .nav-top + .secondary-nav-fixed {
      margin-top: 415px; }
  #peace.home.alert-fix #alert-wrapper + #header-nav-wrapper + #home-site-banner {
    margin-top: 0; } }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  .alert-on #alert-wrapper + #header-nav-wrapper .cd-primary-nav {
    margin-top: 50px;
    height: calc(100% - 50px); }
    .alert-on #alert-wrapper + #header-nav-wrapper .cd-primary-nav #primary {
      padding-top: 50px; }
  .alert-on.alert-fix #alert-wrapper + #header-nav-wrapper + #site-banner,
  .alert-on.alert-fix #alert-wrapper + #header-nav-wrapper + #home-site-banner,
  .alert-on.alert-fix #alert-wrapper + #header-nav-wrapper + h1 + .home-slider-container,
  .alert-on.alert-fix #alert-wrapper + #header-nav-wrapper + div {
    margin-top: 60px; }
  .alert-on.alert-fix #alert-wrapper + #header-nav-wrapper .cd-primary-nav #primary {
    padding-top: 0px; }
  /*** peace for alert bar  ***/
  #peace.home #alert-wrapper + #header-nav-wrapper {
    top: 60px; }
    #peace.home #alert-wrapper + #header-nav-wrapper.alert-fix.is-hidden {
      top: 60px; }
  #peace.home.alert-on {
    margin-top: 360pxpx; }
    #peace.home.alert-on #home-site-banner {
      height: 410px; }
      #peace.home.alert-on #home-site-banner #hexagons {
        margin-top: -20px; }
    #peace.home.alert-on .nav-top + .secondary-nav-fixed {
      margin-top: 425px; }
    #peace.home.alert-on.alert-fix #alert-wrapper {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px); }
  #alert-wrapper {
    padding: 10px; }
    #alert-wrapper h2, #alert-wrapper a, #alert-wrapper span.message {
      font-size: 1.2rem !important;
      line-height: 2.25 !important; }
    #alert-wrapper h2 {
      margin-left: 0.5rem !important;
      margin-right: 1rem; }
      #alert-wrapper h2 .bolder {
        font-size: 1.2rem !important;
        font-weight: 700; }
    #alert-wrapper #alert-icon {
      font-size: 1.5rem !important; }
    #alert-wrapper span.message {
      margin-top: 0 !important;
      line-height: 1.25 !important; }
      #alert-wrapper span.message a {
        line-height: 1.25 !important; }
      #alert-wrapper span.message .icon {
        font-size: 1rem; }
  #alert-banner h1 {
    font-size: 2rem; }
  #law.home #home-site-banner .bg-image {
    height: 485px; }
  #usd.news-center.alert-on .hero-container {
    margin-top: 0; }
    #usd.news-center.alert-on .hero-container.detail {
      margin-top: 144px; }
  #usd.news-center.alert-on.alert-fix #alert-wrapper + #header-nav-wrapper + div.detail {
    margin-top: 194px; } }

/* Large Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  /*** peace for alert bar  ***/
  #peace.home.alert-on {
    margin-top: 460px; }
    #peace.home.alert-on #home-site-banner {
      height: 460px; }
      #peace.home.alert-on #home-site-banner #hexagons {
        margin-top: -25px; }
    #peace.home.alert-on .nav-top + .secondary-nav-fixed {
      margin-top: 540px; }
  #law.home #home-site-banner .bg-image {
    height: 540px; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 64.063em) {
  /*** peace for alert bar  ***/
  #peace.home.alert-on {
    margin-top: 590px; }
    #peace.home.alert-on #home-site-banner {
      height: 590px; }
      #peace.home.alert-on #home-site-banner #hexagons {
        margin-top: -25px; }
    #peace.home.alert-on .nav-top + .secondary-nav-fixed {
      margin-top: 670px; }
  #law.home #home-site-banner .bg-image {
    height: calc(75% + 60px); } }

/* XXLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 90.063em) {
  .alert-on #alert-wrapper + #header-nav-wrapper .cd-primary-nav {
    margin-top: 60px;
    height: calc(100% - 50px); }
  .alert-on.alert-fix #alert-wrapper + #header-nav-wrapper + #site-banner,
  .alert-on.alert-fix #alert-wrapper + #header-nav-wrapper + #home-site-banner,
  .alert-on.alert-fix #alert-wrapper + #header-nav-wrapper + h1 + .home-slider-container,
  .alert-on.alert-fix #alert-wrapper + #header-nav-wrapper + div {
    margin-top: 60px; }
  .alert-on.alert-fix #alert-wrapper + #header-nav-wrapper .cd-primary-nav {
    margin-top: 60px;
    height: calc(100% - 50px); }
  #peace.home.alert-fix #alert-wrapper + #header-nav-wrapper.is-hidden {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  #peace.home.alert-on {
    margin-top: 720px; }
    #peace.home.alert-on #home-site-banner {
      height: 720px; }
      #peace.home.alert-on #home-site-banner #hexagons {
        margin-top: -125px; }
    #peace.home.alert-on .nav-top + .secondary-nav-fixed {
      margin-top: 800px; }
  #usd.news-center.alert-on.alert-fix #alert-wrapper + #header-nav-wrapper + div.detail {
    margin-top: 204px; } }

/* In-Page SSO Log-In Form */
#page-content .login p.loginmessage {
  color: #c25219;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem; }

#page-content .login form {
  border: 1px solid #dddddd;
  padding: 1rem;
  margin-bottom: 2rem; }
  #page-content .login form label {
    display: inline-block; }

.dd-2015 {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  min-width: 100%;
  font-size: calc( 1rem + (5 - 1) * ( (60vw - 400px) / ( 1000 - 400) ));
  text-align: left;
  font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.25;
  background-color: #f6f6f6;
  background-image: url("/2016/business/images/custom-select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  border: 0;
  border-radius: 3rem 3rem 3rem 3rem;
  outline: none;
  box-shadow: inset 0px -4px 0px 0px #dddddd;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center; }
  .dd-2015 ul {
    margin-left: 0 !important; }
    .dd-2015 ul li {
      text-align: left; }
  .dd-2015 .dd-content {
    position: absolute;
    z-index: 3;
    top: 100%;
    right: 0;
    left: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-bottom: none;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
    list-style: none; }
    .dd-2015 .dd-content li {
      padding: 0 10px; }
      .dd-2015 .dd-content li:last-of-type a {
        border: none; }
      .dd-2015 .dd-content li:hover a {
        color: #7fb9e3; }
      .dd-2015 .dd-content li.active a {
        color: #0074c8; }
    .dd-2015 .dd-content a {
      display: block;
      padding: 10px 5px 10px 5px;
      font-size: 1rem;
      text-decoration: none;
      font-family: "adobe-garamond-pro-n4", "adobe-garamond-pro", "Times New Roman", serif;
      font-weight: 700;
      text-align: left;
      text-transform: none;
      color: #333;
      border-bottom: 1px solid #e6e8ea;
      transition: all 0.3s ease-out; }
      .dd-2015 .dd-content a:focus {
        outline: none;
        color: #7fb9e3; }

/* -------------------------------------------- XSMALL */
/* -------------------------------------------- MEDIUM */
/* -------------------------------------------- LARGE */
@media only screen and (min-width: 48.063em) {
  .dd-2015 {
    height: 4.25rem;
    padding-left: 4rem;
    font-size: 1.25rem;
    line-height: 1.25; }
    .dd-2015 .dd-content li a {
      font-size: 1.25rem; } }

/* -------------------------------------------- XLARGE */
@media only screen and (min-width: 64.063em) {
  .dd-2015 {
    font-size: 1.5rem; } }

/* -------------------------------------------- XXLARGE */
@media only screen and (min-width: 90.063em) {
  .dd-2015 {
    padding-left: 3.75rem;
    font-size: 1.75rem; } }

#apply-now {
  background-color: #f6f6f6 !important;
  color: #FFFFFF;
  padding: 0;
  min-height: 75px; }
  #apply-now p {
    margin: 0;
    padding: 1.5rem 0rem 1.5rem 1rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #apply-now .message {
    background-color: #003b70;
    line-height: 100px;
    padding: 0;
    z-index: 2; }
    #apply-now .message p {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.4; }
    #apply-now .message:after {
      content: '';
      display: block;
      width: 65px;
      height: 100%;
      position: absolute;
      top: 0;
      right: -65px;
      background: linear-gradient(-240deg, #003b70 50%, transparent 0%) repeat scroll 0 0 transparent; }
  #apply-now .action {
    background-color: #0074c8;
    padding-left: 3rem;
    text-transform: uppercase;
    z-index: 1; }
    #apply-now .action a {
      color: #FFFFFF;
      display: inline-block;
      font-size: 1.75rem;
      letter-spacing: 1px;
      line-height: 1;
      font-weight: 300;
      margin-top: 0; }
      #apply-now .action a .focus {
        font-weight: 700; }

/* -------------------------------------------- MEDIUM */
@media only screen and (min-width: 40.063em) {
  #apply-now .message p {
    font-size: 16px; }
  #apply-now .action {
    padding-left: 4rem; }
    #apply-now .action a {
      font-size: 1.875rem; } }

/* -------------------------------------------- LARGE */
@media only screen and (min-width: 48.063em) {
  #apply-now p {
    margin: 0;
    padding: 2rem 0rem 2rem 2rem; }
  #apply-now .message a {
    font-size: 2rem; }
  #apply-now .action {
    padding-left: 1rem; }
    #apply-now .action p {
      text-align: center; } }

/* -------------------------------------------- XLARGE */
/* -------------------------------------------- XSMALL ONLY */
@media only screen and (max-width: 30em) {
  #apply-now p {
    padding: 1.5rem 0rem 1.5rem 1rem; }
  #apply-now .message p {
    font-size: 1.15rem !important; }
  #apply-now .action a {
    font-size: 1.5rem !important; } }

/* Majors Minors List */
#majors-minors-list {
  /* GENERAL LISTING */
  /* School Headers  */
  /* Row */
  /* Program */
  /* Degree Type */
  /* NO BORDER LISTING */
  /* GRADUATE SPECIFIC LISTING */ }
  #majors-minors-list .school {
    margin-bottom: 2.25rem;
    /* CAS */
    /* BUSINESS */
    /* ENGINEERING */
    /* LAW */
    /* SOLES */
    /* NURSING */
    /* PEACE */
    /* PCE */ }
    #majors-minors-list .school h2 {
      color: #000000 !important;
      border-bottom-width: 5px;
      border-bottom-style: solid;
      margin-bottom: 0.5rem !important;
      padding-left: 0.5rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 1.25rem !important; }
    #majors-minors-list .school.school-16 h2 {
      border-bottom-color: #00a499; }
    #majors-minors-list .school.school-35 h2 {
      border-bottom-color: #eeaa2b; }
    #majors-minors-list .school.school-19 h2 {
      border-bottom-color: #acd722; }
    #majors-minors-list .school.school-36 h2 {
      border-bottom-color: #75bee9; }
    #majors-minors-list .school.school-37 h2 {
      border-bottom-color: #ce7547; }
    #majors-minors-list .school.school-38 h2 {
      border-bottom-color: #92002d; }
    #majors-minors-list .school.school-39 h2 {
      border-bottom-color: #ac95c0; }
    #majors-minors-list .school.school-33 h2 {
      border-bottom-color: #b49586; }
  #majors-minors-list .row {
    border-bottom: 1px solid #dddddd;
    margin: 0 !important;
    padding: 0.75rem 0 !important; }
    #majors-minors-list .row.header {
      margin: 0 !important; }
      #majors-minors-list .row.header .columns {
        padding: 0; }
      #majors-minors-list .row.header span {
        text-align: center;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-weight: 700;
        letter-spacing: 0.5px;
        color: #646469; }
    #majors-minors-list .row .columns {
      display: inline-block; }
  #majors-minors-list .program {
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
    /* Icon */
    /* Name */
    /* Concentrations */ }
    #majors-minors-list .program span.icon {
      font-size: 2rem;
      display: inline-block;
      width: 40px;
      float: left;
      margin-right: 0.5rem;
      line-height: 1;
      vertical-align: middle; }
    #majors-minors-list .program a.program-name {
      font-weight: 300; }
    #majors-minors-list .program ul {
      float: left;
      clear: both;
      margin: 1rem 0 0 0; }
      #majors-minors-list .program ul li {
        list-style-type: none;
        font-size: 0.875rem;
        border-left: 0.375rem solid #eeeeee;
        padding: 0.25rem 0 0.5rem 0.5rem;
        margin-bottom: 0.5rem !important;
        color: #646469; }
  #majors-minors-list .degree,
  #majors-minors-list .major,
  #majors-minors-list .minor {
    text-align: center;
    font-weight: 300; }
  #majors-minors-list.minors .row.header, #majors-minors-list.certificate .row.header, #majors-minors-list.credential .row.header {
    border-bottom: 0 none;
    padding-bottom: 0 !important; }

/* --------------------------------------------- SMALL */
@media only screen {
  #majors-minors-list .program,
  #majors-minors-list .degree,
  #majors-minors-list .major,
  #majors-minors-list .minor {
    font-size: 1.15rem; } }

/* -------------------------------------------- MEDIUM */
@media only screen and (min-width: 40.063em) {
  #majors-minors-list .program,
  #majors-minors-list .degree,
  #majors-minors-list .major,
  #majors-minors-list .minor {
    font-size: 1.25rem; }
  #majors-minors-list .program ul {
    margin: 0.5rem 0 0 2.25rem; }
    #majors-minors-list .program ul li {
      padding: 0.15rem 0 0.25rem 0.5rem;
      font-size: 1rem; } }

/* -------------------------------------------- LARGE */
@media only screen and (min-width: 48.063em) {
  #majors-minors-list .program span.icon {
    font-size: 2.25rem; }
  #majors-minors-list .program ul li {
    padding: 0 0 0 0.5rem; } }

/* -------------------------------------------- XLARGE */
/* -------------------------------------------- XSMALL */
/* SIDE NAV */
#jobs-form .row .row {
  margin: 0 -0.9375rem; }

#jobs-form .content-wrapper-inner #content .page-content-wrapper #page-content .columns {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important; }

#jobs-form nav#nav-side {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important; }
  #jobs-form nav#nav-side h3 {
    font-size: 1.25rem;
    margin-bottom: .75rem;
    color: #003b70; }
  #jobs-form nav#nav-side #search-keyword {
    margin: 0; }
  #jobs-form nav#nav-side #job-filters small {
    margin: .25rem 0 1.25rem 0;
    display: block; }
  #jobs-form nav#nav-side #search-filters h3 {
    font-size: 1rem;
    margin-bottom: .5rem; }
  #jobs-form nav#nav-side #search-filters ul li {
    border: none;
    position: relative;
    line-height: 1.25; }
    #jobs-form nav#nav-side #search-filters ul li input {
      margin: 10px 0 0 -12px; }
    #jobs-form nav#nav-side #search-filters ul li label {
      font-size: 1rem !important;
      padding: 0.25rem 0.25rem; }
  #jobs-form nav#nav-side .panel {
    padding: 1.25rem .625rem; }
    #jobs-form nav#nav-side .panel h3 {
      color: #0074c8 !important;
      margin-bottom: .5rem; }
    #jobs-form nav#nav-side .panel .button {
      margin-right: 0 !important;
      margin-bottom: 0 !important; }

#jobs-form .button {
  padding: 0.75rem 2rem;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 300;
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: 'Scope One', serif; 
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  background-color: #00a499;
  border-color: #7fd1cc;
  color: #FFFFFF !important;
  transition: background-color 300ms ease-out;
  background-image: none;
  box-shadow: none;
  border: none; }
  #jobs-form .button.small {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.875rem 1.75rem;
    border-width: 2px;
    border-style: solid;
    border-color: #00a499;
    color: #2c2c2c !important;
    background: transparent !important;
    font-weight: 600; }

#jobs-form table th {
  background-color: #FFFFFF;
  border-bottom: 3px solid #00a499;
  color: #2c2c2c;
  padding: 0.625rem 0.625rem;
  font-weight: 600;
  padding: .75rem 1rem; }

#jobs-form #job-details table {
  border: 1px solid #dddddd;
  border-top: 0; }
  #jobs-form #job-details table th {
    background-color: #eeeeee;
    color: #2c2c2c;
    border: none;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd; }

#jobs-form #recent-jobs ul li, #jobs-form #search-results ul li {
  margin-left: 0;
  list-style: none; }

#jobs-form ul.filter li {
  margin: 0 0 0.125rem 0 !important; }
  #jobs-form ul.filter li input {
    margin: 6px 0 0 -17px; }
  #jobs-form ul.filter li .count {
    color: #686868; }

#jobs-form .summary td {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6; }

#jobs-form.careers-subscribe .job-search-title {
  display: none; }

#jobs-form .contact-info .contact-details, #jobs-form .contact-info .contact-connect {
  padding: 1rem 0 0 0; }

#jobs-form .contact-info .contact-heading, #jobs-form .contact-info .map {
  padding: 0; }

#social-media {
  padding: 2rem 1rem; }

#PageUpPeopleLink {
  display: none; }

#search-keyword {
  width: 100%; }

.g-recaptcha {
  margin-bottom: 1rem; }

#lang-picker ul, #job-mail-content {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0; }

#jobs-form.careers-subscribe #job-filters {
  display: none; }

#jobs-form.careers-subscribe .button.back-link {
  padding: 0;
  background: none;
  color: #0074c8 !important;
  font-size: 1rem;
  font-weight: 500; }

#job-content #job-details {
  margin: 2rem 0; }

#campaignsDiv {
  padding-top: 2rem;
  border-top: 1px solid #dddddd; }
  #campaignsDiv #campaigns ul li {
    margin: 1rem 0 !important;
    padding: 0; }

/* XSmall Up // up to 480pxâ€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* Small Up // up to 480pxâ€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* Medium Up // up to 768pxâ€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  #job-content .apply-link {
    float: right; } }

/* Large Up // up to 1025px-â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  #jobs-form nav#nav-side {
    padding-right: 0.25rem !important; } }

/* XLarge Up // up to 1441px-â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* XXLarge Up // 1441px and upâ€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/*** viewport-specific CSS ***/
@media only screen {
  .content-wrapper-inner #content .page-content-wrapper h1 {
    margin: 0.25rem 0 0.15rem; } }

/* Medium Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 40.063em) {
  .content-wrapper-inner #content .page-content-wrapper h1 {
    margin: .25rem 0 0.15rem; }
  .content-wrapper-inner #content .page-content-wrapper #page-content h2 {
    font-size: 1.75rem; } }

/* Large Up  â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 48.063em) {
  .content-wrapper-inner #content .page-content-wrapper {
    padding: 0; } }

/* XLarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 64.063em) {
  /*** COLUMN WIDTHS ***/
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-12 {
    width: 100%; }
  /*** BLOCK GRID ***/
  .xlarge-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .xlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .xlarge-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .xlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .xlarge-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .xlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .xlarge-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .xlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .xlarge-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .xlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .xlarge-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .xlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .xlarge-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .xlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .xlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .xlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .xlarge-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .xlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .xlarge-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .xlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .xlarge-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .xlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .xlarge-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .xlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; }
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .xlarge-offset-0 {
    margin-left: 0% !important; }
  .xlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xlarge-offset-3 {
    margin-left: 25% !important; }
  .xlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xlarge-offset-6 {
    margin-left: 50% !important; }
  .xlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xlarge-offset-9 {
    margin-left: 75% !important; }
  .xlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xlarge-offset-11 {
    margin-left: 91.66667% !important; } }

/* xxlarge Up â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (min-width: 90.063em) {
  /*** COLUMN WIDTHS ***/
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-12 {
    width: 100%; }
  /*** BLOCK GRID ***/
  .xxlarge-block-grid-1 > li {
    width: 100%;
    list-style: none; }
  .xxlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .xxlarge-block-grid-2 > li {
    width: 50%;
    list-style: none; }
  .xxlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .xxlarge-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
  .xxlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .xxlarge-block-grid-4 > li {
    width: 25%;
    list-style: none; }
  .xxlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .xxlarge-block-grid-5 > li {
    width: 20%;
    list-style: none; }
  .xxlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .xxlarge-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
  .xxlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .xxlarge-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
  .xxlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .xxlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
  .xxlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .xxlarge-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
  .xxlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .xxlarge-block-grid-10 > li {
    width: 10%;
    list-style: none; }
  .xxlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .xxlarge-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
  .xxlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .xxlarge-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
  .xxlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; }
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; } }

@media only screen {
	.cd-menu-text {
		display: none !important;
	}
	.cd-menu-3bars {
		font-size: 17px;
		padding-top: 17px;
	}
}

.fa-search::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f002";	
}

@media only screen and (min-width: 40.063em) {
	.cd-menu-text {
		display: inline-block !important;
	}
	.cd-menu-3bars {
		font-size: 16px;
		padding-top: 0px;
	}
}

.cd-primary-login-trigger {
	/* background-color: rgb(153,19,34); */
	bottom: auto;
	height: 100%;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	padding-top: 5px;
}
@media only screen and (min-width: 1441px) {
    .bannerImageHP {
        background-image: url('https://hollandcollege.com/images/frontpage-desktop-1141.jpg'); 
        background-size: cover; 
        min-height: 590px; 
        background-position: center center;
    }
}
@media only screen and (max-width: 1441px) {
    .bannerImageHP {
        background-image: url('https://hollandcollege.com/images/frontpage-desktop-1141.jpg'); 
        background-size: cover; 
        min-height: 590px; 
        background-position: center center;
    }
}
@media only screen and (max-width: 1025px) {
    .bannerImageHP {
        background-image: url('https://hollandcollege.com/images/frontpage-desktop-1025.jpg'); 
        background-size: cover; 
        min-height: 420px; 
        background-position: center center;
    }
}
@media only screen and (max-width: 768px) {
    .bannerImageHP {
        background-image: url('https://hollandcollege.com/images/frontpage-tablet-768.jpg'); 
        background-size: cover; 
        min-height: 450px; 
        background-position: center center;
    }
}
@media only screen and (max-width: 648px) {
    .bannerImageHP {
        background-image: url('https://hollandcollege.com/images/frontpage-mobile-648.jpg'); 
        background-size: cover; 
        min-height: 380px; 
        background-position: center center;
    }
}
@media only screen and (max-width: 340px) {
    .bannerImageHP {
        background-image: url('https://hollandcollege.com/images/frontpage-mobile-340.jpg'); 
        background-size: cover; 
        min-height: 200px; 
        background-position: center center;
    }
}

@media only screen and (min-width: 40.063em) {
	.bannerImage {
		height: 230px;
	}
}

@media only screen and (min-width: 48.063em) {
	.bannerImage {
		height: 420px;
		padding-top:150px;
	}
}

.HPBannerBtns {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 10%;
}



.marketingH2 {
	font-size: 60px; 
	color: rgb(153,19,34);
	margin-top: -28px; 
	margin-bottom: -8px; 
	font-weight:600;
}
 .marketingH2TC {
	 font-size: 90px;
	 color: rgb(153,19,34);
	 margin-top: -28px;
	 margin-bottom: -8px;
	 font-weight:600;
}

.marketingH22022 {
	font-size: 60px; 
	color: rgb(153,19,34);
	margin-top: -15px; 
	margin-bottom: 5px; 
	font-weight:600;
}

.centerText {
	text-align: center;
}

.textCaps {
	text-transform: uppercase;
	font-family: 'rawline', sans-serif;
	letter-spacing: 0.5px;
	line-height: 18px;
	font-size:13px;
}

.textCapsTC {
	text-transform: uppercase;
	font-family: 'rawline', sans-serif;
	letter-spacing: 0.5px;
	line-height: 18px;
	font-size:25px;
}

.whitefont {
	color:#FFF;
}

.blackFont {
	color:#000;
}

/* Areas of Interest */

.AoIRow {
	background-color: #2c2c2c;
	margin-top: 10px;
}

.AoIInnerRow {
	padding-bottom: 15px; 
	margin-left: auto !important; 
	margin-right: auto !important;
}

.AoICenterPad {
	text-align: center; 
	padding-top:10px;
}

.AoIBtn {
	background-color: rgb(128,20,32); 
	border-color: rgb(128,20,32); 
	text-transform: uppercase; 
	width: 130px; 
	margin-right: 5px; 
	margin-bottom: 15px; 
	font-size: 10px; 
	margin-top: 15px;
	font-family: 'rawline', sans-serif;
}

/* CIC APA HP */

.APACICFrame {
	padding-bottom: 15px; 
	padding-top: 15px; 
	margin-left: auto !important; 
	margin-right: auto !important;
}

.CICbox {
	background-color: rgb(128,20,32); 
	text-align: center;
	min-height: 180px;
	margin-bottom: 10px;
}

.CICTitle {
	color:#FFF; 
	padding-left: 3px; 
	text-transform: uppercase; 
	font-size: 11px; 
	font-weight: bold; 
	padding-right: 3px;
}

.CICSubTitle {
	color:#FFF; 
	font-size: 12px; 
	margin-top: -5px;
	line-height: 1.2;
}

.QuestionBox {
	background-color: #d7d7d7; 
	text-align: center;
	padding: 10px;
	min-height: 141px;
}

.questionBoxBtn {
	background-color: rgb(128,20,32); 
	border-color: rgb(128,20,32); 
	text-transform: uppercase; 
	width: 130px; 
	margin-right: 5px; 
	margin-bottom: 15px;
	font-family: 'rawline', sans-serif;
	font-size: 13px;
}

.hurricaneBoxBtn {
background-color: #571C1E;
border-color: #571C1E;
text-transform: uppercase;
width: 215px;
margin-right: 5px;
margin-bottom: 15px;
font-family: 'rawline', sans-serif;
font-size: 13px;
border-radius: 0;
}

.questionBoxBtn:hover {
    background-color: #682B71;
    border-color: #682B71;
}

.questionBoxBtn:active {
    background-color: #682B71;
}

.questionBoxBtn:focus {
    background-color: #682B71;
}

.questionBoxBtn:target {
    background-color: #682B71;
}

.AoIBtn:hover {
    background-color: #682B71;
    border-color: #682B71;
}

.AoIBtn:active {
    background-color: #682B71;
}

.AoIBtn:focus {
    background-color: #682B71;
}

.AoIBtn:target {
    background-color: #682B71;
}

/*.h2Title {
    font-size: 15px;
    text-transform: uppercase;
}*/

.bcNav {
 color:#2c2c2c;
 font-weight: inherit;
 font-size: 11px;
 font-family: 'rawline', sans-serif;
}

.dropCap > p::first-letter {
    color: rgb(128,20,32); 
    font-size: 75px; 
    font-weight: bold; 
    float: left; 
    font-family: 'rawline', sans-serif; 
    line-height: 60px; 
    padding-top: 4px; 
    padding-right: 8px; 
    padding-left: 3px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #FFFFFF;
}
.table > tr > th, .table > tbody > tr > th, .table > thead > tr > th {
    background-color: #FFFFFF;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    font-size:13px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 48.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gradient {
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0.65+62 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.65) 90%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 90%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 90%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */   
}

.programTitle {
    color: #FFF; 
    text-transform: uppercase; 
    text-align: center; 
    font-size: 26px; 
    letter-spacing: 4px; 
    font-weight: bold;
    line-height: 27px;
    margin-top: 7px;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.breadcrumb {
    background-color: #eeeeee; 
    padding-top:3px; 
    padding-bottom: 3px;
    margin-bottom: 9px;
}

.programStat {
    font-family: 'rawline', sans-serif;
    font-size: 13px; 
    padding-top: 10px; 
    padding-bottom: 24px;
}

.well {
    float: none;
}

/* Online Application hide fields */
#USSec {
    display:none;
}

#OtherSec {
    display:none;
}

#CofO {
    display:none;
}

#last_HS {
    display:none;
}

#highestGC {
    display:none;
}

#gedPS {
    display:none;
}

#adultEdrow {
    display:none;
}

#adultEdrow2 {
    display:none;
}

#othercollegesattended {
    display:none;
}

#othercollegesattended2 {
    display:none;
}

#othercollegesattended3 {
    display:none;
}

#othercollegesattended4 {
    display:none;
}

#LPT {
    display:none;
}

/* Form Validation */
input.validation-failed, textarea.validation-failed, select.required {
    border: 1px solid #FF3300;
}

input.validation-passed, textarea.validation-passed {
    border: 1px solid #00CC00;
}

input.required, textarea.required {
    border: 1px solid #fda9af;
}

.socialLinksT {
    color: #2c2c2c;
    font-size: 34px;
}

.scroll-left {
 height: 50px;	
 overflow: hidden;
 position: relative;
 background-color: rgb(222,135,3);;
 color: #FFF;
 border: 1px solid orange;
 margin-top: -100px;
}

.scroll-left p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 font-size: 16px;
font-weight: bold;
letter-spacing: .5px;
 /* Starting position */
 /*-moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%); */
 /* Apply animation to this element */	
 /*-moz-animation: scroll-left 25s linear infinite;
 -webkit-animation: scroll-left 25s linear infinite;
 animation: scroll-left 25s linear infinite; */
}
/* Move it (define the animation) */
/*@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
} */
/*@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}*/
/*@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); 
 -webkit-transform: translateX(100%); 
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); 
 -webkit-transform: translateX(-100%); 
 transform: translateX(-100%); 
 } 
}*/

@media only screen and (max-width: 768px) {
    .scroll-left {
         height: 74px;
         position: relative;
         background-color: rgb(222,135,3);;
         color: #FFF;
         border: 1px solid orange;
         margin-top: 28px;
    }

    .scroll-left p {
         position: absolute;
         width: 100%;
         height: 100%;
         margin: 0;
         line-height: 21px;
         text-align: center;
         font-size: 16px;
        font-weight: bold;
        letter-spacing: .5px;
        margin-top:5px;
    }
}

@media only screen and (min-width: 768px) {
    .scroll-left {
         height: 36px;
         position: relative;
         background-color: rgb(222,135,3);;
         color: #FFF;
         border: 1px solid orange;
         margin-top: 100px;
    }

    .scroll-left p {
         position: absolute;
         width: 100%;
         height: 100%;
         margin: 0;
         line-height: 21px;
         text-align: center;
         font-size: 16px;
        font-weight: bold;
        letter-spacing: .5px;
        margin-top:5px;
    }
}

 .openStatusCampus {
	background-color: #FFF;
 }
 
.delayedStatusCampus {
	background-color: #f8c30e;
	color:#FFF !important;
 }
 
 .delayedStatusCampus h2 {
	color:#FFF !important;
 }
 
.closedStatusCampus {
	background-color: #db4040;
	color:#FFF !important;
 }
 
 .closedStatusCampus h2 {
	color:#FFF !important;
 }
 
 @media only screen {
   .womensteamsBox {
    margin-right: 0px;
    background-color: #eeeeee;
    }
    
    .mensteamsBox {
        margin-left: 0px;
        margin-top: 10px;
        background-color: #eeeeee;
    } 
}

@media only screen and (min-width: 40.063em) {
    .womensteamsBox {
        margin-right: 15px; 
        background-color: #eeeeee;
    }
    
    .mensteamsBox {
        margin-left: 15px; 
        background-color: #eeeeee;
        margin-top: 0px;
    }
}

.required {
    border: 1px solid red;
}

.whiteLink {
    color: #FFF;
    font-family: 'rawline', sans-serif;
    letter-spacing: 0.5px;
    font-weight:normal;
}

.whiteLink:hover {
    color: #FFF;
    background-color: #000 !important;
}

.loginMI {
    padding: 5px;
}

.loginMI:hover {
    background-color: #000;
    border-radius: 5px;
}

.HPNews{
    color: #000; 
    margin-bottom: 15px; 
    min-height: 241px;
}

@media only screen and (max-width: 30em) {
    .HPNews{ 
    min-height: 241px;
    }
 }

.hpCICAPA {
    height:160px;
    width:100%;
}

@media only screen and (max-width: 30em) {
    .hpCICAPA {
        height:115px;
    }
}

.footerHR {
    border: solid rgb(128,20,32);
    border-width: 1px 0 0;
    clear: both;
    margin: 3px 0 6px;
    height: 0;
    width: 60%;
    text-align: left;
}

.footerHR2 {
    border: solid rgb(128,20,32);
    border-width: 1px 0 0;
    clear: both;
    margin: 3px 0 6px;
    height: 0;
    width: 100%;
    text-align: left;
}

.panel-heading {
    padding: 2px 19px !important; 
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8px;
    color: inherit;
    font-weight: normal;
}

.panel-title a {
    color:#FFF;
    font-weight:normal;
    font-family: 'rawline', sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footerPanel-body {
    border-top: 0px !important;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
    padding-top: 0px;
}

@media screen and (max-width: 767px) {
    .table-responsive>.table-bordered {
        border: 1px solid #ddd;
    }
}


.intro-news-filter {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    height: 32px;
    background-color: #d7d7d7;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}

.intro-news-filter .nav-tabs .nav-link.active {
    color: rgb(128,20,32);
}

.intro-news-filter .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    color: #2c2c2c;
    text-transform: uppercase;
    line-height: 32px;
    background-color: transparent;
}

.intro-news-filter h6 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 32px;
    color: #404040;
    text-transform: uppercase;
    padding-left: 15px;
    margin-top: 0px;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
    width: 100%;
}

.intro-news-filter .nav-tabs {
    border-bottom: none;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.single-blog-post {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.mb-5, .my-5 {
    margin-bottom: 1rem !important;
}

.mb-30 {
    margin-bottom: 20px !important;
}

.single-blog-post.style-2 .blog-thumbnail {
    margin-bottom: 20px;
}

.single-blog-post.style-2 .blog-thumbnail img {
    width: 100%;
}

.single-blog-post.style-2 .blog-content {
    position: relative;
    z-index: 1;
}

.single-blog-post.style-2 .blog-content .post-date {
    font-size: 12px;
    color: #636363;
    margin-bottom: 10px;
}

.single-blog-post.style-2 .blog-content .post-title {
    display: block;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    color: #232323;
}

.single-blog-post.style-2 .blog-content .post-author {
    display: block;
    font-size: 12px;
    color: #636363;
    font-weight: 500;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-blog-post.style-4 .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    margin-right: 15px;
}

.single-blog-post.style-4 .blog-thumbnail img {
    width: 100%;
}

.single-blog-post.style-4 .blog-content .post-title {
    display: block;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    color: #232323;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-blog-post.style-4 .blog-content .post-date {
    font-size: 12px;
    color: #636363;
    margin-bottom: 10px;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.fade:not(.show) {
    opacity: 0;
}

.fade {
    transition: opacity .15s linear;
}

/* :: 9.0 Blog Area CSS */
.single-blog-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-blog-post.style-1 .blog-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-blog-post.style-1 .blog-thumbnail img {
      width: 100%;
      -webkit-transition-duration: 800ms;
      transition-duration: 800ms; }
    .single-blog-post.style-1 .blog-thumbnail.bg-overlay::after {
      z-index: 5; }
  .single-blog-post.style-1 .blog-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 50; }
    .single-blog-post.style-1 .blog-content .post-date {
      font-size: 14px;
      color: #ffffff;
      font-weight: 500;
      display: block;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single-blog-post.style-1 .blog-content .post-title {
      font-weight: 500;
      font-size: 30px;
      margin-bottom: 0;
      color: #ffffff;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-post.style-1 .blog-content .post-title {
          font-size: 24px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-post.style-1 .blog-content .post-title {
          font-size: 16px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-blog-post.style-1 .blog-content .post-title {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .single-blog-post.style-1 .blog-content .post-title {
          font-size: 16px; } }
      .single-blog-post.style-1 .blog-content .post-title:hover, .single-blog-post.style-1 .blog-content .post-title:focus {
        color: rgb(128,20,32); }
  .single-blog-post.style-1:hover .blog-thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .single-blog-post.style-2 .blog-thumbnail {
    margin-bottom: 7px; }
    .single-blog-post.style-2 .blog-thumbnail img {
      width: 100%; }
  .single-blog-post.style-2 .blog-content {
    position: relative;
    z-index: 1;
    min-height: 70px;}
    .single-blog-post.style-2 .blog-content .post-date {
      font-size: 12px;
      color: #636363;
      margin-bottom: 10px; }
    .single-blog-post.style-2 .blog-content .post-title {
      display: block;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 10px;
      color: #232323; }
      .single-blog-post.style-2 .blog-content .post-title:hover, .single-blog-post.style-2 .blog-content .post-title:focus {
        color: rgb(128,20,32); }
    .single-blog-post.style-2 .blog-content .post-author {
      display: block;
      font-size: 12px;
      color: #636363;
      font-weight: 500;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-blog-post.style-2 .blog-content .post-author:hover, .single-blog-post.style-2 .blog-content .post-author:focus {
        color: rgb(128,20,32); }
    .single-blog-post.style-2:hover .blog-content .post-title {
      color: rgb(128,20,32); }
  .single-blog-post.style-3 .blog-thumbnail {
    margin-bottom: 20px;
    position: relative;
    z-index: 1; }
    .single-blog-post.style-3 .blog-thumbnail img {
      width: 100%; }
    .single-blog-post.style-3 .blog-thumbnail .video-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 63px;
      height: 63px;
      background-color: #ef1b48;
      color: #ffffff;
      font-size: 24px;
      line-height: 63px;
      display: block;
      border-radius: 50%;
      text-align: center;
      margin: 0 auto 20px;
      z-index: 50; }
      .single-blog-post.style-3 .blog-thumbnail .video-btn:hover {
        background-color: #000000;
        color: #ffffff; }
  .single-blog-post.style-3 .blog-content {
    position: relative;
    z-index: 1; }
    .single-blog-post.style-3 .blog-content .post-date {
      font-size: 12px;
      color: #ffffff;
      margin-bottom: 10px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single-blog-post.style-3 .blog-content .post-title {
      display: block;
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 10px;
      color: #ffffff;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      line-height: 1.3; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-post.style-3 .blog-content .post-title {
          font-size: 18px; } }
      .single-blog-post.style-3 .blog-content .post-title:hover, .single-blog-post.style-3 .blog-content .post-title:focus {
        color: rgb(128,20,32); }
    .single-blog-post.style-3 .blog-content .post-author {
      display: block;
      font-size: 12px;
      color: #ffffff;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-weight: 500; }
      .single-blog-post.style-3 .blog-content .post-author:hover, .single-blog-post.style-3 .blog-content .post-author:focus {
        color: rgb(128,20,32); }
  .single-blog-post.style-3:hover .blog-content .post-title {
    color: rgb(128,20,32); }
  .single-blog-post.style-4 .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    margin-right: 15px; }
    .single-blog-post.style-4 .blog-thumbnail img {
      width: 100%; }
  .single-blog-post.style-4 .blog-content {
    position: relative;
    z-index: 1;
    min-height: 90px;}
    .single-blog-post.style-4 .blog-content .post-date {
      font-size: 12px;
      color: #636363;
      margin-bottom: 5px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single-blog-post.style-4 .blog-content .post-title {
      display: block;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 0;
      color: #232323;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-blog-post.style-4 .blog-content .post-title:hover, .single-blog-post.style-4 .blog-content .post-title:focus {
        font-weight: 600;
        color: rgb(128,20,32); }
  .single-blog-post.style-4:hover .blog-content .post-title {
    color: rgb(128,20,32); }
  .single-blog-post.style-5 .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    width: 45%;
    margin-right: 30px; }
    .single-blog-post.style-5 .blog-thumbnail img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .single-blog-post.style-5 .blog-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
  .single-blog-post.style-5 .blog-content {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(55% - 30px);
    flex: 0 0 calc(55% - 30px);
    max-width: calc(55% - 30px);
    width: calc(55% - 30px); }
    @media only screen and (max-width: 767px) {
      .single-blog-post.style-5 .blog-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .single-blog-post.style-5 .blog-content .post-date {
      font-size: 12px;
      color: #636363;
      margin-bottom: 10px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single-blog-post.style-5 .blog-content .post-title {
      display: block;
      font-weight: 600;
      font-size: 24px;
      margin-bottom: 10px;
      color: rgb(128,20,32);
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-post.style-5 .blog-content .post-title {
          font-size: 18px; } }
      .single-blog-post.style-5 .blog-content .post-title:hover, .single-blog-post.style-5 .blog-content .post-title:focus {
        font-weight: 600;
        color: rgb(128,20,32); }
    .single-blog-post.style-5 .blog-content .post-author {
      font-size: 12px;
      color: #636363;
      margin-bottom: 30px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      display: block; }
  .single-blog-post.style-5:hover .blog-content .post-title {
    color: rgb(128,20,32); }
  .single-blog-post.style-6 .blog-thumbnail {
    margin-bottom: 20px;
    position: relative;
    z-index: 1; }
    .single-blog-post.style-6 .blog-thumbnail img {
      width: 100%; }
    .single-blog-post.style-6 .blog-thumbnail .video-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 44px;
      height: 44px;
      background-color: #ef1b48;
      color: #ffffff;
      font-size: 18px;
      line-height: 44px;
      display: block;
      border-radius: 50%;
      text-align: center;
      margin: 0 auto 20px;
      z-index: 50; }
      .single-blog-post.style-6 .blog-thumbnail .video-btn:hover {
        background-color: #000000;
        color: #ffffff; }
  .single-blog-post.style-6 .blog-content {
    position: relative;
    z-index: 1; }
    .single-blog-post.style-6 .blog-content .post-date {
      font-size: 12px;
      color: #a2a2a2;
      margin-bottom: 10px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single-blog-post.style-6 .blog-content .post-title {
      display: block;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 0;
      color: rgb(128,20,32);
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      line-height: 1.3; }
      .single-blog-post.style-6 .blog-content .post-title:hover, .single-blog-post.style-6 .blog-content .post-title:focus {
        font-weight: 600;
        color: rgb(128,20,32); }
  .single-blog-post.style-6:hover .blog-content .post-title {
    color: rgb(128,20,32); }
    
    .intro-news-filter {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  height: 32px;
  background-color: #d7d7d7; }
  @media only screen and (max-width: 767px) {
    .intro-news-filter {
      height: 64px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .intro-news-filter {
      height: 32px; } }
  .intro-news-filter h6 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 32px;
    color: rgb(128,20,32);
    text-transform: uppercase;
    padding-left: 15px; }
  .intro-news-filter .nav-tabs {
    border-bottom: none;
    justify-content: space-between;}
    .intro-news-filter .nav-tabs .nav-link {
      border: none;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      display: block;
      padding: 0 15px;
      font-size: 12px;
      color: #2c2c2c;
      text-transform: uppercase;
      line-height: 32px;
      background-color: transparent;
      font-family: 'rawline', sans-serif;}
      .intro-news-filter .nav-tabs .nav-link.active {
        color: rgb(128,20,32); }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .intro-news-filter .nav-tabs .nav-link {
          padding: 0 8px; } }
          
.vl {
  border-left: 2px solid white;
  height: 23px;
  margin-top: 4px;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.newsImage {
       padding-right: 20px; 
       max-width: 100%;
   }

@media only screen and (max-width: 500px) {
   .newsImage {
       padding-right: 0px; 
       max-width: 100%;
   }

}

.contactTour{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;  
}

@media only screen and (max-width: 40.063em) {
 .contactTour{
  position: relative;
  top: 0%;
  transform: translateY(0%) translateX(0%);
  left: 0%;  
}
}

.apasize {
       height: 45px !important;
   }

@media only screen and (max-width: 448px) {
   .apasize {
       min-height: 94px !important;
   }
}

.accountLoginBtn {
   background-color: transparent !important; 
   padding-bottom: 14px; 
   height: 63px; 
   margin-bottom: -5px; 
   border-color: transparent !important; 
   padding-top: 1rem; 
   padding-right: 2rem; 
   padding-left: 2rem; 
}

@media only screen and (max-width: 640px) {
   .accountLoginBtn {
        background-color: transparent !important; 
        padding-bottom: 14px;
        height: 66px;
        margin-bottom: -8px;
        border-color: transparent !important; 
        padding-top: 0rem;
        padding-right: 2rem;
        padding-left: 2rem;
    } 
    
    .dropdown-menuAL {
        position: relative;
        left: 45px;
        float: right;
    }
}

.newsImgOptmize {
  /* image-rendering: -moz-crisp-edges;      
  image-rendering:   -o-crisp-edges;         
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;*/
  /*-ms-interpolation-mode: nearest-neighbor; */   
}

#hc-cookie-banner { 
    position: fixed; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    z-index: 999; 
    border-radius: 0; 
    display: none; 
}