/*
 Theme Name:   Fintech
 Theme URI:    http://telecoms.local/
 Description:  Telecoms.com Child Theme
 Author:       Farzad Kn
 Template:     telecoms.com
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700|Ubuntu:400,500,700");
meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100rem;
}

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

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -1.4285714286rem;
  margin-right: -1.4285714286rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

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

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

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

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 1.4285714286rem;
  padding-right: 1.4285714286rem;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}

@media only screen and (min-width: 48em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 62em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 75em) {
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.accordion {
  margin-bottom: 0;
}

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

.accordion:after {
  clear: both;
}

.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #6e7676;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #717a7a;
  color: #222222;
  padding: 1.1428571429rem;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.1428571429rem;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #6b7474;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 1.4285714286rem;
}

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.4285714286rem;
  position: relative;
  padding: 1rem 1.7142857143rem 1rem 1rem;
  font-size: 0.9285714286rem;
  transition: opacity 300ms ease-out;
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
}

.alert-box .close {
  font-size: 1.5714285714rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.7857142857rem;
  right: 0.2857142857rem;
  color: #333333;
  opacity: 0.3;
}

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 3px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}

.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}

.alert-box.secondary {
  background-color: #0099ff;
  border-color: #0084db;
  color: #FFFFFF;
}

.alert-box.warning {
  background-color: #f21c2b;
  border-color: #dc0d1b;
  color: #FFFFFF;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #003457;
}

.alert-box.alert-close {
  opacity: 0;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 0;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0 0;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 48em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 62em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.breadcrumbs {
  display: block;
  padding: 0.6428571429rem 1rem 0.6428571429rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #8cd1ff;
  border-color: #65c1ff;
  border-radius: 3px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.7857142857rem;
  line-height: 0.7857142857rem;
  text-transform: uppercase;
  color: #000;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

.breadcrumbs > * a {
  color: #000;
}

.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}

.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999999;
}

.breadcrumbs > *.unavailable a {
  color: #999999;
}

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}

.breadcrumbs > *:before {
  content: "/";
  color: #AAAAAA;
  margin: 0 0.8571428571rem;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.4285714286rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1.1428571429rem;
  padding-right: 2.2857142857rem;
  padding-bottom: 1.2142857143rem;
  padding-left: 2.2857142857rem;
  font-size: 1.1428571429rem;
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: black;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

button.secondary, .button.secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #007acc;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}

button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}

button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}

button.warning, .button.warning {
  background-color: #f21c2b;
  border-color: #cc0c19;
  color: #FFFFFF;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cc0c19;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}

button.large, .button.large {
  padding-top: 1.2857142857rem;
  padding-right: 2.5714285714rem;
  padding-bottom: 1.3571428571rem;
  padding-left: 2.5714285714rem;
  font-size: 1.4285714286rem;
}

button.small, .button.small {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0714285714rem;
  padding-left: 2rem;
  font-size: 0.9285714286rem;
}

button.tiny, .button.tiny {
  padding-top: 0.7142857143rem;
  padding-right: 1.4285714286rem;
  padding-bottom: 0.7857142857rem;
  padding-left: 1.4285714286rem;
  font-size: 0.7857142857rem;
}

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.8571428571rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.8571428571rem;
}

button.radius, .button.radius {
  border-radius: 3px;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: black;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #000;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #007acc;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #0099ff;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f21c2b;
  border-color: #cc0c19;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cc0c19;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f21c2b;
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 48em) {
  button, .button {
    display: inline-block;
  }
}

.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

.button-group:after {
  clear: both;
}

.button-group > li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
}

.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}

.button-group.stack > li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  display: block;
  margin: 0;
  float: none;
}

.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0;
}

.button-group.stack > li > button, .button-group.stack > li .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0px;
  margin: 0;
  display: block;
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}

.button-group.stack-for-small > li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
}

.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}

@media only screen and (max-width: 47.938em) {
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}

.button-group.radius > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
}

.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}

.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
  border-radius: 0;
}

.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.button-group.radius.stack > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  display: block;
  margin: 0;
}

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0;
}

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0px;
  margin: 0;
  display: block;
}

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0;
}

.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
  border-radius: 0;
}

.button-group.radius.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.button-group.radius.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media only screen and (min-width: 48em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}

@media only screen and (max-width: 47.938em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block;
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}

.button-group.round > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
}

.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}

.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
  border-radius: 0;
}

.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.button-group.round.stack > * {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  display: block;
  margin: 0;
}

.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0;
}

.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0px;
  margin: 0;
  display: block;
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0;
}

.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
  border-radius: 0;
}

.button-group.round.stack > *:first-child,
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1.1428571429rem;
  -webkit-top-right-radius: 1.1428571429rem;
  border-top-left-radius: 1.1428571429rem;
  border-top-right-radius: 1.1428571429rem;
}

.button-group.round.stack > *:last-child,
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1.1428571429rem;
  -webkit-bottom-right-radius: 1.1428571429rem;
  border-bottom-left-radius: 1.1428571429rem;
  border-bottom-right-radius: 1.1428571429rem;
}

@media only screen and (min-width: 48em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}

@media only screen and (max-width: 47.938em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block;
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1.1428571429rem;
    -webkit-top-right-radius: 1.1428571429rem;
    border-top-left-radius: 1.1428571429rem;
    border-top-right-radius: 1.1428571429rem;
  }
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1.1428571429rem;
    -webkit-bottom-right-radius: 1.1428571429rem;
    border-bottom-left-radius: 1.1428571429rem;
    border-bottom-right-radius: 1.1428571429rem;
  }
}

.button-group.even-2 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 50%;
}

.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}

.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}

.button-group.even-3 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 33.3333333333%;
}

.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}

.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}

.button-group.even-4 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 25%;
}

.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}

.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}

.button-group.even-5 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 20%;
}

.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}

.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}

.button-group.even-6 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 16.6666666667%;
}

.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}

.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}

.button-group.even-7 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 14.2857142857%;
}

.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}

.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}

.button-group.even-8 li {
  margin: 0 -2px;
  float: left;
  display: inline-block;
  width: 12.5%;
}

.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}

.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

.button-bar:after {
  clear: both;
}

.button-bar .button-group {
  float: left;
  margin-right: 0.7142857143rem;
}

.button-bar .button-group div {
  overflow: hidden;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.4285714286rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1.1428571429rem;
  padding-right: 2.2857142857rem;
  padding-bottom: 1.2142857143rem;
  padding-left: 2.2857142857rem;
  font-size: 1.1428571429rem;
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: black;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

button.secondary, .button.secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #007acc;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}

button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}

button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}

button.warning, .button.warning {
  background-color: #f21c2b;
  border-color: #cc0c19;
  color: #FFFFFF;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cc0c19;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}

button.large, .button.large {
  padding-top: 1.2857142857rem;
  padding-right: 2.5714285714rem;
  padding-bottom: 1.3571428571rem;
  padding-left: 2.5714285714rem;
  font-size: 1.4285714286rem;
}

button.small, .button.small {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0714285714rem;
  padding-left: 2rem;
  font-size: 0.9285714286rem;
}

button.tiny, .button.tiny {
  padding-top: 0.7142857143rem;
  padding-right: 1.4285714286rem;
  padding-bottom: 0.7857142857rem;
  padding-left: 1.4285714286rem;
  font-size: 0.7857142857rem;
}

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.8571428571rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.8571428571rem;
}

button.radius, .button.radius {
  border-radius: 3px;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: black;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #000;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #007acc;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #0099ff;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f21c2b;
  border-color: #cc0c19;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cc0c19;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f21c2b;
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 48em) {
  button, .button {
    display: inline-block;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}

.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none;
}

.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}

.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 48em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}

.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}

.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}

.f-dropdown li {
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.2857142857rem;
  margin: 0;
}

.f-dropdown li:hover, .f-dropdown li:focus {
  background: #8a8e8b;
}

.f-dropdown li.radius {
  border-radius: 3px;
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #363636;
}

.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.4285714286rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  z-index: 89;
  max-width: 200px;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

.f-dropdown.mega.open {
  left: 0 !important;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 4.0714285714rem;
}

.dropdown.button:after, button.dropdown:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  top: 50%;
}

.dropdown.button:after, button.dropdown:after {
  border-width: 0.4285714286rem;
  right: 1.6071428571rem;
  margin-top: -0.1785714286rem;
}

.dropdown.button:after, button.dropdown:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 3rem;
}

.dropdown.button.tiny:before, button.dropdown.tiny:before {
  border-width: 0.4285714286rem;
  right: 1.2857142857rem;
  margin-top: -0.1428571429rem;
}

.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.small, button.dropdown.small {
  padding-right: 3.5rem;
}

.dropdown.button.small:after, button.dropdown.small:after {
  border-width: 0.5rem;
  right: 1.5rem;
  margin-top: -0.1785714286rem;
}

.dropdown.button.small:after, button.dropdown.small:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.large, button.dropdown.large {
  padding-right: 4.1428571429rem;
}

.dropdown.button.large:after, button.dropdown.large:after {
  border-width: 0.3571428571rem;
  right: 1.9642857143rem;
  margin-top: -0.1785714286rem;
}

.dropdown.button.large:after, button.dropdown.large:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.flex-video {
  position: relative;
  padding-top: 1.7857142857rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.1428571429rem;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.4285714286rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1.1428571429rem;
  padding-right: 2.2857142857rem;
  padding-bottom: 1.2142857143rem;
  padding-left: 2.2857142857rem;
  font-size: 1.1428571429rem;
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: black;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

button.secondary, .button.secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #007acc;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}

button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}

button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}

button.warning, .button.warning {
  background-color: #f21c2b;
  border-color: #cc0c19;
  color: #FFFFFF;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cc0c19;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}

button.large, .button.large {
  padding-top: 1.2857142857rem;
  padding-right: 2.5714285714rem;
  padding-bottom: 1.3571428571rem;
  padding-left: 2.5714285714rem;
  font-size: 1.4285714286rem;
}

button.small, .button.small {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0714285714rem;
  padding-left: 2rem;
  font-size: 0.9285714286rem;
}

button.tiny, .button.tiny {
  padding-top: 0.7142857143rem;
  padding-right: 1.4285714286rem;
  padding-bottom: 0.7857142857rem;
  padding-left: 1.4285714286rem;
  font-size: 0.7857142857rem;
}

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.8571428571rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.8571428571rem;
}

button.radius, .button.radius {
  border-radius: 3px;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: black;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #000;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #007acc;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #0099ff;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f21c2b;
  border-color: #cc0c19;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cc0c19;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f21c2b;
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 48em) {
  button, .button {
    display: inline-block;
  }
}

/* Standard Forms */
form {
  margin: 0 0 1.1428571429rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5714285714rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5714285714rem;
}

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.5714285714rem;
}

/* Label Styles */
label {
  font-size: 1rem;
  color: #4d4c4c;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 1.1428571429rem 0;
  padding: 0.6428571429rem 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

select::-ms-expand {
  display: none;
}

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

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.4285714286rem;
  border: none;
}

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

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #FFFFFF;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1rem;
  margin: 0 0 1.1428571429rem 0;
  padding: 0.5714285714rem;
  height: 2.6428571429rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  box-shadow: 0 0 5px black;
  border-color: black;
}

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: #ffffc3;
  border-color: black;
  outline: none;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled]
input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled]
input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled]
input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled]
input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled]
input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled]
input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled]
input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled]
input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled]
input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled]
textarea {
  background-color: #DDDDDD;
  cursor: default;
}

input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

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

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #f0f0f0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5714285714rem;
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.6428571429rem;
}

select.radius {
  border-radius: 3px;
}

select:hover {
  background-color: #e9e9e9;
  border-color: black;
}

select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

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

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

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

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.4285714286rem;
  margin: 1.2857142857rem 0;
}

fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.2142857143rem;
  margin: 0;
  margin-left: -0.2142857143rem;
}

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

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

span.error, small.error {
  display: block;
  padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
  margin-top: -1px;
  margin-bottom: 1.1428571429rem;
  font-size: 0.8571428571rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

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

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

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

.error small.error {
  display: block;
  padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
  margin-top: -1px;
  margin-bottom: 1.1428571429rem;
  font-size: 0.8571428571rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

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

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

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

label.error {
  color: #f04124;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333;
}

.icon-bar > * {
  text-align: center;
  font-size: 1rem;
  width: 25%;
  margin: 0 auto;
  display: block;
  padding: 1.25rem;
  float: left;
}

.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}

.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}

.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}

.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}

.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  margin: 0 .0625rem 0 0;
  display: inline-block;
}

.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}

.icon-bar.label-right > * label {
  display: inline-block;
}

.icon-bar.vertical.label-right > * {
  text-align: left;
}

.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}

.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  width: auto;
  margin: auto;
  float: none;
}

@media only screen and (min-width: 48em) {
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.medium-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}

@media only screen and (min-width: 62em) {
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.large-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}

.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}

.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}

.icon-bar > * i {
  font-size: 1.875rem;
}

.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}

.icon-bar > *:hover {
  background: #000;
}

.icon-bar > * label {
  color: #FFFFFF;
}

.icon-bar > * i {
  color: #FFFFFF;
}

.icon-bar.two-up .item {
  width: 50%;
}

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 48em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 62em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.three-up .item {
  width: 33.3333%;
}

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 48em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 62em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.four-up .item {
  width: 25%;
}

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 48em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 62em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.five-up .item {
  width: 20%;
}

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 48em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 62em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.six-up .item {
  width: 16.66667%;
}

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 48em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 62em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.inline-list {
  margin: 0 auto 1.2142857143rem auto;
  margin-left: -1.5714285714rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.5714285714rem;
  display: block;
}

.inline-list > li > * {
  display: block;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

/* Foundation Joyride */
.joyride-list {
  display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

.joyride-content-wrapper {
  width: 100%;
  padding: 1.2857142857rem 1.4285714286rem 1.7142857143rem;
}

.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}

.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}

.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}

.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}

.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF;
}

.joyride-tip-guide p {
  margin: 0 0 1.2857142857rem 0;
  font-size: 1rem;
  line-height: 1.3;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #363636;
  position: absolute;
  right: 1.2142857143rem;
  bottom: 1.1428571429rem;
}

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
}

.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #8a8e8b !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 48em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.1428571429rem 0.2857142857rem 0;
  border-radius: 3px;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.label {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.2857142857rem 0.5714285714rem 0.2857142857rem;
  font-size: 0.7857142857rem;
  background-color: #000;
  color: #FFFFFF;
}

.label.radius {
  border-radius: 3px;
}

.label.round {
  border-radius: 1000px;
}

.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}

.label.warning {
  background-color: #f21c2b;
  color: #FFFFFF;
}

.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}

.label.secondary {
  background-color: #0099ff;
  color: #FFFFFF;
}

.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}

[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

.slideshow-wrapper ul li:first-child {
  display: block;
}

.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
  display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}

.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #363636 #FFFFFF;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}

.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  width: 100%;
  padding: 0.7142857143rem 1rem;
  font-size: 1rem;
}

.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3571428571rem;
}

.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}

.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #FFFFFF;
  border-top: none;
  border-bottom: none;
}

.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
}

.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}

.orbit-container:hover .orbit-timer > span {
  display: block;
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}

.orbit-container .orbit-prev {
  left: 0;
}

.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}

.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}

.orbit-container .orbit-next {
  right: 0;
}

.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}

.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}

.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.6428571429rem;
  height: 0.6428571429rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}

.orbit-bullets li.active {
  background: #999999;
}

.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 48em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}

@media only screen and (max-width: 47.938em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  .orbit-timer {
    display: none;
  }
  .orbit-next, .orbit-prev {
    display: none;
  }
  .orbit-bullets {
    display: none;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

ul.pagination {
  display: block;
  min-height: 1.7142857143rem;
  margin-left: -0.3571428571rem;
}

ul.pagination li {
  height: 1.7142857143rem;
  color: #222222;
  font-size: 1rem;
  margin-left: 0.3571428571rem;
}

ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.0714285714rem 0.7142857143rem 0.0714285714rem;
  color: #242424;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #f0f0f0;
}

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}

ul.pagination li.current a, ul.pagination li.current button {
  background: #000;
  color: #FFFFFF;
  font-weight: bold;
  cursor: default;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #000;
}

ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.4285714286rem;
  padding: 1.4285714286rem;
  background: #f2f2f2;
  color: #333333;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.7142857143rem;
}

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d5d5d5;
  margin-bottom: 1.4285714286rem;
  padding: 1.4285714286rem;
  background: #f0f0f0;
  color: #333333;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.7142857143rem;
}

.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: #000;
}

.panel.radius {
  border-radius: 3px;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.4285714286rem;
}

.pricing-table * {
  list-style: none;
  line-height: 1;
}

.pricing-table .title {
  background-color: #333333;
  padding: 1.0714285714rem 1.4285714286rem;
  text-align: center;
  color: #8a8e8b;
  font-weight: normal;
  font-size: 1.1428571429rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.pricing-table .price {
  background-color: #EFEFEF;
  padding: 1.0714285714rem 1.4285714286rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2.2857142857rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.pricing-table .description {
  background-color: #FFFFFF;
  padding: 1.0714285714rem;
  text-align: center;
  color: #777777;
  font-size: 0.8571428571rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #DDDDDD;
}

.pricing-table .bullet-item {
  background-color: #FFFFFF;
  padding: 1.0714285714rem;
  text-align: center;
  color: #333333;
  font-size: 1rem;
  font-weight: normal;
  border-bottom: dotted 1px #DDDDDD;
}

.pricing-table .cta-button {
  background-color: #FFFFFF;
  text-align: center;
  padding: 1.4285714286rem 1.4285714286rem 0;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

/* Progress Bar */
.progress {
  background-color: #EFEFEF;
  height: 1.7857142857rem;
  border: 1px solid white;
  padding: 0.1428571429rem;
  margin-bottom: 0.7142857143rem;
}

.progress .meter {
  background: #000;
  height: 100%;
  display: block;
}

.progress.secondary .meter {
  background: #0099ff;
  height: 100%;
  display: block;
}

.progress.success .meter {
  background: #43AC6A;
  height: 100%;
  display: block;
}

.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}

.progress.radius {
  border-radius: 3px;
}

.progress.radius .meter {
  border-radius: 2px;
}

.progress.round {
  border-radius: 1000px;
}

.progress.round .meter {
  border-radius: 999px;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1.1428571429rem;
  border: 1px solid #DDDDDD;
  margin: 1.4285714286rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #f0f0f0;
}

.range-slider.vertical-range {
  display: block;
  position: relative;
  width: 100%;
  height: 1.1428571429rem;
  border: 1px solid #DDDDDD;
  margin: 1.4285714286rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1.1428571429rem;
  height: 14.2857142857rem;
}

.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5714285714rem;
  position: absolute;
  bottom: -12rem;
}

.range-slider.vertical-range .range-slider-active-segment {
  width: 1rem;
  height: auto;
  bottom: 0;
}

.range-slider.radius {
  background: #f0f0f0;
  border-radius: 3px;
}

.range-slider.radius .range-slider-handle {
  background: #000;
  border-radius: 3px;
}

.range-slider.radius .range-slider-handle:hover {
  background: black;
}

.range-slider.round {
  background: #f0f0f0;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle {
  background: #000;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle:hover {
  background: black;
}

.range-slider.disabled, .range-slider[disabled] {
  background: #f0f0f0;
  cursor: default;
  opacity: 0.7;
}

.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #000;
  cursor: default;
  opacity: 0.7;
}

.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: black;
}

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 1rem;
  background: #0097fc;
}

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3571428571rem;
  width: 2.2857142857rem;
  height: 1.5714285714rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #000;
}

.range-slider-handle:hover {
  background: black;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.4285714286rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 2.1428571429rem;
}

@media only screen and (max-width: 47.938em) {
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}

.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}

.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 100rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 48em) {
  .reveal-modal, dialog {
    top: 7.1428571429rem;
  }
}

.reveal-modal.radius, dialog.radius {
  border-radius: 3px;
}

.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}

.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 100rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 48em) {
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 100rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 48em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 100rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 48em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 100rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 48em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 100rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important;
}

@media only screen and (min-width: 48em) {
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 100rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.8571428571rem;
  line-height: 1;
  position: absolute;
  top: 0.5714285714rem;
  right: 0.7857142857rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

dialog {
  display: none;
}

dialog::backdrop, dialog + .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}

dialog[open] {
  display: block;
}

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.side-nav {
  display: block;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.side-nav li {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: normal;
}

.side-nav li a:not(.button) {
  display: block;
  color: #000;
  margin: 0;
  padding: 0.5rem 1rem;
}

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #4d4c4c;
}

.side-nav li.active > a:first-child:not(.button) {
  color: #4d4c4c;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}

.side-nav li.heading {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.4285714286rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1.1428571429rem;
  padding-right: 2.2857142857rem;
  padding-bottom: 1.2142857143rem;
  padding-left: 2.2857142857rem;
  font-size: 1.1428571429rem;
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: black;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

button.secondary, .button.secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #007acc;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}

button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}

button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}

button.warning, .button.warning {
  background-color: #f21c2b;
  border-color: #cc0c19;
  color: #FFFFFF;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cc0c19;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}

button.large, .button.large {
  padding-top: 1.2857142857rem;
  padding-right: 2.5714285714rem;
  padding-bottom: 1.3571428571rem;
  padding-left: 2.5714285714rem;
  font-size: 1.4285714286rem;
}

button.small, .button.small {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0714285714rem;
  padding-left: 2rem;
  font-size: 0.9285714286rem;
}

button.tiny, .button.tiny {
  padding-top: 0.7142857143rem;
  padding-right: 1.4285714286rem;
  padding-bottom: 0.7857142857rem;
  padding-left: 1.4285714286rem;
  font-size: 0.7857142857rem;
}

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.8571428571rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.8571428571rem;
}

button.radius, .button.radius {
  border-radius: 3px;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: black;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #000;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #007acc;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #0099ff;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f21c2b;
  border-color: #cc0c19;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cc0c19;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f21c2b;
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 48em) {
  button, .button {
    display: inline-block;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 4.0714285714rem;
}

.dropdown.button:after, button.dropdown:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  top: 50%;
}

.dropdown.button:after, button.dropdown:after {
  border-width: 0.4285714286rem;
  right: 1.6071428571rem;
  margin-top: -0.1785714286rem;
}

.dropdown.button:after, button.dropdown:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 3rem;
}

.dropdown.button.tiny:before, button.dropdown.tiny:before {
  border-width: 0.4285714286rem;
  right: 1.2857142857rem;
  margin-top: -0.1428571429rem;
}

.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.small, button.dropdown.small {
  padding-right: 3.5rem;
}

.dropdown.button.small:after, button.dropdown.small:after {
  border-width: 0.5rem;
  right: 1.5rem;
  margin-top: -0.1785714286rem;
}

.dropdown.button.small:after, button.dropdown.small:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.large, button.dropdown.large {
  padding-right: 4.1428571429rem;
}

.dropdown.button.large:after, button.dropdown.large:after {
  border-width: 0.3571428571rem;
  right: 1.9642857143rem;
  margin-top: -0.1785714286rem;
}

.dropdown.button.large:after, button.dropdown.large:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

.split.button {
  position: relative;
  padding-right: 5.7857142857rem;
}

.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button span {
  width: 3.5357142857rem;
}

.split.button span:after {
  border-top-style: solid;
  border-width: 0.4285714286rem;
  top: 48%;
  margin-left: -0.4285714286rem;
}

.split.button span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.secondary span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.tiny {
  padding-right: 4.2857142857rem;
}

.split.button.tiny span {
  width: 2.5714285714rem;
}

.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.4285714286rem;
  top: 48%;
  margin-left: -0.4285714286rem;
}

.split.button.small {
  padding-right: 5rem;
}

.split.button.small span {
  width: 3rem;
}

.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.5rem;
  top: 48%;
  margin-left: -0.4285714286rem;
}

.split.button.large {
  padding-right: 6.2857142857rem;
}

.split.button.large span {
  width: 3.9285714286rem;
}

.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3571428571rem;
  top: 48%;
  margin-left: -0.4285714286rem;
}

.split.button.expand {
  padding-left: 2rem;
}

.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}

.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.2857142857rem 0 1.2857142857rem;
  padding-top: 0.2857142857rem;
  margin-right: 0;
  margin-left: -0.8571428571rem;
}

.sub-nav dt {
  text-transform: uppercase;
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1.1428571429rem;
  margin-bottom: 0.7142857143rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #999999;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.2142857143rem 1.1428571429rem;
}

.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: #000;
  padding: 0.2142857143rem 1.1428571429rem;
  cursor: default;
  color: #FFFFFF;
}

.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: black;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.switch {
  padding: 0;
  border: none;
  position: relative;
}

.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #DDDDDD;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}

.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}

.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

.switch label:after {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.switch input:checked + label {
  background: #000;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  width: 4rem;
  height: 2rem;
}

.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  color: transparent;
  background: #DDDDDD;
}

.switch label:after {
  background: #FFFFFF;
}

.switch input:checked + label {
  background: #000;
}

.switch.large label {
  width: 5rem;
  height: 2.5rem;
}

.switch.large label:after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked + label:after {
  left: 2.75rem;
}

.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}

.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked + label:after {
  left: 2rem;
}

.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}

.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked + label:after {
  left: 1.75rem;
}

.switch.radius label {
  border-radius: 4px;
}

.switch.radius label:after {
  border-radius: 3px;
}

.switch.round {
  border-radius: 1000px;
}

.switch.round label {
  border-radius: 2rem;
}

.switch.round label:after {
  border-radius: 2rem;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

table {
  background: #FFFFFF;
  margin-bottom: 1.4285714286rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}

table caption {
  background: transparent;
  color: #222222;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

table thead {
  background: #F5F5F5;
}

table thead tr th,
table thead tr td {
  padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem;
  font-size: 1rem;
  font-weight: bold;
  color: #222222;
}

table tfoot {
  background: #F5F5F5;
}

table tfoot tr th,
table tfoot tr td {
  padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem;
  font-size: 1rem;
  font-weight: bold;
  color: #222222;
}

table tr th,
table tr td {
  padding: 0.6428571429rem 0.7142857143rem;
  font-size: 1rem;
  color: #222222;
  text-align: left;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #FAFAFA;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.2857142857rem;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100rem;
}

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

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -1.4285714286rem;
  margin-right: -1.4285714286rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

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

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

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

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 1.4285714286rem;
  padding-right: 1.4285714286rem;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}

@media only screen and (min-width: 48em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 62em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 75em) {
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

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

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

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

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

@media only screen and (max-width: 47.938em) {
  .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: 48em) and (max-width: 61.938em) {
  .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: 48em) {
  .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: 62em) and (max-width: 74.938em) {
  .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: 62em) {
  .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: 75em) and (max-width: 99999999em) {
  .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: 75em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

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

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

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

/* Default Link Styles */
a {
  color: #000;
  text-decoration: none;
  line-height: inherit;
}

a:hover, a:focus {
  color: black;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.4285714286rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.25rem;
  line-height: 1.6;
}

p aside {
  font-size: 1rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 1.9285714286rem;
}

h2 {
  font-size: 1.9285714286rem;
}

h3 {
  font-size: 1.5714285714rem;
}

h4 {
  font-size: 1.2857142857rem;
}

h5 {
  font-size: 1.2857142857rem;
}

h6 {
  font-size: 1rem;
}

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

hr {
  border: solid #CCCCCC;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.4285714286rem 0 1.3571428571rem;
  height: 0;
}

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

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #b3e0ff;
  border-width: 1px;
  border-style: solid;
  border-color: #87cfff;
  padding: 0.1428571429rem 0.3571428571rem 0.0714285714rem;
}

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

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

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

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

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

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

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

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

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

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
}

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

dl dd {
  margin-bottom: 0.8571428571rem;
}

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

abbr {
  text-transform: none;
}

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

/* Blockquotes */
blockquote {
  margin: 0 0 1.4285714286rem;
  padding: 0.6428571429rem 1.4285714286rem 0 1.3571428571rem;
  border-left: 1px solid #DDDDDD;
}

blockquote cite {
  display: block;
  font-size: 0.9285714286rem;
  color: #555555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

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

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.4285714286rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.7142857143rem 0.8571428571rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 1.0714285714rem;
}

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

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

@media only screen and (min-width: 48em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.6428571429rem;
  }
  h2 {
    font-size: 2.6428571429rem;
  }
  h3 {
    font-size: 1.9285714286rem;
  }
  h4 {
    font-size: 1.6428571429rem;
  }
  h5 {
    font-size: 1.2857142857rem;
  }
  h6 {
    font-size: 1rem;
  }
}

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

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

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

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

