@charset "UTF-8";
.accordion:after,
.clearfix:after,
.row .row.collapse:after,
.row .row:after,
.row:after,
[class*="block-grid-"]:after {
  clear: both;
}
.breadcrumbs,
.button-bar .button-group div,
.flex-video {
  overflow: hidden;
}
.alert-box,
body {
  font-weight: 400;
  position: relative;
}
.invisible,
.reveal-modal {
  visibility: hidden;
}
@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  src: local("Unbounded-Regular"),
    url(-https://cacestculte.com/wp-content/uploads/2025/01/Unbounded-Regular.ttf)
      format("truetype");
}
@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 700;
  src: local("Unbounded-Bold"),
    url(https://cacestculte.com/wp-content/uploads/2025/01/Unbounded-Bold.ttf)
      format("truetype");
}
meta.foundation-version {
  font-family: "/5.5.3/";
}
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:64em)/";
  width: 40.0625em;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}
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;
}
.row,
select {
  width: 100%;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
.accordion .accordion-navigation > a,
.accordion dd > a,
.button,
body,
button {
  font-family: Unbounded;
}
body,
html {
  height: 100%;
  font-size: 100%;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  background: #fff;
  color: #535353;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.hide {
  display: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
}
.accordion:after,
.accordion:before,
.row .row.collapse:after,
.row .row.collapse:before,
.row .row:after,
.row .row:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.row {
  margin: 0 auto;
  max-width: 74.0625rem;
}
.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.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
.column + .column:last-child,
.column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left;
}
@media only screen {
  .column,
  .columns,
  .small-pull-0,
  .small-pull-1,
  .small-pull-10,
  .small-pull-11,
  .small-pull-2,
  .small-pull-3,
  .small-pull-4,
  .small-pull-5,
  .small-pull-6,
  .small-pull-7,
  .small-pull-8,
  .small-pull-9,
  .small-push-0,
  .small-push-1,
  .small-push-10,
  .small-push-11,
  .small-push-2,
  .small-push-3,
  .small-push-4,
  .small-push-5,
  .small-push-7,
  .small-push-8,
  .small-push-9 {
    position: relative;
  }
  .small-push-0 {
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    right: 0;
    left: auto;
  }
  .small-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    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-pull-0,
  .medium-pull-1,
  .medium-pull-10,
  .medium-pull-11,
  .medium-pull-2,
  .medium-pull-3,
  .medium-pull-4,
  .medium-pull-5,
  .medium-pull-6,
  .medium-pull-7,
  .medium-pull-8,
  .medium-pull-9,
  .medium-push-0,
  .medium-push-1,
  .medium-push-10,
  .medium-push-11,
  .medium-push-2,
  .medium-push-3,
  .medium-push-4,
  .medium-push-5,
  .medium-push-6,
  .medium-push-7,
  .medium-push-8,
  .medium-push-9,
  .pull-0,
  .pull-1,
  .pull-10,
  .pull-11,
  .pull-2,
  .pull-3,
  .pull-4,
  .pull-5,
  .pull-6,
  .pull-7,
  .pull-8,
  .pull-9,
  .push-0,
  .push-1,
  .push-10,
  .push-11,
  .push-2,
  .push-3,
  .push-4,
  .push-5,
  .push-6,
  .push-7,
  .push-8,
  .push-9 {
    position: relative;
  }
  .medium-push-0 {
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    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 {
    left: 0;
    right: auto;
  }
  .pull-0 {
    right: 0;
    left: auto;
  }
  .push-1 {
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    left: 25%;
    right: auto;
  }
  .pull-3 {
    right: 25%;
    left: auto;
  }
  .push-4 {
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    left: 50%;
    right: auto;
  }
  .pull-6 {
    right: 50%;
    left: auto;
  }
  .push-7 {
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    left: 75%;
    right: auto;
  }
  .pull-9 {
    right: 75%;
    left: auto;
  }
  .push-10 {
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-pull-0,
  .large-pull-1,
  .large-pull-10,
  .large-pull-11,
  .large-pull-2,
  .large-pull-3,
  .large-pull-4,
  .large-pull-5,
  .large-pull-6,
  .large-pull-7,
  .large-pull-8,
  .large-pull-9,
  .large-push-0,
  .large-push-1,
  .large-push-10,
  .large-push-11,
  .large-push-2,
  .large-push-3,
  .large-push-4,
  .large-push-5,
  .large-push-6,
  .large-push-7,
  .large-push-8,
  .large-push-9,
  .pull-0,
  .pull-1,
  .pull-10,
  .pull-11,
  .pull-2,
  .pull-3,
  .pull-4,
  .pull-5,
  .pull-6,
  .pull-7,
  .pull-8,
  .pull-9,
  .push-0,
  .push-1,
  .push-10,
  .push-11,
  .push-2,
  .push-3,
  .push-4,
  .push-5,
  .push-6,
  .push-7,
  .push-8,
  .push-9 {
    position: relative;
  }
  .large-push-0 {
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    right: 0;
    left: auto;
  }
  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    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 {
    left: 0;
    right: auto;
  }
  .pull-0 {
    right: 0;
    left: auto;
  }
  .push-1 {
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    left: 25%;
    right: auto;
  }
  .pull-3 {
    right: 25%;
    left: auto;
  }
  .push-4 {
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    left: 50%;
    right: auto;
  }
  .pull-6 {
    right: 50%;
    left: auto;
  }
  .push-7 {
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    left: 75%;
    right: auto;
  }
  .pull-9 {
    right: 75%;
    left: auto;
  }
  .push-10 {
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}
.accordion {
  margin-bottom: 0;
  margin-left: 0;
}
.accordion .accordion-navigation,
.accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
  background: 0 0;
  color: #222;
}
.accordion .accordion-navigation > a,
.accordion dd > a {
  background: 0 0;
  color: #524ff5;
  display: block;
  font-size: 0.875rem;
  padding: 0.625rem;
}
.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
  background: 0 0;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content {
  display: none;
  padding: 0.625rem;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  background: 0 0;
  display: block;
}
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  transition: opacity 0.3s ease-out;
  background-color: #524ff5;
  border-color: #14ecdf;
  color: #fff;
}
.breadcrumbs,
.button,
button {
  border-style: solid;
  border-width: 0;
}
.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333;
  font-size: 1.375rem;
  line-height: 0.9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}
.alert-box .close:focus,
.alert-box .close:hover {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 6px;
}
.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: #c5512d;
  border-color: #a94627;
  color: #fff;
}
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #fff;
}
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #431c0f;
}
.alert-box.alert-close {
  opacity: 0;
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*="block-grid-"]:after,
[class*="block-grid-"]:before {
  content: " ";
  display: table;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}
