/*************************************
Critical CSS
**************************************/
/* main: ../master.scss */
/***************  Foundation ****************/
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

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

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

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

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

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

html, body {
  font-size: 100%;
}

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

a:hover {
  cursor: pointer;
}

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

object, embed {
  height: 100%;
}

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 {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

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

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

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

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

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

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: 62.5em;
  *zoom: 1;
}

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

.row:after {
  clear: both;
}

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

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

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

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

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

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

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

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

.column, .columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

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

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

  .column.small-centered, .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .medium-1 {
    position: relative;
    width: 8.33333%;
  }

  .medium-2 {
    position: relative;
    width: 16.66667%;
  }

  .medium-3 {
    position: relative;
    width: 25%;
  }

  .medium-4 {
    position: relative;
    width: 33.33333%;
  }

  .medium-5 {
    position: relative;
    width: 41.66667%;
  }

  .medium-6 {
    position: relative;
    width: 50%;
  }

  .medium-7 {
    position: relative;
    width: 58.33333%;
  }

  .medium-8 {
    position: relative;
    width: 66.66667%;
  }

  .medium-9 {
    position: relative;
    width: 75%;
  }

  .medium-10 {
    position: relative;
    width: 83.33333%;
  }

  .medium-11 {
    position: relative;
    width: 91.66667%;
  }

  .medium-12 {
    position: relative;
    width: 100%;
  }

  .medium-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .medium-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .medium-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .medium-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

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

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

  .column.medium-centered, .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right !important;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

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

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

  .column.large-centered, .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .xlarge-1 {
    position: relative;
    width: 8.33333%;
  }

  .xlarge-2 {
    position: relative;
    width: 16.66667%;
  }

  .xlarge-3 {
    position: relative;
    width: 25%;
  }

  .xlarge-4 {
    position: relative;
    width: 33.33333%;
  }

  .xlarge-5 {
    position: relative;
    width: 41.66667%;
  }

  .xlarge-6 {
    position: relative;
    width: 50%;
  }

  .xlarge-7 {
    position: relative;
    width: 58.33333%;
  }

  .xlarge-8 {
    position: relative;
    width: 66.66667%;
  }

  .xlarge-9 {
    position: relative;
    width: 75%;
  }

  .xlarge-10 {
    position: relative;
    width: 83.33333%;
  }

  .xlarge-11 {
    position: relative;
    width: 91.66667%;
  }

  .xlarge-12 {
    position: relative;
    width: 100%;
  }

  .xlarge-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .xlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .xlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .xlarge-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .xlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .xlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .xlarge-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .xlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .xlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .xlarge-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .xlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

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

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

  .column.xlarge-centered, .columns.xlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.xlarge-uncentered, .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.xlarge-uncentered.opposite, .columns.xlarge-uncentered.opposite {
    float: right !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto;
  }

  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto;
  }

  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto;
  }

  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .xxlarge-1 {
    position: relative;
    width: 8.33333%;
  }

  .xxlarge-2 {
    position: relative;
    width: 16.66667%;
  }

  .xxlarge-3 {
    position: relative;
    width: 25%;
  }

  .xxlarge-4 {
    position: relative;
    width: 33.33333%;
  }

  .xxlarge-5 {
    position: relative;
    width: 41.66667%;
  }

  .xxlarge-6 {
    position: relative;
    width: 50%;
  }

  .xxlarge-7 {
    position: relative;
    width: 58.33333%;
  }

  .xxlarge-8 {
    position: relative;
    width: 66.66667%;
  }

  .xxlarge-9 {
    position: relative;
    width: 75%;
  }

  .xxlarge-10 {
    position: relative;
    width: 83.33333%;
  }

  .xxlarge-11 {
    position: relative;
    width: 91.66667%;
  }

  .xxlarge-12 {
    position: relative;
    width: 100%;
  }

  .xxlarge-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .xxlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .xxlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .xxlarge-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .xxlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .xxlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .xxlarge-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .xxlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .xxlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .xxlarge-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .xxlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

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

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

  .column.xxlarge-centered, .columns.xxlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.xxlarge-uncentered, .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.xxlarge-uncentered.opposite, .columns.xxlarge-uncentered.opposite {
    float: right !important;
  }
}
[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
}

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

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

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

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
  }

  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
  }

  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
  }

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.show-for-small, .show-for-small-only, .show-for-medium-down, .show-for-large-down, .hide-for-medium, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
  display: inherit !important;
}

.hide-for-small, .hide-for-small-only, .hide-for-medium-down, .show-for-medium, .show-for-medium-up, .show-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
  display: none !important;
}

table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table;
}

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important;
}

td.show-for-small, td.show-for-small-only, td.show-for-medium-down td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge td.hide-for-xlarge-up, td.hide-for-xxlarge-up, th.show-for-small, th.show-for-small-only, th.show-for-medium-down th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge th.hide-for-xlarge-up, th.hide-for-xxlarge-up {
  display: table-cell !important;
}

@media only screen and (min-width: 40.063em) {
  .hide-for-small, .hide-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-up, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important;
  }

  .show-for-small, .show-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important;
  }

  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }

  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
  }

  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.show-for-medium, th.show-for-medium-down, th.show-for-medium-up, th.show-for-medium-only, th.hide-for-large, th.hide-for-large-up, th.hide-for-large-only, th.hide-for-xlarge, th.hide-for-xlarge-up, th.hide-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important;
  }

  .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important;
  }

  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
  }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large, th.show-for-large-up, th.show-for-large-only, th.hide-for-xlarge, th.hide-for-xlarge-up, th.hide-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important;
  }

  .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important;
  }

  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
  }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large-up, th.show-for-xlarge, th.show-for-xlarge-up, th.show-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .show-for-xlarge-up, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: inherit !important;
  }

  .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: none !important;
  }

  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table;
  }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important;
  }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important;
  }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important;
  }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large-up, th.show-for-xlarge-up, th.show-for-xxlarge-up, th.show-for-xxlarge-only {
    display: table-cell !important;
  }
}
.show-for-landscape, .hide-for-portrait {
  display: inherit !important;
}

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

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;
  }

  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;
  }

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

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;
}

/************  Content Blocks  **************/
.block-container.white + .block-container.white .block-inner,
.block-container.black + .block-container.black .block-inner,
.block-container.light + .block-container.light .block-inner,
.block-container.dark + .block-container.dark .block-inner,
.block-container.red + .block-container.red .block-inner,
.block-container.blue + .block-container.blue .block-inner,
.block-container.green + .block-container.green .block-inner,
.block-container.none + .block-container.none .block-inner,
.block-container.gray + .block-container.gray .block-inner,
.block-container.lightgray + .block-container.lightgray .block-inner,
.block-container.darkgray + .block-container.darkgray .block-inner,
.block-container.grey + .block-container.grey .block-inner,
.block-container.lightgrey + .block-container.lightgrey .block-inner,
.block-container.darkgrey + .block-container.darkgrey .block-inner {
  padding-top: 0;
}

/***************  Colorbox  *****************/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) repeat 0 0;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  background: white;
  overflow: hidden;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 28px;
}

#cboxTitle {
  margin: 0;
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
  border-radius: 4px;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: white;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#colorbox {
  outline: 0;
  border: 8px solid black;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

#cboxError {
  padding: 50px;
  border: 1px solid #cccccc;
}

#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight {
  width: 6px;
  height: 6px;
}

#cboxMiddleLeft, #cboxMiddleRight {
  width: 6px;
}

#cboxTopCenter, #cboxBottomCenter {
  height: 6px;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: -460px -897px;
  border-radius: 15px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: -476px -897px;
  border-radius: 15px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  background-position: -14px -842px;
  border-radius: 15px;
}

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/* main: ../master.scss */
/*
 * minified reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

html, body {
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* main: ../master.scss */
/* main: ../master.scss */
.alignleft, .alignright {
  display: inline-block;
}

.alignleft {
  float: left;
  margin: 0 20px 5px 0;
}

.alignright {
  float: right;
  margin: 0 0 5px 20px;
}

.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 15px auto;
}

.wp-caption {
  background: rgba(0, 0, 0, 0.1);
  border: 1px rgba(0, 0, 0, 0.3) solid;
  padding: 15px;
  font-size: 0.85em;
  text-align: center;
}