.tabs:after {
  clear: both;
}

.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}

.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background-color: #717a7a;
  color: #363636;
  padding: 1.1428571429rem 2.2857142857rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.1428571429rem;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #6a7373;
}

.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.7142857143rem;
  width: 100%;
}

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

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 1.4285714286rem 0;
  width: 100%;
}

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

.tabs-content > .content.contained {
  padding: 1.4285714286rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 1.4285714286rem;
}

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

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

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
}

.th.radius {
  border-radius: 3px;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333;
}

.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px black;
  color: #000;
}

.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3;
  padding: 0.8571428571rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333;
}

.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
  pointer-events: none;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

.tooltip.radius {
  border-radius: 3px;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  color: #000 !important;
  border-bottom: dotted 1px black !important;
}

.tap-to-close {
  display: block;
  font-size: 0.7142857143rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 48em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100rem;
}

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

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -1.4285714286rem;
  margin-right: -1.4285714286rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

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

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

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

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 1.4285714286rem;
  padding-right: 1.4285714286rem;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}

@media only screen and (min-width: 48em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 62em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 75em) {
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.4285714286rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1.1428571429rem;
  padding-right: 2.2857142857rem;
  padding-bottom: 1.2142857143rem;
  padding-left: 2.2857142857rem;
  font-size: 1.1428571429rem;
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: black;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

button.secondary, .button.secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #007acc;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}

button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}

button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}

button.warning, .button.warning {
  background-color: #f21c2b;
  border-color: #cc0c19;
  color: #FFFFFF;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cc0c19;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}

button.large, .button.large {
  padding-top: 1.2857142857rem;
  padding-right: 2.5714285714rem;
  padding-bottom: 1.3571428571rem;
  padding-left: 2.5714285714rem;
  font-size: 1.4285714286rem;
}

button.small, .button.small {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0714285714rem;
  padding-left: 2rem;
  font-size: 0.9285714286rem;
}

button.tiny, .button.tiny {
  padding-top: 0.7142857143rem;
  padding-right: 1.4285714286rem;
  padding-bottom: 0.7857142857rem;
  padding-left: 1.4285714286rem;
  font-size: 0.7857142857rem;
}

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.8571428571rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.8571428571rem;
}

button.radius, .button.radius {
  border-radius: 3px;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: black;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #000;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #007acc;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #0099ff;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f21c2b;
  border-color: #cc0c19;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cc0c19;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f21c2b;
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 48em) {
  button, .button {
    display: inline-block;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.4285714286rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1.1428571429rem;
  padding-right: 2.2857142857rem;
  padding-bottom: 1.2142857143rem;
  padding-left: 2.2857142857rem;
  font-size: 1.1428571429rem;
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: black;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

button.secondary, .button.secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #007acc;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}

button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}

button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}

button.warning, .button.warning {
  background-color: #f21c2b;
  border-color: #cc0c19;
  color: #FFFFFF;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cc0c19;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}

button.large, .button.large {
  padding-top: 1.2857142857rem;
  padding-right: 2.5714285714rem;
  padding-bottom: 1.3571428571rem;
  padding-left: 2.5714285714rem;
  font-size: 1.4285714286rem;
}

button.small, .button.small {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0714285714rem;
  padding-left: 2rem;
  font-size: 0.9285714286rem;
}

button.tiny, .button.tiny {
  padding-top: 0.7142857143rem;
  padding-right: 1.4285714286rem;
  padding-bottom: 0.7857142857rem;
  padding-left: 1.4285714286rem;
  font-size: 0.7857142857rem;
}

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.8571428571rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.8571428571rem;
}

button.radius, .button.radius {
  border-radius: 3px;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: black;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #000;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #007acc;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #0099ff;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f21c2b;
  border-color: #cc0c19;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cc0c19;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f21c2b;
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 48em) {
  button, .button {
    display: inline-block;
  }
}

/* Standard Forms */
form {
  margin: 0 0 1.1428571429rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5714285714rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5714285714rem;
}

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.5714285714rem;
}

/* Label Styles */
label {
  font-size: 1rem;
  color: #4d4c4c;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 1.1428571429rem 0;
  padding: 0.6428571429rem 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

select::-ms-expand {
  display: none;
}

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

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.4285714286rem;
  border: none;
}

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

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #FFFFFF;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1rem;
  margin: 0 0 1.1428571429rem 0;
  padding: 0.5714285714rem;
  height: 2.6428571429rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  box-shadow: 0 0 5px black;
  border-color: black;
}

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: #ffffc3;
  border-color: black;
  outline: none;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled]
input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled]
input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled]
input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled]
input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled]
input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled]
input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled]
input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled]
input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled]
input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled]
textarea {
  background-color: #DDDDDD;
  cursor: default;
}

input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

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

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #f0f0f0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5714285714rem;
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.6428571429rem;
}

select.radius {
  border-radius: 3px;
}

select:hover {
  background-color: #e9e9e9;
  border-color: black;
}

select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

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

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

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

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.4285714286rem;
  margin: 1.2857142857rem 0;
}

fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.2142857143rem;
  margin: 0;
  margin-left: -0.2142857143rem;
}

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

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

span.error, small.error {
  display: block;
  padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
  margin-top: -1px;
  margin-bottom: 1.1428571429rem;
  font-size: 0.8571428571rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

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

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

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

.error small.error {
  display: block;
  padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
  margin-top: -1px;
  margin-bottom: 1.1428571429rem;
  font-size: 0.8571428571rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

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

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

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

label.error {
  color: #f04124;
}

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

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

.top-bar input {
  height: 1.8rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}

.top-bar .button, .top-bar button {
  padding-top: 0.4214285714rem;
  padding-bottom: 0.4214285714rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

@media only screen and (max-width: 47.938em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 14px;
}

.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.2142857143rem;
  margin: 0;
}

.top-bar .name h1 a {
  font-weight: normal;
  color: #FFFFFF;
  width: 75%;
  display: block;
  padding: 0 15px;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.9285714286rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  color: #FFFFFF;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
}

.top-bar.expanded {
  height: auto;
  background: transparent;
}

.top-bar.expanded .title-area {
  background: #333333;
}

.top-bar.expanded .toggle-topbar a {
  color: #888888;
}

.top-bar.expanded .toggle-topbar a::after {
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 14px;
  margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1919;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li {
  background: #333333;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9285714286rem;
  font-weight: normal;
  text-transform: none;
}

.top-bar-section ul li > a.button {
  font-size: 0.9285714286rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: black;
}

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #007acc;
}

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button {
  font-size: 0.9285714286rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: black;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.secondary {
  background-color: #0099ff;
  border-color: #007acc;
  color: #FFFFFF;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #007acc;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #363636;
  background: #272727;
  color: #FFFFFF;
}

.top-bar-section ul li.active > a {
  background: #000;
  color: #FFFFFF;
}

.top-bar-section ul li.active > a:hover {
  background: black;
  color: #FFFFFF;
}

.top-bar-section .has-form {
  padding: 15px;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}

.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.2857142857rem;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}

.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}

.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.7142857143rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 48em) {
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a {
    width: auto;
  }
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 1rem;
    position: relative;
    top: 7px;
  }
  .top-bar.expanded {
    background: #333333;
  }
  .contain-to-grid .top-bar {
    max-width: 100rem;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #363636;
    background: #272727;
    color: #FFFFFF;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #363636;
    background: #272727;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: #FFFFFF;
    background: #000;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: black;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #FFFFFF;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #FFFFFF;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #FFFFFF;
    background-color: #363636;
    background: #272727;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #363636;
    background: #272727;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #000;
    color: #FFFFFF;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

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

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

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

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

@media only screen and (max-width: 47.938em) {
  .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: 48em) and (max-width: 61.938em) {
  .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: 48em) {
  .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: 62em) and (max-width: 74.938em) {
  .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: 62em) {
  .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: 75em) and (max-width: 99999999em) {
  .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: 75em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

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

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

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

/* Default Link Styles */
a {
  color: #000;
  text-decoration: none;
  line-height: inherit;
}

a:hover, a:focus {
  color: black;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.4285714286rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.25rem;
  line-height: 1.6;
}

p aside {
  font-size: 1rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 1.9285714286rem;
}

h2 {
  font-size: 1.9285714286rem;
}

h3 {
  font-size: 1.5714285714rem;
}

h4 {
  font-size: 1.2857142857rem;
}

h5 {
  font-size: 1.2857142857rem;
}

h6 {
  font-size: 1rem;
}

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

hr {
  border: solid #CCCCCC;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.4285714286rem 0 1.3571428571rem;
  height: 0;
}

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

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #b3e0ff;
  border-width: 1px;
  border-style: solid;
  border-color: #87cfff;
  padding: 0.1428571429rem 0.3571428571rem 0.0714285714rem;
}

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

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

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

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

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

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

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

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

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

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
}

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

dl dd {
  margin-bottom: 0.8571428571rem;
}

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

abbr {
  text-transform: none;
}

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

/* Blockquotes */
blockquote {
  margin: 0 0 1.4285714286rem;
  padding: 0.6428571429rem 1.4285714286rem 0 1.3571428571rem;
  border-left: 1px solid #DDDDDD;
}

blockquote cite {
  display: block;
  font-size: 0.9285714286rem;
  color: #555555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

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

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.4285714286rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.7142857143rem 0.8571428571rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 1.0714285714rem;
}

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

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

@media only screen and (min-width: 48em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.6428571429rem;
  }
  h2 {
    font-size: 2.6428571429rem;
  }
  h3 {
    font-size: 1.9285714286rem;
  }
  h4 {
    font-size: 1.6428571429rem;
  }
  h5 {
    font-size: 1.2857142857rem;
  }
  h6 {
    font-size: 1rem;
  }
}

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

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

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

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

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

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

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

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

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

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

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

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

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

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

@media only screen and (max-width: 47.938em) {
  .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: 48em) and (max-width: 61.938em) {
  .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: 48em) {
  .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: 62em) and (max-width: 74.938em) {
  .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: 62em) {
  .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: 75em) and (max-width: 99999999em) {
  .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: 75em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

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

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

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

/* Default Link Styles */
a {
  color: #000;
  text-decoration: none;
  line-height: inherit;
}

a:hover, a:focus {
  color: black;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.4285714286rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.25rem;
  line-height: 1.6;
}

p aside {
  font-size: 1rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 1.9285714286rem;
}

h2 {
  font-size: 1.9285714286rem;
}

h3 {
  font-size: 1.5714285714rem;
}

h4 {
  font-size: 1.2857142857rem;
}

h5 {
  font-size: 1.2857142857rem;
}

h6 {
  font-size: 1rem;
}

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

hr {
  border: solid #CCCCCC;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.4285714286rem 0 1.3571428571rem;
  height: 0;
}

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

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #b3e0ff;
  border-width: 1px;
  border-style: solid;
  border-color: #87cfff;
  padding: 0.1428571429rem 0.3571428571rem 0.0714285714rem;
}

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

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

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

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

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

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

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

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

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

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
}

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

dl dd {
  margin-bottom: 0.8571428571rem;
}

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

abbr {
  text-transform: none;
}

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

/* Blockquotes */
blockquote {
  margin: 0 0 1.4285714286rem;
  padding: 0.6428571429rem 1.4285714286rem 0 1.3571428571rem;
  border-left: 1px solid #DDDDDD;
}

blockquote cite {
  display: block;
  font-size: 0.9285714286rem;
  color: #555555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

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

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.4285714286rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.7142857143rem 0.8571428571rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 1.0714285714rem;
}

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

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

@media only screen and (min-width: 48em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.6428571429rem;
  }
  h2 {
    font-size: 2.6428571429rem;
  }
  h3 {
    font-size: 1.9285714286rem;
  }
  h4 {
    font-size: 1.6428571429rem;
  }
  h5 {
    font-size: 1.2857142857rem;
  }
  h6 {
    font-size: 1rem;
  }
}

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

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

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 3.2142857143rem;
  line-height: 3.2142857143rem;
  position: relative;
}

.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 3.2142857143rem;
  margin: 0;
}

.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.2857142857rem;
}

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

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

.tab-bar-section {
  padding: 0 0.7142857143rem;
  position: absolute;
  text-align: center;
  height: 3.2142857143rem;
  top: 0;
}

@media only screen and (min-width: 48em) {
  .tab-bar-section.left, .tab-bar-section.right {
    text-align: left;
  }
}

.tab-bar-section.left {
  left: 0;
  right: 3.2142857143rem;
}

.tab-bar-section.right {
  left: 3.2142857143rem;
  right: 0;
}

.tab-bar-section.middle {
  left: 3.2142857143rem;
  right: 3.2142857143rem;
}

.tab-bar .menu-icon {
  text-indent: 2.5rem;
  width: 3.2142857143rem;
  height: 3.2142857143rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5714285714rem;
  left: 1.0357142857rem;
  box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1.1428571429rem;
}

.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0px 0 1px #b3b2b2, 0 7px 0 1px #b3b2b2, 0 14px 0 1px #b3b2b2;
}

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

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

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

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 1.0714285714rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.8571428571rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

ul.off-canvas-list li a {
  display: block;
  padding: 0.6666666667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}

ul.off-canvas-list li a:hover {
  background: #242424;
}

.move-right > .inner-wrap {
  -ms-transform: translate(17.8571428571rem, 0);
  -webkit-transform: translate3d(17.8571428571rem, 0, 0);
  -moz-transform: translate3d(17.8571428571rem, 0, 0);
  -ms-transform: translate3d(17.8571428571rem, 0, 0);
  -o-transform: translate3d(17.8571428571rem, 0, 0);
  transform: translate3d(17.8571428571rem, 0, 0);
}

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 48em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -ms-transform: translate(-17.8571428571rem, 0);
  -webkit-transform: translate3d(-17.8571428571rem, 0, 0);
  -moz-transform: translate3d(-17.8571428571rem, 0, 0);
  -ms-transform: translate3d(-17.8571428571rem, 0, 0);
  -o-transform: translate3d(-17.8571428571rem, 0, 0);
  transform: translate3d(-17.8571428571rem, 0, 0);
}

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 48em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

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

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

@media only screen and (min-width: 48em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

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

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

@media only screen and (min-width: 48em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

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

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

@media only screen and (min-width: 48em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

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

.no-csstransforms .right-off-canvas-menu {
  right: -17.8571428571rem;
}

.no-csstransforms .move-left > .inner-wrap {
  right: 17.8571428571rem;
}

.no-csstransforms .move-right > .inner-wrap {
  left: 17.8571428571rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 17.8571428571rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.left-submenu * {
  -webkit-backface-visibility: hidden;
}

.left-submenu .back > a {
  padding: 0.3rem 1.0714285714rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

.left-submenu.move-right {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 17.8571428571rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.right-submenu * {
  -webkit-backface-visibility: hidden;
}

.right-submenu .back > a {
  padding: 0.3rem 1.0714285714rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-submenu.move-left {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

meta.foundation-version {
  font-family: "/5.4.5/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48em)/";
  width: 48em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62em)/";
  width: 62em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:75em)/";
  width: 75em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 14px;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 48em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 62em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 75em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}

:root {
  --sidebar-width: 100%;
  --toggler-size: 27px;
  --toggler-line-number: 3;
  --toggler-line-size: calc(var(--toggler-size) / (var(--toggler-line-number) + var(--toggler-line-number) - 1));
  --toggler-offset-left: 10px;
  --toggler-offset-top: 10px;
  --toggler-color: #666666;
  --toggler-color-hover: #666666;
}

.menu-toggler {
  border-radius: calc(var(--toggler-line-size) / 2);
  display: block;
  width: var(--toggler-size);
  height: var(--toggler-size);
  position: fixed;
  top: var(--toggler-offset-top);
  left: var(--toggler-offset-left);
  cursor: pointer;
  z-index: 1;
  outline: none;
}

.menu-toggler__line {
  height: var(--toggler-line-size);
  background: var(--toggler-color);
  position: absolute;
  border-radius: calc(var(--toggler-line-size) / 2);
  left: 0;
  right: 0;
  transition: all .25s ease-out;
}

.menu-toggler__line:nth-child(1) {
  top: calc(var(--toggler-line-size) * 1 + (var(--toggler-line-size) * (1 - 2)));
}

.menu-toggler__line:nth-child(2) {
  top: calc(var(--toggler-line-size) * 2 + (var(--toggler-line-size) * (2 - 2)));
}

.menu-toggler__line:nth-child(3) {
  top: calc(var(--toggler-line-size) * 3 + (var(--toggler-line-size) * (3 - 2)));
}

.input-toggler {
  position: absolute;
  left: -100%;
}

.input-toggler:checked ~ .menu-toggler .menu-toggler__line:not(:first-child):not(:last-child) {
  opacity: 0;
}

.input-toggler:checked ~ .menu-toggler .menu-toggler__line:first-child,
.input-toggler:checked ~ .menu-toggler .menu-toggler__line:last-child {
  background-color: var(--toggler-color-hover);
}

.input-toggler:checked ~ .menu-toggler .menu-toggler__line:first-child {
  transform: translateY(calc(var(--toggler-line-size) * (var(--toggler-line-number) - 1))) rotate(45deg);
  background: #666666;
}

.input-toggler:checked ~ .menu-toggler .menu-toggler__line:last-child {
  transform: translateY(calc(-1 * var(--toggler-line-size) * (var(--toggler-line-number) - 1))) rotate(-45deg);
  background: #666666;
}

.input-toggler:checked ~ .sidebar {
  transform: translateX(0);
  opacity: 1;
}

.sidebar,
.content {
  transition: all .25s ease-out;
}

.sidebar {
  width: 65%;
  transform: translateX(calc(var(--sidebar-width) * -1));
  background-color: #333;
  position: absolute;
  top: 45px;
  left: 0;
  height: 100vh;
  opacity: .3;
  min-width: 240px;
}

.input-toggler:checked ~ .sidebar {
  transform: translateX(0);
  opacity: 1;
}

.mobile-wrap-scroll {
  width: 100%;
  height: 100%;
  padding: 1em 1.5em;
  position: relative;
  overflow-y: none;
}

.mobile-wrap-scroll .header-mobile-menu {
  height: 68.4vh;
  margin-top: 20px;
  overflow-y: scroll !important;
}

.mobile-wrap-scroll .header-mobile-menu .menu-primary-container,
.mobile-wrap-scroll .header-mobile-menu .menu-primary-na-container,
.mobile-wrap-scroll .header-mobile-menu .menu-secondary-na-container,
.mobile-wrap-scroll .header-mobile-menu .menu-secondary-container {
  overflow-y: hidden;
}

.mobile-wrap-scroll .header-mobile-menu #menu-item-secondary-mobile {
  width: 100%;
}

.mobile-wrap-scroll li {
  list-style: none;
  text-align: left;
}

.mobile-wrap-scroll li a {
  font-weight: 700;
  font-size: 16px;
}

.mobile-wrap-scroll li > ul .back {
  display: none;
}

.mobile-wrap-scroll li > ul li a {
  font-weight: normal;
}

.mobile-wrap-scroll .small-12 {
  padding: 0px;
}

.mobile-home-btn {
  padding-left: 0.3em;
}

.mobile-home-btn a {
  color: #fff;
}

.mobile-close-container {
  text-align: right;
  padding: 0px;
}

.mobile-close-container .mobile-close {
  cursor: pointer;
}

.mobile-home-btn {
  text-align: left;
}

.sub-menu {
  list-style: none;
  margin-left: 0;
}

.sub-menu li a {
  font-weight: 500 !important;
  font-size: 15px !important;
}

.sm-logo .mobile-nav-dark {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
  background-color: #fff;
  max-height: 47px;
}

.sm-logo .mobile-nav-dark ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}

.sm-logo .mobile-nav-dark ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 991px) {
  .new-home {
    display: none;
  }
}

:root {
  --sidebar-width: 100%;
  --toggler-size: 27px;
  --toggler-line-number: 3;
  --toggler-line-size: calc(var(--toggler-size) / (var(--toggler-line-number) + var(--toggler-line-number) - 1));
  --toggler-offset-left: 10px;
  --toggler-offset-top: 10px;
  --toggler-color: #666666;
  --toggler-color-hover: #666666;
}

.magazine-article-thumbnail {
  float: left;
  margin: 0 15px 15px 0;
}

.fullscreen-message {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.fullscreen-message .logo {
  padding: 2em;
  width: auto;
}

/** Mixins **/
body {
  font-family: 'Open Sans',sans-serif,arial,helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
}

a, a:hover, a:visited, a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.primary-color {
  color: #000;
}

.primary-colour-bg {
  background: #000;
}

.rhino-purple-bg {
  background: #333366;
}

.powder-ash-green-bg {
  background: #b7ccbd;
}

.light-blue-bg {
  background: #3399ff;
}

.steel-bg {
  background: #666666;
}

.silver-bg {
  background: #717a7a;
}

.ghost-bg {
  background: #f0f0f0;
}

.iron-bg {
  background: #CCCCCC;
}

.vapor-bg {
  background: #EFEFEF;
}

.turquoise-bg {
  background: #2bbbc0;
}

.black-bg {
  background: #000000;
}

.oil-bg {
  background: #333333;
}

.promo-bg {
  background: #0053b3;
}

.fa-twitter-square, .fa-twitter:hover {
  color: #00aced;
}

.fa-linkedin-square, .fa-linkedin:hover {
  color: #007bb6;
}

.fa-facebook, .fa-facebook:hover {
  color: #3b5998;
}

.fa-instagram, .fa-instagram:hover {
  color: #d1d3d7;
}

.fa-google-plus-square, .fa-google-plus:hover {
  color: #dd4b39;
}

.fa-youtube-square, .fa-youtube:hover {
  color: #d22827;
}

.fa-vimeo-square, .fa-vimeo:hover {
  color: #5bc8ff;
}

.fa-delicious, .fa-delicious:hover {
  color: #3271cb;
}

.fa.fa-twitter, .fa.fa-linkedin, .fa.fa-facebook, .fa.fa-google-plus, .fa.fa-youtube, .fa.fa-vimeo {
  display: none;
  color: #FFFFFF;
}

small {
  font-size: 0.8em;
}

span.disabled {
  color: #CCCCCC;
}

/** Defaults **/
.accessibility {
  display: none;
  visibility: none;
}

.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.rc-highlight .img-responsive {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: inline-block;
}

.padding-zero {
  padding: 0;
}

.padding-left-zero {
  padding-left: 0;
}

.padding-right-zero {
  padding-right: 0;
}

.pdt10 {
  padding-top: 10px;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.row.margin-right2 {
  margin-right: -2px;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.display-inline li {
  display: inline;
}

.content-col-one {
  width: 39.88%;
}

.content-col-two {
  width: 29.14%;
}

.content-col-three {
  width: 30.98%;
}

.separation {
  width: 100%;
}

/** ----------------------------------------------------------------------------------------- **/
.full-row {
  width: 100%;
  background: #FFFFFF;
}

.page-push {
  padding-top: 20%;
}

.page-template-default h2 {
  margin-bottom: 2%;
}

.icon-redo {
  color: #000;
  cursor: pointer;
}

.squared-off {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  padding-left: 3px;
  padding-top: 3px;
}

.byline-default {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
}

.byline-default li {
  display: inline;
  font-size: 10px;
  font-size: 1rem;
  width: 50%;
  color: #666666;
}

.byline-default .post-share {
  background: url(assets/images/icons/orange-sep.png) no-repeat 93% 0;
  padding-right: 5%;
  color: #000;
}

.byline-default .post-share a {
  color: #000;
}

.byline-default .post-share a:hover {
  text-decoration: none;
}

.byline-default .post-type {
  float: right;
}

.main-btn, .button {
  border: 1px solid #000;
  color: #000;
  background: #FFFFFF;
  padding: 1% 3%;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
}

.main-btn:hover, .button:hover {
  color: #FFFFFF;
  background: #000;
}

/*** MENU ***/
.tab-bar.fixed {
  position: fixed;
}

.mobile-menu-lip {
  border-bottom: 1px solid #CCCCCC;
}

.tab-bar {
  text-align: center;
}

.tab-bar .menu-icon {
  color: #666666;
}

.tab-bar .menu-icon span::after {
  box-shadow: 0 0px 0 1px #666666, 0 7px 0 1px #666666, 0 14px 0 1px #666666;
}

.tab-bar .left-small {
  left: 10px;
  border-right: initial;
}

.tab-bar .sm-logo {
  height: 30px;
  width: auto;
  margin-top: 5px;
  position: absolute;
  left: 55px;
}

.tab-bar .search-tab {
  display: none;
  background: #FFFFFF;
}

.tab-bar .search-tab .search-field {
  width: 90%;
  float: left;
}

.tab-bar .search-tab .search-submit {
  width: 10%;
  float: left;
  padding: 0;
  line-height: 2.35em;
}

.tab-bar .search-btn {
  left: 40px;
}

.tab-bar .search-tab.show {
  display: block;
}

.right-small {
  position: relative;
  width: 23px;
  float: right;
  border-left: 0;
}

.right-small .right-off-canvas-toggle.menu-icon span:after {
  box-shadow: 0 0px 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.off-canvas-fixed {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}

.move-right > .off-canvas-fixed {
  -webkit-transform: translate3d(18rem, 0, 0);
  transform: translate3d(18rem, 0, 0);
}

.move-left > .off-canvas-fixed {
  -webkit-transform: translate3d(-18rem, 0, 0);
  transform: translate3d(-18rem, 0, 0);
}

.left-submenu.move-right {
  margin-top: 26px;
}

/*
.move-right .exit-off-canvas {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  padding: 2% 0 2% 4%;
  text-decoration: none;
    &:hover, &:active  {
      color: $white;
      background: $offblack;
    }
}*/
.menu-close {
  font-size: 14px;
  font-size: 1.4rem;
  color: #363636;
  left: 10px;
}

.left-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  margin-left: -18rem;
  height: 100vh;
}

.right-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  margin-right: -18rem;
  height: 100vh;
}

.left-off-canvas-menu,
.right-off-canvas-menu {
  padding-top: 25px;
}

.header-icns {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

.header-icns li {
  float: left;
  border-left: 1px solid #CCCCCC;
  margin: 0;
}

.header-icns li a {
  color: #CCCCCC;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  padding: 24% 0.5em;
}

.header-icns li a:hover {
  color: #000;
}

.header-icns li.invert-color {
  background: #000;
}

.header-icns li.invert-color a {
  color: #CCCCCC;
}

.header-icns li.loggedin-icn {
  background: url(assets/images/icons/padlock.png) no-repeat right 0.2em;
}

/** SPONSORED MENU **/
.desktop-menu .sponsored-menu {
  background: #000000;
  border-bottom: 1px solid #000000;
}

.desktop-menu .sponsored-menu .fullWidth {
  background: #000000;
}

.desktop-menu .sponsored-menu .menu-sponsored-container {
  width: 100%;
}

.desktop-menu .sponsored-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

.desktop-menu .sponsored-menu ul li {
  background: #000000;
  list-style: none;
  flex-grow: 1;
  text-align: center;
}

.desktop-menu .sponsored-menu ul li:last-child {
  border-right: 0;
}

.desktop-menu .sponsored-menu ul li:after {
  content: "" !important;
}

.desktop-menu .sponsored-menu ul li:hover ul {
  top: 38px;
}

.desktop-menu .sponsored-menu ul li a {
  text-transform: capitalize;
  color: #FFFFFF;
  font-size: 9px;
  font-size: 0.9rem;
  padding: 0.7em 0;
  font-weight: bold;
  display: block;
}

.ie9 .desktop-menu .sponsored-menu ul li a, .ie10 .desktop-menu .sponsored-menu ul li a, .no-flexbox .desktop-menu .sponsored-menu ul li a {
  font-size: 8px;
  font-size: 0.8rem;
  padding: 0.7em 1em;
}

/*** CAROUSEL ***/
.carousel-section {
  position: relative;
}

.carousel-section .lg-carousel img {
  position: relative;
}

.carousel-section .lg-carousel .attachment-carousel-tile-large {
  width: 100%;
  max-height: 453px;
  /*overflow: hidden;*/
}

.carousel-section .lg-carousel .carousel-overlay {
  background: rgba(0, 0, 0, 0.6);
  bottom: 20%;
  width: 100%;
  padding: 4%;
  border-right: 4px solid #000;
  /*h2 a {
        font-size: 85%;
      }*/
}

.carousel-section .lg-carousel .carousel-overlay a {
  color: #FFFFFF;
}

.carousel-section .lg-carousel .carousel-overlay a:hover {
  text-decoration: none;
}

.carousel-section .lg-carousel .carousel-overlay:active {
  background: rgba(0, 0, 0, 0.8);
}

.carousel-section .lg-carousel .carousel-overlay ul {
  list-style: none;
  margin-left: 0.2em;
}

.carousel-section .lg-carousel .carousel-overlay ul li {
  display: inline;
  width: auto;
  padding-left: 3%;
  padding-right: 3%;
  color: #FFFFFF;
}

.carousel-section .lg-carousel .carousel-overlay ul li a {
  padding: 2%;
  font-weight: 400;
}

.carousel-section .lg-carousel .carousel-overlay ul li:first-child {
  padding-left: 0;
}

.carousel-section .lg-carousel .carousel-overlay ul .post-share a {
  color: #000;
}

.carousel-section .lg-carousel .carousel-overlay ul .post-date {
  background: url(assets/images/icons/orange-sep.png) no-repeat 0 0;
  color: #FFFFFF;
}

.home .slider {
  overflow: hidden;
}

.home .slider .hidden {
  display: none;
}

.carousel-section .grid-panel {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.carousel-section .grid-panel .attachment-carousel-tile {
  max-height: 197px;
  border: 1px solid #8a8e8b;
  border-bottom: 0;
}

.carousel-section .grid-panel .grid-content {
  display: table;
  color: #363636;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 2.85714em;
}

.carousel-section .grid-panel .grid-content h3 {
  border-right: 3px solid #000;
  padding: 0 2%;
  line-height: 0.8em;
  background: #FFFFFF;
  margin: 0;
  vertical-align: middle;
  display: table-cell;
  width: 99.5%;
}

.carousel-section .grid-panel .grid-content h3 small {
  font-size: 55%;
}

.carousel-section .grid-panel .grid-content h3 a {
  color: #000000;
}

.carousel-section .grid-panel .grid-content .grid-byline {
  width: 100%;
  display: table-row;
}

.carousel-section .grid-panel .grid-content .grid-byline h4 {
  width: 49%;
  background-color: #595959;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 0 2%;
  margin: 0;
  color: #FFFFFF;
}

.carousel-section .grid-panel .grid-content .grid-byline h4 small {
  color: #FFFFFF;
}

.carousel-section .grid-panel .grid-content .grid-byline h4 .icon-redo {
  color: #000;
}

.slick-prev {
  left: -1px;
}

.slick-next {
  right: 1px;
}

/*
.home .slick-prev, .home .slick-next {
  background: transparent;
  color: $black;
  height: 48px;
  width: 48px;
}

.home .slick-prev:before {
  content: '\f0a8';
  font: normal normal normal 50px/1 FontAwesome;
}

.home .slick-next:before {
  content: '\f0a9';
  font: normal normal normal 50px/1 FontAwesome;
}


#slider img{
  display: none;
}

*/
@media screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    overflow: visible;
  }
  .slick-prev::before, .slick-next::before {
    font-size: 26px;
  }
  .slick-prev {
    left: -2px;
  }
  .slick-next {
    right: -2px;
  }
}

.no-js .slider {
  display: none;
}

.home .slider {
  max-height: 453px !important;
  overfloat: hidden;
}

.archive .slider {
  max-height: 297px !important;
  overfloat: hidden;
}

#slider .share-menu {
  list-style: none !important;
  margin-left: 0;
  margin-bottom: 0;
}

#slider .share-menu h4 {
  padding: 0 0 0.3% 1%;
}

#slider .share-menu a:hover {
  text-decoration: none;
}

#slider .tool-tip .popup {
  list-style: none !important;
}

/*
#slider .slick-slider {
    background: url(assets/images/icons/ajax-loader.gif);
}
#slider .slick-slider .slick-list {
    opacity: 0;
    position: absolute;
}
#slider .slick-slider.slick-initialized {
    background: none;
}
#slider .slick-slider.slick-initialized .slick-list {
    opacity: 1;
    position: relative;
    transition: opacity 0.2s ease-in;
}
*/
/********* USP BOXES *********/
.usp-boxes .usp-wrap a {
  text-decoration: none;
  display: block;
  height: 175px;
}

.usp-boxes .usp-wrap.banner-bg a {
  background: #f0f0f0;
}

.usp-boxes .usp-box {
  padding: 5% 6%;
  height: 100%;
}

.usp-boxes .usp-box h3, .usp-boxes .usp-box h4 {
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
}

.usp-boxes .usp-box h3 {
  font-weight: 300;
  line-height: 1em;
}

.usp-boxes .usp-box h4 {
  font-weight: 500;
  line-height: 1em;
}

.usp-boxes .usp-box h3 i {
  font-size: 29px;
  font-size: 2.9rem;
}

.usp-boxes .inner-shadow {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.195) inset;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.195) inset;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.195) inset;
}