@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
.button-bar:after,
.button-group:after,
.clearing-thumbs:after,
[data-clearing]:after {
  clear: both;
}
.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}
.breadcrumbs > * {
  color: #b8b8b8;
  float: left;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0;
  text-transform: none;
}
.breadcrumbs > :focus a,
.breadcrumbs > :hover a {
  text-decoration: underline;
}
.breadcrumbs > .current:focus,
.breadcrumbs > .current:focus a,
.breadcrumbs > .current:hover,
.breadcrumbs > .current:hover a,
.button,
.joyride-close-tip,
.label,
.sub-nav dd a,
.sub-nav dt a,
.sub-nav li a,
.vevent abbr,
a,
button {
  text-decoration: none;
}
.breadcrumbs > * a {
  color: #b8b8b8;
}
.breadcrumbs > .current,
.breadcrumbs > .current a {
  color: grey;
  cursor: default;
}
.breadcrumbs > .unavailable,
.breadcrumbs > .unavailable a {
  color: #b8b8b8;
}
.breadcrumbs > .unavailable a:focus,
.breadcrumbs > .unavailable:focus,
.breadcrumbs > .unavailable:hover,
.breadcrumbs > .unavailable:hover a {
  color: #b8b8b8;
  cursor: not-allowed;
  text-decoration: none;
}
.breadcrumbs > :before {
  color: #b8b8b8;
  content: "/";
  margin: 0 0.5rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > :first-child:before {
  content: " ";
  margin: 0;
}
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}
.button,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  font-weight: 700;
  margin: 0 0 0.625rem;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0.625rem 1.25rem 0.6875rem;
  font-size: 0.75rem;
  background-color: #524ff5;
  border-color: #12dccf;
  color: #18605c;
  transition: background-color 0.3s ease-out;
}
.joyride-tip-guide,
p,
select {
  font-family: inherit;
}
.button:focus,
.button:hover,
button:focus,
button:hover {
  background-color: #12dccf;
  color: #18605c;
}
.button.secondary,
button.secondary {
  background-color: #c5512d;
  border-color: #9e4124;
  color: #18605c;
}
.button.secondary:focus,
.button.secondary:hover,
button.secondary:focus,
button.secondary:hover {
  background-color: #9e4124;
  color: #18605c;
}
.button.success,
button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #18605c;
}
.button.success:focus,
.button.success:hover,
button.success:focus,
button.success:hover {
  background-color: #368a55;
  color: #18605c;
}
.button.alert,
button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #18605c;
}
.button.alert:focus,
.button.alert:hover,
button.alert:focus,
button.alert:hover {
  background-color: #cf2a0e;
  color: #18605c;
}
.button.warning,
button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #18605c;
}
.button.warning:focus,
.button.warning:hover,
button.warning:focus,
button.warning:hover {
  background-color: #cf6e0e;
  color: #18605c;
}
.button.info,
button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
}
.button.info:focus,
.button.info:hover,
button.info:focus,
button.info:hover {
  background-color: #61b6d9;
  color: #18605c;
}
.button.large,
button.large {
  padding: 0.6875rem 1.375rem 0.75rem;
  font-size: 1rem;
}
.button.small,
button.small {
  padding: 0.5rem 1rem 0.5625rem;
  font-size: 0.625rem;
}
.button.tiny,
button.tiny {
  padding: 0.3125rem 0.625rem 0.375rem;
  font-size: 0.625rem;
}
.button.expand,
button.expand {
  padding: 0.625rem 0.625rem 0.6875rem;
  font-size: 0.75rem;
  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: 6px;
}
.button.round,
button.round {
  border-radius: 1000px;
}
.button.disabled,
.button[disabled],
button.disabled,
button[disabled] {
  background-color: #524ff5;
  border-color: #12dccf;
  color: #18605c;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover {
  color: #18605c;
  background-color: #524ff5;
}
.button.disabled.secondary,
.button[disabled].secondary,
button.disabled.secondary,
button[disabled].secondary {
  background-color: #c5512d;
  border-color: #9e4124;
  color: #18605c;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.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,
button[disabled].secondary:hover {
  color: #18605c;
  background-color: #c5512d;
}
.button.disabled.success,
.button[disabled].success,
button.disabled.success,
button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #18605c;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.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,
button[disabled].success:hover {
  color: #18605c;
  background-color: #43ac6a;
}
.button.disabled.alert,
.button[disabled].alert,
button.disabled.alert,
button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #18605c;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.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,
button[disabled].alert:hover {
  color: #18605c;
  background-color: #f04124;
}
.button.disabled.warning,
.button[disabled].warning,
button.disabled.warning,
button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #18605c;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.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,
button[disabled].warning:hover {
  color: #18605c;
  background-color: #f08a24;
}
.button.disabled.info,
.button[disabled].info,
button.disabled.info,
button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.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,
button[disabled].info:hover {
  color: #18605c;
  background-color: #a0d3e8;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 40.0625em) {
  .button,
  button {
    display: inline-block;
  }
}
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
.button-group:after,
.button-group:before {
  content: " ";
  display: table;
}
.button-group.even-2 li,
.button-group.even-3 li,
.button-group.even-4 li,
.button-group.even-5 li,
.button-group.even-6 li,
.button-group.even-7 li,
.button-group.even-8 li,
.button-group > li {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.even-2 li {
  width: 50%;
}
.button-group.even-2 li .button,
.button-group.even-2 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:first-child .button,
.button-group.even-2 li:first-child button {
  border-left: 0;
}
.button-group.even-2 li .button,
.button-group.even-2 li button {
  width: 100%;
}
.button-group.even-3 li {
  width: 33.33333%;
}
.button-group.even-3 li .button,
.button-group.even-3 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:first-child .button,
.button-group.even-3 li:first-child button {
  border-left: 0;
}
.button-group.even-3 li .button,
.button-group.even-3 li button {
  width: 100%;
}
.button-group.even-4 li {
  width: 25%;
}
.button-group.even-4 li .button,
.button-group.even-4 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:first-child .button,
.button-group.even-4 li:first-child button {
  border-left: 0;
}
.button-group.even-4 li .button,
.button-group.even-4 li button {
  width: 100%;
}
.button-group.even-5 li {
  width: 20%;
}
.button-group.even-5 li .button,
.button-group.even-5 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:first-child .button,
.button-group.even-5 li:first-child button {
  border-left: 0;
}
.button-group.even-5 li .button,
.button-group.even-5 li button {
  width: 100%;
}
.button-group.even-6 li {
  width: 16.66667%;
}
.button-group.even-6 li .button,
.button-group.even-6 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:first-child .button,
.button-group.even-6 li:first-child button {
  border-left: 0;
}
.button-group.even-6 li .button,
.button-group.even-6 li button {
  width: 100%;
}
.button-group.even-7 li {
  width: 14.28571%;
}
.button-group.even-7 li .button,
.button-group.even-7 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:first-child .button,
.button-group.even-7 li:first-child button {
  border-left: 0;
}
.button-group.even-7 li .button,
.button-group.even-7 li button {
  width: 100%;
}
.button-group.even-8 li {
  width: 12.5%;
}
.button-group.even-8 li .button,
.button-group.even-8 li button,
.button-group.radius.stack > * > button,
.button-group.round.stack > * > button,
.button-group.stack > li > button,
.clearing-caption {
  width: 100%;
}
.button-group.even-8 li .button,
.button-group.even-8 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:first-child .button,
.button-group.even-8 li:first-child button {
  border-left: 0;
}
.button-group > li .button,
.button-group > li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child .button,
.button-group > li:first-child button {
  border-left: 0;
}
.button-group.stack > li {
  display: block;
  margin: 0;
  float: none;
}
.button-group.stack > li .button,
.button-group.stack > li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack > li:first-child .button,
.button-group.stack > li:first-child button {
  border-left: 0;
}
.button-group.stack > li .button,
.button-group.stack > li > button {
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.stack > li:first-child .button,
.button-group.stack > li:first-child button {
  border-top: 0;
}
.button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.stack-for-small > li .button,
.button-group.stack-for-small > li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack-for-small > li:first-child .button,
.button-group.stack-for-small > li:first-child button {
  border-left: 0;
}
@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .button-group.stack-for-small > li .button,
  .button-group.stack-for-small > li > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child .button,
  .button-group.stack-for-small > li:first-child button {
    border-left: 0;
  }
  .button-group.stack-for-small > li .button,
  .button-group.stack-for-small > li > button {
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  .button-group.stack-for-small > li:first-child .button,
  .button-group.stack-for-small > li:first-child button {
    border-top: 0;
  }
}
.button-group.radius > * {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.radius > * .button,
.button-group.radius > * > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > :first-child .button,
.button-group.radius > :first-child button {
  border-left: 0;
}
.button-group.radius > *,
.button-group.radius > * > .button,
.button-group.radius > * > a,
.button-group.radius > * > button {
  border-radius: 0;
}
.button-group.radius > :first-child,
.button-group.radius > :first-child > .button,
.button-group.radius > :first-child > a,
.button-group.radius > :first-child > button {
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.button-group.radius > :last-child,
.button-group.radius > :last-child > .button,
.button-group.radius > :last-child > a,
.button-group.radius > :last-child > button {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.button-group.radius.stack > * {
  display: block;
  margin: 0;
}
.button-group.radius.stack > * .button,
.button-group.radius.stack > * > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius.stack > :first-child .button,
.button-group.radius.stack > :first-child button {
  border-left: 0;
}
.button-group.radius.stack > * .button,
.button-group.radius.stack > * > button {
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.radius.stack > :first-child .button,
.button-group.radius.stack > :first-child button {
  border-top: 0;
}
.button-group.radius.stack > *,
.button-group.radius.stack > * > .button,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button {
  border-radius: 0;
}
.button-group.radius.stack > :first-child,
.button-group.radius.stack > :first-child > .button,
.button-group.radius.stack > :first-child > a,
.button-group.radius.stack > :first-child > button {
  -webkit-top-left-radius: 6px;
  -webkit-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.button-group.radius.stack > :last-child,
.button-group.radius.stack > :last-child > .button,
.button-group.radius.stack > :last-child > a,
.button-group.radius.stack > :last-child > button {
  -webkit-bottom-left-radius: 6px;
  -webkit-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media only screen and (min-width: 40.0625em) {
  .button-group.radius.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.radius.stack-for-small > * .button,
  .button-group.radius.stack-for-small > * > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > :first-child .button,
  .button-group.radius.stack-for-small > :first-child button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > .button,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > :first-child,
  .button-group.radius.stack-for-small > :first-child > .button,
  .button-group.radius.stack-for-small > :first-child > a,
  .button-group.radius.stack-for-small > :first-child > button {
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .button-group.radius.stack-for-small > :last-child,
  .button-group.radius.stack-for-small > :last-child > .button,
  .button-group.radius.stack-for-small > :last-child > a,
  .button-group.radius.stack-for-small > :last-child > button {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
}
@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * .button,
  .button-group.radius.stack-for-small > * > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > :first-child .button,
  .button-group.radius.stack-for-small > :first-child button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * .button,
  .button-group.radius.stack-for-small > * > button {
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.radius.stack-for-small > :first-child .button,
  .button-group.radius.stack-for-small > :first-child button {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > .button,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > :first-child,
  .button-group.radius.stack-for-small > :first-child > .button,
  .button-group.radius.stack-for-small > :first-child > a,
  .button-group.radius.stack-for-small > :first-child > button {
    -webkit-top-left-radius: 6px;
    -webkit-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .button-group.radius.stack-for-small > :last-child,
  .button-group.radius.stack-for-small > :last-child > .button,
  .button-group.radius.stack-for-small > :last-child > a,
  .button-group.radius.stack-for-small > :last-child > button {
    -webkit-bottom-left-radius: 6px;
    -webkit-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
.button-group.round > * {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.round > * .button,
.button-group.round > * > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > :first-child .button,
.button-group.round > :first-child button {
  border-left: 0;
}
.button-group.round > *,
.button-group.round > * > .button,
.button-group.round > * > a,
.button-group.round > * > button {
  border-radius: 0;
}
.button-group.round > :first-child,
.button-group.round > :first-child > .button,
.button-group.round > :first-child > a,
.button-group.round > :first-child > button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > :last-child,
.button-group.round > :last-child > .button,
.button-group.round > :last-child > a,
.button-group.round > :last-child > button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.button-group.round.stack > * {
  display: block;
  margin: 0;
}
.button-group.round.stack > * .button,
.button-group.round.stack > * > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round.stack > :first-child .button,
.button-group.round.stack > :first-child button {
  border-left: 0;
}
.button-group.round.stack > * .button,
.button-group.round.stack > * > button {
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.round.stack > :first-child .button,
.button-group.round.stack > :first-child button {
  border-top: 0;
}
.button-group.round.stack > *,
.button-group.round.stack > * > .button,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button {
  border-radius: 0;
}
.button-group.round.stack > :first-child,
.button-group.round.stack > :first-child > .button,
.button-group.round.stack > :first-child > a,
.button-group.round.stack > :first-child > button {
  -webkit-top-left-radius: 0.625rem;
  -webkit-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.button-group.round.stack > :last-child,
.button-group.round.stack > :last-child > .button,
.button-group.round.stack > :last-child > a,
.button-group.round.stack > :last-child > button {
  -webkit-bottom-left-radius: 0.625rem;
  -webkit-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
@media only screen and (min-width: 40.0625em) {
  .button-group.round.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.round.stack-for-small > * .button,
  .button-group.round.stack-for-small > * > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > :first-child .button,
  .button-group.round.stack-for-small > :first-child button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > .button,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > :first-child,
  .button-group.round.stack-for-small > :first-child > .button,
  .button-group.round.stack-for-small > :first-child > a,
  .button-group.round.stack-for-small > :first-child > button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > :last-child,
  .button-group.round.stack-for-small > :last-child > .button,
  .button-group.round.stack-for-small > :last-child > a,
  .button-group.round.stack-for-small > :last-child > button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
.clearing-caption,
.f-dropdown.content > :last-child,
.f-dropdown.drop-left > :last-child,
.f-dropdown.drop-right > :last-child,
.f-dropdown.drop-top > :last-child,
.f-dropdown > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * .button,
  .button-group.round.stack-for-small > * > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > :first-child .button,
  .button-group.round.stack-for-small > :first-child button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * .button,
  .button-group.round.stack-for-small > * > button {
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.round.stack-for-small > :first-child .button,
  .button-group.round.stack-for-small > :first-child button {
    border-top: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > .button,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > :first-child,
  .button-group.round.stack-for-small > :first-child > .button,
  .button-group.round.stack-for-small > :first-child > a,
  .button-group.round.stack-for-small > :first-child > button {
    -webkit-top-left-radius: 0.625rem;
    -webkit-top-right-radius: 0.625rem;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }
  .button-group.round.stack-for-small > :last-child,
  .button-group.round.stack-for-small > :last-child > .button,
  .button-group.round.stack-for-small > :last-child > a,
  .button-group.round.stack-for-small > :last-child > button {
    -webkit-bottom-left-radius: 0.625rem;
    -webkit-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
}
.button-bar:after,
.button-bar:before,
.clearing-thumbs:after,
.clearing-thumbs:before,
[data-clearing]:after,
[data-clearing]:before {
  content: " ";
  display: table;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
.clearing-thumbs,
[data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.clearing-thumbs li,
[data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}
.clearing-blackout {
  background: #333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
.clearing-blackout .clearing-close {
  display: block;
}
.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}
.clearing-touch-label {
  color: #aaa;
  font-size: 0.6em;
  left: 50%;
  position: absolute;
  top: 50%;
}
.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}
.clearing-caption {
  background: #333;
  bottom: 0;
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  left: 0;
}
.clearing-close {
  color: #ccc;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
.clearing-close:focus,
.clearing-close:hover {
  color: #ccc;
}
.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul,
.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}
@media only screen and (min-width: 40.0625em) {
  .clearing-main-next,
  .clearing-main-prev {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .clearing-main-next > span,
  .clearing-main-prev > span {
    border: 12px solid;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .clearing-main-next > span:hover,
  .clearing-main-prev > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent #ccc transparent transparent;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent transparent transparent #ccc;
  }
  .clearing-main-next.disabled,
  .clearing-main-prev.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: 0.4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    height: 85%;
    overflow: hidden;
  }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.tabs-content:after,
.tabs:after {
  clear: both;
}
.f-dropdown,
.f-dropdown.drop-right {
  max-width: 200px;
  list-style: none;
  max-height: none;
}
.f-dropdown,
.f-dropdown.drop-left,
.f-dropdown.drop-right,
.f-dropdown.drop-top {
  background: #fff;
  font-size: 0.875rem;
}
.f-dropdown {
  display: none;
  left: -9999px;
  margin-left: 0;
  position: absolute;
  border: 1px solid #ccc;
  height: auto;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
}
.f-dropdown:after,
.f-dropdown:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}
.f-dropdown.drop-left,
.f-dropdown.drop-left > :first-child,
.f-dropdown.drop-right > :first-child,
.f-dropdown > :first-child {
  margin-top: 0;
}
.f-dropdown.open {
  display: block;
}
.f-dropdown:before {
  border: 6px inset;
  border-color: transparent transparent #fff;
  border-bottom-style: solid;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  border: 7px inset;
  border-color: transparent transparent #ccc;
  border-bottom-style: solid;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  position: absolute;
  border: 1px solid #ccc;
  height: auto;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
}
.f-dropdown.drop-right:after,
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}
.f-dropdown.drop-right.open {
  display: block;
}
.f-dropdown.drop-right:before {
  border: 6px inset;
  border-color: transparent #fff transparent transparent;
  border-right-style: solid;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  border: 7px inset;
  border-color: transparent #ccc transparent transparent;
  border-right-style: solid;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  position: absolute;
  border: 1px solid #ccc;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: -2px;
  max-width: 200px;
}
.f-dropdown.drop-left:after,
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: auto;
  position: absolute;
}
.f-dropdown.content,
.f-dropdown.drop-top {
  margin-left: 0;
  max-height: none;
  max-width: 200px;
  list-style: none;
}
.f-dropdown.drop-left.open {
  display: block;
}
.f-dropdown.drop-left:before {
  border: 6px inset;
  border-color: transparent transparent transparent #fff;
  border-left-style: solid;
  top: 10px;
  right: -12px;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  border: 7px inset;
  border-color: transparent transparent transparent #ccc;
  border-left-style: solid;
  top: 9px;
  right: -14px;
  z-index: 88;
}
.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  position: absolute;
  border: 1px solid #ccc;
  height: auto;
  width: 100%;
  z-index: 89;
  margin-top: -2px;
}
.f-dropdown.drop-top:after,
.f-dropdown.drop-top:before {
  height: 0;
  width: 0;
  top: auto;
  right: auto;
  display: block;
  position: absolute;
  content: "";
}
.f-dropdown.content > :first-child,
.f-dropdown.drop-top > :first-child {
  margin-top: 0;
}
.f-dropdown.drop-top.open {
  display: block;
}
.f-dropdown.drop-top:before {
  border: 6px inset;
  border-color: #fff transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  border: 7px inset;
  border-color: #ccc transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:focus,
.f-dropdown li:hover {
  background: #e5e5e5;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #535353;
}
.f-dropdown.content {
  display: none;
  left: -9999px;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  height: auto;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
}
.f-dropdown.content.open {
  display: block;
}
.f-dropdown.radius {
  border-radius: 6px;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}
.dropdown.button,
button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}
.dropdown.button::after,
button.dropdown::after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
  border-color: #fff transparent transparent;
}
.dropdown.button.tiny,
button.dropdown.tiny {
  padding-right: 2.625rem;
}
.dropdown.button.tiny:after,
button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
.dropdown.button.tiny::after,
button.dropdown.tiny::after {
  border-color: #fff transparent transparent;
}
.dropdown.button.small,
button.dropdown.small {
  padding-right: 3.0625rem;
}
.dropdown.button.small::after,
button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
  border-color: #fff transparent transparent;
}
.dropdown.button.large,
button.dropdown.large {
  padding-right: 3.625rem;
}
.dropdown.button.large::after,
button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
  border-color: #fff transparent transparent;
}
.dropdown.button.secondary:after,
button.dropdown.secondary:after {
  border-color: #333 transparent transparent;
}
.flex-video {
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  padding-top: 1.5625rem;
  position: relative;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.postfix,
.prefix,
select {
  height: 2.375rem;
  font-size: 0.75rem;
}
form .row .row {
  margin: 0 -0.5625rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5625rem;
}
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.5625rem;
}
label {
  color: grey;
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
input[type="file"],
input[type="checkbox"],
input[type="radio"],
label.inline,
select {
  margin: 0 0 1.125rem;
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  padding: 0.625rem 0;
}
label small {
  text-transform: capitalize;
  color: #939393;
}
.postfix,
.prefix {
  border-style: solid;
  border-width: 0;
  display: block;
  line-height: 2.375rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
select[multiple],
textarea[rows] {
  height: auto;
}
.postfix.button,
.prefix.button {
  border: none;
  text-align: center;
  padding: 0;
}
.prefix.button.radius {
  border-radius: 6px 0 0 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
}
.postfix.button.radius {
  border-radius: 0 6px 6px 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
.prefix.button.round {
  border-radius: 1000px 0 0 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
}
.postfix.button.round {
  border-radius: 0 1000px 1000px 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
}
label.prefix,
span.prefix {
  background: 0 0;
  border-right: none;
  color: #333;
  border-color: transparent;
}
label.postfix,
span.postfix {
  background: 0 0;
  border-left: none;
  color: #333;
  border-color: transparent;
}
fieldset[disabled] input:not([type]),
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="color"],
fieldset[disabled] textarea,
input:not([type]):disabled,
input:not([type])[disabled],
input:not([type])[readonly],
input[type="text"]:disabled,
input[type="text"][disabled],
input[type="text"][readonly],
input[type="password"]:disabled,
input[type="password"][disabled],
input[type="password"][readonly],
input[type="date"]:disabled,
input[type="date"][disabled],
input[type="date"][readonly],
input[type="datetime"]:disabled,
input[type="datetime"][disabled],
input[type="datetime"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
input[type="month"]:disabled,
input[type="month"][disabled],
input[type="month"][readonly],
input[type="week"]:disabled,
input[type="week"][disabled],
input[type="week"][readonly],
input[type="email"]:disabled,
input[type="email"][disabled],
input[type="email"][readonly],
input[type="number"]:disabled,
input[type="number"][disabled],
input[type="number"][readonly],
input[type="search"]:disabled,
input[type="search"][disabled],
input[type="search"][readonly],
input[type="tel"]:disabled,
input[type="tel"][disabled],
input[type="tel"][readonly],
input[type="time"]:disabled,
input[type="time"][disabled],
input[type="time"][readonly],
input[type="url"]:disabled,
input[type="url"][disabled],
input[type="url"][readonly],
input[type="color"]:disabled,
input[type="color"][disabled],
input[type="color"][readonly],
select:disabled,
textarea:disabled,
textarea[disabled],
textarea[readonly] {
  background-color: #ddd;
  cursor: default;
}
input:not([type]),
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: #e5e5e5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #b8b8b8;
  display: block;
  font-family: "Unbounded";
  font-size: 0.75rem;
  height: 2.375rem;
  margin: 0 0 1.125rem;
  padding: 0.5625rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input:not([type]):focus,
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: #fbfbfb;
  border-color: #b8b8b8;
  outline: 0;
}
input:not([type]).radius,
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: 6px;
}
form .row .prefix-radius.row.collapse button,
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse textarea {
  border-radius: 0 6px 6px 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
form .row .postfix-radius.row.collapse button,
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 6px 0 0 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0 6px 6px 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
form .row .prefix-round.row.collapse button,
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse textarea {
  border-radius: 0 1000px 1000px 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
}
form .row .postfix-round.row.collapse button,
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse textarea,
form .row .prefix-round.row.collapse .prefix {
  border-radius: 1000px 0 0 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0 1000px 1000px 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
}
textarea {
  max-width: 100%;
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fff;
  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: #e5e5e5;
  color: #b8b8b8;
  line-height: normal;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 6px;
}
select:focus {
  background-color: #f7f7f7;
  border-color: #b8b8b8;
}
.icon-bar .item.disabled,
.icon-bar .item.disabled > * {
  opacity: 0.7;
  cursor: not-allowed;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5625rem;
  margin-right: 1.125rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
.badge,
.icon-bar > * i {
  vertical-align: middle;
}
input[type="file"] {
  width: 100%;
}
fieldset {
  border: 1px solid #ddd;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
fieldset legend {
  font-weight: 700;
  margin: 0 0 0 -0.1875rem;
  padding: 0 0.1875rem;
}
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] small.error,
[data-abide] span.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.125rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff;
}
[data-abide] small.error,
[data-abide] span.error {
  display: none;
}
.error small.error,
small.error,
span.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  font-weight: 400;
}
small.error,
span.error {
  margin-bottom: 1.125rem;
  color: #fff;
}
.error input,
.error select,
.error textarea {
  margin-bottom: 0;
}
.error input[type="checkbox"],
.error input[type="radio"],
.error small.error {
  margin-bottom: 1.125rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  color: #fff;
}
.error > label > small {
  background: 0 0;
  color: #939393;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.side-nav li.heading,
.sub-nav dt {
  text-transform: uppercase;
}
.error span.error-message {
  display: block;
}
input.error,
select.error,
textarea.error {
  margin-bottom: 0;
}
label.error {
  color: #f04124;
}
.icon-bar > * i,
.icon-bar > * label,
.icon-bar > a.active i,
.icon-bar > a.active label,
.icon-bar > a:hover i,
.icon-bar > a:hover label,
.joyride-tip-guide {
  color: #fff;
}
.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333;
}
.icon-bar > *,
.icon-bar > * i,
.icon-bar > * img {
  display: block;
  margin: 0 auto;
}
.icon-bar > a.active,
.icon-bar > a:hover {
  background: #524ff5;
}
.icon-bar > * {
  float: left;
  text-align: center;
  width: 25%;
  font-size: 1rem;
  padding: 1.25rem;
}
.icon-bar > * i + label,
.icon-bar > * img + label {
  margin-top: 0.0625rem;
  font-size: 1rem;
}
.icon-bar > * i {
  font-size: 1.875rem;
}
.icon-bar.label-right > * i,
.icon-bar.label-right > * img {
  display: inline-block;
  margin: 0 0.0625rem 0 0;
}
.icon-bar.label-right > * i + label,
.icon-bar.label-right > * img + label {
  margin-top: 0;
}
.icon-bar.label-right > * label {
  display: inline-block;
}
.icon-bar.vertical.label-right > * {
  text-align: left;
}
.label,
.orbit-bullets,
.orbit-bullets-container,
.pagination-centered {
  text-align: center;
}
.icon-bar.small-vertical,
.icon-bar.vertical {
  height: 100%;
  width: auto;
}
.icon-bar.small-vertical .item,
.icon-bar.vertical .item {
  float: none;
  margin: auto;
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.medium-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.large-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}
.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}
.icon-bar .item.disabled {
  pointer-events: none;
}
.icon-bar.two-up .item {
  width: 50%;
}
.icon-bar.two-up.small-vertical .item,
.icon-bar.two-up.vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.three-up .item {
  width: 33.3333%;
}
.icon-bar.three-up.small-vertical .item,
.icon-bar.three-up.vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.four-up .item {
  width: 25%;
}
.icon-bar.four-up.small-vertical .item,
.icon-bar.four-up.vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.five-up .item {
  width: 20%;
}
.icon-bar.five-up.small-vertical .item,
.icon-bar.five-up.vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.six-up .item {
  width: 16.66667%;
}
.icon-bar.six-up.small-vertical .item,
.icon-bar.six-up.vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.seven-up .item {
  width: 14.28571%;
}
.icon-bar.seven-up.small-vertical .item,
.icon-bar.seven-up.vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.eight-up .item {
  width: 12.5%;
}
.icon-bar.eight-up.small-vertical .item,
.icon-bar.eight-up.vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.0625em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}
.inline-list {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 1.0625rem -1.375rem;
}
.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}
.inline-list > li > * {
  display: block;
}
.joyride-list {
  display: none;
}
.joyride-tip-guide {
  background: #333;
  display: none;
  font-weight: 400;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 103;
  left: 2.5%;
}
.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%;
}
.joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%;
}
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}
.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}
.joyride-tip-guide .joyride-nub {
  border: 10px solid #333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px;
}
.joyride-tip-guide .joyride-nub.top {
  border-color: #333;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-color: #333 transparent transparent !important;
  border-bottom-style: solid;
  bottom: -20px;
}
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
.joyride-tip-guide p {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 1.125rem;
}
.joyride-timer-indicator-wrap {
  border: 1px solid #535353;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem;
}
.joyride-timer-indicator {
  background: #666;
  display: block;
  height: inherit;
  width: 0;
}
.joyride-close-tip {
  color: #777 !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 0.5 !important;
  position: absolute;
  top: 10px;
  right: 12px;
}
.joyride-close-tip:focus,
.joyride-close-tip:hover {
  color: #e5e5e5 !important;
}
.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}
.joyride-expose-wrapper {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 15px #fff;
  position: absolute;
  z-index: 102;
}
.joyride-expose-cover {
  background: 0 0;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999;
}
.keystroke,
.label.radius,
kbd {
  border-radius: 6px;
}
.label,
.slideshow-wrapper {
  position: relative;
}
@media only screen {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333 transparent transparent !important;
    bottom: -20px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: transparent transparent transparent #333 !important;
    left: auto;
    right: -20px;
    top: 22px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: transparent #333 transparent transparent !important;
    left: -20px;
    right: auto;
    top: 22px;
  }
}
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #ddd;
  color: #222;
  border-style: solid;
  border-width: 1px;
  font-family: Consolas, Menlo, Courier, monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
}
.label {
  display: inline-block;
  font-family: Unbounded;
  font-weight: 700;
  line-height: 1;
  margin-bottom: auto;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
  background-color: #524ff5;
  color: #000;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #000;
}
.label.warning {
  background-color: #f08a24;
  color: #000;
}
.label.success {
  background-color: #43ac6a;
  color: #000;
}
.label.secondary {
  background-color: #c5512d;
  color: #000;
}
.label.info {
  background-color: #a0d3e8;
  color: #000;
}
,
[data-magellan-expedition-clone] {
  background: #fff;
  min-width: 100%;
  padding: 10px;
  z-index: 50;
}
.sub-nav,
.sub-nav dd,
[data-magellan-expedition-clone] .sub-nav,
[data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}
.sub-nav a,
[data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper .orbit-container li,
.slideshow-wrapper .orbit-container li .orbit-caption,
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  border-radius: 1000px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  border: 3px solid;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.orbit-container {
  background: 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > :first-child {
  margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
}
.orbit-container .orbit-slide-number {
  left: 10px;
  background: 0 0;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 10px;
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  border: 4px solid #fff;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}
.orbit-container .orbit-timer.paused > span {
  top: 0;
  width: 11px;
  height: 14px;
  border: 8px inset;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff;
  right: -4px;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-next,
.orbit-container .orbit-prev {
  background-color: transparent;
  color: #fff;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px !important;
  top: 45%;
  width: 36px;
  z-index: 10;
}
.orbit-container .orbit-next:hover,
.orbit-container .orbit-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-next > span,
.orbit-container .orbit-prev > span {
  border: 10px inset;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent #fff transparent transparent;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #fff;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent transparent transparent #fff;
  border-left-style: solid;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #fff;
}
.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
  top: 10px;
}
.orbit-bullets li {
  background: #ccc;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #b8b8b8;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}
.touch .orbit-bullets,
.touch .orbit-container .orbit-next,
.touch .orbit-container .orbit-prev {
  display: none;
}
@media only screen and (min-width: 40.0625em) {
  .touch .orbit-container .orbit-next,
  .touch .orbit-container .orbit-prev {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0 !important;
    opacity: 1 !important;
    position: relative;
  }
  .orbit-bullets,
  .orbit-next,
  .orbit-prev,
  .orbit-stack-on-small .orbit-slide-number,
  .orbit-timer {
    display: none;
  }
}
.panel.callout > :first-child,
.panel > :first-child {
  margin-top: 0;
}
ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 2rem;
}
ul.pagination li {
  color: #000;
  font-size: 0.8125rem;
  height: 2.375rem;
  margin-left: 0.3125rem;
  display: block;
  float: left;
}
ul.pagination li a,
ul.pagination li button {
  border-radius: 6px;
  transition: background-color 0.3s ease-out;
  background: 0 0;
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: 400;
  line-height: inherit;
  padding: 0.25rem 0;
}
.panel,
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  padding: 1.25rem;
}
ul.pagination li a:focus,
ul.pagination li button:focus,
ul.pagination li:hover a,
ul.pagination li:hover button {
  background: #e6e6e6;
}
ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
  cursor: default;
  color: #000;
  pointer-events: none;
}
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable button:focus,
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable:hover button {
  background: 0 0;
}
ul.pagination li.current a,
ul.pagination li.current button {
  background: #524ff5;
  color: #18605c;
  cursor: default;
  font-weight: 700;
}
.panel,
.panel dl,
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel li,
.panel p,
.panel.callout dl,
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout li,
.panel.callout p {
  color: #333;
}
ul.pagination li.current a:focus,
ul.pagination li.current a:hover,
ul.pagination li.current button:focus,
ul.pagination li.current button:hover {
  background: 0 0;
}
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}
.panel {
  margin-bottom: 1.25rem;
  background: #f2f2f2;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  margin-bottom: 1.25rem;
  background: #f3fefd;
  color: #333;
}
.pricing-table .price,
.pricing-table .title {
  font-weight: 400;
  padding: 0.9375rem 1.25rem;
  font-family: Unbounded;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #524ff5;
}
.panel.callout a:not(.button):focus,
.panel.callout a:not(.button):hover {
  color: #14ecdf;
}
.panel.radius {
  border-radius: 6px;
}
.pricing-table {
  border: 1px solid #ddd;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  background-color: #333;
  color: #e5e5e5;
  font-size: 1rem;
  text-align: center;
}
.pricing-table .price {
  background-color: #f6f6f6;
  color: #333;
  font-size: 2rem;
  text-align: center;
}
.pricing-table .bullet-item,
.pricing-table .description {
  border-bottom: dotted 1px #ddd;
  font-weight: 400;
  padding: 0.9375rem;
  text-align: center;
  background-color: #fff;
}
.pricing-table .description {
  color: #777;
  font-size: 0.75rem;
  line-height: 1.4;
}
.pricing-table .bullet-item {
  color: #333;
  font-size: 0.875rem;
}
.pricing-table .cta-button {
  background-color: #fff;
  padding: 1.25rem 1.25rem 0;
  text-align: center;
}
.progress {
  background-color: #fff;
  border: 1px solid #dbdbea;
  height: 1.875rem;
  margin-bottom: 0.9375rem;
  padding: 0.125rem;
}
.progress .meter,
.progress .meter.alert,
.progress .meter.secondary,
.progress .meter.success,
.progress.alert .meter,
.progress.secondary .meter,
.progress.success .meter {
  height: 100%;
  width: 0;
  display: block;
  float: left;
}
.progress .meter {
  background: #524ff5;
}
.progress .meter.secondary {
  background: #c5512d;
}
.progress .meter.success {
  background: #43ac6a;
}
.progress .meter.alert {
  background: #f04124;
}
.progress.secondary .meter {
  background: #c5512d;
}
.progress.success .meter {
  background: #43ac6a;
}
.progress.alert .meter {
  background: #f04124;
}
.progress.radius {
  border-radius: 6px;
}
.progress.radius .meter {
  border-radius: 5px;
}
.progress.round {
  border-radius: 1000px;
}
.progress.round .meter {
  border-radius: 999px;
}
.range-slider,
.range-slider.vertical-range {
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  position: relative;
}
.range-slider {
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #fbfbfb;
}
.range-slider.vertical-range {
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem;
}
.range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute;
}
.range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem;
}
.range-slider.radius {
  background: #fbfbfb;
  border-radius: 6px;
}
.range-slider.radius .range-slider-handle {
  background: #524ff5;
  border-radius: 6px;
}
.range-slider.radius .range-slider-handle:hover {
  background: #19ecdf;
}
.range-slider.round {
  background: #fbfbfb;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle {
  background: #524ff5;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle:hover {
  background: #19ecdf;
}
.range-slider.disabled,
.range-slider[disabled] {
  background: #fbfbfb;
  cursor: not-allowed;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle,
.range-slider[disabled] .range-slider-handle {
  background: #524ff5;
  cursor: default;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle:hover,
.range-slider[disabled] .range-slider-handle:hover {
  background: #19ecdf;
}
.range-slider-active-segment {
  background: #c3502d;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute;
}
.range-slider-handle {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #524ff5;
}
.range-slider-handle:hover {
  background: #19ecdf;
}
.reveal-modal-bg {
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}
.reveal-modal {
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fff;
  padding: 1.875rem;
  border: 0 solid #666;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
.reveal-modal.radius {
  box-shadow: none;
  border-radius: 4px;
}
.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
  box-shadow: none;
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 74.0625rem;
    right: 0;
    width: 80%;
    top: 6.25rem;
  }
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 74.0625rem;
    right: 0;
    width: 30%;
  }
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 74.0625rem;
    right: 0;
    width: 40%;
  }
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 74.0625rem;
    right: 0;
    width: 60%;
  }
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 74.0625rem;
    right: 0;
    width: 70%;
  }
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 74.0625rem;
    right: 0;
    width: 95%;
  }
}
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}
@media only screen and (min-width: 40.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 74.0625rem;
    right: 0;
    width: 100%;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  color: #aaa;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}
.side-nav {
  display: block;
  font-family: Unbounded;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}
.side-nav li {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 0.4375rem;
}
.side-nav li a:not(.button) {
  color: #524ff5;
  display: block;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
.split.button.large span:after,
.split.button.small span:after,
.split.button.tiny span:after {
  margin-left: -0.375rem;
  border-top-style: solid;
  top: 48%;
}
.side-nav li a:not(.button):focus,
.side-nav li a:not(.button):hover {
  background: rgba(0, 0, 0, 0.025);
  color: #75f4ec;
}
.side-nav li a:not(.button):active {
  color: #75f4ec;
}
.side-nav li.active > a:first-child:not(.button) {
  color: #75f4ec;
  font-family: Unbounded;
  font-weight: 400;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}
.side-nav li.heading {
  color: #524ff5;
  font-size: 0.875rem;
  font-weight: 700;
}
.split.button {
  position: relative;
  padding-right: 5.0625rem;
}
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span,
.split.button.alert span,
.split.button.secondary span,
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid inset inset;
  left: 50%;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
  border-color: #fff transparent transparent;
}
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
  width: 3.09375rem;
}
.split.button.tiny {
  padding-right: 3.75rem;
}
.split.button.tiny span {
  width: 2.25rem;
}
.split.button.tiny span:after {
  border-width: 0.375rem;
}
.split.button.small {
  padding-right: 4.375rem;
}
.split.button.small span {
  width: 2.625rem;
}
.split.button.small span:after {
  border-width: 0.4375rem;
}
.split.button.large {
  padding-right: 5.5rem;
}
.split.button.large span {
  width: 3.4375rem;
}
.split.button.large span:after {
  border-width: 0.3125rem;
}
.split.button.expand {
  padding-left: 2rem;
}
.split.button.secondary span:after {
  border-color: #333 transparent transparent;
}
.split.button.radius span {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.split.button.no-pip span:after,
.split.button.no-pip span:before {
  border-style: none;
}
.split.button.no-pip span > i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%;
}
.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto;
}
.sub-nav dd,
.sub-nav dt,
.sub-nav li {
  color: #b8b8b8;
  float: left;
  font-family: Unbounded;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 1rem;
  margin-bottom: 0;
}
.sub-nav dd a,
.sub-nav dt a,
.sub-nav li a {
  color: #b8b8b8;
  padding: 0.1875rem 1rem;
}
.sub-nav dd a:hover,
.sub-nav dt a:hover,
.sub-nav li a:hover {
  color: #8a8a8a;
}
.sub-nav dd.active a,
.sub-nav dt.active a,
.sub-nav li.active a {
  border-radius: 3px;
  background: #524ff5;
  color: #fff;
  cursor: default;
  font-weight: 400;
  padding: 0.1875rem 1rem;
}
.sub-nav dd.active a:hover,
.sub-nav dt.active a:hover,
.sub-nav li.active a:hover {
  background: #14ecdf;
}
.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch label {
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  transition: left 0.15s ease-out;
  height: 2rem;
  width: 4rem;
  color: transparent;
  background: #ddd;
}
.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
.switch label:after {
  content: "";
  display: block;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 1.5rem;
  width: 1.5rem;
  background: #fff;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch input:checked + label {
  background: #524ff5;
}
.switch.large label {
  height: 2.5rem;
  width: 5rem;
}
.switch.large label:after {
  height: 2rem;
  width: 2rem;
}
.switch.large input:checked + label:after {
  left: 2.75rem;
}
.switch.small label {
  height: 1.75rem;
  width: 3.5rem;
}
.switch.small label:after {
  height: 1.25rem;
  width: 1.25rem;
}
.switch.small input:checked + label:after {
  left: 2rem;
}
.switch.tiny label {
  height: 1.5rem;
  width: 3rem;
}
.switch.tiny label:after {
  height: 1rem;
  width: 1rem;
}
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}
.switch.radius label {
  border-radius: 4px;
}
.switch.radius label:after {
  border-radius: 3px;
}
.switch.round {
  border-radius: 1000px;
}
.switch.round label,
.switch.round label:after {
  border-radius: 2rem;
}
table {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 1.25rem;
  table-layout: auto;
}
table caption {
  background: 0 0;
  color: #222;
  font-size: 1rem;
  font-weight: 700;
}
table tfoot,
table thead {
  background: #f1f1f1;
}
table tfoot tr td,
table tfoot tr th,
table thead tr td,
table thead tr th {
  color: #222;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 0.625rem 0.625rem;
}
table tr td,
table tr th {
  color: #222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}
table tr.alt,
table tr.even,
table tr:nth-of-type(even) {
  background: #f9f9f9;
}
table tbody tr td,
table tbody tr th,
table tfoot tr td,
table tfoot tr th,
table thead tr th,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:after,
.tabs:before {
  content: " ";
  display: table;
}
.tabs .tab-title,
.tabs dd {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.tabs .tab-title > a,
.tabs dd > a {
  display: block;
  background-color: #efefef;
  color: #222;
  font-family: Unbounded;
  font-size: 1rem;
  padding: 1rem 2rem;
}
.tabs .tab-title > a:hover,
.tabs dd > a:hover {
  background-color: #e1e1e1;
}
.tabs .tab-title.active > a,
.tabs dd.active > a {
  background-color: #fff;
  color: #222;
}
.tabs.radius .tab:first-child a,
.tabs.radius dd:first-child a {
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.tabs.radius .tab:last-child a,
.tabs.radius dd:last-child a {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs.vertical .tab-title,
.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:after,
.tabs-content:before {
  content: " ";
  display: table;
}
.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;
}
.th {
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 0.2s ease-out;
}
.th:focus,
.th:hover {
  box-shadow: 0 0 6px 1px rgba(58, 239, 228, 0.5);
}
.th.radius {
  border-radius: 6px;
}
.has-tip {
  border-bottom: dotted 1px #ccc;
  color: #333;
  cursor: help;
  font-weight: 700;
}
.has-tip:focus,
.has-tip:hover {
  border-bottom: dotted 1px #0a7c75;
  color: #3524ff5;
}
.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}
.tooltip {
  background: #333;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}
.tooltip > .nub {
  border: 5px solid;
  border-color: transparent transparent #333;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px;
}
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
.tooltip.radius {
  border-radius: 6px;
}
.tooltip.round {
  border-radius: 1000px;
}
.tooltip.round > .nub {
  left: 2rem;
}
.tooltip.opened {
  border-bottom: dotted 1px #0a7c75 !important;
  color: #524ff5 !important;
}
.tap-to-close {
  color: #777;
  display: block;
  font-size: 0.625rem;
  font-weight: 400;
}
@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent;
    bottom: -10px;
    top: auto;
  }
  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%;
  }
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}
.contain-to-grid {
  width: 100%;
  background: #524ff5;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.8125rem;
  z-index: 98;
}
.top-bar {
  background: #524ff4;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}
.top-bar .button,
.top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}
@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
  .top-bar .button,
  .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  margin: 0;
  position: relative;
}
.top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
  color: #fff;
  display: block;
  font-weight: 400;
  padding: 0 0.9375rem;
  width: 75%;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #fff;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #fff;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  width: 16px;
}
.top-bar-section,
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  background: 0 0;
  height: auto;
}
.top-bar-section ul li,
.top-bar.expanded .title-area {
  background: #524ff5;
}
.top-bar.expanded .toggle-topbar a {
  color: grey;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px grey, 0 7px 0 1px grey, 0 14px 0 1px grey;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .dropdown,
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}
.top-bar-section {
  left: 0;
  width: auto;
  transition: left 0.3s ease-out;
}
.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #0b8982;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li > a {
  color: #fff;
  display: block;
  font-family: Unbounded;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%;
}
.top-bar-section ul li > a.button,
.top-bar-section ul li > button {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-size: 0.875rem;
}
.top-bar-section ul li > a.button {
  background-color: #524ff5;
  border-color: #12dccf;
  color: #18605c;
}
.top-bar-section ul li > a.button:focus,
.top-bar-section ul li > a.button:hover {
  background-color: #12dccf;
  color: #18605c;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #c5512d;
  border-color: #9e4124;
  color: #18605c;
}
.top-bar-section ul li > a.button.secondary:focus,
.top-bar-section ul li > a.button.secondary:hover {
  background-color: #9e4124;
  color: #18605c;
}
.top-bar-section ul li > a.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #18605c;
}
.top-bar-section ul li > a.button.success:focus,
.top-bar-section ul li > a.button.success:hover {
  background-color: #368a55;
  color: #18605c;
}
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #18605c;
}
.top-bar-section ul li > a.button.alert:focus,
.top-bar-section ul li > a.button.alert:hover {
  background-color: #cf2a0e;
  color: #18605c;
}
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #18605c;
}
.top-bar-section ul li > a.button.warning:focus,
.top-bar-section ul li > a.button.warning:hover {
  background-color: #cf6e0e;
  color: #18605c;
}
.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
}
.top-bar-section ul li > a.button.info:focus,
.top-bar-section ul li > a.button.info:hover {
  background-color: #61b6d9;
  color: #18605c;
}
.top-bar-section ul li > button {
  background-color: #524ff5;
  border-color: #12dccf;
  color: #18605c;
}
.top-bar-section ul li > button:focus,
.top-bar-section ul li > button:hover {
  background-color: #12dccf;
  color: #18605c;
}
.top-bar-section ul li > button.secondary {
  background-color: #c5512d;
  border-color: #9e4124;
  color: #18605c;
}
.top-bar-section ul li > button.secondary:focus,
.top-bar-section ul li > button.secondary:hover {
  background-color: #9e4124;
  color: #18605c;
}
.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #18605c;
}
.top-bar-section ul li > button.success:focus,
.top-bar-section ul li > button.success:hover {
  background-color: #368a55;
  color: #18605c;
}
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #18605c;
}
.top-bar-section ul li > button.alert:focus,
.top-bar-section ul li > button.alert:hover {
  background-color: #cf2a0e;
  color: #18605c;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #18605c;
}
.top-bar-section ul li > button.warning:focus,
.top-bar-section ul li > button.warning:hover {
  background-color: #cf6e0e;
  color: #18605c;
}
.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
}
.top-bar-section ul li > button.info:focus,
.top-bar-section ul li > button.info:hover {
  background-color: #61b6d9;
  color: #18605c;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  color: #fff;
  background: #524ff5;
}
.top-bar-section ul li.active > a {
  background: #524ff5;
  color: #fff;
}
.top-bar-section ul li.active > a:hover {
  background: #14ecdf;
  color: #fff;
}
.top-bar-section .has-form {
  padding: 0.9375rem;
}
.top-bar-section .has-dropdown > a:after {
  border: 5px inset;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  height: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  top: 0;
  z-index: 99;
  left: 100%;
}
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}
.top-bar-section .dropdown li a {
  font-weight: 400;
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: 600;
}
.top-bar-section .dropdown li.parent-link,
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.parent-link a,
.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  display: block;
}
.top-bar-section .dropdown li.parent-link a:hover,
.top-bar-section .dropdown li.title h5 a:hover {
  background: 0 0;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  color: #777;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase;
}
.js-generated {
  display: block;
}
@media only screen and (min-width: 40.0625em) {
  .top-bar,
  .top-bar.expanded {
    background: #524ff5;
  }
  .top-bar .title-area,
  .top-bar-section ul li {
    float: left;
  }
  .top-bar {
    overflow: visible;
  }
  .top-bar:after,
  .top-bar:before {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar .button,
  .top-bar .has-form > .button,
  .top-bar .has-form > button,
  .top-bar button,
  .top-bar input,
  .top-bar select {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    max-width: 74.0625rem;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background: #524ff5;
    color: #fff;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #524ff5;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #524ff5;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #524ff5;
    color: #fff;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #14ecdf;
    color: #fff;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    border: 5px inset;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown,
  .top-bar-section .has-dropdown.not-click:hover > .dropdown,
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: 0 0;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #333;
    color: #fff;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333;
    color: #fff;
  }
  .top-bar-section
    .dropdown
    li:not(.has-form):not(.active):hover
    > a:not(.button) {
    color: #fff;
    background: #222;
  }
  .top-bar-section .dropdown li label {
    background: #333;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #54f1e8;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #524ff5;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:active > a,
  .no-js .top-bar-section ul li:hover > a {
    background: #524ff5;
    color: #fff;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown,
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
.inner-wrap,
.left-submenu {
  transition: -webkit-transform 0.5s ease;
}
.left-small,
.right-small,
.tab-bar-section {
  top: 0;
  position: absolute;
}
.clear,
.inner-wrap:after,
hr {
  clear: both;
}
.inner-wrap,
.off-canvas-wrap {
  width: 100%;
  position: relative;
}
.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: 64em) {
  .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: 64.0625em) 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: 64.0625em) {
  .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;
  }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
a {
  color: #524ff5;
  line-height: inherit;
}
a:focus,
a:hover {
  color: #524ff5;
}
a img {
  border: none;
}
p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1.875rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.09375rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #524ff5;
  font-family: Unbounded;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #595959;
  font-size: 60%;
  line-height: 0;
}
h1 {
  font-size: 1.625rem;
}
h2 {
  font-size: 0.875rem;
}
h3 {
  font-size: 1.1875rem;
}
h4 {
  font-size: 1.0625rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1.125rem;
}
.subheader {
  line-height: 1.4;
  color: #595959;
  font-weight: 400;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
b,
em,
i,
small,
strong {
  line-height: inherit;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}
em,
i {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 60%;
}
code {
  background-color: #f0cabe;
  border-color: #e8ad9b;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
.vcard .fn,
.vevent .summary,
.vevent abbr,
dl dt,
ul.off-canvas-list li label {
  font-weight: 700;
}
dl,
ol,
ul {
  font-family: "Unbounded";
  font-size: 0.875rem;
  line-height: 1.8;
  list-style-position: outside;
  margin-bottom: 1.875rem;
}
ul {
  margin-left: 1.1rem;
}
ul li ol,
ul li ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.circle,
ul.disc,
ul.square {
  margin-left: 1.1rem;
}
ul.circle li ul,
ul.disc li ul,
ul.square li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
.big-tabs,
.init-slider ul,
.no-bullet,
nav.main-nav ul,
ul.off-canvas-list {
  list-style-type: none;
}
ol {
  margin-left: 1.4rem;
}
ol li ol,
ol li ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
.no-bullet {
  margin-left: 0;
}
.no-bullet li ol,
.no-bullet li ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}
dl dt {
  margin-bottom: 0.3rem;
}
dl dd {
  margin-bottom: 0.75rem;
}
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #535353;
  cursor: help;
}
abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #ddd;
}
blockquote {
  margin: 0 0 1.875rem;
  border-left: 0;
}
blockquote cite {
  display: block;
  font-size: 1.5rem;
  color: #000;
}
blockquote cite a,
blockquote cite a:visited {
  color: #000;
}
blockquote,
blockquote p {
  line-height: 1.8;
  color: #000;
}
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-size: 0.9375rem;
}
.vevent abbr {
  cursor: default;
  border: none;
  padding: 0 0.0625rem;
}
a:not(.button):hover,
p a {
  text-decoration: underline;
}
@media only screen and (min-width: 40.0625em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.25rem;
  }
  h2,
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.off-canvas-wrap.move-bottom,
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.inner-wrap {
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.left-small,
.right-small,
.tab-bar .menu-icon {
  height: 2.8125rem;
  width: 2.8125rem;
}
.inner-wrap:after,
.inner-wrap:before {
  content: " ";
  display: table;
}
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  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 h6 {
  color: #fff;
  font-weight: 700;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
  font-size: 1.25rem;
}
.left-small {
  border-right: solid 1px #1a1a1a;
  left: 0;
}
.right-small {
  border-left: solid 1px #1a1a1a;
  right: 0;
}
.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  text-align: center;
}
.tab-bar-section.left {
  text-align: left;
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  text-align: right;
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}
.tab-bar .menu-icon {
  color: #fff;
  display: block;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.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;
}
.left-off-canvas-menu,
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 85%;
}
.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 {
  bottom: 0;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0;
}
.right-off-canvas-menu,
.top-off-canvas-menu {
  bottom: 0;
  transition: -webkit-transform 0.5s ease 0s;
  top: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu {
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
.bottom-off-canvas-menu,
.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #fff;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  z-index: 1001;
  width: 100%;
  height: 18.75rem;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.top-off-canvas-menu {
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.bottom-off-canvas-menu {
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
}
.move-bottom .exit-off-canvas,
.move-left .exit-off-canvas,
.move-right .exit-off-canvas,
.move-top .exit-off-canvas {
  z-index: 1002;
  -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;
  transition: background 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
ul.off-canvas-list {
  margin: 0;
  padding: 0;
}
ul.off-canvas-list li label {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #b8b8b8;
  display: block;
  font-size: 0.75rem;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}
ul.off-canvas-list li a {
  border-bottom: 1px solid #bfbfbf;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.66667rem;
  transition: background 0.3s ease;
}
.bottom-submenu .back > a,
.left-submenu .back > a,
.right-submenu .back > a,
.top-submenu .back > a {
  color: #b8b8b8;
  font-weight: 700;
  padding: 0.3rem 0.9375rem;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  text-transform: uppercase;
}
ul.off-canvas-list li a:active,
ul.off-canvas-list li a:hover {
  background: #242424;
}
.move-right > .inner-wrap {
  -webkit-transform: translate3d(85%, 0, 0);
  transform: translate3d(85%, 0, 0);
}
.move-right .exit-off-canvas {
  background: rgba(255, 255, 255, 0.2);
}
@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(-85%, 0, 0);
  transform: translate3d(-85%, 0, 0);
}
.move-left .exit-off-canvas {
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 40.0625em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0);
}
.move-top .exit-off-canvas {
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 40.0625em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0);
}
.move-bottom .exit-off-canvas {
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 40.0625em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap .bottom-off-canvas-menu,
.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-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;
  transition: background 0.3s 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;
  transition: background 0.3s 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;
  transition: background 0.3s 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);
  }
}
.offcanvas-overlap-top .bottom-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-top .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;
  transition: background 0.3s 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-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap-bottom .top-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-bottom .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;
  transition: background 0.3s 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-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.no-csstransforms .left-off-canvas-menu {
  left: -85%;
}
.no-csstransforms .right-off-canvas-menu {
  right: -85%;
}
.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem;
}
.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}
.left-submenu,
.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 85%;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 85%;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 85%;
}
.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}
.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}
.left-submenu {
  background: #fff;
  margin: 0;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.right-submenu,
.top-submenu {
  transition: -webkit-transform 0.5s ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  background: #444;
  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: 0.5rem;
  display: inline;
}
.left-submenu.move-right,
.left-submenu.offcanvas-overlap,
.left-submenu.offcanvas-overlap-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.right-submenu {
  background: #fff;
  margin: 0;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.bottom-submenu,
.top-submenu {
  -webkit-overflow-scrolling: touch;
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  height: 18.75rem;
  z-index: 1002;
  bottom: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  background: #444;
  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: 0.5rem;
  display: inline;
}
.right-submenu.move-left,
.right-submenu.offcanvas-overlap,
.right-submenu.offcanvas-overlap-left {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.top-submenu {
  background: #fff;
  margin: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.top-submenu * {
  -webkit-backface-visibility: hidden;
}
.top-submenu .back > a {
  background: #444;
  margin: 0;
}
.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.top-submenu.move-bottom,
.top-submenu.offcanvas-overlap,
.top-submenu.offcanvas-overlap-bottom {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bottom-submenu {
  background: #fff;
  margin: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}
.bottom-submenu .back > a {
  background: #444;
  margin: 0;
}
.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.bottom-submenu.move-top,
.bottom-submenu.offcanvas-overlap,
.bottom-submenu.offcanvas-overlap-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.border-title:after,
.polygon-title:before,
blockquote cite:before {
  content: "";
}
@media only screen {
  .hide-for-large,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-medium,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-down,
  .show-for-medium-down,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-large-down,
  .hide-for-medium-down,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-medium,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-large,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-medium,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-down,
  .visible-for-medium-down,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-large-down,
  .hidden-for-medium-down,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-medium,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-large,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-medium,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-down,
  table.show-for-medium-down,
  table.show-for-small,
  table.show-for-small-down,
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-large,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-medium,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-down,
  thead.show-for-medium-down,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-large,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-down,
  tbody.show-for-medium-down,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-large,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-medium,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-down,
  tr.show-for-medium-down,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  td.hide-for-large,
  td.hide-for-large-only,
  td.hide-for-large-up,
  td.hide-for-medium,
  td.hide-for-medium-only,
  td.hide-for-medium-up,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-down,
  td.show-for-medium-down,
  td.show-for-small,
  td.show-for-small-down,
  td.show-for-small-only,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-only,
  th.hide-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-only,
  th.hide-for-medium-up,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-down,
  th.show-for-medium-down,
  th.show-for-small,
  th.show-for-small-down,
  th.show-for-small-only,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .hide-for-large,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-down,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-large-down,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-large,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-down,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-large-down,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-large,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-down,
  table.show-for-medium,
  table.show-for-medium-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-large,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-down,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-large,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-down,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-large,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-down,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  td.hide-for-large,
  td.hide-for-large-only,
  td.hide-for-large-up,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-down,
  td.show-for-medium,
  td.show-for-medium-down,
  td.show-for-medium-only,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-only,
  th.hide-for-large-up,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-down,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-only,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large,
  table.show-for-large-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large,
  td.show-for-large-down,
  td.show-for-large-only,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large,
  th.show-for-large-down,
  th.show-for-large-only,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-large-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-large-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-large-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-large-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  td.hide-for-large,
  td.hide-for-large-down,
  td.hide-for-large-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge,
  td.show-for-xlarge-down,
  td.show-for-xlarge-only,
  td.show-for-xlarge-up,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-down,
  th.hide-for-large-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge,
  th.show-for-xlarge-down,
  th.show-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .hide-for-xlarge-only,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit !important;
  }
  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .show-for-xlarge-only {
    display: none !important;
  }
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .hidden-for-xlarge-only,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .visible-for-xlarge-only {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-large-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.hide-for-xlarge-only,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up {
    display: table !important;
  }
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-large-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.hide-for-xlarge-only,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-large-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-large-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.hide-for-xlarge-only,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up {
    display: table-row;
  }
  td.hide-for-large,
  td.hide-for-large-down,
  td.hide-for-large-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-down,
  td.hide-for-xlarge-only,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-up,
  td.show-for-xxlarge,
  td.show-for-xxlarge-down,
  td.show-for-xxlarge-only,
  td.show-for-xxlarge-up,
  th.hide-for-large,
  th.hide-for-large-down,
  th.hide-for-large-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-down,
  th.hide-for-xlarge-only,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-up,
  th.show-for-xxlarge,
  th.show-for-xxlarge-down,
  th.show-for-xxlarge-only,
  th.show-for-xxlarge-up {
    display: table-cell !important;
  }
}
.hide-for-portrait,
.show-for-landscape {
  display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
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) {
  .hide-for-portrait,
  .show-for-landscape {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  table.hide-for-portrait,
  table.show-for-landscape {
    display: table !important;
  }
  thead.hide-for-portrait,
  thead.show-for-landscape {
    display: table-header-group !important;
  }
  tbody.hide-for-portrait,
  tbody.show-for-landscape {
    display: table-row-group !important;
  }
  tr.hide-for-portrait,
  tr.show-for-landscape {
    display: table-row !important;
  }
  td.hide-for-portrait,
  td.show-for-landscape,
  th.hide-for-portrait,
  th.show-for-landscape {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  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;
  }
}
.show-for-touch {
  display: none !important;
}
.hide-for-touch,
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
.touch table.show-for-touch,
table.hide-for-touch {
  display: table !important;
}
.touch thead.show-for-touch,
thead.hide-for-touch {
  display: table-header-group !important;
}
.touch tbody.show-for-touch,
tbody.hide-for-touch {
  display: table-row-group !important;
}
.touch tr.show-for-touch,
tr.hide-for-touch {
  display: table-row !important;
}
.touch td.show-for-touch,
.touch th.show-for-touch,
td.hide-for-touch,
th.hide-for-touch {
  display: table-cell !important;
}
.show-for-sr,
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
@-webkit-keyframes fadeAnimation {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes fadeAnimation {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.primary-font {
  font-family: Unbounded;
}
.fw400 {
  font-weight: 400;
}
.fw700 {
  font-weight: 700;
}
blockquote {
  font-size: 1.375rem;
  font-weight: 600;
}
blockquote cite {
  text-align: right;
  font-style: normal;
  font-weight: 400;
}
.large-img {
  height: 260px;
  overflow: hidden;
  position: relative;
}
.large-img img {
  opacity: 0.5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.polygon-title {
  position: relative;
  margin-top: -40px;
  text-align: left;
}
.polygon-title:before {
  border-bottom: 75px solid #fff;
  border-left: 15px inset transparent;
  border-right: 85px inset transparent;
  z-index: 0;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
.polygon-title h1 {
  position: relative;
  z-index: 1;
  margin: 10px 40px 15px 30px;
}
.border-title {
  font-size: 1.625rem;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
.border-title span {
  background-color: #fff;
  display: inline-block;
  padding-right: 0.9375rem;
  position: relative;
  z-index: 1;
}
.border-title:after,
blockquote:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
}
.border-title:after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  top: 50%;
  transform: translateY(-50%);
}
.skewed {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
.skewed.absolute {
  z-index: 1;
  -webkit-transform: skew(-10deg) translateX(-50%);
  transform: skew(-10deg) translateX(-50%);
  left: 50%;
  top: 0;
}
.skewed *,
.skewed:after,
.skewed:before {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
  display: block;
}
.label {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.label a {
  color: #000;
}
.label.large {
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}
.label.xlarge {
  font-size: 1.125rem;
  padding: 0.5rem 0.75rem;
}
blockquote {
  text-align: left;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 25px 0 25px 100px;
}
.adElmt,
.badge,
.overlay-img.inner-shadow {
  text-align: center;
}
blockquote p {
  font-size: 1.5rem;
  color: #000;
  margin: 0;
  line-height: 1.3;
}
blockquote:before {
  font-family: Poppins, Helvetica, Roboto, Arial, sans-serif;
  content: " � ";
  color: #524ff5;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  font-size: 1.5em;
  font-weight: 1000;
  line-height: 1;
}
p a {
  font-weight: 700;
}
@font-face {
  font-family: Unbounded;
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: "Unbounded";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-help,
.txtitalic {
  font-style: italic;
}
.icon-instagram:before {
  content: "\e91a";
}
.icon-calendar:before {
  content: "\e918";
}
.icon-location:before {
  content: "\e919";
}
.icon-bottom:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-flickr:before {
  content: "\e903";
}
.icon-googleplus:before {
  content: "\e904";
}
.icon-linkedin:before {
  content: "\e905";
}
.icon-marker:before {
  content: "\e906";
}
.icon-news:before {
  content: "\e907";
}
.icon-next:before {
  content: "\e908";
}
.icon-pinterest:before {
  content: "\e909";
}
.icon-play:before {
  content: "\e90a";
}
.icon-prev:before {
  content: "\e90b";
}
.icon-print:before {
  content: "\e90c";
}
.icon-quote:before {
  content: "\e917";
}
.icon-reply:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90e";
}
.icon-shares:before {
  content: "\e90f";
}
.icon-soundcloud:before {
  content: "\e910";
}
.icon-speak:before {
  content: "\e916";
}
.icon-top:before {
  content: "\e911";
}
.icon-twitter:before {
  content: "\e912";
}
.icon-viadeo:before {
  content: "\e913";
}
.icon-vine:before {
  content: "\e914";
}
.icon-youtube:before {
  content: "\e915";
}
.adElmt {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64.0625em) {
  .adElmt {
    padding: 25px;
  }
}
.adElmt iframe,
.adElmt ins {
  margin: 0 auto !important;
}
.badge {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-weight: 700;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 15px;
  background-color: #524ff5;
  color: #fff;
}
.badge.sup {
  vertical-align: top;
}
.badge.large {
  width: 40px;
  height: 40px;
  font-size: 1.125rem;
  line-height: 38px;
  font-weight: 600;
  border: 1px solid #524ff5;
}
.badge.bg-primary-light {
  border-color: #524ff5;
  color: #18605c;
}
.badge.bg-gainsboro {
  border-color: #ddd;
  color: grey;
}
.badge.bg-secondary {
  border-color: #c5512d;
  color: #fff;
}
.badge.bg-white {
  border-color: #ddd;
  color: grey;
}
.overlay-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.overlay-img img:not(.opacity-100) {
  opacity: 0.5;
  width: 100%;
}
.overlay-img > h2,
.overlay-img > span:not(.label) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 1.875rem;
  right: 1.875rem;
  z-index: 1;
}
.overlay-img.txt-white:hover {
  color: #fff;
}
.overlay-img.overlay-post {
  border-radius: 6px;
}
.overlay-img.overlay-post img:not(.opacity-100) {
  opacity: 0.7;
}
.overlay-img.overlay-post > h2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  bottom: 15%;
  top: auto;
}
.overlay-img.overlay-post .caption {
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  right: 1.875rem;
  z-index: 1;
}
@media only screen and (max-width: 40em) {
  .overlay-img.overlay-post .caption {
    bottom: 0.9375rem;
  }
  .overlay-img.overlay-post .caption h2 {
    font-size: 1.75rem;
  }
  .overlay-img.overlay-post .caption .label {
    font-size: 0.625rem;
  }
}
.overlay-img.inner-shadow h4 {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  right: 1.875rem;
  z-index: 2;
}
.overlay-img.inner-shadow .button {
  position: absolute;
  bottom: 0.9375rem;
  left: 1.875rem;
  right: 1.875rem;
  z-index: 2;
}
.overlay-img.inner-shadow:after,
.overlay-img.inner-shadow:before {
  position: absolute;
  left: 0;
  right: 0;
  height: 30%;
  display: block;
  content: "";
}
.overlay-img.inner-shadow:before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0,
    transparent 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000', GradientType=0 );
  top: 0;
  z-index: 1;
}
.overlay-img.inner-shadow:after {
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000', GradientType=0 );
  bottom: 0;
  z-index: 1;
}
.overlay-img.animate img {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: opacity 0.5s ease;
}
.overlay-img.animate > h2,
.overlay-img.animate > span {
  opacity: 0;
  z-index: 2;
  transition: opacity 0.5s ease;
}
.overlay-img.animate:hover img:not(.opacity-100) {
  opacity: 0.3;
}
.overlay-img.animate:hover > h2,
.overlay-img.animate:hover > span {
  opacity: 1;
}
.overlay-img.animate.slideDown > span,
.overlay-img.animate.slideUp > span {
  top: 70%;
  transition: opacity 0.5s ease, top 0.3s ease-in-out;
}
.overlay-img.animate.slideDown:hover > span,
.overlay-img.animate.slideUp:hover > span {
  opacity: 1;
  top: 50%;
}
.overlay-img.animate.slideDown > span {
  top: 30%;
}
.overlay-img.animate.scaleIn > span {
  -webkit-transform: scale(0.9, 0.9) translateY(-50%);
  transform: scale(0.9, 0.9) translateY(-50%);
  transition: opacity 0.5s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.5s ease, transform 0.3s ease-in-out;
  transition: opacity 0.5s ease, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.overlay-img.animate.scaleIn:hover > span {
  -webkit-transform: scale(1, 1) translateY(-50%);
  transform: scale(1, 1) translateY(-50%);
}
.img-shape {
  padding: 23px;
}
.img-shape .polygon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  overflow: hidden;
  border-radius: 6px;
  width: 120px;
  height: 120px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  .img-shape .polygon {
    width: 60px;
    height: 60px;
  }
}
.img-shape img {
  -webkit-transform: rotate(-45deg) translateY(-50%) translateX(-50%);
  transform: rotate(-45deg) translateY(-50%) translateX(-50%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 150%;
  max-width: none;
  top: 50%;
  left: 50%;
  position: absolute;
}
.flickr-gallery {
  position: relative;
}
.flickr-gallery .columns a {
  display: block;
  height: 120px;
  overflow: hidden;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media only screen and (min-width: 64.0625em) {
  .flickr-gallery .columns a {
    height: 150px;
  }
}
.flickr-gallery .columns a:hover {
  opacity: 0.7;
}
.flickr-gallery .bg-white {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 10%;
  right: 10%;
  z-index: 1;
}
@media only screen and (min-width: 40.0625em) {
  .flickr-gallery .bg-white {
    left: 30%;
    right: 30%;
  }
}
.img-placeholder {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  z-index: 1;
}
.img-placeholder img:not(.default-img) {
  position: absolute;
  width: 110%;
  height: auto;
  display: block;
  top: 0;
  left: 0;
}
.img-size {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}
.img-size.slider {
  min-height: 370px;
}
.img-size.square {
  min-height: 166px;
}
.img-size.petite {
  min-height: 70px;
}
.img-size.video {
  min-height: 210px;
}
.img-size.menu {
  min-height: 187px;
}
.img-size.user {
  min-height: 200px;
}
.img-size img {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
}
.bg-primary {
  background-color: #524ff5;
}
.txt-primary {
  color: #524ff5;
}
.bg-primary-medium {
  background-color: #524ff5;
}
.txt-primary-medium {
  color: #524ff5;
}
.bg-primary-dark {
  background-color: #18605c;
}
.txt-primary-dark {
  color: #18605c;
}
.bg-secondary {
  background-color: #c5512d;
}
.txt-secondary {
  color: #c5512d;
}
.bg-secondary-dark {
  background-color: #ae4532;
}
.txt-secondary-dark {
  color: #ae4532;
}
.bg-alert {
  background-color: #f04124;
}
.txt-alert {
  color: #f04124;
}
.bg-success {
  background-color: #43ac6a;
}
.txt-success {
  color: #43ac6a;
}
.bg-facebook {
  background-color: #3b5998;
}
.txt-facebook {
  color: #3b5998;
}
.bg-twitter {
  background-color: #55acee;
}
.txt-twitter {
  color: #55acee;
}
.bg-googleplus {
  background-color: #dd4b39;
}
.txt-googleplus {
  color: #dd4b39;
}
.bg-youtube {
  background-color: #e52c27;
}
.txt-youtube {
  color: #e52c27;
}
.bg-pinterest {
  background-color: #dd210a;
}
.txt-pinterest {
  color: #dd210a;
}
.bg-flickr {
  background-color: #ff0084;
}
.txt-flickr {
  color: #ff0084;
}
.bg-soundcloud {
  background-color: #f80;
}
.txt-soundcloud {
  color: #f80;
}
.bg-vine {
  background-color: #00b488;
}
.txt-vine {
  color: #00b488;
}
.bg-linkedin {
  background-color: #007bb5;
}
.txt-linkedin {
  color: #007bb5;
}
.bg-viadeo {
  background-color: #f07355;
}
.txt-viadeo {
  color: #f07355;
}
.bg-instagram {
  background-color: #125688;
}
.txt-instagram {
  color: #125688;
}
.bg-white {
  background-color: #fff;
}
.txt-white {
  color: #fff;
}
.bg-ghost {
  background-color: #fbfbfb;
}
.txt-ghost {
  color: #fbfbfb;
}
.bg-white-smoke {
  background-color: #f1f1f1;
}
.txt-white-smoke {
  color: #f1f1f1;
}
.bg-smoke {
  background-color: #e5e5e5;
}
.txt-smoke {
  color: #e5e5e5;
}
.bg-jumbo {
  background-color: grey;
}
.txt-jumbo {
  color: grey;
}
.bg-aluminum {
  background-color: #b8b8b8;
}
.txt-aluminum {
  color: #524ff5;
}
.bg-charcoal {
  background-color: #535353;
}
.txt-charcoal {
  color: #535353;
}
.bg-blue-oil {
  background-color: #131b1d;
}
.txt-blue-oil {
  color: #131b1d;
}
.bg-black {
  background-color: #000;
}
.txt-black {
  color: #000;
}
[class*=" sprites-"],
[class^="sprites-"] {
  background-image: url(https://cacestculte.com/wp-content/themes/ccc2026/images/logo_png.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;

}
.sprites-logo {
  --logo-size: clamp(120px, 14vw, 170px);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: var(--logo-size);
  height: var(--logo-size);
  display: inline-block;
  max-width: 100%;
  background-size: contain;

}
.sprites-logo-grey {
  background-position: -210px 0;
  width: 147px;
  height: 147px;
  display: inline-block;
}
.sprites-next,
.sprites-prev {
  width: 44px;
  height: 74px;
  display: inline-block;
}
.sprites-prev {
  background-position: 0 -216px;
}
.sprites-next {
  background-position: -48px -216px;
}
.sprites-mapado {
  background-position: -292px -270px;
  width: 72px;
  height: 28px;
  display: inline-block;
}
.sprites-mapado-grey {
  background-position: -292px -242px;
  width: 72px;
  height: 28px;
  display: inline-block;
}
.sprites-digitick,
.sprites-digitick-grey {
  width: 100px;
  height: 26px;
  display: inline-block;
}
.sprites-digitick {
  background-position: -190px -272px;
}
.sprites-digitick-grey {
  background-position: -190px -246px;
}
.opener.horizontal {
  width: 0;
  transition: width 0.25s ease;
}
.opener.horizontal.opened {
  width: 100%;
}
.opener.vertical {
  transition: max-height 0.35s ease;
  padding: 0;
  max-height: 0;
}
.opener.vertical.opened {
  max-height: 1000px;
}
.opener.fade {
  transition: opacity 0.35s ease;
  opacity: 0;
}
.opener.fade.opened {
  opacity: 1;
}
.sharosaurus .button {
  margin: 0 0.3125rem;
  font-size: 0.75rem;
}
.sharosaurus.sharosaurus-total {
  text-align: right;
  padding: 15px;
  background-color: #f1f1f1;
}
@media only screen and (max-width: 40em) {
  .sharosaurus .button {
    margin: 0 0.5em 0.5em 0;
  }
  .sharosaurus.sharosaurus-total {
    text-align: left;
  }
}
.sharosaurus.sharosaurus-total .button:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 40em) {
  .sharosaurus.sharosaurus-total .button:not(.has-icon-only) {
    margin: 0 0 0.5em;
    display: block;
  }
  .sharosaurus.sharosaurus-total .button.has-icon-only {
    margin-left: 0;
    width: 23.2%;
  }
}
.sharosaurus.sharosaurus-total .totalShares {
  font-size: 0.875rem;
  color: #b8b8b8;
  float: left;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
  margin-top: -4px;
}
@media only screen and (max-width: 40em) {
  .sharosaurus.sharosaurus-total .totalShares {
    float: none;
    display: block;
    margin-bottom: 0.625rem;
  }
}
.sharosaurus.sharosaurus-total .totalShares span {
  font-weight: 700;
  font-size: 1.625rem;
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .fixedscroll.fixed-top {
    top: 30px;
    z-index: 1000;
    width: auto;
    left: auto;
    position: fixed;
  }
  .fixedscroll.absolute-bottom {
    position: absolute;
    bottom: 0;
  }
  aside .absolute-bottom,
  aside .fixed-top {
    max-width: 317px;
  }
}
.button,
button {
  border-radius: 4px;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 0.625rem !important;
}
.button[class*=" bg-"],
.button[class^="bg-"],
button[class*=" bg-"],
button[class^="bg-"] {
  color: #fff;
}
.button.bg-secondary:focus,
.button.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #9e4124;
}
.button.bg-alert:focus,
.button.bg-alert:hover,
button.bg-alert:focus,
button.bg-alert:hover {
  background-color: #cf2a0e;
}
.button.bg-success:focus,
.button.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #368a55;
}
.button.bg-facebook:focus,
.button.bg-facebook:hover,
button.bg-facebook:focus,
button.bg-facebook:hover {
  background-color: #2f477a;
}
.button.bg-twitter:focus,
.button.bg-twitter:hover,
button.bg-twitter:focus,
button.bg-twitter:hover {
  background-color: #1a8fe8;
}
.button.bg-pinterest:focus,
.button.bg-pinterest:hover,
button.bg-pinterest:focus,
button.bg-pinterest:hover {
  background-color: #b11a08;
}
.button.bg-youtube:focus,
.button.bg-youtube:hover,
button.bg-youtube:focus,
button.bg-youtube:hover {
  background-color: #bf1b17;
}
.button.bg-flickr:focus,
.button.bg-flickr:hover,
button.bg-flickr:focus,
button.bg-flickr:hover {
  background-color: #cc006a;
}
.button.bg-soundcloud:focus,
.button.bg-soundcloud:hover,
button.bg-soundcloud:focus,
button.bg-soundcloud:hover {
  background-color: #cc6d00;
}
.button.bg-instagram:focus,
.button.bg-instagram:hover,
button.bg-instagram:focus,
button.bg-instagram:hover {
  background-color: #0e456d;
}
.button.bg-linkedin:focus,
.button.bg-linkedin:hover,
button.bg-linkedin:focus,
button.bg-linkedin:hover {
  background-color: #006291;
}
.button.bg-white-smoke:focus,
.button.bg-white-smoke:hover,
button.bg-white-smoke:focus,
button.bg-white-smoke:hover {
  background-color: #c1c1c1;
}
.button.bg-white:focus,
.button.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
  background-color: #ccc;
}
.button.tags,
button.tags {
  background-color: #b8b8b8;
  color: #fff;
  margin-right: 5px;
  padding: 0.3125rem 0.625rem 0.375rem;
  font-size: 0.625rem;
  padding-bottom: 0.3125rem !important;
}
.button.tags:after,
button.tags:after {
  right: -1.3em;
  border: 7px inset;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #b8b8b8;
  border-left-style: solid;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  transition: border-left-color 0.3s ease-out;
}
.button.tags:focus,
.button.tags:hover,
button.tags:focus,
button.tags:hover {
  background-color: #939393;
}
.button.tags:focus:after,
.button.tags:hover:after,
button.tags:focus:after,
button.tags:hover:after {
  border-left-color: #939393;
}
.button[class*=" icon-"],
.button[class^="icon-"],
button[class*=" icon-"],
button[class^="icon-"] {
  padding-left: 2.625rem;
}
.button[class*=" icon-"]:before,
.button[class^="icon-"]:before,
button[class*=" icon-"]:before,
button[class^="icon-"]:before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: 1.0625rem;
  left: 0.75rem;
  top: 48%;
}
.button[class*=" icon-"].icon-right,
.button[class^="icon-"].icon-right,
button[class*=" icon-"].icon-right,
button[class^="icon-"].icon-right {
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}
.button[class*=" icon-"].icon-right:before,
.button[class^="icon-"].icon-right:before,
button[class*=" icon-"].icon-right:before,
button[class^="icon-"].icon-right:before {
  left: auto;
  right: 0.625rem;
}
.button[class*=" icon-"].has-icon-only,
.button[class^="icon-"].has-icon-only,
button[class*=" icon-"].has-icon-only,
button[class^="icon-"].has-icon-only {
  padding-left: 1rem;
  padding-right: 1rem;
}
.button[class*=" icon-"].has-icon-only.round,
.button[class^="icon-"].has-icon-only.round,
button[class*=" icon-"].has-icon-only.round,
button[class^="icon-"].has-icon-only.round {
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  padding-left: 0;
  padding-right: 0;
}
.button.large,
button.large {
  font-weight: 400;
  padding-bottom: 0.6875rem !important;
}
.WP_Mailjet_Subscribe_Widget .subscribe-form .mailjet-subscribe,
.tagcloud a {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Unbounded;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}
.button[class*=" icon-"].large,
.button[class^="icon-"].large,
button[class*=" icon-"].large,
button[class^="icon-"].large {
  padding-left: 2.8875rem;
}
.button[class*=" icon-"].large:before,
.button[class^="icon-"].large:before,
button[class*=" icon-"].large:before,
button[class^="icon-"].large:before {
  left: 0.825rem;
  font-size: 1.2375rem;
  top: 50%;
}
.button[class*=" icon-"].large.icon-right,
.button[class^="icon-"].large.icon-right,
button[class*=" icon-"].large.icon-right,
button[class^="icon-"].large.icon-right {
  padding-left: 1.375rem;
  padding-right: 3.09375rem;
}
.button[class*=" icon-"].large.icon-right:before,
.button[class^="icon-"].large.icon-right:before,
button[class*=" icon-"].large.icon-right:before,
button[class^="icon-"].large.icon-right:before {
  left: auto;
  right: 0.6875rem;
}
.button[class*=" icon-"].large.has-icon-only,
.button[class^="icon-"].large.has-icon-only,
button[class*=" icon-"].large.has-icon-only,
button[class^="icon-"].large.has-icon-only {
  padding-left: 1.2375rem;
  padding-right: 1.2375rem;
}
.button[class*=" icon-"].large.has-icon-only.round,
.button[class^="icon-"].large.has-icon-only.round,
button[class*=" icon-"].large.has-icon-only.round,
button[class^="icon-"].large.has-icon-only.round {
  border-radius: 50%;
  width: 2.6125rem;
  height: 2.6125rem;
  padding-left: 0;
  padding-right: 0;
}
.button.small,
button.small {
  padding-bottom: 0.5rem !important;
}
.button[class*=" icon-"].small,
.button[class^="icon-"].small,
button[class*=" icon-"].small,
button[class^="icon-"].small {
  padding-left: 2.1rem;
}
.button[class*=" icon-"].small:before,
.button[class^="icon-"].small:before,
button[class*=" icon-"].small:before,
button[class^="icon-"].small:before {
  left: 0.6rem;
  top: 50%;
  top: 48%;
  font-size: 0.6rem;
}
.button[class*=" icon-"].small.icon-right,
.button[class^="icon-"].small.icon-right,
button[class*=" icon-"].small.icon-right,
button[class^="icon-"].small.icon-right {
  padding-left: 1rem;
  padding-right: 2.25rem;
}
.button[class*=" icon-"].small.icon-right:before,
.button[class^="icon-"].small.icon-right:before,
button[class*=" icon-"].small.icon-right:before,
button[class^="icon-"].small.icon-right:before {
  left: auto;
  right: 0.5rem;
}
.button[class*=" icon-"].small.has-icon-only,
.button[class^="icon-"].small.has-icon-only,
button[class*=" icon-"].small.has-icon-only,
button[class^="icon-"].small.has-icon-only {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.button[class*=" icon-"].small.has-icon-only.round,
.button[class^="icon-"].small.has-icon-only.round,
button[class*=" icon-"].small.has-icon-only.round,
button[class^="icon-"].small.has-icon-only.round {
  border-radius: 50%;
  width: 1.9rem;
  height: 1.9rem;
  padding-left: 0;
  padding-right: 0;
}
.button.tiny,
button.tiny {
  padding-bottom: 0.3125rem !important;
}
.button[class*=" icon-"].tiny,
.button[class^="icon-"].tiny,
button[class*=" icon-"].tiny,
button[class^="icon-"].tiny {
  padding-left: 1.3125rem;
}
.button[class*=" icon-"].tiny:before,
.button[class^="icon-"].tiny:before,
button[class*=" icon-"].tiny:before,
button[class^="icon-"].tiny:before {
  left: 0.375rem;
  font-size: 0.5625rem;
  top: 50%;
}
.button[class*=" icon-"].tiny.icon-right,
.button[class^="icon-"].tiny.icon-right,
button[class*=" icon-"].tiny.icon-right,
button[class^="icon-"].tiny.icon-right {
  padding-left: 0.625rem;
  padding-right: 1.40625rem;
}
.button[class*=" icon-"].tiny.icon-right:before,
.button[class^="icon-"].tiny.icon-right:before,
button[class*=" icon-"].tiny.icon-right:before,
button[class^="icon-"].tiny.icon-right:before {
  left: auto;
  right: 0.3125rem;
}
.button[class*=" icon-"].tiny.has-icon-only,
.button[class^="icon-"].tiny.has-icon-only,
button[class*=" icon-"].tiny.has-icon-only,
button[class^="icon-"].tiny.has-icon-only {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.button[class*=" icon-"].tiny.has-icon-only.round,
.button[class^="icon-"].tiny.has-icon-only.round,
button[class*=" icon-"].tiny.has-icon-only.round,
button[class^="icon-"].tiny.has-icon-only.round {
  border-radius: 50%;
  width: 1.1875rem;
  height: 1.1875rem;
  padding-left: 0;
  padding-right: 0;
}
.button.expand,
button.expand {
  padding-bottom: 0.625rem !important;
}
.button[class*=" icon-"].expand,
.button[class^="icon-"].expand,
button[class*=" icon-"].expand,
button[class^="icon-"].expand {
  padding-left: 2.625rem;
}
.button[class*=" icon-"].expand:before,
.button[class^="icon-"].expand:before,
button[class*=" icon-"].expand:before,
button[class^="icon-"].expand:before {
  left: 0.75rem;
  font-size: 1.125rem;
  top: 50%;
}
.button[class*=" icon-"].expand.icon-right,
.button[class^="icon-"].expand.icon-right,
button[class*=" icon-"].expand.icon-right,
button[class^="icon-"].expand.icon-right {
  padding-left: 1.25rem;
  padding-right: 2.8125rem;
}
.button[class*=" icon-"].expand.icon-right:before,
.button[class^="icon-"].expand.icon-right:before,
button[class*=" icon-"].expand.icon-right:before,
button[class^="icon-"].expand.icon-right:before {
  left: auto;
  right: 0.625rem;
}
.button[class*=" icon-"].expand.has-icon-only,
.button[class^="icon-"].expand.has-icon-only,
button[class*=" icon-"].expand.has-icon-only,
button[class^="icon-"].expand.has-icon-only {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.button[class*=" icon-"].expand.has-icon-only.round,
.button[class^="icon-"].expand.has-icon-only.round,
button[class*=" icon-"].expand.has-icon-only.round,
button[class^="icon-"].expand.has-icon-only.round {
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  padding-left: 0;
  padding-right: 0;
}
.button.has-icon-only:before,
button.has-icon-only:before {
  left: 0 !important;
  right: 0;
}
.button.has-icon-only:not(.skewed):after,
button.has-icon-only:not(.skewed):after {
  content: "\00A0";
}
.button.has-icon-only span,
button.has-icon-only span {
  font-size: 1.0625rem;
}
.button.has-icon-only.large span,
button.has-icon-only.large span {
  font-size: 1.925rem;
}
.button.has-icon-only.small span,
button.has-icon-only.small span {
  font-size: 1.4rem;
}
.button.has-icon-only.tiny span,
button.has-icon-only.tiny span {
  font-size: 0.875rem;
}
.button.bg-white,
.button.bg-white:before,
button.bg-white,
button.bg-white:before {
  color: #000;
}
.button.bg-white-smoke,
.button.bg-white-smoke:before,
button.bg-white-smoke,
button.bg-white-smoke:before {
  color: #b8b8b8;
}
.button.bg-white-smoke:hover,
.button.bg-white-smoke:hover:before,
button.bg-white-smoke:hover,
button.bg-white-smoke:hover:before {
  color: #fff;
}
.button.skewed,
button.skewed {
  border-radius: 0;
}
input.button.dblock {
  width: 100%;
}
.scrollToTop {
  display: block;
  position: fixed;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  bottom: 100px;
  right: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .scrollToTop {
    bottom: 20px;
  }
}
.scrollToTop.show {
  opacity: 0.8;
}
.tagcloud a {
  border-style: solid;
  border-width: 0;
  margin: 0 5px 0.625rem 0;
  position: relative;
  display: inline-block;
  border-color: #12dccf;
  transition: background-color 0.3s ease-out;
  border-radius: 4px;
  background-color: #b8b8b8;
  color: #fff;
  padding: 0.3125rem 0.625rem 0.375rem;
  font-size: 0.625rem;
  padding-bottom: 0.3125rem !important;
}
.tagcloud a:focus,
.tagcloud a:hover {
  color: #18605c;
  background-color: #939393;
}
.tagcloud a:after {
  right: -1.3em;
  border: 7px inset;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #b8b8b8;
  border-left-style: solid;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  transition: border-left-color 0.3s ease-out;
}
.tagcloud a:focus:after,
.tagcloud a:hover:after {
  border-left-color: #939393;
}
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"],
select,
textarea {
  box-shadow: none;
  border-radius: 6px;
  padding: 0 0.9375rem;
  margin-bottom: 1.25rem;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 6px;
}
textarea {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  min-height: 100px;
}
.input-icon {
  position: relative;
}
.input-icon input {
  padding-left: 40px;
  margin-bottom: 0;
}
.input-icon [class*=" icon-"],
.input-icon [class^="icon-"] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  line-height: 1;
}
.white-form {
  border-radius: 6px;
}
.white-form input {
  border: 0;
}
.white-form .button,
.white-form input[type="submit"] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0.625em;
  color: #333;
}
.white-form [class*=" icon-"],
.white-form [class^="icon-"] {
  left: 0.625em;
  color: #b8b8b8;
}
.white-form [class*=" icon-"].icon-news,
.white-form [class^="icon-"].icon-news {
  font-size: 1.25rem;
}
::-webkit-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.input-help {
  color: #b8b8b8;
  font-size: 0.75rem;
}
.WP_Mailjet_Subscribe_Widget .subscribe-form .mailjet-subscribe {
  border-style: solid;
  border-width: 0;
  margin: 0 0 0.625rem;
  display: inline-block;
  padding: 0.5rem 1rem 0.5625rem;
  font-size: 0.625rem;
  background-color: #524ff5;
  border-color: #12dccf;
  color: #18605c;
  transition: background-color 0.3s ease-out;
  border-radius: 4px;
  position: absolute;
}
.WP_Mailjet_Subscribe_Widget .subscribe-form .mailjet-subscribe:focus,
.WP_Mailjet_Subscribe_Widget .subscribe-form .mailjet-subscribe:hover {
  background-color: #12dccf;
  color: #18605c;
}
.init-slider {
  margin-bottom: 1.875em;
}
.init-slider .slide-content {
  position: relative;
}
.init-slider ul {
  margin: 0;
  padding: 0;
}
.init-slider .slides {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}
.init-slider .slides .slide-item:not(.columns),
.init-slider .slides img {
  width: 100%;
}
.init-slider .slides .slide-item {
  display: none;
}
.init-slider .slides .slide-item:first-of-type {
  display: block;
}
.init-slider .caption {
  position: absolute;
  text-align: center;
  z-index: 1;
  left: 1.875em;
  right: 1.875em;
  bottom: 1.875em;
  pointer-events: none;
}
.init-slider .controller {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
.init-slider .controller.sprites-prev {
  left: -8px;
}
.init-slider .controller.sprites-next {
  right: -8px;
}
.init-slider .controller:hover {
  text-decoration: none;
}
.init-slider .pager {
  text-align: center;
  height: 10px;
  width: 100%;
  margin: 10px 0 0;
}
.init-slider .pager li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.3125em;
}
.init-slider .pager a {
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #535353;
}
.init-slider .pager a:hover {
  text-decoration: none;
}
/* HOME PAGE — DESIGN SYSTEM */
:root{--ccc-purple:#524ff5;--ccc-dark:#070416;--ccc-bleu-nuit:#121f3d;--ccc-white:#fff;--ccc-light:#f5f5f7;--ccc-font:'Unbounded'}
.title-section{font-family:var(--ccc-font);font-size:clamp(1.15rem,2.5vw,1.6rem);font-weight:800;text-transform:uppercase;letter-spacing:.04em;line-height:1.15;color:inherit}
.section-dark-ccc .title-section{color:var(--ccc-white)}
.title-bar{width:56px;height:4px;background:var(--ccc-purple);border-radius:2px;margin-left:10px;vertical-align:middle;flex-shrink:0;display:inline-block}
.section-dark-ccc .title-bar{background:var(--ccc-white)}
.s-button{display:inline-block;background:var(--ccc-purple);color:var(--ccc-white)!important;font-family:var(--ccc-font);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:30px;padding:.65rem 2rem;cursor:pointer;transition:opacity .18s ease,transform .15s ease;border:none;text-decoration:none}
.s-button:hover{opacity:.9;transform:translateY(-1px);text-decoration:none;color:var(--ccc-white)!important}
.section-white{background:var(--ccc-white);padding:3rem 0}
.section-light{background:var(--ccc-light);padding:3rem 0}
.section-dark-ccc{background:var(--ccc-dark);padding:3rem 0;color:var(--ccc-white)}
.section-purple{background:var(--ccc-purple);padding:3rem 0;color:var(--ccc-white)}
.sidebar-block{background:var(--ccc-light);border-radius:10px;padding:1.25rem;margin-bottom:1.5rem;width:100%}
.sidebar-block h2{font-family:var(--ccc-font);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem;color:var(--ccc-dark)}
.sidebar-block .form-control:focus{border-color:var(--ccc-purple);box-shadow:0 0 0 2px rgba(82,79,245,.18)}
.sidebar-block .btn-outline-primary{border-color:var(--ccc-purple);color:var(--ccc-purple)}
.sidebar-block .btn-outline-primary:hover{background:var(--ccc-purple);color:var(--ccc-white)}
.sidebar-partner{background:linear-gradient(135deg,var(--ccc-purple) 0%,var(--ccc-bleu-nuit) 100%);border-radius:10px;padding:1.25rem;margin-bottom:1.5rem;width:100%;color:var(--ccc-white)}
.sidebar-partner span{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;opacity:.75}
.sidebar-partner h2{font-family:var(--ccc-font);font-size:.95rem;font-weight:800;text-transform:uppercase;margin:.5rem 0 1rem;color:var(--ccc-white)}
.sidebar-partner a{display:inline-block;background:var(--ccc-white);color:var(--ccc-purple)!important;font-weight:700;font-size:.75rem;padding:.5rem 1.2rem;border-radius:20px;text-decoration:none;transition:opacity .18s}
.sidebar-partner a:hover{opacity:.9}
/* END DESIGN SYSTEM */
.init-slider .pager .cycle-pager-active a {
  background-color: #b8b8b8;
}
.init-slider.hp .slides {
  border-radius: 6px;
}
.init-slider.hp .slide-item {
  height: 610px;
  overflow: hidden;
  position: relative;
}
.init-slider.hp .slide-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 64em) {
  .init-slider.hp .slide-item {
    height: 100vh;
  }
}
.init-slider.hp .caption {
  text-align: left;
  left: 5em;
  right: 5em;
  top: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  transition: none;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}
.init-slider.hp .caption p {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.55;
}
.init-slider.hp .caption .btn {
  align-self: flex-start;
  margin-top: 0.25rem;
}
@media only screen and (max-width: 64em) {
  .init-slider.hp .caption .fs48 {
    font-size: 2.25rem;
  }
  .init-slider.hp .caption p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 40em) {
  .init-slider.hp .slide-item {
    height: 100vh;
  }
  .init-slider.hp .caption {
    left: 1.5rem;
    right: 1.5rem;
  }
  .init-slider.hp .caption .fs48 {
    font-size: 1.75rem;
  }
  .init-slider.hp .caption p {
    font-size: 0.9375rem;
    line-height: 1.45;
  }
}
.init-slider.gallery .pager {
  text-align: left;
  margin: 20px 0 0;
  height: auto;
}
.init-slider.gallery .pager li {
  width: 20%;
  height: 60px;
  overflow: hidden;
  padding: 0;
  margin: 0 3% 20px 0;
  background: #524ff5;
}
@media only screen and (min-width: 40.0625em) {
  .init-slider.gallery .pager li {
    width: 8%;
  }
}
.init-slider.gallery .pager li img {
  height: 100%;
  width: auto;
  max-width: none;
  cursor: pointer;
}
.init-slider.gallery .pager li.cycle-pager-active img {
  opacity: 0.4;
}
.init-slider.carousel .slide-content {
  padding: 0 45px;
}
.init-slider.carousel .slide-item {
  vertical-align: top;
  overflow: hidden;
  display: none;
}
.big-tabs li [class*=" sprites-"],
.big-tabs li [class^="sprites-"],
.vamiddle {
  vertical-align: middle;
}
.init-slider.carousel .slide-item:first-of-type {
  display: none;
}
.init-slider.carousel .slide-item.slide-wrap {
  width: 100%;
}
.init-slider.carousel img {
  display: block;
  margin-bottom: 0.625em;
}
.init-slider.carousel .caption {
  position: relative;
  text-align: left;
  bottom: 0;
  line-height: 1.2;
  width: auto;
  white-space: normal;
}
#gMapsEvents.loading:after,
.abecedaire a,
.big-tabs,
.reveal-modal.image,
.social-tabs.tabs-content,
.zoom-wrap {
  text-align: center;
}
.init-slider.carousel .caption .label.absolute {
  right: 0;
  top: -27px;
}
.init-slider.carousel .controller {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 52px;
  background: #524ff5;
  font-size: 14px;
  transition: background-color 0.3s ease-out;
}
.init-slider.carousel .controller:before {
  position: relative;
  line-height: 32px;
}
.init-slider.carousel .controller.prev {
  left: 0;
}
.init-slider.carousel .controller.prev:before {
  right: 1px;
}
.init-slider.carousel .controller.next {
  right: 0;
}
.init-slider.carousel .controller.next:before {
  left: 1px;
}
.init-slider.carousel .controller:hover {
  background-color: #12dccf;
}
.init-slider.carousel .pager {
  position: relative;
}
.init-slider.carousel .pager li {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.init-slider.carousel .pager:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  border-top: 1px solid #ddd;
  top: 50%;
  z-index: 0;
}
.init-slider.carousel.one .slide-content {
  padding: 0 30px;
}
.init-slider.carousel.one .controller {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 11px;
  top: 34px;
}
.init-slider.carousel.one .controller:before {
  line-height: 25px;
}
.init-slider.carousel.one .pager {
  display: none;
}
ul.pagination li {
  min-width: 2.5rem;
}
ul.pagination li a {
  font-weight: 600;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
ul.pagination li a:hover {
  text-decoration: none;
}
ul.pagination li.current a,
ul.pagination li.current button {
  border-color: #524ff5;
}
ul.pagination li.arrow [class*=" icon-"]:before,
ul.pagination li.arrow [class^="icon-"]:before {
  color: #524ff5;
  font-size: 0.75rem;
}
ul.pagination li.unavailable [class*=" icon-"]:before,
ul.pagination li.unavailable [class^="icon-"]:before {
  color: #000;
}
ul.pagination li.unavailable a {
  border-color: #fff;
}
@media only screen and (max-width: 40em) {
  .pagination-centered ul.pagination li {
    width: 48%;
    float: left;
  }
  .pagination-centered ul.pagination li:not(.arrow) {
    display: none;
  }
}
.abecedaire {
  margin: 0 -0.5625em 1.0625em;
}
.abecedaire li {
  margin-left: 0.5625em;
  margin-bottom: 0.9375em;
}
.abecedaire a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #524ff5;
  border: 1px solid #524ff5;
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-block;
  line-height: 38px;
}
.abecedaire .unavailable a {
  background-color: #fff;
  border-color: #ddd;
  color: #efefef;
  cursor: default;
}
.pointer:hover,
.zoom-wrap {
  cursor: pointer;
}
.big-tabs {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.big-tabs li {
  display: inline-block;
  position: relative;
  z-index: 2;
  top: 1px;
}
.big-tabs li a {
  display: block;
  border-radius: 6px 6px 0 0;
  margin: 0 4px;
  padding: 0 25px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 47px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-bottom: 1px solid #e5e5e5;
  color: #b8b8b8;
}
.big-tabs li.active a {
  color: #524ff5;
  background-color: #fff !important;
  border: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 40em) {
  .big-tabs li {
    display: block;
  }
}
.big-tabs.reverse {
  border-bottom: 0;
  border-top: 1px solid #e5e5e5;
}
.big-tabs.reverse li {
  top: -1px;
}
.big-tabs.reverse li a {
  border-radius: 0 0 6px 6px;
  background-color: #f1f1f1;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #f1f1f1;
}
.big-tabs.reverse li.active a,
.border-bottom1-smoke {
  border-bottom: 1px solid #e5e5e5;
}
.big-tabs.reverse li.active a {
  border-top: 1px solid #fff;
}
.columns.larger {
  padding: 1px;
}
.newsletter {
  background-image: url(https://cacestculte.com/wp-content/themes/ccc/images/vinyl.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 17px;
  box-shadow: 20px 0 100px #131b1d inset;
}
.newsletter p {
  margin-bottom: 15px;
}
.newsletter.big,
.newsletter.medium {
  background-position: 0 70px;
  box-shadow: 0 80px 50px #131b1d inset;
  padding-bottom: 30px;
}
.newsletter.big.big,
.newsletter.medium.big {
  background-position: left bottom;
  padding-bottom: 70px;
}
.newsletter .button {
  margin: 0;
}
.white-shadowed-wrapper {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.social-tabs {
  overflow: hidden;
  padding-bottom: 7px;
  background-color: #f1f1f1;
}
.social-tabs.tabs .tab-title {
  width: 50%;
}
.social-tabs.tabs .tab-title > a {
  background-color: transparent;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 1.125rem;
}
.social-tabs.tabs .tab-title > a [class*=" icon-"]:before,
.social-tabs.tabs .tab-title > a [class^="icon-"]:before {
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
@media only screen and (min-width: 40.0625em) {
  .social-tabs.tabs .tab-title > a {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 40em) {
  .social-tabs.tabs .tab-title > a {
    font-size: 0;
  }
}
.social-tabs.tabs .tab-title.active:after {
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: -100%;
  right: -100%;
}
.social-tabs.tabs .tab-title.active.bg-facebook:after {
  background-color: #3b5998;
}
.social-tabs.tabs .tab-title.active.bg-twitter:after {
  background-color: #55acee;
}
.playlist .row {
  position: relative;
}
@media only screen and (min-width: 40.0625em) {
  .playlist .large-3.columns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .playlist .large-3.columns::-webkit-scrollbar {
    width: 8px;
  }
  .playlist .large-3.columns::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
  }
  .playlist .large-3.columns::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    border: 0;
  }
  .playlist .large-3.columns::-webkit-scrollbar-thumb {
    background: rgba(83, 83, 83, 0.5);
    border: 0;
    border-radius: 10px;
  }
  .playlist .large-3.columns::-webkit-scrollbar-thumb:hover {
    background: #7d7d7d;
  }
}
.webtv-categories {
  overflow: hidden;
  padding: 5px 0;
}
.webtv-categories .icon-play {
  min-height: 110px;
  line-height: 110px;
}
.webtv-categories .icon-play:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: 9rem;
  color: #fff;
  opacity: 0.2;
  z-index: 0;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
.webtv-categories .button {
  margin: 15px 0 0;
}
@media only screen and (min-width: 40.0625em) {
  .category h1.skewed {
    position: absolute;
    right: 15px;
    top: -15px;
  }
}
.eventTooltip {
  min-width: 260px;
}
.eventTooltip .eventimg {
  float: left;
  width: 112px;
  height: 112px;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 15px;
}
.eventTooltip .eventimg img {
  max-width: 100% !important;
}
#gMapsEvents {
  width: 100%;
  height: 550px;
  margin-bottom: 30px;
}
#gMapsEvents.loading {
  position: relative;
}
#gMapsEvents.loading:after {
  content: "Chargement de la carte en cours...";
  display: block;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.news-ticker,
header .row {
  position: relative;
}
.big-tabs [class*=" sprites-mapado"],
.big-tabs [class^="sprites-mapado"] {
  margin-top: -6px;
}
.big-tabs .active .sprites-mapado-grey {
  background-position: -292px -270px;
  width: 72px;
  height: 28px;
  display: inline-block;
}
.big-tabs .active .sprites-digitick-grey {
  background-position: -190px -272px;
  width: 100px;
  height: 26px;
  display: inline-block;
}
.news-ticker {
  height: 40px;
  color: #000;
  z-index: 1002;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .news-ticker {
    white-space: nowrap;
  }
  .news-ticker a.button.skewed:nth-child(n + 6) {
    display: none;
  }
}
.news-ticker .ticker,
.news-ticker .ticker a {
  color: #524ff5;
}
header {
}
.logo-section {
  position: absolute;
  z-index: 1002;
  left: 0;
  top: -40px;
}
@media only screen and (max-width: 40em) {
  .logo-section .sprites-logo {
    --logo-size: clamp(90px, 22vw, 130px);
  }
}
.search-section {
  position: absolute;
  right: 0;
  z-index: 1002;
  top: 0;
  line-height: 3.75rem;
  width: 15% !important;
}
.search-section.opened {
  width: 100% !important;
}
.search-section.opened .input-icon {
  display: block;
}
.search-section.opened .icon-search.pointer {
  position: absolute;
  right: 28px;
  z-index: 1;
  font-size: 0.75rem;
}
.search-section.opened .icon-search.pointer:before {
  content: "\e901";
}
.search-section .input-icon {
  display: none;
  position: absolute;
  width: 100%;
  padding: 10px;
}
.search-section .input-icon input[type="text"] {
  height: 2.5rem;
  border-radius: 0;
  background-color: #f1f1f1;
  font-size: 1rem;
  padding-left: 50px;
  font-style: italic;
}
.search-section .input-icon .button {
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  display: none;
  z-index: 2;
  background-color: #b8b8b8;
  color: #fff;
}
.search-section .input-icon .icon-search {
  left: 28px;
  right: auto;
}
.hamburger-section {
  position: absolute;
  right: 12%;
  top: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3.75rem;
  padding-right: 5%;
}
.hamburger-section a {
  color: #000;
}
.hamburger-section .menu-icon {
  width: 4rem;
  height: 3.8rem;
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  margin-left: -0.9375rem;
}
.hamburger-section .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -0.6rem;
  top: 50%;
  right: 0.9375rem;
  box-shadow: 0 0 0 2px #000, 0 7px 0 2px #000, 0 14px 0 2px #000;
  width: 1.2rem;
}
.hamburger-section .menu-icon span:hover:after {
  box-shadow: 0 0 0 2px "", 0 7px 0 2px "", 0 14px 0 2px "";
}
.hamburger-section .menu-icon span:after {
  margin-top: -0.5rem;
}
@media only screen and (min-width: 40.0625em) {
  .logo-section {
    left: 0.9375rem;
    top: -75px;
  }
  .search-section.opened {
    width: 70% !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .hamburger-section {
    display: none;
  }
  .search-section {
    width: 5% !important;
  }
  .search-section.opened {
    width: 81% !important;
  }
  .logo-animation {
    max-width: 74.0625rem;
    position: relative;
    margin: 0 auto;
  }
  .logo-animation:before {
    content: "";
    position: absolute;
    background: url(https://cacestculte.com/wp-content/themes/ccc/images/logo-behind.png);
    width: 280px;
    height: 280px;
    top: -110px;
    left: -25px;
    opacity: 1;
    z-index: 0;
    -webkit-animation: fadeAnimation 5s infinite;
    animation: fadeAnimation 5s infinite;
  }
}
.ccc-bg {
  background: url(https://cacestculte.com/wp-content/themes/ccc/images/bg.jpg)
    center top no-repeat #fff;
  background-size: 100% auto;
}
nav.main-nav {
  height: auto;
}
nav.main-nav ul {
  margin: 0;
}
nav.main-nav ul li .nolink,
nav.main-nav ul li a {
  border-bottom: 1px solid #535353;
  display: block;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 12px 0 12px 15px;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 64em) {
  nav.main-nav ul li .dropdown {
    transition: max-height 0.25s ease;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    background-color: #535353;
  }
  nav.main-nav ul li .dropdown.opened {
    max-height: 400px;
  }
  nav.main-nav ul li .dropdown li a {
    padding: 10px 0 10px 40px;
  }
  nav.main-nav ul li.has-dropdown > .nolink:after,
  nav.main-nav ul li.has-dropdown > a:after {
    font-family: "Unbounded";
    content: "\e900";
    font-weight: 400;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0.9375rem;
    color: #524ff5;
  }
  nav.main-nav ul li.mega .dropdown > li:last-of-type {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  nav.main-nav {
    width: 75%;
    margin-left: 20%;
  }
  nav.main-nav ul:not([class*="block-grid-"]) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #fff;
    overflow: hidden;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 -1px;
    height: 3.75rem;
  }
  .no-flexbox nav.main-nav ul:not([class*="block-grid-"]) {
    display: table;
    width: 100%;
  }
  .no-flexbox nav.main-nav ul:not([class*="block-grid-"]) > li {
    display: table-cell;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li > .nolink:after,
  nav.main-nav ul:not([class*="block-grid-"]) > li > .nolink:before,
  nav.main-nav ul:not([class*="block-grid-"]) > li > a:after,
  nav.main-nav ul:not([class*="block-grid-"]) > li > a:before {
    content: "";
    display: block;
    background: #fff;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    position: absolute;
    width: 20px;
    left: -5px;
    height: 60px;
    top: 0;
    transition: left 0.25s linear;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li > .nolink:after.absolute,
  nav.main-nav ul:not([class*="block-grid-"]) > li > .nolink:before.absolute,
  nav.main-nav ul:not([class*="block-grid-"]) > li > a:after.absolute,
  nav.main-nav ul:not([class*="block-grid-"]) > li > a:before.absolute {
    z-index: 1;
    -webkit-transform: skew(-10deg) translateX(-50%);
    transform: skew(-10deg) translateX(-50%);
    left: 50%;
    top: 0;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li > .nolink:after *,
  nav.main-nav ul:not([class*="block-grid-"]) > li > .nolink:after:after,
  nav.main-nav ul:not([class*="block-grid-"]) > li > .nolink:after:before,
  nav.main-nav ul:not([class*="block-grid-"]) > li > .nolink:before *,
  nav.main-nav ul:not([class*="block-grid-"]) > li > .nolink:before:after,
  nav.main-nav ul:not([class*="block-grid-"]) > li > .nolink:before:before,
  nav.main-nav ul:not([class*="block-grid-"]) > li > a:after *,
  nav.main-nav ul:not([class*="block-grid-"]) > li > a:after:after,
  nav.main-nav ul:not([class*="block-grid-"]) > li > a:after:before,
  nav.main-nav ul:not([class*="block-grid-"]) > li > a:before *,
  nav.main-nav ul:not([class*="block-grid-"]) > li > a:before:after,
  nav.main-nav ul:not([class*="block-grid-"]) > li > a:before:before {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    display: block;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li > .nolink:after,
  nav.main-nav ul:not([class*="block-grid-"]) > li > a:after {
    right: -5px;
    transition: right 0.25s linear;
    left: auto;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li:hover {
    background: #131b1d;
  }
  nav.main-nav
    ul:not([class*="block-grid-"])
    > li:hover.has-dropdown:not(.mega) {
    background: #c5512d;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li:hover .nolink,
  nav.main-nav ul:not([class*="block-grid-"]) > li:hover a {
    color: #fff;
    text-decoration: none;
    z-index: 2;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li:hover .nolink:before,
  nav.main-nav ul:not([class*="block-grid-"]) > li:hover a:before {
    left: -10px;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li:hover .nolink:after,
  nav.main-nav ul:not([class*="block-grid-"]) > li:hover a:after {
    right: -8px;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li:hover .dropdown {
    opacity: 1;
    max-height: 300px;
    transition: max-height 0.2s ease-in 0.1s, opacity 0.3s ease-in 0.1s;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li .nolink,
  nav.main-nav ul:not([class*="block-grid-"]) > li a {
    text-align: center;
    color: #000;
    line-height: 3.75rem;
    padding: 0;
    border-bottom: 0;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li .dropdown {
    background-color: #c5512d;
    position: absolute;
    top: 3.75rem;
    z-index: 10;
    margin-left: 4px;
    transition: max-height 0.1s ease-out, opacity 0.1s ease-out;
    max-height: 0;
    opacity: 0;
    display: block;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li .dropdown > li {
    height: auto;
    padding: 10px 20px;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li .dropdown > li:hover {
    background-color: #ae4532;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li .dropdown > li a {
    text-align: left;
    color: #fff;
    text-transform: none;
    line-height: 1.4;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li .dropdown > li a:after,
  nav.main-nav ul:not([class*="block-grid-"]) > li .dropdown > li a:before {
    display: none;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li.mega .dropdown {
    background-color: #131b1d;
    left: 0;
    right: 0;
    padding: 0 10% 0 20%;
    height: 294px;
    text-align: center;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li.mega .dropdown > li {
    padding: 15px;
    display: inline-block;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li.mega .dropdown > li:hover {
    background-color: #303739;
  }
  nav.main-nav
    ul:not([class*="block-grid-"])
    > li.mega
    .dropdown
    > li:last-of-type {
    display: block;
    background-color: #303739;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3% 18%;
  }
  nav.main-nav ul:not([class*="block-grid-"]) > li.mega .dropdown > li a {
    text-transform: uppercase;
  }
  nav.main-nav
    ul:not([class*="block-grid-"])
    > li.mega
    .dropdown
    [class*="block-grid-"]
    li {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 64em) {
  .header-after,
  body.nav-shown {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  nav.main-nav {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    width: 60%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    bottom: 0;
    background: #131b1d;
    overflow-y: auto;
    box-shadow: 1px 0 4px rgba(0, 0, 0, 0.4);
  }
  nav.main-nav.shown {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header-after {
    bottom: 0;
    background: #000;
    opacity: 0;
    transition: visibility 0s, opacity 0.8s ease 0.2s;
    visibility: hidden;
    z-index: 9000;
  }
  body.nav-shown {
    overflow: hidden;
  }
  body.nav-shown .header-after {
    opacity: 0.5;
    visibility: visible;
  }
}
.cookies-modal {
  border-radius: 4px;
  display: none;
  position: absolute;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background: #f1f1f1;
  bottom: 0 !important;
  top: auto !important;
  min-height: initial !important;
  min-height: initial;
  padding: 1.3125em;
}
.cookies-modal .column,
.cookies-modal .columns {
  min-width: 0;
}
.cookies-modal > :first-child {
  margin-top: 0;
}
.cookies-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  .cookies-modal {
    margin: 0 auto;
    max-width: 74.0625rem;
    right: 1.875rem !important;
    left: auto !important;
    bottom: 1.875rem !important;
    width: 40% !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .left-off-canvas-menu {
    overflow: visible;
  }
  .cookies-modal {
    width: 20% !important;
  }
}
.cookies-modal h2 {
  font-size: 1.125rem;
  margin-bottom: 5px;
}
.cookies-modal p {
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: 1.4;
  margin-right: 20px;
}
.cookies-modal .close-cookies-modal {
  color: #aaa;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  font-size: 2rem;
}
.cookies-modal.visible {
  display: block;
  visibility: visible;
  position: fixed;
}
a.close-cookies-modal:hover,
a.close-reveal-modal:hover {
  text-decoration: none;
}
.reveal-modal.image {
  width: 100%;
  box-shadow: 0 0 0 transparent;
}
.reveal-modal.image .close-reveal-modal {
  position: relative;
  left: 0;
  right: 0;
  font-size: 0.75rem;
  color: grey;
}
.reveal-modal.fixed {
  z-index: 2000;
  top: 100px !important;
}
.reveal-modal#detectorModal p {
  margin-bottom: 0.9375rem;
}
.zoom-wrap {
  display: inline-block;
  position: relative;
  background-color: #131b1d;
}
.zoom-wrap img {
  position: relative;
  z-index: 2;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.zoom-wrap img:hover {
  opacity: 0.5;
}
.zoom-wrap:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  font-size: 2rem;
  color: #fff;
}
footer .bg-white-smoke .columns {
  padding-bottom: 20px;
}
@media only screen and (min-width: 64.0625em) {
  footer .newsletter {
    margin: 0 30px;
  }
}
.post-header {
  position: relative;
  text-align: right;
}
.post-header .label {
  position: absolute;
  top: -80px;
  left: 1.875rem;
  z-index: 1;
}
@media only screen and (max-width: 40em) {
  .cookies-modal {
    min-height: 100vh;
  }
  footer .sprites-logo-grey {
    background-size: 233% auto;
    background-position: right top;
    width: 70px;
    height: 70px;
  }
  .post-header .button {
    display: block;
    clear: both;
    margin: 5px 15px 10px;
  }
  #bottomShares .bg-white-smoke {
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  .post-header .button {
    margin-top: 15px;
  }
  .post-header .button:last-of-type {
    margin-right: 50px;
  }
  .comments-count .button {
    width: 70%;
  }
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.comment {
  position: relative;
}
.comment.icon-reply {
  margin-left: 13%;
}
.comment.icon-reply:before {
  color: #e5e5e5;
  font-size: 2rem;
  position: absolute;
  left: -11%;
  top: -12px;
}
@media only screen and (max-width: 40em) {
  .comment.icon-reply:before {
    font-size: 1.25rem;
    top: -5px;
  }
}
@media print {
  body,
  html {
    font-size: 80%;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    background: 0 0 !important;
  }
  .columns {
    position: relative;
  }
  .adElmt,
  .hide-for-print,
  .sharosaurus {
    display: none !important;
  }
  .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%;
  }
  .print-12 {
    width: 100% !important;
  }
}
.maintenance-body * {
  display: none !important;
}
.maintenance-body #maintenance {
  display: block !important;
  background: url(https://cacestculte.com/wp-content/themes/ccc/images/maintenance.jpg)
    center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  text-align: center;
}
.maintenance-body #maintenance * {
  display: block !important;
}
.maintenance-body #maintenance .button,
.maintenance-body #maintenance .sprites-logo {
  display: inline-block !important;
}
.maintenance-body #maintenance #maintenance-msg {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 6px;
  right: 30%;
  left: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .maintenance-body #maintenance #maintenance-msg {
    left: 10%;
    right: 10%;
  }
}
@media only screen and (max-width: 40em) {
  .maintenance-body #maintenance #maintenance-msg {
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: initial;
    transform: initial;
    overflow-y: auto;
    height: 100%;
  }
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.m0 {
  margin: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.p5 {
  padding: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.p10 {
  padding: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.p15 {
  padding: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.p20 {
  padding: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.p25 {
  padding: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.p30 {
  padding: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.p35 {
  padding: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.p40 {
  padding: 40px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.p0 {
  padding: 0 !important;
}
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.w33 {
  width: 33.3333%;
}
.w66 {
  width: 66.6666%;
}
.center {
  margin: 0 auto;
}
.ofhidden {
  overflow: hidden;
}
.ofauto {
  overflow: auto;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.vatop {
  vertical-align: top;
}
.vabottom {
  vertical-align: bottom;
}
.dblock {
  display: block;
}
.diblock {
  display: inline-block;
}
.dinline {
  display: inline;
}
.dnone {
  display: none;
}
.dflex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.dflex > li {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.no-flexbox .dflex {
  display: table;
  width: 100%;
}
.no-flexbox .dflex > li {
  display: table-cell;
}
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs34 {
  font-size: 34px;
}
.fs36 {
  font-size: 36px;
}
.fs38 {
  font-size: 38px;
}
.fs40 {
  font-size: 40px;
}
.fs42 {
  font-size: 42px;
}
.fs44 {
  font-size: 44px;
}
.fs46 {
  font-size: 46px;
}
.fs48 {
  font-size: 48px;
}
.fs50 {
  font-size: 50px;
}
.fs52 {
  font-size: 52px;
}
.fs54 {
  font-size: 54px;
}
.fs56 {
  font-size: 56px;
}
.fs58 {
  font-size: 58px;
}
.fs60 {
  font-size: 60px;
}
.fs62 {
  font-size: 62px;
}
.fs64 {
  font-size: 64px;
}
.fs66 {
  font-size: 66px;
}
.fs68 {
  font-size: 68px;
}
.fs70 {
  font-size: 70px;
}
.fs72 {
  font-size: 72px;
}
.fs74 {
  font-size: 74px;
}
.fs76 {
  font-size: 76px;
}
.fs78 {
  font-size: 78px;
}
.fs80 {
  font-size: 80px;
}
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.txtcenter {
  text-align: center;
}
.txtjustify {
  text-align: justify;
}
.txtbold {
  font-weight: 700;
}
.txtunderline {
  text-decoration: underline;
}
.txtnone {
  text-decoration: none;
}
.txtuppercase {
  text-transform: uppercase;
}
.txtnormal {
  text-transform: none;
}
.txtellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.lh1 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh14 {
  line-height: 1.4;
}
.radius-top6 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.radius-bottom6 {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.radius6 {
  border-radius: 6px;
}
.border-top1-smoke {
  border-top: 1px solid #e5e5e5;
}
.border-right1-smoke {
  border-right: 1px solid #e5e5e5;
}
.border-left1-smoke {
  border-left: 1px solid #e5e5e5;
}
.border-1-smoke {
  border: 1px solid #e5e5e5;
}
.border-bottom1-white {
  border-bottom: 1px solid #fff;
}
.border-top1-white {
  border-top: 1px solid #fff;
}
.border-1-white {
  border: 1px solid #fff;
}
.border-0 {
  border: none;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-100 {
  opacity: 1;
}
.lspacing-4 {
  letter-spacing: 4px;
}
.wide {
  width: 100%;
}
.triangle-after:after,
.triangle:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.triangle:before {
  border: 5px inset;
  border-color: transparent #fff transparent transparent;
  border-right-style: solid;
}
.triangle-after:after {
  border: 5px inset;
  border-color: transparent transparent transparent #fff;
  border-left-style: solid;
}
a.fade-hover {
  opacity: 0.5;
  transition: opacity 0.8s ease;
}
a.fade-hover:hover {
  opacity: 1;
}
.row.large {
  max-width: 80em;
}
.row.medium {
  max-width: 78em;
}
.first-letter::first-letter {
  text-transform: uppercase;
}
/*
     FILE ARCHIVED ON 19:00:39 Oct 07, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:17:40 Apr 20, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 197.657 (3)
  esindex: 0.007
  captures_list: 220.893
  CDXLines.iter: 17.672 (3)
  PetaboxLoader3.datanode: 73.095 (4)
  exclusion.robots: 0.262
  exclusion.robots.policy: 0.22
  RedisCDXSource: 0.71
  PetaboxLoader3.resolve: 55.161
  load_resource: 94.027
*/
#mapado-plugin .chew-cell {
  min-width: 350px !important;
}