.wp-caption img {
  border: 1px rgba(0, 0, 0, 0.3) solid;
  margin: 0 auto 15px auto;
  max-width: 98.5%;
  width: auto;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/* main: ../master.scss */
/*************************************
Foundation
**************************************/
/*************************************
Colors
**************************************/
/*************************************
Typography
**************************************/
/*************************************
Extends
**************************************/
.tooltip-content {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tooltip-content.show {
  clip: auto;
  overflow: visible;
}

/*************************************
Backgrounds
**************************************/
.bg-white {
  background-color: #ffffff;
}

.bg-grey {
  background-color: #f4f4f4;
}

.bg-blue {
  background-color: #4796C9;
}
.bg-blue * {
  color: #ffffff;
}

.bg-green {
  background-color: #30733f;
}
.bg-green * {
  color: #ffffff;
}

.bg-blue-border {
  background-color: #4796C9;
  border-top: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
}
.bg-blue-border * {
  color: #ffffff;
}

.bg-green-border {
  background-color: #30733f;
  border-top: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
}
.bg-green-border * {
  color: #ffffff;
}

.bg-gradient {
  background-image: -owg-linear-gradient(to bottom, white 0%, #ebebeb 100%);
  background-image: -webkit-linear-gradient(to bottom, white 0%, #ebebeb 100%);
  background-image: -moz-linear-gradient(to bottom, white 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(to bottom, white 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, white 0%, #ebebeb 100%);
}

.bg-image, .bg-image-border {
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.bg-image-border {
  border-top: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
  color: #ffffff;
}

.bg-darken,
.bg-lighten {
  position: relative;
}
.bg-darken::after,
.bg-lighten::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-darken::after {
  background-color: rgba(35, 35, 35, 0.4);
}

.bg-lighten::after {
  background-color: rgba(246, 246, 246, 0.4);
}

.center-top {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

.icon-color-StartRecording-01::before {
  content: "\e943";
  color: #e1e1e1;
}

.icon-color-StartRecording-01::after {
  content: "\e944";
  color: #d11111;
}

.icon-color-StopRecording::before {
  content: "\e945";
  color: #e1e1e1;
}

.icon-color-StopRecording::after {
  content: "\e946";
  color: #d11111;
}

.icon-color-StartRecording-01::after,
.icon-color-StopRecording::after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}

/* main: ../master.scss */
/*************************************
Extends
**************************************/
.global-wrapper, .global-search form [class*=icon-search], .global-search, .global-search .search-wrap .toggle span, .menu-toggle .toggle span,
.global-search .search-wrap .toggle span::before,
.menu-toggle .toggle span::before,
.global-search .search-wrap .toggle span::after,
.menu-toggle .toggle span::after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.global-search .search-wrap .toggle, .menu-toggle .toggle {
  width: 1.2222222222rem;
  height: 0.8333333333rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.global-search .search-wrap .toggle span, .menu-toggle .toggle span,
.global-search .search-wrap .toggle span::before,
.menu-toggle .toggle span::before,
.global-search .search-wrap .toggle span::after,
.menu-toggle .toggle span::after {
  width: inherit;
  height: 2px;
  cursor: pointer;
  position: absolute;
  display: block;
  background-color: #cdcdcd;
}
.global-search .search-wrap .toggle span, .menu-toggle .toggle span,
.global-search .search-wrap .toggle span::after,
.menu-toggle .toggle span::after {
  top: 6px;
}
.global-search .search-wrap .toggle span::before, .menu-toggle .toggle span::before,
.global-search .search-wrap .toggle span::after,
.menu-toggle .toggle span::after {
  content: "";
}
.global-search .search-wrap .toggle span::before, .menu-toggle .toggle span::before {
  top: -6px;
}

.global-search .search-wrap .toggle:hover span, .menu-toggle .toggle:hover span,
.global-search .search-wrap .toggle:hover span::before,
.menu-toggle .toggle:hover span::before,
.global-search .search-wrap .toggle:hover span::after,
.menu-toggle .toggle:hover span::after {
  background-color: #0087cd;
}

.global-search .search-wrap .toggle span, .global.active .menu-toggle .toggle span {
  background-color: transparent;
}
.global-search .search-wrap .toggle span::before, .global.active .menu-toggle .toggle span::before,
.global-search .search-wrap .toggle span::after,
.global.active .menu-toggle .toggle span::after {
  top: 0;
}
.global-search .search-wrap .toggle span::before, .global.active .menu-toggle .toggle span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.global-search .search-wrap .toggle span::after, .global.active .menu-toggle .toggle span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.global-search .search-wrap .toggle:hover span, .global.active .menu-toggle .toggle:hover span {
  background-color: transparent;
}

.main-nav .parent-click::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* main: ../master.scss */
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*************************************
Swiper
**************************************/
.swiper-container {
  padding-top: 2.3rem;
  position: relative;
}
.swiper-container.swiper-single {
  padding-top: 0;
}
.container-swiper-pagination {
  height: 1.2rem;
  text-align: center;
  z-index: 10;
  margin-top: 1rem;
}
.container-swiper-pagination .swiper-pagination.swiper-single .swiper-pagination-bullet {
  display: none;
}

.swiper-pagination-bullets {
  display: inline-block;
  position: static;
}
@media only screen and (min-width: 1025px) {
  .swiper-pagination-bullets {
    display: block;
    position: absolute;
    width: 100%;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  -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;
  width: 12px;
  width: 0.6666666667rem;
  height: 12px;
  height: 0.6666666667rem;
  border-radius: 50%;
  background-color: #969696;
  border: 2px solid #969696;
  display: inline-block;
  cursor: pointer;
}
.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 15px;
  margin-left: 0.8333333333rem;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #ffffff;
  border: 2px solid #0087cd;
}

/* main: ../master.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
  padding-bottom: 3px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#cccccc", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

select.select2-select {
  display: none;
}

.select2-results__message {
  display: none !important;
}

.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #787878;
  border-radius: inherit;
  z-index: 5;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #787878;
  border-radius: inherit;
  top: -45px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border: 0;
  border-radius: inherit;
  color: #6a6a6a;
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.3;
  outline: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option {
  background-color: #ffffff;
  color: #6a6a6a;
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0.45rem 3.55rem 0.45rem 1.1rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f4f4f4;
}
.select2-container--default .select2-results__option:hover {
  background-color: #f4f4f4;
}

/* main: ../master.scss */
/*************************************
Buttons
**************************************/
button,
.button,
input[type=submit] {
  -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;
  border-radius: 8px;
  border-radius: 0.4444444444rem;
  border-radius: 8px;
  color: #ffffff;
  padding: 0.5rem 0.7rem;
  text-transform: none;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #30733f;
  border: 1px solid transparent !important;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  position: relative;
  outline: none;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  background-image: none !important;
}
button.button-blue,
.button.button-blue,
input[type=submit].button-blue {
  background-color: #4796C9;
}
button.button-blue:hover,
.button.button-blue:hover,
input[type=submit].button-blue:hover {
  background-color: #0087cd;
}
button.button-red,
.button.button-red,
input[type=submit].button-red {
  background-color: #DF2935;
}
button.button-red:hover,
.button.button-red:hover,
input[type=submit].button-red:hover {
  background-color: #9E1C25;
}
button:hover,
.button:hover,
input[type=submit]:hover {
  background-color: #46a65a;
}
button:focus,
.button:focus,
input[type=submit]:focus {
  outline: none;
}
button + .button,
.button + .button,
input[type=submit] + .button {
  margin-left: 7px;
  margin-left: 0.3888888889rem;
}
@media only screen and (max-width: 640px) {
  button + .button,
.button + .button,
input[type=submit] + .button {
    margin-top: 18px;
    margin-top: 1rem;
    margin-left: 0px;
    margin-left: 0rem;
  }
}
button.outline,
.button.outline,
input[type=submit].outline {
  background-color: transparent;
  color: #5f5f5f;
  border-color: #cdcdcd;
}
button.outline:hover,
.button.outline:hover,
input[type=submit].outline:hover {
  border-color: #5f5f5f;
}

.block-form .mktoForm button,
.block-form .mktoForm .button,
.block-form .mktoForm input[type=submit],
.block-form .mktoForm .mktoButtonWrap.mktoInset .mktoButton,
.block-form-footer .mktoForm button,
.block-form-footer .mktoForm .button,
.block-form-footer .mktoForm input[type=submit],
.block-form-footer .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  box-shadow: none;
}
.block-form .mktoForm .mktoButtonWrap.mktoInset .mktoButton,
.block-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.block-form-footer .mktoForm .mktoButtonWrap.mktoInset .mktoButton,
.block-form-footer .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  -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;
  border-radius: 8px;
  border-radius: 0.4444444444rem;
  border-radius: 8px;
  color: #ffffff;
  padding: 0.5rem 0.7rem;
  text-transform: none;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #30733f;
  border: 1px solid transparent !important;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  position: relative;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-appearance: none;
  background-image: none !important;
}
.block-form .mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover,
.block-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.block-form-footer .mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover,
.block-form-footer .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background-color: #46a65a;
}
.block-form .mktoForm .mktoButtonWrap.mktoInset .mktoButton:focus,
.block-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
.block-form-footer .mktoForm .mktoButtonWrap.mktoInset .mktoButton:focus,
.block-form-footer .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
  outline: none;
}

[type=submit]::-moz-focus-inner,
[type=button]::-moz-focus-inner,
.button::-moz-focus-inner {
  border: 0;
  padding-bottom: 0.1rem;
}

.view-all-button-container {
  padding: 0 0 2.8rem;
  margin-top: -0.6rem;
}

.block-form .mktoButtonRow,
.block-form-footer .mktoButtonRow {
  display: block;
  text-align: center;
}
.block-form .gform_heading,
.block-form-footer .gform_heading {
  text-align: center;
}

input,
textarea {
  margin-top: 5px;
  margin-top: 0.2777777778rem;
  padding: 12px 18px;
  padding: 0.6666666667rem 1rem;
  font-size: 16px;
  font-size: 0.8888888889em;
  line-height: 16px;
  line-height: 0.8888888889rem;
  color: #787878;
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif;
  font-weight: 400;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
}
input:focus,
textarea:focus {
  outline: none;
}

.block-form .mktoForm,
.block-form-footer .mktoForm {
  -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;
  padding: 34px;
  padding: 1.8888888889rem;
  border-radius: 15px;
  border-radius: 0.8333333333rem;
  background-color: #ffffff;
}
.block-form .mktoForm .mktoOffset,
.block-form .mktoForm .mktoGutter,
.block-form .mktoForm .mktoClear,
.block-form .mktoForm .grav-select .mktoLabel,
.block-form-footer .mktoForm .mktoOffset,
.block-form-footer .mktoForm .mktoGutter,
.block-form-footer .mktoForm .mktoClear,
.block-form-footer .mktoForm .grav-select .mktoLabel {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}
.block-form .mktoForm .mktoFormRow.full-width,
.block-form-footer .mktoForm .mktoFormRow.full-width {
  width: 97%;
}
.block-form .mktoForm .mktoFieldDescriptor,
.block-form-footer .mktoForm .mktoFieldDescriptor {
  margin-bottom: 1.6rem !important;
}
.block-form .mktoForm .mktoFieldDescriptor.mktoFormCol,
.block-form-footer .mktoForm .mktoFieldDescriptor.mktoFormCol {
  min-height: 42px;
  min-height: 2.3333333333rem;
}
.block-form .mktoForm input[type=hidden],
.block-form-footer .mktoForm input[type=hidden] {
  margin-bottom: 0 !important;
}
.block-form .mktoForm input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.block-form .mktoForm textarea,
.block-form .mktoForm select,
.block-form .mktoForm .mktoField,
.block-form-footer .mktoForm input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.block-form-footer .mktoForm textarea,
.block-form-footer .mktoForm select,
.block-form-footer .mktoForm .mktoField {
  -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;
  border-radius: 10px;
  border-radius: 0.5555555556rem;
  box-shadow: none !important;
  border: 1px solid #bbbbbb !important;
}
.block-form .mktoForm .mktoLabel,
.block-form-footer .mktoForm .mktoLabel {
  padding-top: 0;
}
.block-form .mktoForm .mktoFieldWrap,
.block-form-footer .mktoForm .mktoFieldWrap {
  height: 42px;
  height: 2.3333333333rem;
  position: relative;
}
.block-form .mktoForm .grav-checkbox,
.block-form-footer .mktoForm .grav-checkbox {
  -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;
  height: auto !important;
  height: 0;
  opacity: 0;
  overflow: hidden;
  min-height: 0 !important;
  display: none;
}
.block-form .mktoForm .grav-checkbox.mktoFormCol,
.block-form-footer .mktoForm .grav-checkbox.mktoFormCol {
  min-height: auto !important;
}
.block-form .mktoForm .grav-checkbox.mktoFormCol .mktoFieldWrap,
.block-form-footer .mktoForm .grav-checkbox.mktoFormCol .mktoFieldWrap {
  height: auto !important;
  min-height: auto !important;
}
.block-form .mktoForm .grav-checkbox .mktoCheckboxList,
.block-form-footer .mktoForm .grav-checkbox .mktoCheckboxList {
  width: 100% !important;
}
.block-form .mktoForm .grav-checkbox .mktoLabel,
.block-form-footer .mktoForm .grav-checkbox .mktoLabel {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-top: 0;
  top: 0;
  left: 2rem !important;
}
.block-form .mktoForm .grav-checkbox .mktoLabel::after,
.block-form-footer .mktoForm .grav-checkbox .mktoLabel::after {
  clear: both;
}
.block-form .mktoForm .grav-checkbox.is-student, .block-form .mktoForm .grav-checkbox.show-checkbox,
.block-form-footer .mktoForm .grav-checkbox.is-student,
.block-form-footer .mktoForm .grav-checkbox.show-checkbox {
  min-height: 42 !important;
  height: auto !important;
  opacity: 1;
  overflow: auto;
  display: block;
}
.block-form .mktoForm .grav-checkbox .mktoField,
.block-form .mktoForm .grav-checkbox input[type=checkbox],
.block-form-footer .mktoForm .grav-checkbox .mktoField,
.block-form-footer .mktoForm .grav-checkbox input[type=checkbox] {
  opacity: 1;
}
.block-form .mktoForm .grav-checkbox .mktoField + label::before,
.block-form .mktoForm .grav-checkbox input[type=checkbox] + label::before,
.block-form-footer .mktoForm .grav-checkbox .mktoField + label::before,
.block-form-footer .mktoForm .grav-checkbox input[type=checkbox] + label::before {
  display: none;
}
.block-form .mktoForm .grav-checkbox + .mktoClear,
.block-form-footer .mktoForm .grav-checkbox + .mktoClear {
  clear: both;
  margin-bottom: 2rem;
}
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor,
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor {
  -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;
  overflow: hidden;
  min-height: 42 !important;
  height: auto !important;
  opacity: 1;
  display: block;
}
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor.mktoFormCol,
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor.mktoFormCol {
  min-height: auto !important;
}
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap,
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap {
  height: auto !important;
  min-height: auto !important;
}
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoCheckboxList,
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoCheckboxList {
  position: absolute;
  width: 1.5rem !important;
}
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoCheckboxList input,
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoCheckboxList input {
  cursor: pointer;
}
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoCheckboxList.mktoInvalid,
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoCheckboxList.mktoInvalid {
  border: 0;
}
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoLabel,
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoLabel {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  top: 0;
  left: 2rem !important;
  width: 90% !important;
}
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoLabel::after,
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoLabel::after {
  clear: both;
}
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoError,
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoError {
  position: absolute;
  z-index: 999;
  color: #bf0000;
  left: -2px;
  top: 20px;
}
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoField,
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor input[type=checkbox],
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoField,
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor input[type=checkbox] {
  opacity: 1;
}
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoField + label::before,
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor input[type=checkbox] + label::before,
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor .mktoField + label::before,
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor input[type=checkbox] + label::before {
  display: none;
}
.block-form .mktoForm .is-grav-checkbox .mktoFieldDescriptor + .mktoClear,
.block-form-footer .mktoForm .is-grav-checkbox .mktoFieldDescriptor + .mktoClear {
  clear: both;
  margin-bottom: 2rem;
}
.block-form .mktoForm .grav-radio .mktoRadioList,
.block-form .mktoForm .grav-radio .mktoFieldWrap,
.block-form-footer .mktoForm .grav-radio .mktoRadioList,
.block-form-footer .mktoForm .grav-radio .mktoFieldWrap {
  height: auto !important;
}
.block-form .mktoForm .grav-radio .mktoFieldWrap,
.block-form-footer .mktoForm .grav-radio .mktoFieldWrap {
  border-radius: 10px;
  border-radius: 0.5555555556rem;
  padding: 12px 18px;
  padding: 0.6666666667rem 1rem;
  border: 1px solid #bbbbbb !important;
}
.block-form .mktoForm .grav-radio .mktoFieldWrap .mktoLabel,
.block-form .mktoForm .grav-radio .mktoFieldWrap label,
.block-form-footer .mktoForm .grav-radio .mktoFieldWrap .mktoLabel,
.block-form-footer .mktoForm .grav-radio .mktoFieldWrap label {
  line-height: 18px;
  line-height: 1rem;
  margin: 0px 0px 10px;
  margin: 0rem 0rem 0.5555555556rem;
  color: #787878 !important;
}
.block-form .mktoForm .grav-radio .mktoFieldWrap .mktoRadioList label,
.block-form-footer .mktoForm .grav-radio .mktoFieldWrap .mktoRadioList label {
  margin: 0px 0px 10px 30px;
  margin: 0rem 0rem 0.5555555556rem 1.6666666667rem;
}
.block-form .mktoForm .grav-radio .mktoFieldWrap .mktoField,
.block-form .mktoForm .grav-radio .mktoFieldWrap input[type=radio],
.block-form-footer .mktoForm .grav-radio .mktoFieldWrap .mktoField,
.block-form-footer .mktoForm .grav-radio .mktoFieldWrap input[type=radio] {
  margin-bottom: 10px;
  margin-bottom: 0.5555555556rem;
}
.block-form .mktoForm .grav-radio .mktoFieldWrap .mktoField + label:before,
.block-form .mktoForm .grav-radio .mktoFieldWrap input[type=radio] + label:before,
.block-form-footer .mktoForm .grav-radio .mktoFieldWrap .mktoField + label:before,
.block-form-footer .mktoForm .grav-radio .mktoFieldWrap input[type=radio] + label:before {
  -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;
  height: 18px;
  height: 1rem;
  width: 18px;
  width: 1rem;
  box-shadow: none !important;
  background-image: none;
  background-position: 0 0;
  background-color: transparent;
}
.block-form .mktoForm .grav-radio .mktoFieldWrap .mktoField:checked + label:before,
.block-form .mktoForm .grav-radio .mktoFieldWrap input[type=radio]:checked + label:before,
.block-form-footer .mktoForm .grav-radio .mktoFieldWrap .mktoField:checked + label:before,
.block-form-footer .mktoForm .grav-radio .mktoFieldWrap input[type=radio]:checked + label:before {
  background-color: #46a65a;
  border: 1px solid #30733f;
}
.block-form .mktoForm .grav-textarea textarea,
.block-form-footer .mktoForm .grav-textarea textarea {
  overflow: hidden;
  line-height: 34px !important;
}
.block-form .mktoForm .grav-transforms .mktoField :-ms-input-placeholder,
.block-form-footer .mktoForm .grav-transforms .mktoField :-ms-input-placeholder {
  color: #ffffff;
}
.block-form .mktoForm .grav-transforms .mktoField :-moz-placeholder,
.block-form-footer .mktoForm .grav-transforms .mktoField :-moz-placeholder {
  color: #ffffff;
}
.block-form .mktoForm .grav-transforms .mktoField ::-moz-placeholder,
.block-form-footer .mktoForm .grav-transforms .mktoField ::-moz-placeholder {
  color: #ffffff;
}
.block-form .mktoForm .grav-transforms .mktoField ::-webkit-input-placeholder,
.block-form-footer .mktoForm .grav-transforms .mktoField ::-webkit-input-placeholder {
  color: #ffffff;
}
.block-form .mktoForm .grav-transforms .mktoLabel,
.block-form-footer .mktoForm .grav-transforms .mktoLabel {
  -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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  left: 1.1111111111rem;
  background-image: -owg-linear-gradient(#ffffff, #ffffff);
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(#ffffff, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff);
  width: auto !important;
  top: 50%;
  position: absolute;
  color: #6a6a6a;
}
.block-form .mktoForm .grav-transforms.grav-checkbox,
.block-form-footer .mktoForm .grav-transforms.grav-checkbox {
  overflow: visible;
}
.block-form .mktoForm .grav-transforms.grav-checkbox .mktoLabel,
.block-form-footer .mktoForm .grav-transforms.grav-checkbox .mktoLabel {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  top: 0;
  left: 2rem !important;
}
.block-form .mktoForm .grav-transforms.grav-checkbox .mktoCheckboxList,
.block-form-footer .mktoForm .grav-transforms.grav-checkbox .mktoCheckboxList {
  position: absolute;
  width: 1.5rem !important;
}
.block-form .mktoForm .grav-transforms.grav-checkbox .mktoCheckboxList input,
.block-form-footer .mktoForm .grav-transforms.grav-checkbox .mktoCheckboxList input {
  cursor: pointer;
}
.block-form .mktoForm .grav-transforms.grav-checkbox .mktoError,
.block-form-footer .mktoForm .grav-transforms.grav-checkbox .mktoError {
  position: absolute;
  z-index: 999;
  color: #bf0000;
  left: -2px;
  top: 20px;
}
.block-form .mktoForm .grav-transforms.grav-checkbox label[for=Confirmed_Opt_In__c].mktoLabel,
.block-form-footer .mktoForm .grav-transforms.grav-checkbox label[for=Confirmed_Opt_In__c].mktoLabel {
  width: 90% !important;
}
.block-form .mktoForm .grav-transforms.focused:not(.grav-checkbox) .mktoLabel,
.block-form-footer .mktoForm .grav-transforms.focused:not(.grav-checkbox) .mktoLabel {
  -webkit-transform: translateY(-26px);
  -moz-transform: translateY(-26px);
  -ms-transform: translateY(-26px);
  -o-transform: translateY(-26px);
  transform: translateY(-26px);
  font-size: 75%;
  color: #323232;
}
.block-form .mktoForm .grav-transforms.focused:not(.grav-checkbox) .mktoField,
.block-form-footer .mktoForm .grav-transforms.focused:not(.grav-checkbox) .mktoField {
  border: 1px solid #787878 !important;
}
.block-form .mktoForm .grav-transforms.focused:not(.grav-checkbox).value .mktoLabel,
.block-form-footer .mktoForm .grav-transforms.focused:not(.grav-checkbox).value .mktoLabel {
  color: #6a6a6a;
}
.block-form .mktoForm .grav-transforms.focused:not(.grav-checkbox).value .mktoField,
.block-form-footer .mktoForm .grav-transforms.focused:not(.grav-checkbox).value .mktoField {
  border: 1px solid #bbbbbb !important;
}

.block-form .mktoForm {
  padding: 17px;
  padding: 0.9444444444rem;
}

.block-form-footer .mktoForm {
  border: 1px solid #bbbbbb;
}

.block-form .mktoForm,
.block-form .mktoForm .mktoLabel,
.block-form-footer .mktoForm,
.block-form-footer .mktoForm .mktoLabel {
  width: 100% !important;
}
.block-form .mktoForm *:not(button):not(.button),
.block-form-footer .mktoForm *:not(button):not(.button) {
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 400 !important;
}
.block-form .mktoForm .mktoError,
.block-form-footer .mktoForm .mktoError {
  z-index: 100;
}
.block-form .mktoForm a,
.block-form-footer .mktoForm a {
  padding-left: 0;
  padding-right: 0;
}
.block-form .mktoForm .mktoFormCol,
.block-form .mktoForm .mktoFieldWrap,
.block-form-footer .mktoForm .mktoFormCol,
.block-form-footer .mktoForm .mktoFieldWrap {
  float: none;
}
.block-form .mktoForm .mktoFormRow.terms,
.block-form-footer .mktoForm .mktoFormRow.terms {
  font-size: 16px;
  font-size: 0.8888888889em;
  line-height: 16px;
  line-height: 0.8888888889rem;
  margin-top: 2rem;
  float: none;
}
.block-form .mktoForm .mktoFormRow.terms .mktoFieldWrap,
.block-form-footer .mktoForm .mktoFormRow.terms .mktoFieldWrap {
  height: auto;
}
.block-form .mktoForm .mktoFormRow.terms .mktoHtmlText,
.block-form .mktoForm .mktoFormRow.terms p,
.block-form-footer .mktoForm .mktoFormRow.terms .mktoHtmlText,
.block-form-footer .mktoForm .mktoFormRow.terms p {
  font-size: 16px;
  font-size: 0.8888888889em;
  line-height: 16px;
  line-height: 0.8888888889rem;
}
.block-form .mktoForm .mktoFormRow.terms .mktoHtmlText a:link,
.block-form .mktoForm .mktoFormRow.terms .mktoHtmlText a:visited,
.block-form .mktoForm .mktoFormRow.terms p a:link,
.block-form .mktoForm .mktoFormRow.terms p a:visited,
.block-form-footer .mktoForm .mktoFormRow.terms .mktoHtmlText a:link,
.block-form-footer .mktoForm .mktoFormRow.terms .mktoHtmlText a:visited,
.block-form-footer .mktoForm .mktoFormRow.terms p a:link,
.block-form-footer .mktoForm .mktoFormRow.terms p a:visited {
  -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;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  border-bottom: 0;
  display: inline;
  padding: 0;
  color: #0087cd;
}
.block-form .mktoForm .mktoFormRow.terms .mktoHtmlText a:hover,
.block-form .mktoForm .mktoFormRow.terms p a:hover,
.block-form-footer .mktoForm .mktoFormRow.terms .mktoHtmlText a:hover,
.block-form-footer .mktoForm .mktoFormRow.terms p a:hover {
  text-decoration: none;
  border-bottom: 0;
  color: #0e4764;
}
.block-form .mktoAsterix,
.block-form .mktoOffset,
.block-form .mktoGutter,
.block-form .mktoGutter.mktoHasWidth,
.block-form-footer .mktoAsterix,
.block-form-footer .mktoOffset,
.block-form-footer .mktoGutter,
.block-form-footer .mktoGutter.mktoHasWidth {
  display: none !important;
}
.block-form .mktoButtonWrap.mktoInset,
.block-form .mktoButtonWrap.mktoSimple,
.block-form-footer .mktoButtonWrap.mktoInset,
.block-form-footer .mktoButtonWrap.mktoSimple {
  margin-left: 0 !important;
}
.block-form .mktoForm input[type=text],
.block-form .mktoForm input[type=url],
.block-form .mktoForm input[type=email],
.block-form .mktoForm input[type=tel],
.block-form .mktoForm input[type=number],
.block-form .mktoForm input[type=date],
.block-form .mktoForm select.mktoField,
.block-form .mktoForm textarea.mktoField,
.block-form .mktoForm .mktoRadioList,
.block-form-footer .mktoForm input[type=text],
.block-form-footer .mktoForm input[type=url],
.block-form-footer .mktoForm input[type=email],
.block-form-footer .mktoForm input[type=tel],
.block-form-footer .mktoForm input[type=number],
.block-form-footer .mktoForm input[type=date],
.block-form-footer .mktoForm select.mktoField,
.block-form-footer .mktoForm textarea.mktoField,
.block-form-footer .mktoForm .mktoRadioList {
  padding: 0px 18px;
  padding: 0rem 1rem;
  font-size: 18px;
  font-size: 1em;
  line-height: 16px;
  line-height: 0.8888888889rem;
  height: 42px;
  height: 2.3333333333rem;
  color: #6a6a6a !important;
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  background-color: #ffffff !important;
  width: 100% !important;
}
.block-form .mktoForm input[type=text]:focus,
.block-form .mktoForm input[type=url]:focus,
.block-form .mktoForm input[type=email]:focus,
.block-form .mktoForm input[type=tel]:focus,
.block-form .mktoForm input[type=number]:focus,
.block-form .mktoForm input[type=date]:focus,
.block-form .mktoForm select.mktoField:focus,
.block-form .mktoForm textarea.mktoField:focus,
.block-form .mktoForm .mktoRadioList:focus,
.block-form-footer .mktoForm input[type=text]:focus,
.block-form-footer .mktoForm input[type=url]:focus,
.block-form-footer .mktoForm input[type=email]:focus,
.block-form-footer .mktoForm input[type=tel]:focus,
.block-form-footer .mktoForm input[type=number]:focus,
.block-form-footer .mktoForm input[type=date]:focus,
.block-form-footer .mktoForm select.mktoField:focus,
.block-form-footer .mktoForm textarea.mktoField:focus,
.block-form-footer .mktoForm .mktoRadioList:focus {
  outline: none !important;
}

@media only screen and (min-width: 641px) {
  .block-form-footer .mktoFormRow {
    clear: none !important;
    float: left;
    width: 48%;
    margin-left: 1%;
  }
}
.block-form-footer .mktoButtonRow {
  clear: both;
  display: block;
  margin-left: 1%;
  text-align: center;
}

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

:-moz-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
}

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

/*************************************
Forms
**************************************/
.gform_wrapper li {
  float: left;
  width: 100%;
  text-align: left;
}
.gform_wrapper li.right-side {
  float: right;
}
.gform_wrapper li.left-side, .gform_wrapper li.right-side {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .gform_wrapper li.left-side, .gform_wrapper li.right-side {
    float: left;
    width: 100%;
  }
}
.gform_wrapper li + li {
  margin-top: 10px;
  margin-top: 0.5555555556rem;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper li + li:nth-child(2) {
    margin-top: 0;
  }
}
.gform_wrapper input:not([type=submit]),
.gform_wrapper textarea {
  width: 100%;
  border: 1px solid #d6d6d6;
}
.gform_wrapper input:not([type=submit]):focus,
.gform_wrapper textarea:focus {
  outline: none;
}
.gform_wrapper .gfield_required {
  font-size: 17px;
  font-size: 0.9444444444em;
  line-height: 24px;
  line-height: 1.3333333333rem;
  vertical-align: super;
  margin-left: 0.25rem;
}
.gform_wrapper input[type=submit] {
  margin-top: 40px;
  margin-top: 2.2222222222rem;
}
.gform_wrapper .gform_footer {
  clear: both;
}

form {
  margin-top: 28px;
  margin-top: 1.5555555556rem;
}
form :-ms-input-placeholder {
  font-size: 20px;
  line-height: 45px;
  color: #323232;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
form :-moz-placeholder {
  font-size: 20px;
  line-height: 45px;
  color: #323232;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
form ::-moz-placeholder {
  font-size: 20px;
  line-height: 45px;
  color: #323232;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
form ::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 45px;
  color: #323232;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
form input[type=text],
form input[type=email],
form textarea {
  width: 100%;
}
form li {
  display: block;
}
form li + li {
  margin-top: 1rem;
}
.global-search form.search input[type=text] {
  padding: 0 2.5rem 0 0;
  border: 0;
  border-bottom: 2px solid #4796C9;
}
.global-search form.search input[type=text] :-ms-input-placeholder {
  font-size: 1.5rem;
  font-weight: 500;
  color: #6a6a6a;
}
.global-search form.search input[type=text] :-moz-placeholder {
  font-size: 1.5rem;
  font-weight: 500;
  color: #6a6a6a;
}
.global-search form.search input[type=text] ::-moz-placeholder {
  font-size: 1.5rem;
  font-weight: 500;
  color: #6a6a6a;
}
.global-search form.search input[type=text] ::-webkit-input-placeholder {
  font-size: 1.5rem;
  font-weight: 500;
  color: #6a6a6a;
}
.global-search form.search [class*=icon]::before {
  font-size: 1.5rem;
  color: #4796C9;
}
form.search {
  position: relative;
}
form.search input[type=submit],
form.search [class*=icon] {
  position: absolute;
  top: 0;
  right: 0;
}
form.search input[type=text] {
  font-size: 1.111rem;
  height: 45px;
  line-height: 45px;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: transparent;
  border: 1px solid #787878;
  margin-top: 0;
  padding: 0 1.11111rem;
}
form.search [class*=icon] {
  width: 45px;
  height: 45px;
}
form.search [class*=icon]:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
  font-size: 21px;
  font-size: 1.1666666667em;
  line-height: 21px;
  line-height: 1.1666666667rem;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #5f5f5f;
}
form.search input[type=submit] {
  margin-top: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  text-indent: -9999px;
  z-index: 20;
  border: 0;
  width: 45px;
  height: 45px;
  padding: 0;
}
form.search input[type=submit]:hover {
  cursor: pointer;
}
form.search input[type=submit]:hover + [class*=icon]:before {
  color: #0087cd;
}

.mktoForm input.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm .mktoLogicalField.mktoInvalid {
  border-color: #8c0005 !important;
}

/* main: ../master.scss */
/*************************************
Typography
**************************************/
@font-face {
  font-family: "gillsans";
  src: url("https://uploads.panopto.com/fonts/gill-sans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gillsansitalic";
  src: url("https://uploads.panopto.com/fonts/gill-sans-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gillsansbold";
  src: url("https://uploads.panopto.com/fonts/gill-sans-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Set Pro Text";
  src: url("https://uploads.panopto.com/fonts/myriad-set-pro_text-webfont.eot");
  src: url("https://uploads.panopto.com/fonts/myriad-set-pro_text-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/myriad-set-pro_text-webfont.woff2") format("woff2"), url("https://uploads.panopto.com/fonts/myriad-set-pro_text-webfont.woff") format("woff"), url("https://uploads.panopto.com/fonts/myriad-set-pro_text-webfont.ttf") format("truetype"), url("https://uploads.panopto.com/fonts/myriad-set-pro_text-webfont.svg#myriad_set_protext") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Set Pro Thin";
  src: url("https://uploads.panopto.com/fonts/myriad-set-pro-thin-webfont.eot");
  src: url("https://uploads.panopto.com/fonts/myriad-set-pro-thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/myriad-set-pro-thin-webfont.woff2") format("woff2"), url("https://uploads.panopto.com/fonts/myriad-set-pro-thin-webfont.woff") format("woff"), url("https://uploads.panopto.com/fonts/myriad-set-pro-thin-webfont.ttf") format("truetype"), url("https://uploads.panopto.com/fonts/myriad-set-pro-thin-webfont.svg#myriad_set_prothin") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("https://d1azc1qln24ryf.cloudfront.net/42561/Panopto/icomoon.woff2?2ayvw0");
  font-display: swap;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #ffffff;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  color: #323232;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
  font-weight: 300;
}

h1,
h2,
h3,
h4 {
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

h5,
h6 {
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

p {
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif;
}

h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h2 + p,
h2 + ul,
h2 + ol,
h2 + blockquote,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h5 + p,
h5 + ul,
h5 + ol,
h5 + blockquote,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6,
h6 + p,
h6 + ul,
h6 + ol,
h6 + blockquote {
  margin-top: 5px;
  margin-top: 0.2777777778rem;
}

h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h3 + p,
h3 + ul,
h3 + ol,
h3 + blockquote,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h4 + p,
h4 + ul,
h4 + ol,
h4 + blockquote {
  margin-top: 10px;
  margin-top: 0.5555555556rem;
}

h2 + h2,
h3 + h3 {
  color: #787878;
  margin-top: 1rem;
}

h1 {
  font-size: 65px;
  font-size: 3.6111111111em;
  line-height: 68px;
  line-height: 3.7777777778rem;
  color: #000000;
}
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h1 + p,
h1 + ul,
h1 + ol,
h1 + blockquote {
  margin-top: 15px;
  margin-top: 0.8333333333rem;
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 40px;
    font-size: 2.2222222222em;
    line-height: 53px;
    line-height: 2.9444444444rem;
  }
}
body.single h1 {
  font-size: 44px;
  font-size: 2.4444444444em;
  line-height: 58px;
  line-height: 3.2222222222rem;
}
body.single-news h1 {
  text-align: center;
}

h2 {
  font-size: 44px;
  font-size: 2.4444444444em;
  line-height: 46px;
  line-height: 2.5555555556rem;
  line-height: 3rem;
}
h2 + p {
  margin-top: 23px;
  margin-top: 1.2777777778rem;
}
@media only screen and (max-width: 640px) {
  h2 {
    font-size: 30px;
    font-size: 1.6666666667em;
    line-height: 40px;
    line-height: 2.2222222222rem;
  }
  h2 + p {
    margin-top: 18px;
    margin-top: 1rem;
  }
}

h3 {
  font-size: 36px;
  font-size: 2em;
  line-height: 49px;
  line-height: 2.7222222222rem;
}
@media only screen and (max-width: 640px) {
  h3 {
    font-size: 28px;
    font-size: 1.5555555556em;
    line-height: 40px;
    line-height: 2.2222222222rem;
  }
}

h4 {
  font-size: 25px;
  font-size: 1.3888888889em;
  line-height: 30px;
  line-height: 1.6666666667rem;
}
@media only screen and (max-width: 640px) {
  h4 {
    font-size: 22px;
    font-size: 1.2222222222em;
    line-height: 27px;
    line-height: 1.5rem;
  }
}

h5 {
  font-size: 18px;
  font-size: 1em;
  line-height: 25px;
  line-height: 1.3888888889rem;
}
@media only screen and (max-width: 640px) {
  h5 {
    font-size: 16px;
    font-size: 0.8888888889em;
    line-height: 23px;
    line-height: 1.2777777778rem;
  }
}

h6 {
  font-size: 14px;
  font-size: 0.7777777778em;
  line-height: 25px;
  line-height: 1.3888888889rem;
}

p {
  font-size: 18px;
  font-size: 1em;
  line-height: 25px;
  line-height: 1.3888888889rem;
  line-height: 1.4;
}
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + p,
p + ul,
p + ol,
p + blockquote {
  margin-top: 20px;
  margin-top: 1.1111111111rem;
}
@media only screen and (max-width: 640px) {
  p {
    font-size: 16px;
    font-size: 0.8888888889em;
    line-height: 23px;
    line-height: 1.2777777778rem;
  }
  p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + p,
p + ul,
p + ol,
p + blockquote {
    margin-top: 18px;
    margin-top: 1rem;
  }
}

a {
  -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;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

* + .more {
  margin-top: 23px;
  margin-top: 1.2777777778rem;
}

blockquote {
  font-size: 22px;
  font-size: 1.2222222222em;
  line-height: 32px;
  line-height: 1.7777777778rem;
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
blockquote + p,
blockquote + ul,
blockquote + ol,
blockquote + blockquote {
  margin-top: 20px;
  margin-top: 1.1111111111rem;
}

ul li,
ol li {
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif;
}

body [class^=icon-],
body [class*=" icon-"],
html [class^=icon-],
html [class*=" icon-"] {
  font-family: inherit !important;
}
body [class^=icon-]::before,
body [class*=" icon-"]::before,
html [class^=icon-]::before,
html [class*=" icon-"]::before {
  font-family: "icomoon";
}

/* main: ../master.scss */
/*************************************
Header
**************************************/
@media only screen and (max-width: 1230px) {
  html.active {
    overflow: hidden;
  }
}

header.global {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  background-color: #ffffff;
}
@media only screen and (min-width: 1230px) {
  header.global {
    min-height: 5.47rem;
  }
}
@media only screen and (max-width: 1229px) {
  header.global {
    min-height: 3rem;
    border-bottom: 1px solid #ffffff;
  }
}
header.global .row {
  max-width: none;
}
header.global .columns {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 1229px) {
  header.global .columns {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 4.4rem;
    min-width: 100%;
  }
}
.admin-bar header.global {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar header.global {
    top: 46px;
  }
}
@media only screen and (min-width: 783px) {
  .scrolled .admin-bar header.global {
    top: 2rem;
  }
}
@media only screen and (max-width: 782px) {
  .scrolled .admin-bar header.global {
    top: 2.875rem;
  }
}
.scrolled header.global {
  top: 0;
  min-height: 2.47rem;
}
@media only screen and (max-width: 1229px) {
  .scrolled header.global {
    border-bottom: 1px solid #bbbbbb;
  }
}
header.global li a:not(.button):not(.nav-item > a) {
  color: #4a4a4a;
}
header.global li a:not(.button):not(.nav-item > a):focus {
  color: #4a4a4a !important;
}
header.global.active {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 1229px) {
  header.global.active {
    min-height: 100vh;
  }
}
@media only screen and (max-width: 1229px) {
  header.global.active .main-nav .menu,
header.global.active .utility-nav {
    height: auto;
    overflow: visible;
    opacity: 1;
  }
}

li.language-toggle-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
li.language-toggle-wrapper #form_language_toggle {
  position: relative;
  top: 0.9rem;
  margin-top: 0;
}
li.language-toggle-wrapper #form_language_toggle label {
  display: none;
}
li.language-toggle-wrapper #form_language_toggle .sod_select {
  -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;
  border: 0;
  padding: 0;
  margin: 0;
}
li.language-toggle-wrapper #form_language_toggle .sod_select.open .sod_list_wrapper .sod_list .sod_option.selected {
  font-weight: normal;
}
li.language-toggle-wrapper #form_language_toggle .sod_select.open .sod_list_wrapper .sod_list .sod_option.selected::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e951";
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  margin-left: -1.2rem;
  margin-right: 0.35rem;
}
li.language-toggle-wrapper #form_language_toggle .sod_select .sod_label {
  -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;
  position: relative;
  top: -0.8rem;
  margin-top: 0;
  color: #4a4a4a;
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
li.language-toggle-wrapper #form_language_toggle .sod_select .sod_label::before {
  display: none;
}
li.language-toggle-wrapper #form_language_toggle .sod_select .sod_label::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61d";
  position: absolute;
}
li.language-toggle-wrapper #form_language_toggle .sod_select .sod_list_wrapper {
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 19px -10px #858585;
  border-radius: 4px;
  background-color: #ffffff;
  width: 130px;
  left: -1.2rem;
}
li.language-toggle-wrapper #form_language_toggle .sod_select .sod_list_wrapper .sod_list .sod_option {
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #4a4a4a;
  letter-spacing: -0.1px;
  line-height: 22px;
  padding: 2px 24px;
}
li.language-toggle-wrapper #form_language_toggle .sod_select .sod_list_wrapper .sod_list .sod_option.disabled {
  padding-bottom: 0.15rem;
}
li.language-toggle-wrapper #form_language_toggle .sod_select .sod_list_wrapper .sod_list .sod_option.active, li.language-toggle-wrapper #form_language_toggle .sod_select .sod_list_wrapper .sod_list .sod_option.selected {
  background-color: #5596d2;
  color: #ffffff;
}
li.language-toggle-wrapper #form_language_toggle .sod_select .sod_list_wrapper .sod_list .sod_option:first-of-type {
  padding-top: 0.2rem;
}
li.language-toggle-wrapper #form_language_toggle .sod_select .sod_list_wrapper .sod_list .sod_option:last-of-type {
  padding-bottom: 0.2rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
li.language-toggle-wrapper #form_language_toggle .sod_select .sod_list_wrapper .sod_list .sod_option .temp {
  font-family: MyriadPro-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.1px;
  line-height: 22px;
}