.usp-boxes .inner-shadow h3, .usp-boxes .inner-shadow h4 {
  color: #000000;
}

.usp-boxes .usp-box h3, .usp-boxes .usp-box h4 {
  width: 100%;
  text-transform: uppercase;
}

.usp-boxes .usp-box h3 i {
  float: right;
  padding-right: 0;
  padding-top: 0.1em;
}

.usp-boxes .usp-box p {
  font-size: 95%;
  color: #FFFFFF;
  padding-right: 5%;
  font-weight: 600;
  padding-top: 3%;
}

.usp-boxes .usp-box .fa-chevron-circle-right {
  position: absolute;
  right: 0.8em;
  bottom: 0.5em;
  font-size: 20px;
  font-size: 2rem;
  color: #FFFFFF;
  z-index: 20;
}

.usp-boxes .banner-usp {
  margin-bottom: 10%;
}

.usp-boxes .banner-usp .fa-chevron-circle-right {
  right: 1.3em;
}

.usp-boxes .usp-box.vapor-bg h3, .usp-boxes .usp-box.vapor-bg h4 {
  color: #363636;
}

.usp-boxes .usp-box.vapor-bg h3 i {
  float: right;
  color: #CCCCCC;
}

.usp-boxes .usp-box.vapor-bg p {
  color: #000000;
}

.usp-boxes .usp-box.vapor-bg .fa-chevron-circle-right {
  color: #363636;
}

.usp-boxes .usp-box.black-bg h3 {
  color: #FFFFFF;
}

.usp-boxes .usp-box.black-bg h4 {
  color: #FFFFFF;
}

.usp-boxes .usp-box.black-bg h3 i {
  float: right;
  color: #FFFFFF;
}

.usp-boxes .usp-box.black-bg p {
  color: #FFFFFF;
}

.usp-boxes .usp-box.primary-colour-bg h3 {
  color: #FFFFFF;
}

.usp-boxes .usp-box.primary-colour-bg h4 {
  color: #FFFFFF;
}

.usp-boxes .usp-box.primary-colour-bg h3 i {
  float: right;
  color: #FFFFFF;
}

.usp-boxes .usp-box.primary-colour-bg p {
  color: #FFFFFF;
}

.usp-boxes .usp-box.turquoise-bg h3, .usp-boxes .usp-box.turquoise-bg h4, .usp-boxes .usp-box.turquoise-bg i, .usp-boxes .usp-box.turquoise-bg p {
  color: #FFFFFF;
}

.usp-boxes .usp-box.turquoise-bg h3 i {
  float: right;
}

.usp-boxes .usp-box.promo-bg h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 110%;
  text-align: center;
  font-weight: bold;
}

/********* COLS **********/
.content-col-one, .content-col-two, .content-col-three {
  width: 100%;
  clear: both;
}

.content-cols h2 {
  text-transform: lowercase;
  width: 100%;
  border-bottom: 3px solid #717a7a;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.5em;
  margin-top: 0;
}

.content-cols .news-title h2 {
  color: #000;
  border-color: #000;
}

.news-col .snippet-img {
  text-align: center;
  max-height: 170px;
  overflow: hidden;
}

.news-col .snippet-img img {
  width: 100%;
  max-width: 470px;
}

.news-col .snippet-text {
  border-right: 2px solid #000;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 2px 6px 1px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 2px 6px 1px rgba(50, 50, 50, 0.35);
  margin-bottom: 2%;
  padding: 2%;
  width: 100%;
}

.news-col .news-snippet {
  margin-bottom: 8%;
}

.news-col h3 {
  padding: 0;
  margin: 0 0 3% 0;
  font-size: 170%;
}

.news-col h3 a {
  color: #242424;
}

.news-col .news-snippet.summary {
  position: relative;
}

.news-col .news-snippet.summary .new-img {
  /*width: 40%;*/
  height: 100%;
  padding-right: 2%;
  margin-bottom: 3%;
}

.news-col .news-snippet.summary .snippet-text {
  width: 100%;
}

.news-col .news-snippet.summary .snippet-text h3 {
  font-size: 140%;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 4%;
}

.news-col .news-snippet.summary .byline-default {
  width: 70%;
}

.news-col .news-snippet.summary .byline-default .post-share {
  padding-right: 9%;
}

.news-col .advert p {
  width: 92.8%;
}

.analysis-col {
  /*padding-top: 2%; */
}

.analysis-col .analysis-snippet {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10%;
  background: #f0f0f0;
  padding: 4%;
}

.analysis-col .analysis-snippet .analysis-img {
  position: relative;
  width: 28%;
  margin-bottom: 5%;
}

.analysis-col .analysis-snippet .analysis-img img {
  border: 1px solid #000;
  position: relative;
  width: 100%;
}

.analysis-col .analysis-snippet .analysis-img h4 {
  background: #000000;
  color: #FFFFFF;
  width: 98%;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  margin: 0 1px;
  font-size: 7px;
  font-size: 0.7rem;
  padding: 1%;
}

.analysis-col .analysis-snippet .analysis-content {
  width: 72%;
  padding-left: 4%;
}

.analysis-col .analysis-snippet .analysis-content h3 {
  font-size: 118%;
  float: left;
  margin: 0 0 3%;
  font-weight: 400;
}

.analysis-col .analysis-snippet .analysis-content h3 a {
  color: #000000;
}

.analysis-col .analysis-snippet .analysis-content p {
  font-size: 9.7px;
  font-size: 0.97rem;
  margin-bottom: 3%;
  float: left;
}

.analysis-col .analysis-snippet .analysis-content.excerpt {
  clear: left;
  width: 100%;
  padding-left: 0;
}

.analysis-col .analysis-snippet .analysis-byline {
  background: #FFFFFF;
  float: left;
  clear: left;
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 2%;
}

.analysis-col .analysis-snippet .analysis-byline li {
  display: inline-block;
  font-size: 9px;
  font-size: 0.9rem;
}

.analysis-col .analysis-snippet .analysis-byline li:last-child {
  padding-left: 5%;
  color: #666666;
  width: 100%;
}

.analysis-col .analysis-snippet .analysis-byline span {
  color: #000;
}

.analysis-col .analysis-snippet .analysis-byline .post-share {
  background: url(assets/images/icons/grey-sep.gif) no-repeat 100% 60%;
  padding-right: 5%;
  color: #000;
}

.row.insights-snippet, .row.events-snippet {
  margin-bottom: 10%;
}

.insights-snippet.webinars .tab-title {
  background: #2bbbc0;
}

.insights-snippet.webinars .byline li {
  font-size: 11px;
  font-size: 1.1rem;
}

.insights-snippet.webinars .tab-box .tab-content img, .insights-snippet.webinars .tab-box .tab-content h4 {
  margin-top: 2%;
}

.insights-snippet.webinars h4 {
  font-size: 140%;
}

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
  text-align: left;
  background-image: none;
  display: block;
  margin: 10px 0;
}

.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
  text-align: left;
  list-style: none;
  float: none;
  margin: 1em 0;
}

.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
  content: '';
}

