@charset "UTF-8";
/*
 * Setup files
 */
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/*------------------------------------*	 $VARIABLES
\*------------------------------------*/
.bg-dark {
  background-color: #000;
  color: #fff; }

.bg-white {
  background-color: #fff; }

.bg-transparent {
  background-color: transparent;
  color: #fff; }

.bg-light {
  background-color: #edebe4; }

.bg-brand {
  background-color: #0069aa;
  color: #fff; }

.bg-gray {
  background-color: #4a4840;
  color: #000; }

.bg-complement {
  background-color: #a39161;
  color: #fff; }

.bg-alpha.bg-dark {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff; }

.bg-alpha.bg-white {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-alpha.bg-light {
  background-color: rgba(237, 235, 228, 0.8); }

.bg-alpha.bg-brand {
  background-color: rgba(0, 105, 170, 0.8);
  color: #fff; }

.bg-alpha.bg-gray {
  background-color: rgba(74, 72, 64, 0.8);
  color: #000; }

.bg-alpha.bg-complement {
  background-color: rgba(163, 145, 97, 0.8);
  color: #fff; }

.font-secondary {
  font-family: "Lato", sans-serif; }

.font-text {
  font-family: "Roboto", sans-serif; }

/*------------------------------------*    $RESET
\*------------------------------------*/
/* Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  box-sizing: border-box; }

html, body, div, object, iframe, h1, h2, h3, h4, h5, dl dt, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0; }

header, footer, nav, section, article, hgroup, figure {
  display: block; }

body {
  overflow-x: hidden; }

/*
* Foundation
*/
meta.foundation-version {
  font-family: "/5.5.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:75.1875em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:75.25em)/";
  width: 75.25em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:75.25em) and (max-width:90em)/";
  width: 75.25em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html,
body {
  font-size: 16px; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Libre Baskerville", "Times", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left; }

.right {
  float: right; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 75.1875rem;
  width: 100%; }
  .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 {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .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; }

.column + .column:last-child,
.columns + .columns:last-child {
  float: right; }

.column + .column.end,
.columns + .columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 75.25em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #edebe4; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #edebe4;
      color: #222222;
      display: block;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
         background: #D4D2CB; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #fff;
        font-family: "Roboto", sans-serif;
        display: block; }
.component .accordion-navigation .content { float:none; }
.accordion-title {    
position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
}
.active > .accordion-title::before {
    content: "-";
}
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+";
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #fff; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover,
    .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #fff; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #fff; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -1rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 1rem 2rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 75.25em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  border-style: none;
  border-width: 0;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 0; }
  .breadcrumbs > * {
    color: #008CBA;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #008CBA; }
    .breadcrumbs > *.current {
      color: #333333;
      cursor: default; }
      .breadcrumbs > *.current a {
        color: #333333;
        cursor: default; }
      .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 {
        color: #999999;
        cursor: not-allowed;
        text-decoration: none; }
    .breadcrumbs > *:before {
      color: #AAAAAA;
      content: "/";
      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: "/"; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Libre Baskerville", "Times", serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }
  button:hover,
  button:focus, .button:hover,
  .button:focus {
    background-color: #007095; }
  button:hover,
  button:focus, .button:hover,
  .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover,
    button.secondary:focus, .button.secondary:hover,
    .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover,
    button.secondary:focus, .button.secondary:hover,
    .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff; }
    button.success:hover,
    button.success:focus, .button.success:hover,
    .button.success:focus {
      background-color: #368a55; }
    button.success:hover,
    button.success:focus, .button.success:hover,
    .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
    button.alert:hover,
    button.alert:focus, .button.alert:hover,
    .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover,
    button.alert:focus, .button.alert:hover,
    .button.alert:focus {
      color: #fff; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff; }
    button.warning:hover,
    button.warning:focus, .button.warning:hover,
    .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover,
    button.warning:focus, .button.warning:hover,
    .button.warning:focus {
      color: #fff; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover,
    button.info:focus, .button.info:hover,
    .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover,
    button.info:focus, .button.info:hover,
    .button.info:focus {
      color: #fff; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-left: 0;
    padding-right: 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: #008CBA;
    border-color: #007095;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    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: #007095; }
    button.disabled:hover,
    button.disabled:focus, button[disabled]:hover,
    button[disabled]:focus, .button.disabled:hover,
    .button.disabled:focus, .button[disabled]:hover,
    .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover,
    button.disabled:focus, button[disabled]:hover,
    button[disabled]:focus, .button.disabled:hover,
    .button.disabled:focus, .button[disabled]:hover,
    .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover,
      button.disabled.secondary:focus, button[disabled].secondary:hover,
      button[disabled].secondary:focus, .button.disabled.secondary:hover,
      .button.disabled.secondary:focus, .button[disabled].secondary:hover,
      .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      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: #333333; }
      button.disabled.secondary:hover,
      button.disabled.secondary:focus, button[disabled].secondary:hover,
      button[disabled].secondary:focus, .button.disabled.secondary:hover,
      .button.disabled.secondary:focus, .button[disabled].secondary:hover,
      .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #fff;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover,
      button.disabled.success:focus, button[disabled].success:hover,
      button[disabled].success:focus, .button.disabled.success:hover,
      .button.disabled.success:focus, .button[disabled].success:hover,
      .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover,
      button.disabled.success:focus, button[disabled].success:hover,
      button[disabled].success:focus, .button.disabled.success:hover,
      .button.disabled.success:focus, .button[disabled].success:hover,
      .button[disabled].success:focus {
        color: #fff; }
      button.disabled.success:hover,
      button.disabled.success:focus, button[disabled].success:hover,
      button[disabled].success:focus, .button.disabled.success:hover,
      .button.disabled.success:focus, .button[disabled].success:hover,
      .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover,
      button.disabled.alert:focus, button[disabled].alert:hover,
      button[disabled].alert:focus, .button.disabled.alert:hover,
      .button.disabled.alert:focus, .button[disabled].alert:hover,
      .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover,
      button.disabled.alert:focus, button[disabled].alert:hover,
      button[disabled].alert:focus, .button.disabled.alert:hover,
      .button.disabled.alert:focus, .button[disabled].alert:hover,
      .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover,
      button.disabled.alert:focus, button[disabled].alert:hover,
      button[disabled].alert:focus, .button.disabled.alert:hover,
      .button.disabled.alert:focus, .button[disabled].alert:hover,
      .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #fff;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover,
      button.disabled.warning:focus, button[disabled].warning:hover,
      button[disabled].warning:focus, .button.disabled.warning:hover,
      .button.disabled.warning:focus, .button[disabled].warning:hover,
      .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      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: #fff; }
      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: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover,
      button.disabled.info:focus, button[disabled].info:hover,
      button[disabled].info:focus, .button.disabled.info:hover,
      .button.disabled.info:focus, .button[disabled].info:hover,
      .button[disabled].info:focus {
        background-color: #61b6d9; }
      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: #fff; }
      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: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  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 {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border-color: true; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.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;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #fff;
  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-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled],
  input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled],
  input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled],
  input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled],
  input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled],
  input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled],
  input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled],
  input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled],
  input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled],
  input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled],
  input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled],
  input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled],
  input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled],
  input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled],
  textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  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,
form .row .postfix-radius.row.collapse button {
  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,
form .row .prefix-round.row.collapse button {
  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,
form .row .postfix-round.row.collapse button {
  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;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #cccccc; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    background: #fff;
    font-weight: bold;
    margin-left: -0.1875rem;
    margin: 0;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-family: "Libre Baskerville", "Times", serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a,
    .tabs .tab-title.active a {
      background-color: #fff;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    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: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 75.1875em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 75.25em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 75.25em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
dl dt,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none; }
  a:hover,
  a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, dl dt, h6 {
  color: #222222;
  font-family: "Libre Baskerville", "Times", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, dl dt small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5, dl dt {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, dl dt, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5, dl dt {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right,
  .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-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: #fff;
  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 dl dt, dl .tab-bar dt, .tab-bar h6 {
    color: #fff;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #fff;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.66667rem;
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }
    ul.off-canvas-list li a:active {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 75.25em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape,
table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus,
  .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

@media not print {
  .show-for-print {
    display: none !important; } }

/* Font awesome */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/* Slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
 * Atoms
 * Element styles, extremely simple classes, generic decorations
 * If you are making a small, generic style and don't know where to
 * put it, it probably belongs here -- and it needs a pattern to
 * demonstrate it.
 */
/*------------------------------------*  $GLOBAL CLASSES
\*------------------------------------*/
body {
  background-color: white; }

main {
  display: block; }

iframe {
  border-width: 0; }

/* Clearfix */
.clearfix {
  *zoom: 1; }

.clearfix:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.space-below {
  margin-bottom: 1em; }
  .space-below.more {
    margin-bottom: 2em; }
  .space-below.lots {
    margin-bottom: 4em; }

.space-above {
  margin-top: 1em; }
  .space-above.more {
    margin-top: 2em; }
  .space-above.lots {
    margin-top: 4em; }

/* Completely remove from the flow but leave available to screen readers. */
.show-for-screenreaders {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

.text-replace {
  display: inline-block;
  font-size: 0; }

.background-underlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: 0 100%;
  background-repeat: no-repeat; }

/* Style used to fill containers that have white or transparent elements. */
.pl-transparentcontainer {
  padding: 1rem;
  background-color: gray;
  background-image: -webkit-linear-gradient(top, #d4d4d4, #414141);
  background-image: linear-gradient(to bottom, #d4d4d4, #414141); }

/*
 * 00-headings
 */
h1, .h1 {
  color: #85442e;
  font-weight: normal;
  font-style: normal; }
  h1.underlined, .h1.underlined {
    padding-bottom: 0.5rem;
    border-bottom: 1px #a39161 solid; }
  h1 a:link, h1 a:visited, .h1 a:link, .h1 a:visited {
    text-decoration: none; }
  h1 a:active, h1 a:hover, .h1 a:active, .h1 a:hover {
    text-decoration: none; }

h2, .h2 {
  color: #85442e;
  font-weight: normal;
  font-style: normal; }
  h2.underlined, .h2.underlined {
    padding-bottom: 0.5rem;
    border-bottom: 1px #a39161 solid; }
  h2 a:link, h2 a:visited, .h2 a:link, .h2 a:visited {
    text-decoration: none; }
  h2 a:active, h2 a:hover, .h2 a:active, .h2 a:hover {
    text-decoration: none; }

h3, .h3 {
  color: #85442e;
  font-weight: normal;
  font-style: normal; }
  h3.underlined, .h3.underlined {
    padding-bottom: 0.5rem;
    border-bottom: 1px #a39161 solid; }
  h3 a:link, h3 a:visited, .h3 a:link, .h3 a:visited {
    text-decoration: none; }
  h3 a:active, h3 a:hover, .h3 a:active, .h3 a:hover {
    text-decoration: none; }

h4, .h4 {
  color: #85442e;
  font-weight: normal;
  font-style: normal; }
  h4.underlined, .h4.underlined {
    padding-bottom: 0.5rem;
    border-bottom: 1px #a39161 solid; }
  h4 a:link, h4 a:visited, .h4 a:link, .h4 a:visited {
    text-decoration: none; }
  h4 a:active, h4 a:hover, .h4 a:active, .h4 a:hover {
    text-decoration: none; }

h5, dl dt, .h5 {
  color: #85442e;
  font-weight: normal;
  font-style: normal; }
  h5.underlined, dl dt.underlined, .h5.underlined {
    padding-bottom: 0.5rem;
    border-bottom: 1px #a39161 solid; }
  h5 a:link, dl dt a:link, h5 a:visited, dl dt a:visited, .h5 a:link, .h5 a:visited {
    text-decoration: none; }
  h5 a:active, dl dt a:active, h5 a:hover, dl dt a:hover, .h5 a:active, .h5 a:hover {
    text-decoration: none; }

h6, .h6 {
  color: #85442e;
  font-weight: normal;
  font-style: normal; }
  h6.underlined, .h6.underlined {
    padding-bottom: 0.5rem;
    border-bottom: 1px #a39161 solid; }
  h6 a:link, h6 a:visited, .h6 a:link, .h6 a:visited {
    text-decoration: none; }
  h6 a:active, h6 a:hover, .h6 a:active, .h6 a:hover {
    text-decoration: none; }

h1, .h1 {
  font-size: 1.5rem;
  font: "Libre Baskerville", "Times", serif; }
  @media only screen and (min-width: 40.0625em) {
    h1, .h1 {
      font-size: 1.75rem; } }
  @media only screen and (min-width: 75.25em) {
    h1, .h1 {
      font-size: 2.1875rem; } }

h2, .h2 {
  font-size: 1.375rem;
  font-family: "Libre Baskerville", "Times", serif;
  font-style: italic; }
  @media only screen and (min-width: 40.0625em) {
    h2, .h2 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 75.25em) {
    h2, .h2 {
      font-size: 1.75rem; } }

h3, .h3 {
  font-size: 1.125rem;
  font-family: "Libre Baskerville", "Times", serif;
  font-weight: bold;
  color: #4a4840;
  padding-bottom: 0.5rem;
  border-bottom: 1px #a39161 solid; }
  @media only screen and (min-width: 40.0625em) {
    h3, .h3 {
      font-size: 1.3125rem; } }

h4, .h4 {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #4a4840; }

h5, dl dt, .h5 {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #4a4840; }

h6, .h6 {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #4a4840; }

/*
 * 01-paragraph
 */
/*
 * 02-blockquote
 */
/*
  * 03-inline-elements
  */
a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
  a:link, a:visited {
    color: #0069aa;
    text-decoration: underline; }
  a:hover, a:active {
    color: #09aeda;
    text-decoration: underline; }

cite {
  display: block;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  line-height: 1.5;
  font-style: normal; }

abbr {
  border-bottom: 1px dotted #4a4840;
  cursor: help; }

/*
 * 06-hr
 */
hr {
  border: 0;
  height: 1px;
  background: #a39161;
  margin: 2em 0; }
  hr.space {
    background: transparent; }

/*
  * 07-headline
	*/
.headline {
  font-size: 1.5rem;
  font-family: "Libre Baskerville", "Times", serif;
  font-style: italic;
  text-align: center; }
  .headline em, .headline i {
    font-style: normal; }
  @media only screen and (min-width: 40.0625em) {
    .headline {
      text-align: left;
      font-size: 1.875rem; } }
  @media only screen and (min-width: 75.25em) {
    .headline {
      font-size: 2rem; } }

/*
 * 08-subhead
 */
.subhead {
  font-size: 1.125rem;
  font-style: normal;
  text-align: center; }
  @media only screen and (min-width: 40.0625em) {
    .subhead {
      font-size: 1.25rem;
      text-align: left; } }
  @media only screen and (min-width: 75.25em) {
    .subhead {
      font-size: 1.625rem; } }

/*
 * 09-superhead
	 */
.superhead {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  line-height: 1.5;
  font-size: 0.8125rem;
  text-align: center; }
  @media only screen and (min-width: 40.0625em) {
    .superhead {
      text-align: left; } }

/*
   * 10-teaser-text
 	 */
.fa-fancy-quotes:before {
  font-family: 'nc-uwfpens';
  content: "\e800"; }

.quotemark {
  width: 6.25rem;
  height: 4.2rem;
  margin: 0 auto;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat; }

.headgroup {
  color: #85442e; }
  .headgroup em, .headgroup i {
    color: #c67c06; }

a .headgroup {
  color: currentColor; }

a:link, a:visited {
  text-decoration: none; }

.blurb {
  font-family: "Roboto", sans-serif;
  color: #4a4840;
  font-size: 1.125rem; }

/* Base teaser layout */
.teaser .superhead {
  margin-bottom: 1rem; }

.teaser .headgroup {
  margin-bottom: 1rem; }

.teaser.alt .headline, .text-teaser .headline {
  font-style: normal; }
  .teaser.alt .headline em, .text-teaser .headline em, .teaser.alt .headline i, .text-teaser .headline i {
    font-style: italic; }

.teaser.alt .subhead, .text-teaser .subhead {
  font-style: italic; }
  .teaser.alt .subhead em, .text-teaser .subhead em, .teaser.alt .subhead i, .text-teaser .subhead i {
    font-style: normal; }

@media only screen and (min-width: 75.25em) {
  .teaser.alt .headline, .text-teaser .headline {
    font-size: 2rem; } }

@media only screen and (max-width: 40em) {
  .teaser .bodygroup {
    text-align: center; } }

.intro {
  font-size: 1.0625em;
  font-weight: bold; }

.small-info {
  font-family: "Lato", sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-style: italic;
  font-size: 0.6875rem; }

.pullquote {
  font-family: "Lato", sans-serif;
  font-size: 1.4375em; }

.caption {
  font-style: italic; }

.text a {
  text-decoration: underline; }

.text ul, .text ol {
  margin-left: 1.875rem;
  margin-bottom: 1em; }

.tinywords {
  font-size: .6em;
  line-height: inherit;
  display: inline-block;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  font-style: italic;
  text-transform: lowercase; }

ul, ol {
  margin: 0;
  padding: 0; }
  ul.clean, nav.routing ul, ol.clean {
    list-style: none; }

/* Definition Lists */
dl {
  margin: 0; }
  dl dt {
    margin: 0; }

dd {
  margin-left: 0; }

ul.inline {
  list-style: none; }
  ul.inline li {
    display: inline-block;
    margin-right: 1rem; }
  ul.inline.spaced-more li {
    margin-right: 2rem; }

ul.blocks li, .column-block ul li {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  line-height: 1.5;
  display: block !important;
  font-size: 1rem;
  background-color: #cfc7b0;
  padding: 1.25rem;
  margin-bottom: 0.3125rem;
  color: black; }
  ul.blocks li:before, .column-block ul li:before {
    display: none !important; }
  ul.blocks li:last-child, .column-block ul li:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 40.0625em) {
  ul.blocks li, .column-block ul li {
    display: block; } }

/*
 * 04-images
 */
/*
 * Generic field styles
 */
input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="datetime"],
input[type="datetime-local"] {
  font-family: "Roboto", sans-serif; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-style: italic; }

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-style: italic; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-style: italic; }

input::placeholder, textarea::placeholder, select::placeholder {
  font-style: italic; }

textarea, select {
  font-family: "Roboto", sans-serif; }

label {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 1rem;
  color: #4a4840; }

fieldset {
  border-top: 1px #85442e solid; }
  fieldset legend {
    color: #85442e;
    top: 0;
    background: transparent; }

abbr[title="Required"] {
  color: #0069aa;
  font-weight: bold; }

/*
 * text-fields
 */
/*
 * select menu
 */
select {
  border-top: 1px #0069aa solid !important; }

/*
 * checkbox
 */
/*
 * radio buttons
 */
/*
 * 00-simple-button
 */
button,
.button {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  line-height: 1.5;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
  background: #09aeda -webkit-linear-gradient(left, #0069aa, #0069aa 50%, #09aeda 50%, #09aeda) scroll no-repeat;
  background: #09aeda linear-gradient(to right, #0069aa, #0069aa 50%, #09aeda 50%, #09aeda) scroll no-repeat;
  background-size: 200%;
  background-position: 100%;
  font-size: 0.75rem;
  border-width: 0;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: inline-block;
  white-space: nowrap;
  position: relative; }
  button:hover,
  button:active,
  .button:hover,
  .button:active {
    background-position: 0; }
  button:after,
  .button:after {
    content: '';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .5em;
    content: ""; }
  buttonspan,
  .buttonspan {
    display: inline-block;
    cursor: pointer; }
  button:after,
  .button:after {
    -webkit-transition: margin-left 0.3s, margin-right 0.3s;
    transition: margin-left 0.3s, margin-right 0.3s; }
  button:link,
  button:visited,
  .button:link,
  .button:visited {
    text-decoration: none;
    color: white; }
  button:hover,
  button:active,
  .button:hover,
  .button:active {
    text-decoration: none;
    color: white; }
  li button,
  li .button {
    margin-bottom: 0.125rem; }
  button:last-child,
  .button:last-child {
    margin-bottom: 0; }
  button.textured .button-frame,
  .button.textured .button-frame {
    position: relative;
    z-index: 2; }
  button.textured:before,
  .button.textured:before {
    z-index: 1;
    content: '';
    display: block;
    background-size: 150%;
    background-position: left 40%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
    background-blend-mode: overlay; }
  button.block-button,
  button.transparent,
  button.button.transparent,
  button.mega-button,
  button.icon-button,
  .button.block-button, .button.transparent, .button.mega-button, .button.icon-button {
    text-align: left; }
  button.light,
  .button.light {
    color: #fff; }
    button.light:link,
    button.light:visited,
    .button.light:link,
    .button.light:visited {
      color: white; }
    button.light .button-frame,
    .button.light .button-frame {
      border-color: #fff; }

/*
 * 01-block-button
 */
button.block-button .button-frame,
button.transparent .button-frame,
button.mega-button .button-frame,
button.icon-button .button-frame,
button.block-button > .button-text,
button.transparent > .button-text,
button.mega-button > .button-text,
button.icon-button > .button-text,
.button.block-button .button-frame,
.button.transparent .button-frame,
.button.mega-button .button-frame,
.button.icon-button .button-frame,
.button.block-button > .button-text, .button.transparent > .button-text, .button.mega-button > .button-text, .button.icon-button > .button-text {
  display: inline-block;
  vertical-align: middle;
  padding-right: 1em;
  margin-right: 0;
  text-align: left;
  border-right: 1px currentColor solid;
  white-space: normal; }

button.block-button:after,
button.transparent:after,
button.button.transparent:after,
button.mega-button:after,
button.icon-button:after,
.button.block-button:after, .button.transparent:after, .button.mega-button:after, .button.icon-button:after {
  margin: 0;
  padding-left: 1.25em;
  padding-right: 1em; }

button.transparent,
.button.transparent {
  background-color: transparent;
  background-image: none;
  -webkit-transition: none;
  transition: none;
  padding-left: 0;
  color: #0069aa;
  display: table; }
  button.transparent > .button-frame,
  button.transparent > .button-text,
  .button.transparent > .button-frame,
  .button.transparent > .button-text {
    display: table-cell;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    border-right-width: 0; }
  button.transparent:link,
  button.transparent:visited,
  button.transparent:hover,
  button.transparent:active,
  .button.transparent:link,
  .button.transparent:visited,
  .button.transparent:hover,
  .button.transparent:active {
    background: none;
    color: #0069aa; }
  button.transparent .button-text,
  .button.transparent .button-text {
    display: inline-block; }
  button.transparent:after,
  .button.transparent:after {
    display: table-cell;
    border-left: 1px #0069aa solid;
    -webkit-transition: background-position 0.3s, color 0.3s;
    transition: background-position 0.3s, color 0.3s;
    background: transparent -webkit-linear-gradient(left, #0069aa, #0069aa 50%, transparent 50%, transparent) scroll no-repeat;
    background: transparent linear-gradient(to right, #0069aa, #0069aa 50%, transparent 50%, transparent) scroll no-repeat;
    background-size: 200%;
    background-position: 100%;
    vertical-align: middle; }
    @media only screen and (max-width: 340px) {
      button.transparent:after,
      .button.transparent:after {
        background-position: 0;
        color: white; }
        .light button.transparent:after,
        .light .button.transparent:after {
          color: currentColor; } }
  button.transparent:hover:after,
  button.transparent:active:after,
  .button.transparent:hover:after,
  .button.transparent:active:after {
    background-position: 0;
    color: white; }
    .light button.transparent:hover:after,
    .light button.transparent:active:after,
    .light .button.transparent:hover:after,
    .light .button.transparent:active:after {
      color: currentColor; }
  button.transparent.light,
  .button.transparent.light {
    color: white; }
    button.transparent.light:after,
    .button.transparent.light:after {
      border-color: currentColor; }

/*
 * 02-mega-button
 */
.mega-button {
  display: block;
  overflow: auto; }
  .mega-button .content {
    padding-right: 0; }
  .mega-button .button-frame {
    width: 90%; }
  .mega-button .label {
    font: italic 1.125rem "Libre Baskerville", "Times", serif;
    text-transform: none;
    display: block; }
  .mega-button .desc {
    display: block; }
  @media only screen and (min-width: 75.25em) {
    .mega-button .label {
      font-size: 2rem; } }

.csscalc .mega-button .button-frame {
  width: calc(100% - 3em); }

.blue-teaser button.transparent:after,
.blue-teaser .button.transparent:after,
.image-overlay button.transparent:after,
.image-overlay .button.transparent:after {
  border-left-color: white;
  background: transparent -webkit-linear-gradient(left, white, white 50%, transparent 50%, transparent) scroll no-repeat;
  background: transparent linear-gradient(to right, white, white 50%, transparent 50%, transparent) scroll no-repeat;
  background-position: 100%;
  background-size: 200%; }
  @media only screen and (max-width: 340px) {
    .blue-teaser button.transparent:after,
    .blue-teaser .button.transparent:after,
    .image-overlay button.transparent:after,
    .image-overlay .button.transparent:after {
      background-position: 0;
      color: #0069aa; } }

.blue-teaser button.transparent:hover::after,
.blue-teaser .button.transparent:hover::after,
.image-overlay button.transparent:hover::after,
.image-overlay .button.transparent:hover::after {
  background-position: 0;
  color: #0069aa; }

.image-overlay .button {
  margin: 0 auto;
  padding-right: 0; }

@media only screen and (min-width: 40.0625em) {
  .flexbox .mega-button .text-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left; }
  .flexbox .mega-button .desc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin-left: 0.625rem; }
  .flexbox .mega-button .label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-right: 0.625rem; } }

@media only screen and (min-width: 40.0625em) and (min-width: 75.25em) {
  .flexbox .mega-button .desc {
    margin-left: 1.25rem; }
  .flexbox .mega-button .label {
    margin-right: 1.25rem; } }

/*
 * 03-icon-button
 */
.icon-button {
  white-space: nowrap; }
  .icon-button .fa {
    display: inline-block;
    font-size: 3em;
    float: left;
    margin-right: .3em;
    margin-left: -.3em; }
  .icon-button .desc {
    display: block;
    margin-left: 4em; }

button + .transparent,
.button + .transparent {
  margin-left: 2em; }

.flexbox .icon-button .text-content {
  display: table; }
  .flexbox .icon-button .text-content span {
    display: table-cell;
    vertical-align: middle; }

/*
 * map-pin
 */
.foo {
  position: relative; }

/*------------------------------------*    $Table
\*------------------------------------*/
table {
  border-collapse: collapse; }
  table p:last-child {
    margin-bottom: 0; }
  table th, table td {
    font-family: "Roboto", sans-serif;
    border: 1px #a39161 solid;
    border-width: 0 0 1px 0;
    font-size: 1rem;
    padding: 1em 2em 0.625rem 1em;
    padding-top: 1rem;
    padding-bottom: 0.625rem;
    padding-right: 2em; }
  table th {
    text-align: left;
    font-weight: normal;
    font-style: italic; }
  table tr:last-child th, table tr:last-child td {
    border-bottom-width: 0; }
  table thead th, table thead td, table tfoot th, table tfoot td {
    font-size: 1.25rem;
    font-family: "Libre Baskerville", "Times", serif;
    color: #4a4840; }
  table thead th, table thead td {
    vertical-align: bottom; }
  table tbody th, table tbody td {
    color: black;
    font-size: 1.125rem;
    vertical-align: top;
    border-right: 1px #a39161 solid; }
    table tbody th:last-child, table tbody td:last-child {
      border-right-width: 0; }
  table tbody th {
    font-weight: bold;
    font-style: normal;
    color: #4a4840; }
  table tbody tr:nth-child(odd) {
    background-color: rgba(162, 144, 97, 0.15); }
  table tfoot th, table tfoot td {
    vertical-align: top; }
  table caption {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 1.5;
    color: #4a4840;
    padding: 1.25rem;
    caption-side: top; }
  table thead {
    border-bottom: 1px #a39161 solid; }
  table tfoot {
    border-top: 1px #a39161 solid; }

.search-results table thead, .search-results table tfoot {
  border-bottom-width: 0;
  border-top-width: 0; }

.search-results table tbody th, .search-results table tbody td {
  border-width: 0;
  padding: 0; }

.search-results table tbody tr {
  background-color: transparent !important; }

.search-results table .gsc-selected-option-container {
  width: 10em !important; }

/*------------------------------------*    $MEDIA ELEMENTS
\*------------------------------------*/
/* Flexible Media */
img, video, object {
  max-width: 100%;
  height: auto; }

iframe {
  margin-bottom: 1em; }

figure img {
  margin-bottom: 0.5em; }

img.bleed {
  width: 100%; }

img.circle {
  border: 19px #edebe4 solid;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }

a:hover img.circle, a:active img.circle {
  border-color: #0069aa; }

figure {
  position: relative;
  overflow: hidden;
  max-width: 80%;
  margin: 1em auto; }
  figure img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0; }
  figure figcaption {
    padding: .5em 0;
    line-height: 1.5; }
    figure figcaption p {
      font-size: inherit;
      margin-bottom: 0; }
    figure figcaption cite {
      text-align: right; }

.image-overlay {
  max-width: none; }
  .image-overlay img {
    border: 12px #edebe4 solid; }
  .image-overlay figcaption {
    padding: 12px; }
  .image-overlay .figtitle {
    font-size: 1.125rem;
    font-style: italic;
    color: #85442e; }
  @media only screen and (min-width: 40.0625em) {
    .image-overlay {
      border: 22px #edebe4 solid; }
      .image-overlay img {
        border: 0; }
      .image-overlay figcaption {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: height 0.45s cubic-bezier(0.25, 0.1, 0.63, 1), background-color 0.45s cubic-bezier(0.25, 0.1, 0.63, 1);
        transition: height 0.45s cubic-bezier(0.25, 0.1, 0.63, 1), background-color 0.45s cubic-bezier(0.25, 0.1, 0.63, 1);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 6em;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 1rem; }
      .image-overlay .figtitle {
        font: 1rem "Libre Baskerville", "Times", serif;
        line-height: 1.5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 4.125rem;
        max-height: 4.125rem;
        overflow: hidden;
        color: white;
        text-align: center;
        -webkit-transition: color 0.45s cubic-bezier(0.25, 0.1, 0.63, 1);
        transition: color 0.45s cubic-bezier(0.25, 0.1, 0.63, 1);
        border: 1px rgba(255, 255, 255, 0) solid;
        border-width: 1px 0; }
      .image-overlay .figdesc {
        font-family: "Lato", sans-serif;
        text-transform: uppercase;
        letter-spacing: .15em;
        line-height: 1.5;
        display: none;
        color: rgba(255, 255, 255, 0);
        text-align: center;
        font-size: 0.8125rem;
        margin-top: 1.3125rem;
        -webkit-transition: color 0.45s cubic-bezier(0.25, 0.1, 0.63, 1);
        transition: color 0.45s cubic-bezier(0.25, 0.1, 0.63, 1); }
        .image-overlay .figdesc .button.transparent.light:hover {
          color: inherit; }
      .image-overlay:hover figcaption {
        background-color: rgba(0, 105, 170, 0.9);
        height: 100%;
        padding: 1.5625rem; }
      .image-overlay:hover .figtitle {
        padding-top: 1rem;
        padding-bottom: 1rem;
        min-height: none;
        max-height: none;
        border-color: white; }
      .image-overlay:hover .figdesc {
        display: block;
        color: white;
        display: block;
        position: relative; } }
  @media only screen and (min-width: 75.25em) {
    .image-overlay .figtitle {
      font-size: 1.375rem; } }

/*
 * Molecules
 * Composed of atoms, with a bit of extra markup thrown in.
 * Smaller structures.
 */
.editorial .subhead {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  line-height: 1.5;
  color: #a39161;
  font-size: 0.8125rem;
  text-align: left; }

.editorial a {
  text-decoration: underline; }

.editorial p,
.editorial ul,
.editorial ol {
  color: #4a4840;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.444; }

@media only screen and (min-width: 40.0625em) {
  .editorial h1 + .subhead {
    margin-bottom: 0.5em;
    -webkit-transform: translateY(-1.2em);
            transform: translateY(-1.2em); }
  .editorial h2 + .subhead {
    margin-bottom: 0.5em;
    -webkit-transform: translateY(-1.2em);
            transform: translateY(-1.2em); }
  .editorial h3 + .subhead {
    margin-bottom: 0.5em;
    -webkit-transform: translateY(-1.2em);
            transform: translateY(-1.2em); }
  .editorial h4 + .subhead {
    margin-bottom: 0.5em;
    -webkit-transform: translateY(-1.2em);
            transform: translateY(-1.2em); }
  .editorial h5 + .subhead, .editorial dl dt + .subhead, dl .editorial dt + .subhead {
    margin-bottom: 0.5em;
    -webkit-transform: translateY(-1.2em);
            transform: translateY(-1.2em); }
  .editorial h6 + .subhead {
    margin-bottom: 0.5em;
    -webkit-transform: translateY(-1.2em);
            transform: translateY(-1.2em); } }

.row.bleed {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.article-wrapper {
  padding-top: 2rem; }

.small-flex-1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  overflow: hidden; }

@media only screen and (min-width: 40.0625em) {
  .medium-flex-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    overflow: hidden; } }

@media only screen and (min-width: 75.25em) {
  .large-flex-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    overflow: hidden; } }

.small-flex-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  overflow: hidden; }

@media only screen and (min-width: 40.0625em) {
  .medium-flex-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    overflow: hidden; } }

@media only screen and (min-width: 75.25em) {
  .large-flex-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    overflow: hidden; } }

.small-flex-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  overflow: hidden; }

@media only screen and (min-width: 40.0625em) {
  .medium-flex-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    overflow: hidden; } }

@media only screen and (min-width: 75.25em) {
  .large-flex-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    overflow: hidden; } }

.small-flex-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  overflow: hidden; }

@media only screen and (min-width: 40.0625em) {
  .medium-flex-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    overflow: hidden; } }

@media only screen and (min-width: 75.25em) {
  .large-flex-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    overflow: hidden; } }

.small-flex-5 {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  overflow: hidden; }

@media only screen and (min-width: 40.0625em) {
  .medium-flex-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
    overflow: hidden; } }

@media only screen and (min-width: 75.25em) {
  .large-flex-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
    overflow: hidden; } }

.component {
  margin: 0 auto;
  max-width: 75.1875rem;
  width: 100%; }
  .component:before, .component:after {
    content: " ";
    display: table; }
  .component:after {
    clear: both; }
  .component .content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
  .component .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
  .component.column-block {
    background-color: #edebe4;
    border: 1px #a39161 solid;
    border-width: 1px 0;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem; }

@media only screen and (min-width: 40.0625em) {
  .component.with-sidebar > .content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 58.33333%;
    float: left; }
  .component.with-sidebar > .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.66667%;
    float: left; }
  .component.two-up > .content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; } }

@media only screen and (min-width: 75.25em) {
  .component.with-sidebar > .content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left;
    position: relative;
    left: -15px; }
  .component.with-sidebar > .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
    position: relative;
    right: -15px; } }

.flexbox .sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .flexbox .sidebar .section-navigation {
    -webkit-box-ordinal-group: 31;
    -webkit-order: 30;
        -ms-flex-order: 30;
            order: 30; }
  @media only screen and (min-width: 40.0625em) {
    .flexbox .sidebar .section-navigation {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0; } }

@media only screen and (min-width: 40.0625em) {
  .content > .two-up > .content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; } }

@media only screen and (min-width: 75.25em) {
  .content > .two-up > .content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .content > .editorial {
    padding-left: 1.375rem;
    margin-right: 1.375rem; } }

.content > .text-teaser {
  margin: 1.375rem; }

.content > .component {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.hero-secondary + .with-sidebar {
  margin-top: 3rem; }

.block {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 40.0625em) {
    .block {
      margin-bottom: 1.875rem; } }
  @media only screen and (min-width: 75.25em) {
    .block {
      margin-bottom: 3.75rem; } }

.pullquote {
  color: #85442e;
  font-size: 1.6875rem;
  font-family: "Libre Baskerville", "Times", serif;
  padding: 2.0625rem 2.375rem;
  background-color: #edebe4;
  background-size: cover;
  border: 1px #85442e solid;
  border-width: 0 1px;
  margin: 1rem auto; }
  .pullquote cite {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 1.5;
    font-size: 1.125rem;
    color: #4a4840;
    text-align: right; }
    .pullquote cite:before {
      content: '—'; }
  @media only screen and (min-width: 40.0625em) {
    .pullquote.right {
      max-width: 50%;
      border-width: 0 0 0 1px;
      float: right;
      margin: 0 0 1rem 1rem; }
    .pullquote.left {
      max-width: 50%;
      border-right: 1px #85442e solid;
      border-left: 0;
      float: left;
      margin: 0 1rem 1rem 0; } }

.emphasis .pullquote {
  background-color: #fff; }

.quote .quotetext {
  background-color: #fff;
  border: 1px #a39161 solid;
  border-width: 1px 0;
  color: #85442e;
  font: 1.25rem "Libre Baskerville", "Times", serif;
  line-height: 1.6;
  padding: 1.0625rem 0.375rem;
  position: relative; }

.quote cite {
  color: #4a4840;
  display: block;
  font-size: 0.8125rem;
  margin: 1rem auto 0;
  text-align: center; }

@media only screen and (min-width: 40.0625em) {
  .quote cite {
    margin-top: 3rem;
    max-width: 60%; } }

.search-in-place {
  color: #fff; }
  .search-in-place button {
    padding: 0;
    font-size: 0.8125rem; }
    .search-in-place button:after {
      display: none; }
  .search-in-place .control {
    overflow: hidden;
    height: 1.375rem;
    -webkit-transition: height 0.3s;
    transition: height 0.3s; }
    .search-in-place .control button {
      background-image: none;
      background-color: transparent; }
  .search-in-place form {
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-transition: height 0.3s;
    transition: height 0.3s; }
    .search-in-place form button {
      padding: 0 1em; }
      .search-in-place form button .btn-label {
        position: absolute;
        left: -9999em; }
  .search-in-place .action, .search-in-place .field {
    background-color: red;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .search-in-place input[type="text"] {
    margin-bottom: 0; }
  .search-in-place.active .control {
    height: 0; }
  .search-in-place.active form {
    height: 2.3125rem; }

input.gsc-search-button, input.gsc-search-button-v2 {
  box-sizing: content-box;
  background-color: #0069aa !important; }

input.gsc-input {
  box-shadow: none;
  font-size: 12px;
  padding-left: 5px;
  box-shadow: none !important; }

/*
 * 00-primary-nav
 */
nav.primary {
  font-family: "Libre Baskerville", "Times", serif;
  padding: 18px 0;
  text-align: center; }
  nav.primary ul {
    font-size: 1rem;
    list-style: none; }
  nav.primary li {
    display: block;
    line-height: 1.375; }
  nav.primary a {
    display: inline-block;
    padding: 0.5rem 1.5rem; }
    nav.primary a:link,
    nav.primary a:visited {
      color: #4a4840;
      text-decoration: none; }
    nav.primary a:active,
    nav.primary a:hover {
      text-decoration: underline; }
  @media only screen and (min-width: 40.0625em) {
    nav.primary li {
      display: inline-block; }
    nav.primary a {
      padding: 0.5rem 0.5625rem; } }
  @media only screen and (min-width: 75.25em) {
    nav.primary li {
      border-right: 1px #85442e solid;
      display: inline-block;
      text-align: center; }
      nav.primary li:last-child {
        border-right: 0; }
    nav.primary a {
      padding: 0.5rem 1.2rem; } }

@media only screen and (max-width: 40em) {
  .flexbox nav.primary li {
    display: block; } }

@media only screen and (min-width: 40.0625em) and (max-width: 75.1875em) {
  .flexbox nav.primary ul {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flexbox nav.primary li {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px #85442e solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center; }
    .flexbox nav.primary li:last-child {
      border-right: 0; }
  .flexbox nav.primary a {
    padding: 0.5rem 1.125rem; } }

/*
* 01-footer-nav
*/
.nav-footer, ul.nav-footer {
  line-height: 1.6; }
  .nav-footer a:link,
  .nav-footer a:visited, ul.nav-footer a:link,
  ul.nav-footer a:visited {
    color: currentColor;
    text-decoration: underline;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  .nav-footer a:hover,
  .nav-footer a:active, ul.nav-footer a:hover,
  ul.nav-footer a:active {
    color: #85442e;
    text-decoration: underline; }
  .nav-footer li, ul.nav-footer li {
    margin-right: 0.3em; }
    .nav-footer li::after, ul.nav-footer li::after {
      content: '|';
      margin-left: 0.5em; }
    .nav-footer li:last-child::after, ul.nav-footer li:last-child::after {
      display: none; }

/*
 * 02-breadcrumbs
 */
/*
 * 03-pagination
 */
/*
 * 04-tabs
 */
/*
 * 05-utility
 */
nav.utility {
  text-align: right;
  text-transform: uppercase; }
  nav.utility ul {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 1.5;
    font-size: 0.8125rem;
    line-height: 1.7;
    list-style: none; }
  nav.utility a:link, nav.utility a:visited {
    text-decoration: none; }
  nav.utility a:hover, nav.utility a:active {
    text-decoration: none; }

/*
 * 06-home
 */
.logo-hp {
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain;
  background-position: 50% 50%;
  max-width: 50%;
  height: 37px;
  font-size: 1rem;
  text-indent: -9999em; }
  @media only screen and (min-width: 40.0625em) {
    .logo-hp {
      width: 291px;
      height: 67px;
      max-width: none; } }

/*
 * 07-button-list
 */
.button-list li {
  margin-bottom: 1rem;
  text-align: center; }

.button-list .button {
  display: inline-block; }

@media only screen and (min-width: 40.0625em) {
  .button-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .button-list li {
      padding: 0 0.5em; } }

@media only screen and (min-width: 75.25em) {
  .button-list {
    display: block; }
    .button-list .button {
      display: block; } }

/*
 * 08-routing
 */
nav.routing ul li {
  font-family: "Libre Baskerville", "Times", serif;
  font-size: 1.1875rem;
  line-height: 1.3;
  border-bottom: 1px #a39161 solid;
  padding: 0.4375rem 2rem; }
  nav.routing ul li:first-child {
    padding-top: 0; }
  nav.routing ul li:last-child {
    border-bottom-width: 0;
    padding-bottom: 0; }

nav.routing a:link, nav.routing a:visited {
  text-decoration: none; }

nav.routing a:hover, nav.routing a:active {
  text-decoration: none; }

nav.routing .visibility-toggle {
  display: block;
  padding: 0 2rem 1rem 2rem;
  text-align: center; }

@media only screen and (min-width: 75.25em) {
  nav.routing .visibility-toggle {
    display: none; }
  nav.routing ul {
    display: block; } }

.mobile-routing-block h2 {
  padding-left: 1rem;
  padding-right: 1rem; }

@media only screen and (min-width: 75.25em) {
  .mobile-routing-block {
    display: none; } }

/*
 * 09-offcanvas
 */
.right-off-canvas-toggle {
  position: relative;
  right: 0.3125rem;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  line-height: 1; }
  .right-off-canvas-toggle .fa {
    font-size: 2.5rem;
    display: block;
    margin: 0 auto; }
  @media only screen and (min-width: 40.0625em) {
    .right-off-canvas-toggle {
      right: 1rem; } }

.right-off-canvas-menu {
  background-color: #4a4840; }
  .right-off-canvas-menu .nav-header {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: "Libre Baskerville", "Times", serif;
    font-style: italic;
    padding: 0.125rem 0.25rem;
    text-align: center; }
  .right-off-canvas-menu nav li {
    text-align: left; }
  .right-off-canvas-menu .primary,
  .right-off-canvas-menu .utility {
    margin-left: 0.3em;
    margin-right: 0.3em;
    padding-bottom: 0;
    padding-top: 0; }
    .right-off-canvas-menu .primary a:link,
    .right-off-canvas-menu .primary a:visited,
    .right-off-canvas-menu .utility a:link,
    .right-off-canvas-menu .utility a:visited {
      color: #fff; }
    .right-off-canvas-menu .primary a:active,
    .right-off-canvas-menu .primary a:hover,
    .right-off-canvas-menu .utility a:active,
    .right-off-canvas-menu .utility a:hover {
      color: #fff;
      text-decoration: underline; }
  .right-off-canvas-menu .utility {
    padding-top: 1rem; }
    .right-off-canvas-menu .utility li {
      display: block;
      padding: 0.5rem 1.5rem; }
  .right-off-canvas-menu .offcanvas-toggle {
    display: none; }

/*
* 10-section-nav
*/
.section-navigation {
  margin-bottom: 2rem; }
  .section-navigation ul {
    margin: 0; }
  .section-navigation li {
    list-style: none;
    font-size: 1.375rem;
    line-height: 1.3;
    border-bottom: 1px #85442e solid;
    padding: 0.5625rem 0 0.375rem 0; }
    .section-navigation li.active-trail {
      background-color: #edebe4; }
    .section-navigation li a {
      text-decoration: none;
      padding: 0.25rem 2.375rem;
      display: block; }
    .section-navigation li ul {
      display: none;
      margin-top: 0.375rem; }
    .section-navigation li li {
      font-family: "Roboto", sans-serif;
      font-size: 1.0625rem;
      line-height: 1.3;
      display: table;
      border-bottom-width: 0;
      padding: 0.375rem 1rem 0.375rem 0;
      margin-left: 2.375rem; }
      .section-navigation li li a {
        padding: 0; }
      .section-navigation li li:before {
        content: "";
        font-family: FontAwesome;
        display: table-cell;
        width: 1em;
        color: transparent;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
      .section-navigation li li:hover:before {
        color: #09aeda; }
      .section-navigation li li.active {
        pointer-events: none; }
        .section-navigation li li.active:before {
          color: #85442e; }
      .section-navigation li li.active-trail {
        font-weight: bold; }
    .section-navigation li.active-trail ul {
      display: block; }
    .section-navigation li.active a {
      color: #85442e; }
  @media only screen and (min-width: 40.0625em) {
    .section-navigation .visibility-toggle {
      display: none; }
    .section-navigation ul {
      display: block; } }
  @media only screen and (min-width: 75.25em) {
    .section-navigation h2 {
      display: none; } }

.lt-ie10 .right-off-canvas-menu {
  right: -250px;
  /* width of your menu */ }

.lt-ie10 .move-left > .inner-wrap {
  right: 250px;
  /* width of your menu */ }

.sticky-nav {
  background-color: #0069aa;
  display: none;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s top;
  transition: 0.3s top;
  width: 100%;
  z-index: 1000;
  padding: 0.875rem 0; }
  .sticky-nav .nav-background {
    background: transparent none scroll no-repeat 50% 50%/1000px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.2; }
  .sticky-nav .logo {
    height: auto;
    margin: 0 auto;
    width: 70vw; }
  .sticky-nav .control {
    position: absolute;
    right: 0.4375rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .sticky-nav .control a {
      color: #fff; }
  .sticky-nav .right-off-canvas-toggle .fa {
    font-size: 6vw; }
  .sticky-nav path {
    fill: #fff; }

@media only screen and (max-width: 40em) {
  .sticky-nav {
    display: block;
    top: -63px; } }

/*
 * 00-mega-button-component
 */
#Page > .component {
  margin-top: 2.5rem; }

.with-sidebar > .content > .mega-button-component .content {
  padding-left: 0;
  padding-right: 0; }

@media only screen and (max-width: 40em) {
  .with-sidebar > .content > .mega-button-component .content {
    padding-right: 0; } }

.column-block + .mega-button-component {
  margin-top: -1.0625rem; }

/*
 * 50-page-divider
 */
/*
 * 60-page-spacer
 */
.page-spacer {
  margin-top: 2em; }

/*
 * 05-teaser
 */
.teaser a .superhead:after {
  content: '';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: .5em;
  content: ""; }

@media only screen and (max-width: 40em) {
  .teaser .jumpline button, .teaser .jumpline .button {
    margin-left: auto;
    margin-right: auto; }
  .teaser .jumpline .transparent .button-frame,
  .teaser .jumpline .transparent > .button-text {
    padding-left: 1em; } }

/*
 * Organisms
 * Composed of Molecules and (rarely) Atoms. Much larger components.
 */
#MainHeader {
  position: relative;
  background: #0069aa -webkit-linear-gradient(left, #1274b0, #005991 16.6%, #1274b0 83.4%, #0066a6);
  background: #0069aa linear-gradient(90deg, #1274b0, #005991 16.6%, #1274b0 83.4%, #0066a6);
  background-size: 1203px;
  background-position: 50%; }
  #MainHeader .primary {
    background: #edebe4 -webkit-linear-gradient(left, #edebe4 90%, #dbd9d3);
    background: #edebe4 linear-gradient(to right, #edebe4 90%, #dbd9d3); }
  #MainHeader .upper-header {
    position: relative;
    padding: 2.1875rem 0;
    background-color: #0069aa; }
    #MainHeader .upper-header:before {
      content: '';
      display: block;
      background-color: #0069aa;
      background-attachment: no-repeat;
      background-position: 50% -465px;
      background-size: 1234px;
      z-index: 1;
      background-blend-mode: overlay;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      opacity: .24; }
  #MainHeader .logo-hp {
    margin: auto;
    position: relative;
    z-index: 2; }
  #MainHeader .row {
    position: relative; }
  #MainHeader .ribbon {
    background: transparent -webkit-linear-gradient(left, #edebe4, #dad9d2 16.6%, #edebe4 83.4%, #dbd9d3);
    background: transparent linear-gradient(90deg, #edebe4, #dad9d2 16.6%, #edebe4 83.4%, #dbd9d3);
    background-size: 1203px;
    background-position: 50%; }
  #MainHeader .utility {
    position: absolute;
    right: 0.0625rem;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    #MainHeader .utility ul {
      display: none; }
    #MainHeader .utility a {
      color: #fff; }
    @media only screen and (min-width: 40.0625em) {
      #MainHeader .utility {
        right: 1.125rem; }
        #MainHeader .utility ul {
          display: block; }
        #MainHeader .utility .offcanvas-toggle {
          display: none; } }
    @media only screen and (min-width: 75.25em) {
      #MainHeader .utility {
        right: 3.75rem; } }

.logo-hp {
  font-size: 4.5rem;
  text-align: center;
  display: block;
  color: #fff; }

#MainFooter {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.333;
  color: #a39161;
  padding-top: 1rem;
  padding-bottom: 2rem; }
  #MainFooter a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    #MainFooter a:link, #MainFooter a:visited {
      color: currentColor;
      text-decoration: underline; }
    #MainFooter a:hover, #MainFooter a:active {
      color: #09aeda; }
  #MainFooter .sep {
    display: none; }
  #MainFooter .tel {
    display: block;
    white-space: nowrap; }
  #MainFooter p, #MainFooter nav ul {
    font-size: inherit;
    margin: 0; }
  #MainFooter .row {
    padding-top: 1rem;
    border-top: 1px #edebe4 solid; }
  #MainFooter .vcard {
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1.6; }
    #MainFooter .vcard .org, #MainFooter .vcard .country-name {
      position: absolute;
      left: -9999em; }
    #MainFooter .vcard .region {
      border-bottom: 0;
      color: currentColor;
      font-size: 100%; }
  #MainFooter .columns {
    margin-bottom: 1rem;
    text-align: center; }
  #MainFooter .center img {
    display: block;
    max-width: 60%;
    margin: 0 auto; }
  #MainFooter .footer-social-media {
    font-size: 0;
    line-height: 1.6875;
    margin-top: 1.25rem;
    text-align: center; }
    #MainFooter .footer-social-media li {
      border-right: 1px #a39161 solid;
      display: inline-block;
      font-size: 1.3rem;
      line-height: 1.6875;
      width: 2.75rem; }
      #MainFooter .footer-social-media li:last-child {
        border-width: 0; }
    #MainFooter .footer-social-media a:link,
    #MainFooter .footer-social-media a:visited {
      color: #0069aa; }
    #MainFooter .footer-social-media a:hover {
      color: #09aeda; }
  @media only screen and (max-width: 40em) {
    #MainFooter .nav-footer {
      margin-top: 0.5em; }
      #MainFooter .nav-footer li {
        display: block;
        line-height: 2; }
        #MainFooter .nav-footer li::after {
          display: none; } }
  @media only screen and (min-width: 40.0625em) {
    #MainFooter .sep {
      display: inline; }
    #MainFooter .tel {
      display: inline; }
    #MainFooter .left {
      text-align: right; }
    #MainFooter .right {
      text-align: left; }
    #MainFooter .center img {
      max-width: 25%; } }
  @media only screen and (min-width: 75.25em) {
    #MainFooter .center img {
      max-width: 100%; } }

/*
 * content-block
 */
.editorial {
  /* Coloring bullets, setting rhythm for bullet styles in unordered lists */ }
  .editorial.emphasis {
    background-color: #edebe4;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.375rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .editorial.emphasis:first-child {
      margin-top: 0; }
  .editorial.padleft {
    margin-left: 1rem; }

.editorial ul {
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .editorial ul + h1, .editorial ul + h2, .editorial ul + h3, .editorial ul + h4, .editorial ul + h5, .editorial dl ul + dt, dl .editorial ul + dt, .editorial ul + h6 {
    margin-bottom: 1rem; }
  .editorial ul li {
    display: table; }
  .editorial ul li:before {
    display: table-cell;
    min-width: 2.5em;
    color: #85442e;
    content: "\25AA";
    padding-right: .5em;
    vertical-align: center;
    text-align: right; }
  .editorial ul ul {
    margin-top: .3rem;
    margin-bottom: .3rem; }
  .editorial ul ul li:before {
    content: "\25AB"; }
  .editorial ul ul ul li:before {
    content: "\30FB"; }
  .editorial ul ul ul ul li:before {
    content: "\30FC"; }

.editorial ol {
  list-style: none;
  counter: base-counter;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .editorial ol li {
    counter-increment: base-counter;
    display: table; }
  .editorial ol li:before {
    display: table-cell;
    color: #85442e;
    min-width: 2.5em;
    content: counter(base-counter) ".";
    padding-right: .5em;
    vertical-align: center;
    text-align: right; }
  .editorial ol ol {
    margin-top: .3rem;
    margin-bottom: .3rem;
    counter: leveltwo; }
    .editorial ol ol li {
      counter-increment: leveltwo; }
      .editorial ol ol li:before {
        content: counter(leveltwo, upper-latin) "."; }
  .editorial ol ol ol {
    counter: levelthree; }
    .editorial ol ol ol li {
      counter-increment: levelthree; }
      .editorial ol ol ol li:before {
        content: counter(levelthree, lower-latin) "."; }
  .editorial ol ol ol ol {
    counter: levelfour; }
    .editorial ol ol ol ol li {
      counter-increment: levelfour; }
      .editorial ol ol ol ol li:before {
        content: counter(levelfour); }

/*
 * content-table
 */
.content-table {
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.content-table + p {
  margin-top: 1.25rem; }

/*
 * inset-button
 */
.editorial .aside-button {
  display: block; }
  @media only screen and (max-width: 40em) {
    .editorial .aside-button.right, .editorial .aside-button.left {
      float: none;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.0625em) {
    .editorial .aside-button.left {
      margin: 0 1em 0.5em 0; }
    .editorial .aside-button.right {
      margin: 0 0 0.5em 1em; } }

/*
 * inset-quote
 * Does not support the inset-larger statement, since the only
 * designed quote was pretty large to begin with.
 */
@media only screen and (min-width: 40.0625em) {
  .editorial .inset-quote.left {
    margin: 0 1em 0.5em 0; }
  .editorial .inset-quote.right {
    margin: 0 0 0.5em 1em; } }

/*
 * inset-image, inset-embed
 * These are essentially the same except for which molecule they
 * use for the inset media
 */
.editorial .captioned-media {
  max-width: 100%;
  margin: 1rem auto; }
  .editorial .captioned-media.right, .editorial .captioned-media.left {
    float: none; }

.editorial .captioned-image {
  width: 100%;
  max-width: 100%;
  margin: 1rem auto; }
  @media only screen {
    .editorial .captioned-image.right, .editorial .captioned-image.left {
      float: none; } }
  @media only screen and (min-width: 40.0625em) {
    .editorial .captioned-image {
      max-width: 80%; }
      .editorial .captioned-image .right, .editorial .captioned-image .left {
        float: none; } }
  @media only screen and (min-width: 75.25em) {
    .editorial .captioned-image.left, .editorial .captioned-image.right {
      width: 50%; }
    .editorial .captioned-image.left {
      float: left;
      margin: 0 1em 0.5em 0; }
    .editorial .captioned-image.right {
      float: right;
      margin: 0 0 0.5em 1em; } }

@media only screen and (min-width: 75.25em) {
  .editorial.inset-larger .captioned-image {
    width: 60%; } }

.editorial figcaption p {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  line-height: 1.5;
  font-size: 0.75rem;
  font-style: italic;
  color: #4a4840; }

.editorial figcaption cite {
  font-size: 0.75rem;
  color: #4a4840; }

.gsc-tabsArea {
  display: none; }

/*
 * form simple
 */
form .superhead {
  font-family: "Libre Baskerville", "Times", serif;
  font-size: 1.25rem;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  color: #85442e; }

form .headline {
  text-align: center;
  font-style: normal;
  color: #85442e;
  margin-bottom: 3rem; }

form.form-tan {
  background-color: #edebe4;
  padding: 1.75rem 1.75rem 0 1.75rem; }
  form.form-tan input[type="text"],
  form.form-tan input[type="password"],
  form.form-tan input[type="search"],
  form.form-tan input[type="number"],
  form.form-tan input[type="email"],
  form.form-tan input[type="date"],
  form.form-tan input[type="month"],
  form.form-tan input[type="week"],
  form.form-tan input[type="datetime"],
  form.form-tan input[type="datetime-local"] {
    border: 1px #edebe4 solid; }
  form.form-tan textarea, form.form-tan select {
    border: 1px #edebe4 solid; }

.content > .form-tan {
  margin: 1.375rem; }

/*
 * hero-fp
 */
.hero-fp {
  position: relative; }
  .hero-fp .headgroup {
    color: #edebe4; }
  .hero-fp .bodygroup {
    color: white; }
    .hero-fp .bodygroup * {
      color: currentColor; }
  .hero-fp .button {
    color: #fff; }
  @media only screen and (max-width: 40.0625em) {
    .hero-fp .heroimg {
      position: relative;
      min-height: 14.25rem; }
    .hero-fp img.bleed {
      min-width: 40.0625em;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media only screen and (max-width: 400px) {
    .hero-fp .teaser-ribbon .jumpline .button-text br {
      content: ' '; }
      .hero-fp .teaser-ribbon .jumpline .button-text br::after {
        content: ' '; } }
  .hero-fp .teaser-ribbon {
    background-color: #85442e;
    position: relative; }
    .hero-fp .teaser-ribbon:before {
      content: '';
      display: block;
      background-color: #0069aa;
      background-attachment: no-repeat;
      background-position: 50% -1000px;
      background-size: 1234px;
      z-index: 1;
      background-blend-mode: overlay;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      opacity: .24;
      background-color: #85442e; }
  .hero-fp .jumpline .button {
    margin: 0 auto;
    color: white;
    max-width: 80%; }
    .hero-fp .jumpline .button::after {
      border-color: currentColor; }
  .hero-fp .teaser {
    position: relative;
    z-index: 2;
    margin-top: .5rem;
    padding: 1rem 1rem 0.5rem 1rem; }
    .hero-fp .teaser .headgroup * {
      text-align: center; }
    .hero-fp .teaser .headline {
      font-size: 1.3rem; }
  .hero-fp .teaser-footer {
    display: none; }
  @media only screen and (min-width: 60em) {
    .hero-fp .teaser-ribbon {
      background-color: transparent;
      background-size: cover;
      background-position: 50% top;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      right: 0;
      top: 19vw;
      opacity: 1; }
      .hero-fp .teaser-ribbon .row {
        max-width: none;
        width: 100%;
        padding-left: 60vw;
        padding-right: 3vw;
        padding-top: 10vw;
        padding-bottom: 2vw;
        margin: 0; }
      .hero-fp .teaser-ribbon .teaser {
        margin-top: 0;
        padding: 0; }
      .hero-fp .teaser-ribbon .headline {
        text-align: left;
        font-size: 1.375rem; }
      .hero-fp .teaser-ribbon .teaser-footer {
        display: block;
        background-position: 50% bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: transparent;
        min-height: 12.5vw; }
      .hero-fp .teaser-ribbon:before {
        display: none; } }

/*
 * hero-secondary
 */
.hero-secondary .page-title {
  position: relative;
  padding: 1.375rem 1.375rem 0 2.75rem;
  text-align: center;
  background-color: #85442e;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .hero-secondary .page-title h1 {
    position: relative;
    z-index: 100;
    color: white; }

.hero-secondary .faux-background {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  opacity: .3; }
  .hero-secondary .faux-background img {
    margin-top: -15%;
    max-width: 100%;
    width: 100%; }

.hero-secondary .row {
  position: relative; }

.hero-secondary .routing-block {
  display: none;
  position: relative;
  z-index: 200;
  padding: 1.375rem; }
  .hero-secondary .routing-block a:link,
  .hero-secondary .routing-block a:visited {
    color: white; }
  .hero-secondary .routing-block a:active,
  .hero-secondary .routing-block a:hover {
    color: white;
    text-decoration: underline; }
  .hero-secondary .routing-block h2 {
    display: none; }

.hero-secondary .page-description {
  position: relative;
  z-index: 100;
  background-color: #edebe4;
  color: #85442e;
  line-height: 1.5;
  padding: 1rem 0; }

@media only screen and (min-width: 40.0625em) {
  .hero-secondary .page-title {
    padding-bottom: 10vw; }
    .hero-secondary .page-title:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: transparent;
      background-attachment: scroll;
      background-repeat: no-repeat;
      background-position: 50% bottom;
      background-size: contain;
      z-index: 5; } }

@media only screen and (min-width: 75.25em) {
  .hero-secondary .page-title {
    text-align: left;
    padding: 2.0625rem 1.375rem 6.25rem 1.375rem;
    height: 19.125rem; }
    .hero-secondary .page-title .row {
      position: absolute;
      top: 33px;
      bottom: 100px;
      left: 22px;
      right: 22px; }
    .hero-secondary .page-title .large-8 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .hero-secondary h1 {
    font-size: 3.4375rem;
    margin: 0; }
  .hero-secondary .page-description {
    font-size: 1.5rem;
    margin-top: -1rem;
    padding: 0 0 4.125rem 0;
    background-image: -webkit-linear-gradient(91deg, white 0, white 10%, #edebe4 10%);
    background-image: linear-gradient(-1deg, white 0, white 10%, #edebe4 10%); }
  .hero-secondary .routing-block {
    display: block;
    z-index: 200;
    background-color: white;
    position: absolute;
    right: 0;
    width: 23.625rem;
    margin-top: 1.25rem; }
    .hero-secondary .routing-block a:link,
    .hero-secondary .routing-block a:visited {
      color: #0069aa; }
    .hero-secondary .routing-block a:active,
    .hero-secondary .routing-block a:hover {
      color: #0069aa;
      text-decoration: underline; } }

/*
 * hero-tertiary
 */
.hero-tertiary {
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 0; }
  .hero-tertiary:after {
    content: '';
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% bottom;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

/*
 * 00-photo-teaser
 */
.photo-teaser .art {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 1rem; }
  .photo-teaser .art img {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 40.0625em) {
  .photo-teaser .art, .photo-teaser .teaser {
    vertical-align: top; }
  .photo-teaser .art {
    width: 29%;
    display: inline-block; }
  .photo-teaser .teaser {
    width: 70%;
    display: inline-block;
    padding-top: 1.1875rem;
    padding-left: 2.125rem; } }

@media only screen and (min-width: 75.25em) {
  .photo-teaser .art {
    width: 39%; }
  .photo-teaser .teaser {
    width: 60%; }
  .photo-teaser .headline {
    line-height: 1.25; } }

/*
 * 10-three-col-teaser
 */
.three-col-teaser .row {
  border-bottom: 1px #a39161 solid; }

.three-col-teaser .buildings-slideshow {
  max-width: 50%;
  margin: 0 auto; }

.three-col-teaser .columns {
  margin-bottom: 1rem; }
  .three-col-teaser .columns:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 40.0625em) {
  .three-col-teaser .buildings-slideshow {
    max-width: 100%; }
  .three-col-teaser .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media only screen and (min-width: 75.25em) {
  .three-col-teaser .columns {
    margin-bottom: 0; }
    .three-col-teaser .columns.teaser-column {
      margin-bottom: 1rem; } }

/*
 * 20-two-col-teaser
 */
.two-col-teaser .teaser {
  background-color: #edebe4;
  padding: 3rem; }

.two-col-teaser .headgroup {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  margin-bottom: 0; }

.two-col-teaser .bodygroup {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  margin-bottom: 0; }

.two-col-teaser .headline {
  /*
			font-size: rem-calc(40);
			line-height: 1.275;
			*/ }

.two-col-teaser .button:first-child:last-child {
  padding-bottom: 0; }

@media only screen and (min-width: 75.25em) {
  .two-col-teaser .headgroup {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; }
  .two-col-teaser .bodygroup {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; }
  .two-col-teaser .headgroup:last-child {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; } }

/* single-photo-teaser */
.single-photo-teaser .teaser {
  background-color: #edebe4;
  padding: 3rem; }

.single-photo-teaser .imagecol {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  margin-bottom: 0; }

.single-photo-teaser .teasercol {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  margin-bottom: 0; }

.single-photo-teaser .headgroup.columns {
  margin-bottom: 0; }

.single-photo-teaser .button:first-child:last-child {
  padding-bottom: 0; }

@media only screen and (min-width: 75.25em) {
  .single-photo-teaser .headline {
    font-size: 2.5rem;
    line-height: 1.275; } }

@media only screen and (min-width: 75.25em) {
  .single-photo-teaser .imagecol {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left; }
  .single-photo-teaser .teasercol {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left; } }

/*
 * 30-blue-teaser
 */
.blue-teaser {
  position: relative; }
  .blue-teaser .inner-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0069aa;
    overflow: hidden; }
  .blue-teaser .row {
    position: relative;
    z-index: 3; }
  .blue-teaser .screened-image {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
    .blue-teaser .screened-image .faux-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #0069aa;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      background-blend-mode: overlay;
      opacity: .3; }
    .blue-teaser .screened-image:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 2;
      background: transparent -webkit-linear-gradient(left, #0069aa, rgba(9, 110, 173, 0) 20%, rgba(9, 110, 173, 0) 80%, #0069aa) scroll no-repeat top left;
      background: transparent linear-gradient(to right, #0069aa, rgba(9, 110, 173, 0) 20%, rgba(9, 110, 173, 0) 80%, #0069aa) scroll no-repeat top left; }
  .blue-teaser .teaser {
    padding: 3em; }
    .blue-teaser .teaser .headgroup {
      color: #edebe4; }
    .blue-teaser .teaser .bodygroup {
      color: white; }
      .blue-teaser .teaser .bodygroup * {
        color: currentColor; }
    .blue-teaser .teaser .button {
      color: #fff; }
  @media only screen and (min-width: 75.25em) {
    .blue-teaser .screened-image {
      right: auto;
      width: 50%; }
      .blue-teaser .screened-image .faux-image {
        opacity: .5; }
    .blue-teaser .teaser {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      margin-left: auto;
      margin-right: 3em;
      max-width: 53%; }
      .blue-teaser .teaser .headline {
        font-size: 3rem; }
      .blue-teaser .teaser .blurb {
        font-size: 1.125rem; } }

@media only screen and (min-width: 75.25em) {
  .csstransforms3d .blue-teaser {
    margin: 2em 0;
    background: transparent -webkit-linear-gradient(left, white, #e6dece 30%, #e6dece 70%, white);
    background: transparent linear-gradient(to right, white, #e6dece 30%, #e6dece 70%, white);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); }
    .csstransforms3d .blue-teaser .transform-correction {
      -webkit-transform: rotate(-3deg);
              transform: rotate(-3deg); }
    .csstransforms3d .blue-teaser .inner-background {
      -webkit-transform: perspective(2000px) rotateY(10deg);
              transform: perspective(2000px) rotateY(10deg);
      -webkit-transform-origin: left center;
              transform-origin: left center;
      width: 118%; } }

.blue-teaser + #MainFooter .row,
.blue-teaser + .mobile-routing-block + #MainFooter .row {
  border-top-width: 0; }

/*
 * 40-two-up-photo-teasers
 */
.two-up-photo-teasers .row .columns {
  margin-bottom: 1rem; }
  .two-up-photo-teasers .row .columns:last-child {
    margin-bottom: 0; }

/*
 * 70-sidebar-teaser
 */
.sidebar-teaser {
  background-color: #008540;
  text-align: center;
  padding: 2.875rem 1.625rem 2.6875rem 1.625rem;
  position: relative; }
  .sidebar-teaser .headgroup {
    color: #edebe4; }
  .sidebar-teaser .bodygroup {
    color: white; }
    .sidebar-teaser .bodygroup * {
      color: currentColor; }
  .sidebar-teaser .button {
    color: #fff; }
  .sidebar-teaser .headline, .sidebar-teaser .superhead {
    text-align: center;
    color: white; }
  .sidebar-teaser .button {
    margin-left: auto;
    margin-right: auto; }
  .sidebar-teaser .headline {
    font-style: normal;
    font-size: 2rem;
    line-height: 1.275;
    margin-top: 0.5625rem;
    margin-bottom: 1.125rem; }
    .sidebar-teaser .headline em, .sidebar-teaser .headline i {
      font-style: italic; }
  .sidebar-teaser .superhead {
    margin-bottom: 0; }
  .sidebar-teaser .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    opacity: .3;
    z-index: 1; }
  .sidebar-teaser .teaser {
    position: relative;
    z-index: 5; }
  @media only screen and (min-width: 75.25em) {
    .sidebar-teaser .headline {
      margin-bottom: 2.25rem; } }

.text-teaser {
  background-color: #edebe4;
  padding: 1rem; }
  .text-teaser .blurb {
    margin-bottom: 1em; }
    .text-teaser .blurb p {
      color: #4a4840; }

/*
 * hero-tour
 */
.hero-tour {
  margin-bottom: 0;
  padding: 2.375rem;
  text-align: center; }
  .hero-tour h1 {
    margin: 0;
    color: white;
    text-align: center; }
  @media screen and (min-width: 879px) {
    .hero-tour {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom;
      min-height: 11.375rem;
      text-align: left;
      font-size: 3.4375rem; } }
  @media only screen and (min-width: 75.25em) {
    .hero-tour {
      height: 13vw;
      min-height: 20.1875rem; }
      .hero-tour .row {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(calc(-50% - 3.5625vw));
                transform: translateY(calc(-50% - 3.5625vw)); }
      .hero-tour h1 {
        font-size: 3.4375rem;
        margin: 0;
        text-align: left; } }

/*
 * tour-item
 */
.tour-item {
  background-color: rgba(0, 176, 221, 0.45);
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: white;
  margin-bottom: 0.5rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  overflow: hidden;
  cursor: pointer; }
  .tour-item.selected, .tour-item.active, .tour-item:hover {
    background-color: #00b0dd; }
  .tour-item .key {
    display: inline; }
    .tour-item .key:after {
      content: ':'; }
  .tour-item .label {
    display: inline; }
  @media only screen and (min-width: 40.0625em) {
    .tour-item {
      font-size: 2.1vw;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .tour-item .key {
        text-align: center;
        font-size: 2.5vw;
        -webkit-flex-basis: 2.5em;
            -ms-flex-preferred-size: 2.5em;
                flex-basis: 2.5em;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
        .tour-item .key:after {
          content: ''; }
      .tour-item .label {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
  @media only screen and (min-width: 75.25em) {
    .tour-item {
      font-size: 1.25rem; }
      .tour-item .key {
        font-size: 1.5rem; } }

/*
 * tour-index
 */
.tour-index {
  background-color: #0069aa;
  padding: 0.8125rem 1.3125rem;
  position: relative;
  width: 100vw;
  height: 70vh;
  margin: 0 auto;
  display: none; }
  .tour-index:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: transparent;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 62%;
    background-size: 100%;
    opacity: .1;
    background-blend-mode: overlay;
    z-index: 0; }
  .tour-index .tour-entries {
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: 17px;
    right: 17px; }
  @media only screen and (min-width: 40.0625em) {
    .tour-index {
      display: block; }
      .tour-index .tour-entries {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
      .tour-index .tour-item {
        width: calc(50% - 8px);
        margin: 4px;
        -webkit-flex-basis: calc(11.1111% - 8px);
            -ms-flex-preferred-size: calc(11.1111% - 8px);
                flex-basis: calc(11.1111% - 8px); } }
  @media only screen and (min-width: 75.25em) {
    .tour-index {
      position: relative;
      width: 1118px;
      height: 334px;
      margin-bottom: 3rem; }
      .tour-index .tour-item {
        width: calc(33% - 8px);
        -webkit-flex-basis: calc(20% - 8px);
            -ms-flex-preferred-size: calc(20% - 8px);
                flex-basis: calc(20% - 8px); }
      .tour-index:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.45), transparent);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
        opacity: .5;
        z-index: -1;
        -webkit-transform-origin: bottom;
                transform-origin: bottom;
        -webkit-transform: perspective(4000) rotateX(-45deg);
                transform: perspective(4000) rotateX(-45deg); } }

@media only screen and (min-width: 40.0625em) {
  .tour-index-mobile {
    display: none; } }

/*
 * tour-slide
 */
.tour-slide {
  overflow: hidden;
  border: 0.3125rem #f2f0e8 solid;
  background-color: white; }
  .tour-slide figure img {
    width: 100%;
    height: auto; }
  .tour-slide .key {
    font: 1rem "Lato", sans-serif;
    line-height: 2.125rem;
    width: 2.125rem;
    background-color: #09aeda;
    color: white;
    text-align: center;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 3rem;
    width: 3rem;
    margin: 0 auto; }
  .tour-slide .h2 {
    text-align: center;
    margin: 1rem 0;
    font-size: 1.125rem; }
  .tour-slide footer {
    text-align: center; }
  .tour-slide section {
    padding: 2.25rem 1.4375rem 0 1.4375rem; }
  .tour-slide p {
    font-size: 4.5vw; }
  @media only screen and (min-width: 40.0625em) {
    .tour-slide {
      border: 1.625rem #f2f0e8 solid; }
      .tour-slide figure {
        max-width: 50%;
        margin: 0;
        width: 48.167%;
        float: left; }
      .tour-slide section {
        width: 51.5%;
        float: right; }
      .tour-slide .h2 {
        font-size: 2.1875rem; }
      .tour-slide p {
        font-size: 1rem; } }

@media only screen and (min-width: 75.25em) {
  .flexbox .tour-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .flexbox .tour-slide figure {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-flex-basis: 48.167%;
          -ms-flex-preferred-size: 48.167%;
              flex-basis: 48.167%;
      float: none;
      width: auto;
      background-color: #edebe4; }
    .flexbox .tour-slide section {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      float: none;
      width: auto;
      direction: column;
      overflow: auto; }
    .flexbox .tour-slide header, .flexbox .tour-slide footer {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    .flexbox .tour-slide .desc {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 100%; } }

/*
 * tour-slideshow
 * These styles only apply after slick
 * has been initialized.
 */
@media only screen and (min-width: 40.0625em) {
  .tour-frame {
    position: absolute;
    top: 0;
    padding-top: 15%;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 500;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background-color: rgba(0, 0, 0, 0.5); } }

.tour-slideshow {
  width: 100%;
  max-width: 72em;
  margin: 0 auto; }

.tour-slideshow.slick-initialized figure {
  max-width: 100%;
  margin: 0; }

.tour-slideshow.slick-initialized button {
  margin-bottom: 0;
  background-image: none;
  padding: .6em; }
  .tour-slideshow.slick-initialized button:after {
    margin: 0; }
  .tour-slideshow.slick-initialized button:hover {
    background-color: #0069aa; }
    .tour-slideshow.slick-initialized button:hover:after {
      margin-left: 0;
      margin-right: 0; }
  .tour-slideshow.slick-initialized button.slick-prev {
    position: absolute;
    top: 164px;
    left: 0;
    z-index: 20; }
    .tour-slideshow.slick-initialized button.slick-prev:after {
      content: "";
      margin: 0; }
  .tour-slideshow.slick-initialized button.slick-next {
    position: absolute;
    top: 164px;
    right: -1px;
    z-index: 20; }

.tour-slideshow.slick-initialized .close-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  text-align: center;
  background-color: #edebe4; }
  .tour-slideshow.slick-initialized .close-button:hover {
    color: #0069aa; }

@media only screen and (max-width: 40em) {
  .tour-slideshow.slick-initialized figure {
    max-width: 66%;
    margin: 1em auto; }
  .tour-slideshow.slick-initialized header {
    text-align: center; }
  .tour-slideshow.slick-initialized .key, .tour-slideshow.slick-initialized .h2 {
    display: inline;
    font-size: 1.25rem; }
  .tour-slideshow.slick-initialized .key {
    background-color: transparent;
    color: #85442e;
    font-family: "Libre Baskerville", "Times", serif;
    font-style: italic; }
    .tour-slideshow.slick-initialized .key:after {
      content: '. '; }
  .tour-slideshow.slick-initialized .slick-prev, .tour-slideshow.slick-initialized .slick-next {
    display: none !important; } }

@media only screen and (min-width: 40.0625em) {
  .tour-slideshow.slick-initialized {
    padding-left: 3.0625rem;
    padding-right: 3.0625rem; }
    .tour-slideshow.slick-initialized button {
      line-height: 3.75rem;
      margin-top: -1.875rem;
      padding: 1.2em 1.65em; }
    .tour-slideshow.slick-initialized .close-button {
      background-color: #edebe4;
      border-radius: 0 0 0 50%;
      color: #a39161;
      height: 4.375rem;
      line-height: 4.375rem;
      right: 3.0625rem;
      text-align: center;
      text-decoration: none !important;
      width: 4.375rem; } }

/*
 * tour-map
 */
.map-canvas {
  background-color: #4a4840;
  background-image: -webkit-linear-gradient(top, #000 0%, #111 10%, #5a5a5a 100%);
  background-image: linear-gradient(to bottom, #000 0%, #111 10%, #5a5a5a 100%);
  height: 48.375vw;
  width: 100%; }
  .map-canvas .map-scroller {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .map-canvas .map-wrapper {
    position: absolute;
    top: 0;
    right: -15px;
    bottom: -15px;
    left: 0;
    overflow: scroll; }
  .map-canvas .map-container {
    width: 2198px;
    height: 860px; }

@media only screen and (min-width: 75.25em) {
  .map-canvas {
    height: 860px; }
  .map-scroller {
    width: 100%;
    max-width: 2198px;
    height: 860px;
    margin: 0 auto; } }

/*
 * tour map
 */
@-webkit-keyframes pulse {
  from {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5); }
  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.8); } }
@keyframes pulse {
  from {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5); }
  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.8); } }

.tour-pin {
  font: 1rem "Lato", sans-serif;
  line-height: 2.125rem;
  width: 2.125rem;
  background-color: #09aeda;
  color: white;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5); }
  .tour-pin:hover, .tour-pin.active, .tour-pin.selected {
    -webkit-animation-name: pulse;
            animation-name: pulse;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    cursor: pointer; }

a.tour-pin:link, a.tour-pin:visited {
  color: white;
  text-decoration: none; }

a.tour-pin:active, a.tour-pin:hover {
  color: white;
  text-decoration: none; }

/*
 * Templates
 * Specific page layout types. There should be minimal CSS if any
 * in these. If the goal is a flexible CSS framework rather than
 * a specific design implementation, css at this level should be
 * considered code smell.
 */
/*
  * Tour components are highly specialized and designed to work
  * together, so assembling them happens in the tour template style
  * rules.
  */
.hero-tour {
  position: relative;
  z-index: 20;
  pointer-events: none;
  background-color: #85442e; }

@media screen and (min-width: 879px) {
  .hero-tour {
    background-color: transparent; }
  .hero-tour + .map-canvas {
    position: relative;
    margin-top: -7.5vw;
    z-index: 15; } }

@media only screen and (min-width: 75.25em) {
  .map-canvas + .tour-index {
    position: relative;
    margin-top: -18.75rem;
    z-index: 20; } }

@media print {
  nav {
    display: none; }
  .hero-tertiary:after {
    display: none; }
  .logo-hp {
    background: none;
    text-indent: 0;
    height: auto;
    font-size: 3rem;
    font-family: "Libre Baskerville", "Times", serif;
    padding: 1rem 0; }
  #MainHeader .upper-header {
    padding: 0; }
    #MainHeader .upper-header:before {
      background-image: none !important;
      background-color: transparent;
      background-blend-mode: normal; }
  .editorial .captioned-image,
  .editorial .captioned-media {
    max-width: 50%;
    margin: 0 auto;
    float: none !important; }
  #MainFooter img {
    max-width: 20% !important; } }

/*# sourceMappingURL=style.css.map */
   .gsc-adBlock {display: none;}