.nav-wrap {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -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);
  position: fixed;
  width: 100%;
  top: 3rem;
  padding: 1rem;
  left: 0;
}
@media only screen and (min-width: 1230px) {
  .nav-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    text-align: right;
    top: 0;
    height: 100px;
    border-bottom: 1px solid #ffffff;
    box-sizing: content-box;
    background-color: #ffffff;
    padding: 0;
  }
}
@media only screen and (max-width: 1229px) {
  .nav-wrap {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1230px) {
  .scrolled .nav-wrap {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, -47px, 0);
    -moz-transform: translate3d(0, -47px, 0);
    -ms-transform: translate3d(0, -47px, 0);
    -o-transform: translate3d(0, -47px, 0);
    transform: translate3d(0, -47px, 0);
    border-bottom: 1px solid #bbbbbb;
    top: 0;
  }
}
@media only screen and (min-width: 1230px) {
  .scrolled body.set-header-to-home-behavior .nav-wrap {
    height: 95px;
  }
}
@media only screen and (min-width: 1230px) {
  .scrolled.nav-preview .non-sub-item .nav-wrap {
    border-bottom: 1px solid #f4f4f4;
  }
}
@media only screen and (max-width: 1229px) {
  .global.active .nav-wrap {
    height: calc(100vh - 3rem);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1230px) {
  .admin-bar .nav-wrap {
    top: 2rem;
  }
}
html.browser-safari.os-ios .nav-wrap {
  padding-bottom: 7rem;
}
.nav-wrap a {
  white-space: nowrap;
}
@media only screen and (max-width: 1229px) {
  .nav-wrap a {
    padding: 18px;
    padding: 1rem;
  }
}
.nav-wrap a:not([class*=button-]):not(.nav-item > a):hover {
  color: #4796C9;
}
.nav-wrap .current_page_item:not([class*=button-]) > a,
.nav-wrap .current-menu-item:not([class*=button-]) > a {
  color: #4796C9;
}
.nav-wrap .current_page_item:not([class*=button-]) > a:hover,
.nav-wrap .current-menu-item:not([class*=button-]) > a:hover {
  color: #4796C9;
}
.nav-wrap .menu-top-menu-container,
.nav-wrap .menu-main-menu-container {
  width: 100%;
}
@media only screen and (min-width: 1230px) {
  .nav-wrap .menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
}

.main-nav {
  padding-left: 1.11111rem;
  padding-right: 1.11111rem;
  display: flex;
  align-items: center;
}
.main-nav .logo {
  display: flex;
  top: 0 !important;
  margin-right: 12px;
  padding: 0 !important;
  margin-right: 21px !important;
}
.main-nav .buttons {
  display: flex;
}
.main-nav .buttons a {
  display: flex;
  align-items: center;
  max-height: 40px;
}
.main-nav .buttons a:last-child {
  margin-left: 16px;
}
@media only screen and (min-width: 1230px) {
  .main-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-order: 2;
    order: 2;
    font-size: 1.125rem;
    top: 1rem;
    min-height: 2.235rem;
  }
}
@media only screen and (max-width: 1229px) {
  .main-nav .buttons {
    display: none;
  }
  .main-nav .logo {
    display: none;
  }
  .global.active .main-nav {
    flex-direction: column;
  }
  .global.active .main-nav .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .global.active .main-nav .main-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    opacity: 100%;
  }
  .global.active .main-nav .has-children .nav-item > a::after {
    content: none;
  }
}
.main-nav .button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 36px;
}
.main-nav .button.play:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
  margin-right: 4px;
}
.main-nav a:not([class*=button-]) {
  padding: 16px 1rem;
}
.main-nav ul {
  display: flex;
  position: relative;
  width: 100%;
}
.main-nav li {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1229px) {
  .main-nav li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 1229px) {
  .main-nav li + li {
    margin-top: 0.5rem;
  }
}
.main-nav li li {
  border: 0;
}
@media only screen and (min-width: 1230px) {
  .main-nav li li + li {
    margin-left: 2rem;
  }
}
.main-nav li .nav-item {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
}
.main-nav li .nav-item a {
  padding: 12px 21px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 8px;
}
@media only screen and (max-width: 1229px) {
  .main-nav li .nav-item a {
    display: inline-block;
  }
}
@media only screen and (max-width: 1229px) {
  .main-nav li .nav-item a[class*=icon-]::before {
    display: none;
  }
}
.main-nav li .nav-item a:hover {
  color: #4796C9;
}
.main-nav li.has-children .nav-item > a::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61d";
}
.main-nav li .dropdown-menu {
  display: none;
  position: fixed;
  justify-content: flex-start;
  width: calc(100% - 32px);
  top: 115px;
  left: 0;
  background: #fff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 32px;
  margin: 0 16px;
}
.global.active .main-nav li .dropdown-menu {
  flex-direction: column;
  position: initial;
  box-shadow: none;
  padding: 0 32px;
  border-radius: 0;
}
.main-nav li .dropdown-menu .group {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #D9D9D9;
  padding: 0 24px;
}
.main-nav li .dropdown-menu .group > div, .main-nav li .dropdown-menu .group > a {
  display: flex;
  flex-direction: row !important;
}
.main-nav li .dropdown-menu .group > div > p.title, .main-nav li .dropdown-menu .group > a > p.title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-left: 8px;
}
.global.active .main-nav li .dropdown-menu .group {
  width: 100%;
  border: none;
  padding: 0 !important;
}
.global.active .main-nav li .dropdown-menu .group > div {
  flex-direction: column;
}
.main-nav li .dropdown-menu .group .column {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.main-nav li .dropdown-menu .group .column img {
  width: 24px;
}
.main-nav li .dropdown-menu .group .column .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  white-space: break-spaces;
}
.main-nav li .dropdown-menu .group .column .text {
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #7B7B7B;
  margin-top: 4px;
  white-space: break-spaces;
}
.main-nav li .dropdown-menu .group .column a {
  display: flex;
  align-items: center;
  border-radius: 16px;
}
.main-nav li .dropdown-menu .group .column a img {
  margin-right: 10px;
}
.main-nav li .dropdown-menu .group .column a:hover {
  background: #E6ECF1;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
}
.main-nav li .dropdown-menu .group:first-child {
  padding-left: 0;
}
.main-nav li .dropdown-menu .group:last-child {
  border-right: none;
  padding-right: 0;
}
.main-nav li.active > a {
  background-color: #5A95C4;
  color: #fff !important;
}
.main-nav li.active .dropdown-menu {
  display: flex;
}
.main-nav .parent-click {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-size: 0.7777777778rem;
  color: #4796C9;
  order: 2;
  padding: 0.8333333333rem 0;
  width: 50px;
  text-align: center;
}
@media only screen and (min-width: 1230px) {
  .main-nav .parent-click {
    display: none !important;
  }
}
.main-nav .parent-click::before {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  content: "\e93f";
  color: #4a4a4a;
  font-size: 0.7rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1230px) {
  .main-nav .parent-click::before {
    -webkit-transform: rotate(0) translateY(-50%);
    -moz-transform: rotate(0) translateY(-50%);
    -ms-transform: rotate(0) translateY(-50%);
    -o-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    top: calc(50% + 0.1rem);
    position: absolute;
    right: 0;
  }
  html.scrolled .main-nav .parent-click::before {
    top: calc(50% + 0.05rem);
  }
}
.main-nav .parent-click:hover::before,
.main-nav .parent-click:hover + a {
  color: #4796C9;
}

@media only screen and (min-width: 1230px) {
  body.archive .main-nav .current-menu-ancestor.active > a::after {
    opacity: 0;
  }
}

html:not(.scrolled) body.set-header-to-home-behavior .menu > li.menu-item-has-children:not(.active):not(.current-menu-parent) .sub-menu {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

html body.set-header-to-home-behavior .menu > li.menu-item-has-children:not(.active):not(.current-menu-parent) > .sub-menu {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

html:not(.scrolled) .menu > li > .sub-menu > li.menu-item-has-children:not(.active):not(.current-menu-parent) .sub-menu {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

html.scrolled .menu > li > .sub-menu > li.menu-item-has-children:not(.active):not(.current-menu-parent):not(:hover) .sub-menu {
  visibility: hidden;
  pointer-events: none;
}

@media only screen and (min-width: 1230px) {
  .utility-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-order: 1;
    order: 1;
    top: 0.5rem;
    min-height: 1.985rem;
  }
}
@media only screen and (max-width: 1229px) {
  .utility-nav {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 1229px) {
  .utility-nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
  }
}
@media only screen and (min-width: 1230px) {
  .utility-nav li + li {
    margin-left: 1.1111111111rem;
  }
}
@media only screen and (min-width: 1230px) {
  .utility-nav li:nth-last-child(2) {
    margin-right: 1.5rem;
  }
}
.utility-nav li .icon-search4::before {
  color: #5f5f5f !important;
}
.utility-nav li .icon-search4:hover::before {
  color: #4796C9 !important;
}
.utility-nav a,
.utility-nav .search {
  color: #5f5f5f;
  font-size: 0.875rem;
  display: block;
  cursor: pointer;
}
.utility-nav a:hover,
.utility-nav .search:hover {
  color: #4796C9;
}
.utility-nav a:not([class*=button-]),
.utility-nav .search:not([class*=button-]) {
  padding: 0.5555555556rem 0;
}
@media only screen and (max-width: 1229px) {
  .utility-nav .search {
    display: none;
  }
}

@media only screen and (min-width: 1230px) {
  .main-nav,
.utility-nav {
    background-color: #ffffff;
    position: relative;
  }
}

.main-nav ul,
.utility-nav {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1229px) {
  .main-nav ul,
.utility-nav {
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media only screen and (min-width: 1230px) {
  .main-nav ul .search,
.utility-nav .search {
    transform: translate3d(-20px, 0, 0);
  }
}

.utility-nav .search,
.main-nav li[class*=button-],
.main-nav li.menu-item-cta {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 1230px) {
  .utility-nav .search,
.main-nav li[class*=button-],
.main-nav li.menu-item-cta {
    position: relative;
    white-space: nowrap;
  }
}
.utility-nav .search:hover a, .utility-nav .search:hover a:link, .utility-nav .search:hover a:visited, .utility-nav .search:hover a:active, .utility-nav .search:hover a:focus,
.main-nav li[class*=button-]:hover a,
.main-nav li[class*=button-]:hover a:link,
.main-nav li[class*=button-]:hover a:visited,
.main-nav li[class*=button-]:hover a:active,
.main-nav li[class*=button-]:hover a:focus,
.main-nav li.menu-item-cta:hover a,
.main-nav li.menu-item-cta:hover a:link,
.main-nav li.menu-item-cta:hover a:visited,
.main-nav li.menu-item-cta:hover a:active,
.main-nav li.menu-item-cta:hover a:focus {
  color: #ffffff;
}
@media only screen and (min-width: 1230px) {
  .utility-nav .search.button-green,
.main-nav li[class*=button-].button-green,
.main-nav li.menu-item-cta.button-green {
    top: -0.1rem;
  }
}
@media only screen and (min-width: 1230px) {
  .scrolled .admin-bar .utility-nav .search.button-green,
.scrolled .admin-bar .main-nav li[class*=button-].button-green,
.scrolled .admin-bar .main-nav li.menu-item-cta.button-green {
    top: 0;
  }
}

.logo {
  display: none;
  align-items: center;
  position: initial;
  height: 43px;
  padding: 0 1rem !important;
}
.logo img {
  height: auto;
}

.menu-toggle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0.7rem;
  right: 1rem;
}
@media only screen and (min-width: 1230px) {
  .menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 1229px) {
  .menu-toggle {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    order: 2;
    z-index: 1;
  }
  .menu-toggle .logo {
    display: flex;
    margin-left: 16px;
    top: 0 !important;
  }
}
.menu-toggle .buttons {
  display: flex;
  align-items: center;
}
.menu-toggle .buttons a {
  color: #323232;
}
.menu-toggle [class*=icon-] {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #cdcdcd;
  font-size: 1.2rem;
  font-weight: 600;
}
.menu-toggle [class*=icon-]:hover {
  color: #4796C9;
}
.menu-toggle * + .toggle {
  margin-left: 1rem;
}
@media only screen and (max-width: 1229px) {
  .admin-bar .menu-toggle {
    top: 2.875rem;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar .menu-toggle {
    top: 3.75rem;
  }
}

body .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .show-on-mobile-only {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  body .show-on-mobile-only {
    display: inline-block !important;
  }
}
body .show-larger-than-mobile {
  display: none !important;
}
@media only screen and (min-width: 641px) {
  body .show-larger-than-mobile {
    display: inline-block !important;
  }
}

/* main: ../master.scss */
/*************************************
Search
**************************************/
.global-search {
  position: absolute;
  width: 100%;
  top: 5.47rem;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  height: 0;
  opacity: 0;
  z-index: 900;
  overflow: hidden;
}
@media only screen and (max-width: 1228px) {
  .global-search {
    top: 2.75rem;
  }
}
@media only screen and (min-width: 1230px) {
  .scrolled .global-search {
    top: 2.8rem;
  }
}
@media only screen and (min-width: 1230px) {
  .scrolled .non-sub-item .global-search {
    top: calc(2.235rem + .5rem);
  }
}
.global-search.searching {
  height: calc(100vh - (2.235rem + .5rem));
  opacity: 1;
  overflow: visible;
}
@media only screen and (max-width: 1228px) {
  .global-search.searching {
    height: calc(100vh - 3rem);
  }
}
.global-search form {
  margin-top: 0;
}
.global-search form [class*=icon-search] {
  color: #5f5f5f;
  font-size: 0.9rem;
  cursor: pointer;
  position: absolute;
}
@media only screen and (max-width: 1228px) {
  .global-search form [class*=icon-search] {
    color: #cdcdcd;
    font-size: 1.3rem;
    font-weight: bold;
  }
}
.global-search form [class*=icon-search]:hover {
  color: #4796C9;
}
.global-search .search-wrap {
  background: #f4f4f4;
}
.global-search .search-wrap > div {
  margin: 0 auto;
  max-width: 50rem;
  padding: 4rem 1rem;
}
.global-search .search-wrap .toggle {
  position: absolute !important;
  top: 1rem;
  right: 1rem;
}
.global-search .search-links {
  padding: 3rem 2rem;
}
@media only screen and (max-width: 1228px) {
  .global-search .search-links {
    padding: 3rem 0;
  }
}
.global-search .search-links h5,
.global-search .search-links ul li a {
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .global-search .search-links h5,
.global-search .search-links ul li a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .global-search .search-links h5 {
    font-weight: 500;
  }
}
.global-search .search-links ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  -ms-column-gap: 1rem;
  -o-column-gap: 1rem;
  column-gap: 1rem;
  margin: 1rem 0 0 1rem;
}
@media only screen and (max-width: 1228px) {
  .global-search .search-links ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 640px) {
  .global-search .search-links ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
}
.global-search .search-links li a {
  padding: 0.4rem 0;
  display: block;
}
.global-search .search-links li a:hover {
  color: #4796C9;
}

/* main: ../master.scss */
/*************************************
Banners
**************************************/
.banner-container {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.banner-container .block-inner {
  padding: 100px 0px;
  padding: 5.5555555556rem 0rem;
}
@media only screen and (max-width: 640px) {
  .banner-container .block-inner {
    padding: 45px 0px;
    padding: 2.5rem 0rem;
  }
}
.banner-container.bg-tall {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  min-height: 640px;
  min-height: 35.5555555556rem;
}
@media only screen and (max-width: 1024px) {
  .banner-container.bg-tall {
    min-height: 422px;
    min-height: 23.4444444444rem;
  }
}
.banner-container.bg-tall .center-title {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner-container.bg-tall .center-title > .row {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.banner-container.bg-short {
  min-height: 386px;
  min-height: 21.4444444444rem;
}
@media only screen and (max-width: 1024px) {
  .banner-container.bg-short {
    min-height: 270px;
    min-height: 15rem;
  }
}
.banner-container.bg-dark h1,
.banner-container.bg-dark p,
.banner-container.bg-dark a {
  color: #ffffff;
}
.banner-container.bg-dark .more:hover {
  color: #cdcdcd;
}
.banner-container.bg-light h1,
.banner-container.bg-light p,
.banner-container.bg-light a {
  color: #323232;
}
.banner-container.bg-light .more:hover {
  color: #0087cd;
}
.banner-container.bg-left.bg-vert-center {
  background-position: left center;
}
.banner-container.bg-left.bg-top {
  background-position: left top;
}
.banner-container.bg-left.bg-bottom {
  background-position: left bottom;
}
.banner-container.bg-right.bg-bottom {
  background-position: right bottom;
}
.banner-container.bg-right.bg-top {
  background-position: right top;
}
.banner-container.bg-right.bg-vert-center {
  background-position: center right;
}
.banner-container.bg-horiz-center.bg-vert-center {
  background-position: center;
}
.banner-container.bg-horiz-center.bg-bottom {
  background-position: center bottom;
}
.banner-container.bg-horiz-center.bg-top {
  background-position: center top;
}
.banner-container h1 {
  max-width: 910px;
  max-width: 50.5555555556rem;
}
.banner-container h1,
.banner-container p,
.banner-container a {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
.banner-container p,
.banner-container a {
  font-size: 30px;
  font-size: 1.6666666667em;
  line-height: 38px;
  line-height: 2.1111111111rem;
  max-width: 720px;
  max-width: 40rem;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 640px) {
  .banner-container p,
.banner-container a {
    font-size: 22px;
    font-size: 1.2222222222em;
    line-height: 30px;
    line-height: 1.6666666667rem;
  }
}
.banner-container.bg-white .button-green {
  background-color: #30733f;
}
.banner-container.bg-white .button-green:hover {
  background-color: #46a65a;
}
.banner-container.bg-white .button-blue {
  background-color: #4796c9;
}
.banner-container.bg-white .button-blue:hover {
  background-color: #0087cd;
}
.banner-container .button-green, .banner-container .button-blue, .banner-container .button-red {
  -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;
  border-radius: 8px;
  border-radius: 0.4444444444rem;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  padding: 0.5rem 0.7rem;
  background-color: #30733f;
  border: 1px solid transparent !important;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  position: relative;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-appearance: none;
  background-image: none !important;
}
.banner-container .button-green.more, .banner-container .button-blue.more, .banner-container .button-red.more {
  border-radius: 8px;
  color: #ffffff;
  padding: 0.5rem 0.7rem;
  text-transform: none;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
}
.banner-container .button-green.more::after, .banner-container .button-blue.more::after, .banner-container .button-red.more::after {
  display: none;
}
.banner-container .button-green.more:hover, .banner-container .button-blue.more:hover, .banner-container .button-red.more:hover {
  color: #ffffff;
}
.banner-container .button-green.more.video, .banner-container .button-blue.more.video, .banner-container .button-red.more.video {
  padding: 0.5rem 3.5rem 0.8rem 1.55rem;
}
.banner-container .button-green.more.video::after, .banner-container .button-blue.more.video::after, .banner-container .button-red.more.video::after {
  font-size: 1.15rem;
  font-weight: 700;
  margin-left: 0.8rem;
  position: absolute;
  top: 0.6rem;
}
.banner-container .button-green {
  background-color: rgba(48, 115, 63, 0.9);
}
.banner-container .button-green:hover {
  background-color: rgba(70, 166, 90, 0.9);
}
.banner-container .button-blue {
  background-color: rgba(71, 150, 201, 0.9);
}
.banner-container .button-blue:hover {
  background-color: rgba(0, 135, 205, 0.9);
}
.banner-container .button-red {
  background-color: rgba(125, 43, 34, 0.9);
}
.banner-container .button-red:hover {
  background-color: rgba(202, 73, 59, 0.9);
}
.banner-container .button-green:hover, .banner-container .button-blue:hover, .banner-container .button-red:hover {
  color: #ffffff;
}
.banner-container * + .cycle,
.banner-container .pager {
  margin-top: 64px;
  margin-top: 3.5555555556rem;
}
.banner-container.dual-column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
}
.banner-container.dual-column .block-inner {
  padding: 4rem 0;
}
.banner-container.dual-column p,
.banner-container.dual-column a {
  font: inherit;
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif;
  line-height: 1.5rem;
}
.banner-container.dual-column .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.banner-container.dual-column .row:before, .banner-container.dual-column .row:after {
  display: inherit;
}
.banner-container.dual-column .vertical-center img {
  max-width: 80%;
}
.banner-container .scroll-anchor {
  -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: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 20px;
  font-size: 1.1111111111em;
  line-height: 20px;
  line-height: 1.1111111111rem;
  width: 120px;
  width: 6.6666666667rem;
  height: 120px;
  height: 6.6666666667rem;
  bottom: -60px;
  bottom: -3.3333333333rem;
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  left: 50%;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  display: none;
}
@media only screen and (min-height: 600px) and (max-height: 800px) and (min-width: 421px) {
  .banner-container .scroll-anchor {
    display: block;
  }
}
.banner-container .scroll-anchor:before {
  -webkit-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  -moz-transform: translate(-50%, -25%);
  -o-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  position: absolute;
  left: 50%;
  top: 25%;
  font-size: 42px;
  line-height: 20px;
}
.banner-container .scroll-anchor:hover {
  background-color: rgba(255, 255, 255, 0.55);
}
.banner-container .columns > p + * {
  margin-top: 2rem;
}
.banner-container .slider {
  margin-top: 1rem;
}
@media only screen and (min-width: 641px) {
  .banner-container .slider.non-mobile {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .banner-container .slider.mobile {
    display: block;
  }
}

.data-link-ios .banner-container video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/*************************************
Banner Media Slider (swiper)
**************************************/
.banner-container .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.banner-container .swiper-wrapper .swiper-slide p {
  font-size: 18px;
  font-size: 1em;
  line-height: 25px;
  line-height: 1.3888888889rem;
  line-height: 1.4;
  text-align: center;
  padding-top: 1rem;
}
.banner-container .swiper-wrapper .swiper-slide p span {
  font-weight: 600;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 640px) {
  .banner-container .swiper-wrapper .swiper-slide p {
    padding: 0px 20px;
    padding: 0rem 1.1111111111rem;
    margin-top: 30px;
    margin-top: 1.6666666667rem;
  }
}
/* main: ../master.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
  height: 0;
  overflow: hidden;
}

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

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

/* main: ../master.scss */
.cssload-container {
  -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;
  width: 10px;
  height: 10px;
  text-align: center;
  display: inline-block;
  opacity: 0;
  position: relative;
  left: -25px;
  pointer-events: none;
}
.cssload-container.show {
  opacity: 1;
}

.cssload-double-torus {
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border: 2px double;
  border-radius: 50%;
  border-color: transparent rgba(255, 250, 250, 0.9) rgba(255, 250, 250, 0.9);
  pointer-events: none;
  animation: cssload-spin 1230ms infinite linear;
  -o-animation: cssload-spin 1230ms infinite linear;
  -ms-animation: cssload-spin 1230ms infinite linear;
  -webkit-animation: cssload-spin 1230ms infinite linear;
  -moz-animation: cssload-spin 1230ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cta-wrapper {
  margin-top: 30px;
  margin-top: 1.6666666667rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .cta-wrapper {
    margin-top: 20px;
    margin-top: 1.1111111111rem;
    margin-bottom: 3rem;
  }
}
.cta-wrapper .button-green {
  border-radius: 8px;
  color: #fff;
  padding: 0.55rem 0.85rem !important;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #30733f;
  text-align: center;
  display: inline-block;
}
.cta-wrapper .button-green::after {
  content: "";
  margin-left: 0;
}
.cta-wrapper .button-green:hover {
  color: #fff;
  background-color: #46a65a;
}
@media only screen and (max-width: 640px) {
  .cta-wrapper .button-green {
    width: 48%;
    padding: 0.825rem !important;
  }
}

/* main: ../master.scss */
/*************************************
pagination-container
**************************************/
.pagination-container .columns div {
  padding: 20px 0px 75px;
  padding: 1.1111111111rem 0rem 4.1666666667rem;
  border-top: 1px solid #cdcdcd;
  text-align: center;
}
.pagination-container li {
  display: inline-block;
}
.pagination-container li + li {
  margin-left: 20px;
  margin-left: 1.1111111111rem;
}
.pagination-container li.bpn-total {
  color: #cdcdcd;
}

/*************************************
filtering-container
**************************************/
.filtering-container .columns .selects {
  padding: 0px 0px 10px;
  padding: 0rem 0rem 0.5555555556rem;
  border-bottom: 1px solid #cdcdcd;
}
.filtering-container .subscribe {
  -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;
  font-size: 14px;
  font-size: 0.7777777778em;
  line-height: 14px;
  line-height: 0.7777777778rem;
  margin-top: 10px;
  margin-top: 0.5555555556rem;
  float: right;
  font-family: "gillsans", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  color: #0087cd;
  cursor: pointer;
}
.filtering-container .subscribe:hover {
  color: #0e4764;
}
.filtering-container .overlay {
  -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;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.88);
  z-index: 300;
}
.filtering-container.active .overlay {
  width: 100%;
  opacity: 1;
  right: 0;
  overflow-y: auto;
}
.filtering-container .columns div.form-wrap {
  padding: 76px 58px;
  padding: 4.2222222222rem 3.2222222222rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.16), 2px 0 2px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.23);
  background-color: #ffffff;
}
.filtering-container .columns div.form-wrap .gform_body,
.filtering-container .columns div.form-wrap .gform_footer {
  clear: none;
  float: left;
}
.filtering-container .columns div.form-wrap .gform_wrapper input[type=submit] {
  margin-top: 30px;
  margin-top: 1.6666666667rem;
  padding: 12px 40px;
  padding: 0.6666666667rem 2.2222222222rem;
}
.filtering-container .close {
  -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;
  top: 40px;
  top: 2.2222222222rem;
  right: 20px;
  right: 1.1111111111rem;
  position: absolute;
  color: #323232;
  cursor: pointer;
}
.filtering-container .close:hover {
  color: #0087cd;
}
.filtering-container h4 {
  margin-bottom: 60px;
  margin-bottom: 3.3333333333rem;
}

/*************************************
listout-container
**************************************/
.listout-container *,
.listout-container-webinars * {
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.listout-container .block-inner,
.listout-container-webinars .block-inner {
  padding-bottom: 0;
}
.listout-container h4 + h6,
.listout-container-webinars h4 + h6 {
  margin-top: 0;
}
.listout-container p,
.listout-container span,
.listout-container-webinars p,
.listout-container-webinars span {
  font-size: 1rem;
  line-height: 1.4375;
}
.listout-container .more,
.listout-container-webinars .more {
  font-weight: 600;
}
.listout-container ul,
.listout-container-webinars ul {
  position: relative;
  text-align: left;
}
.listout-container li,
.listout-container-webinars li {
  margin-bottom: 75px;
  margin-bottom: 4.1666666667rem;
  vertical-align: top;
}
.listout-container li > a,
.listout-container-webinars li > a {
  width: 100%;
}
.listout-container li .more,
.listout-container-webinars li .more {
  margin-top: 1.27778rem;
}
.listout-container li .bg-image, .listout-container li .bg-image-border,
.listout-container-webinars li .bg-image,
.listout-container-webinars li .bg-image-border {
  height: 164px;
  height: 9.1111111111rem;
  margin-bottom: 24px;
  margin-bottom: 1.3333333333rem;
  padding: 20%;
  background-position: center;
  width: 100%;
}
.listout-container li .resource-image,
.listout-container-webinars li .resource-image {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .listout-container li .resource-image,
.listout-container-webinars li .resource-image {
    height: auto !important;
  }
}
.listout-container li * + p,
.listout-container li .resource-image + h4,
.listout-container-webinars li * + p,
.listout-container-webinars li .resource-image + h4 {
  margin-top: 18px;
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  .listout-container li,
.listout-container-webinars li {
    width: 100%;
  }
}
.listout-container a,
.listout-container-webinars a {
  display: inline-block;
}
.listout-container a h3 span,
.listout-container-webinars a h3 span {
  margin-left: 18px;
  margin-left: 1rem;
  font-size: 16px;
  display: inline-block;
}
.listout-container:not(.masonry) .row.blog-posts.resource-row::after,
.listout-container-webinars:not(.masonry) .row.blog-posts.resource-row::after {
  background-color: #e0dfdf;
  content: "";
  display: block;
  height: 1px;
  left: -30%;
  position: absolute;
  right: auto;
  width: 150%;
}
.listout-container .row + .row,
.listout-container-webinars .row + .row {
  margin-top: 50px;
  margin-top: 2.7777777778rem;
}
.listout-container + .listout-container,
.listout-container + .listout-container-webinars,
.listout-container-webinars + .listout-container,
.listout-container-webinars + .listout-container-webinars {
  padding-top: 75px;
  padding-top: 4.1666666667rem;
  border-top: 1px solid #e0dfdf;
}
.listout-container .resource-row.webinars ul,
.listout-container-webinars .resource-row.webinars ul {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}

.post-type-archive .listout-container li,
.post-type-archive .listout-container-webinars li,
.tax-resource_categories .listout-container li,
.tax-resource_categories .listout-container-webinars li,
.page-template-template-on-demand-webinars .listout-container li,
.page-template-template-on-demand-webinars .listout-container-webinars li,
.page-template-template-live-webinars .listout-container li,
.page-template-template-live-webinars .listout-container-webinars li {
  position: relative;
}
.post-type-archive .listout-container li:before,
.post-type-archive .listout-container-webinars li:before,
.tax-resource_categories .listout-container li:before,
.tax-resource_categories .listout-container-webinars li:before,
.page-template-template-on-demand-webinars .listout-container li:before,
.page-template-template-on-demand-webinars .listout-container-webinars li:before,
.page-template-template-live-webinars .listout-container li:before,
.page-template-template-live-webinars .listout-container-webinars li:before {
  background-color: #e0dfdf;
  content: "";
  display: block;
  height: 1px;
  left: 1.61111rem;
  position: absolute;
  right: 1.61111rem;
  top: -1.6rem;
  width: auto;
}

.post-type-archive-news .listout-container li a h4 {
  padding-bottom: 2rem;
}
@media all and (max-width: 640px) {
  .post-type-archive-news .listout-container li a .more {
    margin-top: 0;
  }
}

/*************************************
webinars landing
**************************************/
.archive.tax-resource_categories.term-webinars .listout-container.upcoming-webinars-wrapper .block-inner,
.archive.tax-resource_categories.term-webinars .listout-container-webinars.upcoming-webinars-wrapper .block-inner,
.page-template-template-on-demand-webinars .listout-container.upcoming-webinars-wrapper .block-inner,
.page-template-template-on-demand-webinars .listout-container-webinars.upcoming-webinars-wrapper .block-inner,
.page-template-template-live-webinars .listout-container.upcoming-webinars-wrapper .block-inner,
.page-template-template-live-webinars .listout-container-webinars.upcoming-webinars-wrapper .block-inner {
  border-bottom: solid 1px #e0dfdf;
}
.archive.tax-resource_categories.term-webinars .listout-container.ondemand-webinars-wrapper,
.archive.tax-resource_categories.term-webinars .listout-container-webinars.ondemand-webinars-wrapper,
.page-template-template-on-demand-webinars .listout-container.ondemand-webinars-wrapper,
.page-template-template-on-demand-webinars .listout-container-webinars.ondemand-webinars-wrapper,
.page-template-template-live-webinars .listout-container.ondemand-webinars-wrapper,
.page-template-template-live-webinars .listout-container-webinars.ondemand-webinars-wrapper {
  border-top: 0;
}
.archive.tax-resource_categories.term-webinars .listout-container .row.webinars,
.archive.tax-resource_categories.term-webinars .listout-container-webinars .row.webinars,
.page-template-template-on-demand-webinars .listout-container .row.webinars,
.page-template-template-on-demand-webinars .listout-container-webinars .row.webinars,
.page-template-template-live-webinars .listout-container .row.webinars,
.page-template-template-live-webinars .listout-container-webinars .row.webinars {
  border-top: 0;
  border-bottom: 0;
}
.archive.tax-resource_categories.term-webinars .listout-container .row.webinars .columns,
.archive.tax-resource_categories.term-webinars .listout-container-webinars .row.webinars .columns,
.page-template-template-on-demand-webinars .listout-container .row.webinars .columns,
.page-template-template-on-demand-webinars .listout-container-webinars .row.webinars .columns,
.page-template-template-live-webinars .listout-container .row.webinars .columns,
.page-template-template-live-webinars .listout-container-webinars .row.webinars .columns {
  border-top: 0;
  border-bottom: 0;
  border-image-width: 0;
}
.archive.tax-resource_categories.term-webinars .listout-container .row.webinars .columns ul,
.archive.tax-resource_categories.term-webinars .listout-container-webinars .row.webinars .columns ul,
.page-template-template-on-demand-webinars .listout-container .row.webinars .columns ul,
.page-template-template-on-demand-webinars .listout-container-webinars .row.webinars .columns ul,
.page-template-template-live-webinars .listout-container .row.webinars .columns ul,
.page-template-template-live-webinars .listout-container-webinars .row.webinars .columns ul {
  position: relative;
  text-align: left;
  margin: 0 -1.5rem;
}
.archive.tax-resource_categories.term-webinars .listout-container:not(.masonry) ul:after,
.archive.tax-resource_categories.term-webinars .listout-container-webinars:not(.masonry) ul:after,
.page-template-template-on-demand-webinars .listout-container:not(.masonry) ul:after,
.page-template-template-on-demand-webinars .listout-container-webinars:not(.masonry) ul:after,
.page-template-template-live-webinars .listout-container:not(.masonry) ul:after,
.page-template-template-live-webinars .listout-container-webinars:not(.masonry) ul:after {
  height: 0;
}
.archive.tax-resource_categories.term-webinars .listout-container .no-webinars,
.archive.tax-resource_categories.term-webinars .listout-container-webinars .no-webinars,
.page-template-template-on-demand-webinars .listout-container .no-webinars,
.page-template-template-on-demand-webinars .listout-container-webinars .no-webinars,
.page-template-template-live-webinars .listout-container .no-webinars,
.page-template-template-live-webinars .listout-container-webinars .no-webinars {
  margin-top: 20px;
  margin-top: 1.1111111111rem;
  padding-bottom: 90px;
  padding-bottom: 5rem;
}
.archive.tax-resource_categories.term-webinars .listout-container .no-webinars p,
.archive.tax-resource_categories.term-webinars .listout-container-webinars .no-webinars p,
.page-template-template-on-demand-webinars .listout-container .no-webinars p,
.page-template-template-on-demand-webinars .listout-container-webinars .no-webinars p,
.page-template-template-live-webinars .listout-container .no-webinars p,
.page-template-template-live-webinars .listout-container-webinars .no-webinars p {
  text-align: left;
}
.archive.tax-resource_categories.term-webinars .listout-container li a,
.archive.tax-resource_categories.term-webinars .listout-container-webinars li a,
.page-template-template-on-demand-webinars .listout-container li a,
.page-template-template-on-demand-webinars .listout-container-webinars li a,
.page-template-template-live-webinars .listout-container li a,
.page-template-template-live-webinars .listout-container-webinars li a {
  padding: 0 1rem;
  padding-bottom: 1.5rem;
}
.archive.tax-resource_categories.term-webinars .listout-container li a h4 + *,
.archive.tax-resource_categories.term-webinars .listout-container-webinars li a h4 + *,
.page-template-template-on-demand-webinars .listout-container li a h4 + *,
.page-template-template-on-demand-webinars .listout-container-webinars li a h4 + *,
.page-template-template-live-webinars .listout-container li a h4 + *,
.page-template-template-live-webinars .listout-container-webinars li a h4 + * {
  margin-top: 12px;
  margin-top: 0.6666666667rem;
}
.archive.tax-resource_categories.term-webinars .listout-container li a .more,
.archive.tax-resource_categories.term-webinars .listout-container-webinars li a .more,
.page-template-template-on-demand-webinars .listout-container li a .more,
.page-template-template-on-demand-webinars .listout-container-webinars li a .more,
.page-template-template-live-webinars .listout-container li a .more,
.page-template-template-live-webinars .listout-container-webinars li a .more {
  bottom: 0;
  position: absolute;
}
.archive.tax-resource_categories.term-webinars .listout-container li a .hosted-by,
.archive.tax-resource_categories.term-webinars .listout-container-webinars li a .hosted-by,
.page-template-template-on-demand-webinars .listout-container li a .hosted-by,
.page-template-template-on-demand-webinars .listout-container-webinars li a .hosted-by,
.page-template-template-live-webinars .listout-container li a .hosted-by,
.page-template-template-live-webinars .listout-container-webinars li a .hosted-by {
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #323232;
  letter-spacing: 0;
  line-height: 25px;
}
.archive.tax-resource_categories.term-webinars .listout-container li a .webinar-date-display,
.archive.tax-resource_categories.term-webinars .listout-container-webinars li a .webinar-date-display,
.page-template-template-on-demand-webinars .listout-container li a .webinar-date-display,
.page-template-template-on-demand-webinars .listout-container-webinars li a .webinar-date-display,
.page-template-template-live-webinars .listout-container li a .webinar-date-display,
.page-template-template-live-webinars .listout-container-webinars li a .webinar-date-display {
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #323232;
  letter-spacing: 0;
  line-height: 25px;
}

.page-template-template-knowledgecenter .resource-row.webinars li a {
  padding-bottom: 2.5rem;
}
.page-template-template-knowledgecenter .resource-row.webinars li a h4 + * {
  margin-top: 12px;
  margin-top: 0.6666666667rem;
}
.page-template-template-knowledgecenter .resource-row.webinars li a .more {
  bottom: 0;
  position: absolute;
}
.page-template-template-knowledgecenter .resource-row.webinars li a .hosted-by {
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #323232;
  letter-spacing: 0;
  line-height: 25px;
}
.page-template-template-knowledgecenter .resource-row.webinars li a .webinar-date-display {
  font-family: "Myriad Set Pro Text", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #323232;
  letter-spacing: 0;
  line-height: 25px;
}

/*************************************
dne-container / results-container
**************************************/
.dne-container .row,
.results-container .row {
  max-width: 800px;
}
.dne-container form,
.results-container form {
  margin-top: 0;
}
.dne-container form + h6,
.results-container form + h6 {
  margin-top: 30px;
  margin-top: 1.6666666667rem;
}

/*************************************
dne-container
**************************************/
.dne-container a {
  text-align: center;
}

/*************************************
results-container
**************************************/
.results-container a {
  display: block;
}
.results-container a + a {
  margin-top: 75px;
  margin-top: 4.1666666667rem;
}
.results-container span {
  font-size: 16px;
  font-size: 0.8888888889em;
  line-height: 23px;
  line-height: 1.2777777778rem;
  display: inline-block;
}
.results-container h4,
.results-container p {
  color: #5f5f5f;
}
.results-container h4 + p {
  margin-top: 36px;
  margin-top: 2rem;
}
.results-container h4 + span.link {
  margin-top: 22px;
  margin-top: 1.2222222222rem;
}
.results-container p + span {
  margin-top: 22px;
  margin-top: 1.2222222222rem;
}
.results-container .row + .row {
  margin-top: 50px;
  margin-top: 2.7777777778rem;
}

/*************************************
leaders-container
**************************************/
.leaders-container .row {
  max-width: 800px;
}
.leaders-container .row + .row {
  margin-top: 75px;
  margin-top: 4.1666666667rem;
}
.leaders-container p {
  font-size: 16px;
  font-size: 0.8888888889em;
  line-height: 30px;
  line-height: 1.6666666667rem;
}
@media only screen and (max-width: 640px) {
  .leaders-container .row .columns:first-child {
    text-align: center;
  }
}

/* main: ../master.scss */
/*************************************
share-container
**************************************/
.share-container.blog-single-wrapper .row {
  max-width: 62.5em;
}
@media only screen and (max-width: foundation_medium-1) {
  .share-container.blog-single-wrapper .row {
    max-width: 100%;
  }
}
.share-container .row {
  max-width: 900px;
  max-width: 50rem;
  position: relative;
}
.share-container .row + .row {
  margin-top: 66px;
  margin-top: 3.6666666667rem;
}
.share-container .row .article-info {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .share-container .row .article-info {
    text-align: left;
  }
}
.share-container .row .article-info a + a {
  margin-left: 10px;
  margin-left: 0.5555555556rem;
  position: relative;
}
.share-container .row .article-info a + a:before {
  left: -10px;
  left: -0.5555555556rem;
  line-height: 14px;
  line-height: 0.7777777778rem;
  content: ", ";
  position: absolute;
  bottom: 0;
  color: #323232;
}
.share-container .row .article-info a + a:hover:before {
  color: #323232;
}
@media only screen and (min-width: 890px) {
  .share-container .row.mobile {
    display: none;
  }
}
.share-container .social-icons.fixed a {
  font-size: 26px;
  font-size: 1.4444444444em;
  line-height: 26px;
  line-height: 1.4444444444rem;
  display: block;
  color: #e1e1e1;
}
.share-container .social-icons.fixed a:hover {
  color: #0087cd;
  border-bottom: 1px solid transparent;
}
.share-container .social-icons.fixed a + a {
  margin-top: 14px;
  margin-top: 0.7777777778rem;
}
@media only screen and (max-width: 1014px) {
  .share-container .social-icons.fixed,
.share-container .social-icons.mobile {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative !important;
    top: auto !important;
    left: auto !important;
    text-align: center;
  }
  .share-container .social-icons.fixed a,
.share-container .social-icons.mobile a {
    font-size: 26px;
    font-size: 1.4444444444em;
    line-height: 26px;
    line-height: 1.4444444444rem;
    display: inline-block;
    color: #e1e1e1;
  }
  .share-container .social-icons.fixed a + a,
.share-container .social-icons.mobile a + a {
    margin-left: 15px;
    margin-left: 0.8333333333rem;
  }
  .share-container .social-icons.fixed a:hover,
.share-container .social-icons.mobile a:hover {
    color: #0087cd;
    border-bottom: 1px solid transparent;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1014px) {
  .share-container .social-icons.fixed,
.share-container .social-icons.mobile {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@media only screen and (min-width: 641px) {
  .share-container .social-icons.fixed a,
.share-container .social-icons.mobile a {
    margin-left: 15px;
    margin-left: 0.8333333333rem;
  }
}

.wysiwyg-container p + h2,
.wysiwyg-container p + h3,
.wysiwyg-container p + h4,
.wysiwyg-container p + h5,
.wysiwyg-container p + h6 {
  margin-top: 2.75rem;
}
.wysiwyg-container img {
  margin: 1rem;
}
.wysiwyg-container img.alignright {
  margin-right: 0;
}
.wysiwyg-container img.alignleft {
  margin-left: 0;
}

@media only screen and (max-width: 1014px) {
  .has-sticky-cta body.single .blog-single-wrapper .block-inner {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1014px) {
  .has-sticky-cta body.single .blog-single-wrapper .block-inner .sticky-cta-container-desktop {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1014px) {
  .has-sticky-cta body.single .blog-single-wrapper .block-inner .social-icons-container {
    padding: 1rem 0 1.5rem;
  }
}
@media only screen and (max-width: 1014px) {
  .has-sticky-cta body.single .blog-single-wrapper .block-inner .social-icons-container {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .has-sticky-cta body.single .blog-single-wrapper .block-inner .social-icons-container .social-icons.fixed a {
    text-align: right;
  }
}
@media only screen and (max-width: 1014px) {
  .has-sticky-cta body.single .blog-single-wrapper .block-inner .blog-content {
    margin-top: 0;
    width: 100%;
  }
}
body.single .sticky-cta {
  background-color: #0087cd;
  padding: 2rem;
}
@media only screen and (max-width: 1014px) {
  body.single .sticky-cta {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1014px) {
  body.single .sticky-cta .sticky-left,
body.single .sticky-cta .sticky-right {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -o-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 1014px) {
  body.single .sticky-cta .sticky-left {
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 1014px) {
  body.single .sticky-cta .sticky-right {
    padding-left: 1rem;
  }
}
body.single .sticky-cta h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1014px) {
  body.single .sticky-cta h2 {
    font-size: 18px;
    line-height: 21px;
  }
}
body.single .sticky-cta .description p {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1014px) {
  body.single .sticky-cta .description p {
    font-size: 15px;
    line-height: 20px;
  }
}
body.single .sticky-cta .button {
  color: #323232;
  background-color: #ffffff;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.single .sticky-cta .button::before, body.single .sticky-cta .button::after {
  visibility: hidden;
  opacity: 0;
  display: none;
}
/* main: ../master.scss */
.page-template-template-thank-you-coi .download a {
  padding: 2rem 4rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.page-template-template-thank-you-coi .coi-text {
  margin-bottom: 2rem;
}

/* main: ../master.scss */
/*************************************
Select or Die
**************************************/
form .sod_select {
  padding: 13px 20px;
  padding: 0.7222222222rem 1.1111111111rem;
  margin-top: 5px;
  margin-top: 0.2777777778rem;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid #cdcdcd;
  background: #ffffff;
  text-align: left;
  outline: 0;
  outline-offset: -2px;
  cursor: pointer;
  color: #787878;
}
form .sod_select:hover, form .sod_select.open, form .sod_select:focus {
  border-color: #cdcdcd;
}
form .sod_select:focus {
  outline: none;
}
form .sod_select.open .sod_list_wrapper {
  height: auto;
  opacity: 1;
}
form .sod_select.open .sod_list_wrapper * {
  display: block;
}
form .sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 1px solid #cdcdcd;
  border-bottom: none;
}
form .sod_select .sod_label {
  font-size: 17px;
  font-size: 0.9444444444em;
  line-height: 17px;
  line-height: 0.9444444444rem;
  padding: 0px 0px;
  padding: 0rem 0rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1rem;
}
form .sod_select .sod_list_wrapper {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -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;
  position: absolute;
  top: 80%;
  left: -1px;
  height: 0;
  width: 100%;
  opacity: 0;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  border-top: none;
  color: #787878;
  font-weight: 300;
  z-index: 30;
}
form .sod_select .sod_list_wrapper * {
  display: none;
}
form .sod_select .sod_list {
  display: none;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
form .sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 0.5rem 1.778rem;
  list-style-type: none;
}
form .sod_select .sod_option.optgroup {
  font-size: 14px;
  font-size: 0.7777777778em;
  line-height: 14px;
  line-height: 0.7777777778rem;
  background: inherit;
  color: #323232;
  font-style: italic;
}
form .sod_select .sod_option.groupchild {
  padding-left: 1rem;
}
form .sod_select .sod_option.is-placeholder {
  display: none;
}
form .sod_select .sod_option.selected {
  font-weight: 600;
  padding-right: 1.5rem;
}
form .sod_select select {
  display: none;
}
form .sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 12;
}

.filtering-container .sod_select {
  margin-right: 30px;
  margin-right: 1.6666666667rem;
  border-radius: 3px;
  display: inline-block;
  width: auto;
  background: #ffffff;
  text-align: left;
  outline: 0;
  outline-offset: -2px;
  cursor: pointer;
  color: #787878;
  position: relative;
}
.filtering-container .sod_select:hover, .filtering-container .sod_select.open, .filtering-container .sod_select:focus {
  border-color: #cdcdcd;
}
.filtering-container .sod_select:focus {
  outline: none;
}
.filtering-container .sod_select.open .sod_list_wrapper {
  height: auto;
  opacity: 1;
}
.filtering-container .sod_select.open .sod_list_wrapper * {
  display: block;
}
.filtering-container .sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 1px solid #cdcdcd;
  border-bottom: none;
}
.filtering-container .sod_select .sod_label {
  font-size: 18px;
  font-size: 1em;
  line-height: 18px;
  line-height: 1rem;
  padding: 5px 30px 5px 0px;
  padding: 0.2777777778rem 1.6666666667rem 0.2777777778rem 0rem;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: block;
  position: relative;
}
.filtering-container .sod_select .sod_label:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  font-size: 1.2222222222em;
  line-height: 17px;
  line-height: 0.9444444444rem;
  content: "\e61d";
  font-family: "icomoon";
  color: #787878;
  position: absolute;
  top: 50%;
  right: 0;
}
.filtering-container .sod_select .sod_list_wrapper {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -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;
  position: absolute;
  top: 100%;
  left: 0.111rem;
  height: 0;
  width: auto;
  opacity: 0;
  background: #ffffff;
  border-top: none;
  color: #787878;
  font-weight: 300;
  z-index: 30;
  box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.16), 2px 0 2px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.23);
}
.filtering-container .sod_select .sod_list_wrapper * {
  display: none;
}
.filtering-container .sod_select .sod_list {
  display: none;
  padding: 0;
  margin: 0;
}
.filtering-container .sod_select .sod_option {
  font-size: 17px;
  font-size: 0.9444444444em;
  line-height: 17px;
  line-height: 0.9444444444rem;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: block;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding: 0.5rem 1.778rem;
  list-style-type: none;
}
.filtering-container .sod_select .sod_option.optgroup {
  background: inherit;
  color: #323232;
  font-style: italic;
}
.filtering-container .sod_select .sod_option.groupchild {
  padding-left: 1rem;
}
.filtering-container .sod_select .sod_option.is-placeholder {
  display: none;
}
.filtering-container .sod_select .sod_option.selected {
  font-weight: 600;
  padding-right: 1.5rem;
}
.filtering-container .sod_select select {
  display: none;
}
.filtering-container .sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 12;
}

.filtering-container .form-wrap .sod_select {
  padding: 7px 20px;
  padding: 0.3888888889rem 1.1111111111rem;
}

/* main: ../master.scss */
/*************************************
Blocks
**************************************/
.block-inner {
  padding: 75px 0px;
  padding: 4.1666666667rem 0rem;
}
@media only screen and (max-width: 640px) {
  .block-inner {
    padding: 45px 0px;
    padding: 2.5rem 0rem;
  }
}
.block-inner.tall {
  padding: 130px 0px;
  padding: 7.2222222222rem 0rem;
}
@media only screen and (max-width: 640px) {
  .block-inner.tall {
    padding: 75px 0px;
    padding: 4.1666666667rem 0rem;
  }
}

.bg-white + .bg-white .block-inner,
.bg-grey + .bg-grey .block-inner {
  padding-top: 0;
}

.centered li {
  text-align: center;
}

.tooltip-content {
  background-color: #ffffff;
  border-radius: 0.3rem;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  display: block;
  font-size: 1em;
  font-weight: 400;
  height: auto;
  left: 50%;
  line-height: 1.3;
  margin: 0 0 0.25rem -10rem;
  opacity: 0;
  padding: 0.75em 1em;
  position: absolute;
  text-align: left;
  -webkit-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
  -o-transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1), opacity 0.3s cubic-bezier(0.3, 0, 0, 1);
  -webkit-transform: rotateX(20deg) scale(0.8);
  -moz-transform: rotateX(20deg) scale(0.8);
  -ms-transform: rotateX(20deg) scale(0.8);
  -o-transform: rotateX(20deg) scale(0.8);
  transform: rotateX(20deg) scale(0.8);
  -webkit-transform-origin: center 120%;
  -moz-transform-origin: center 120%;
  -ms-transform-origin: center 120%;
  -o-transform-origin: center 120%;
  transform-origin: center 120%;
  width: 21.6rem;
  -webkit-backface-visibility: hidden;
  z-index: 200;
}
.tooltip-content::before, .tooltip-content::after {
  background: #ffffff;
  bottom: -5px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
}
.tooltip-content::before {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.tooltip-content::after {
  bottom: -4px;
  height: 11px;
  width: 11px;
}
.tooltip-content.show {
  -webkit-transform: rotateX(0deg) scale(1);
  -ms-transform: rotateX(0deg) scale(1);
  -moz-transform: rotateX(0deg) scale(1);
  -o-transform: rotateX(0deg) scale(1);
  transform: rotateX(0deg) scale(1);
  transform: rotateX(0deg) scale(1);
  opacity: 1;
  z-index: 3;
  display: block;
}

.icon-questionmark::before {
  color: #000000;
  font-size: 1.1rem;
}

/* main: ../../master.scss */
/*************************************
block-html
**************************************/
.block-html ul,
.block-form ul,
.wysiwyg-container ul,
.block-imageside ul {
  list-style-type: disc;
}
.block-html ol,
.block-form ol,
.wysiwyg-container ol,
.block-imageside ol {
  list-style-type: decimal;
}
.block-html ul,
.block-html ol,
.block-form ul,
.block-form ol,
.wysiwyg-container ul,
.wysiwyg-container ol,
.block-imageside ul,
.block-imageside ol {
  font-size: 18px;
  font-size: 1em;
  line-height: 25px;
  line-height: 1.3888888889rem;
  display: block;
}
.block-html ul + h2,
.block-html ul + h3,
.block-html ul + h4,
.block-html ul + h5,
.block-html ul + h6,
.block-html ul + p,
.block-html ul + ul,
.block-html ul + ol,
.block-html ul + blockquote,
.block-html ol + h2,
.block-html ol + h3,
.block-html ol + h4,
.block-html ol + h5,
.block-html ol + h6,
.block-html ol + p,
.block-html ol + ul,
.block-html ol + ol,
.block-html ol + blockquote,
.block-form ul + h2,
.block-form ul + h3,
.block-form ul + h4,
.block-form ul + h5,
.block-form ul + h6,
.block-form ul + p,
.block-form ul + ul,
.block-form ul + ol,
.block-form ul + blockquote,
.block-form ol + h2,
.block-form ol + h3,
.block-form ol + h4,
.block-form ol + h5,
.block-form ol + h6,
.block-form ol + p,
.block-form ol + ul,
.block-form ol + ol,
.block-form ol + blockquote,
.wysiwyg-container ul + h2,
.wysiwyg-container ul + h3,
.wysiwyg-container ul + h4,
.wysiwyg-container ul + h5,
.wysiwyg-container ul + h6,
.wysiwyg-container ul + p,
.wysiwyg-container ul + ul,
.wysiwyg-container ul + ol,
.wysiwyg-container ul + blockquote,
.wysiwyg-container ol + h2,
.wysiwyg-container ol + h3,
.wysiwyg-container ol + h4,
.wysiwyg-container ol + h5,
.wysiwyg-container ol + h6,
.wysiwyg-container ol + p,
.wysiwyg-container ol + ul,
.wysiwyg-container ol + ol,
.wysiwyg-container ol + blockquote,
.block-imageside ul + h2,
.block-imageside ul + h3,
.block-imageside ul + h4,
.block-imageside ul + h5,
.block-imageside ul + h6,
.block-imageside ul + p,
.block-imageside ul + ul,
.block-imageside ul + ol,
.block-imageside ul + blockquote,
.block-imageside ol + h2,
.block-imageside ol + h3,
.block-imageside ol + h4,
.block-imageside ol + h5,
.block-imageside ol + h6,
.block-imageside ol + p,
.block-imageside ol + ul,
.block-imageside ol + ol,
.block-imageside ol + blockquote {
  margin-top: 20px;
  margin-top: 1.1111111111rem;
}
.block-html ul ul,
.block-html ul ol,
.block-html ol ul,
.block-html ol ol,
.block-form ul ul,
.block-form ul ol,
.block-form ol ul,
.block-form ol ol,
.wysiwyg-container ul ul,
.wysiwyg-container ul ol,
.wysiwyg-container ol ul,
.wysiwyg-container ol ol,
.block-imageside ul ul,
.block-imageside ul ol,
.block-imageside ol ul,
.block-imageside ol ol {
  margin-top: 5px;
  margin-top: 0.2777777778rem;
}
.block-html ul li,
.block-html ol li,
.block-form ul li,
.block-form ol li,
.wysiwyg-container ul li,
.wysiwyg-container ol li,
.block-imageside ul li,
.block-imageside ol li {
  display: list-item;
}
.block-html li,
.block-form li,
.wysiwyg-container li,
.block-imageside li {
  margin-left: 25px;
  margin-left: 1.3888888889rem;
  margin-bottom: 10px;
  margin-bottom: 0.5555555556rem;
  line-height: 25px;
  line-height: 1.3888888889rem;
}
.block-html .gform_wrapper ul li,
.block-html .gform_wrapper ol li,
.block-form .gform_wrapper ul li,
.block-form .gform_wrapper ol li,
.wysiwyg-container .gform_wrapper ul li,
.wysiwyg-container .gform_wrapper ol li,
.block-imageside .gform_wrapper ul li,
.block-imageside .gform_wrapper ol li {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.block-html .gform_wrapper li + li:nth-child(2),
.block-form .gform_wrapper li + li:nth-child(2),
.wysiwyg-container .gform_wrapper li + li:nth-child(2),
.block-imageside .gform_wrapper li + li:nth-child(2) {
  margin-top: 0.55556rem;
}
.block-html .gform_wrapper .gform_heading,
.block-form .gform_wrapper .gform_heading,
.wysiwyg-container .gform_wrapper .gform_heading,
.block-imageside .gform_wrapper .gform_heading {
  margin-bottom: 0;
}
.block-html .gform_wrapper .gform_heading h3,
.block-form .gform_wrapper .gform_heading h3,
.wysiwyg-container .gform_wrapper .gform_heading h3,
.block-imageside .gform_wrapper .gform_heading h3 {
  text-align: center;
}
.block-html .gform_wrapper .gform_footer,
.block-form .gform_wrapper .gform_footer,
.wysiwyg-container .gform_wrapper .gform_footer,
.block-imageside .gform_wrapper .gform_footer {
  text-align: center;
}
.block-html .gform_wrapper .gform_footer input[type=submit],
.block-form .gform_wrapper .gform_footer input[type=submit],
.wysiwyg-container .gform_wrapper .gform_footer input[type=submit],
.block-imageside .gform_wrapper .gform_footer input[type=submit] {
  margin: 1.25rem auto;
}
.block-html.bg-grey .gform_wrapper, .block-html.bg-white .gform_wrapper, .block-html.white .gform_wrapper,
.block-form.bg-grey .gform_wrapper,
.block-form.bg-white .gform_wrapper,
.block-form.white .gform_wrapper,
.wysiwyg-container.bg-grey .gform_wrapper,
.wysiwyg-container.bg-white .gform_wrapper,
.wysiwyg-container.white .gform_wrapper,
.block-imageside.bg-grey .gform_wrapper,
.block-imageside.bg-white .gform_wrapper,
.block-imageside.white .gform_wrapper {
  background-color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.35rem;
  border: solid 1px #cdcdcd;
}

body.child-of-features.integration .block-html a:not(.button):last-of-type {
  display: inline-block;
  text-decoration: none;
  border-bottom: 0;
}
body.child-of-features.integration .block-html a:not(.button):last-of-type:hover {
  display: inline-block;
  text-decoration: none;
  border-bottom: 0;
}

/* main: ../../master.scss */
/*************************************
block-intro
**************************************/
.block-intro .columns {
  text-align: center;
}
.block-intro img {
  max-width: 50px;
  max-width: 2.7777777778rem;
  max-height: 50px;
  max-height: 2.7777777778rem;
}
.block-intro img + h2 {
  margin-top: 18px;
  margin-top: 1rem;
}
.block-intro p {
  line-height: 28px;
  line-height: 1.5555555556rem;
}
.block-intro + .block-image .block-inner {
  padding-top: 0px;
  padding-top: 0rem;
}

/* main: ../../master.scss */
/*************************************
block-grid / block-recommended
**************************************/
.block-grid ul,
.block-recommended ul,
.block-logos ul,
.block-logos-automatic ul,
.block-icons ul,
.listout-container ul {
  text-align: center;
}
.block-grid li,
.block-recommended li,
.block-logos li,
.block-logos-automatic li,
.block-icons li,
.listout-container li {
  margin-right: -4px;
  margin-right: -0.2222222222rem;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  float: none;
  padding: 0;
}
.block-grid h4 + *,
.block-recommended h4 + *,
.block-logos h4 + *,
.block-logos-automatic h4 + *,
.block-icons h4 + *,
.listout-container h4 + * {
  margin-top: 23px;
  margin-top: 1.2777777778rem;
}
@media only screen and (max-width: 640px) {
  .block-grid h4 + *,
.block-recommended h4 + *,
.block-logos h4 + *,
.block-logos-automatic h4 + *,
.block-icons h4 + *,
.listout-container h4 + * {
    margin-top: 18px;
    margin-top: 1rem;
  }
}

.block-grid a,
.block-grid .no-link,
.block-recommended a,
.block-recommended .no-link,
.block-icons a,
.block-icons .no-link,
.listout-container a,
.listout-container .no-link {
  padding: 0px 29px;
  padding: 0rem 1.6111111111rem;
  display: block;
}

.listout-container .block-inner > .row > .columns > a {
  padding-left: 0;
}

.listout-container li a,
.listout-container .no-link,
.block-recommended li a,
.block-recommended .no-link {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .listout-container li a,
.listout-container .no-link,
.block-recommended li a,
.block-recommended .no-link {
    height: auto !important;
  }
}
.listout-container li a h3 .more,
.listout-container .no-link h3 .more,
.block-recommended li a h3 .more,
.block-recommended .no-link h3 .more {
  position: relative;
}
.listout-container li a .excerpt-wrapper,
.listout-container .no-link .excerpt-wrapper,
.block-recommended li a .excerpt-wrapper,
.block-recommended .no-link .excerpt-wrapper {
  padding-bottom: 1.75rem;
}
@media only screen and (max-width: 640px) {
  .listout-container li a .excerpt-wrapper,
.listout-container .no-link .excerpt-wrapper,
.block-recommended li a .excerpt-wrapper,
.block-recommended .no-link .excerpt-wrapper {
    padding-bottom: 0;
  }
}
.listout-container li a .more,
.listout-container .no-link .more,
.block-recommended li a .more,
.block-recommended .no-link .more {
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 640px) {
  .listout-container li a .more,
.listout-container .no-link .more,
.block-recommended li a .more,
.block-recommended .no-link .more {
    position: relative;
  }
}

/*************************************
block-grid
**************************************/
.block-grid .block-inner {
  padding-bottom: 0;
}
.block-grid ul.medium-block-grid-2 {
  max-width: 760px;
  max-width: 42.2222222222rem;
  margin: 0 auto;
}
.block-grid li {
  margin-bottom: 75px;
  margin-bottom: 4.1666666667rem;
}
@media only screen and (max-width: 640px) {
  .block-grid li {
    margin-bottom: 45px;
    margin-bottom: 2.5rem;
  }
}
.block-grid .extra-padding li {
  padding: 0px 29px;
  padding: 0rem 1.6111111111rem;
}
.block-grid a.more {
  margin: -1rem 0 2.5rem;
  text-align: center;
}

/* main: ../../master.scss */
/*************************************
block-slider
**************************************/
.block-slider .slider {
  width: 100%;
}
.block-slider .slider p {
  padding: 0px 100px;
  padding: 0rem 5.5555555556rem;
  text-align: center;
}
.block-slider .slider p span {
  font-weight: 600;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 640px) {
  .block-slider .slider p {
    padding: 0px 20px;
    padding: 0rem 1.1111111111rem;
    margin-top: 30px;
    margin-top: 1.6666666667rem;
  }
}
.block-slider .pager.controls {
  margin-top: 2rem;
}

.block-slider [class*=icon],
.block-testimonials [class*=icon] {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -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;
  color: #cdcdcd;
  cursor: pointer;
  z-index: 200;
}
.block-slider [class*=icon]:hover,
.block-testimonials [class*=icon]:hover {
  color: #0087cd;
}
@media only screen and (min-width: 641px) {
  .block-slider [class*=icon],
.block-testimonials [class*=icon] {
    font-size: 42px;
    font-size: 2.3333333333em;
    line-height: 1px;
    line-height: 0.0555555556rem;
    position: absolute;
    top: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .block-slider [class*=icon],
.block-testimonials [class*=icon] {
    font-size: 28px;
    font-size: 1.5555555556em;
    line-height: 1px;
    line-height: 0.0555555556rem;
  }
}
@media only screen and (min-width: 641px) {
  .block-slider .icon-arrow-left,
.block-testimonials .icon-arrow-left {
    left: -80px;
    left: -4.4444444444rem;
  }
  .block-slider .icon-arrow-right,
.block-testimonials .icon-arrow-right {
    right: -80px;
    right: -4.4444444444rem;
  }
}
@media only screen and (max-width: 640px) {
  .block-slider .icon-arrow-left,
.block-testimonials .icon-arrow-left {
    float: left;
  }
  .block-slider .icon-arrow-right,
.block-testimonials .icon-arrow-right {
    float: right;
  }
}

/* main: ../../master.scss */
/*************************************
block-sku-picker
**************************************/
.block-sku-picker {
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
}
.block-sku-picker .block-inner {
  padding-top: 2.16667rem;
}
.block-sku-picker .row.intro {
  padding-top: 80px;
  padding-top: 4.4444444444rem;
  padding-bottom: 40px;
  padding-bottom: 2.2222222222rem;
}
.block-sku-picker .row.intro .columns * {
  max-width: 910px;
  max-width: 50.5555555556rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  .block-sku-picker .row.intro {
    padding: 50px 0px;
    padding: 2.7777777778rem 0rem;
  }
}
.block-sku-picker .row.intro h3 {
  font-size: 30px;
  font-size: 1.6666666667rem;
}
.block-sku-picker .row.intro a {
  color: #4796C9;
  text-decoration: underline;
}
.block-sku-picker .row.sku-tabs {
  padding-top: 20px;
  padding-top: 1.1111111111rem;
  padding-bottom: 20px;
  padding-bottom: 1.1111111111rem;
  margin-bottom: 44px;
  margin-bottom: 2.4444444444rem;
  max-width: 100%;
}
.block-sku-picker .row.sku-tabs .tab-nav li.active a {
  cursor: text;
}
.block-sku-picker .row.skus {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.block-sku-picker .row.skus.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.block-sku-picker ul.tab-nav > li {
  color: #4796C9;
}
.block-sku-picker ul.inline {
  text-align: center;
}
.block-sku-picker ul.inline li {
  float: none;
  vertical-align: top;
  display: inline-block;
  /*IE7*/
  *display: inline;
  *zoom: 1;
}
.block-sku-picker ul.inline li.active, .block-sku-picker ul.inline li.divider {
  color: #000000;
  font-weight: bold;
}
.block-sku-picker ul.inline li.divider {
  margin: 0 10px;
}
@media only screen and (min-width: 1026px) {
  .block-sku-picker ul.inline li.sku {
    max-width: 300px;
  }
}
.block-sku-picker ul.inline li.sku.primary .meta .price {
  color: #4796C9;
  opacity: 0;
}
.block-sku-picker ul.inline li.sku.primary .meta .price.price-loaded {
  color: #ffffff;
  opacity: 1;
}
.block-sku-picker ul.inline li.sku .meta .price {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #cdcdcd;
  opacity: 0;
}
.block-sku-picker ul.inline li.sku .meta .price.price-loaded {
  color: #323232;
  opacity: 1;
}
.block-sku-picker ul.medium-block-grid-3 > li {
  border: thin solid #bbbbbb;
  border-radius: 4px;
  padding: 0;
  position: relative;
}
.block-sku-picker ul.medium-block-grid-3 > li .meta {
  background-color: #cdcdcd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 30px;
  padding: 1.6666666667rem;
  padding-bottom: 20px;
  padding-bottom: 1.1111111111rem;
}
.block-sku-picker ul.medium-block-grid-3 > li .meta p + p {
  margin-top: 5px;
  margin-top: 0.2777777778rem;
}
.block-sku-picker ul.medium-block-grid-3 > li .meta .title {
  font-size: 24px;
  font-size: 1.3333333333rem;
}
.block-sku-picker ul.medium-block-grid-3 > li .meta .price {
  font-weight: bold;
  font-size: 30px;
  font-size: 1.6666666667rem;
}
.block-sku-picker ul.medium-block-grid-3 > li .meta .sub-label {
  font-size: 16px;
  font-size: 0.8888888889rem;
}
.block-sku-picker ul.medium-block-grid-3 > li .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  padding: 1.6666666667rem;
}
.block-sku-picker ul.medium-block-grid-3 > li .info li {
  display: block;
}
.block-sku-picker ul.medium-block-grid-3 > li .info li + li {
  margin-top: 20px;
  margin-top: 1.1111111111rem;
}
.block-sku-picker ul.medium-block-grid-3 > li .info a {
  width: min-content;
  align-self: center;
}
.block-sku-picker ul.medium-block-grid-3 > li.primary .meta {
  background-color: #4796C9;
  color: #ffffff;
}
@media only screen and (min-width: 1026px) {
  .block-sku-picker ul.medium-block-grid-3 > li:not(:last-child) {
    margin-right: 30px;
    margin-right: 1.6666666667rem;
  }
}
@media only screen and (max-width: 1024px) {
  .block-sku-picker ul.medium-block-grid-3 > li {
    display: block;
    margin: 0 auto;
    width: 400px;
    margin-bottom: 30px;
    margin-bottom: 1.6666666667rem;
  }
}
.block-sku-picker ul .button {
  border-radius: 8px;
  color: #fff;
  padding: 0.5rem 0.7rem;
  text-transform: none;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  margin-top: 30px;
  margin-top: 1.6666666667rem;
}
.block-sku-picker ul .button.button-blue-light {
  background-color: #4796C9;
}
.block-sku-picker .tooltip {
  position: relative;
  display: inline;
}
.block-sku-picker .tooltip .asterisk {
  color: #4796C9;
}
.block-sku-picker .primary .price .tooltip .asterisk {
  color: #ffffff;
}
.block-sku-picker .tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 6px;
  top: 100%;
  left: 50%;
  margin-left: -75px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
  font-size: 13px;
  font-size: 0.7222222222rem;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.block-sku-picker .tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.block-sku-picker .tooltip:hover .tooltiptext {
  visibility: visible;
}
.block-sku-picker .row.sku-tabs.feature-link {
  margin-bottom: 0;
  margin-top: 1.44444rem;
}
.block-sku-picker .footnote {
  cursor: default;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: small;
  font-weight: 300;
  line-height: 1.9rem;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none !important;
  color: grey;
  max-width: 65%;
  margin: 2.44444rem auto 0 auto;
  /* Landscape */
}
@media only screen and (max-width: 640px) {
  .block-sku-picker .footnote {
    max-width: 90%;
    margin: 1.8rem auto 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .block-sku-picker .footnote {
    max-width: 400px;
  }
}

.home .banner-container.banner-slider.bg-white + script + .block-slider.bg-white .block-inner, .home .banner-container.banner-slider.bg-white + script + .block-image.bg-white .block-inner {
  display: none;
  padding-top: 0;
}

.optimize_pro_offering.home .banner-container.banner-slider .block-inner {
  padding-bottom: 2.25rem;
}

.block-banner-dual-column .block-inner {
  padding: 100px 0px;
  padding: 5.5555555556rem 0rem;
}
@media only screen and (max-width: 640px) {
  .block-banner-dual-column .block-inner {
    padding: 55px 0px;
    padding: 3.0555555556rem 0rem;
  }
}
.block-banner-dual-column .block-inner .row {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 970px) {
  .block-banner-dual-column .block-inner .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .block-banner-dual-column .columns {
    text-align: center;
  }
}
.block-banner-dual-column .columns:first-child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 90.063em) {
  .block-banner-dual-column .columns:nth-child(1) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1070px) {
  .block-banner-dual-column .columns:nth-child(1) {
    width: 100%;
    text-align: center;
  }
}
.block-banner-dual-column .columns:nth-child(1) .inner-content {
  text-align: left;
}
@media only screen and (max-width: 1070px) {
  .block-banner-dual-column .columns:nth-child(1) .inner-content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 970px) {
  .block-banner-dual-column .columns:nth-child(1) .inner-content {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .block-banner-dual-column .columns:nth-child(1) .inner-content {
    max-width: 450px;
  }
}
.block-banner-dual-column .columns:nth-child(1) .cta-wrapper {
  text-align: left;
}
@media only screen and (max-width: 970px) {
  .block-banner-dual-column .columns:nth-child(1) .cta-wrapper {
    text-align: center;
    margin-bottom: 0;
  }
}
.block-banner-dual-column .columns:nth-child(1) h1 {
  font-size: 64px;
  line-height: 1;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000;
}
.block-banner-dual-column .columns:nth-child(1) h1 + p {
  font-size: 20px;
  font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
  color: #424242;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 90.063em) {
  .block-banner-dual-column .columns:nth-child(1) span.line-1, .block-banner-dual-column .columns:nth-child(1) span.line-2 {
    display: block;
  }
}
@media only screen and (min-width: 90.063em) {
  .block-banner-dual-column .columns:nth-child(2) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1070px) {
  .block-banner-dual-column .columns:nth-child(2) {
    width: 100%;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 640px) {
  header nav.menu-toggle {
    top: 0;
  }
  header nav.menu-toggle .search-wrapper,
header nav.menu-toggle .toggle-wrapper {
    padding: 0.815rem 0.5rem;
  }

  .home .banner-container.bg-white .button-green {
    padding: 0.75rem;
  }

  .block-use-case.bg-white + .block-use-case.bg-white {
    margin-top: -2rem;
  }
  .block-use-case.bg-white + .block-use-case.bg-white .block-inner .row {
    padding-top: 0;
  }
  .block-use-case .container-icons li.calc-4 {
    width: 42.5531914894%;
  }
  .block-use-case .request-a-demo {
    margin-top: 30px;
    margin-top: 1.6666666667rem;
    border-radius: 8px;
    color: #fff;
    padding: 0.825rem;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
    font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1;
    background-color: #30733f;
    width: 48%;
    text-align: center;
  }
  .block-use-case .request-a-demo::after {
    content: "";
    margin-left: 0;
  }

  .block-icons .request-a-demo {
    margin-top: 30px;
    margin-top: 1.6666666667rem;
    border-radius: 8px;
    color: #fff;
    padding: 0.825rem;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
    font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1;
    background-color: #30733f;
    width: 48%;
    text-align: center;
  }
  .block-icons .request-a-demo::after {
    content: "";
    margin-left: 0;
  }

  .block-intro + .block-html p + p a {
    padding: 0.6rem;
  }

  .block-imageside + .block-imageside + .block-imageside + .block-imageside.bg-grey .more {
    margin-top: 30px;
    margin-top: 1.6666666667rem;
    border-radius: 8px;
    color: #fff;
    padding: 0.825rem;
    text-transform: none;
    font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1;
    background-color: #4796C9;
    width: 48%;
    text-align: center;
  }
  .block-imageside + .block-imageside + .block-imageside + .block-imageside.bg-grey .more::after {
    content: "";
    margin-left: 0;
  }
  .block-imageside + .block-imageside + .block-imageside + .block-imageside.bg-grey .more + .more {
    float: right;
  }
}
@media only screen and (min-width: 641px) {
  .block-use-case .request-a-demo {
    margin-top: 30px;
    margin-top: 1.6666666667rem;
    border-radius: 8px;
    color: #fff;
    padding: 0.825rem;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
    font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1;
    background-color: #30733f;
    width: 150px;
    text-align: center;
  }
  .block-use-case .request-a-demo::after {
    content: "";
    margin-left: 0;
  }
  .block-use-case .request-a-demo:hover {
    color: #fff;
    background-color: #46a65a;
  }

  .block-icons .request-a-demo {
    margin-top: 30px;
    margin-top: 1.6666666667rem;
    border-radius: 8px;
    color: #fff;
    padding: 0.825rem;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
    font-family: "Myriad Set Pro Thin", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1;
    background-color: #30733f;
    width: 150px;
    text-align: center;
  }
  .block-icons .request-a-demo::after {
    content: "";
    margin-left: 0;
  }
  .block-icons .request-a-demo:hover {
    color: #fff;
    background-color: #46a65a;
  }
}
body.smartling-ja {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja h1,
body.smartling-ja h2,
body.smartling-ja h3,
body.smartling-ja h4,
body.smartling-ja h5,
body.smartling-ja p {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja ul li,
body.smartling-ja ol li {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .main-nav li .button {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .banner-container .button-green.more,
body.smartling-ja .banner-container .button-blue.more,
body.smartling-ja .banner-container .button-red.more {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .banner-container p,
body.smartling-ja .banner-container a {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .block-form .mktoForm *:not(button):not(.button) {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .block-form .mktoForm .grav-transforms.grav-checkbox .mktoLabel {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .block-form-footer .mktoForm *:not(button):not(.button) {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .block-form-footer .mktoForm .grav-transforms.grav-checkbox .mktoLabel .smartling-ja .block-value-grid .container-inner p {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .block-fast-facts .facts div p {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .block-timeline .year div span {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .block-timeline h5,
body.smartling-ja .block-timeline p {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .block-workflow .year div span {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .block-workflow h5,
body.smartling-ja .block-workflow p {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .listout-container * {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .listout-container p,
body.smartling-ja .listout-container span {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .listout-container-webinars * {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .listout-container-webinars p {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .listout-container-webinars span .smartling-ja .filtering-container .sod_select .sod_label {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .block-testimonials .testimonial {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .block-timeline h4,
body.smartling-ja .block-workflow h4 {
  font-family: "Meiryo", "Meiryo W53 Regular", Helvetica, Arial, sans-serif;
}
body.smartling-ja .link, body.smartling-ja .block-imageside .block-inner .content p a, body.smartling-ja .block-content-with-video .block-inner .content p a, body.smartling-ja .block-html a:not(.button), .block-html body.smartling-ja a:not(.button),
body.smartling-ja .block-form a:not(.button),
.block-form body.smartling-ja a:not(.button),
body.smartling-ja .wysiwyg-container a:not(.button),
.wysiwyg-container body.smartling-ja a:not(.button),
body.smartling-ja .block-imageside a:not(.button),
.block-imageside body.smartling-ja a:not(.button) {
  -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;
  color: #0087cd;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
body.smartling-ja .link:hover, body.smartling-ja .block-imageside .block-inner .content p a:hover, body.smartling-ja .block-content-with-video .block-inner .content p a:hover, body.smartling-ja .block-html a:hover:not(.button), .block-html body.smartling-ja a:hover:not(.button),
body.smartling-ja .block-form a:hover:not(.button),
.block-form body.smartling-ja a:hover:not(.button),
body.smartling-ja .wysiwyg-container a:hover:not(.button),
.wysiwyg-container body.smartling-ja a:hover:not(.button),
body.smartling-ja .block-imageside a:hover:not(.button),
.block-imageside body.smartling-ja a:hover:not(.button) {
  color: #0e4764;
  border-bottom: 1px solid #0e4764;
}
body.smartling-ja .block-content-with-video .row:not(.max-width) {
  max-width: 100%;
}
body.smartling-ja .block-content-with-video .block-inner .row {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  body.smartling-ja .block-content-with-video .block-inner .row .columns + .columns {
    padding-top: 20px;
    padding-top: 1.1111111111rem;
  }
}
@media only screen and (min-width: 1025px) {
  body.smartling-ja .block-content-with-video .block-inner .row:after, body.smartling-ja .block-content-with-video .block-inner .row:before {
    display: flex;
  }
}
body.smartling-ja .block-content-with-video .block-inner .image img {
  display: block;
  width: 100%;
}
body.smartling-ja .block-content-with-video .block-inner h3 + div {
  margin-top: 30px;
  margin-top: 1.6666666667rem;
}
@media only screen and (min-width: 1441px) {
  body.smartling-ja .block-content-with-video .block-inner.placement-right .content > div {
    padding-left: 10%;
  }
}
@media only screen and (min-width: 1441px) {
  body.smartling-ja .block-content-with-video .block-inner.placement-left .content > div {
    padding-right: 10%;
  }
}
body.smartling-ja .block-content-with-video .block-inner .content .more {
  display: inline-block;
  text-decoration: none;
  border-bottom: 0;
}
body.smartling-ja .block-dualimage .row:not(.max-width),
body.smartling-ja .block-imageside .row:not(.max-width) {
  max-width: 100%;
}
body.smartling-ja .block-imageside .block-inner .row {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1440px) {
  body.smartling-ja .block-imageside .block-inner .row .columns + .columns {
    padding-top: 20px;
    padding-top: 1.1111111111rem;
  }
}
@media only screen and (min-width: 1025px) {
  body.smartling-ja .block-imageside .block-inner .row:after, body.smartling-ja .block-imageside .block-inner .row:before {
    display: flex;
  }
}
body.smartling-ja .block-imageside .block-inner .image img {
  display: block;
  width: 100%;
}
body.smartling-ja .block-imageside .block-inner h3 + div {
  margin-top: 30px;
  margin-top: 1.6666666667rem;
}
@media only screen and (min-width: 1441px) {
  body.smartling-ja .block-imageside .block-inner.placement-right .content > div {
    padding-left: 10%;
  }
}
@media only screen and (min-width: 1441px) {
  body.smartling-ja .block-imageside .block-inner.placement-left .content > div {
    padding-right: 10%;
  }
}
body.smartling-ja .block-imageside .block-inner .content .more {
  border-bottom: 0;
  display: inline-block;
  text-decoration: none;
}
.smartling-ko .banner-container .block-inner .row .columns > h1 + p {
  max-width: 900px;
  line-height: 1.3;
}
.smartling-ko .link, .smartling-ko .block-html a:not(.button), .block-html .smartling-ko a:not(.button),
.smartling-ko .block-form a:not(.button),
.block-form .smartling-ko a:not(.button),
.smartling-ko .wysiwyg-container a:not(.button),
.wysiwyg-container .smartling-ko a:not(.button),
.smartling-ko .block-imageside a:not(.button),
.block-imageside .smartling-ko a:not(.button), .smartling-ko body.smartling-ja .block-content-with-video .block-inner .content p a, body.smartling-ja .block-content-with-video .block-inner .content p .smartling-ko a, .smartling-ko body.smartling-ja .block-imageside .block-inner .content p a, body.smartling-ja .block-imageside .block-inner .content p .smartling-ko a {
  -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;
  color: #0087cd;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.smartling-ko .link:hover, .smartling-ko .block-html a:hover:not(.button), .block-html .smartling-ko a:hover:not(.button),
.smartling-ko .block-form a:hover:not(.button),
.block-form .smartling-ko a:hover:not(.button),
.smartling-ko .wysiwyg-container a:hover:not(.button),
.wysiwyg-container .smartling-ko a:hover:not(.button),
.smartling-ko .block-imageside a:hover:not(.button),
.block-imageside .smartling-ko a:hover:not(.button), .smartling-ko body.smartling-ja .block-content-with-video .block-inner .content p a:hover, body.smartling-ja .block-content-with-video .block-inner .content p .smartling-ko a:hover, .smartling-ko body.smartling-ja .block-imageside .block-inner .content p a:hover, body.smartling-ja .block-imageside .block-inner .content p .smartling-ko a:hover {
  color: #0e4764;
  border-bottom: 1px solid #0e4764;
}
.smartling-ko .banner-container.bg-dark h1 + p {
  line-height: 28px;
  line-height: 1.5555555556rem;
  margin-top: 40px;
  margin-top: 2.2222222222rem;
}
.smartling-ko .banner-container.bg-dark .more:hover {
  color: #cdcdcd;
}
.smartling-ko .banner-container .block-inner .row .columns > h1 + p {
  max-width: 900px;
  line-height: 1.3;
}

/*************************************
Global
**************************************/
body {
  overflow: hidden;
}

.global-wrapper {
  padding-top: 154px;
}
@media only screen and (max-width: 1229px) {
  .global-wrapper {
    padding-top: 3rem;
  }
}
.set-header-to-home-behavior .global-wrapper {
  padding-top: 5.47rem;
}
@media only screen and (max-width: 1229px) {
  .set-header-to-home-behavior .global-wrapper {
    padding-top: 3rem;
  }
}

.icomoon {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.more {
  -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;
  color: #0087cd;
  display: block;
}
.more::after {
  content: ">";
  margin-left: 0.5rem;
}
.more.video::after {
  content: "\e617";
  font-family: "icomoon";
}

.more:hover,
a:hover .more {
  color: #0e4764;
}

hr {
  height: 1px;
  height: 0.0555555556rem;
  border: 0;
  background: #e0dfdf;
}

.link, .block-html a:not(.button),
.block-form a:not(.button),
.wysiwyg-container a:not(.button),
.block-imageside a:not(.button), body.smartling-ja .block-content-with-video .block-inner .content p a, body.smartling-ja .block-imageside .block-inner .content p a {
  -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;
  color: #0087cd;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.link:hover, .block-html a:hover:not(.button),
.block-form a:hover:not(.button),
.wysiwyg-container a:hover:not(.button),
.block-imageside a:hover:not(.button), body.smartling-ja .block-content-with-video .block-inner .content p a:hover, body.smartling-ja .block-imageside .block-inner .content p a:hover {
  color: #0e4764;
  border-bottom: 1px solid #0e4764;
}

@media only screen and (max-width: 740px) {
  .mobile-hide {
    display: none;
  }
}

/*************************************
cycle2
**************************************/
.cycle-pager,
.pager {
  display: block;
  text-align: center;
}
.cycle-pager span,
.pager span {
  -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;
  width: 12px;
  width: 0.6666666667rem;
  height: 12px;
  height: 0.6666666667rem;
  border-radius: 50%;
  background-color: #969696;
  border: 2px solid #969696;
  display: inline-block;
  cursor: pointer;
}
.cycle-pager span + span,
.pager span + span {
  margin-left: 15px;
  margin-left: 0.8333333333rem;
}
.cycle-pager span[class*=active], .cycle-pager span:hover,
.pager span[class*=active],
.pager span:hover {
  background-color: #ffffff;
  border: 2px solid #0087cd;
}

.cycle .slider {
  width: 100%;
  height: 100%;
}
.cycle .slider video {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

#cboxClose {
  background-color: transparent;
  color: #30733f;
  font-weight: 700;
  text-indent: 0;
}

/*************************************
foundation
**************************************/
@media only screen and (max-width: 640px) {
  .columns + .columns {
    margin-top: 36px;
    margin-top: 2rem;
  }

  header.global .columns + .columns {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .block-html .large-4.columns + .large-4.columns {
    margin-top: 36px;
    margin-top: 2rem;
  }
}
figure .rimg {
  height: 100%;
  background-position: center;
  background-size: cover;
}

.rimg-lazy {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.rimg-lazy.rimg-loaded:not(.team-img) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.rimg-lazy.rimg-loaded {
  opacity: 1;
}

img.rimg-lazy:not(.team-img) {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

/*# sourceMappingURL=critical.min.css.map */