.wp-polls img, .wp-polls label, .wp-polls input, .wp-polls-loading img, .wp-polls-image img {
  display: inline;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.wp-polls-ul {
  padding: 0px;
  margin: 0px 0px 10px 10px;
}

.wp-polls-ans {
  width: 100%;
  opacity: 1;
}

.wp-polls-loading {
  display: none;
  text-align: center;
  height: 16px;
  line-height: 16px;
}

.wp-polls-image {
  border: 0px;
}

.wp-polls .Buttons {
  border: 1px solid #c8c8c8;
  background-color: #f3f6f8;
}

/* Polls Archive Paging
.wp-polls-paging a, .wp-polls-paging a:link {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #0066cc;
  color: #0066cc;
  background-color: #FFFFFF;
}

.wp-polls-paging a:visited {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #0066cc;
  color: #0066cc;
  background-color: #FFFFFF;
}

.wp-polls-paging a:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}

.wp-polls-paging a:active {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #0066cc;
  color: #0066cc;
  background-color: #FFFFFF;
}

.wp-polls-paging span.pages {
  padding: 2px 4px 2px 4px;
  margin: 2px 2px 2px 2px;
  color: #000000;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}

.wp-polls-paging span.current {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  font-weight: bold;
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}

.wp-polls-paging span.extend {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}
*/
.tab-box {
  width: 100%;
  position: relative;
}

.tab-box .tab-title {
  width: 48%;
  background: #000;
  border-right: 7px solid #FFFFFF;
  border-bottom: 7px solid #FFFFFF;
  text-transform: uppercase;
}

.tab-box .tab-title h3 {
  color: #FFFFFF;
  padding-left: 3%;
  padding-right: 3%;
  font-weight: 300;
  /*@include font-size(1.9);*/
  font-size: 140%;
}

.tab-box .view-all {
  width: 52%;
  height: 47px;
  line-height: 2.8em;
  text-align: right;
  padding-right: 4%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: -3px -4px 6px -2px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: -3px -4px 6px -2px rgba(50, 50, 50, 0.35);
  box-shadow: -3px -4px 6px -2px rgba(50, 50, 50, 0.35);
}

.tab-box .view-all a {
  color: #000;
}

.tab-box .inner-list {
  margin: 5% 0;
  width: 100%;
}

.tab-box .tab-content {
  width: 100%;
  clear: both;
  -webkit-box-shadow: 0 -2px 4px -3px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0 -2px 4px -3px rgba(50, 50, 50, 0.35);
  box-shadow: 0 -2px 4px -3px rgba(50, 50, 50, 0.35);
}

.tab-box .tab-content h4, .tab-box .tab-content .byline {
  padding: 2% 0;
}

.tab-box .tab-content h4 {
  padding-top: 0;
  margin-top: 0;
}

.tab-box .tab-content .insights-thumb {
  width: 28%;
  padding-right: 3%;
}

.tab-box .tab-content .insights-thumb img {
  border: 1px solid #CCCCCC;
  width: 100%;
  margin-top: 5px;
}

.tab-box .tab-content .content-wrap {
  width: 70%;
}

.tab-box .tab-content .content-wrap h4 {
  font-size: 130%;
}

.tab-box .tab-content .content-wrap .post-date {
  font-size: 85%;
}

.tab-box .tab-content .events-thumb {
  width: 40%;
}

.tab-box .tab-content .events-thumb img {
  border: 1px solid #CCCCCC;
  width: 100%;
  max-width: 126px;
  margin-top: 5px;
}

.tab-box .tab-content .event-list {
  list-style: none;
  margin: 0 0 0 5%;
  padding: 0;
  width: 100%;
}

.tab-box .tab-content .event-list li {
  color: #666666;
}

.tab-box .tab-content .event-list h4 {
  color: #000;
  font-size: 150%;
}

.tab-box .tab-content .event-list .learn-more a {
  color: #000;
  text-transform: uppercase;
}

.tab-box .content-wrap.whitepapers-content h4 a {
  color: #666666;
}

.tab-box .wp-polls {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tab-box .wp-polls li {
  width: 100%;
  float: left;
}

.tab-box .wp-polls input {
  width: 5%;
}

.tab-box .wp-polls label {
  width: 82%;
}

.tab-box .wp-polls input.Buttons {
  border: 1px solid #000;
  color: #000;
  background: #FFFFFF;
  padding: 2%;
  width: 30%;
  font-size: 140%;
  display: inherit;
  clear: both;
  text-transform: lowercase;
}

.tab-box .wp-polls input.Buttons:hover {
  color: #FFFFFF;
  background: #000;
}

.tab-box .wp-polls p[style] {
  text-align: left !important;
}

.tab-box .tweet {
  margin-bottom: 3%;
}

.tab-box .tweet img {
  width: 100%;
}

.tab-box hr {
  margin: auto;
  width: 80%;
}

.events-snippet .tab-content .content-wrap {
  width: 55%;
  float: left;
}

.polls .inner-list p {
  font-weight: bold;
}

.insights-snippet.polls {
  margin-bottom: 0;
}

.page-title {
  color: #000;
  border-bottom: 4px solid #000;
  font-size: 180%;
  margin-bottom: 0;
}

.title-line-single {
  border-bottom: 4px solid #000;
  margin-bottom: 20px;
  margin-top: 0;
  border-top: initial;
  border-left: initial;
  border-right: initial;
}

.spex-line-title {
  font-size: 180%;
  color: #000;
}

/***ARTICLE****/
.article-view .alignright {
  float: right;
  padding: 1% 0 2% 2%;
}

.article-view .alignleft {
  float: left;
  padding: 1% 2% 2% 0;
}

.article-view p:first-child {
  font-weight: bold;
}

.article-view .profile p:first-child {
  font-weight: normal;
}

.article-view .article-img {
  width: 100%;
}

.article-view .headline-image-container {
  max-height: 285px;
  overflow: hidden;
  margin-bottom: 5%;
}

.article-view .article-tags {
  width: 100%;
}

.article-view .article-tags li {
  padding: 0 1%;
  text-transform: capitalize;
  width: auto;
}

.article-view .article-tags a {
  color: #0099ff;
}

.article-view .social-vertical {
  padding-top: 10%;
  position: relative;
  z-index: 20;
}

.article-view .social-vertical li {
  float: left;
  clear: left;
  text-align: center;
  width: 100%;
  margin-bottom: 10%;
}

.article-view .social-vertical li a {
  color: #000000;
}

.article-view .social-vertical li span {
  clear: both;
  text-align: center;
}

.article-view .social-vertical li em {
  color: #000;
}

.article-view .social-vertical .squared-off {
  margin-left: 0;
  line-height: 1em;
}

.article-view .social-vertical i {
  font-size: 40px;
  font-size: 4rem;
}

.article-view .social-vertical em {
  font-size: 20px;
  font-size: 2rem;
}

.article-view .wp-caption.alignright {
  float: right;
  margin: 0 0 1% 2%;
}

.article-view .wp-caption.alignleft {
  float: left;
  margin: 0 2% 1% 0;
}

acronym {
  color: #000;
}

.social-bar i {
  font-size: 30px;
  font-size: 3rem;
}

.social-bar span {
  clear: both;
  color: #666666;
}

.social-bar .share-count {
  color: #000;
  font-size: 2em;
}

.social-horizontal {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.social-horizontal li {
  float: left;
  margin: auto 1%;
}

.social-horizontal li a {
  color: #000000;
}

.social-horizontal li i {
  float: left;
}

.social-horizontal li span {
  float: left;
}

.social-horizontal .squared-off {
  margin-left: 0;
}

.social-horizontal em {
  font-size: 13.5px;
  font-size: 1.35rem;
  color: #000;
}

.article-author .author-thumb {
  width: 20%;
}

.article-author .author-details {
  width: 60%;
}

.article-author .author-details li {
  padding-left: 2%;
  padding-right: 2%;
}

.article-author .author-details .profile {
  color: #666666;
}

.article-author .author-details .profile a {
  color: #0099ff;
}

.article-author .author-details .byline {
  color: #717a7a;
}

.small-title {
  margin-top: 5%;
  margin-bottom: 3%;
}

.related-content-wrap {
  width: 100%;
}

.related-content-wrap .related-content {
  background: #f0f0f0;
  width: 100%;
  margin: 5% 0;
}

.related-content-wrap .related-content h3 {
  padding: 5% 5% 0;
}

.related-content-wrap .related-content ul {
  padding: 0 5% 5%;
}

.related-content-wrap .related-content li {
  padding: 2% 0;
}

.related-content-wrap .related-content li a {
  color: #000;
}

.related-content-wrap .related-content li:last-child {
  border-bottom: initial;
}

.page .article-view p:first-child {
  font-weight: normal;
}

/*****/
.search-box {
  background: #f0f0f0;
  border-top: 2em solid #FFFFFF;
  width: 100%;
  padding: 4%;
  margin-bottom: 5%;
}

.search-box .search-field {
  border: 1px solid #000;
  width: 85%;
  height: 2.64286em;
  margin-bottom: 0.5%;
}

.search-box .search-submit {
  width: 15%;
  padding: 0;
  margin: 0;
  height: 2.34286em;
}

.search-box .adv-search {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1em;
  float: left;
}

.search-box .adv-search .fa-angle-down {
  font-weight: bold;
}

.search-box p {
  clear: left;
}

.search-box .search-filters {
  display: block;
}

.search-box .search-filters .search-reset, .search-box .search-filters .search-apply {
  width: 100%;
  height: 38px;
}

.search-box .search-filters.show {
  display: block;
}

.search-box .search-filters.show .search-reset, .search-box .search-filters.show .search-apply {
  width: 100%;
  height: 38px;
}

.search-list h3 {
  color: #CCCCCC;
}

.search-list .search-post {
  float: left;
  margin-bottom: 6%;
  width: 100%;
}

.search-list .search-post h3 {
  color: #000000;
  margin-top: 0;
}

.search-list .search-post .thumb {
  width: 20%;
  float: left;
  padding-top: 1.5%;
  position: relative;
  overflow: hidden;
}

.search-list .search-post .thumb img {
  margin-right: 2%;
}

.search-list .search-post .search-thumbs {
  position: relative;
  padding-top: 9%;
}

.search-list .search-post .search-thumbs img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.search-list .search-post .search-thumbs h4 {
  background: #000000;
  color: #FFFFFF;
  width: 99.5%;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  margin: 0 1px;
  font-size: 8px;
  font-size: 0.8rem;
  padding: 1%;
}

.search-list .search-post .search-content {
  width: 77%;
  padding-left: 3%;
}

.search-list .search-post .post-share {
  background: none;
  padding-bottom: 4%;
}

.search-list .search-post .post-date {
  clear: left;
}

.search-list select {
  border-color: #000;
  background-color: #FFFFFF;
}

.search-list .spacer {
  padding-bottom: 5%;
}

.search .generic-sidecol .separation.left {
  border-top: initial;
}

/*** MAGAZINES ***/
.link-btn {
  border: 1px solid #f0f0f0;
  text-align: center;
  padding: 2%;
  margin: 0 auto;
}

.link-btn a {
  color: #0099ff;
}

.link-btn a i {
  color: #000;
}

.magazine-single .article-img {
  width: 100%;
}

.magazine-single .headline-image-container {
  max-height: 285px;
  overflow: hidden;
  margin-bottom: 5%;
}

.large-panel {
  width: 100%;
  padding: 5%;
  margin-bottom: 5%;
}

.magazine-drilldown .wrap {
  margin-bottom: 7%;
}

.magazine-drilldown .mag-thumb {
  border: 1px solid #CCCCCC;
}

.magazine-drilldown .pub-date h5 {
  border-bottom: 1px solid #CCCCCC;
  margin-left: 6%;
  margin-right: 6%;
}

.magazine-drilldown ul li {
  margin-bottom: 0;
}

.magazine-drilldown ul li:nth-child(2n+1) {
  margin-top: 3%;
}

.magazine-drilldown .magazine-title {
  color: #000;
}

.magazine-drilldown .show-for-medium-only .mag-thumb {
  margin-bottom: 20%;
}

/***** VIDEOs *****/
.video-highlight, .rc-highlight {
  background: #000000;
}

.video-highlight h2, .video-highlight h3, .rc-highlight h2, .rc-highlight h3 {
  color: #FFFFFF;
}

.video-highlight .slider.responsive, .rc-highlight .slider.responsive {
  margin-left: 0;
}

.video-highlight .slider.responsive .slick-prev, .video-highlight .slider.responsive .slick-next, .rc-highlight .slider.responsive .slick-prev, .rc-highlight .slider.responsive .slick-next {
  left: 0;
  top: 10px;
  height: 100%;
  width: 10%;
  background-color: white;
  background-color: rgba(0, 0, 0, 0);
}

.video-highlight .slider.responsive .slick-prev:hover, .video-highlight .slider.responsive .slick-next:hover, .rc-highlight .slider.responsive .slick-prev:hover, .rc-highlight .slider.responsive .slick-next:hover {
  background-color: #4d4d4d;
  background-color: rgba(0, 0, 0, 0.7);
}

.video-highlight .slider.responsive .slick-prev.show, .video-highlight .slider.responsive .slick-next.show, .rc-highlight .slider.responsive .slick-prev.show, .rc-highlight .slider.responsive .slick-next.show {
  background-color: #4d4d4d;
  background-color: rgba(0, 0, 0, 0.7);
}

.video-highlight .slider.responsive .slick-prev:before, .rc-highlight .slider.responsive .slick-prev:before {
  content: "\f053";
  font: normal normal normal 50px/1 FontAwesome;
}

.video-highlight .slider.responsive .slick-next:before, .rc-highlight .slider.responsive .slick-next:before {
  content: "\f054";
  font: normal normal normal 50px/1 FontAwesome;
}

.video-highlight .slider.responsive .slick-prev:before, .video-highlight .slider.responsive .slick-next:before, .rc-highlight .slider.responsive .slick-prev:before, .rc-highlight .slider.responsive .slick-next:before {
  display: none;
}

.video-highlight .slider.responsive .show.slick-prev:before, .video-highlight .slider.responsive .show.slick-next:before, .rc-highlight .slider.responsive .show.slick-prev:before, .rc-highlight .slider.responsive .show.slick-next:before {
  display: block;
}

.video-highlight .slider.responsive .slick-dots li.slick-active button:before, .video-highlight .slider.responsive .slick-dots li button:before, .rc-highlight .slider.responsive .slick-dots li.slick-active button:before, .rc-highlight .slider.responsive .slick-dots li button:before {
  color: #FFFFFF;
}

.video-highlight .slider.responsive .slick-next, .rc-highlight .slider.responsive .slick-next {
  right: 0;
  left: auto;
}

.video-highlight .slick-slider, .rc-highlight .slick-slider {
  margin: 0 0 2%;
}

.video-highlight .video-wrap, .rc-highlight .video-wrap {
  border: 2px solid #000000;
}

.video-highlight .video-wrap a, .rc-highlight .video-wrap a {
  text-decoration: none;
}

.video-highlight .thumbnail, .rc-highlight .thumbnail {
  position: relative;
}

.video-highlight .video-info, .rc-highlight .video-info {
  border-top: 2px solid #000000;
  background: #363636;
  padding: 2%;
}

.video-highlight .video-info h3, .rc-highlight .video-info h3 {
  line-height: 0.8em;
  margin-bottom: 3%;
}

.video-highlight .video-info small, .rc-highlight .video-info small {
  color: #FFFFFF;
  font-weight: 300;
}

.video-highlight .video-info .post-date, .rc-highlight .video-info .post-date {
  color: #FFFFFF;
}

.video-highlight .fa-stack, .rc-highlight .fa-stack {
  position: absolute;
  bottom: 3%;
  left: 2%;
}

.video-highlight .fa-stop, .rc-highlight .fa-stop {
  font-size: 30px;
  font-size: 3rem;
  color: #000;
}

.video-highlight .fa-play, .rc-highlight .fa-play {
  color: #FFFFFF;
  top: 2px;
}

.video-highlight .link-btn, .rc-highlight .link-btn {
  margin: 4% auto;
  border-color: #000;
  width: 100%;
  padding: 0;
}

.video-highlight .link-btn span, .rc-highlight .link-btn span {
  color: #FFFFFF;
  font-weight: bold;
}

.video-highlight .link-btn a, .rc-highlight .link-btn a {
  display: block;
  padding: 3%;
}

.video-highlight .link-btn a:hover, .rc-highlight .link-btn a:hover {
  background: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.video-list .sm-cap {
  margin-top: 2%;
  margin-bottom: 2%;
}

.video-list .sm-cap .thumb a {
  display: block;
}

.video-list .sm-cap .squared-off {
  border-left: initial;
  border-bottom: initial;
}

.video-list .sm-cap a {
  color: #666666;
}

.video-list .thumbnail {
  overflow: hidden;
  position: relative;
  cursor: default;
  margin-bottom: 3%;
}

.video-list .thumbnail .mask, .video-list .thumbnail .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.video-list .thumbnail img {
  display: block;
  position: relative;
}

.video-list .thumb-hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.video-list .thumb-hover .mask {
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transform: translate(-100%);
  -o-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=190)";
  opacity: .9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 20;
}

.video-list .thumb-hover:hover .mask {
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}

.video-list .fa-stack, .video-list .info {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}

.video-list .fa-stop {
  font-size: 30px;
  font-size: 3rem;
  color: #000000;
  opacity: 0.8;
}

.video-list .fa-play {
  color: #FFFFFF;
  top: 2px;
  opacity: 0.8;
}

.video-list .info {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: -17px;
  margin-left: -88px;
  display: block;
}

.video-list .info:hover {
  text-decoration: none;
}

.video-list .thumb-hover:hover .fa-stop {
  color: #000;
  opacity: 0.8;
}

.page-template-latest-videos-php .tab-box {
  width: 100%;
}

.video-single .generic-sidecol .separation.left {
  padding-top: 0;
}

.video-strip {
  margin-bottom: 3%;
  padding-top: 1.5%;
  background: #000000;
}

.video-strip .flex-video {
  padding-top: 1.14286rem;
  margin-bottom: 1.74286rem;
}

.video-strip h3, .video-strip p, .video-strip li, .video-strip .social-horizontal a, .video-strip .social-horizontal span {
  color: #FFFFFF;
}

.video-strip p, .video-strip .article-tags, .video-strip .social-horizontal span {
  font-weight: 600;
}

.video-strip .link-btn {
  margin: 4% auto;
  border-color: #000;
  width: 100%;
  padding: 0;
}

.video-strip .link-btn span {
  color: #FFFFFF;
  font-weight: bold;
}

.video-strip .link-btn a {
  display: block;
  padding: 3%;
}

.video-strip .link-btn a:hover {
  background: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.video-strip .tag-title {
  color: #FFFFFF;
}

.video-strip .squared-off {
  padding-left: 0.5em;
}

.video-strip .video-tags a {
  font-weight: bold;
}

.video-strip .fa-twitter, .video-strip .fa-linkedin, .video-strip .fa-facebook, .video-strip .fa-google-plus, .video-strip .fa-youtube, .video-strip .fa-vimeo {
  display: block;
  font-size: 190%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.video-strip .fa-twitter-square, .video-strip .fa-linkedin-square, .video-strip .fa-facebook-square, .video-strip .fa-google-plus-square, .video-strip .fa-youtube-square, .video-strip .fa-vimeo-square {
  display: none;
}

/*** MY ACCOUNT ***/
.tab-section .tabs.vertical {
  width: 100%;
  max-width: 100%;
}

.tab-section .tabs.vertical dd {
  margin-bottom: 0.8em !important;
  text-transform: uppercase;
  position: relative;
}

.tab-section .tabs.vertical dd.tab-arrow a {
  background: #f0f0f0 url(assets/images/icons/tab-arrow.png) no-repeat right bottom;
}

.tab-section .tabs.vertical dd.tab-arrow.active a, .tab-section .tabs.vertical dd.tab-arrow.active a:hover {
  background: #000 url(assets/images/icons/tab-arrow.png) no-repeat right top;
}

.tab-section .tabs.vertical dd.tab-arrow a:hover {
  text-decoration: none;
  background: #e2e2e2;
  background: #CCCCCC url(assets/images/icons/tab-arrow.png) no-repeat right bottom;
}

.tab-section .tabs.vertical dd.tab-arrow a.active {
  background: #000 url(assets/images/icons/tab-arrow.png) no-repeat right top;
}

.tabs-content .button.save,
.tabs-content .hollow {
  background: #FFFFFF;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
}

.tabs-content .button.save .fa-spinner,
.tabs-content .hollow .fa-spinner {
  display: none;
}

.tabs-content .button.save:hover,
.tabs-content .hollow:hover {
  background: #000;
  color: #FFFFFF;
  cursor: pointer;
}

.tabs-content .hollow[disabled="disabled"]:hover {
  background: #fff;
  color: #000;
  cursor: default;
}

.tabs-content .form-panel {
  background: #FFFFFF;
  padding: 5%;
  margin-bottom: 3%;
  transition: all .2s ease-in-out;
}

.tabs-content .form-panel .cancel {
  display: none;
}

.tabs-content .form-panel .edit {
  display: block;
}

.tabs-content .form-panel .button.save {
  display: none;
}

.tabs-content .form-panel small.error.visible {
  display: block;
  margin-top: -16px;
}

.tabs-content .form-panel.no-margin {
  margin: 0;
}

.tabs-content .form-panel.editable {
  box-shadow: 0 0px 12px 3px #CCCCCC;
  transition: all .2s ease-in-out;
}

.tabs-content .form-panel.editable .cancel {
  display: block;
}

.tabs-content .form-panel.editable .edit {
  display: none;
}

.tabs-content .form-panel.editable .button.save {
  display: block;
}

.tabs-content h3 {
  color: #000;
  font-weight: normal;
}

.tabs-content .edit-link {
  /*padding-top: 60%;*/
  text-align: right;
}

.login-page .tab-section {
  padding-top: 1%;
}

.login-page .form-panel h3 {
  color: #8a8e8b;
}

.login-page .form-panel .alert-box {
  background-color: #525252;
  color: #363636;
}

.login-page .form-panel .login-link {
  color: #0099ff;
}

.login-page .form-panel .wp-social-login-provider-list {
  font-size: 3em;
  margin: 0 0 10px 0;
  padding: 0;
  padding-left: 0;
}

.login-page .form-panel .wp-social-login-provider-list a {
  padding: 0;
}

.login-page .form-panel .wp-social-login-provider-list i {
  font-size: 1.4em;
  margin-right: 7px;
}

.login-page .form-panel .button.login-btn {
  border: 1px solid #000;
  background: #FFFFFF;
  color: #000;
  float: right;
  text-decoration: none;
  text-transform: uppercase;
}

.login-page .form-panel .button.login-btn:hover {
  color: #FFFFFF;
  background: #000;
}

.login-page .tablesaw.listings-table thead {
  background: none;
  border: 0;
}

.login-page .tablesaw.listings-table thead tr:first-child th {
  border-right: 0;
  text-align: center;
}

.login-page .tablesaw.listings-table .status-node {
  color: #000;
}

.login-page .tablesaw.listings-table td a .fa-pencil, .login-page .tablesaw.listings-table td a .fa-trash {
  color: #8a8e8b;
  font-size: 15px;
  font-size: 1.5rem;
}

.login-page .tablesaw.listings-table td a .fa-pencil:hover, .login-page .tablesaw.listings-table td a .fa-trash:hover {
  color: #000;
}

.login-page .tablesaw.listings-table td a .fa-arrow-circle-right {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.login-page .tablesaw.listings-table td a .fa-arrow-circle-right:hover {
  color: #8a8e8b;
}

.login-menu {
  position: relative;
  float: left;
}

.login-menu ul {
  display: none;
  position: absolute;
  top: 99%;
  right: 0;
  -webkit-box-shadow: 0 10px 20px #666666 ;
  -moz-box-shadow: 0 10px 20px #666666 ;
  box-shadow: 0 10px 20px #666666 ;
  list-style: none;
}

.login-menu ul li {
  float: none;
  width: 200px;
  border-left: initial;
  color: #000000;
  padding-top: 2%;
  padding-bottom: 2%;
}

.login-menu ul li a {
  color: #000;
  padding-left: 0.7em;
  padding-right: 0.7em;
}

.login-menu ul li strong {
  padding-left: 4%;
}

.login-menu li.log-name {
  margin-bottom: 5%;
}

.login-menu li.horiz-line {
  border-bottom: 1px solid #f0f0f0;
}

.login-menu li:hover > ul, .login-menu li.show > ul {
  display: block;
  list-style-type: none;
  z-index: 120;
  background: #FFFFFF;
  padding: 5%;
}

.login-menu li:hover > ul a, .login-menu li.show > ul a {
  font-size: 10px;
  font-size: 1rem;
  padding: 2% 4%;
  color: #000;
}

.login-menu li:hover > ul .logout-link a, .login-menu li.show > ul .logout-link a {
  color: #FFFFFF;
  background: #000;
}

.login-menu li:hover > ul .logout-link a:hover, .login-menu li.show > ul .logout-link a:hover {
  color: #FFFFFF;
  background: black;
  text-decoration: none;
}

.share-menu {
  position: relative;
  /* default heights, width and margin w/o Javscript */
  /* on hover of element containing tooltip default*/
}

.share-menu .popup {
  width: 180px;
  background: #FFFFFF;
  float: left;
  -webkit-border-radius: 10px, 10px, 10px, 10px;
  -moz-border-radius: 10px, 10px, 10px, 10px;
  border-radius: 10px, 10px, 10px, 10px;
}

.share-menu .popup li {
  float: left !important;
  margin: 1%;
  padding: 0;
  width: 22%;
}

.share-menu .tool-tip {
  text-shadow: none;
  font-size: 100%;
  visibility: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
  opacity: 0;
  z-index: 999;
  padding: 5%;
  position: absolute;
  cursor: default;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

.share-menu .tool-tip, .share-menu .tool-tip.top {
  top: auto;
  bottom: 300%;
  left: 25%;
}

.share-menu .tool-tip.top:after, .share-menu .tool-tip:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
  content: ' ';
  height: 0px;
  width: 0px;
  border: 6px solid transparent;
}

.share-menu .tool-tip, .share-menu .tool-tip.top {
  width: 100px;
  height: 20px;
  margin-left: -65px;
}

.share-menu *:not(.on-focus):hover > .tool-tip, .share-menu .on-focus input:focus + .tool-tip {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

.share-menu .fa {
  font-size: 23px;
  font-size: 2.3rem;
  /*font-size: 170%;*/
}

.ie9 .icon-redo.squared-off {
  display: none;
}

/*
.icon-redo-img {
  background: url('assets/images/icons/icon-redo-img.gif');
  width: 15px;
  height: 12px;
  display: block
}
*/
.post-pagination .page-numbers {
  display: inline-block;
  padding: 0.0714285714rem 0.7142857143rem 0.0714285714rem;
  color: #242424;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}

.pagination .active a {
  background: #000;
  color: #FFFFFF;
}

.pagination-centered, .wp-polls-paging, .post-pagination {
  margin-bottom: 3%;
}

.pagination-centered .page-numbers.current, .wp-polls-paging .page-numbers.current, .post-pagination .page-numbers.current {
  background: #000;
  color: #FFFFFF;
  padding: 0.5% 1%;
}

.post-pagination {
  text-align: center;
}

.wp-polls-paging a, .wp-polls-paging a:link {
  padding: 0.2% 1%;
  color: #363636;
}

.wp-polls-paging a:active {
  background: #000;
  color: #FFFFFF;
  padding: 0.5% 1%;
}

.wp-polls-paging span.pages {
  display: none;
}

.wp-polls-paging span.current {
  background: #000;
  color: #FFFFFF;
  padding: 0.5% 1%;
}

.wp-polls-paging span.extend {
  border: initial;
}

.off-canvas-wrap .login-menu {
  text-align: left;
}

.off-canvas-wrap .login-menu ul {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5) ;
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5) ;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5) ;
}

/** RESOURCE CENTRE **/
#edit-listing-panel .columns > label {
  font-weight: bold;
}

.rc-category-label {
  padding-bottom: 10px;
}

.rc-category-label span {
  display: block;
  padding-bottom: 10px;
}

.rc-highlight {
  background: #f0f0f0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.rc-highlight h2, .rc-highlight h3 {
  color: #000000;
}

.rc-highlight .link-btn {
  background: #2bbbc0;
}

.rc-highlight .link-btn {
  margin: 4% auto;
  border-color: #2bbbc0;
  width: 100%;
  padding: 0;
}

.rc-highlight .link-btn span {
  color: #FFFFFF;
  font-weight: bold;
}

.rc-highlight .link-btn a {
  display: block;
  padding: 3%;
}

.rc-highlight .link-btn a:hover {
  background: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.rc-highlight .video-wrap {
  border: 0;
  border-left: 3px solid #f0f0f0;
  border-right: 3px solid #f0f0f0;
}

.rc-logo-holder {
  /*padding: 1.8% 10px; */
  background: #fff;
  text-align: center;
}

.rc-logo {
  background: #fff;
  max-height: 180px;
  width: auto;
  margin: 0 auto;
}

.rc-listing h4 small {
  color: #000000;
  font-size: 100%;
}

.rc-listing .search-field {
  width: 65%;
}

.rc-listing .search-submit {
  padding: 2.6% 8%;
}

.rc-listing .letter-group li {
  padding: 8px 15px 8px 0;
}

.rc-full-profile.banner {
  display: inline-block;
  background-position: center bottom;
}

.rc-full-profile.banner .company-info {
  /*display: inline-block;*/
  background: none;
  background: cover;
}

.rc-full-profile.banner .company-info ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.rc-full-profile.banner .company-info li {
  text-align: left;
  display: table-row;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}

.rc-full-profile.banner .company-info .details {
  margin-top: 20px;
  margin-bottom: 3%;
}

.rc-full-profile.banner .company-info .details a {
  color: #0099ff;
}

.rc-full-profile.banner .company-info .wrap {
  display: table-cell;
  vertical-align: middle;
  float: left;
  width: 100%;
}

.rc-full-profile.banner .company-info .wrap .title {
  width: 25%;
  background: #000000;
  color: #FFFFFF;
  float: left;
  padding: 2% 0 2% 3%;
  margin-right: 7px;
  font-weight: 600;
}

.rc-full-profile.banner .company-info .wrap .content {
  width: 72%;
  float: left;
  padding: 2% 3%;
  background: #FFFFFF;
  color: #363636;
}

.rc-full-profile.banner .company-info li:last-child {
  margin: 0;
}

.rc-full-profile.banner .company-info li:first-child span {
  border: none;
  /* no top border on first li */
}

.rc-full-profile.banner .map {
  width: 100%;
}

.rc-full-profile.banner .map iframe {
  max-height: 105px;
}

.rc-full-profile.banner .company-address {
  margin-bottom: 5%;
  background: #000000;
  color: #FFFFFF;
  font-weight: 600;
  padding: 3%;
}

.rc-full-profile.banner ul.share-list {
  float: left;
  width: 100%;
  line-height: 100%;
}

.rc-full-profile.banner ul.share-list li {
  float: left;
  width: auto;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 3%;
  margin-bottom: 0;
  padding: 0;
}

.rc-full-profile .social-horizontal {
  margin-top: 0;
}

.rc-buttons a {
  width: 100%;
  padding: 2%;
}

.rc-buttons a:hover {
  text-decoration: none;
}

.rc-full-profile {
  /*.tablesaw-stack-parent {
    @include tablesaw-stack( 50em );
  }*/
}

.rc-full-profile .article-view p:first-child {
  font-weight: normal;
}

.rc-full-profile .map {
  width: 100%;
}

.rc-full-profile .map iframe {
  max-height: 105px;
}

.rc-full-profile .rc-quick-links {
  float: left;
  margin-bottom: 7%;
  width: 100%;
}

.rc-full-profile .rc-quick-links li {
  border-bottom: 1px solid #CCCCCC;
  padding: 1% 0;
  float: left;
  width: 100%;
}

.rc-full-profile .rc-quick-links li .title {
  float: left;
  width: 85%;
  color: #CCCCCC;
}

.rc-full-profile .rc-quick-links li .count {
  float: right;
  width: 15%;
  text-align: right;
  color: #CCCCCC;
}

.rc-full-profile .tablesaw tr:hover {
  background: rgba(255, 102, 0, 0.2);
}

.rc-full-profile .tablesaw td.download a {
  color: #0099ff;
  text-transform: uppercase;
  width: 100%;
}

.rc-full-profile .tablesaw td.download i {
  font-size: 120%;
  color: #363636;
  margin-right: 0.5em;
}

.rc-full-profile .tablesaw td.table-btn {
  padding: 0;
  text-align: center;
}

.rc-full-profile .tablesaw td.table-btn a {
  background: #FFFFFF;
  color: #000;
  border: 1px solid #000;
  display: block;
  text-decoration: none;
  padding: 2%;
}

.rc-full-profile .tablesaw td.table-btn a:hover {
  background: #000;
  color: #FFFFFF;
}

.rc-full-profile .extend-list {
  width: 100%;
}

.rc-full-profile .extend-list.show {
  display: table-row;
}

.rc-full-profile .tablesaw td, .rc-full-profile .tablesaw tbody th {
  font-size: inherit;
}

.no-js .td.table-btn a.more {
  display: block !important;
}

.article-view.rc-basic-profile .rc-logo {
  border: 1px solid #CCCCCC;
  margin: 5% 5% 5% 0;
  padding: 1%;
}

.article-view.rc-basic-profile .file-download {
  margin-bottom: 5%;
  background: #FAFAFA;
  padding: 2%;
}

.article-view.rc-basic-profile .file-download h4 {
  font-size: 130%;
}

.article-view.rc-basic-profile .file-download h5 {
  margin-bottom: 0.2em;
  font-weight: 300;
  color: #363636;
  font-size: 110%;
}

.article-view.rc-basic-profile .file-download a {
  color: #000;
  text-transform: uppercase;
}

.article-view.rc-basic-profile .file-download a i {
  color: #363636;
  margin-right: 1%;
}

.article-view.rc-basic-profile .file-download a .byline {
  color: #717a7a;
}

.article-view.rc-basic-profile .file-download .link-dl {
  margin-top: 2%;
}

.article-view.rc-basic-profile .file-download .link-dl a {
  color: #0099ff;
}

.article-view.rc-basic-profile .update-profile-btn, .article-view.rc-basic-profile .back-btn {
  padding: 4%;
  display: block;
  text-align: center;
  margin-bottom: 5%;
}

.article-view.rc-basic-profile .update-profile-btn:hover, .article-view.rc-basic-profile .back-btn:hover {
  text-decoration: none;
}

.article-view.rc-basic-profile .update-profile-btn {
  color: #FFFFFF;
  background: #2bbbc0;
}

.article-view.rc-basic-profile .update-profile-btn:hover {
  background: #186a6d;
  transition: all 0.3s ease;
}

.article-view.rc-basic-profile .update-profile-btn:active {
  background: #249fa3;
}

.article-view.rc-basic-profile .back-btn {
  color: #000;
  border: 2px solid #000;
}

.article-view.rc-basic-profile .back-btn:hover {
  background: #000;
  color: #FFFFFF;
}

.article-view.rc-basic-profile .rc-standard-title {
  margin-top: 3%;
}

/***** QUOTES ****/
blockquote {
  color: #000;
  border-left: 0;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0;
  padding-bottom: 2%;
  margin: 5% 0;
}

blockquote:before {
  content: " ";
  background: url(assets/images/icons/quote-mark.png) no-repeat;
  display: block;
  height: 12px;
  width: 12px;
  float: left;
}

blockquote:after {
  content: " ";
  background: url(assets/images/icons/quote-mark.png) no-repeat 0 bottom;
  display: block;
  float: right;
  height: 12px;
  width: 12px;
}

.author-details .author-image img {
  margin-bottom: 5%;
}

/** FORMS **/
.newsletter-form select {
  background-color: #FFFFFF;
}

.newsletter-form .checkbox .check {
  width: 2%;
  margin-bottom: 10%;
  vertical-align: top;
}

.newsletter-form .checkbox label {
  width: 85%;
}

.filter-type-select {
  width: 100%;
  margin: 5% 0;
}

/*** FOOOTER ***/
footer .ft-telecoms {
  float: right;
}

footer .ft-itm {
  float: left;
  margin-top: 4px;
}

footer .footer-address {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 2%;
}

.footer-links {
  text-align: center;
  margin-bottom: 0.5714285714rem;
}

.footer-links li {
  float: none;
  padding: 0 1%;
}

.footer-links li:first-child {
  width: 100%;
  text-align: center;
  float: left;
  clear: both;
}

.social-links {
  text-align: center;
}

.social-links li {
  float: none;
  padding: 0 .4%;
}

.social-links li:first-child {
  width: 100%;
  text-align: center;
  float: left;
  clear: both;
}

/*** BANNERS ***/
.wallpaper-line, .white-bg {
  background: white !important;
}

.wallpaper {
  z-index: 0;
  overflow: hidden;
}

.wallpaper a img {
  display: block;
  position: relative;
  top: 0;
  max-width: initial;
}

.top-wallpaper {
  margin-top: 6px;
}

.desktop-menu.wallpaper-sticky {
  top: 0;
  left: 50%;
  position: fixed;
  width: 100%;
  max-width: 1360px;
  z-index: 9999;
  transform: translate(-50%);
  margin-left: 0;
}

.advert {
  text-align: center;
}

.advert p {
  margin-bottom: 3%;
}

.advert img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: inline-block;
}

.advert.amdocs img {
  max-width: 410px;
}

.lead-banner img {
  margin-top: 0;
  margin-bottom: 5%;
  padding-top: 1%;
  float: right;
  width: 100%;
  max-width: 728px;
  height: auto;
  display: inline-block;
}

.lead-banner .advert p {
  margin-bottom: 0;
  float: right;
}

/*
.share-popup {
  background: $white;
  border: 1px solid $primary-color;
  position: absolute;
  width: 130px;
  top: 0;
  left: 0;
  display: none;
  ul {
    list-style: none;
      li {
        float: left;
        margin: 1%;
          a {
           font-size: 170%;
        }
      }
  }
}
*/
/***** RESPONSIVE CSS *****/
@media only screen and (max-width: 47.938em) {
  .news-title {
    margin-top: 1.2em;
  }
  .usp-boxes .usp-box .fa-chevron-circle-right {
    right: 2em;
  }
  .rc-full-profile.banner[style] {
    background: #f0f0f0 !important;
  }
  .usp-boxes .banner-usp {
    margin-bottom: 3%;
  }
  .row.insights-snippet, .row.events-snippet {
    margin-bottom: 5%;
  }
  footer .footer-address, .footer-links li, .social-links li {
    font-size: 90%;
  }
}

@media only screen and (min-width: 48em) {
  /*
    #wpadminbar {
    display: block;
    }
  */
  .tab-box .view-all {
    height: 52px;
    line-height: 3.2em;
  }
  .lead-banner {
    text-align: center;
    /*width: 100%;*/
  }
  .lead-banner img {
    float: none;
  }
  .carousel-controls {
    margin-bottom: 1%;
  }
  .carousel-controls li {
    text-align: center;
    font-weight: bold;
    border: 1px solid #CCCCCC;
    border-top: initial;
    border-left: initial;
  }
  .carousel-controls li.active a {
    border-bottom: 4px solid #000000;
  }
  .carousel-controls li a {
    background: #FFFFFF;
    color: #242424;
    padding: 3%;
    display: block;
    font-weight: 400;
  }
  .carousel-controls li a:hover {
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
  }
  .carousel-controls li:last-child {
    border-right: initial;
  }
  .carousel-controls li.active a {
    padding: 3% 3% 1.6%;
  }
  .article-author .author-thumb {
    width: 10%;
  }
  .article-author .author-details {
    width: 90%;
  }
  .search-box {
    padding: 3% 3% 1%;
  }
  .search-box .search-field {
    border: 1px solid #000;
    width: 90%;
    height: 2.64286em;
  }
  .search-box .search-submit {
    width: 10%;
    height: 2.34286em;
  }
  .search-box .adv-search {
    float: right;
    margin-right: 2%;
    margin-top: 1em;
  }
  .video-highlight .link-btn {
    float: right;
    width: 80%;
    margin-bottom: 0;
    margin-top: 6%;
  }
  .page-template-latest-videos-php .tab-box {
    width: 100%;
  }
  .page-template-latest-videos-php .tab-box hr {
    display: none;
  }
  .page-template-latest-videos-php .events-snippet .inner-list {
    width: 49%;
  }
  .page-template-latest-videos-php hr.split {
    display: block;
  }
  footer .ft-telecoms {
    float: left;
  }
  footer .ft-itm {
    float: right;
  }
  footer .footer-address {
    text-align: left;
    padding-top: 1%;
    padding-bottom: 0.2%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .wide-section.insights-col .content-wrap h4 {
    font-size: 115%;
  }
  .horizontal-sidebar {
    margin-top: 2%;
  }
  .footer-border {
    margin: 0;
    padding-top: 1%;
  }
  .footer-links {
    text-align: left;
  }
  .footer-links li, .footer-links li:first-child {
    width: 100%;
    text-align: left;
    float: none;
    clear: none;
    font-size: 9px;
    font-size: 0.9rem;
    background: url(assets/images/icons/orange-sep.png) no-repeat right 0;
  }
  .footer-links li a, .footer-links li:first-child a {
    padding: 0.5em 0.5%;
  }
  .footer-links li:first-child, .footer-links li:last-child {
    background: none;
  }
  .footer-links li:first-child {
    padding-left: 0;
  }
  .social-links {
    text-align: left;
  }
  .social-links li, .social-links li:first-child {
    width: 100%;
    text-align: left;
    float: none;
    clear: none;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .social-links li:first-child, .social-links li:last-child {
    background: none;
  }
  .social-links li:first-child {
    padding-left: 0;
  }
  .rc-full-profile.banner .company-info {
    /*   margin-top: 17%;
         padding-top: 5%; */
  }
  .rc-full-profile.banner .company-info ul {
    margin: 0;
  }
  .rc-full-profile.banner .company-info li {
    margin-bottom: 5px;
    width: 100%;
  }
  .rc-full-profile.banner .company-info .details {
    margin-top: 5px;
  }
  .rc-full-profile.banner .company-info .wrap .title {
    width: 20%;
    margin-right: 7px;
  }
  .rc-full-profile.banner .company-info .wrap .content {
    width: 77%;
  }
  .tab-section {
    margin-top: 2em;
    position: relative;
  }
  /*
    .login-page .tab-section {
      position: relative;
    }
  */
  .tablesaw.listings-table td {
    text-align: center;
  }
  .tablesaw.listings-table td:first-child {
    text-align: left;
  }
  .usp-boxes .banner-usp {
    margin-bottom: 0;
  }
}

/* min-width 768px, medium screens */
@media only screen and (min-width: 48em) and (max-width: 61.938em) {
  #wpadminbar {
    margin-top: 50px;
  }
  .content-col-one {
    width: 52%;
    clear: none;
    padding-right: 5%;
  }
  .content-col-two {
    width: 48%;
    clear: none;
  }
  .content-col-three {
    width: 100%;
    clear: both;
  }
  .header-icns li a {
    padding: 16% 1em;
  }
  .page-push {
    padding-top: 7%;
  }
  .lead-banner .advert p {
    width: 100%;
  }
  .carousel-section .lg-carousel .carousel-overlay {
    position: absolute;
    width: 90%;
    bottom: 0;
    margin-bottom: 5%;
  }
  .tab-box .tab-content .events-thumb {
    width: 18%;
  }
  .tab-box .tab-content .content-wrap {
    width: 84%;
  }
  .tab-box .tab-content .insights-thumb {
    width: 16%;
  }
  .events-snippet .tab-content .content-wrap {
    width: 78%;
  }
  .home .usp-boxes .usp-wrap {
    margin-bottom: 3%;
  }
  .home .usp-boxes .usp-box .fa-chevron-circle-right {
    right: 1.3em;
  }
  .row.insights-snippet, .row.events-snippet {
    margin-bottom: 3%;
  }
  .rc-full-profile.banner[style] {
    background: #f0f0f0 !important;
  }
  .rc-full-profile.banner .company-address {
    padding: 1%;
  }
  .rc-full-profile.banner .company-info {
    margin-top: 0;
    padding-top: 0;
  }
  .search-list .search-post .thumb {
    padding-top: 2.5%;
  }
}

/* min-width 768px and max-width 991px, use when QAing tablet-only issues */
@media only screen and (min-width: 62em) {
  .ie9 .desktop-menu .sponsored-menu ul li a, .ie10 .desktop-menu .sponsored-menu ul li a, .no-flexbox .desktop-menu .sponsored-menu ul li a {
    font-size: 9px;
    font-size: 0.9rem;
    padding: 0.7em 1em;
  }
  .content-col-one {
    width: 39.88%;
    clear: none;
  }
  .content-col-one .separation {
    border-right: 1px solid #CCCCCC;
  }
  .content-col-two {
    width: 28.54%;
    clear: none;
  }
  .content-col-three {
    width: 31.58%;
    clear: none;
  }
  .content-col-three .separation {
    border-left: 1px solid #CCCCCC;
  }
  .generic-sidecol .separation.left {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding-top: 2%;
  }
  .page-push {
    padding-top: 11%;
  }
  .lead-banner {
    text-align: left;
  }
  .news-col .snippet-img {
    width: 92.8%;
  }
  .news-col .snippet-img img {
    border: 1px solid #f0f0f0;
    border-bottom: initial;
  }
  .page-template-default .generic-sidecol .separation.left {
    border-top: initial;
  }
  .tab-box .view-all {
    height: 54px;
  }
  .header-icns li a {
    padding: 8% 0.8em;
  }
  .filter-type-select {
    width: 205px;
    margin-top: 4.5%;
  }
  .share-menu .tool-tip, .tool-tip.top {
    bottom: 200%;
  }
  /** NAVIGATION **/
  .admin-bar .navigation {
    margin-top: 32px;
  }
  .navigation {
    position: relative;
    /* fixes search tab */
  }
  .desktop-menu .menu, .desktop-menu .sponsored-menu {
    /*ul li.rc-menu {
      width: 18%;
    }*/
  }
  .desktop-menu .menu .sm-logo, .desktop-menu .sponsored-menu .sm-logo {
    height: 38px;
    width: auto;
    padding-top: 0.2em;
  }
  .desktop-menu .menu ul, .desktop-menu .sponsored-menu ul {
    text-align: left;
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    width: 100%;
  }
  .desktop-menu .menu li, .desktop-menu .sponsored-menu li {
    float: left;
    text-align: center;
    position: relative;
    background: #333333;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    white-space: nowrap;
  }
  .desktop-menu .menu > li, .desktop-menu .sponsored-menu > li {
    text-transform: uppercase;
  }
  .desktop-menu .menu > li .back, .desktop-menu .sponsored-menu > li .back {
    display: none;
  }
  .desktop-menu .menu li.has-dropdown:after, .desktop-menu .sponsored-menu li.has-dropdown:after {
    content: "\f078";
    font-size: 8px;
    color: #dbdbdb;
    display: block;
    width: 0;
    height: 0;
    border: 0;
    border-color: transparent;
    font-family: FontAwesome;
    position: absolute;
    top: 19px !important;
    right: 10px;
  }
  .desktop-menu .menu li:hover.has-dropdown:after, .desktop-menu .sponsored-menu li:hover.has-dropdown:after {
    content: "\f054";
    font-size: 8px;
    color: #dbdbdb;
    display: block;
    width: 0;
    height: 0;
    border: 0;
    border-color: transparent;
    font-family: FontAwesome;
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .desktop-menu .menu li a, .desktop-menu .sponsored-menu li a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 0.5em 1.5em;
    display: block;
    font-weight: 600;
  }
  .desktop-menu .menu ul li:hover, .desktop-menu .sponsored-menu ul li:hover {
    background: #1a1919;
  }
  .desktop-menu .menu ul li:hover a, .desktop-menu .sponsored-menu ul li:hover a {
    color: #FFFFFF;
  }
  .desktop-menu .menu li .fa-home, .desktop-menu .sponsored-menu li .fa-home {
    font-size: 15px;
    font-size: 1.5rem;
    /*color: $primary-color;*/
  }
  .desktop-menu .menu ul li ul, .desktop-menu .sponsored-menu ul li ul {
    padding: 0;
    position: absolute;
    top: 33px;
    /*50px */
    left: 0;
    width: 200px;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding-bottom: 15%;
  }
  .desktop-menu .menu ul li ul li, .desktop-menu .sponsored-menu ul li ul li {
    background: #1a1919;
    display: block;
    padding-left: 0;
    padding-right: 5%;
    color: #FFFFFF;
    width: 100%;
    text-align: left;
  }
  .desktop-menu .menu ul li ul li:hover, .desktop-menu .sponsored-menu ul li ul li:hover {
    background: #3b3b3b;
  }
  .desktop-menu .menu ul li:hover ul, .desktop-menu .sponsored-menu ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .desktop-menu .menu ul > li.has-dropdown.not-click > a:after, .desktop-menu .sponsored-menu ul > li.has-dropdown.not-click > a:after {
    content: "\f0d7";
    display: block;
    width: 0;
    height: 0;
    float: right;
    margin-top: 0;
    margin-left: 3px;
    font: normal normal normal 14px/1 FontAwesome;
    /*border: inset 5px;
      border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
      border-top-style: solid;*/
  }
  .desktop-menu .menu ul > li.has-dropdown.not-click:hover > a:after, .desktop-menu .sponsored-menu ul > li.has-dropdown.not-click:hover > a:after {
    border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  }
  .desktop-menu .menu .menu-drop, .desktop-menu .sponsored-menu .menu-drop {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background: #717a7a;
  }
  .desktop-menu .menu ul li:hover .menu-drop, .desktop-menu .sponsored-menu ul li:hover .menu-drop {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .search-tab {
    display: none;
    width: 40%;
    z-index: 101;
    position: absolute;
    right: 1.42857rem;
    top: 52px;
    right: 68px;
  }
  .search-tab.show {
    display: block;
  }
  .branded-header {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .branded-header-perspective {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-perspective: 1100px;
    -moz-perspective: 1100px;
    perspective: 1100px;
    -webkit-perspective-origin: 50% 0;
    -moz-perspective-origin: 50% 0;
    perspective-origin: 50% 0;
  }
  .branded-header-perspective > div {
    background: #FFFFFF;
    text-align: left;
    padding: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: justify;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .branded-header-front {
    z-index: 2;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  .branded-header-front .menu-item:first-child {
    display: block;
  }
  .branded-header-perspective .branded-header-bottom {
    background: #fff;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    z-index: 1;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
  }
  .branded-header-rotate {
    height: auto;
  }
  .branded-header-rotate .branded-header-front {
    -webkit-transform: translateY(-100%) rotateX(90deg);
    -moz-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg);
  }
  .branded-header-rotate .branded-header-bottom {
    top: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: rotateX(0deg) translateY(-100%);
    -moz-transform: rotateX(0deg) translateY(-100%);
    transform: rotateX(0deg) translateY(-100%);
  }
  .branded-header-rotateBack {
    height: auto;
  }
  .branded-header-rotateBack .branded-header-front {
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  .branded-header-rotateBack .branded-header-bottom {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  body .desktop-menu .menu ul li a {
    padding: 1em 1.5em;
  }
  .no-csstransforms3d .branded-header-bottom {
    display: none;
  }
  /******/
  .slick-list .slick-track {
    max-height: 710px;
    overflow: hidden;
  }
  .carousel-section .lg-carousel .carousel-overlay {
    position: absolute;
    width: 90%;
    bottom: 0;
  }
  .carousel-section .lg-carousel .carousel-overlay h2 {
    font-size: 200%;
  }
  .analysis-col .analysis-snippet {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .news-title, .analysis-title {
    border-right: 2px solid #FFFFFF;
  }
  .news-snippet .snippet-text, .news-col .news-snippet.summary .snippet-text {
    width: 92.8%;
  }
  .usp-boxes {
    margin-top: 1% !important;
    margin-bottom: 1.4% !important;
  }
  .usp-boxes .usp-wrap {
    padding-left: 1px;
    padding-right: 1px;
  }
  .usp-boxes .usp-wrap:first-child {
    padding-left: 1.42857em;
  }
  .usp-boxes .usp-wrap:last-child {
    padding-right: 1.42857em;
  }
  .tab-box {
    width: 92%;
  }
  .article-view .social-vertical li span {
    line-height: 1.8em;
  }
  .article-author {
    padding-bottom: 3%;
  }
  .article-author .author-details li:last-child {
    background: url(assets/images/icons/grey-sep.gif) no-repeat 0 2px;
    padding-left: 4%;
  }
  .author .page-title {
    margin-bottom: 2%;
  }
  .related-content-wrap {
    border-right: 1px solid #CCCCCC;
  }
  .related-content-wrap .related-content {
    width: 95%;
    margin: 5% 5% 5% 0;
  }
  .related-content-wrap .related-content li {
    border-bottom: 1px solid #CCCCCC;
  }
  .search-list .search-post h3 {
    color: #000000;
    margin-top: 0;
  }
  .search-list .search-post li {
    width: auto;
  }
  .search-list .search-post .post-share {
    background: none;
    padding-bottom: 4%;
  }
  .search-list .search-post .post-date {
    clear: none;
  }
  .link-btn {
    width: 100%;
  }
  /*******************/
  .full-row.rc-full-profile.banner {
    background: none;
  }
  .rc-full-profile.banner .company-info {
    /*margin-top: 18.85%;
      padding-top: 5%;*/
  }
  .rc-full-profile.banner .company-info ul {
    margin: 0;
  }
  .rc-full-profile.banner .company-info li {
    margin-bottom: 5px;
    width: 100%;
  }
  .rc-full-profile.banner .company-info .details {
    margin-top: 5px;
  }
  .rc-full-profile.banner .company-info .wrap .title {
    width: 25%;
    margin-right: 7px;
  }
  .rc-full-profile.banner .company-info .wrap .content {
    width: 72%;
  }
  .rc-full-profile.banner .spacer {
    padding-top: 10%;
  }
  .white-out {
    background: rgba(255, 255, 255, 0.6);
  }
  .rc-logo-holder {
    /*padding: 0 10px; */
    background: #fff;
    text-align: center;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }
}

/* min-width 992px, large screens */
@media only screen and (min-width: 62em) and (max-width: 74.938em) {
  body .desktop-menu .menu ul li a {
    padding: 1em 0.9em;
  }
  .desktop-menu .menu li.has-dropdown:after {
    display: none;
  }
  .desktop-menu .menu li:hover.has-dropdown:after {
    display: none;
  }
  .search-tab {
    top: 38px;
    right: 42px;
  }
  .search-tab .search-field {
    float: left;
    width: 70%;
  }
  .search-tab button {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  .header-icns li.share-icn {
    display: none;
  }
  .header-icns li.loggedin-icn {
    background-size: 40%;
  }
  .login-menu li a {
    padding: 4% 0.6em;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .article-author .author-thumb {
    width: 8%;
  }
  .rc-full-profile.banner .company-info {
    /*margin-top: 20%; */
    padding-top: 0.8%;
  }
  .rc-full-profile.banner .company-address {
    margin-bottom: 0;
  }
  .rc-full-profile .tablesaw td.table-btn a {
    padding: 0;
  }
  .rc-full-profile table td.title {
    width: 70%;
  }
  .rc-full-profile table td.date, .rc-full-profile table td.download {
    width: 15%;
  }
  .grid-space {
    height: 3.27em;
    width: 1px;
  }
  .slick-slide img {
    width: 100%;
  }
  .slick-list .slick-loading {
    background: none !important;
  }
  .carousel-section .grid-panel .grid-content .grid-byline h4 {
    width: 100%;
    border-right: 3px solid #000;
    font-size: 140%;
    line-height: 1em;
  }
  .carousel-section .grid-panel .grid-content h3 {
    height: 45px;
    /*height: 70px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
    line-height: 0.7em;
  }
  .carousel-section .grid-panel .grid-content h3 small {
    font-size: 48%;
  }
  .tab-box .tab-content .content-wrap {
    width: 53%;
  }
  .full-row.company-info .flex-video {
    padding-bottom: 18.5%;
  }
  .rc-full-profile.banner .company-address {
    max-height: 67px;
  }
  .rc-full-profile .rc-logo {
    padding-top: 10px;
  }
}

/* min-width 992px and max-width 1439px, use when QAing large screen-only issues */
@media only screen and (min-width: 75em) {
  .desktop-menu .menu ul li a {
    padding: 1em 1.5em;
  }
  .desktop-menu .menu .sm-logo {
    padding-top: 0.4em;
  }
  .filter-type-select {
    width: 210px;
    margin-top: 3.5%;
  }
  .desktop-menu .menu ul li ul {
    top: 50px;
  }
  .desktop-menu .menu li.has-dropdown:after {
    top: 20.5px;
  }
  .login-menu li a {
    padding: 0.8em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .search-tab {
    top: 52px;
    right: 55px;
  }
  .search-tab .search-field {
    float: left;
    width: 73%;
  }
  .search-tab button {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  /*
    .rc-full-profile.banner .company-info {
      margin-top: 10.75%;
      padding-top: 0.8%;
    }
    */
  .rc-full-profile.banner .company-address {
    margin-bottom: 0;
    max-height: 67px;
    overflow-y: hidden;
  }
  .full-row.company-info .flex-video {
    padding-bottom: 18.5%;
  }
  .rc-full-profile .tablesaw td.table-btn a {
    padding: 0;
  }
  .rc-full-profile table td.title {
    width: 70%;
  }
  .rc-full-profile table td.date, .rc-full-profile table td.download {
    width: 15%;
  }
  .search-list .search-post .thumb {
    padding-top: 1.2%;
  }
  .grid-space {
    height: 4.1em;
    width: 1px;
  }
  .slick-slide img {
    width: 100%;
  }
  .carousel-section .grid-panel .grid-content h3 {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tab-box .tab-content .content-wrap {
    width: 60%;
  }
  .rc-full-profile .rc-logo {
    min-height: 163px;
  }
}

/* min-width 1200px, xlarge screens */
/* Search Filters */
.dropdown {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 100%;
}

.dropdown span.value {
  display: none;
}

.dropdown dt {
  margin: 0;
}

.dropdown dt .multiSel {
  margin: 0;
}

.dropdown dt a {
  padding: 6px 20px 6px 10px;
  border: 1px solid #000;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  border: 1px solid #ccc;
  background: #fff;
  display: block;
  min-height: 25px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.75);
}

.dropdown dt a span {
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
}

.dropdown dd {
  margin-top: -2px;
  position: relative;
}

.dropdown dd .mutliSelect ul {
  margin: -1px 0 0;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  display: none;
  left: 0px;
  padding: 8px 20px 8px 10px;
  position: absolute;
  top: 2px;
  width: 100%;
  list-style: none;
  overflow: auto;
  z-index: 100;
}

.logo-upload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  direction: ltr;
  height: 44px;
  width: 132px;
}

div.button:hover {
  cursor: pointer;
}

.file-upload a.button:hover, .file-upload input:hover, .external-link-list a.button:hover, .external-link-list input:hover {
  cursor: pointer;
}

.file-upload ul, .external-link-list ul {
  list-style: none;
  margin: 1em 0;
}

.file-upload ul li.file, .file-upload ul li.external-link, .external-link-list ul li.file, .external-link-list ul li.external-link {
  padding: 1em;
  margin: 0.5em 0 1em 0;
  border-bottom: 1px solid #f0f0f0;
}

.file-upload ul li.file .fa, .file-upload ul li.external-link .fa, .external-link-list ul li.file .fa, .external-link-list ul li.external-link .fa {
  font-size: 3.5em;
  padding-right: 15px;
  margin-top: 17px;
  color: #000;
}

.file-upload ul li.file .button, .file-upload ul li.external-link .button, .external-link-list ul li.file .button, .external-link-list ul li.external-link .button {
  padding: 5px;
}

.file-upload ul li.file .button i, .file-upload ul li.external-link .button i, .external-link-list ul li.file .button i, .external-link-list ul li.external-link .button i {
  padding: 5px;
  font-size: 2em;
}

.file-upload ul li.file input, .file-upload ul li.file select, .file-upload ul li.external-link input, .file-upload ul li.external-link select, .external-link-list ul li.file input, .external-link-list ul li.file select, .external-link-list ul li.external-link input, .external-link-list ul li.external-link select {
  margin-top: 7px;
}

.file-upload ul .btn-holder, .external-link-list ul .btn-holder {
  text-align: right;
  margin-top: 10px;
}

.file-upload ul .btn-holder .delete-resource, .external-link-list ul .btn-holder .delete-resource {
  color: #666666;
}

.file-upload ul .btn-holder .delete-resource:hover, .external-link-list ul .btn-holder .delete-resource:hover {
  color: #b3b2b2;
}

.file-upload ul .btn-holder .download-resource i, .external-link-list ul .btn-holder .download-resource i {
  padding-top: 3px;
}

.file-upload .fileinput-button input[type="file"], .external-link-list .fileinput-button input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  direction: ltr;
  height: 44px;
  width: 132px;
}

.file-upload .notice-holder .alert-box, .external-link-list .notice-holder .alert-box {
  padding: 6px 10px;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list .comment {
  margin: 1em 0;
}

.comment-list .comment header {
  background: #f0f0f0;
  margin-bottom: 1em;
}

.comment-list .comment .meta-links {
  text-align: right;
  line-height: 37px;
}

.comment-list .comment .meta-links a {
  margin-right: 0.5em;
}

.comment-list .comment .vcard {
  border: 0;
  margin: 0;
  padding: 0;
}

.comment-list .comment .vcard img {
  margin-right: 0.5em;
}

.comment-list .comment .awaiting-moderation {
  font-weight: normal;
  color: #717a7a;
}

.comment-list .comment p {
  font-weight: normal;
}

.comment-list .children {
  margin-left: 7%;
  list-style: none;
}

.comments-area .wp-social-login-provider-list {
  padding-left: 0;
}

.comments-area .wp-social-login-provider-list a {
  font-size: 270%;
  margin-right: 12px;
}

.select2-container {
  width: 100%;
}

.wp-video {
  margin: 0 auto 1em;
}

.alert-box {
  font-size: 1.1em;
}

.alert-box a {
  color: #fff;
  text-decoration: underline;
}

.alert-box a:hover {
  color: #eee;
}

.site-message .icon-holder {
  font-size: 12em;
}

.site-message .icon-holder i {
  padding: 25px;
  color: #4A4A4A;
}

.site-message .message-holder {
  padding: 25px;
}

.text-hover-qtip {
  padding: 4px 6px;
  font-size: 14px;
}

.footer-popup-holder {
  text-align: center;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
}

.footer-popup-holder .footer-popup {
  position: fixed;
  background-color: #000;
  max-width: 1440px;
  color: #fff;
  padding: 20px;
}

.footer-popup-holder .footer-popup a.close {
  color: #fff;
  font-size: 2em;
  float: right;
}

.wp-video {
  width: 100% !important;
}

.wp-video video {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.wp-video-shortcode {
  width: 100% !important;
}

.mejs-overlay {
  width: 100% !important;
}

.single-app_promotions .advert img {
  max-width: 300px;
}

.advert-1, .advert-2, .advert-3, .advert-4, .advert-5, .advert-6, .advert-7, .advert-8, .advert-9, .advert-10 {
  float: left;
  width: 50%;
}

.tc-warning {
  background-color: #ffccb5 !important;
  color: #363636 !important;
}

.tc-success {
  background-color: #DFF2BF !important;
  color: #4F8A10 !important;
  border: 1px solid #4F8A10;
}

#show_claim_listing {
  display: none;
}

.rc-events li.listing-border {
  border: 1px solid #CCC;
}

.text_center {
  text-align: center;
}

.loading_image {
  position: absolute;
  width: 100px;
  margin: auto;
}

.loading_image img {
  margin-left: 1px;
}

.event_wrapper {
  position: relative;
}

.letter-group ul li.column_list_1 {
  width: 29% !important;
}

.letter-group ul li.column_list_2 {
  width: 29% !important;
  margin-left: 6.5%;
  margin-right: 6.5%;
}

.letter-group ul li.column_list_3 {
  width: 29% !important;
}

.rc-events .letter-group li {
  padding: 8px 15px 8px 20px;
  margin-bottom: 4%;
  line-height: 17px;
  border: 1px solid #CCC;
}

.rc-events .letter-group li div.list_title {
  font-size: 15px;
  margin-bottom: 2px;
}

.rc-events .letter-group li div.list_venue {
  font-size: 13px;
  color: #CCC;
}

.rc-events .letter-group li div.list_date {
  font-size: 13px;
}

.margin_bottom_4per {
  margin-bottom: 4%;
}

.column_list_1 {
  float: left !important;
}

.column_list_2 {
  float: left !important;
}

.column_list_3 {
  float: left !important;
}

/**PACKAGES CSS**/
.tbale-border {
  border-left: 20px solid white;
}

.orange-text {
  color: #cc0066;
}

.button-rc-about {
  margin-bottom: 0px;
}

.whats_this_right {
  text-align: right;
  font-size: 0.8em;
}

.whats_this_right span {
  border-bottom: 1px dotted #cc0066;
  color: #cc0066;
  font-weight: normal;
}

h3.rc-content_head {
  color: #cc0066;
  margin: 25px 0 25px 0;
}

.margin-bottom {
  margin-top: 5px;
  margin-bottom: 10px;
}

.packages-page .page-banner {
  background: url(assets/images/furniture/packages-banner.jpg) no-repeat center center;
  border-bottom: 3px solid #cc0066;
  margin-bottom: 40px;
  max-height: 230px;
  background-size: cover;
}

.packages-page .page-banner h2 {
  color: white;
  margin: 3% 0 5%;
  padding: 2% 0;
  display: inline-block;
  background: url(assets/images/furniture/white-title-ln.png) no-repeat center bottom;
  text-align: center;
  width: 100%;
  font-weight: 400;
}

.packages-page .button {
  width: 100%;
  padding: 8px;
  text-decoration: none;
}

.packages-page .package-buttons {
  margin-top: 60px;
  margin-bottom: 30px;
}

.packages-page .package-title {
  color: white;
  padding: 10px;
  text-align: center;
}

.packages-page .head-title1 {
  background: #cc0066;
}

.packages-page .head-title2 {
  background: #4d4d4d;
}

.packages-page .head-title3 {
  background: #3ebbc6;
}

.packages-page.about-rc hr {
  margin: 80px 0 40px 0;
}

.packages-page.about-rc .rc-title {
  margin-bottom: 60px;
}

.packages-page.about-rc .rc-text .social-horizontal li:first-child {
  margin-left: 0;
}

.packages-page.about-rc .rc-screen {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}

.packages-page.about-rc .sub-title {
  font-weight: 300;
  margin-bottom: 60px;
  margin-top: 10px;
}

.packages-page.about-rc .rc-icons li {
  text-align: center;
  margin-bottom: 30px;
}

.packages-page.about-rc .rc-icons i {
  color: #cc0066;
  font-size: 3.3em;
  margin-bottom: 30px;
}

.packages-page.about-rc .rc-icons span {
  width: 100%;
  clear: both;
  float: left;
  color: #AAA;
  font-size: 1em;
}

/***** RESPONSIVE CSS *****/
@media only screen and (max-width: 47.938em) {
  .package-small a:hover {
    text-decoration: none;
  }
  .package-small ul {
    padding-left: 20px;
  }
  .packages-page .package-title {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 300;
  }
  .packages-page .package-title span {
    font-weight: bold;
  }
  .packages-page .head-title1 {
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
    border: 1px solid #cc0066;
    background: #cc0066;
  }
  .packages-page .head-title1:hover {
    background: white;
    color: #cc0066;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
  }
  .packages-page .head-title2 {
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
    border: 1px solid #4d4d4d;
    background: #4d4d4d;
  }
  .packages-page .head-title2:hover {
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    background: white;
  }
  .packages-page .head-title3 {
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
    border: 1px solid #3ebbc6;
    background: #3ebbc6;
  }
  .packages-page .head-title3:hover {
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
    border: 1px solid #3ebbc6;
    color: #3ebbc6;
    background: white;
  }
}

@media only screen and (min-width: 48em) {
  .packages-page {
    width: 100%;
  }
  .packages-page h2 {
    font-weight: 300;
    text-align: center;
  }
  .packages-page table thead, .packages-page table tr, .packages-page table tfoot {
    background: none;
  }
  .packages-page table {
    border-collapse: collapse;
    border: 0;
    border: initial;
  }
  .packages-page table .table-col1 {
    width: 40%;
  }
  .packages-page table .table-col2,
  .packages-page table .table-col3,
  .packages-page table .table-col4 {
    width: 20%;
  }
  .packages-page table td, .packages-page table th {
    text-align: center;
  }
  .packages-page table th {
    background: #f3f3f3;
    font-weight: 300;
    margin-left: 20px;
    font-size: 1.15em;
    line-height: 140%;
  }
  .packages-page table th span {
    font-weight: bold;
    clear: both;
    display: block;
    font-size: 1.2em;
  }
  .packages-page table th:first-child {
    margin-left: 0;
  }
  .packages-page table tr th:first-child, .packages-page table tr td:first-child {
    text-align: left;
  }
  .packages-page table td {
    font-size: 1.4em;
    height: 70px;
  }
  .packages-page table td:first-child {
    font-size: 1.1em;
  }
  .packages-page table td:nth-child(2) {
    background: #ff94c9;
    color: #cc0066;
  }
  .packages-page table td:nth-child(3) {
    background: #e6e6e6;
    color: #4d4d4d;
  }
  .packages-page table td:last-child {
    background: #e3f5f7;
    color: #3ebbc6;
  }
  .packages-page table tbody tr {
    border-bottom: 1px dotted #AAA;
  }
  .packages-page table tbody tr:last-child {
    border-bottom: initial;
  }
  .packages-page table tfoot td.footer-bg h3 {
    font-weight: 700;
    font-size: 1.6em;
  }
  .packages-page table tfoot td.footer-bg a {
    display: block;
  }
  .packages-page table tfoot td.footer-bg a .package-info {
    background: white;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
  }
  .packages-page table tfoot td.footer-bg a:hover {
    text-decoration: none;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
  }
  .packages-page table tfoot td.footer-bg.pack1 {
    background: #ff94c9 url(assets/images/furniture/table-white.png) repeat-x bottom;
  }
  .packages-page table tfoot td.footer-bg.pack1 h3 {
    color: #cc0066;
  }
  .packages-page table tfoot td.footer-bg.pack1 .package-info {
    border: 1px solid #cc0066;
  }
  .packages-page table tfoot td.footer-bg.pack1 a:hover .package-info {
    background: #cc0066;
  }
  .packages-page table tfoot td.footer-bg.pack1 a:hover .package-info h3 {
    color: white;
  }
  .packages-page table tfoot td.footer-bg.pack2 {
    background: #e6e6e6 url(assets/images/furniture/table-white.png) repeat-x bottom;
  }
  .packages-page table tfoot td.footer-bg.pack2 h3 {
    color: #4d4d4d;
  }
  .packages-page table tfoot td.footer-bg.pack2 .package-info {
    border: 1px solid #4d4d4d;
  }
  .packages-page table tfoot td.footer-bg.pack2 a:hover .package-info {
    background: #4d4d4d;
  }
  .packages-page table tfoot td.footer-bg.pack2 a:hover .package-info h3 {
    color: white;
  }
  .packages-page table tfoot td.footer-bg.pack3 {
    background: #e3f5f7 url(assets/images/furniture/table-white.png) repeat-x bottom;
  }
  .packages-page table tfoot td.footer-bg.pack3 h3 {
    color: #3ebbc6;
  }
  .packages-page table tfoot td.footer-bg.pack3 .package-info {
    border: 1px solid #3ebbc6;
  }
  .packages-page table tfoot td.footer-bg.pack3 a:hover .package-info {
    background: #3ebbc6;
  }
  .packages-page table tfoot td.footer-bg.pack3 a:hover .package-info h3 {
    color: white;
  }
}

@media only screen and (min-width: 62em) {
  .packages-page .rc-text {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 75em) {
  .packages-page .page-banner h2 {
    padding-top: 0;
  }
}

.what_is_cl {
  float: right;
  border-bottom: 1px dotted #cc0066;
  cursor: pointer;
  color: #cc0066;
}

.hide_what_is_cl {
  display: none;
}

.inner_close_what_is_cl {
  float: right;
  cursor: pointer;
}

.single-rc_listing .alert-box {
  margin-top: 1%;
}

.article-text-1 {
  text-align: left;
}

.article-text-2 {
  text-align: left;
}

.article-text-1 a {
  color: #cc0066;
}

.article-text-2 a {
  color: #cc0066;
}

.search-list .search-post .thumb .gallery-overlay i {
  transform: perspective(1px) translateY(-80%);
}

.gallery-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.gallery-overlay i {
  color: #fff;
  position: relative;
  top: 55%;
  transform: perspective(1px) translateY(-50%);
}

.gallery-overlay span {
  font-weight: 500;
  font-size: 0.5em;
  padding-top: 1em;
  display: block;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
}

.single-post_banner {
  position: relative;
}

.single-post_banner img {
  width: 100%;
}

.flexslider .slides img {
  height: auto;
  width: 100%;
  max-height: none;
}

.flex-outer {
  padding: 0px;
}

.gallery-title {
  margin-left: 0px;
}

.slider-content h2 {
  margin-left: 0px;
}

.flex-direction-nav .flex-next {
  right: -5px;
}

div#gpt-728_3 {
  margin-bottom: 20px;
  margin-left: 2.1em;
}

.text-articles div#gpt-728_3 {
  margin-bottom: 5px;
}

.PIE {
  behavior: url("PIE.htc");
}

body {
  background: #fff;
}

img {
  border: 0;
}

.mobile.columns.small-6 {
  padding-left: 0 !important;
}

.single-post-content a {
  text-decoration: underline !important;
}

a.button.datepicker-close.small.alert.right {
  display: none !important;
}

.button.datepicker-close {
  display: none !important;
}

.advert-wallpaper-bg {
  position: fixed;
  left: 0;
  top: 40%;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}

.advert-wallpaper-bg.stick {
  position: fixed !important;
  top: 10% !important;
  transition: all 0.2s ease;
}

.advert-wallpaper-bg .advert-wallpaper-bg-wrap {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.advert-wallpaper-bg a {
  display: block;
  margin: 0;
  float: left;
  position: relative;
  left: 50%;
  padding-left: 50%;
  margin-left: -50%;
}

.advert-wallpaper-bg a img {
  display: block;
  position: relative;
  left: -50%;
  top: 0;
  max-width: initial;
}

.top-wallpaper {
  margin-top: 35px;
  margin-bottom: 6px;
}

.off-canvas-wrap {
  background: #fff;
}

.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 0;
}

.article-view .single-post-content_text-container a {
  text-decoration: underline;
  transition: all 0.5ms ease;
}

.article-view .single-post-content_text-container a:hover {
  color: #4a4848;
}

@media (max-width: 480px) {
  .article-view .single-post-content_text-container .alignright, .article-view .single-post-content_text-container .alignleft {
    float: none;
    display: block;
    width: 100% !important;
    padding: 20px 0;
  }
  .article-view .single-post-content_text-container .alignright img, .article-view .single-post-content_text-container .alignleft img {
    width: 100% !important;
  }
}

.advert.ad-header-rect-block-horizontal img,
.advert.article-text-1 img,
.advert.article-text-2 img {
  max-width: 100%;
}

.advert.ad-header-rect-block-horizontal p,
.advert.article-text-1 p,
.advert.article-text-2 p {
  margin-bottom: 0%;
}

.advert.article-text-1,
.advert.article-text-2 {
  padding-top: 20px;
  border-top: 1px solid #CCCCCC;
}

.advert.ad-header-top-banner p {
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline;
}

.advert.ad-header-top-banner img {
  max-width: 100%;
}

.branded-header-front .menu-item:first-child {
  color: #FFFFFF;
  font-size: 2em;
  line-height: 0;
  position: relative;
}

.branded-header-front .menu-item:first-child a {
  padding: 0;
}

.branded-header-front .menu-item:first-child:before {
  position: absolute;
  z-index: 5;
}

.news-col h3 {
  font-size: 18px;
}

.alert-box.warning {
  display: none;
}

.desktop-menu.wallpaper-sticky {
  max-width: 100% !important;
}

.desktop-menu.secondary-top-nav.wallpaper-sticky {
  margin-top: 53px;
  z-index: 9000;
}

.columns.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.category-sticky, .archive-sticky {
  background: #FAFAFA;
  padding: 15px;
  margin-left: 3%;
  width: 100% !important;
}

.category-sticky {
  margin-left: 5px;
}

.single-video .video-strip {
  padding: 3%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** SPONSORED CATEGORY **/
.sponsored-category-box {
  border: 1px solid #717a7a;
  padding: 15px;
  margin-bottom: 20px;
}

blockquote {
  padding: 0 0 16px;
  margin: 0 0 8px;
  font-family: "Rockwell W01", Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
  background: #eee url(/wp-content/themes/tbivision_child/assets/images/quote-right.png) no-repeat 10px bottom;
  border-bottom: 10px solid #eee;
  font-size: 14px;
  line-height: 18px;
}

blockquote:before, blockquote:after {
  background: none !important;
  content: '';
}

blockquote p {
  padding: 8px 10px;
  margin-bottom: 5px;
}

blockquote small {
  display: block;
  line-height: 16px;
  color: #999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.alignleft {
  margin-right: 10px;
  margin-left: 0;
  width: 140px;
}

blockquote.alignright {
  margin-left: 10px;
  margin-right: 0;
  width: 140px;
}

.pull-quote-text:before {
  float: left;
  background: #eee url(/wp-content/themes/tbivision_child/assets/images/quote-left.png) no-repeat 10px 10px;
  content: attr(data-pull-quote);
  display: block;
  padding: 30px 10px 16px;
  margin: 8px 10px 8px 0;
  font-family: "Rockwell W01", Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
  width: 140px;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 16px;
  font-style: normal;
  line-height: 16px;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

code, pre {
  padding: 0 3px 2px;
  font-size: 11px;
  color: #333;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

table:hover {
  text-decoration: none;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  text-decoration: none;
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #aaa7a7;
  cursor: pointer;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #aaa7a7;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

.comment-form .telecoms-login p {
  margin-bottom: 10px;
}

.comment-form .comment-notes {
  margin-bottom: 10px;
}

.comment-form .comment-form-author {
  width: 30%;
  float: left;
  margin-bottom: 0;
  margin-right: 2%;
}

.comment-form .comment-form-email {
  width: 30%;
  float: left;
  margin-bottom: 0;
  margin-right: 2%;
}

.comment-form .comment-form-url {
  display: none;
}

.comment-form .comment-form-comment {
  width: 62%;
  float: left;
}

.comment-form .comment-form-comment textarea#comment {
  height: 72px;
  margin-bottom: 0px;
}

.comment-form .form-submit {
  clear: both;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .comment-form .comment-form-author {
    width: 48%;
  }
  .comment-form .comment-form-email {
    width: 48%;
  }
  .comment-form .comment-form-comment {
    width: 100%;
  }
}

.search-box {
  background: #FFFFFF;
  border-top: 0em solid transparent;
  margin: 30px 0;
}

.search.search-results .separation.left.sidebar-cont {
  border-top: 1px solid #ccc !important;
}

.single-post-content_text-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  padding: 20px 0;
}

.job-form-content .jobs-table_logo img {
  width: 90%;
  display: block;
  padding: 0;
}

.job-form-content label {
  font-weight: bold;
  margin-bottom: 10px;
}

.job-form-content select {
  background-color: #FFFFFF;
}

.job-form-content .jb-submit.columns .btn {
  width: 100%;
  background: #000;
  border: 0px solid #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 30px;
}

.jobs-table_header {
  display: flex;
  width: 100%;
  align-items: flex-end;
  padding-top: 20px;
}

.jobs-table_header_content {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.jobs-table_header .jobs-table_apply .postDate {
  margin-top: 10px;
  font-weight: bold;
}

.jobs-table_header .jobs-table_apply .bt-apply {
  -ms-transition: 200ms linear;
  -webkit-transition: 200ms linear;
  border: 1px solid #000000;
  color: #000000;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-weight: bold;
  height: auto;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 200ms linear;
  width: 50%;
}

.jobs-table_header .jobs-table_apply .bt-apply:hover {
  background: #000000;
  color: #FFFFFF;
}

.jobs-table_header .jobs-table_logo {
  text-align: right;
}

.jobs-table_header .jobs-table_logo .powered-by {
  padding-top: 20px;
}

.jobs-table_header .jobs-table_logo span {
  display: block;
  width: 100%;
  text-align: right;
}

.jobs-table_header .jobs-table_logo a img {
  max-width: 40%;
}

.jobs-table_content {
  padding-top: 40px;
}

.jobs-table_content table {
  margin-bottom: 40px;
}

.jobs-table_content table a {
  text-decoration: none;
}

.jobs-table_single .job-title {
  font-weight: bold;
  display: inline-block;
  width: 150px;
  margin-bottom: 10px;
}

.jobs-table_icons {
  width: 100%;
  text-align: right;
  padding-top: 20px;
}

.jobs-table_icons a:hover {
  transition: all 1s ease;
  color: #5d5656;
}

.jobs-table_icons .fa-print {
  padding-right: 10px;
}

.jobs-table_icons i {
  font-size: 2rem;
}

.checkbox_myaccount-interess {
  list-style: none;
  margin: 20px 0 0;
}

.mobile-nav-dark .mobile-menu-lip {
  background: #333333;
}

.left-off-canvas-menu {
  -webkit-transform: none;
  height: 1000px;
  margin-left: -18rem;
  overflow: scroll;
  transform: none;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll !important;
  margin-bottom: 50px;
}

.mobile-wrap-scroll {
  height: 100vh;
  overflow-y: hidden;
  padding-top: 20px;
}

.homepage-featured-1, .homepage-featured-2, .homepage-featured-3, .homepage-featured-4 {
  display: none;
}

.columns.tag a {
  font-size: 1.1em !important;
}

.row.mgb20.tag .tag {
  font-size: 1.1em;
}

.tag-link-15063545, .tag-link-15063546, .tag-link-15063547, .tag-link-15063548 {
  display: none;
}

.tag .small-6.large-6.columns.filter-type-select {
  display: none !important;
}

.tax-subject .small-6.large-6.columns.filter-type-select {
  display: none !important;
}

.archive.tag .filter-type-select .selecLabelTag {
  display: none;
}

.filter-type-select {
  width: 250px;
  margin-top: 3.5%;
  margin-bottom: 0;
}

.filter-type-select .hideFilter {
  display: none;
}

.filter-type-select label {
  font-size: 14px;
  padding-bottom: 10px;
}

.filter-type-select select {
  margin-bottom: 0;
  text-transform: capitalize;
}

.filter-type-select select:focus {
  outline-style: none;
  border-color: #000000;
}

.header-container {
  position: fixed;
  z-index: 9999;
  background: antiquewhite;
  width: 100%;
}

.fullWidth.header {
  min-height: 27px;
}

.header {
  background: transparent;
  display: block;
  width: 100%;
}

.header #gpt-728_1 {
  text-align: center;
}

img.logo.img-responsive.pdt10.home-logo {
  margin-left: 0;
  max-width: 220px;
}

.pdt10 {
  padding-top: 0px;
}

.top-nav .columns {
  margin: 0;
  padding-top: 0;
}

.top-nav .columns .navigation {
  margin-top: 0;
}

.tab-bar .sm-logo {
  height: 37px;
  width: auto;
  margin-top: 7px;
  position: absolute;
  left: 56px;
  object-fit: contain;
  width: 134px;
  object-position: left center;
}

.mobile-nav-dark .mobile-menu-lip {
  border-bottom-color: transparent;
  max-height: 47px;
}

.mobile-nav-dark .mobile-menu-lip .min-logo {
  margin-left: 5px;
}

.fintech-mobile-nav.off-canvas-wrap {
  position: absolute;
  overflow: hidden;
  z-index: 9999;
}

.logo-image .tag {
  margin-top: -30px;
  max-width: 200px;
}

.off-canvas-fixed.hide-for-large-up.mobile-nav-dark .tab-bar {
  background: #333;
  text-align: center;
  width: 100%;
  height: 73px;
}

.off-canvas-fixed.hide-for-large-up.mobile-nav-dark input[type="checkbox"] + label {
  position: absolute;
}

.tab-bar .left-small {
  left: 0px;
  border-right: initial;
}

.left-off-canvas-menu {
  padding-top: 5px !important;
}

.left-submenu.move-right {
  margin-top: 0 !important;
}

.right-icon-nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.right-icon-nav li {
  list-style: none;
  display: inline;
}

.right-icon-nav li a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #FFFFFF;
}

.right-icon-nav li.newsletter-nav-mob a.small-mobile {
  display: none;
}

.header-icns {
  height: 50px;
}

.header-icns li {
  border-left: 1px solid #000000;
}

.nav-all .tab-bar {
  background: #000000;
}

.nav-all .header-icns li.loggedin-icn {
  font-size: 2rem !important;
}

.nav-all .header-icns li.loggedin-icn .s-i i {
  font-size: 15px !important;
}

.nav-all .header-icns li.logged-out-icn {
  font-size: 2rem !important;
}

.nav-all .header-icns li.logged-out-icn .s-i i {
  font-size: 15px !important;
}

.nav-all .header-icns li.loggedin-icn {
  background: url(assets/images/icons/padlock.png) no-repeat right 5px;
  background-size: 18px;
}

.nav-all .desktop-menu .menu ul li li:hover.has-dropdown:after {
  top: 22px !important;
}

.nav-all .desktop-menu .menu li:hover.has-dropdown:after,
.nav-all .desktop-menu .sponsored-menu li:hover.has-dropdown:after {
  top: 20.5px !important;
}

.nav-all .desktop-menu .menu-primary-container, .nav-all .desktop-menu .menu-primary-na-container {
  align-content: stretch;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  justify-content: space-between;
  min-height: 53px;
}

.nav-all .desktop-menu .menu-primary-container ul.menu, .nav-all .desktop-menu .menu-primary-na-container ul.menu {
  align-content: stretch;
  display: flex;
  justify-content: space-between;
  max-width: 900px;
}

.nav-all .desktop-menu .menu-primary-container ul.menu .menu-item, .nav-all .desktop-menu .menu-primary-na-container ul.menu .menu-item {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  font-size: 12px;
}

.nav-all .desktop-menu .menu-primary-container ul.menu .menu-item a, .nav-all .desktop-menu .menu-primary-na-container ul.menu .menu-item a {
  padding: 0;
  color: #f5f5f5;
  display: flex;
  min-width: 20px;
  align-content: stretch;
  padding: .9em .7em;
}

.nav-all .desktop-menu .menu-primary-container ul.menu .menu-item .sub-menu, .nav-all .desktop-menu .menu-primary-na-container ul.menu .menu-item .sub-menu {
  width: 250px;
  display: block;
}

.nav-all .desktop-menu .menu-primary-container ul.menu .menu-item .sub-menu .menu-item, .nav-all .desktop-menu .menu-primary-na-container ul.menu .menu-item .sub-menu .menu-item {
  display: inline-block;
  max-width: 100%;
}

.nav-all .desktop-menu .menu-primary-container ul.menu .more-item.menu-item .sub-menu, .nav-all .desktop-menu .menu-primary-na-container ul.menu .more-item.menu-item .sub-menu {
  width: 290px !important;
  display: block;
}

.nav-all .desktop-menu .menu-primary-container .sub-menu .menu-item, .nav-all .desktop-menu .menu-primary-na-container .sub-menu .menu-item {
  padding-left: 20px;
  font-size: 13px !important;
}

.nav-all .login-menu li a {
  font-size: 12px;
  padding: 1.4em;
}

.nav-all .search-icn {
  font-size: 2rem;
}

.nav-all .search-icn i {
  font-size: 1.125rem;
}

.nav-all .login-menu li:hover > ul a,
.nav-all .login-menu li.show > ul a {
  font-size: 14px;
}

.nav-all .nav-news-btn {
  background-color: #858585;
  border: 0;
  color: #fdfdfd;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}

.nav-all .nav-news-btn :hover {
  background: #1a1919;
  transition: all 0.1s ease-in-out;
}

.nav-all .nav-news-btn a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.nav-all .sponsored-menu {
  border-bottom: 0px;
}

.nav-all .sponsored-menu ul li {
  border-right: 1px solid #fff;
  border-bottom: 3px solid #666;
  box-sizing: content-box;
}

.nav-all .sponsored-menu ul li:hover {
  background: transparent;
}

.nav-all .sponsored-menu ul li:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 0px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  transition: all 180ms ease;
}

.nav-all .sponsored-menu ul li.fintech-nav:after {
  background: #462478;
}

.nav-all .sponsored-menu ul li.bankingtech-nav:after {
  background: #009fde;
}

.nav-all .sponsored-menu ul li.paytech-nav:after {
  background: #00993d;
}

.nav-all .sponsored-menu ul li.regtech-nav:after {
  background: #e00914;
}

.nav-all .sponsored-menu ul li.insurtech-nav:after {
  background: #3ebbc6;
}

.nav-all .sponsored-menu ul li.lendtech-nav:after {
  background: #b33283;
}

.nav-all .sponsored-menu ul li.wealthtech-nav:after {
  background: #d19f49;
}

.nav-all .sponsored-menu ul li:hover:after {
  height: 39px;
}

.nav-all .sponsored-menu ul li a {
  font-weight: normal;
  color: #ccc;
  position: relative;
  z-index: 2;
}

.nav-all .sponsored-menu ul li.fintech-nav {
  border-bottom-color: #462478;
}

.nav-all .sponsored-menu ul li.bankingtech-nav {
  border-bottom-color: #009fde;
}

.nav-all .sponsored-menu ul li.paytech-nav {
  border-bottom-color: #00993d;
}

.nav-all .sponsored-menu ul li.regtech-nav {
  border-bottom-color: #e00914;
}

.nav-all .sponsored-menu ul li.insurtech-nav {
  border-bottom-color: #3ebbc6;
}

.nav-all .sponsored-menu ul li.lendtech-nav {
  border-bottom-color: #b33283;
}

.nav-all .sponsored-menu ul li.wealthtech-nav {
  border-bottom-color: #d19f49;
}

.nav-all.secondary-top-nav.wallpaper-sticky {
  margin-top: 50px;
}

.nav-all.wallpaper-sticky {
  max-width: 100%;
  z-index: 100;
}

section.row.logo-container {
  height: 128px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.category-news .logo-container.logo-image.tag {
  margin-top: -148px;
  height: 120px;
}

.logo-container.logo-image.tag {
  background-image: url("../fintech_child/assets/images/logo/fintech-logo.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 140px;
  margin-bottom: 33px;
  margin-top: -166px;
  width: 310px;
  background-position-y: 70%;
}

.logo-container.logo-image.tag.FinTech {
  background-image: url("../fintech_child/assets/images/logo/fintech.png");
  background-position-y: 70%;
  background-size: 90%;
}

.logo-container.logo-image.tag.PayTech {
  background-image: url("../fintech_child/assets/images/logo/paytech.png");
  margin-bottom: 9px;
  background-position-y: 45%;
}

.logo-container.logo-image.tag.RegTech {
  background-image: url("../fintech_child/assets/images/logo/regtech.png");
  margin-bottom: 9px;
  background-position-y: 45%;
  background-size: 90%;
}

.logo-container.logo-image.tag.BankingTech {
  background-image: url("../fintech_child/assets/images/logo/bankingtech.png");
  background-size: 90%;
  margin-bottom: 9px;
  width: 400px;
  background-position-y: 45%;
}

.logo-container.logo-image.tag.InsurTech {
  background-image: url("../fintech_child/assets/images/logo/insurtech.png");
  background-size: 90%;
  margin-bottom: 9px;
  width: 400px;
  background-position-y: 45%;
}

.logo-container.logo-image.tag.LendTech {
  background-image: url("../fintech_child/assets/images/logo/lendtech.png");
  background-size: 90%;
  margin-bottom: 9px;
  width: 400px;
  background-position-y: 45%;
}

.logo-container.logo-image.tag.WealthTech {
  background-image: url("../fintech_child/assets/images/logo/wealthtech.png");
  background-size: 90%;
  margin-bottom: 9px;
  width: 400px;
  background-position-y: 45%;
}

.single-publications img.logo.img-responsive.pdt10.home-logo,
.single-intelligence img.logo.img-responsive.pdt10.home-logo,
.single-analysis img.logo.img-responsive.pdt10.home-logo {
  display: none;
}

.banner-header-col:hover .image-1 {
  filter: blur(0.5px);
  -webkit-filter: blur(0.5px);
  opacity: 0.9;
  transition: all 0.2s ease;
}

.banner-header-col_medium:hover .image-2 {
  filter: blur(0.5px);
  -webkit-filter: blur(0.5px);
  opacity: 0.9;
  transition: all 0.2s ease;
}

.banner-header-col_medium:hover .image-3 {
  filter: blur(0.5px);
  -webkit-filter: blur(0.5px);
  opacity: 0.9;
  transition: all 0.2s ease;
}

.banner-header {
  margin-bottom: 50px;
  position: relative;
}

.banner-header img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease;
  width: 100%;
  position: absolute;
}

.banner-header.row {
  margin-bottom: 20px;
}

.banner-header .columns {
  padding: 0;
}

.banner-header a {
  text-decoration: none;
  z-index: 2;
}

.banner-header .banner-header-col {
  align-items: stretch;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  height: 400px;
  position: relative;
}

.banner-header .banner-header-col .img-responsive a {
  text-decoration: none;
}

.banner-header .banner-header-col_large {
  align-items: stretch;
  border-right: 1px solid #ddd;
  display: flex;
  height: 400px;
  justify-content: center;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  left: 0;
}

.banner-header .banner-header-col_large img {
  height: 100%;
  width: 100%;
  min-height: 100%;
}

.banner-header .banner-header-col_large:before {
  content: " ";
  height: 180px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: #0d0d0d;
  background: linear-gradient(to bottom, #000, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='transparent', GradientType=0 );
  opacity: .9;
}

.banner-header .banner-header-col_large:after {
  content: " ";
  height: 330px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background: #0d0d0d;
  background: linear-gradient(to bottom, transparent, #000);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000', GradientType=0 );
  opacity: .9;
}

.banner-header .banner-header-col_large .banner-header_content {
  align-self: flex-end;
  width: 90%;
  z-index: 1;
}

.banner-header .banner-header-col_large .banner-header_content_cat-info {
  color: #FFFFFF;
  text-transform: uppercase;
}

.banner-header .banner-header-col_large .banner-header_content_title {
  color: #FFFFFF;
  font-size: 35px;
  line-height: .91em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}

.banner-header .banner-header-col_large .banner-header_content_sub {
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.banner-header .banner-header-col_large .banner-header_content_time {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-bottom: 20px;
}

.banner-header .banner-header-col_medium {
  display: flex;
  position: relative;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-header .banner-header-col_medium:first-child {
  border-bottom: 1px solid #ddd;
}

.banner-header .banner-header-col_medium img {
  height: 100%;
  width: 100%;
}

.banner-header .banner-header-col_medium .banner-header-col_medium-cont {
  width: 100%;
  height: 200px;
  justify-content: center;
  position: absolute;
  display: flex;
  align-items: stretch;
  left: 0;
}

.banner-header .banner-header-col_medium .banner-header-col_medium-cont:before {
  content: " ";
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: #0d0d0d;
  background: linear-gradient(to bottom, #000, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='transparent', GradientType=0 );
  opacity: .8;
}

.banner-header .banner-header-col_medium .banner-header-col_medium-cont:after {
  content: " ";
  height: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: #0d0d0d;
  background: linear-gradient(to bottom, transparent, #000);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000', GradientType=0 );
  opacity: .8;
}

.banner-header .banner-header-col_medium .banner-header-col_medium-cont .banner-header-col_medium-cont-info {
  display: flex;
  align-self: flex-end;
  flex-direction: column;
  width: 90%;
}

.banner-header .banner-header-col_medium .banner-header-col_medium-cont .banner-header-col_medium-cont-info_cat-info {
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.banner-header .banner-header-col_medium .banner-header-col_medium-cont .banner-header-col_medium-cont-info .title {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}

.banner-header .banner-header-col_medium .banner-header-col_medium-cont .banner-header-col_medium-cont-info .title:after {
  margin-top: 10px !important;
}

.banner-header .banner-header-col_medium .banner-header-col_medium-cont .banner-header-col_medium-cont-info_time {
  color: #b2abab;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

.banner-header-list {
  background: #fff;
  color: #000;
  padding: 0;
}

.banner-header-list_content {
  margin: 0;
  padding: 0;
}

.banner-header-list_content .banner-header-list_item {
  align-items: center;
  border-bottom: 1px solid #ddd;
  border-right: 3px solid;
  display: flex;
  height: 100px;
  list-style: none;
  padding: 10px 17px;
  position: relative;
  width: 94.3%;
}

.banner-header-list_content .banner-header-list_item:hover {
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.banner-header-list_content .banner-header-list_item a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.banner-header-list_content .banner-header-list_item:last-child {
  border-bottom: 0;
}

.banner-header-list_content .banner-header-list_item.FinTech {
  border-right-color: #462478;
}

.banner-header-list_content .banner-header-list_item.FinTech .banner-header-list_cat-info {
  color: #462478;
}

.banner-header-list_content .banner-header-list_item.BankingTech {
  border-right-color: #009fde;
}

.banner-header-list_content .banner-header-list_item.BankingTech .banner-header-list_cat-info {
  color: #009fde;
}

.banner-header-list_content .banner-header-list_item.PayTech {
  border-right-color: #00993d;
}

.banner-header-list_content .banner-header-list_item.PayTech .banner-header-list_cat-info {
  color: #00993d;
}

.banner-header-list_content .banner-header-list_item.RegTech {
  border-right-color: #e00914;
}

.banner-header-list_content .banner-header-list_item.RegTech .banner-header-list_cat-info {
  color: #e00914;
}

.banner-header-list_content .banner-header-list_item.InsurTech {
  border-right-color: #3ebbc6;
}

.banner-header-list_content .banner-header-list_item.InsurTech .banner-header-list_cat-info {
  color: #3ebbc6;
}

.banner-header-list_content .banner-header-list_item.LendTech {
  border-right-color: #b33283;
}

.banner-header-list_content .banner-header-list_item.LendTech .banner-header-list_cat-info {
  color: #b33283;
}

.banner-header-list_content .banner-header-list_item.WealthTech {
  border-right-color: #d19f49;
}

.banner-header-list_content .banner-header-list_item.WealthTech .banner-header-list_cat-info {
  color: #d19f49;
}

.banner-header-list_cat-info {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
  margin-top: -5px;
  text-transform: uppercase;
}

.banner-header-list_title {
  color: #000000;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  width: 90%;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500px;
}

.banner-header-list_time {
  color: #9f9f9f;
  font-size: 11px;
  line-height: 17px;
  margin: 5px 0 0 0;
  padding: 0;
}

@media (max-width: 768px) {
  .banner-header {
    margin-bottom: 0px;
  }
}

.title:after {
  border-bottom: 4px solid #333;
  content: ' ';
  display: block;
  margin-top: 20px;
  width: 23px;
}

.title.FinTech:after {
  border-bottom-color: #462478;
}

.title.BankingTech:after {
  border-bottom-color: #009fde;
}

.title.PayTech:after {
  border-bottom-color: #00993d;
}

.title.RegTech:after {
  border-bottom-color: #e00914;
}

.title.InsurTech:after {
  border-bottom-color: #3ebbc6;
}

.title.LendTech:after {
  border-bottom-color: #b33283;
}

.title.WealthTech:after {
  border-bottom-color: #d19f49;
}

.news-title {
  border-bottom: 1px solid #000;
  border-right: 0px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 31px;
  margin-top: 5px;
}

.btn-view-all_container {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.btn-view-all_container a {
  border: 1px solid #000000;
  color: #000000;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-weight: bold;
  height: auto;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: 200ms linear;
  -ms-transition: 200ms linear;
  transition: 200ms linear;
}

.btn-view-all_container a:hover {
  background: #000000;
  color: #FFFFFF;
}

.btn-view-all_container a:active {
  background: #000000;
  color: #FFFFFF;
}

.home-news-col1 {
  width: 39%;
  padding-right: 0;
}

.home-news-col2 {
  width: 26%;
  padding: 0;
  margin-left: 5%;
  margin-right: 5%;
}

.home-news-col2 .advert {
  margin-bottom: 10%;
}

.home-news-col3 {
  margin-left: 0;
  padding-left: 0;
  width: 25%;
}

.news-snippet .snippet-news {
  background: #e8e8e8;
  padding: 13px 11px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: center;
  border-right: 2px solid #000000;
  position: relative;
}

.news-snippet .snippet-news a {
  text-decoration: none;
}

.news-snippet .snippet-news .snippet-news_img {
  min-width: 110px;
  height: 110px;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center, center;
  background-repeat: no-repeat;
}

.news-snippet .snippet-news .snippet-news_img img {
  width: 100%;
  height: auto;
}

.news-snippet .snippet-news_cont {
  width: 400px;
  margin: 0 20px;
}

.news-snippet .snippet-news_title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
}

.news-snippet .snippet-news_title:after {
  content: ' ';
  display: block;
  width: 58px;
  margin-top: 11px;
}

.news-snippet .snippet-news_text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.news-snippet .snippet-news_time {
  font-size: 12px;
  color: #9f9f9f;
}

.snippet-news_icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.snippet-news_icons ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.snippet-news_icons ul li {
  align-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  display: block;
  display: flex;
  justify-content: center;
  list-style: none;
  overflow: hidden;
  padding: 3px;
  position: relative;
  width: 18px;
}

.snippet-news_icons ul li.comments {
  margin-right: 3px;
}

.snippet-news_icons ul li span {
  color: #000000;
  font-size: 7px;
  font-weight: bold;
  position: absolute;
  line-height: 5px;
}

.snippet-news_icons ul li i {
  color: #FFFFFF;
  font-size: 1em;
}

.snippet-analysis {
  background: #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  position: relative;
  margin-bottom: 40px;
}

.snippet-analysis .icons {
  margin-right: 0;
  margin-bottom: 0;
}

.snippet-analysis .snippet-analysis_img {
  min-height: 182px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.snippet-analysis .snippet-analysis_img img {
  width: 100%;
  max-height: 180px;
}

.snippet-analysis a {
  text-decoration: none;
}

.snippet-analysis_cont {
  width: 100%;
  padding: 10px 19px;
}

.snippet-analysis_cat {
  background-color: rgba(45, 44, 44, 0.7);
  color: #FFFFFF;
  font-weight: bold;
  left: 0;
  overflow: hidden;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

.snippet-analysis_cat .post-categories {
  margin: 0;
  padding: 0;
}

.snippet-analysis_cat .post-categories a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.snippet-analysis_title {
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.snippet-analysis_title:after {
  content: ' ';
  display: block;
  width: 22px;
  border-bottom: 4px solid #000000;
  margin-top: 10px;
}

.snippet-analysis_text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 5px;
  margin: 0;
  padding: 0;
}

.snippet-analysis_time {
  font-size: 12px;
  color: #ccc;
}

.row.insights-snippet {
  margin-bottom: 10%;
}

.insights-col .add-sidebar-home {
  display: flex;
  justify-content: center;
}

.insights-col .advert {
  margin-bottom: 10%;
}

.home-sidebar_title {
  border-bottom: 1px solid #000000;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

.home-sidebar_title h3 {
  background: #000000;
  color: #FFFFFF;
  display: inline;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 4px 14px;
  text-transform: uppercase;
}

.home-sidebar_title h3 a {
  color: #FFFFFF !important;
  text-decoration: none;
}

.home-share {
  bottom: 14px;
  position: absolute;
  right: 13px;
  z-index: 1010;
}

.home-share .icons_items .share-list {
  bottom: 4px;
  width: 155px;
  right: -9px;
}

.home-share-list {
  position: absolute;
  bottom: 22px;
  right: 22px;
  z-index: 10;
}

.home-share-list .icons_items .share-list {
  bottom: -17px;
  width: 155px;
  right: -9px;
  padding-bottom: 20px;
}

.sidebar_icons {
  position: relative;
  display: inline-block;
}

.sidebar_icons .icons {
  display: inline-block;
  min-width: 20px;
}

.sidebar_icons .icons .icons_items {
  align-content: flex-start;
  display: block;
}

.snippet-magazine {
  align-content: center;
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.snippet-magazine a {
  text-decoration: none;
}

.snippet-magazine .snippet-magazine_img-twitter {
  height: 50px;
  width: 50px;
  max-width: 50px;
  min-width: 50px;
  display: block;
}

.snippet-magazine .snippet-magazine_img-twitter img {
  border-radius: 100px;
  max-width: 50px;
  min-width: 50px;
}

.snippet-magazine .snippet-magazine_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 90px;
  width: 100%;
}

.snippet-magazine .snippet-magazine_img img {
  width: 100%;
  max-width: 90px;
  object-fit: fill;
}

.snippet-magazine_cont {
  max-width: 200px;
  margin-left: 20px;
  position: relative;
  left: 0;
}

.snippet-magazine_cont.event .event-time {
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
}

.snippet-magazine_title {
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin-top: 0;
}

.snippet-magazine_title.twitter {
  margin-bottom: 0;
}

.snippet-magazine_title.twitter p {
  margin-bottom: 0;
}

.snippet-magazine_text {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-weight: normal;
  line-height: 12px;
  margin: 0;
  padding: 0;
}

.snippet-magazine_time {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0 0 10px 12px;
}

.snippet-magazine_time.twitter {
  margin-left: 0;
}

.footer-left .menu-footer-container, .footer-left .menu-footer-na-container {
  display: inline;
  margin-left: 20px;
}

.footer-left .menu-footer-container ul.footer_menu, .footer-left .menu-footer-na-container ul.footer_menu {
  list-style: none;
  display: inline-block;
  margin: 0;
}

.footer-left .menu-footer-container ul.footer_menu .menu-item, .footer-left .menu-footer-na-container ul.footer_menu .menu-item {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #FFFFFF;
}

.footer-left .menu-footer-container ul.footer_menu .menu-item:first-child, .footer-left .menu-footer-na-container ul.footer_menu .menu-item:first-child {
  border-left: 1px solid #FFFFFF;
}

.footer-left .menu-footer-container ul.footer_menu .menu-item a, .footer-left .menu-footer-na-container ul.footer_menu .menu-item a {
  font-size: 12px;
  color: #FFFFFF;
}

.footer {
  color: #FFFFFF;
}

.footer .footer-container.row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.footer .footer-container .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.footer .footer-container .container-info {
  padding: 26px 18px;
  transition: all 0.3s ease;
  min-height: 220px;
}

.footer .footer-container .container-info:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.footer .footer-container .container-info a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer .footer-container .flex-footer a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer .footer-container .flex-footer .columns {
  background-size: cover;
  border-right: 1px solid #FFFFFF;
  padding: 0;
}

.footer .footer-container .flex-footer .columns.inteligence {
  border-right: 0px solid;
}

.footer .footer-container .social-media .social-links {
  text-align: right;
}

.footer .footer-container .social-media .social-links li {
  margin-right: 10px;
}

.footer .footer-container .social-media .social-links li:first-child {
  width: auto;
  text-align: center;
  float: initial;
  clear: both;
}

.footer .footer-container .social-media .social-links .fa-facebook-square,
.footer .footer-container .social-media .social-links .fa-twitter-square,
.footer .footer-container .social-media .social-links .fa-linkedin-square,
.footer .footer-container .social-media .social-links .fa-youtube-square,
.footer .footer-container .social-media .social-links .fa-google {
  color: #d1d3d7;
  transition: all 1ms ease;
}

.footer .footer-container .social-media .social-links .fa-facebook-square:hover,
.footer .footer-container .social-media .social-links .fa-twitter-square:hover,
.footer .footer-container .social-media .social-links .fa-linkedin-square:hover,
.footer .footer-container .social-media .social-links .fa-youtube-square:hover,
.footer .footer-container .social-media .social-links .fa-google:hover {
  color: #ddd;
}

.footer .footer-container .columns .title {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 400;
  line-height: .9em;
  margin-top: .2em;
  margin-bottom: 0.24em;
  text-transform: uppercase;
}

.footer .footer-container .columns .title:after {
  border-bottom: 0px solid #fff;
  display: none;
}

.footer .footer-container .columns .subtitle {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.footer .footer-container .columns .info {
  font-size: 14px;
  color: #FFFFFF;
}

.footer .footer-container .footer-container_bottom-line {
  background-color: #000000;
  padding-top: 20px;
}

.footer .footer-container .footer-container_bottom-line .row {
  max-width: 1300px;
  margin: 0 auto;
}

.footer .footer-container .footer-container_bottom-line .row .footer-left {
  text-align: left;
  padding-left: 0;
  padding-bottom: 20px;
}

.footer .footer-container .footer-container_bottom-line .row .footer-left_logo {
  overflow: hidden;
  display: inline;
}

.footer .footer-container .footer-container_bottom-line .row .footer-left_copy {
  padding-top: 10px;
  font-size: 13px;
  display: inline;
}

.footer .footer-container .footer-container_bottom-line .row .social-media {
  padding-right: 0;
  padding-top: 5px;
}

.category-page {
  margin-left: 1.2rem;
}

.category-page .cat-title_main h2 {
  display: inline;
  font-size: 24px;
  padding: 6px 12px;
  color: #FFFFFF;
  background: #333;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}

.category-page .cat-title_main hr {
  border-color: #333;
  border-width: 0 0 4px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.category-page .cat-title_main.FinTech h2 {
  background: #462478;
}

.category-page .cat-title_main.FinTech hr {
  border-color: #462478;
}

.category-page .cat-title_main.BankingTech h2 {
  background: #009fde;
}

.category-page .cat-title_main.BankingTech hr {
  border-color: #009fde;
}

.category-page .cat-title_main.PayTech h2 {
  background: #00993d;
}

.category-page .cat-title_main.PayTech hr {
  border-color: #00993d;
}

.category-page .cat-title_main.RegTech h2 {
  background: #e00914;
}

.category-page .cat-title_main.RegTech hr {
  border-color: #e00914;
}

.category-page .cat-title_main.InsurTech h2 {
  background: #3ebbc6;
}

.category-page .cat-title_main.InsurTech hr {
  border-color: #3ebbc6;
}

.category-page .cat-title_main.LendTech h2 {
  background: #b33283;
}

.category-page .cat-title_main.LendTech hr {
  border-color: #b33283;
}

.category-page .cat-title_main.WealthTech h2 {
  background: #d19f49;
}

.category-page .cat-title_main.WealthTech hr {
  border-color: #d19f49;
}

.category-page_list-container {
  margin-top: 30px;
}

.tag-page .tag-title_main h2, .tag-page .tag-title_main h1 {
  background: #333;
  color: #FFFFFF;
  display: inline;
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding: 6px 12px;
  text-transform: capitalize;
}

.tag-page .tag-title_main hr {
  border-color: #333;
  border-width: 0 0 4px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tag-page.BankingTech .tag-title_main h2, .tag-page.BankingTech .tag-title_main h1 {
  background: #009fde;
}

.tag-page.BankingTech .tag-title_main hr {
  border-color: #009fde;
}

.tag-page.FinTech .tag-title_main h2, .tag-page.FinTech .tag-title_main h1 {
  background: #462478;
}

.tag-page.FinTech .tag-title_main hr {
  border-color: #462478;
}

.tag-page.PayTech .tag-title_main h2, .tag-page.PayTech .tag-title_main h1 {
  background: #00993d;
}

.tag-page.PayTech .tag-title_main hr {
  border-color: #00993d;
}

.tag-page.RegTech .tag-title_main h2, .tag-page.RegTech .tag-title_main h1 {
  background: #e00914;
}

.tag-page.RegTech .tag-title_main hr {
  border-color: #e00914;
}

.tag-page.InsurTech .tag-title_main h2, .tag-page.InsurTech .tag-title_main h1 {
  background: #3ebbc6;
}

.tag-page.InsurTech .tag-title_main hr {
  border-color: #3ebbc6;
}

.tag-page.LendTech .tag-title_main h2, .tag-page.LendTech .tag-title_main h1 {
  background: #b33283;
}

.tag-page.LendTech .tag-title_main hr {
  border-color: #b33283;
}

.tag-page.WealthTech .tag-title_main h2, .tag-page.WealthTech .tag-title_main h1 {
  background: #d19f49;
}

.tag-page.WealthTech .tag-title_main hr {
  border-color: #d19f49;
}

.tag-page_list-container {
  margin-top: 30px;
}

.generic-sidecol .separation.left.sidebar-cont {
  border-color: #ccc;
  border-top: 0px solid;
}

.separation.left.sidebar-cont.FinTech {
  border-left-color: #462478;
}

.separation.left.sidebar-cont.BankingTech {
  border-color: #009fde;
}

.separation.left.sidebar-cont.PayTech {
  border-color: #00993d;
}

.separation.left.sidebar-cont.RegTech {
  border-color: #e00914;
}

.separation.left.sidebar-cont.InsurTech {
  border-color: #3ebbc6;
}

.separation.left.sidebar-cont.LendTech {
  border-color: #b33283;
}

.separation.left.sidebar-cont.WealthTech {
  border-color: #d19f49;
}

.generic-sidecol .sidebar-cont {
  border-left: 0px solid;
}

.generic-sidecol.BankingTech .separation.left.sidebar-cont {
  border-left-color: #009fde;
}

.generic-sidecol.FinTech .separation.left.sidebar-cont {
  border-left-color: #462478;
}

.generic-sidecol.PayTech .separation.left.sidebar-cont {
  border-left-color: #00993d;
}

.generic-sidecol.RegTech .separation.left.sidebar-cont {
  border-left-color: #e00914;
}

.generic-sidecol.InsurTech .separation.left.sidebar-cont {
  border-left-color: #3ebbc6;
}

.generic-sidecol.LendTech .separation.left.sidebar-cont {
  border-left-color: #b33283;
}

.generic-sidecol.WealthTech .separation.left.sidebar-cont {
  border-left-color: #d19f49;
}

.search-content .title {
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 15px;
}

.search-content .title:after {
  margin-top: 10px;
  width: 100px;
}

.search-content .title a {
  text-decoration: none;
}

.search-content p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  font-size: 14px;
}

.search-content .post-date {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

.single-post-right .generic-sidecol .row .related-content-wrap {
  border-bottom: 1px solid #ccc;
}

.single-post-right .generic-sidecol .row .related-content-wrap.LendTech {
  border-color: #b33283;
}

.single-post-right .generic-sidecol .row .related-content-wrap.FinTech {
  border-color: #462478;
}

.single-post-right .generic-sidecol .row .related-content-wrap.BankingTech {
  border-color: #009fde;
}

.single-post-right .generic-sidecol .row .related-content-wrap.PayTech {
  border-color: #00993d;
}

.single-post-right .generic-sidecol .row .related-content-wrap.RegTech {
  border-color: #e00914;
}

.single-post-right .generic-sidecol .row .related-content-wrap.InsurTech {
  border-color: #3ebbc6;
}

.single-post-right .generic-sidecol .row .related-content-wrap.WealthTech {
  border-color: #d19f49;
}

@media only screen and (max-device-width: 769px) {
  .single-post-right .generic-sidecol .row .related-content-wrap {
    border-bottom: none;
  }
}

.single-post-content .tag.LendTech a {
  color: #b33283;
}

.single-post-content .tag.FinTech a {
  color: #462478;
}

.single-post-content .tag.BankingTech a {
  color: #009fde;
}

.single-post-content .tag.PayTech a {
  color: #00993d;
}

.single-post-content .tag.InsurTech a {
  color: #3ebbc6;
}

.single-post-content .tag.RegTech a {
  color: #e00914;
}

.single-post-content .tag.WealthTech a {
  color: #d19f49;
}

.post-related-container hr {
  border-color: #000000;
}

.post-related-container h3.section-title {
  background: #000000;
  font-family: "Ubuntu", sans-serif;
}

.single-post .single-title h2 {
  display: inline;
  font-size: 24px;
  padding: 5px;
  color: #FFFFFF;
  background: #333;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}

.single-post .single-title hr {
  width: 100%;
  border-color: #333;
  border-width: 0 0 4px;
  padding: 0;
  margin: 0;
}

.single-post .single-title.LendTech h2 {
  color: #FFFFFF;
  background: #b33283;
}

.single-post .single-title.LendTech hr {
  border-color: #b33283;
}

.single-post .single-title.FinTech h2 {
  color: #FFFFFF;
  background: #462478;
}

.single-post .single-title.FinTech hr {
  border-color: #462478;
}

.single-post .single-title.BankingTech h2 {
  color: #FFFFFF;
  background: #009fde;
}

.single-post .single-title.BankingTech hr {
  border-color: #009fde;
}

.single-post .single-title.PayTech h2 {
  color: #FFFFFF;
  background: #00993d;
}

.single-post .single-title.PayTech hr {
  border-color: #00993d;
}

.single-post .single-title.InsurTech h2 {
  color: #FFFFFF;
  background: #3ebbc6;
}

.single-post .single-title.InsurTech hr {
  border-color: #3ebbc6;
}

.single-post .single-title.RegTech h2 {
  color: #FFFFFF;
  background: #e00914;
}

.single-post .single-title.RegTech hr {
  border-color: #e00914;
}

.single-post .single-title.LendTech h2 {
  color: #FFFFFF;
  background: #b33283;
}

.single-post .single-title.LendTech hr {
  border-color: #b33283;
}

.single-post .single-title.WealthTech h2 {
  color: #FFFFFF;
  background: #d19f49;
}

.single-post .single-title.WealthTech hr {
  border-color: #d19f49;
}

.archive.author .separation.left.sidebar-cont.LendTech,
.archive.author .separation.left.sidebar-cont.FinTech,
.archive.author .separation.left.sidebar-cont.BankingTech,
.archive.author .separation.left.sidebar-cont.PayTech,
.archive.author .separation.left.sidebar-cont.RegTech,
.archive.author .separation.left.sidebar-cont.InsurTech,
.archive.author .separation.left.sidebar-cont.WealthTech {
  border-color: #ccc !important;
}

.article-author {
  padding-bottom: 0;
  padding-top: 20px;
}

.author-box-detail {
  margin-top: 20px;
  padding-top: 20px;
}

.author-details.columns.small-9.medium-9 {
  padding-left: 0;
}

.author-box .author-img.columns.small-2.medium-2 {
  padding-right: 0;
  margin-right: 0;
}

.author-box .author-img.columns.small-2.medium-2 img {
  width: 100%;
}

.author-box .author-name {
  font-size: 1.2em;
  line-height: 1em;
}

.google-translate {
  outline: none;
}

.translate-container {
  height: 50px;
  right: -80px;
  top: 0px;
  width: 320px;
  height: 50px;
  position: absolute;
  background: #ccc;
  padding: 2px;
  display: none;
}

.goog-te-combo {
  width: 150px !important;
}

@media (max-width: 991px) {
  .translate-container {
    top: 50px;
    right: 10px;
  }
}

.single-post-content_title {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 1em;
  margin-top: 30px;
}

.single-post-content_title.hide-for-medium-up {
  padding-bottom: 20px;
}

.single-post-content_img {
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  min-height: 286px;
  width: 100%;
}

.single-post-content_text-container {
  padding-left: 3px;
}

.single-social-ico {
  display: flex-end;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.single-social-ico_list {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 1em;
}

.single-social-ico_list li {
  font-size: 2.25em;
  margin-right: 6px;
  margin-top: 6px;
}

.single-social-ico_list li:last-child {
  margin-right: 0;
}

.social-container .social-horizontal li {
  margin: auto 1%;
}

.jobs-table_icons.single-post_print-icon {
  margin-top: 0;
  padding-top: 0;
}

.sidebar-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sidebar-cont .sidebar-cont_single-col {
  margin-left: 0px;
}

.article-author {
  margin-top: 13px;
}

.article-author .social-container {
  text-align: right;
}

.article-author .author-detail-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  min-height: 47px;
  padding: 0;
}

.article-author .author-detail-container li {
  align-self: center;
  display: flex;
  float: left;
  list-style: none;
  text-align: left;
}

.article-author .author-detail-container li a {
  padding-left: 5px;
}

.article-author .author-detail-container li:first-child {
  margin-right: 5px;
}

.telecoms-login .button {
  background: transparent;
  border: 1px solid #000000;
}

.telecoms-login .button:hover {
  background: #000000;
}

.telecoms-login .button.submit {
  background: transparent;
}

.share-container {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.share-container ul {
  background: black;
  display: block;
  padding: 0 5px;
  margin: 0;
}

.share-container ul li {
  display: inline;
  font-size: 1.6em;
}

.share-container ul li i {
  color: #FFFFFF;
}

.icons {
  align-content: flex-end;
  align-items: stretch;
  display: flex;
  justify-content: flex-end;
  margin: 0 -12px -13px 0;
  min-width: 60px;
}

.icons_items {
  align-self: flex-end;
  display: block;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  padding: 0;
}

.icons_items li {
  background: #000000;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 0;
}

.icons_items li.comments {
  padding: 0 3px;
}

.icons_items li i {
  color: #FFFFFF;
}

.icons_items li span {
  position: absolute;
  color: #000000;
  font-size: 9px;
  font-weight: bold;
  width: 14px;
  display: block;
  text-align: center;
  margin: 4px auto;
}

.icons_items .share .share-list {
  display: none;
}

.icons_items .share.active .share-list {
  display: block;
}

.icons_items .share-list {
  position: absolute;
  bottom: 10px;
  width: 225px;
  right: 5px;
  text-align: right;
  padding-bottom: 6px;
  cursor: pointer;
}

.icons_items .share-list ul {
  display: inline-block;
  background: black;
  overflow: hidden;
  padding: 1px 4px;
}

.icons_items .share-list ul li {
  padding: 2px;
}

.icons_items .share-list ul li i {
  font-size: 2em;
}

.reddit-icon {
  margin-left: 5px;
  margin-right: 0px;
}

.reddit-icon a {
  height: 39px;
}

.reddit-icon img {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: -9px;
  height: 36px;
  padding-left: 2px;
  padding-right: 2px;
}

.events_title-month {
  padding: 1.5em 1em;
  font-family: "Ubuntu", sans-serif;
  color: #000000;
}

.events_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.events_list-item {
  display: flex;
  border: 1px solid #ccc;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
  width: 31%;
}

.events_list-item a {
  text-decoration: none;
}

.events_list-item:hover {
  background: rgba(0, 0, 0, 0.1);
}

.events_list-item .events_title {
  font-size: 15px;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0;
}

.events_list-item .events_location {
  font-size: 13px;
  color: #707070;
  margin-bottom: 0;
}

.events_list-item .events_date {
  font-size: 13px;
  color: #000000;
  margin-bottom: 0;
}

.event-info_header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 340px;
  position: relative;
  width: 100%;
  align-items: flex-end;
}

.event-info_header:before {
  background-image: linear-gradient(to bottom, #000, #ccc);
  opacity: .6;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
}

.event-info_header .event-info__top-title {
  position: absolute;
  top: 0;
  left: 2%;
  padding-left: 20px;
  width: 94%;
  display: block;
}

.event-info_header .event-info__top-title .single-post-content_title {
  color: #FFFFFF;
  width: 100%;
}

.event-info-details {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: row;
  flex-flow: flex-direction;
  max-height: 180px;
}

.event-info-details .event-info_item {
  display: flex;
  flex-direction: column;
}

.event-info-details .event-info_item.content-info {
  padding: 1.5rem;
}

.event-info-item.content-info {
  padding: 20px;
  width: 100%;
}

.event-info_item_content {
  color: #000;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  overflow: hidden;
}

.event-info_item_content .name {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 18px !important;
  padding: 10px;
  width: 20%;
  float: left;
}

.event-info_item_content .information {
  background-color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 10px;
  float: left;
  line-height: 25px;
}

@media (max-width: 1240px) {
  .event-info_header .event-info-details {
    flex-direction: column;
    height: 100%;
    max-height: 100%;
  }
  .event-info_item_content .name {
    width: 100%;
  }
  .event-info_item_content .information {
    width: 100%;
  }
}

.share-events-cont {
  min-width: 360px;
}

.share-events-cont .share-events {
  margin-left: 5%;
  margin-top: 10px;
  padding-left: 10px;
}

.share-events-cont .share-events li {
  padding-right: 2px;
}

.share-events-cont .share-events li:last-child {
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .share-events-cont .share-events li a i.fa {
    color: rgba(255, 255, 255, 0.6);
  }
  .share-events-cont .share-events li a i.fa:hover {
    color: white;
  }
}

.login-page .login-page-info {
  margin-top: 20px;
}

.login-page .login-page_title {
  background: #333;
  color: #FFFFFF;
  display: inline;
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding: 5px;
}

.login-page hr {
  border: 2px solid #333;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}

.first_paragraph {
  font-size: 1.1em;
  font-weight: bold;
}

.error label,
.error label.error {
  color: #e00914 !important;
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  background: #e00914 !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 1.5rem;
  font-weight: 700;
}

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: #ccc !important;
  border-color: black;
  outline: none;
}

.gform_body .date-form-suscribe {
  margin-bottom: 20px;
}

.tab-section .tabs.vertical dd.tab-arrow.active a, .tab-section .tabs.vertical dd.tab-arrow.active a:hover {
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(../assets/images/icons/arrow-black.png);
  background-color: #333;
}

.login-page .form-panel .alert-box {
  background-color: #edeaea;
  color: #363636;
}

.alert-box a {
  color: #e00914;
}

dd.tab-arrow.active:focus,
dd.tab-arrow.active:active {
  outline: 0;
}

.login-page .form-panel h3 {
  color: #333 !important;
}

.login-page .form-panel .button.login-btn,
button.button.save.right {
  padding: 1rem;
  margin-bottom: 0;
  background-color: #000000;
  color: #FFFFFF;
}

.newsletter-nav-mob {
  background-color: #858585;
  border: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  padding: 14px 0px;
}

.newsletter-nav-mob :hover {
  background: #1a1919;
  transition: all 0.1s ease-in-out;
}

.newsletter-nav-mob a:hover {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px !important;
}

@media (max-width: 1523px) {
  .wallpaper {
    display: none;
  }
}

@media (max-width: 1024px) {
  .right-icon-nav {
    padding-top: 10px;
  }
  .right-icon-nav li a {
    padding: 12% .4em;
    color: #ccc;
    font-size: 16px;
  }
  .right-icon-nav .newsletter-nav-mob a {
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  .login-menu_container {
    padding-left: 0;
  }
  .event-info_item.logo {
    display: none !important;
  }
  .footer .footer-container .flex-footer .columns {
    border: 0px solid;
  }
  .logo.img-responsive.pdt10.home-logo {
    width: 80%;
  }
  .logo-container .logo-image {
    height: 130px;
    padding-right: 0;
    width: 33%;
  }
  section.row.logo-container {
    height: 50px;
  }
}

@media (max-width: 768px) {
  .top-wallpaper {
    margin-top: 6px;
  }
  table.stack thead, table.stack tfoot {
    display: none;
  }
  table.stack tr, table.stack th {
    display: block;
  }
  table.stack td {
    display: block;
    border-top: 0;
  }
  .jobs-table .jobs-table_mobile-title {
    font-weight: bold;
  }
  .jobs-table_header {
    align-items: flex-end;
  }
  .jobs-table_header .jobs-table_apply .bt-apply {
    width: 100%;
  }
  .event-info_header {
    align-items: flex-start;
  }
  .event-info_header .event-info-details {
    flex-direction: column;
    height: 100%;
    max-height: 100%;
  }
  .event-info_header .event-info-details .event-info_item.info {
    padding: 1rem;
  }
  .event-info_header .event-info-details .event-info_item.info .event-info_item_content .information {
    font-size: 14px;
  }
  .event-info_header .event-info-details .event-info_item.logo {
    align-items: center;
  }
  .event-info_header .event-info-details .event-info_item.logo .event-logo-img {
    max-width: 50%;
    padding-top: 20px;
    width: 50%;
  }
  .event-in-article-thumbnail {
    max-width: 200px;
    clear: both;
    float: left;
    margin: 12px 12px 12px 0px;
  }
  .no-bullet.display-inline.social-links {
    width: 100%;
  }
  .article-author .author-thumb {
    width: 10%;
  }
  .sidebar-cont .sidebar-cont_single-col {
    margin-left: 0%;
  }
  .single-post-right .generic-sidecol .row .related-content-wrap.RegTech {
    border-color: #e00914;
  }
  .columns.small-12.medium-4.content-cols.generic-sidecol {
    padding-left: 0;
  }
  .add-sidebar-sidebar {
    text-align: center;
  }
  .header {
    margin-top: 45px;
    min-height: 64px;
  }
  .home-news-col1 {
    width: 100%;
    padding-right: 1.4285714286rem;
  }
  .home-news-col2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1.4285714286rem;
    padding-left: 1.4285714286rem;
  }
  .home-news-col3 {
    width: 100%;
    padding-left: 1.4285714286rem;
  }
  li.newsletter-nav-mob a {
    background-color: #858585;
    color: #ccc;
    margin-right: 5px;
    margin-top: -9px;
    padding: 12px 5px;
  }
  .columns.large-12.medium-12.small-12.fintech-all {
    padding-left: 1.428rem;
  }
  .row.insights-snippet {
    margin-bottom: 2%;
  }
  .news-snippet .snippet-news_cont {
    margin: 0 20px;
    width: 60%;
  }
  .footer-container.row .flex-footer {
    padding: 20px;
    margin-bottom: 20px;
  }
  .footer-container.row .flex-footer .columns {
    margin-bottom: 20px;
  }
  .footer-container.row .flex-footer .columns:nth-child(2) {
    border: 0px solid;
  }
  .footer-container_bottom-line .row {
    max-width: 100%;
  }
  .footer-container_bottom-line .row .footer-left {
    text-align: center;
    padding-right: 0;
  }
  .footer-container_bottom-line .social-media {
    text-align: center;
  }
  .snippet-magazine_cont {
    max-width: 75%;
  }
  .footer .footer-container .footer-container_bottom-line .row .footer-left {
    text-align: center;
  }
}

.ginput_left label {
  font-size: 14px !important;
}

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
  font-size: 16px !important;
}

@media (max-width: 1195px) {
  .logo-container.logo-image.tag {
    background-size: 60% !important;
  }
  .footer .footer-container .container-info {
    min-height: 242px;
  }
}

@media (max-width: 1024px) {
  .wallpaper {
    display: none;
  }
  .snippet-news .icons {
    position: absolute;
    bottom: 14px;
    right: 10px;
    width: 100%;
  }
  .footer-left .menu-footer-container {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .gform_wrapper .ginput_complex .ginput_left {
    width: 100% !important;
    float: left;
  }
  .gform_wrapper .ginput_complex .ginput_right {
    width: 100% !important;
    float: left;
  }
  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
  }
  .gfield_label {
    width: 100% !important;
  }
  .ginput_container input {
    width: 100% !important;
  }
  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
  }
}

.post-type-archive-library .events_list > .events_list-item > a {
  width: 100%;
}

.archive-description a {
  text-decoration: underline;
}

@media (max-width: 550px) {
  .header {
    background: transparent;
    margin-top: 58px;
    min-height: 34px;
  }
  .events_list-item {
    width: 49%;
  }
  .event-info_item.logo {
    overflow: hidden;
  }
  .event-info_item.logo .event-logo-img {
    max-width: 30%;
    padding-top: 11px;
  }
  li.newsletter-nav-mob a {
    float: left;
  }
  .footer-left .menu-footer-container {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .footer .footer-container .footer-container_bottom-line .row .social-media {
    padding-left: 0;
  }
  .columns.small-6.login-menu_container {
    padding-right: 0;
  }
  .event-info_item_content .name {
    display: none;
  }
}

@media only screen and (max-device-width: 415px) {
  .snippet-news_text {
    display: none;
  }
}

@media only screen and (max-device-width: 399px) {
  li.newsletter-nav-mob a {
    padding: 12px 5px;
    margin-right: 0px;
    font-size: 13px;
  }
  .right-icon-nav li.newsletter-nav-mob a.big-mobile {
    display: none;
  }
  .right-icon-nav li.newsletter-nav-mob a.small-mobile {
    background: transparent !important;
    display: block !important;
    margin-right: 0px;
    padding-right: 0px;
  }
  .snippet-news_text {
    display: none;
  }
  .article-view .wp-caption.alignright {
    float: left;
    margin: 0;
    display: block;
    width: 100% !important;
  }
  .article-view .wp-caption.alignright img {
    width: 100% !important;
  }
  .article-view .wp-caption.alignleft {
    margin: 0;
    display: block;
    width: 100% !important;
  }
  .article-view .wp-caption.alignleft img {
    width: 100% !important;
  }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
  .header {
    background: transparent;
    margin-top: 45px;
    min-height: 64px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .sidebar-cont .sidebar-cont_single-col {
    margin-left: 0;
  }
  .content-cols {
    padding-left: 0px;
    border: 0px;
  }
  .related-content-wrap {
    border: 0 solid;
  }
  .single-post-right .generic-sidecol .row .related-content-wrap {
    border-bottom: 0px solid;
  }
}

@media only screen and (max-device-width: 769px) {
  .related-content-wrap {
    border: 0 solid;
    border-bottom: none;
    padding-left: 15px;
  }
}

p#form-allowed-tags {
  display: none !important;
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
  .snippet-magazine .snippet-magazine_img {
    max-width: 60px;
  }
  .news-snippet .snippet-news .snippet-news_img {
    min-width: 80px;
    width: 80px;
  }
}

@media print {
  .fullWidth header, .row.navigation, .sponsored-menu, .advert-wallpaper-bg,
  .off-canvas-fixed.hide-for-large-up.mobile-nav-dark.fixed, .single-social-ico_list,
  .columns.small-12.large-9.text-align-right.show-for-large-up.header-banner.right, .separation.left.sidebar-cont,
  .row.author-box, .comments-area, .advert.ad-header-top-banner, .flex-footer, .bt-apply, .jobs-table_icons,
  .social-container.right.share-events-cont {
    display: none !important;
  }
  .columns.small-12.large-3.show-for-large-up.logo-image.logo-primary {
    display: block;
  }
  .h2.single-post-content_title {
    font-size: 18px;
  }
  .event-info_header .event-info__top-title {
    display: none;
  }
}

.single-post_print-icon {
  float: right;
  font-size: 2.2em;
}

.single-post_print-icon:last-child {
  margin-right: 0.3em;
}

.single-post_print-icon .fa-print,
.single-post_print-icon .fa-envelope {
  color: #999999;
}

.single-social-ico_list .fa-print,
.single-social-ico_list .fa-envelope {
  color: #666666;
}

.single-social-ico_list .fa-envelope {
  font-size: 85%;
}

.interstitial-ad-wrapper {
  width: 100%;
  height: 1000%;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.94);
  position: absolute;
  display: none;
}

.interstitial-ad-wrapper a[href='javascript:;'] {
  display: none;
}

.interstitial-ad-wrapper table {
  padding-bottom: 0;
  margin-bottom: 0;
}

.interstitial-ad-wrapper .welcome-ad-logo {
  position: absolute;
  width: auto;
  left: 20px;
  top: 20px;
}

.interstitial-ad-wrapper .welcome-ad-logo img {
  width: 280px;
  height: auto;
}

.interstitial-ad-wrapper .continue-to-site {
  position: absolute;
  width: auto;
  right: 20px;
  top: 20px;
  padding: 8px 24px;
  cursor: pointer;
  text-align: center;
}

.interstitial-ad-wrapper .continue-to-site h4, .interstitial-ad-wrapper .continue-to-site p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding: 0;
}

.interstitial-ad-wrapper .continue-to-site h4 {
  font-size: 1.5em;
  font-weight: bold;
}

.interstitial-ad-wrapper .continue-to-site p {
  font-size: 1em;
  font-weight: normal;
}

.row.intro-text {
  margin-top: 1.8em;
}

.row.intro-text p {
  font-size: 1.1em;
}

.row.intro-text a {
  text-decoration: underline;
}

.content-hub-articles article {
  margin-bottom: 2em;
}

.content-hub-articles article:nth-of-type(odd) {
  clear: both;
}

.content-hub-articles article a {
  text-decoration: none !important;
}

.content-hub-articles article .snippet-news {
  border: 1px solid #ccc;
  padding: 12px;
  background: white;
}

.content-hub-articles article .snippet-analysis {
  border: 1px solid #ccc;
  margin-bottom: 0;
  height: 228px;
  display: block;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .content-hub-articles article .snippet-analysis {
    height: 264px;
  }
}

@media (max-width: 1024px) {
  .content-hub-articles article .snippet-analysis {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .content-hub-articles article .snippet-analysis {
    height: 240px;
  }
}

.content-hub-articles article .snippet-analysis_img {
  min-height: 100px;
}

.content-hub-more-articles a {
  text-decoration: none !important;
}

.js-slider-img .slide-count {
  font-size: 1.4em;
  font-weight: 500;
  float: right;
}

.slider-content .first_paragraph {
  font-weight: normal;
}

.gated-content-notification {
  border: 4px solid #6d2077;
  text-align: center;
  padding: 2em;
  background: #F5F5F5;
  margin-bottom: 1em;
}

.gated-content-notification p {
  font-size: 1.2rem;
}

.gated-content-notification a.button {
  margin-bottom: 0;
  background: #6d2077;
  text-decoration: none !important;
  color: #FFF;
}

.gated-content-notification a.button:hover {
  background: #470a68;
  border-color: #FFF;
  color: #FFF;
}

.gated-content-notification a.button + a.button {
  margin-left: 25px;
}

@media (max-width: 768px) {
  .js-slider-img .slide-count {
    text-align: center;
    width: 100%;
  }
}

.goog-logo-link, .goog-te-gadget {
  color: #999999 !important;
}

.link-translate-mobile {
  float: left;
}

.gallery-ad-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
}

.gallery-ad-wrapper .gallery-ad {
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.gallery-ad-wrapper .gallery-ad .advert img {
  width: auto !important;
}

.promo-bar-blk a {
  text-decoration: none;
  color: #fff;
}

.promo-bar-blk .flex-promo-bar {
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.promo-bar-blk .flex-promo-bar .columns {
  background-size: cover;
  border-right: 1px solid #fff;
  padding: 0px;
  margin-bottom: 20px;
}

.promo-bar-blk .flex-promo-bar .columns .title {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 400;
  line-height: .9em;
  margin-top: .2em;
  margin-bottom: 0.24em;
  text-transform: uppercase;
}

.promo-bar-blk .flex-promo-bar .columns .title:after {
  border-bottom: 0px solid #fff;
  display: none;
}

.promo-bar-blk .flex-promo-bar .columns .subtitle {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.promo-bar-blk .flex-promo-bar .columns .info {
  font-size: 14px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .promo-bar-blk .flex-promo-bar .columns {
    border: none;
  }
}

@media (max-width: 991px) {
  .promo-bar-blk .flex-promo-bar .columns:nth-child(2) {
    border: none;
  }
}

.promo-bar-blk .flex-promo-bar .widget:last-child .columns {
  border: none;
}

.promo-bar-blk .container-info {
  padding: 26px 18px;
  transition: all 0.3s ease;
  min-height: 220px;
}

.promo-bar-blk .container-info:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.promo-bar-blk .container-info h3:after {
  display: none;
}

.promo-bar-blk .container-info h3, .promo-bar-blk .container-info a {
  color: #fff;
  text-decoration: none;
}

.promo-bar-blk .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.snippet-magazine .btn {
  background: #000;
  color: #fff;
  padding: 4px 15px;
  font-size: 12px;
}

.snippet-magazine .btn:hover {
  color: #fff;
}

.custom-block-sidebar img {
  width: 90px;
  height: 90px;
  object-fit: cover !important;
}

.rich-text-block-sidebar a {
  text-decoration: underline;
}

.single-post-content_text-container .embed-responsive.y-embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.single-post-content_text-container .embed-responsive.y-embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.single-post-content_text-container iframe {
  max-width: 100%;
}

.banner-logo-header .advert {
  text-align: right;
}

@media (max-width: 990px) {
  .banner-logo-header .advert {
    text-align: center;
    margin-bottom: 13px;
  }
}

.news-col > div.advert.advert-holder {
  margin-bottom: 8%;
}

@media screen and (max-width: 768px) {
  .fullWidth.header {
    min-height: 12px;
    margin-top: 71px;
    background: #333;
    z-index: 1;
  }
  .inner-wrap.brand-padding {
    padding-top: 0px;
  }
  section.row.logo-container {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  section.row.logo-container {
    height: auto;
  }
}

.flex-promo-bar,
.flex-footer {
  display: flex;
  flex-wrap: wrap;
}

.flex-promo-bar .container-info,
.flex-footer .container-info {
  height: 100% !important;
}

.flex-promo-bar .widget,
.flex-footer .widget {
  width: 25%;
}

.flex-promo-bar .widget .columns.large-3.medium-6.small-12.telecoms,
.flex-footer .widget .columns.large-3.medium-6.small-12.telecoms {
  width: 100% !important;
  height: 100%;
}

.flex-promo-bar .widget .columns.large-3.medium-6.small-12.telecoms a,
.flex-footer .widget .columns.large-3.medium-6.small-12.telecoms a {
  display: block;
  height: 100%;
  width: 100%;
}

.flex-promo-bar .widget .columns.large-3.medium-6.small-12.telecoms a .overlay,
.flex-footer .widget .columns.large-3.medium-6.small-12.telecoms a .overlay {
  height: 100%;
}

@media (max-width: 991px) {
  .flex-promo-bar .widget,
  .flex-footer .widget {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .flex-promo-bar .widget,
  .flex-footer .widget {
    width: 100%;
  }
  .flex-promo-bar .widget:not(:last-child),
  .flex-footer .widget:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .fullWidth.header {
    margin-top: 0px !important;
  }
}

.fullWidth.nav-all {
  transition: all .2s ease;
}

.brand-padding.brand-padding-div {
  transition: all .2s ease;
}

.desktop-menu.top-nav nav {
  position: relative;
}

.desktop-menu.top-nav nav:before {
  background: #333333;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0px;
  display: block;
  z-index: 15;
  position: absolute;
  content: "";
}

.desktop-menu.top-nav .next-a, .desktop-menu.top-nav .prev-a {
  background: #333333;
  display: block;
  width: 15px;
  height: 53px;
  padding-top: 14px;
  cursor: pointer;
}

.desktop-menu.top-nav .next-a {
  position: absolute;
  top: 0px;
  left: 0px;
}

.desktop-menu.top-nav .prev-a {
  position: absolute;
  top: 0px;
  right: 0px;
}

.desktop-menu.top-nav .next-a:before {
  content: "\f053";
  font-size: 18px;
  color: #dbdbdb;
  display: block;
  width: 0;
  height: 0;
  border: 0;
  border-color: transparent;
  font-family: FontAwesome;
  pointer-events: none;
}

.desktop-menu.top-nav .prev-a:after {
  content: "\f054";
  font-size: 18px;
  color: #dbdbdb;
  display: block;
  width: 0;
  height: 0;
  border: 0;
  border-color: transparent;
  font-family: FontAwesome;
  position: absolute;
  pointer-events: none;
}

.desktop-menu.top-nav .large-9.menu.padding-right-zero {
  width: 70%;
}

.desktop-menu.top-nav .large-3.padding-left-zero {
  width: 30%;
  z-index: 60;
  background: #333333;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .desktop-menu.top-nav .large-9.menu.padding-right-zero {
    width: 64%;
  }
  .desktop-menu.top-nav .large-3.padding-left-zero {
    width: 36%;
  }
}

.desktop-menu.top-nav .login-menu li a {
  padding: 1.4em 12px !important;
}

.desktop-menu.top-nav .login-menu li.loggedin-icn {
  position: relative;
}

.desktop-menu.top-nav .login-menu li.loggedin-icn ul li {
  margin-bottom: 0px;
}

.desktop-menu.top-nav .login-menu li.loggedin-icn ul a {
  padding: 4px 8px !important;
}

.desktop-menu.top-nav .login-menu .edition-dropdown {
  position: relative;
}

.desktop-menu.top-nav .login-menu .edition-dropdown.has-dropdown ul {
  padding: 0px;
  top: 100%;
  box-shadow: none;
  margin-top: -2px;
}

.desktop-menu.top-nav .login-menu .edition-dropdown.has-dropdown ul li {
  padding: 0;
  margin: 0;
}

.desktop-menu.top-nav .login-menu .edition-dropdown.has-dropdown ul li a {
  background: #1a1919;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15.5px 10.5px !important;
  padding-left: 25px !important;
  line-height: 15px;
}

.desktop-menu.top-nav .login-menu .edition-dropdown.has-dropdown ul li a:hover {
  text-decoration: none;
  background: #333333;
  color: #FFFFFF;
}

.desktop-menu.top-nav .login-menu .edition-dropdown.has-dropdown a {
  padding-right: 22px !important;
  font-size: 12px;
  font-weight: 600;
  color: #f5f5f5;
  text-transform: uppercase;
}

.desktop-menu.top-nav .login-menu .edition-dropdown.has-dropdown a:hover {
  background: #1a1919;
  color: #FFFFFF;
  text-decoration: none;
}

.desktop-menu.top-nav .login-menu .edition-dropdown.has-dropdown:after {
  content: "\f078";
  font-size: 8px;
  color: #dbdbdb;
  display: block;
  width: 0;
  height: 0;
  border: 0;
  border-color: transparent;
  font-family: FontAwesome;
  position: absolute;
  top: 19px !important;
  right: 18px;
  pointer-events: none;
}

.desktop-menu.top-nav .login-menu .edition-dropdown:hover.has-dropdown:after {
  content: "\f054";
  font-size: 8px;
  color: #dbdbdb;
  display: block;
  width: 0;
  height: 0;
  border: 0;
  border-color: transparent;
  font-family: FontAwesome;
  position: absolute;
  top: 12px;
  right: 18px;
  pointer-events: none;
}

.off-canvas-list .edition-dropdown ul {
  margin-left: 0px;
}

body.overflow-hidden-w {
  overflow: hidden;
}

.region-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999999;
}

.region-popup:not(.popupenabled) {
  display: none;
}

.region-popup .region-pop-up-body {
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
}

.region-popup .region-pop-up-body .close-popup {
  color: #000;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
}

.region-popup .region-pop-up-body .close-popup:hover {
  text-decoration: none;
}

.region-popup .region-pop-up-body h3 {
  text-align: center;
  padding-bottom: 5px;
  color: #6d2077;
  padding-left: 25px;
  padding-right: 25px;
}

.region-popup .region-pop-up-body .region-wrap {
  width: 650px;
  max-width: 90%;
  min-height: 300px;
  max-height: 90%;
  background: #fff;
  border: 5px solid #6d2077;
  padding: 25px 50px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 25px auto;
  overflow: auto;
}

.region-popup .region-pop-up-body .region-wrap img {
  max-width: 100%;
}

.north-america-logo.home-logo {
  height: 90px;
  object-fit: contain;
  object-position: left center;
}

.post-type-archive-techwire .search-post .thumb a {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  display: block;
}

.post-type-archive-techwire .search-post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  border: none !important;
  margin-top: 0px !important;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.techwire-posts .snippet-magazine_img a {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  display: block;
}

.techwire-posts .snippet-magazine_img img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  border: none !important;
  margin-top: 0px !important;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.jobbio {
  overflow: hidden;
  padding-bottom: 10px;
}

.jobbio .jobbioapp {
  width: calc(100% + 52px);
  margin-left: -26px;
  margin-right: -26px;
}

.fintech-jobs hr {
  border: 1px solid #000000;
  border-color: #000000;
  border-width: 1px 0 0;
  clear: both;
  margin: 0;
  margin-top: 2px;
  height: 0;
}

.fintech-jobs h3.section-title {
  background: #000000;
  font-family: "Ubuntu", sans-serif;
  color: #FFFFFF;
  display: inline;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 4px 14px;
  text-transform: uppercase;
}

.fintech-jobbio-sidebar {
  padding-bottom: 20px;
  overflow: hidden;
}

.fintech-jobbio-sidebar .home-sidebar_title {
  text-align: left;
}

.fintech-jobbio-sidebar .jobbioapp {
  width: calc(100% + 28px);
  margin-left: -14px;
  margin-right: -14px;
}

.related-content.right .post-related {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
  margin: 0;
}

.related-content.right .post-related .post-related-list, .related-content.right .post-related .advert {
  list-style: none;
  width: 100%;
}

.related-content.right .post-related .post-related-list img, .related-content.right .post-related .advert img {
  float: left;
  display: inline-block;
}

.related-content.right .post-related .post-related-list .related-title, .related-content.right .post-related .advert .related-title {
  display: inline-block;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: bolder;
  line-height: 1.2em;
  width: 72%;
  padding-left: 15px;
}

.related-content.right .post-related .post-related-list .related-excerpt, .related-content.right .post-related .advert .related-excerpt {
  line-height: 1.2em;
  width: 72%;
  display: inline-block;
  padding-left: 15px;
}

.related-content.right .post-related .post-related-list .related-link, .related-content.right .post-related .advert .related-link {
  display: flex;
  align-content: center;
  align-items: center;
}

.related-content.right .post-related .post-related-list .related-date, .related-content.right .post-related .advert .related-date {
  display: inline-block;
  width: 70%;
  padding-left: 15px;
  color: #cccc;
}

@media (max-width: 767px) {
  .related-content.right h3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .related-content.right ul.post-related {
    padding-left: 0px;
    padding-right: 0px;
  }
  .related-content.right .post-related-list {
    margin-bottom: 0px;
  }
  .related-content.right .single-post-right .generic-sidecol .row .related-content-wrap {
    padding-left: 20px;
  }
  .related-content.right .related-content-wrap .related-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.single-post-content_text-container .aligncenter {
  display: block;
  margin: 0 auto;
}

.content-hub-articles article:nth-of-type(odd) {
  clear: both;
  float: left !important;
}

@media screen and (max-width: 991px) {
  .content-hub-articles .small-6 {
    width: 100%;
  }
  .content-hub-articles article .snippet-analysis {
    height: auto;
    padding-bottom: 10px;
  }
}

.t-cloud {
  padding-bottom: 50px;
}

.t-cloud .tag-cloud-blk {
  padding-bottom: 30px;
}

.t-cloud .tag-cloud-blk a {
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
}

#registration-field-ff_newsletter, #registration-field-ff_partners_promotions, #registration-field-t_and_c_confirm {
  padding-bottom: 10px;
}

#registration-field-ff_newsletter input, #registration-field-ff_partners_promotions input, #registration-field-t_and_c_confirm input {
  margin-top: 5px;
}

.gated-content-notification button.download-resource {
  margin-bottom: 0;
  background: #6d2077;
  text-decoration: none !important;
  color: #FFF;
}

.gated-content-notification button.download-resource:hover {
  background: #470a68;
  border-color: #FFF;
  color: #FFF;
}

:focus {
  outline: none;
}

.eloqua-gated-content {
  border: 5px solid #6d2077;
  padding: 20px;
  margin-bottom: 20px;
}

.eloqua-gated-content .elaqua-from-wrap {
  padding-top: 20px;
}

@media (min-width: 480px) {
  .eloqua-gated-content .elaqua-from-wrap:not(.user-l-in) .p-submit {
    text-align: right;
  }
}

.eloqua-gated-content .elaqua-from-wrap.user-l-in .layout.container-fluid {
  margin: 0 auto;
}

.eloqua-gated-content .elaqua-from-wrap.user-l-in .layout.container-fluid .p-submit {
  text-align: center;
}

.eloqua-gated-content .elaqua-from-wrap select {
  background-color: #fff;
}

.eloqua-gated-content h4 {
  text-align: center;
}

.eloqua-gated-content .gated-content-dec {
  text-align: center;
}

.eloqua-gated-content .gated-content-dec p:first-child {
  font-weight: normal;
}

.eloqua-gated-content .download-as-guest-form {
  display: none;
}

.eloqua-gated-content .register-buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.eloqua-gated-content .register-buttons a {
  margin: 4px 5px;
  min-width: 220px;
  text-align: center;
}

@media (max-width: 1200px) {
  .eloqua-gated-content .register-buttons a {
    min-width: 0px;
  }
}

@media (max-width: 600px) {
  .eloqua-gated-content .register-buttons {
    flex-wrap: wrap;
  }
  .eloqua-gated-content .register-buttons a {
    font-size: 12px;
    width: 100%;
  }
}

.eloqua-gated-content .register-buttons a, .eloqua-gated-content input[type='submit'] {
  text-transform: uppercase;
  font-size: 12px;
  background: #6d2077;
  color: #fff;
  border: none;
  padding: 10px 15px;
  line-height: 18px;
  text-decoration: none !important;
}

.eloqua-gated-content .register-buttons a:hover, .eloqua-gated-content input[type='submit']:hover {
  background: #000;
  color: #fff;
}

.eloqua-gated-content .container-fluid, .eloqua-gated-content .container-fluid .row, .eloqua-gated-content .layout-col {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.eloqua-gated-content .container-fluid .row {
  margin-right: 0px !important;
}

.eloqua-gated-content .reset-form {
  padding: 0px !important;
  color: #6d2077;
  margin-bottom: 4px;
}

.eloqua-gated-content .reset-form:hover {
  border: none;
}

.eloqua-gated-content #LegalLang {
  padding-left: 0px !important;
  font-size: 12px;
}

.eloqua-gated-content .form-field-hide {
  display: none;
}

.eloqua-gated-content .form-element-layout.row {
  margin-bottom: 12px;
}

.eloqua-gated-content .form-element-layout.row input, .eloqua-gated-content .form-element-layout.row select, .eloqua-gated-content .form-element-layout.row textarea {
  margin-bottom: 0px;
}

.eloqua-gated-content .form-element-layout.row .field-control-wrapper {
  margin-bottom: 0px;
}

.eloqua-gated-content .form-element-layout.row .LV_validation_message.LV_invalid {
  color: #800000;
  font-size: 12px;
}

.eloqua-gated-content .LV_validation_message.LV_valid {
  display: none;
}

.eloqua-gated-content [class*="column"] + [class*="column"], .eloqua-gated-content [class*="column"] + [class*="column"]:last-child {
  clear: both;
  float: none;
}

.eloqua-gated-content .p-submit {
  text-align: center;
  padding-top: 10px;
}

.eloqua-gated-content .p-submit input {
  min-width: 220px;
  cursor: pointer;
}

.eloqua-gated-content .layout.container-fluid {
  max-width: 600px;
}

.eloqua-gated-content .elaqua-from-wrap:not(.user-l-in) .layout.container-fluid {
  max-width: 600px;
}

@media (min-width: 480px) {
  .eloqua-gated-content .elaqua-from-wrap:not(.user-l-in) .layout.container-fluid .grid-layout-col {
    margin-left: -10px;
    margin-right: -10px;
  }
  .eloqua-gated-content .elaqua-from-wrap:not(.user-l-in) .layout.container-fluid .grid-layout-col > .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .eloqua-gated-content .elaqua-from-wrap:not(.user-l-in) .layout.container-fluid .layout-col.col-sm-6.col-xs-12 {
    width: 50%;
    float: left;
  }
}

.eloqua-gated-content .download-text {
  margin-bottom: 15px;
  font-size: 13px;
}

.eloqua-gated-content #LegalLang p {
  font-size: 13px;
  font-weight: bold;
}

.eloqua-gated-content #sponLegalLang {
  margin-bottom: 0px;
}

.logged-in .eloqua-gated-content .reset-form {
  display: none !important;
}

#LegalLang .LV_invalid, .elq-required {
  color: #800000 !important;
}

.form-panel button.login-btn, .form-panel button.save {
  display: block !important;
  text-transform: uppercase;
  font-size: 12px;
  background: #6d2077 !important;
  color: #fff;
  border: none;
  padding: 10px 20px !important;
  line-height: 18px;
  text-decoration: none !important;
  border: none !important;
  margin-top: 10px;
}

.form-panel button.login-btn:hover, .form-panel button.save:hover {
  background: #000 !important;
  color: #fff;
}

#registration-field-industry_type + .row {
  clear: both;
}

@media (min-width: 480px) {
  .form-panel .row.col-50 {
    width: calc(50% + 30px);
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
  .form-panel .row.col-50.left-margin-5 {
    margin-left: -20px;
    margin-right: -10px;
  }
  .form-panel .row.col-50.left-margin-5 + .row.col-50:not(.clear-f) {
    margin-right: -20px;
    margin-left: -10px;
  }
}

.clear-f {
  clear: both;
}

.download-successful {
  text-align: center;
  font-size: 18px;
}

.download-successful .fa {
  color: green;
  margin-right: 15px;
  font-size: 28px;
  vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */