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

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

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

meta.foundation-mq-large {
  font-family: "/only screen and (min-width: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;
}

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

html,
body {
  height: 100%;
}

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

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

body {
  background: #35393c;
  color: #35393c;
  padding: 0;
  margin: 0;
  font-family: "Open Sans",sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1380px;
  max-width: 86.25rem;
  *zoom: 1;
}

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

.row:after {
  clear: both;
}

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

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

.row .row {
  width: auto;
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  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 {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen {
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

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

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .small-push-0 {
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

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

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

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}

@media only screen and (min-width: 48em) {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

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

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

  .medium-push-0 {
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

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

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

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-0 {
    left: 0%;
    right: auto;
  }

  .pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

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

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .large-push-0 {
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

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

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

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-0 {
    left: 0%;
    right: auto;
  }

  .pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
  *zoom: 1;
  margin-bottom: 0;
}

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

.accordion:after {
  clear: both;
}

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

.accordion dd.active>a {
  background: #f5f0ed;
}

.accordion dd>a {
  background: #faf8f7;
  color: #222;
  padding: 16px;
  padding: 1rem;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.accordion dd>a:hover {
  background: #f1ebe7;
}

.accordion .content {
  display: none;
  padding: 15px;
  padding: 0.9375rem;
}

.accordion .content.active {
  display: block;
  background: #fff;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: relative;
  padding: 18px 28px 19px 18px;
  padding: 1.125rem 1.75rem 1.1875rem 1.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #3f6183;
  border-color: #365371;
  color: #fff;
}

.alert-box .close {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  margin-top: -0.6875rem;
  right: 4px;
  right: 0.25rem;
  color: #333;
  opacity: 1;
}

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

.alert-box.radius {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

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

.alert-box.success {
  background-color: #29b36a;
  border-color: #239a5b;
  color: #fff;
}

.alert-box.alert {
  background-color: #dc4d4d;
  border-color: #d52a2a;
  color: #fff;
}

.alert-box.secondary {
  background-color: #fc985b;
  border-color: #fb7a2c;
  color: #fff;
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #fff;
}

.alert-box.info {
  background-color: #e8ddd6;
  border-color: #d2bcae;
  color: #732d02;
}

button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Oswald",sans-serif;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #3f6183;
  border-color: #375573;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

button.secondary,
.button.secondary {
  background-color: #fc985b;
  border-color: #fb7e31;
  color: #fff;
}

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

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

button.success,
.button.success {
  background-color: #29b36a;
  border-color: #249d5d;
  color: #fff;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: #249d5d;
}

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

button.alert,
.button.alert {
  background-color: #dc4d4d;
  border-color: #d62e2e;
  color: #fff;
}

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

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

button.large,
.button.large {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  padding-left: 16px;
  padding-left: 1rem;
  font-size: 22px;
  font-size: 1.375rem;
}

button.small,
.button.small {
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-right: 28px;
  padding-right: 1.75rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 28px;
  padding-left: 1.75rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

button.tiny,
.button.tiny {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-size: 11px;
  font-size: 0.6875rem;
}

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

button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 12px;
  text-indent: 0.75rem;
}

button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 12px;
  padding-right: 0.75rem;
}

button.radius,
.button.radius {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

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

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #3f6183;
  border-color: #375573;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #fc985b;
  border-color: #fb7e31;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
  background-color: #29b36a;
  border-color: #249d5d;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
  background-color: #dc4d4d;
  border-color: #d62e2e;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

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

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

.button-group li {
  margin: 0;
  float: left;
}

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

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

.button-group li:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-bar {
  *zoom: 1;
}

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

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

.button-bar .button-group {
  float: left;
  margin-right: 10px;
  margin-right: 0.625rem;
}

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

.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 500px;
}

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

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

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

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

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

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

.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: 2px;
  max-width: 500px;
}

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

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

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

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

.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: -2px;
  max-width: 500px;
}

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

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

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

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

.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: -2px;
  margin-left: 0;
  max-width: 500px;
}

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

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

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

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

.f-dropdown li {
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0;
}

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

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

.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 20px;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 500px;
}

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

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

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

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

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

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

.dropdown.button,
button.dropdown {
  position: relative;
  padding-right: 57px;
  padding-right: 3.5625rem;
}

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

.dropdown.button:before,
button.dropdown:before {
  border-width: 6px;
  border-width: 0.375rem;
  right: 22.5px;
  right: 1.40625rem;
  margin-top: -2.5px;
  margin-top: -0.15625rem;
}

.dropdown.button:before,
button.dropdown:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.tiny,
button.dropdown.tiny {
  padding-right: 42px;
  padding-right: 2.625rem;
}

.dropdown.button.tiny:before,
button.dropdown.tiny:before {
  border-width: 6px;
  border-width: 0.375rem;
  right: 18px;
  right: 1.125rem;
  margin-top: -2px;
  margin-top: -0.125rem;
}

.dropdown.button.tiny:before,
button.dropdown.tiny:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.small,
button.dropdown.small {
  padding-right: 49px;
  padding-right: 3.0625rem;
}

.dropdown.button.small:before,
button.dropdown.small:before {
  border-width: 7px;
  border-width: 0.4375rem;
  right: 21px;
  right: 1.3125rem;
  margin-top: -2.5px;
  margin-top: -0.15625rem;
}

.dropdown.button.small:before,
button.dropdown.small:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.large,
button.dropdown.large {
  padding-right: 58px;
  padding-right: 3.625rem;
}

.dropdown.button.large:before,
button.dropdown.large:before {
  border-width: 5px;
  border-width: 0.3125rem;
  right: 27.5px;
  right: 1.71875rem;
  margin-top: -2.5px;
  margin-top: -0.15625rem;
}

.dropdown.button.large:before,
button.dropdown.large:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.secondary:before,
button.dropdown.secondary:before {
  border-color: #333 transparent transparent transparent;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
}

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

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

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

form {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

form .row .row {
  margin: 0 -8px;
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 8px;
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

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

form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 8px;
  padding-left: 0.5rem;
}

label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

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

label.inline {
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  padding: 10px 0;
  padding: 0.625rem 0;
}

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

select {
  -webkit-appearance: none !important;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center right 3%;
  border: 1px solid #8c8c8c;
  padding: 8px;
  padding: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}

select.radius {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

select:hover {
  background-color: #f7f7f7;
  border-color: #3f6183;
}

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

@-moz-document url-prefix()  {
  select {
    background: #fff;
  }

  select:hover {
    background: #f7f7f7;
  }
}

.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  height: 37px;
  height: 2.3125rem;
  line-height: 37px;
  line-height: 2.3125rem;
}

.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 34px;
  line-height: 2.125rem;
  border: none;
}

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

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

span.prefix,
label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #ccc;
}

span.prefix.radius,
label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

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

span.postfix.radius,
label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #8c8c8c;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  padding: 8px;
  padding: 0.5rem;
  height: 37px;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fff;
  border-color: #3f6183;
  outline: none;
}

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

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

textarea[rows] {
  height: auto;
}

select {
  height: 37px;
  height: 2.3125rem;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
}

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

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

fieldset {
  border: 1px solid #ddd;
  padding: 20px;
  padding: 1.25rem;
  margin: 18px 0;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 3px;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -3px;
  margin-left: -0.1875rem;
}

[data-abide] .error small.error,
[data-abide] .error .recurly .error,
.recurly [data-abide] .error .error,
[data-abide] span.error,
[data-abide] small.error,
[data-abide] .recurly .error,
.recurly [data-abide] .error {
  display: block;
  padding: 6px 9px 9px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #dc4d4d;
  color: #fff;
}

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

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

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

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

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

.error small.error,
.error .recurly .error,
.recurly .error .error {
  display: block;
  padding: 6px 9px 9px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #dc4d4d;
  color: #fff;
}

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

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

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

label.error {
  color: #dc4d4d;
}

.inline-list {
  margin: 0 auto 17px auto;
  margin: 0 auto 1.0625rem auto;
  margin-left: -22px;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

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

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

.label {
  font-weight: bold;
  font-family: "Arial",Arial,sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 5px 8px;
  padding: 0.3125rem 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #3f6183;
  color: #fff;
}

.label.radius {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.label.alert {
  background-color: #dc4d4d;
  color: #fff;
}

.label.success {
  background-color: #29b36a;
  color: #fff;
}

.label.secondary {
  background-color: #fc985b;
  color: #fff;
}

ul.pagination {
  display: block;
  height: 24px;
  height: 1.5rem;
  margin-left: -5px;
  margin-left: -0.3125rem;
}

ul.pagination li {
  height: 24px;
  height: 1.5rem;
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

ul.pagination li a {
  display: block;
  padding: 1px 10px 1px;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}

ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
  background: transparent;
}

ul.pagination li.current a {
  background: #3f6183;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: #3f6183;
}

ul.pagination li {
  float: left;
  display: block;
}

.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  background: #f4f4f4;
}

.panel>:first-child {
  margin-top: 0;
}

.panel>:last-child {
  margin-bottom: 0;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p {
  color: #333;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  line-height: 1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #cedbe7;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  background: #f2f6f9;
}

.panel.callout>:first-child {
  margin-top: 0;
}

.panel.callout>:last-child {
  margin-bottom: 0;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p {
  color: #333;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
  line-height: 1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.callout a:not(.button) {
  color: #3f6183;
}

.panel.radius {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.pricing-table * {
  list-style: none;
  line-height: 1;
}

.pricing-table .title {
  background-color: #fff;
  padding: 35px 20px 25px;
  padding: 2.1875rem 1.25rem 1.5625rem;
  text-align: center;
  color: #3f6183;
  font-weight: normal;
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: "Oswald",sans-serif;
}

.pricing-table .price {
  background-color: #f6f6f6;
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
  color: #35393c;
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Open Sans",sans-serif;
}

.pricing-table .description {
  background-color: #fff;
  padding: 15px;
  padding: 0.9375rem;
  text-align: center;
  color: #777;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #ddd;
}

.pricing-table .bullet-item {
  background-color: #fff;
  padding: 15px;
  padding: 0.9375rem;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #ddd;
}

.pricing-table .cta-button {
  background-color: #fff;
  text-align: center;
  padding: 20px 20px 0;
  padding: 1.25rem 1.25rem 0;
}

.split.button {
  position: relative;
  padding-right: 81px;
  padding-right: 5.0625rem;
}

.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

.split.button span:active {
  background-color: rgba(0,0,0,0.1);
}

.split.button span {
  border-left-color: rgba(255,255,255,0.5);
}

.split.button span {
  width: 49.5px;
  width: 3.09375rem;
}

.split.button span:before {
  border-top-style: solid;
  border-width: 6px;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -6px;
  margin-left: -0.375rem;
}

.split.button span:before {
  border-color: #fff transparent transparent transparent;
}

.split.button.secondary span {
  border-left-color: rgba(255,255,255,0.5);
}

.split.button.secondary span:before {
  border-color: #fff transparent transparent transparent;
}

.split.button.alert span {
  border-left-color: rgba(255,255,255,0.5);
}

.split.button.success span {
  border-left-color: rgba(255,255,255,0.5);
}

.split.button.tiny {
  padding-right: 60px;
  padding-right: 3.75rem;
}

.split.button.tiny span {
  width: 36px;
  width: 2.25rem;
}

.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 6px;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -6px;
  margin-left: -0.375rem;
}

.split.button.small {
  padding-right: 70px;
  padding-right: 4.375rem;
}

.split.button.small span {
  width: 42px;
  width: 2.625rem;
}

.split.button.small span:before {
  border-top-style: solid;
  border-width: 7px;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -6px;
  margin-left: -0.375rem;
}

.split.button.large {
  padding-right: 88px;
  padding-right: 5.5rem;
}

.split.button.large span {
  width: 55px;
  width: 3.4375rem;
}

.split.button.large span:before {
  border-top-style: solid;
  border-width: 5px;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -6px;
  margin-left: -0.375rem;
}

.split.button.expand {
  padding-left: 32px;
  padding-left: 2rem;
}

.split.button.secondary span:before {
  border-color: #333 transparent transparent transparent;
}

.split.button.radius span {
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.split.button.round span {
  -moz-border-radius-bottomright: 1000px;
  -moz-border-radius-topright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

table {
  background: #fff;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd;
}

table thead,
table tfoot {
  background: #f5f5f5;
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 8px 10px 10px;
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222;
  text-align: left;
}

table tr th,
table tr td {
  padding: 9px 10px;
  padding: 0.5625rem 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #222;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #f9f9f9;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 18px;
  line-height: 1.125rem;
}

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important;
}

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

.tabs:after {
  clear: both;
}

.tabs dd {
  position: relative;
  margin-bottom: 0 !important;
  float: left;
}

.tabs dd>a {
  display: block;
  background: #efefef;
  color: #222;
  padding: 16px 32px;
  padding: 1rem 2rem;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.tabs dd>a:hover {
  background: #e1e1e1;
}

.tabs dd.active a {
  background: #fff;
}

.tabs.radius dd:first-child a {
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.tabs.radius dd:last-child a {
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  *zoom: 1;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 100%;
}

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

.tabs-content:after {
  clear: both;
}

.tabs-content>.content {
  display: none;
  float: left;
  padding: 15px 0;
  padding: 0.9375rem 0;
  width: 100%;
}

.tabs-content>.content.active {
  display: block;
}

.tabs-content>.content.contained {
  padding: 15px;
  padding: 0.9375rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical>.content {
  padding: 0 15px;
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 48em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px;
  }
}

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

.has-tip {
  border-bottom: 0;
  cursor: pointer;
  font-weight: inherit;
  color: inherit;
}

.has-tip:hover,
.has-tip:focus {
  border-bottom: 0;
  color: inherit;
}

.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 12px;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #392a20;
  background: #d8c5b9;
}

.tooltip>.nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #d8c5b9 transparent;
  top: -10px;
}

.tooltip>.nub.rtl {
  left: auto;
  right: 5px;
}

.tooltip.radius {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.tooltip.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.tooltip.round>.nub {
  left: 32px;
  left: 2rem;
}

.tooltip.opened {
  color: inherit !important;
  border-bottom: 0 !important;
}

.tap-to-close {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  color: #777;
  font-weight: normal;
}

@media only screen and (min-width: 48em) {
  .tooltip>.nub {
    border-color: transparent transparent #d8c5b9 transparent;
    top: -10px;
  }

  .tooltip.tip-top>.nub {
    border-color: #d8c5b9 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }

  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important;
  }

  .tooltip.tip-left>.nub {
    border-color: transparent transparent transparent #d8c5b9;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }

  .tooltip.tip-right>.nub {
    border-color: transparent #d8c5b9 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 120.063em) and (max-width: 999999999999) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 120.063em) and (max-width: 999999999999) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

a {
  color: #3f6183;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #365371;
}

a img {
  border: none;
}

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald",sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3f6183;
  text-rendering: optimizeLegibility;
  margin-top: 3.2px;
  margin-top: 0.2rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #7498bc;
  line-height: 0;
}

h1 {
  font-size: 34px;
  font-size: 2.125rem;
}

h2 {
  font-size: 27px;
  font-size: 1.6875rem;
}

h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.subheader {
  line-height: 1.4;
  color: #7498bc;
  font-weight: 400;
  margin-top: 3.2px;
  margin-top: 0.2rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

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

em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

code {
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-weight: bold;
  color: #b52424;
}

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

ul {
  margin-left: 17.6px;
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

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

ul li ul,
ul li ol {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 0;
}

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

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

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

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

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

ol {
  margin-left: 22.4px;
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 4.8px;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #35393c;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

blockquote {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding: 9px 20px 0 19px;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #5b85b0;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #5b85b0;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #7498bc;
}

.vcard {
  display: inline-block;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

@media only screen and (min-width: 48em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }
}

.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 120.063em) and (max-width: 999999999999) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

.contain-to-grid {
  width: 100%;
  background: #333;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333;
  margin-bottom: 0;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

.top-bar input {
  height: auto;
  padding-top: 5.6px;
  padding-top: .35rem;
  padding-bottom: 5.6px;
  padding-bottom: .35rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.top-bar .button {
  padding-top: 7.2px;
  padding-top: .45rem;
  padding-bottom: 5.6px;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1 {
  line-height: 45px;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0;
}

.top-bar .name h1 a {
  font-weight: normal;
  color: #fff;
  width: 50%;
  display: block;
  padding: 0 15px;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  padding-right: 25px;
  color: #fff;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  -webkit-box-shadow: 1px 10px 1px 1px #fff,1px 16px 1px 1px #fff,1px 22px 1px 1px #fff;
  box-shadow: 0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff;
}

.top-bar.expanded {
  height: auto;
  background: transparent;
}

.top-bar.expanded .title-area {
  background: #333;
}

.top-bar.expanded .toggle-topbar a {
  color: #888;
}

.top-bar.expanded .toggle-topbar a::after {
  -webkit-box-shadow: 1px 10px 1px 1px #888,1px 16px 1px 1px #888,1px 22px 1px 1px #888;
  box-shadow: 0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #333;
  font-size: 16px;
  margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li>a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
  background: #333;
}

.top-bar-section ul li>a.button {
  background: #3f6183;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
}

.top-bar-section ul li>a.button:hover {
  background: #2e4760;
}

.top-bar-section ul li>a.button.secondary {
  background: #fc985b;
}

.top-bar-section ul li>a.button.secondary:hover {
  background: #fb8136;
}

.top-bar-section ul li>a.button.success {
  background: #29b36a;
}

.top-bar-section ul li>a.button.success:hover {
  background: #208d54;
}

.top-bar-section ul li>a.button.alert {
  background: #dc4d4d;
}

.top-bar-section ul li>a.button.alert:hover {
  background: #cc2828;
}

.top-bar-section ul li:hover:not(.has-form)>a {
  background: #272727;
  color: #fff;
}

.top-bar-section ul li.active>a {
  background: #3f6183;
  color: #fff;
}

.top-bar-section ul li.active>a:hover {
  background: #365371;
  color: #fff;
}

.top-bar-section .has-form {
  padding: 15px;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown>a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255,255,255,0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved>.dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}

.top-bar-section .has-dropdown.moved>a:after {
  display: none;
}

.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  line-height: 22.5px;
  display: block;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}

.top-bar-section .dropdown li .button {
  top: auto;
}

.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 48em) {
  .top-bar {
    background: #333;
    *zoom: 1;
    overflow: visible;
  }

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

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

  .top-bar .toggle-topbar {
    display: none;
  }

  .top-bar .title-area {
    float: left;
  }

  .top-bar .name h1 a {
    width: auto;
  }

  .top-bar input,
  .top-bar .button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }

  .top-bar.expanded {
    background: #333;
  }

  .contain-to-grid .top-bar {
    max-width: 86.25rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }

  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

  .top-bar-section ul li {
    float: left;
  }

  .top-bar-section ul li .js-generated {
    display: none;
  }

  .top-bar-section li.hover>a:not(.button) {
    background: #272727;
    color: #fff;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333;
  }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #272727;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: #fff;
    background: #3f6183;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #365371;
  }

  .top-bar-section .has-dropdown>a {
    padding-right: 35px !important;
  }

  .top-bar-section .has-dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255,255,255,0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }

  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

  .top-bar-section .has-dropdown.moved>.dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  .top-bar-section .has-dropdown.hover>.dropdown,
  .top-bar-section .has-dropdown.not-click:hover>.dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }

  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }

  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333;
  }

  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333;
  }

  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }

  .top-bar-section>ul>.divider,
  .top-bar-section>ul>[role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }

  .top-bar-section .has-form {
    background: #333;
    padding: 0 15px;
    height: 45px;
  }

  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }

  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }

  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }

  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover>a {
    background: #272727;
    color: #fff;
  }

  .no-js .top-bar-section ul li:active>a {
    background: #3f6183;
    color: #fff;
  }

  .no-js .top-bar-section .has-dropdown:hover>.dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
  height: 100%;
}

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.inner-wrap:before,
.inner-wrap:after {
  content: " ";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #35393c;
  color: #fff;
  height: 45px;
  height: 2.8125rem;
  line-height: 45px;
  line-height: 2.8125rem;
  position: relative;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
  color: #fff;
  font-weight: bold;
  line-height: 45px;
  line-height: 2.8125rem;
  margin: 0;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

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

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

.tab-bar-section {
  padding: 0 10px;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 45px;
  height: 2.8125rem;
  top: 0;
}

@media only screen and (min-width: 48em) {
  .tab-bar-section {
    text-align: left;
  }
}

.tab-bar-section.left {
  left: 0;
  right: 45px;
  right: 2.8125rem;
}

.tab-bar-section.right {
  left: 45px;
  left: 2.8125rem;
  right: 0;
}

.tab-bar-section.middle {
  left: 45px;
  left: 2.8125rem;
  right: 45px;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  text-indent: 35px;
  text-indent: 2.1875rem;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  display: block;
  line-height: 33px;
  line-height: 2.0625rem;
  padding: 0;
  color: #fff;
  position: relative;
}

.tab-bar .menu-icon span {
  position: absolute;
  display: block;
  width: 16px;
  width: 1rem;
  height: 0;
  left: 13px;
  left: 0.8125rem;
  top: 5px;
  top: 0.3125rem;
  -webkit-box-shadow: 1px 10px 1px 1px #fff,1px 16px 1px 1px #fff,1px 22px 1px 1px #fff;
  box-shadow: 0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff;
}

.tab-bar .menu-icon:hover span {
  -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3,1px 16px 1px 1px #b3b3b3,1px 22px 1px 1px #b3b3b3;
  box-shadow: 0 10px 0 1px #b3b3b3,0 16px 0 1px #b3b3b3,0 22px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #35393c;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #35393c;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.off-canvas-list li label {
  padding: 4.8px 15px;
  padding: 0.3rem 0.9375rem;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

ul.off-canvas-list li a {
  display: block;
  padding: 10.7px;
  padding: 0.66667rem;
  color: rgba(255,255,255,0.7);
  border-bottom: 1px solid #282b2d;
  transition: background 300ms ease;
}

ul.off-canvas-list li a:hover {
  background: #25282a;
}

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

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);
  display: block;
  position: absolute;
  background: rgba(255,255,255,0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media only screen and (min-width: 48em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255,255,255,0);
  }
}

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

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0,0,0,0.5),4px 0 4px rgba(0,0,0,0.5);
  display: block;
  position: absolute;
  background: rgba(255,255,255,0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media only screen and (min-width: 48em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255,255,255,0);
  }
}

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.csstransforms.no-csstransforms3d .move-left>.inner-wrap {
  -webkit-transform: translate(-15.625rem, 0);
  -moz-transform: translate(-15.625rem, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate(-15.625rem, 0);
  transform: translate(-15.625rem, 0);
}

.csstransforms.no-csstransforms3d .move-right>.inner-wrap {
  -webkit-transform: translate(15.625rem, 0);
  -moz-transform: translate(15.625rem, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate(15.625rem, 0);
  transform: translate(15.625rem, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[class*="block-grid-"]>li {
  display: block;
  height: auto;
  float: left;
  padding: 0 15px 30px;
  padding: 0 0.9375rem 1.875rem;
}

@media only screen {
  .small-block-grid-1>li {
    width: 100%;
    list-style: none;
  }

  .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-1>li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .small-block-grid-2>li {
    width: 50%;
    list-style: none;
  }

  .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-2>li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }

  .small-block-grid-2>li:nth-child(2n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }

  .small-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .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-3>li:nth-child(3n+1) {
    padding-left: 0rem;
    padding-right: 1.25rem;
  }

  .small-block-grid-3>li:nth-child(3n+2) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .small-block-grid-3>li:nth-child(3n) {
    padding-left: 1.25rem;
    padding-right: 0rem;
  }

  .small-block-grid-4>li {
    width: 25%;
    list-style: none;
  }

  .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-4>li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 1.40625rem;
  }

  .small-block-grid-4>li:nth-child(4n+2) {
    padding-left: 0.46875rem;
    padding-right: 0.9375rem;
  }

  .small-block-grid-4>li:nth-child(4n+3) {
    padding-left: 0.9375rem;
    padding-right: 0.46875rem;
  }

  .small-block-grid-4>li:nth-child(4n) {
    padding-left: 1.40625rem;
    padding-right: 0rem;
  }

  .small-block-grid-5>li {
    width: 20%;
    list-style: none;
  }

  .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-5>li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 1.5rem;
  }

  .small-block-grid-5>li:nth-child(5n+2) {
    padding-left: 0.375rem;
    padding-right: 1.125rem;
  }

  .small-block-grid-5>li:nth-child(5n+3) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .small-block-grid-5>li:nth-child(5n+4) {
    padding-left: 1.125rem;
    padding-right: 0.375rem;
  }

  .small-block-grid-5>li:nth-child(5n) {
    padding-left: 1.5rem;
    padding-right: 0rem;
  }

  .small-block-grid-6>li {
    width: 16.66667%;
    list-style: none;
  }

  .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-6>li:nth-child(6n+1) {
    padding-left: 0rem;
    padding-right: 1.5625rem;
  }

  .small-block-grid-6>li:nth-child(6n+2) {
    padding-left: 0.3125rem;
    padding-right: 1.25rem;
  }

  .small-block-grid-6>li:nth-child(6n+3) {
    padding-left: 0.625rem;
    padding-right: 0.9375rem;
  }

  .small-block-grid-6>li:nth-child(6n+4) {
    padding-left: 0.9375rem;
    padding-right: 0.625rem;
  }

  .small-block-grid-6>li:nth-child(6n+5) {
    padding-left: 1.25rem;
    padding-right: 0.3125rem;
  }

  .small-block-grid-6>li:nth-child(6n) {
    padding-left: 1.5625rem;
    padding-right: 0rem;
  }

  .small-block-grid-7>li {
    width: 14.28571%;
    list-style: none;
  }

  .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-7>li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 1.60714rem;
  }

  .small-block-grid-7>li:nth-child(7n+2) {
    padding-left: 0.26786rem;
    padding-right: 1.33929rem;
  }

  .small-block-grid-7>li:nth-child(7n+3) {
    padding-left: 0.53571rem;
    padding-right: 1.07143rem;
  }

  .small-block-grid-7>li:nth-child(7n+4) {
    padding-left: 0.80357rem;
    padding-right: 0.80357rem;
  }

  .small-block-grid-7>li:nth-child(7n+5) {
    padding-left: 1.07143rem;
    padding-right: 0.53571rem;
  }

  .small-block-grid-7>li:nth-child(7n+6) {
    padding-left: 1.33929rem;
    padding-right: 0.26786rem;
  }

  .small-block-grid-7>li:nth-child(7n) {
    padding-left: 1.60714rem;
    padding-right: 0rem;
  }

  .small-block-grid-8>li {
    width: 12.5%;
    list-style: none;
  }

  .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-8>li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 1.64063rem;
  }

  .small-block-grid-8>li:nth-child(8n+2) {
    padding-left: 0.23438rem;
    padding-right: 1.40625rem;
  }

  .small-block-grid-8>li:nth-child(8n+3) {
    padding-left: 0.46875rem;
    padding-right: 1.17188rem;
  }

  .small-block-grid-8>li:nth-child(8n+4) {
    padding-left: 0.70313rem;
    padding-right: 0.9375rem;
  }

  .small-block-grid-8>li:nth-child(8n+5) {
    padding-left: 0.9375rem;
    padding-right: 0.70313rem;
  }

  .small-block-grid-8>li:nth-child(8n+6) {
    padding-left: 1.17188rem;
    padding-right: 0.46875rem;
  }

  .small-block-grid-8>li:nth-child(8n+7) {
    padding-left: 1.40625rem;
    padding-right: 0.23438rem;
  }

  .small-block-grid-8>li:nth-child(8n) {
    padding-left: 1.64063rem;
    padding-right: 0rem;
  }

  .small-block-grid-9>li {
    width: 11.11111%;
    list-style: none;
  }

  .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-9>li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 1.66667rem;
  }

  .small-block-grid-9>li:nth-child(9n+2) {
    padding-left: 0.20833rem;
    padding-right: 1.45833rem;
  }

  .small-block-grid-9>li:nth-child(9n+3) {
    padding-left: 0.41667rem;
    padding-right: 1.25rem;
  }

  .small-block-grid-9>li:nth-child(9n+4) {
    padding-left: 0.625rem;
    padding-right: 1.04167rem;
  }

  .small-block-grid-9>li:nth-child(9n+5) {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }

  .small-block-grid-9>li:nth-child(9n+6) {
    padding-left: 1.04167rem;
    padding-right: 0.625rem;
  }

  .small-block-grid-9>li:nth-child(9n+7) {
    padding-left: 1.25rem;
    padding-right: 0.41667rem;
  }

  .small-block-grid-9>li:nth-child(9n+8) {
    padding-left: 1.45833rem;
    padding-right: 0.20833rem;
  }

  .small-block-grid-9>li:nth-child(9n) {
    padding-left: 1.66667rem;
    padding-right: 0rem;
  }

  .small-block-grid-10>li {
    width: 10%;
    list-style: none;
  }

  .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-10>li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 1.6875rem;
  }

  .small-block-grid-10>li:nth-child(10n+2) {
    padding-left: 0.1875rem;
    padding-right: 1.5rem;
  }

  .small-block-grid-10>li:nth-child(10n+3) {
    padding-left: 0.375rem;
    padding-right: 1.3125rem;
  }

  .small-block-grid-10>li:nth-child(10n+4) {
    padding-left: 0.5625rem;
    padding-right: 1.125rem;
  }

  .small-block-grid-10>li:nth-child(10n+5) {
    padding-left: 0.75rem;
    padding-right: 0.9375rem;
  }

  .small-block-grid-10>li:nth-child(10n+6) {
    padding-left: 0.9375rem;
    padding-right: 0.75rem;
  }

  .small-block-grid-10>li:nth-child(10n+7) {
    padding-left: 1.125rem;
    padding-right: 0.5625rem;
  }

  .small-block-grid-10>li:nth-child(10n+8) {
    padding-left: 1.3125rem;
    padding-right: 0.375rem;
  }

  .small-block-grid-10>li:nth-child(10n+9) {
    padding-left: 1.5rem;
    padding-right: 0.1875rem;
  }

  .small-block-grid-10>li:nth-child(10n) {
    padding-left: 1.6875rem;
    padding-right: 0rem;
  }

  .small-block-grid-11>li {
    width: 9.09091%;
    list-style: none;
  }

  .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-11>li:nth-child(11n+1) {
    padding-left: 0.0rem;
    padding-right: 1.70455rem;
  }

  .small-block-grid-11>li:nth-child(11n+2) {
    padding-left: 0.17045rem;
    padding-right: 1.53409rem;
  }

  .small-block-grid-11>li:nth-child(11n+3) {
    padding-left: 0.34091rem;
    padding-right: 1.36364rem;
  }

  .small-block-grid-11>li:nth-child(11n+4) {
    padding-left: 0.51136rem;
    padding-right: 1.19318rem;
  }

  .small-block-grid-11>li:nth-child(11n+5) {
    padding-left: 0.68182rem;
    padding-right: 1.02273rem;
  }

  .small-block-grid-11>li:nth-child(11n+6) {
    padding-left: 0.85227rem;
    padding-right: 0.85227rem;
  }

  .small-block-grid-11>li:nth-child(11n+7) {
    padding-left: 1.02273rem;
    padding-right: 0.68182rem;
  }

  .small-block-grid-11>li:nth-child(11n+8) {
    padding-left: 1.19318rem;
    padding-right: 0.51136rem;
  }

  .small-block-grid-11>li:nth-child(11n+9) {
    padding-left: 1.36364rem;
    padding-right: 0.34091rem;
  }

  .small-block-grid-11>li:nth-child(11n+10) {
    padding-left: 1.53409rem;
    padding-right: 0.17045rem;
  }

  .small-block-grid-11>li:nth-child(11n) {
    padding-left: 1.70455rem;
    padding-right: 0.0rem;
  }

  .small-block-grid-12>li {
    width: 8.33333%;
    list-style: none;
  }

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

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

  .small-block-grid-12>li:nth-child(12n+1) {
    padding-left: 0rem;
    padding-right: 1.71875rem;
  }

  .small-block-grid-12>li:nth-child(12n+2) {
    padding-left: 0.15625rem;
    padding-right: 1.5625rem;
  }

  .small-block-grid-12>li:nth-child(12n+3) {
    padding-left: 0.3125rem;
    padding-right: 1.40625rem;
  }

  .small-block-grid-12>li:nth-child(12n+4) {
    padding-left: 0.46875rem;
    padding-right: 1.25rem;
  }

  .small-block-grid-12>li:nth-child(12n+5) {
    padding-left: 0.625rem;
    padding-right: 1.09375rem;
  }

  .small-block-grid-12>li:nth-child(12n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.9375rem;
  }

  .small-block-grid-12>li:nth-child(12n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.78125rem;
  }

  .small-block-grid-12>li:nth-child(12n+8) {
    padding-left: 1.09375rem;
    padding-right: 0.625rem;
  }

  .small-block-grid-12>li:nth-child(12n+9) {
    padding-left: 1.25rem;
    padding-right: 0.46875rem;
  }

  .small-block-grid-12>li:nth-child(12n+10) {
    padding-left: 1.40625rem;
    padding-right: 0.3125rem;
  }

  .small-block-grid-12>li:nth-child(12n+11) {
    padding-left: 1.5625rem;
    padding-right: 0.15625rem;
  }

  .small-block-grid-12>li:nth-child(12n) {
    padding-left: 1.71875rem;
    padding-right: 0rem;
  }
}

@media only screen and (min-width: 48em) {
  .medium-block-grid-1>li {
    width: 100%;
    list-style: none;
  }

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

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

  .medium-block-grid-1>li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .medium-block-grid-2>li {
    width: 50%;
    list-style: none;
  }

  .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-2>li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }

  .medium-block-grid-2>li:nth-child(2n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }

  .medium-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .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-3>li:nth-child(3n+1) {
    padding-left: 0rem;
    padding-right: 1.25rem;
  }

  .medium-block-grid-3>li:nth-child(3n+2) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .medium-block-grid-3>li:nth-child(3n) {
    padding-left: 1.25rem;
    padding-right: 0rem;
  }

  .medium-block-grid-4>li {
    width: 25%;
    list-style: none;
  }

  .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-4>li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 1.40625rem;
  }

  .medium-block-grid-4>li:nth-child(4n+2) {
    padding-left: 0.46875rem;
    padding-right: 0.9375rem;
  }

  .medium-block-grid-4>li:nth-child(4n+3) {
    padding-left: 0.9375rem;
    padding-right: 0.46875rem;
  }

  .medium-block-grid-4>li:nth-child(4n) {
    padding-left: 1.40625rem;
    padding-right: 0rem;
  }

  .medium-block-grid-5>li {
    width: 20%;
    list-style: none;
  }

  .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-5>li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 1.5rem;
  }

  .medium-block-grid-5>li:nth-child(5n+2) {
    padding-left: 0.375rem;
    padding-right: 1.125rem;
  }

  .medium-block-grid-5>li:nth-child(5n+3) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .medium-block-grid-5>li:nth-child(5n+4) {
    padding-left: 1.125rem;
    padding-right: 0.375rem;
  }

  .medium-block-grid-5>li:nth-child(5n) {
    padding-left: 1.5rem;
    padding-right: 0rem;
  }

  .medium-block-grid-6>li {
    width: 16.66667%;
    list-style: none;
  }

  .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-6>li:nth-child(6n+1) {
    padding-left: 0rem;
    padding-right: 1.5625rem;
  }

  .medium-block-grid-6>li:nth-child(6n+2) {
    padding-left: 0.3125rem;
    padding-right: 1.25rem;
  }

  .medium-block-grid-6>li:nth-child(6n+3) {
    padding-left: 0.625rem;
    padding-right: 0.9375rem;
  }

  .medium-block-grid-6>li:nth-child(6n+4) {
    padding-left: 0.9375rem;
    padding-right: 0.625rem;
  }

  .medium-block-grid-6>li:nth-child(6n+5) {
    padding-left: 1.25rem;
    padding-right: 0.3125rem;
  }

  .medium-block-grid-6>li:nth-child(6n) {
    padding-left: 1.5625rem;
    padding-right: 0rem;
  }

  .medium-block-grid-7>li {
    width: 14.28571%;
    list-style: none;
  }

  .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-7>li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 1.60714rem;
  }

  .medium-block-grid-7>li:nth-child(7n+2) {
    padding-left: 0.26786rem;
    padding-right: 1.33929rem;
  }

  .medium-block-grid-7>li:nth-child(7n+3) {
    padding-left: 0.53571rem;
    padding-right: 1.07143rem;
  }

  .medium-block-grid-7>li:nth-child(7n+4) {
    padding-left: 0.80357rem;
    padding-right: 0.80357rem;
  }

  .medium-block-grid-7>li:nth-child(7n+5) {
    padding-left: 1.07143rem;
    padding-right: 0.53571rem;
  }

  .medium-block-grid-7>li:nth-child(7n+6) {
    padding-left: 1.33929rem;
    padding-right: 0.26786rem;
  }

  .medium-block-grid-7>li:nth-child(7n) {
    padding-left: 1.60714rem;
    padding-right: 0rem;
  }

  .medium-block-grid-8>li {
    width: 12.5%;
    list-style: none;
  }

  .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-8>li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 1.64063rem;
  }

  .medium-block-grid-8>li:nth-child(8n+2) {
    padding-left: 0.23438rem;
    padding-right: 1.40625rem;
  }

  .medium-block-grid-8>li:nth-child(8n+3) {
    padding-left: 0.46875rem;
    padding-right: 1.17188rem;
  }

  .medium-block-grid-8>li:nth-child(8n+4) {
    padding-left: 0.70313rem;
    padding-right: 0.9375rem;
  }

  .medium-block-grid-8>li:nth-child(8n+5) {
    padding-left: 0.9375rem;
    padding-right: 0.70313rem;
  }

  .medium-block-grid-8>li:nth-child(8n+6) {
    padding-left: 1.17188rem;
    padding-right: 0.46875rem;
  }

  .medium-block-grid-8>li:nth-child(8n+7) {
    padding-left: 1.40625rem;
    padding-right: 0.23438rem;
  }

  .medium-block-grid-8>li:nth-child(8n) {
    padding-left: 1.64063rem;
    padding-right: 0rem;
  }

  .medium-block-grid-9>li {
    width: 11.11111%;
    list-style: none;
  }

  .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-9>li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 1.66667rem;
  }

  .medium-block-grid-9>li:nth-child(9n+2) {
    padding-left: 0.20833rem;
    padding-right: 1.45833rem;
  }

  .medium-block-grid-9>li:nth-child(9n+3) {
    padding-left: 0.41667rem;
    padding-right: 1.25rem;
  }

  .medium-block-grid-9>li:nth-child(9n+4) {
    padding-left: 0.625rem;
    padding-right: 1.04167rem;
  }

  .medium-block-grid-9>li:nth-child(9n+5) {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }

  .medium-block-grid-9>li:nth-child(9n+6) {
    padding-left: 1.04167rem;
    padding-right: 0.625rem;
  }

  .medium-block-grid-9>li:nth-child(9n+7) {
    padding-left: 1.25rem;
    padding-right: 0.41667rem;
  }

  .medium-block-grid-9>li:nth-child(9n+8) {
    padding-left: 1.45833rem;
    padding-right: 0.20833rem;
  }

  .medium-block-grid-9>li:nth-child(9n) {
    padding-left: 1.66667rem;
    padding-right: 0rem;
  }

  .medium-block-grid-10>li {
    width: 10%;
    list-style: none;
  }

  .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-10>li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 1.6875rem;
  }

  .medium-block-grid-10>li:nth-child(10n+2) {
    padding-left: 0.1875rem;
    padding-right: 1.5rem;
  }

  .medium-block-grid-10>li:nth-child(10n+3) {
    padding-left: 0.375rem;
    padding-right: 1.3125rem;
  }

  .medium-block-grid-10>li:nth-child(10n+4) {
    padding-left: 0.5625rem;
    padding-right: 1.125rem;
  }

  .medium-block-grid-10>li:nth-child(10n+5) {
    padding-left: 0.75rem;
    padding-right: 0.9375rem;
  }

  .medium-block-grid-10>li:nth-child(10n+6) {
    padding-left: 0.9375rem;
    padding-right: 0.75rem;
  }

  .medium-block-grid-10>li:nth-child(10n+7) {
    padding-left: 1.125rem;
    padding-right: 0.5625rem;
  }

  .medium-block-grid-10>li:nth-child(10n+8) {
    padding-left: 1.3125rem;
    padding-right: 0.375rem;
  }

  .medium-block-grid-10>li:nth-child(10n+9) {
    padding-left: 1.5rem;
    padding-right: 0.1875rem;
  }

  .medium-block-grid-10>li:nth-child(10n) {
    padding-left: 1.6875rem;
    padding-right: 0rem;
  }

  .medium-block-grid-11>li {
    width: 9.09091%;
    list-style: none;
  }

  .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-11>li:nth-child(11n+1) {
    padding-left: 0.0rem;
    padding-right: 1.70455rem;
  }

  .medium-block-grid-11>li:nth-child(11n+2) {
    padding-left: 0.17045rem;
    padding-right: 1.53409rem;
  }

  .medium-block-grid-11>li:nth-child(11n+3) {
    padding-left: 0.34091rem;
    padding-right: 1.36364rem;
  }

  .medium-block-grid-11>li:nth-child(11n+4) {
    padding-left: 0.51136rem;
    padding-right: 1.19318rem;
  }

  .medium-block-grid-11>li:nth-child(11n+5) {
    padding-left: 0.68182rem;
    padding-right: 1.02273rem;
  }

  .medium-block-grid-11>li:nth-child(11n+6) {
    padding-left: 0.85227rem;
    padding-right: 0.85227rem;
  }

  .medium-block-grid-11>li:nth-child(11n+7) {
    padding-left: 1.02273rem;
    padding-right: 0.68182rem;
  }

  .medium-block-grid-11>li:nth-child(11n+8) {
    padding-left: 1.19318rem;
    padding-right: 0.51136rem;
  }

  .medium-block-grid-11>li:nth-child(11n+9) {
    padding-left: 1.36364rem;
    padding-right: 0.34091rem;
  }

  .medium-block-grid-11>li:nth-child(11n+10) {
    padding-left: 1.53409rem;
    padding-right: 0.17045rem;
  }

  .medium-block-grid-11>li:nth-child(11n) {
    padding-left: 1.70455rem;
    padding-right: 0.0rem;
  }

  .medium-block-grid-12>li {
    width: 8.33333%;
    list-style: none;
  }

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

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

  .medium-block-grid-12>li:nth-child(12n+1) {
    padding-left: 0rem;
    padding-right: 1.71875rem;
  }

  .medium-block-grid-12>li:nth-child(12n+2) {
    padding-left: 0.15625rem;
    padding-right: 1.5625rem;
  }

  .medium-block-grid-12>li:nth-child(12n+3) {
    padding-left: 0.3125rem;
    padding-right: 1.40625rem;
  }

  .medium-block-grid-12>li:nth-child(12n+4) {
    padding-left: 0.46875rem;
    padding-right: 1.25rem;
  }

  .medium-block-grid-12>li:nth-child(12n+5) {
    padding-left: 0.625rem;
    padding-right: 1.09375rem;
  }

  .medium-block-grid-12>li:nth-child(12n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.9375rem;
  }

  .medium-block-grid-12>li:nth-child(12n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.78125rem;
  }

  .medium-block-grid-12>li:nth-child(12n+8) {
    padding-left: 1.09375rem;
    padding-right: 0.625rem;
  }

  .medium-block-grid-12>li:nth-child(12n+9) {
    padding-left: 1.25rem;
    padding-right: 0.46875rem;
  }

  .medium-block-grid-12>li:nth-child(12n+10) {
    padding-left: 1.40625rem;
    padding-right: 0.3125rem;
  }

  .medium-block-grid-12>li:nth-child(12n+11) {
    padding-left: 1.5625rem;
    padding-right: 0.15625rem;
  }

  .medium-block-grid-12>li:nth-child(12n) {
    padding-left: 1.71875rem;
    padding-right: 0rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1>li {
    width: 100%;
    list-style: none;
  }

  .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-1>li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .large-block-grid-2>li {
    width: 50%;
    list-style: none;
  }

  .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-2>li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }

  .large-block-grid-2>li:nth-child(2n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }

  .large-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .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-3>li:nth-child(3n+1) {
    padding-left: 0rem;
    padding-right: 1.25rem;
  }

  .large-block-grid-3>li:nth-child(3n+2) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .large-block-grid-3>li:nth-child(3n) {
    padding-left: 1.25rem;
    padding-right: 0rem;
  }

  .large-block-grid-4>li {
    width: 25%;
    list-style: none;
  }

  .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-4>li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 1.40625rem;
  }

  .large-block-grid-4>li:nth-child(4n+2) {
    padding-left: 0.46875rem;
    padding-right: 0.9375rem;
  }

  .large-block-grid-4>li:nth-child(4n+3) {
    padding-left: 0.9375rem;
    padding-right: 0.46875rem;
  }

  .large-block-grid-4>li:nth-child(4n) {
    padding-left: 1.40625rem;
    padding-right: 0rem;
  }

  .large-block-grid-5>li {
    width: 20%;
    list-style: none;
  }

  .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-5>li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 1.5rem;
  }

  .large-block-grid-5>li:nth-child(5n+2) {
    padding-left: 0.375rem;
    padding-right: 1.125rem;
  }

  .large-block-grid-5>li:nth-child(5n+3) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .large-block-grid-5>li:nth-child(5n+4) {
    padding-left: 1.125rem;
    padding-right: 0.375rem;
  }

  .large-block-grid-5>li:nth-child(5n) {
    padding-left: 1.5rem;
    padding-right: 0rem;
  }

  .large-block-grid-6>li {
    width: 16.66667%;
    list-style: none;
  }

  .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-6>li:nth-child(6n+1) {
    padding-left: 0rem;
    padding-right: 1.5625rem;
  }

  .large-block-grid-6>li:nth-child(6n+2) {
    padding-left: 0.3125rem;
    padding-right: 1.25rem;
  }

  .large-block-grid-6>li:nth-child(6n+3) {
    padding-left: 0.625rem;
    padding-right: 0.9375rem;
  }

  .large-block-grid-6>li:nth-child(6n+4) {
    padding-left: 0.9375rem;
    padding-right: 0.625rem;
  }

  .large-block-grid-6>li:nth-child(6n+5) {
    padding-left: 1.25rem;
    padding-right: 0.3125rem;
  }

  .large-block-grid-6>li:nth-child(6n) {
    padding-left: 1.5625rem;
    padding-right: 0rem;
  }

  .large-block-grid-7>li {
    width: 14.28571%;
    list-style: none;
  }

  .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-7>li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 1.60714rem;
  }

  .large-block-grid-7>li:nth-child(7n+2) {
    padding-left: 0.26786rem;
    padding-right: 1.33929rem;
  }

  .large-block-grid-7>li:nth-child(7n+3) {
    padding-left: 0.53571rem;
    padding-right: 1.07143rem;
  }

  .large-block-grid-7>li:nth-child(7n+4) {
    padding-left: 0.80357rem;
    padding-right: 0.80357rem;
  }

  .large-block-grid-7>li:nth-child(7n+5) {
    padding-left: 1.07143rem;
    padding-right: 0.53571rem;
  }

  .large-block-grid-7>li:nth-child(7n+6) {
    padding-left: 1.33929rem;
    padding-right: 0.26786rem;
  }

  .large-block-grid-7>li:nth-child(7n) {
    padding-left: 1.60714rem;
    padding-right: 0rem;
  }

  .large-block-grid-8>li {
    width: 12.5%;
    list-style: none;
  }

  .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-8>li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 1.64063rem;
  }

  .large-block-grid-8>li:nth-child(8n+2) {
    padding-left: 0.23438rem;
    padding-right: 1.40625rem;
  }

  .large-block-grid-8>li:nth-child(8n+3) {
    padding-left: 0.46875rem;
    padding-right: 1.17188rem;
  }

  .large-block-grid-8>li:nth-child(8n+4) {
    padding-left: 0.70313rem;
    padding-right: 0.9375rem;
  }

  .large-block-grid-8>li:nth-child(8n+5) {
    padding-left: 0.9375rem;
    padding-right: 0.70313rem;
  }

  .large-block-grid-8>li:nth-child(8n+6) {
    padding-left: 1.17188rem;
    padding-right: 0.46875rem;
  }

  .large-block-grid-8>li:nth-child(8n+7) {
    padding-left: 1.40625rem;
    padding-right: 0.23438rem;
  }

  .large-block-grid-8>li:nth-child(8n) {
    padding-left: 1.64063rem;
    padding-right: 0rem;
  }

  .large-block-grid-9>li {
    width: 11.11111%;
    list-style: none;
  }

  .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-9>li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 1.66667rem;
  }

  .large-block-grid-9>li:nth-child(9n+2) {
    padding-left: 0.20833rem;
    padding-right: 1.45833rem;
  }

  .large-block-grid-9>li:nth-child(9n+3) {
    padding-left: 0.41667rem;
    padding-right: 1.25rem;
  }

  .large-block-grid-9>li:nth-child(9n+4) {
    padding-left: 0.625rem;
    padding-right: 1.04167rem;
  }

  .large-block-grid-9>li:nth-child(9n+5) {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }

  .large-block-grid-9>li:nth-child(9n+6) {
    padding-left: 1.04167rem;
    padding-right: 0.625rem;
  }

  .large-block-grid-9>li:nth-child(9n+7) {
    padding-left: 1.25rem;
    padding-right: 0.41667rem;
  }

  .large-block-grid-9>li:nth-child(9n+8) {
    padding-left: 1.45833rem;
    padding-right: 0.20833rem;
  }

  .large-block-grid-9>li:nth-child(9n) {
    padding-left: 1.66667rem;
    padding-right: 0rem;
  }

  .large-block-grid-10>li {
    width: 10%;
    list-style: none;
  }

  .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-10>li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 1.6875rem;
  }

  .large-block-grid-10>li:nth-child(10n+2) {
    padding-left: 0.1875rem;
    padding-right: 1.5rem;
  }

  .large-block-grid-10>li:nth-child(10n+3) {
    padding-left: 0.375rem;
    padding-right: 1.3125rem;
  }

  .large-block-grid-10>li:nth-child(10n+4) {
    padding-left: 0.5625rem;
    padding-right: 1.125rem;
  }

  .large-block-grid-10>li:nth-child(10n+5) {
    padding-left: 0.75rem;
    padding-right: 0.9375rem;
  }

  .large-block-grid-10>li:nth-child(10n+6) {
    padding-left: 0.9375rem;
    padding-right: 0.75rem;
  }

  .large-block-grid-10>li:nth-child(10n+7) {
    padding-left: 1.125rem;
    padding-right: 0.5625rem;
  }

  .large-block-grid-10>li:nth-child(10n+8) {
    padding-left: 1.3125rem;
    padding-right: 0.375rem;
  }

  .large-block-grid-10>li:nth-child(10n+9) {
    padding-left: 1.5rem;
    padding-right: 0.1875rem;
  }

  .large-block-grid-10>li:nth-child(10n) {
    padding-left: 1.6875rem;
    padding-right: 0rem;
  }

  .large-block-grid-11>li {
    width: 9.09091%;
    list-style: none;
  }

  .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-11>li:nth-child(11n+1) {
    padding-left: 0.0rem;
    padding-right: 1.70455rem;
  }

  .large-block-grid-11>li:nth-child(11n+2) {
    padding-left: 0.17045rem;
    padding-right: 1.53409rem;
  }

  .large-block-grid-11>li:nth-child(11n+3) {
    padding-left: 0.34091rem;
    padding-right: 1.36364rem;
  }

  .large-block-grid-11>li:nth-child(11n+4) {
    padding-left: 0.51136rem;
    padding-right: 1.19318rem;
  }

  .large-block-grid-11>li:nth-child(11n+5) {
    padding-left: 0.68182rem;
    padding-right: 1.02273rem;
  }

  .large-block-grid-11>li:nth-child(11n+6) {
    padding-left: 0.85227rem;
    padding-right: 0.85227rem;
  }

  .large-block-grid-11>li:nth-child(11n+7) {
    padding-left: 1.02273rem;
    padding-right: 0.68182rem;
  }

  .large-block-grid-11>li:nth-child(11n+8) {
    padding-left: 1.19318rem;
    padding-right: 0.51136rem;
  }

  .large-block-grid-11>li:nth-child(11n+9) {
    padding-left: 1.36364rem;
    padding-right: 0.34091rem;
  }

  .large-block-grid-11>li:nth-child(11n+10) {
    padding-left: 1.53409rem;
    padding-right: 0.17045rem;
  }

  .large-block-grid-11>li:nth-child(11n) {
    padding-left: 1.70455rem;
    padding-right: 0.0rem;
  }

  .large-block-grid-12>li {
    width: 8.33333%;
    list-style: none;
  }

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

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

  .large-block-grid-12>li:nth-child(12n+1) {
    padding-left: 0rem;
    padding-right: 1.71875rem;
  }

  .large-block-grid-12>li:nth-child(12n+2) {
    padding-left: 0.15625rem;
    padding-right: 1.5625rem;
  }

  .large-block-grid-12>li:nth-child(12n+3) {
    padding-left: 0.3125rem;
    padding-right: 1.40625rem;
  }

  .large-block-grid-12>li:nth-child(12n+4) {
    padding-left: 0.46875rem;
    padding-right: 1.25rem;
  }

  .large-block-grid-12>li:nth-child(12n+5) {
    padding-left: 0.625rem;
    padding-right: 1.09375rem;
  }

  .large-block-grid-12>li:nth-child(12n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.9375rem;
  }

  .large-block-grid-12>li:nth-child(12n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.78125rem;
  }

  .large-block-grid-12>li:nth-child(12n+8) {
    padding-left: 1.09375rem;
    padding-right: 0.625rem;
  }

  .large-block-grid-12>li:nth-child(12n+9) {
    padding-left: 1.25rem;
    padding-right: 0.46875rem;
  }

  .large-block-grid-12>li:nth-child(12n+10) {
    padding-left: 1.40625rem;
    padding-right: 0.3125rem;
  }

  .large-block-grid-12>li:nth-child(12n+11) {
    padding-left: 1.5625rem;
    padding-right: 0.15625rem;
  }

  .large-block-grid-12>li:nth-child(12n) {
    padding-left: 1.71875rem;
    padding-right: 0rem;
  }
}

.breadcrumbs {
  display: block;
  padding: 9px 14px 9px;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #fed1b5;
  border-color: #fdb68a;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.breadcrumbs>* {
  margin: 0;
  float: left;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

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

.breadcrumbs>* a,
.breadcrumbs>* span {
  text-transform: uppercase;
  color: #3f6183;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearing-feature li {
  display: none;
}

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

@media only screen and (min-width: 48em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  .clearing-main-prev>span,
  .clearing-main-next>span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }

  .clearing-main-prev>span:hover,
  .clearing-main-next>span:hover {
    opacity: 0.8;
  }

  .clearing-main-prev {
    left: 0;
  }

  .clearing-main-prev>span {
    left: 5px;
    border-color: transparent;
    border-right-color: #ccc;
  }

  .clearing-main-next {
    right: 0;
  }

  .clearing-main-next>span {
    border-color: transparent;
    border-left-color: #ccc;
  }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51,51,51,0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }

  .clearing-assembled .clearing-container .carousel>ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }

  .clearing-assembled .clearing-container .carousel>ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }

  .clearing-assembled .clearing-container .carousel>ul li.fix-height img {
    height: 100%;
    max-width: none;
  }

  .clearing-assembled .clearing-container .carousel>ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }

  .clearing-assembled .clearing-container .carousel>ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }

  .clearing-assembled .clearing-container .carousel>ul li.visible {
    opacity: 1;
  }

  .clearing-assembled .clearing-container .carousel>ul li:hover {
    opacity: 0.8;
  }

  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    overflow: hidden;
    height: 85%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

.joyride-list {
  display: none;
}

.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

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

.joyride-content-wrapper {
  width: 100%;
  padding: 18px 20px 24px;
  padding: 1.125rem 1.25rem 1.5rem;
}

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

.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333;
}

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

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

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

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

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

.joyride-tip-guide p {
  margin: 0 0 18px 0;
  margin: 0 0 1.125rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 17px;
  right: 1.0625rem;
  bottom: 16px;
  bottom: 1rem;
}

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

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

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

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

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

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

@media only screen and (min-width: 48em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }

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

  .joyride-tip-guide .joyride-nub.right {
    border-color: #333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }

  .joyride-tip-guide .joyride-nub.left {
    border-color: #333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #ddd;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas","Menlo","Courier",monospace;
  font-size: inherit;
  padding: 2px 4px 0;
  padding: 0.125rem 0.25rem 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

[data-magellan-expedition] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}

[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav a {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.slideshow-wrapper {
  position: relative;
}

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

.slideshow-wrapper ul li:first-child {
  display: block;
}

.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
  display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

.orbit-container .orbit-slides-container.fade>* {
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 0.01;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.orbit-container .orbit-slides-container.fade>*.animate-in {
  opacity: 1;
  z-index: 20;
  transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -webkit-transition: opacity 500ms ease-in-out;
}

.orbit-container .orbit-slides-container.fade>*.animate-out {
  opacity: 0.01;
  z-index: 10;
  transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -webkit-transition: opacity 500ms ease-in-out;
}

.orbit-container .orbit-slides-container.swipe-next>* {
  -webkit-transform: translate3d(100%, 0, 0);
}

.orbit-container .orbit-slides-container.swipe-next>*.animate-in {
  -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);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.orbit-container .orbit-slides-container.swipe-next>*.animate-out {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.orbit-container .orbit-slides-container.swipe-prev>* {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.orbit-container .orbit-slides-container.swipe-prev>*.animate-in {
  -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);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.orbit-container .orbit-slides-container.swipe-prev>*.animate-out {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.orbit-container .orbit-slides-container>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.orbit-container .orbit-slides-container>*.active {
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.orbit-container .orbit-slides-container>* .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51,51,51,0.8);
  color: #fff;
  width: 100%;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0,0,0,0);
  z-index: 10;
}

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 5px;
  padding: 0.3125rem;
}

.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255,255,255,0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}

.orbit-container .orbit-timer>span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #fff;
  border-top: none;
  border-bottom: none;
}

.orbit-container .orbit-timer.paused>span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #fff;
}

.orbit-container .orbit-timer.paused>span.dark {
  border-color: transparent transparent transparent #333;
}

.orbit-container:hover .orbit-timer>span {
  display: block;
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: none;
  text-indent: -9999px !important;
  z-index: 10;
}

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0,0,0,0.3);
}

.orbit-container .orbit-prev>span,
.orbit-container .orbit-next>span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}

.orbit-container .orbit-prev {
  left: 0;
}

.orbit-container .orbit-prev>span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}

.orbit-container .orbit-prev:hover>span {
  border-right-color: #fff;
}

.orbit-container .orbit-next {
  right: 0;
}

.orbit-container .orbit-next>span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -4px;
}

.orbit-container .orbit-next:hover>span {
  border-left-color: #fff;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}

.orbit-bullets li {
  display: inline-block;
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  background: #ccc;
  float: none;
  margin-right: 6px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.orbit-bullets li.active {
  background: #999;
}

.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 48em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }

  .touch .orbit-bullets {
    display: block;
  }
}

@media only screen and (max-width: 47.937em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }

  .orbit-stack-on-small .orbit-slides-container>* {
    position: relative;
    margin-left: 0% !important;
  }

  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}

.progress {
  background-color: #f6f6f6;
  height: 25px;
  height: 1.5625rem;
  border: 1px solid #fff;
  padding: 2px;
  padding: 0.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.progress .meter {
  background: #3f6183;
  height: 100%;
  display: block;
}

.progress.secondary .meter {
  background: #fc985b;
  height: 100%;
  display: block;
}

.progress.success .meter {
  background: #29b36a;
  height: 100%;
  display: block;
}

.progress.alert .meter {
  background: #dc4d4d;
  height: 100%;
  display: block;
}

.progress.radius {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.progress.radius .meter {
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

.side-nav {
  display: block;
  margin: 0;
  padding: 14px 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "Open Sans",sans-serif;
}

.side-nav li {
  margin: 0 0 7px 0;
  margin: 0 0 0.4375rem 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.side-nav li a:not(.button) {
  display: block;
  color: #3f6183;
}

.side-nav li a:not(.button):hover,
.side-nav li a:not(.button):focus {
  color: #6a90b7;
}

.side-nav li.active>a:first-child:not(.button) {
  color: #6a90b7;
  font-weight: normal;
  font-family: "Open Sans",sans-serif;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #fff;
}

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -4px 0 18px;
  margin: -0.25rem 0 1.125rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -12px;
  margin-left: -0.75rem;
}

.sub-nav dt {
  text-transform: uppercase;
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 16px;
  margin-left: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-family: "Open Sans",sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999;
  padding: 3px 16px;
  padding: 0.1875rem 1rem;
}

.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  background: #3f6183;
  padding: 3px 16px;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: #fff;
}

.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #365371;
}

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  height: 36px;
  height: 2.25rem;
  background: #fff;
  border-color: #ccc;
}

div.switch label {
  position: relative;
  left: 0;
  z-index: 2;
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  font-weight: bold;
  text-align: left;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

div.switch input {
  position: absolute;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
}

div.switch input:hover,
div.switch input:focus {
  cursor: pointer;
}

div.switch span:last-child {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

div.switch input:not(:checked)+label {
  opacity: 0;
}

div.switch input:checked {
  display: none !important;
}

div.switch input {
  left: 0;
  display: block !important;
}

div.switch input:first-of-type+label,
div.switch input:first-of-type+span+label {
  left: -50%;
}

div.switch input:first-of-type:checked+label,
div.switch input:first-of-type:checked+span+label {
  left: 0%;
}

div.switch input:last-of-type+label,
div.switch input:last-of-type+span+label {
  right: -50%;
  left: auto;
  text-align: right;
}

div.switch input:last-of-type:checked+label,
div.switch input:last-of-type:checked+span+label {
  right: 0%;
  left: auto;
}

div.switch span.custom {
  display: none !important;
}

form.custom div.switch .hidden-field {
  margin-left: auto;
  position: absolute;
  visibility: visible;
}

div.switch label {
  padding: 0;
  line-height: 36.8px;
  line-height: 2.3rem;
  font-size: 14px;
  font-size: 0.875rem;
}

div.switch input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -35px;
  margin-left: -2.1875rem;
}

div.switch span:last-child {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
}

div.switch span:last-child {
  border-color: #b3b3b3;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
  -webkit-box-shadow: 2px 0 10px 0 rgba(0,0,0,0.07),1000px 0 0 1000px #f1fcf6,-2px 0 10px 0 rgba(0,0,0,0.07),-1000px 0 0 1000px #f5f5f5;
  box-shadow: 2px 0 10px 0 rgba(0,0,0,0.07),1000px 0 0 980px #f1fcf6,-2px 0 10px 0 rgba(0,0,0,0.07),-1000px 0 0 1000px #f5f5f5;
}

div.switch:hover span:last-child,
div.switch:focus span:last-child {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
}

div.switch:active {
  background: transparent;
}

div.switch.large {
  height: 44px;
  height: 2.75rem;
}

div.switch.large label {
  padding: 0;
  line-height: 36.8px;
  line-height: 2.3rem;
  font-size: 17px;
  font-size: 1.0625rem;
}

div.switch.large input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -43px;
  margin-left: -2.6875rem;
}

div.switch.large span:last-child {
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
}

div.switch.small {
  height: 28px;
  height: 1.75rem;
}

div.switch.small label {
  padding: 0;
  line-height: 33.6px;
  line-height: 2.1rem;
  font-size: 12px;
  font-size: 0.75rem;
}

div.switch.small input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -27px;
  margin-left: -1.6875rem;
}

div.switch.small span:last-child {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

div.switch.tiny {
  height: 22px;
  height: 1.375rem;
}

div.switch.tiny label {
  padding: 0;
  line-height: 30.4px;
  line-height: 1.9rem;
  font-size: 11px;
  font-size: 0.6875rem;
}

div.switch.tiny input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -21px;
  margin-left: -1.3125rem;
}

div.switch.tiny span:last-child {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
}

div.switch.radius {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

div.switch.radius span:last-child {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div.switch.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

div.switch.round span:last-child {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

div.switch.round label {
  padding: 0 9px;
  padding: 0 0.5625rem;
}

@-webkit-keyframes webkitSiblingBugfix {
  from {
    position: relative;
  }

  to {
    position: relative;
  }
}

.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.th:hover,
.th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(63,97,131,0.5);
  box-shadow: 0 0 6px 1px rgba(63,97,131,0.5);
}

.th.radius {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

a.secondary-color:hover {
  color: #fb8339;
}

.hero .login-form,
.hero .subscribe-form {
  background-color: #f4f4f4;
  overflow: hidden;
  border: 2px solid #e8ddd6;
  border: 0.125rem solid #e8ddd6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.hero .login-form h1,
.hero .subscribe-form h1 {
  color: #3f6183 !important;
  background-color: #fff;
  font-size: 35px;
  font-size: 2.1875rem;
  padding: 14px 0;
  padding: 0.875rem 0;
  margin: 0 0 18px;
  margin: 0 0 1.125rem;
}

.hero {
  background-color: #f4f4f4;
  background-image: url(../images/home-hero-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
  color: #fff;
}

.hero h1.outside,
.hero h2.outside,
.hero h3.outside,
.hero h4.outside,
.hero h5.outside,
.hero h6.outside {
  color: #3f6183;
}

.hero.short-bg {
  background-image: none;
}

.hero.short-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 793px;
  background: transparent url(../images/home-hero-bg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
}

.hero .logged-out-nav-wrapper {
  border-bottom: 1px solid rgba(232,221,214,0.2);
}

.hero .horizontal_large_logo {
  background-image: url(../images/logo_large_alt.png) !important;
  display: block;
}

.hero .logged-out-nav ul li a {
  color: #f4f4f4;
}

.hero .logged-out-nav ul li a:hover {
  color: #fff;
}

.hero .home-hero-box {
  color: #35393c;
}

.hero .home-hero-box.js {
  background-image: url(../images/home-hero-box-js-bg.png) !important;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.hero .home-hero-box.emp {
  background-image: url(../images/home-hero-box-emp-bg.png) !important;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.hero .home-hero-box.firstcolumn {
  background-image: url(../images/search.png) !important;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.hero .home-hero-box.secondcolumn {
  background-image: url(../images/post.png) !important;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.hero .home-hero-box.thirdcolumn {
  background-image: url(../images/contact_hire.png) !important;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.hero .login-form-wrapper {
  padding: 0 15px;
  padding: 0 0.9375rem;
}

@media only screen and (max-width: 47.937em) {
  .hero .login-form-wrapper {
    margin-bottom: 1.875rem;
  }
}

@media only screen and (min-width: 48em) {
  .hero .login-form-wrapper {
    padding: 0 2.5rem;
  }
}

@media only screen and (min-width: 64.0625rem) and (max-width: 66.4375rem) {
  .hero .login-form-wrapper {
    padding-left: 0;
  }
}

.hero .login-form {
  color: #35393c;
}

.hero .login-form h1,
.hero .login-form h2,
.hero .login-form h3,
.hero .login-form h4,
.hero .login-form h5,
.hero .login-form h6 {
  color: #35393c;
}

.hero .login-form a:not(.button) {
  color: #35393c;
  text-decoration: underline;
}

.hero .login-form a:not(.button):hover {
  color: #3f6183;
}

.hero .login-form .button {
  padding: 10px 18px 11px;
  padding: 0.625rem 1.125rem 0.6875rem;
  text-transform: uppercase;
  background-color: #fc985b;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  font-size: 16px;
  font-size: 1rem;
}

.hero .login-form .button:hover {
  background-color: #fb8339;
}

.hero .login-form .reset_password {
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  margin: 22px 15px 0 0;
  margin: 1.375rem 0.9375rem 0 0;
}

.hero .login-form label {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #35393c;
}

.hero .login-form .alert-box {
  display: none !important;
}

.hero .employer-features {
  padding: 50px auto;
  padding: 3.125rem auto;
}

.hero .employer-features ul {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.hero .emp-signup-upper {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.hero .emp-signup-lower {
  margin: 50px auto 25px;
  margin: 3.125rem auto 1.5625rem;
}

.hero .subscribe-form {
  color: #35393c;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.hero .subscribe-form .password-container {
  padding: 0;
}

.hero .subscribe-form h1,
.hero .subscribe-form h2,
.hero .subscribe-form h3,
.hero .subscribe-form h4,
.hero .subscribe-form h5,
.hero .subscribe-form h6 {
  color: #3f6183;
}

.certificate {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.certificate .privilege {
  border-bottom: 1px solid #e1e1e1;
  display: inline-block;
  padding: 0 4px;
  padding: 0 0.25rem;
}

.certificate .category-class {
  padding-left: 8px;
  padding-left: 0.5rem;
  white-space: nowrap;
}

.type-rating {
  overflow: hidden;
}

.cert-list {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.cert-list .cert-list-item {
  padding: 15px;
  padding: 0.9375rem;
  overflow: hidden;
}

.cert-list .cert-list-item:only-child {
  border-bottom: 1px solid #e8ddd6;
}

.cert-list .cert-list-item .certificate,
.cert-list .cert-list-item p {
  margin-bottom: 0;
}

.flight-time-line-item label {
  margin-bottom: 0;
}

.aircraft-experience {
  background-color: #fbfbfb;
  overflow: hidden;
  padding: 15px 0;
  padding: 0.9375rem 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.aircraft-experience .xp-det {
  padding: 4px 0;
  padding: 0.25rem 0;
}

.aircraft-experience .button-group {
  margin-top: 16px;
  margin-top: 1rem;
}

.required-flight-times .flight-time-record {
  padding: 22px 0;
  padding: 1.375rem 0;
}

.flight-time-record label {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

@media only screen and (max-width: 767px) {
  .flight-time-record {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .flight-time-record:nth-child(odd) {
    background-color: #F9F9F9;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

@media only screen and (min-width: 768px) {
  .flight-time-record {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .flight-time-record:nth-child(4n+3),
  .flight-time-record:nth-child(4n+4) {
    background-color: #F9F9F9;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

.home-content .home-hero-box {
  position: relative;
  z-index: 0;
}

.home-content .home-hero-box:before {
  content: '';
  display: block;
  width: 53px;
  width: 3.3125rem;
  height: 106px;
  height: 6.625rem;
  position: absolute;
  right: -5px;
  right: -0.3125rem;
  top: 44px;
  top: 2.75rem;
  z-index: -1;
}

.home-content .home-hero-box.js:before {
  content: '';
  background-image: url(../images/home-content-home-hero-box-js-bg.png) !important;
}

.home-content .home-hero-box.emp:before {
  background-image: url(../images/home-content-home-hero-box-emp-bg.png) !important;
}

.switch-button-label:nth-of-type(2):after {
  content: ' (save up to 40%)';
}

.primary-color {
  color: #3f6183;
}

.secondary-color {
  color: #fc985b;
}

.tertiary-color {
  color: #c0d5ea;
}

.alert-color {
  color: #dc4d4d;
}

.success-color {
  color: #29b36a;
}

.warning-color {
  color: #f08a24;
}

.info-color {
  color: #e8ddd6;
}

.cancel-color {
  color: #ccc;
}

.clear:before,
.clear:after {
  content: '';
  display: table;
  clear: both;
}

.no-margin,
.no-margin.button-group .button {
  margin: 0;
}

.to-uppercase {
  text-transform: uppercase;
}

.to-lowercase {
  text-transform: uppercase;
}

.to-capitalcase {
  text-transform: capitalize;
}

.to-initialcase {
  text-transform: initial;
}

.break-word {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

.table-center {
  display: table;
  margin: 0 auto;
  width: auto;
}

.table-container {
  display: table;
  vertical-align: middle;
  width: 100%;
}

.table-container .table-cell-left {
  display: table-cell;
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}

.table-container .table-cell-right {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  label.inline.break-mobile {
    margin: 0 0 0.5rem 0;
    padding: 0;
  }
}

.highlight {
  color: #fc985b;
}

.full-profile {
  text-decoration: underline;
}

.more-ellipsis {
  position: relative;
  top: 7px;
  top: 0.4375rem;
  font-family: 'Oswald', sans-serif;
  background-color: #c0d5ea;
  color: #f4f4f4;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  display: inline-block;
  border-radius: 3px;
  border-radius: 0.1875rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  padding: 0 4px;
  padding: 0 0.25rem;
  height: 14px;
  height: 0.875rem;
}

.more-ellipsis .dots {
  position: relative;
  top: -9.6px;
  top: -0.6rem;
}

.form-heading {
  background-color: #e8ddd6;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 7px 10px;
  padding: 0.4375rem 0.625rem;
}

.form-heading a {
  display: block;
  color: #35393c;
}

.form-heading a span {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.record,
.saved-search,
.match-preference,
.favorite-item {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 34px 28px;
  padding: 2.125rem 1.75rem;
  background-color: #fbfbfb;
  border: 1px solid #e8ddd6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.record textarea,
.saved-search textarea,
.match-preference textarea,
.favorite-item textarea {
  min-height: 150px;
  min-height: 9.375rem;
}

.static-record,
.static-record * {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.duties {
  display: none;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

#template {
  display: none;
}

@media only screen and (max-width: 47.937em) {
  .column,
  .columns {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .row .row {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}

@-moz-keyframes buttonPulse {
  0%, 100% {
    background-color: #e8ddd6;
  }

  50% {
    background-color: #c8ae9d;
  }
}

@-webkit-keyframes buttonPulse {
  0%, 100% {
    background-color: #e8ddd6;
  }

  50% {
    background-color: #c8ae9d;
  }
}

@keyframes buttonPulse {
  0%, 100% {
    background-color: #e8ddd6;
  }

  50% {
    background-color: #c8ae9d;
  }
}

@-moz-keyframes searchAdded {
  0%, 100% {
    background-color: #fff;
  }

  50% {
    background-color: #89e4b4;
  }
}

@-webkit-keyframes searchAdded {
  0%, 100% {
    background-color: #fff;
  }

  50% {
    background-color: #89e4b4;
  }
}

@keyframes searchAdded {
  0%, 100% {
    background-color: #fff;
  }

  50% {
    background-color: #89e4b4;
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.spinning {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.ajax-status {
  margin-left: 12px;
  margin-left: 0.75rem;
}

.ajax-response-error {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.recent-search-ajax-response-error {
  padding: 3px;
  padding: 0.1875rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .small-expand {
    width: 100%;
  }
}

.show-inline-for-medium-up {
  display: none;
}

@media only screen and (min-width: 48em) {
  .show-inline-for-medium-up {
    display: inline;
  }
}

@media only screen and (min-width: 48em) {
  .hide-on-medium-up {
    display: none;
  }
}

@media only screen and (max-width: 47.937em) {
  .small-f-left {
    float: left !important;
  }

  .small-f-right {
    float: right !important;
  }

  .small-f-none {
    float: none !important;
  }
}

@media only screen and (min-width: 48em) {
  .medium-up-f-left {
    float: left !important;
  }

  .medium-up-text-left {
    text-align: left;
  }

  .medium-up-f-none {
    float: none !important;
  }

  .medium-up-text-center {
    text-align: center;
  }

  .medium-up-f-right {
    float: right !important;
  }

  .medium-up-text-right {
    text-align: right;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-up-f-left {
    float: left !important;
  }

  .large-up-text-left {
    text-align: left;
  }

  .large-up-f-none {
    float: none !important;
  }

  .large-up-text-center {
    text-align: center;
  }

  .large-up-f-right {
    float: right !important;
  }

  .large-up-text-right {
    text-align: right;
  }
}

.content .cke {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

button.primary,
.button.primary {
  background-color: #3f6183;
  border-color: #375573;
  color: #fff;
  color: #fff;
}

button.primary:hover,
button.primary:focus,
.button.primary:hover,
.button.primary:focus {
  background-color: #375573;
}

button.primary:hover,
button.primary:focus,
.button.primary:hover,
.button.primary:focus {
  color: #fff;
}

button.cancel,
.button.cancel {
  background-color: #ccc;
  border-color: #b3b3b3;
  color: #333;
  color: #fff;
}

button.cancel:hover,
button.cancel:focus,
.button.cancel:hover,
.button.cancel:focus {
  background-color: #b3b3b3;
}

button.cancel:hover,
button.cancel:focus,
.button.cancel:hover,
.button.cancel:focus {
  color: #333;
}

button.tertiary,
.button.tertiary {
  background-color: #c0d5ea;
  border-color: #98badd;
  color: #333;
  color: #3f6183;
  font-weight: 400 !important;
}

button.tertiary:hover,
button.tertiary:focus,
.button.tertiary:hover,
.button.tertiary:focus {
  background-color: #98badd;
}

button.tertiary:hover,
button.tertiary:focus,
.button.tertiary:hover,
.button.tertiary:focus {
  color: #333;
}

button.toggled,
.button.toggled {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.125) 0%, rgba(0,0,0,0.125) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.125)), color-stop(100%, rgba(0,0,0,0.125)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.125) 0%, rgba(0,0,0,0.125) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.125) 0%, rgba(0,0,0,0.125) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.125) 0%, rgba(0,0,0,0.125) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.125) 0%,rgba(0,0,0,0.125) 100%);
}

button:focus,
.button:focus {
  outline: none !important;
  background-color: #3f6183;
}

@media only screen and (min-width: 48em) {
  .button.small-margin {
    margin-bottom: 0;
  }
}

.label.tertiary {
  background-color: #c0d5ea;
  color: #333;
  color: #3f6183;
}

.label.gray {
  background-color: #ccc;
  color: #333;
}

.button.info {
  color: #725440;
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Oswald",sans-serif;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #e8ddd6;
  border-color: #d4bfb2;
  color: #333;
  font-weight: 400 !important;
}

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

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

.button-group.radius>*>button,
.button-group.radius>* .button,
.button-group.radius>* .more-link {
  border-color: #35393c;
}

.button-group.radius li:first-child form .button {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.button-group.radius li:last-child form .button {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.button-group2 {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

@media only screen and (min-width: 64.063em) {
  .button-group2 {
    display: table;
    margin: 1.875rem auto 0;
  }
}

.button-group2 li {
  display: inline-block;
  list-style-type: none;
}

.split-text-button {
  padding: 0 !important;
  white-space: nowrap;
  line-height: 45px;
  line-height: 2.8125rem;
  clear: both;
  overflow: hidden;
  height: 45px;
  height: 2.8125rem;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.split-text-button .split-text-button-left {
  display: table-cell;
  border-right: 1px solid rgba(255,255,255,0.25);
  padding: 0 18px;
  padding: 0 1.125rem;
}

@media only screen and (max-width: 47.937em) {
  .split-text-button .split-text-button-left {
    padding: 0 0.625rem;
  }
}

.split-text-button .split-text-button-right {
  display: table-cell;
  border-left: 1px solid #fb6e18;
  padding: 0 18px;
  padding: 0 1.125rem;
  background-color: #fb8339;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

@media only screen and (max-width: 47.937em) {
  .split-text-button .split-text-button-right {
    padding: 0 0.625rem;
  }
}

.split-text-button:hover .split-text-button-right {
  border-left: 1px solid #ca4f04;
  background-color: #ec5c04;
}

.split-text-button small {
  font-size: 85%;
}

.split-text-button small em {
  font-style: normal;
}

.tooltip {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.confirmon-overlay {
  background-color: rgba(255,255,255,0.6);
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 150;
  display: none;
}

.confirmon-box {
  background-color: #f4f4f4;
  border: solid 1px #e8ddd6;
  box-shadow: 0px 1px 10px #222;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.125);
  -webkit-box-shadow: 0 0 0.625rem rgba(0,0,0,0.125);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.125);
  -moz-box-shadow: 0 0 0.625rem rgba(0,0,0,0.125);
  box-shadow: 0 0 10px rgba(0,0,0,0.125);
  box-shadow: 0 0 0.625rem rgba(0,0,0,0.125);
  padding: 15px;
  padding: 0.9375rem;
  text-align: center;
  font-weight: bold;
  z-index: 151;
  display: none;
  position: fixed;
  margin-left: -40%;
  width: 80%;
  left: 50%;
  top: 30px;
  top: 1.875rem;
}

@media only screen and (min-width: 48em) {
  .confirmon-box {
    margin-left: -25%;
    width: 50%;
    left: 50%;
    top: 185px;
  }
}

@media only screen and (min-width: 64.063em) {
  .confirmon-box {
    margin-left: -15%;
    width: 30%;
    left: 50%;
  }
}

.confirmon-box button {
  margin: 0 5px;
  margin: 0 0.3125rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}

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

.toggle-button input[type="checkbox"] {
  display: none;
}

.toggle-button input[type="checkbox"]+label {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 5px 14px 7px;
  padding: 0.3125rem 0.875rem 0.4375rem;
  margin: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #cccccc;
  border-color: #b3b3b3;
  color: #333333;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.toggle-button input[type="checkbox"]+label.checked {
  color: #333333;
  background-color: #98badd;
  font-weight: 300 !important;
}

.strength-indicator {
  margin-top: 16px;
  margin-top: 1rem;
}

#line-item-template {
  display: none;
}

.flight-time-line-item .button,
.line-item .button {
  height: 37px;
  height: 2.3125rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.flight-time-line-item .toggle-off,
.line-item .toggle-off {
  display: none;
}

.flight-time-line-item .add.added,
.line-item .add.added {
  display: none;
}

.flight-time-line-item .button,
.line-item .button,
.flight-time-line-item input[type="text"],
.line-item input[type="text"],
.flight-time-line-item input[type="password"],
.line-item input[type="password"],
.flight-time-line-item input[type="date"],
.line-item input[type="date"],
.flight-time-line-item input[type="datetime"],
.line-item input[type="datetime"],
.flight-time-line-item input[type="datetime-local"],
.line-item input[type="datetime-local"],
.flight-time-line-item input[type="month"],
.line-item input[type="month"],
.flight-time-line-item input[type="week"],
.line-item input[type="week"],
.flight-time-line-item input[type="email"],
.line-item input[type="email"],
.flight-time-line-item input[type="number"],
.line-item input[type="number"],
.flight-time-line-item input[type="search"],
.line-item input[type="search"],
.flight-time-line-item input[type="tel"],
.line-item input[type="tel"],
.flight-time-line-item input[type="time"],
.line-item input[type="time"],
.flight-time-line-item input[type="url"],
.line-item input[type="url"],
.flight-time-line-item textarea,
.line-item textarea,
.flight-time-line-item select,
.line-item select {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

*[data-invalid=""] {
  border: 1px solid #a40f0f !important;
  -webkit-box-shadow: 0 0 3px rgba(237,121,121,0.41) !important;
  -webkit-box-shadow: 0 0 0.1875rem rgba(237,121,121,0.41) !important;
  -moz-box-shadow: 0 0 3px rgba(237,121,121,0.41) !important;
  -moz-box-shadow: 0 0 0.1875rem rgba(237,121,121,0.41) !important;
  box-shadow: 0 0 3px rgba(237,121,121,0.41) !important;
  box-shadow: 0 0 0.1875rem rgba(237,121,121,0.41) !important;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.button-group input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input[readonly=""],
select:disabled,
textarea[readonly=""] {
  background-color: #fff;
  border: 1px solid #ccc;
  background-image: none;
  -webkit-box-shadow: 0 0;
  -moz-box-shadow: 0 0;
  box-shadow: 0 0;
}

input[readonly=""]:focus,
input[readonly=""]:hover,
select:disabled:focus,
select:disabled:hover,
textarea[readonly=""]:focus,
textarea[readonly=""]:hover {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0;
  -moz-box-shadow: 0 0;
  box-shadow: 0 0;
}

.prefix,
.postfix {
  font-size: 15px;
  font-size: 0.9375rem;
}

.prefix.button,
.prefix.more-link,
.postfix.button,
.postfix.more-link {
  line-height: 37px;
  line-height: 2.3125rem;
}

.user-img {
  border: 3px solid #e8ddd6;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

.inline-list.checklist * {
  display: inline;
}

[name="account_form"] .button[disabled] {
  background-color: #ccc;
}

[name="account_form"] .button[disabled]:hover {
  background-color: #ccc;
}

.geo {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
}

.geo .geo-placeholder {
  top: 12px;
  font-size: 14px;
  color: #a9a9a9;
}

.geo ul.token-input-list {
  background-color: #fff;
  border: 1px solid #8c8c8c;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.geo ul.token-input-list.focus {
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) !important;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) !important;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) !important;
  border-color: #3f6183;
}

.geo ul.token-input-list.focus.dropped {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.geo li.token-input-token {
  overflow: hidden;
  margin: 3px;
  margin: 0.1875rem;
  padding: 1px 3px;
  padding: 0.0625rem 0.1875rem;
  background-color: #fee5d6;
  border: 1px solid #fc985b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.geo li.token-input-token span {
  color: #fc985b;
}

.geo li.token-input-selected-token {
  background-color: #fc985b;
  border: 1px solid #fa6307;
  color: #fff;
}

.geo li.token-input-selected-token span {
  color: #fff;
}

.geo div.token-input-dropdown {
  background-color: #fff;
  border-color: #8c8c8c;
  font-family: "Open Sans",sans-serif;
  z-index: 2;
}

.geo div.token-input-dropdown p {
  color: #35393c;
}

.geo div.token-input-dropdown ul li,
.geo div.token-input-dropdown ul li.token-input-dropdown-item {
  background-color: #fff;
}

.geo div.token-input-dropdown ul li.token-input-dropdown-item2 {
  background-color: #fcfcfc;
}

.geo div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-color: #35393c;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .geo li.token-input-token {
    float: none;
  }

  .geo .token-input-delete-token {
    float: right;
  }
}

.alert-box {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  line-height: 1.4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.alert-box :last-child {
  margin-bottom: 0;
}

.alert-box .close {
  font-family: "Open Sans",sans-serif;
  opacity: 1;
}

.alert-box.info {
  color: #725440;
}

.alert-box.info .close {
  color: #725440;
}

.alert-box.success {
  background-color: #a1e9c3;
  color: #196b40;
  border-color: #5ad996;
}

.alert-box.success .close {
  color: #196b40;
}

.alert-box.alert {
  background-color: #e16868;
  color: #631414;
}

.alert-box.alert .close {
  color: #631414;
}

.message-panel,
.content .message-panel {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: relative;
  padding: 18px 28px 19px 18px;
  padding: 1.125rem 1.75rem 1.1875rem 1.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #d4dfea;
  border-color: #aac0d6;
  color: #732d02;
  -webkit-border-radius: true;
  border-radius: true;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: 1.4;
}

.message-panel h1,
.content .message-panel h1,
.message-panel h2,
.content .message-panel h2,
.message-panel h3,
.content .message-panel h3,
.message-panel h4,
.content .message-panel h4,
.message-panel h5,
.content .message-panel h5,
.message-panel h6,
.content .message-panel h6,
.message-panel span,
.content .message-panel span,
.message-panel p,
.content .message-panel p,
.message-panel div,
.content .message-panel div,
.message-panel ul,
.content .message-panel ul,
.message-panel li,
.content .message-panel li {
  color: #3f6183;
}

.message-panel :last-child {
  margin-bottom: 0;
}

.message-panel.info {
  background-color: #fcfaf9;
  border-color: #e8ddd6;
}

.message-panel.info h1,
.message-panel.info h2,
.message-panel.info h3,
.message-panel.info h4,
.message-panel.info h5,
.message-panel.info h6,
.message-panel.info span,
.message-panel.info p,
.message-panel.info div,
.message-panel.info ul,
.message-panel.info li {
  color: #725440;
}

.message-panel.success {
  background-color: #e7faf0;
  border-color: #89e4b4;
}

.message-panel.success h1,
.message-panel.success h2,
.message-panel.success h3,
.message-panel.success h4,
.message-panel.success h5,
.message-panel.success h6,
.message-panel.success span,
.message-panel.success p,
.message-panel.success div,
.message-panel.success ul,
.message-panel.success li {
  color: #10482a;
}

.message-panel.alert {
  background-color: #f1b8b8;
  border-color: #ea9494;
}

.message-panel.alert h1,
.message-panel.alert h2,
.message-panel.alert h3,
.message-panel.alert h4,
.message-panel.alert h5,
.message-panel.alert h6,
.message-panel.alert span,
.message-panel.alert p,
.message-panel.alert div,
.message-panel.alert ul,
.message-panel.alert li {
  color: #631414;
}

.pagination {
  display: table;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
}

.pagination ul {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  list-style-type: none;
  color: #737373;
}

.pagination ul li {
  display: inline-block;
  text-align: center;
  min-width: 16px;
  min-width: 1rem;
  height: 16px;
  height: 1rem;
}

.pagination ul li:first-child {
  margin-right: 20px;
  margin-right: 1.25rem;
}

.pagination ul li:last-child {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.pagination ul li.active,
.pagination ul li.active a {
  color: #fc985b;
}

.pagination ul li a {
  display: block;
  color: #737373;
}

input[type="text"].amount {
  color: #3f6183;
  background: none !important;
  padding: 0 !important;
  border: 0;
  text-align: center;
  margin-bottom: 0.25em;
}

input[type="text"].amount:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.ui-slider-handle {
  background-image: none !important;
  background-color: #42668a !important;
  border: 1px solid #3f6183 !important;
}

a.ui-slider-handle:focus {
  outline: 0;
}

.ui-slider-range {
  width: 100%;
  background-image: none;
  background-color: #e8ddd6;
}

.sortable-record {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  background-color: #fbfbfb;
  border: 1px solid #e8ddd6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.ui-sortable-placeholder {
  background-color: #eaeaea;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  border-color: rgba(178,178,178,0.3);
  visibility: visible !important;
}

.ui-sortable-helper {
  background-color: #fff;
}

.sort-handle {
  font-size: 20px;
  font-size: 1.25rem;
  top: 2.5px;
  top: 0.15625rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  position: relative;
}

.header-bar {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  overflow: hidden;
}

.header-bar a {
  color: #f4f4f4;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.header-bar a:hover {
  color: #9f9f9f;
}

.header-bar h1,
.header-bar h2,
.header-bar h3,
.header-bar h4,
.header-bar h5,
.header-bar h6 {
  color: #f4f4f4;
}

.header-bar ul {
  margin-bottom: 0;
  margin-left: -10px;
  margin-left: -0.625rem;
}

.header-bar ul li {
  line-height: 1;
  color: #f4f4f4;
  margin-left: 0;
  padding-right: 0;
  line-height: 45px;
  line-height: 2.8125rem;
}

.header-bar ul li.divider:before {
  content: '|';
}

.header-bar ul li:last-child {
  padding-right: 0;
  border-right: 0;
}

.header-bar ul li a {
  padding: 0 10px;
  padding: 0 0.625rem;
}

.header-bar .right-nav {
  list-style-type: none;
  float: right;
}

.header-bar .right-nav li {
  float: left;
}

.header-bar .left-nav {
  list-style-type: none;
}

@media only screen and (max-width: 47.937em) {
  .header-bar .left-nav {
    margin-left: 0;
    background-color: #484d51;
    display: none;
  }

  .header-bar .left-nav a {
    display: block;
  }
}

@media only screen and (min-width: 48em) {
  .header-bar .left-nav li {
    float: left;
  }
}

@media only screen and (max-width: 47.937em) {
  .header-bar .left-nav li.divider {
    height: 1px;
    background-color: #5a6166;
    line-height: 1px;
  }

  .header-bar .left-nav li.divider:before {
    content: '';
  }
}

@media only screen and (min-width: 48em) {
  .header-bar .left-nav {
    float: left;
    padding-left: 0.9375rem;
  }
}

.header-bar .header-bar-menu-toggle {
  list-style-type: none;
  float: left;
  margin-left: 0;
  padding-left: 10px;
  padding-left: 0.625rem;
}

@media only screen and (min-width: 48em) {
  .header-bar .header-bar-menu-toggle {
    display: none !important;
  }
}

.header-bar .header-bar-menu-toggle a {
  padding: 0;
}

footer {
  background-color: #35393c;
  color: #f4f4f4;
  padding-top: 20px;
  padding-top: 1.25rem;
}

@media only screen and (min-width: 48em) {
  footer {
    padding-top: 2.5rem;
  }
}

footer .table-cell-left {
  height: 0;
}

footer .footer-upper {
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}

footer a {
  color: #f4f4f4;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

footer a:hover {
  color: #9f9f9f;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #f4f4f4;
}

footer h6 {
  margin-top: 0;
  padding-top: 0;
}

footer .social {
  line-height: 1;
}

footer .social li {
  height: 36px;
  height: 2.25rem;
}

footer .social li h6 {
  font-size: 13px;
  font-size: 0.8125rem;
}

footer .social span[class^="engine"] {
  font-size: 24px;
  font-size: 1.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}

footer .copyright {
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
  text-transform: uppercase;
}

footer .copyright span {
  padding-right: 16px;
  padding-right: 1rem;
}

footer nav.footer-nav ul {
  list-style-type: none;
}

footer nav.footer-nav li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
  font-weight: 300;
}

footer nav.footer-nav>ul {
  margin: 0 auto 17px auto;
  margin: 0 auto 1.0625rem auto;
  margin-left: -40px;
  margin-left: -2.5rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

footer nav.footer-nav>ul>li {
  list-style: none;
  float: left;
  display: block;
  margin-left: 40px;
  margin-left: 2.5rem;
}

footer nav.footer-nav>ul>li>a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-rendering: optimizeLegibility;
  margin-top: 3.2px;
  margin-top: 0.2rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

footer nav.footer-nav>ul ul {
  display: block;
  margin: 0;
}

.top_header_out {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e8ddd6;
  padding-top: 32px;
  padding-top: 2rem;
}

.top_header_out>.row {
  max-width: 1170px;
  max-width: 73.125rem;
}

.top_header_out .interior-logo {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.job_seeker .top_header_out {
  padding-bottom: 0;
}

.top_header_out .login-msg {
  font-size: 14px;
  font-size: 0.875rem;
}

.top_header_out .tabs {
  margin-left: 0;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.top_header_out .tabs li {
  position: relative;
  margin: 0 2.5px;
  margin: 0 0.15625rem;
  float: left;
  list-style-type: none;
  font-family: 'Oswald', sans-serif;
  top: 5px;
}

.top_header_out .tabs li.active {
  top: 1px;
}

.top_header_out .tabs li.active:hover a,
.top_header_out .tabs li.active a {
  padding-top: 22px;
  padding-top: 1.375rem;
  background: #fff;
  border: 1px solid #e8ddd6;
  border-bottom: 1px solid #fff;
}

.top_header_out .tabs li>a:hover {
  background-color: #d8c5b9;
}

.top_header_out .tabs li a {
  display: block;
  width: 140px;
  width: 8.75rem;
  background: #e8ddd6;
  color: #35393c;
  padding: 18px 0;
  padding: 1.125rem 0;
  line-height: 1;
  text-align: center;
  border: 1px solid #e8ddd6;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.top_header_out .tabs li a .attn {
  position: absolute;
  top: -8px;
  top: -0.5rem;
  right: 8px;
  right: 0.5rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background-color: #fc985b;
  display: block;
  min-width: 18px;
  min-width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  line-height: 1;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}

.loggedout-width {
  max-width: 1280px;
  max-width: 80rem;
}

.logged-out-nav-wrapper {
  margin: 40px 0;
  margin: 2.5rem 0;
  padding: 6px 0 9px;
  padding: 0.375rem 0 0.5625rem;
  overflow: hidden;
}

.logged-out-nav-bg .logged-out-nav-wrapper {
  margin: 40px 0 0;
  margin: 2.5rem 0 0;
}

@media only screen and (max-width: 47.937em) {
  .logged-out-nav-wrapper .loggedout_logo {
    display: table;
    margin: auto;
  }
}

.logged-out-nav {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.logged-out-nav a {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #35393c;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.logged-out-nav a:hover {
  color: #3f6183;
}

@media only screen and (max-width: 47.937em) {
  .logged-out-nav a {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 47.937em) {
  .logged-out-nav {
    display: table;
    margin: 1.375rem auto 0;
  }

  .logged-out-nav ul {
    display: table-row;
  }

  .logged-out-nav ul li {
    display: table-cell;
    margin: auto;
    padding: 0 0.5rem;
  }
}

.login-content {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.login-text {
  padding: 0 15px;
  padding: 0 0.9375rem;
  color: #f4f4f4;
}

@media only screen and (min-width: 64.063em) {
  .login-text {
    padding: 0 0 0 2.5rem;
  }
}

.login-text h1,
.login-text h2,
.login-text h3,
.login-text h4,
.login-text h5,
.login-text h6 {
  color: #f4f4f4;
}

.login-text .main-headline {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.login-text ul.inline-list {
  margin: 17px 0 28px -13px;
  margin: 1.0625rem 0 1.75rem -0.8125rem;
}

.login-text ul.inline-list li {
  margin-left: 13px;
  margin-left: 0.8125rem;
}

.login-text ul.inline-list li .button {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 18px 10px;
  padding: 0.5rem 1.125rem 0.625rem;
}

.login-text .paragraph-title {
  font-weight: bold;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.login-text a:not(.button) {
  color: #fc985b;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.login-text a:not(.button):hover {
  color: #fb8339;
}

.logged-out-nav-bg {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e8ddd6;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.loggedout-content.content {
  padding: 0 0 210px 0;
  padding: 0 0 13.125rem 0;
}

.switch-container {
  display: table;
  margin: 0 auto 36px;
  margin: 0 auto 2.25rem;
}

.switch-container {
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.switch-button-label:nth-of-type(2):after {
  position: absolute;
  padding-left: 0.5em;
}

.compare-plans {
  max-width: 1140px;
  max-width: 71.25rem;
}

.compare-headline {
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 16px auto 24px;
  margin: 1rem auto 1.5rem;
  max-width: 730px;
  max-width: 45.625rem;
}

.pricing-table .button.extra-large {
  padding: 16px 18px;
  padding: 1rem 1.125rem;
  font-size: 22px;
  font-size: 1.375rem;
}

.full-account-features {
  display: none;
}

.hero .account-compare {
  max-width: 1140px;
  max-width: 71.25rem;
  margin: 0 auto !important;
}

.hero .account-compare .column,
.hero .account-compare .columns {
  padding-left: 3px;
  padding-left: 0.1875rem;
  padding-right: 3px;
  padding-right: 0.1875rem;
}

.hero .account-compare .pricing-table {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #e8ddd6;
  background-color: #fff;
}

.hero .account-compare [name="expand-features"] {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 12px;
  padding: 0.75rem;
}

.switch-button-label {
  float: left;
  font-size: 10pt;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.hero .switch-button-label {
  color: #fff;
  font-weight: 300;
}

.switch-button-background {
  float: left;
  position: relative;
  background: #fff;
  border: 1px solid #e8ddd6;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);
  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.25);
  margin: 1px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  padding: 2px !important;
  padding: 0.125rem !important;
  height: 25px !important;
  width: 60px !important;
}

.switch-button-button {
  position: absolute;
  left: 3px;
  top: 3px;
  border: 1px solid #a59c97;
  background-image: #c1b9b4;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxYjliNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FlYTQ5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWI5YjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(left, #c1b9b4 0%, #aea49e 50%, #c1b9b4 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #c1b9b4), color-stop(50%, #aea49e), color-stop(100%, #c1b9b4));
  background-image: -webkit-linear-gradient(left, #c1b9b4 0%, #aea49e 50%, #c1b9b4 100%);
  background-image: -o-linear-gradient(left, #c1b9b4 0%, #aea49e 50%, #c1b9b4 100%);
  background-image: -ms-linear-gradient(left, #c1b9b4 0%, #aea49e 50%, #c1b9b4 100%);
  background-image: linear-gradient(to right, #c1b9b4 0%,#aea49e 50%,#c1b9b4 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 17px !important;
}

.js-v-emp {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  top: 7px;
  top: 0.4375rem;
}

.js-v-emp:hover {
  color: #f4f4f4;
}

@media only screen and (max-width: 47.937em) {
  .js-v-emp {
    margin: 2rem auto;
    text-align: center;
  }
}

@media only screen and (min-width: 48em) {
  .js-v-emp {
    position: absolute;
    right: 0.9375rem;
  }
}

.content {
  background-color: #fff;
  padding: 35px 0 270px;
  padding: 2.1875rem 0 16.875rem;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #35393c;
}

.content h1.subheader,
.content h2.subheader,
.content h3.subheader,
.content h4.subheader,
.content h5.subheader,
.content h6.subheader {
  text-transform: uppercase;
  color: #3f6183;
}

.content h1.subheader.has-links,
.content h2.subheader.has-links,
.content h3.subheader.has-links,
.content h4.subheader.has-links,
.content h5.subheader.has-links,
.content h6.subheader.has-links {
  color: #35393c;
}

.content h1+h1.subheader {
  margin-top: -10px;
  margin-top: -0.625rem;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  padding-top: 0;
}

.content h1 {
  font-size: 31px;
  font-size: 1.9375rem;
  text-transform: capitalize;
}

.content h2 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.content h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

.content h4,
.content h5,
.content h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

.content .left-side-nav {
  background-color: #f4f4f4;
  border: 1px solid #e8ddd6;
}

.content .left-side-nav .nav-title {
  padding: 19px 14px;
  padding: 1.1875rem 0.875rem;
}

.content .left-side-nav .nav-title h3 {
  margin: 0;
  padding: 0;
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1;
}

.content .left-side-nav .nav-title .button {
  margin-bottom: 0;
}

.content .left-side-nav ul {
  margin-bottom: 0;
}

.content .left-side-nav ul li {
  border-bottom: 1px solid #e8ddd6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.content .left-side-nav ul li:first-child {
  border-top: 1px solid #e8ddd6;
}

.content .left-side-nav ul li:last-child {
  border-bottom: 0;
}

.content .left-side-nav ul li.active {
  background-color: #fff;
}

.content .left-side-nav ul li.active a {
  color: #fc985b;
}

.content .left-side-nav ul li.divider {
  background-color: #e8ddd6;
  padding: 1.5px;
  padding: 0.09375rem;
}

.content .left-side-nav ul li:not(.active):hover,
.content .left-side-nav ul li:not(.sublist-head):hover {
  background-color: #dcdcdc;
}

.content .left-side-nav ul li:not(.active):hover a,
.content .left-side-nav ul li:not(.sublist-head):hover a {
  color: #3f6183;
}

.content .left-side-nav ul li.sublist-head {
  font-family: 'Oswald', sans-serif;
  padding: 14px 12px 8px;
  padding: 0.875rem 0.75rem 0.5rem;
}

.content .left-side-nav ul li.sublist-head:hover {
  background-color: #f4f4f4;
}

.content .left-side-nav ul li a {
  color: #35393c;
  display: block;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.content .left-side-nav ul li .nav_count_bubble {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background-color: #fc985b;
  display: block;
  min-width: 18px;
  min-width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  line-height: 1;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  position: relative;
  top: 3px;
  top: 0.1875rem;
}

.content .left-side-nav .profile-steps {
  border-top: 1px solid #e8ddd6;
}

.content .left-side-nav .profile-steps h6 {
  padding: 0;
}

.content .table-cell-left {
  padding-right: 8px;
  padding-right: 0.5rem;
}

.content button,
.content .button {
  padding: 5px 14px 7px;
  padding: 0.3125rem 0.875rem 0.4375rem;
}

.content button.large,
.content .button.large {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 11px 20px 12px;
  padding: 0.6875rem 1.25rem 0.75rem;
}

.content button.xtra-large,
.content .button.xtra-large {
  font-size: 21px;
  font-size: 1.3125rem;
  padding: 14px 34px;
  padding: 0.875rem 2.125rem;
}

.content button.tiny,
.content .button.tiny {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 6px 10px 7px;
  padding: 0.375rem 0.625rem 0.4375rem;
}

.content button.mini,
.content .button.mini {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 3px 5.5px 3px;
  padding: 0.1875rem 0.34375rem 0.1875rem;
}

.content button.icon-button,
.content .button.icon-button {
  font-family: 'Engine' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content button.icon-button.icon-rotate-90,
.content .button.icon-button.icon-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content button.icon-button.icon-rotate-180,
.content .button.icon-button.icon-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content button.icon-button.icon-rotate-270,
.content .button.icon-button.icon-rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.content .form-section-heading h1,
.content .form-section-heading h2,
.content .form-section-heading h3,
.content .form-section-heading h4,
.content .form-section-heading h5,
.content .form-section-heading h6 {
  padding: 0;
}

.cert-list .cert-list-item,
.aircraft-experience,
.messages .message,
.message-chain .message,
.jobs-list .job,
.dashboard-recent-search-container .recent-search,
.search-results-container .search-result,
.applications .application,
.list-container .list-item,
.billing-line {
  border: 1px solid #e8ddd6;
  border-bottom: 0;
}

.cert-list .cert-list-item:nth-of-type(even),
.aircraft-experience:nth-of-type(even),
.messages .message:nth-of-type(even),
.message-chain .message:nth-of-type(even),
.jobs-list .job:nth-of-type(even),
.dashboard-recent-search-container .recent-search:nth-of-type(even),
.search-results-container .search-result:nth-of-type(even),
.applications .application:nth-of-type(even),
.list-container .list-item:nth-of-type(even),
.billing-line:nth-of-type(even) {
  background-color: #fcfcfc;
}

.cert-list .cert-list-item:last-of-type,
.aircraft-experience:last-of-type,
.messages .message:last-of-type,
.message-chain .message:last-of-type,
.jobs-list .job:last-of-type,
.dashboard-recent-search-container .recent-search:last-of-type,
.search-results-container .search-result:last-of-type,
.applications .application:last-of-type,
.list-container .list-item:last-of-type,
.billing-line:last-of-type {
  border-bottom: 1px solid #e8ddd6;
}

.cert-list .heading.cert-list-item,
.heading.aircraft-experience,
.messages .heading.message,
.message-chain .heading.message,
.jobs-list .heading.job,
.dashboard-recent-search-container .heading.recent-search,
.search-results-container .heading.search-result,
.applications .heading.application,
.list-container .heading.list-item,
.heading.billing-line {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
  background-color: #e8ddd6;
}

.hero {
  overflow: hidden;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media only screen and (min-width: 64.063em) {
  .hero {
    padding-bottom: 5.625rem;
  }
}

.hero .row.account-select {
  max-width: 1154px;
  max-width: 72.125rem;
}

@media only screen and (min-width: 64.063em) {
  .hero .columns {
    padding-left: 2.0625rem;
    padding-right: 2.0625rem;
  }
}

.hero .logo {
  margin: 0 auto;
  padding: 0;
}

@media only screen and (min-width: 64.063em) {
  .hero .logo:after {
    content: '';
    width: 16rem;
    height: 0.0625rem;
    display: block;
    margin: 1.6875rem auto 0;
    background-color: rgba(255,255,255,0.125);
  }
}

.hero .logo a {
  display: block;
  margin: 0 auto;
  margin-top: 18px;
  margin-top: 1.125rem;
}

@media only screen and (min-width: 48em) {
  .hero .logo a {
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .hero .logo a {
    margin-top: 4.6875rem;
  }
}

.hero .tagline {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 16px auto;
  margin: 1rem auto;
  color: #f4f4f4;
}

@media only screen and (min-width: 48em) {
  .hero .tagline {
    margin-bottom: 1.6875rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .hero .tagline {
    margin-bottom: 5.9375rem;
  }
}

.hero .home-hero-box {
  background: #fff;
  border: 2px solid #e8ddd6;
  padding: 22px;
  padding: 1.375rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

@media only screen and (min-width: 48em) {
  .hero .home-hero-box {
    padding: 0.75rem 1.25rem 0;
  }
}

@media only screen and (min-width: 64.063em) {
  .hero .home-hero-box {
    padding: 1.0625rem 1.8125rem 0.5rem;
  }
}

.hero .home-hero-box h1,
.hero .home-hero-box h2,
.hero .home-hero-box h3,
.hero .home-hero-box h4,
.hero .home-hero-box h5,
.hero .home-hero-box h6 {
  color: #3f6183;
}

@media only screen and (min-width: 48em) {
  .hero .home-hero-box h3 {
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .hero .home-hero-box h3 {
    font-size: 2.1875rem;
  }
}

.hero .home-hero-box .button-group2 li {
  padding-right: 5px;
  padding-right: 0.3125rem;
}

.hero .home-hero-box .button-group2 li:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 64.063em) {
  .hero .subscribe-form .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.home-content {
  background-color: #f4f4f4;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}

@media only screen and (min-width: 48em) {
  .home-content {
    padding-bottom: 2.875rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .home-content {
    padding-bottom: 4.75rem;
  }
}

.home-content .home-hero-box {
  padding: 22px 16px 0;
  padding: 1.375rem 1rem 0;
  border-bottom: 1px solid #e8ddd6;
}

.home-content .home-recent-items {
  max-width: 970px;
  max-width: 60.625rem;
}

.home-content .home-recent-items [class*="block-grid-"] {
  border-top: 1px solid #e8ddd6;
  padding: 32px 0 0;
  padding: 2rem 0 0;
  margin: 0 0 0 -2px;
  margin: 0 0 0 -0.125rem;
}

@media only screen and (min-width: 48em) {
  .home-content .home-recent-items .medium-block-grid-3>li {
    width: 33.33333%;
    padding: 0 0.25rem 0.375rem;
    list-style: none;
  }
}

@media only screen and (max-width: 47.937em) {
  .home-content .home-recent-items .small-block-grid-1>li {
    padding: 0 0 0.375rem;
  }
}

.home-content .home-recent-items .recent-header {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  padding: 7px 15px;
  padding: 0.4375rem 0.9375rem;
  text-transform: uppercase;
  color: #f4f4f4;
  background-color: #3f6183;
}

.home-content .home-recent-items .recent-item {
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-left: 1px solid #3f6183;
  border-right: 1px solid #3f6183;
  overflow: hidden;
  min-height: 50px;
  min-height: 3.125rem;
}

.home-content .home-recent-items .recent-item:nth-child(even) {
  background-color: #f9f9f9;
}

.home-content .home-recent-items .recent-item:first-of-type {
  border-top: 1px solid #3f6183;
}

.home-content .home-recent-items .recent-item:last-of-type {
  border-bottom: 1px solid #3f6183;
}

.home-content .home-recent-items .recent-item .recent-item-image {
  margin-right: 4px;
  margin-right: 0.25rem;
  float: left;
}

.home-content .home-recent-items .recent-item .recent-item-text {
  display: inline-block;
  padding: 5px 8px;
  padding: 0.3125rem 0.5rem;
  line-height: 1.4;
  font-weight: 600;
}

.home-content .home-recent-items .recent-item .recent-item-text .recent-highlight {
  text-transform: uppercase;
  color: #3f6183;
  font-size: 11px;
  font-size: 0.6875rem;
}

.home-content .home-recent-items .view-all {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  .home-content .home-recent-items .view-all {
    margin-top: 0.4375rem;
  }
}

.testimonials-wrapper {
  max-width: 970px;
  max-width: 60.625rem;
  margin: 0 auto;
  padding: 15px 15px 0;
  padding: 0.9375rem 0.9375rem 0;
}

@media only screen and (min-width: 48em) {
  .testimonials-wrapper {
    padding-top: 2.375rem;
    padding-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .testimonials-wrapper {
    padding-top: 3.5625rem;
    padding-bottom: 1.375rem;
  }
}

.testimonials-wrapper .heading {
  position: relative;
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
  z-index: 0;
}

@media only screen and (max-width: 47.937em) {
  .testimonials-wrapper .heading {
    position: absolute;
  }
}

.testimonials-wrapper .heading h3 {
  position: absolute;
  white-space: nowrap;
}

.testimonials-wrapper .heading h3:before {
  content: '\201C';
  position: absolute;
  font-family: 'Oswald', sans-serif;
  color: rgba(232,221,214,0.7);
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 309.8px;
  font-size: 19.35938rem;
  display: block;
  width: 100px;
  width: 6.25rem;
  height: 80px;
  height: 5rem;
  left: -48px;
  left: -3rem;
  top: 97px;
  top: 6.0625rem;
  z-index: -1;
}

@media only screen and (max-width: 47.937em) {
  .testimonials-wrapper .heading h3:before {
    top: 7.5rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .testimonials-wrapper .testimonial {
    padding: 0 1.09375rem;
  }
}

.testimonials-wrapper .testimonial img {
  width: 105px;
  width: 6.5625rem;
  float: right;
}

@media only screen and (max-width: 47.937em) {
  .testimonials-wrapper .testimonial img {
    margin: 0 0 0.625rem 1.25rem;
  }
}

@media only screen and (min-width: 48em) {
  .testimonials-wrapper .testimonial img {
    float: left;
    margin-right: 0.9375rem;
  }
}

.testimonials-wrapper .testimonial .test-text {
  padding-top: 4px;
  padding-top: 0.25rem;
}

@media only screen and (max-width: 47.937em) {
  .testimonials-wrapper .testimonial .test-text {
    padding-top: 2.9375rem;
  }
}

@media only screen and (min-width: 48em) {
  .testimonials-wrapper .testimonial .test-text {
    display: table-cell;
    width: 99999px;
  }
}

.testimonials-wrapper .testimonial .test-text p {
  line-height: 1.375;
}

.testimonials-wrapper .testimonial .test-text .test-name {
  font-sie: 14px;
  font-sie: 0.875rem;
  line-height: 1.4;
}

.testimonials-wrapper .testimonial .test-text .test-legacy {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
}

.lt-ie9 .testimonials-wrapper .heading h3:before {
  content: '';
}

@media only screen and (max-width: 47.937em) {
  .owl-theme .owl-controls .owl-buttons {
    display: none;
  }
}

.owl-theme .owl-controls .owl-buttons div {
  color: #f4f4f4;
  display: inline-block;
  zoom: 1;
  margin: 4px;
  margin: 0.25rem;
  padding: 7px 4px;
  padding: 0.4375rem 0.25rem;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #e8ddd6;
  filter: none;
  opacity: 1;
  font-family: 'Engine' !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;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  background: #d8c5b9;
}

.owl-theme .owl-controls .owl-buttons div:before {
  content: '\e70a';
  display: inline-block;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  content: '\e70a';
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (min-width: 48em) {
  .owl-theme .owl-controls .owl-page {
    display: none;
  }
}

.owl-theme .owl-controls .owl-page.active span {
  background: #fc985b;
}

.owl-theme .owl-controls .owl-page span {
  background: #e8ddd6;
  filter: none;
  opacity: 1;
  width: 6px;
  height: 6px;
  margin: 5px 1px;
}

.same-page-edit input[type="file"] {
  display: none;
}

.same-page-edit .show-for-edit {
  display: none;
}

.same-page-edit .button.edit {
  opacity: .2;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.same-page-edit .button.edit:hover {
  opacity: 1;
}

.same-page-edit .form-section {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.same-page-edit .save-cancel-block-container {
  position: fixed;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, #fff), color-stop(100%, #fff));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#ffffff 25%,#ffffff 100%);
}

.same-page-edit .save-cancel-block-container .save-cancel-block {
  position: static;
}

.same-page-edit .save-cancel-block-container .save-cancel-block .button {
  margin-bottom: 0;
}

.same-page-edit .save-cancel-block-container ul {
  display: table;
  margin: 32px auto 8px;
  margin: 2rem auto 0.5rem;
}

.more-link {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #3f6183;
  display: inline-block;
  padding: 8px;
  padding: 0.5rem;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.more-link:hover {
  color: #fff;
  background-color: #36526f;
}

.save-cancel-block ul {
  margin: 16px auto;
  margin: 1rem auto;
  display: table;
}

.save-cancel-block ul li {
  margin-left: 0;
  margin: 0 10px;
  margin: 0 0.625rem;
}

.save-cancel-block ul li .button {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 11px 18px;
  padding: 0.6875rem 1.125rem;
}

.save-cancel-block ul li .button.cancel {
  background-color: #ccc;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.save-cancel-block ul li .button.cancel:hover {
  background-color: #b8b8b8;
}

.profile-steps {
  padding: 24px 12px;
  padding: 1.5rem 0.75rem;
}

.profile-steps .status-bar {
  height: 10px;
  height: 0.625rem;
  padding: 0 1px;
  padding: 0 0.0625rem;
  border: 1px solid #e8ddd6;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.profile-steps .status-bar span {
  position: absolute;
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  top: 1px;
  top: 0.0625rem;
  background-color: #fc985b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.profile-steps h6 {
  color: #35393c;
}

.profile-steps .percent-complete {
  color: #3f6183;
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: 'Oswald', sans-serif;
  position: relative;
  top: -2px;
  top: -0.125rem;
}

.degree-program-fields {
  display: none;
}

.messages {
  font-size: 14px;
  font-size: 0.875rem;
}

.messages a.message {
  display: block;
  color: #35393c;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.messages a.message:hover {
  background-color: #f6f6f6;
}

.messages .message {
  overflow: hidden;
}

.messages .message .line {
  width: 90%;
  width: calc(100% - 35px);
  float: right;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.messages .message .status {
  width: 35px;
  float: left;
  text-align: center;
}

.messages .message .status:before {
  content: '\2022';
  font-size: 26px;
  font-size: 1.625rem;
  display: block;
  color: transparent;
  text-align: center;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

@media only screen and (min-width: 64.063em) {
  .messages .message .status:before {
    padding: 0.5625rem 0;
  }
}

.messages .message.new {
  font-weight: 600;
}

.messages .message.new .status:before {
  color: #3f6183;
  font-weight: 400;
}

.messages .message.system .status:before {
  color: #fc985b;
}

.messages .message.heading .status:before {
  color: #35393c;
  font-weight: 400;
  padding: 12px 0 5px;
  padding: 0.75rem 0 0.3125rem;
}

@media only screen and (min-width: 64.063em) {
  .messages .message.heading .status:before {
    padding: 0.5rem 0 0.3125rem;
  }
}

.messages .message.heading .from,
.messages .message.heading .received,
.messages .message.heading .subject {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  padding: 6px 0;
  padding: 0.375rem 0;
}

@media only screen and (min-width: 64.063em) {
  .messages .message.heading .from,
  .messages .message.heading .received,
  .messages .message.heading .subject {
    padding: 0.875rem 0;
  }
}

.messages .message .from,
.messages .message .received,
.messages .message .subject {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  padding: 8px 0;
  padding: 0.5rem 0;
}

@media only screen and (min-width: 64.063em) {
  .messages .message .from,
  .messages .message .received,
  .messages .message .subject {
    padding: 1rem 0;
  }
}

.message-chain {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.message-chain .message {
  overflow: hidden;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}

.message-chain .message .from,
.message-chain .message .to {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.message-chain .message .date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.message-chain .message .subject {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e8ddd6;
}

.message-chain .message .message-body {
  margin: 16px auto;
  margin: 1rem auto;
  line-height: 1.6;
}

.reply-message {
  display: none;
  overflow: hidden;
}

.jobs-list .job {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
}

.jobs-list .job .job-title {
  font-weight: 600;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}

.jobs-list .job .expand-button {
  margin-left: 12px;
  margin-left: 0.75rem;
}

.jobs-list .job.heading {
  padding: 15px 15px 13px;
  padding: 0.9375rem 0.9375rem 0.8125rem;
}

.jobs-list .job .button.info {
  min-width: 35px;
  min-width: 2.1875rem;
}

.jobs-list .job .button.info.attn {
  animation: buttonPulse 2s infinite;
  -moz-animation: buttonPulse 2s infinite;
  -webkit-animation: buttonPulse 2s infinite;
}

@media only screen and (max-width: 47.937em) {
  .jobs-list .job .job-title-col {
    padding-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 47.937em) {
  .jobs-list .job .job-type-col {
    padding-bottom: 0.9375rem;
  }
}

.jobs-list .job .expandable {
  display: none;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.jobs-list .job .myjobs-list-val {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.purchase-option {
  padding: 8px 0;
  padding: 0.5rem 0;
  background-color: #fcfbfa;
  border: 1px solid #e8ddd6;
  overflow: hidden;
}

.purchase-option input[type="checkbox"] {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.purchase-option+.purchase-option {
  border-top: 0;
}

.myjobs-shortened-detail .myjobs-full-detail {
  display: none;
}

.toggle-detail {
  position: relative;
  text-align: center;
}

.toggle-detail:before {
  content: '';
  background-color: #35393c;
  display: block;
  width: 100%;
  height: 1px;
  z-index: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -8px;
  margin-top: -0.5rem;
}

.toggle-detail a[data-action="toggle-detail"] {
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.saved-search,
.match-preference {
  padding: 15px;
  padding: 0.9375rem;
  overflow: hidden;
}

.recent-search {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
}

.recent-search.saved a.recent-search-link {
  animation: searchAdded 0.5s 1;
  -moz-animation: searchAdded 0.5s 1;
  -webkit-animation: searchAdded 0.5s 1;
}

.recent-search a.recent-search-link {
  display: block;
  padding: 15px 32px 15px 15px;
  padding: 0.9375rem 2rem 0.9375rem 0.9375rem;
  min-height: 60px;
  min-height: 3.75rem;
  color: #35393c;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.recent-search a.recent-search-link:hover {
  background-color: #fafafa;
}

.recent-search .recent-search-action {
  position: absolute;
  right: 5px;
  right: 0.3125rem;
  top: 5px;
  top: 0.3125rem;
  z-index: 0;
}

.recent-search .recent-search-action button,
.recent-search .recent-search-action .button {
  display: block;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  z-index: 1;
}

.dashboard-recent-search-container .recent-search {
  padding: 0 !important;
}

.recent-search-container {
  padding-top: 40px;
  padding-top: 2.5rem;
  text-align: center;
}

.recent-search-container>.button {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.recent-search-container .recent-search {
  margin: 4px 0;
  margin: 0.25rem 0;
  border: 1px solid #e8ddd6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.param {
  line-height: 1;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.param:last-of-type {
  margin-bottom: 0;
}

.param .key {
  font-weight: 600;
}

.search-options {
  padding: 7px;
  padding: 0.4375rem;
  background-color: #f4f4f4;
  border: 1px solid #e8ddd6;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

.search-options .more-options {
  display: none;
}

@media only screen and (min-width: 48em) {
  .search-options .row.input-group {
    margin: 0 -1rem;
  }

  .search-options .row.input-group .columns {
    padding: 0 0.1875rem;
  }
}

.search-options .search-buttons .button {
  margin: 4px auto;
  margin: 0.25rem auto;
}

@media only screen and (min-width: 48em) {
  .search-options .search-buttons .button {
    margin-top: 0;
  }
}

.search-results-container {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.search-results-container .search-result {
  overflow: hidden;
  padding: 8px 0;
  padding: 0.5rem 0;
}

@media only screen and (max-width: 47.937em) {
  .search-results-container .search-result.job-search-result h2 {
    font-size: 1.125rem;
  }
}

.search-results-container .search-result.highlighted,
.search-results-container .search-result.promoted {
  background-color: #fff7d9;
  border: 5px solid #fbefc4;
}

.search-results-container .search-result h2 {
  margin: 0;
}

.search-results-container .search-result p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.search-results-container .search-result .posted {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #9b9b9b;
}

.search-results-container .search-result .logo-container {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media only screen and (min-width: 64.063em) {
  .search-results-container .search-result .logo-container {
    margin-bottom: 0;
  }
}

.search-results-container .search-result .ad {
  overflow: hidden;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.4;
  color: #9b9b9b;
  max-width: 728px;
  max-width: 45.5rem;
  margin: 0 auto 11px;
  margin: 0 auto 0.6875rem;
}

.search-results-container .search-result .certificate {
  line-height: 1.6;
}

.search-results-container .search-result .user-img {
  margin-bottom: 0;
}

.job-detail hr {
  margin: 30px 0 25px;
  margin: 1.875rem 0 1.5625rem;
}

.detail-actions {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.requirements {
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 6px;
  padding-top: 0.375rem;
}

.requirements .req {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.requirements .req .key {
  font-weight: bold;
}

.requirements .req .label {
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
  background-color: #c0d5ea;
  color: #3f6183;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.favorite-item {
  padding: 15px;
  padding: 0.9375rem;
  overflow: hidden;
}

.favorite-item input[type="submit"].button {
  margin-bottom: 0;
}

.jobseeker-header {
  margin-bottom: 42px !important;
  margin-bottom: 2.625rem !important;
  font-size: 13px;
  font-size: 0.8125rem;
}

.jobseeker-header .action-buttons .button {
  margin-bottom: 0;
}

.jobseeker-header .pertinent-details {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.jobseeker-header .pertinent-details .item {
  margin: 16px 0;
  margin: 1rem 0;
}

.jobseeker-header .pertinent-details hr {
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
}

.jobseeker-header .pertinent-details hr:first-child {
  margin: 8px 0;
  margin: 0.5rem 0;
}

.jobseeker-header .contact-info {
  margin-left: -8px;
  margin-left: -0.5rem;
}

.jobseeker-header .contact-info li {
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.jobseeker-header .contact-info .social {
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;
}

.jobseeker-header .contact-info .social a {
  display: inline-block;
  padding: 0 5px;
  padding: 0 0.3125rem;
}

.jobseeker-header .header-sub {
  display: inline-block;
  margin-top: -5px;
  margin-top: -0.3125rem;
}

.jobseeker-header .header-sub .location {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  color: #3f6183;
  text-transform: uppercase;
}

.jobseeker-header .header-sub .label {
  top: -6px;
  top: -0.375rem;
  padding: 8px;
  padding: 0.5rem;
  margin-bottom: 0;
}

.jobseeker-header .view-count {
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-weight: bold;
}

.history-item {
  overflow: hidden;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.history-item .name {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.history-item .title {
  font-size: 17px;
  font-size: 1.0625rem;
}

.history-item .dates {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.history-item .description {
  margin-top: 16px;
  margin-top: 1rem;
}

.applications {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.applications .application {
  overflow: hidden;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.applications .application h2 {
  margin-bottom: 0;
}

@media only screen and (max-width: 47.937em) {
  .applications .application img {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 47.937em) {
  .applications .application .button-group {
    margin-top: 0.3125rem;
  }
}

.applications .application .button-group .button {
  margin-bottom: 0;
}

.applications .application .status h5 {
  display: inline-block;
  margin: 0;
}

.applications .application .status .status.Accepted {
  color: #29b36a;
}

.applications .application .status .status.Declined {
  color: #dc4d4d;
}

.applications .application .status .status.Unsent {
  color: #35393c;
}

.applications .application .status .status.Submitted {
  color: #3f6183;
}

.applications .application .status .status.Withdrawn {
  color: #ccc;
}

.applications .application .compensation {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.applications .application .compensation h5 {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

.notes-accordion {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  border: 1px solid #e8ddd6;
}

.notes-accordion dd {
  border-bottom: 1px solid #e8ddd6;
}

.notes-accordion dd:last-child {
  border-bottom: 0;
}

.addnote {
  display: none;
}

#external-app {
  display: none;
}

.list-container {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.list-container .list-item {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 16px 12px;
  padding: 1rem 0.75rem;
}

.list-container .list-item.searches {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.list-container .list-item.searches .button {
  top: 4px;
  top: 0.25rem;
}

.list-container .list-item.heading {
  padding: 12px;
  padding: 0.75rem;
}

.list-container .list-item.view-all {
  background-color: #f4f4f4;
  padding: 10px 12px 7px;
  padding: 0.625rem 0.75rem 0.4375rem;
  text-align: right;
}

.list-container .list-item.view-all a {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #35393c;
}

@media only screen and (max-width: 47.937em) {
  .list-container .list-item.job,
  .list-container .list-item.app {
    line-height: 1.6;
  }
}

.list-container .list-item:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.list-container .list-item .upgrade-link {
  color: #fc985b !important;
  vertical-align: baseline;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
}

.list-container .list-item .search-options {
  padding: 0;
  background-color: inherit !important;
  border: 0;
  margin-bottom: 0;
}

.list-container .list-item .recent-search {
  font-size: 12px;
  font-size: 0.75rem;
}

.list-container .list-item .recent-search .param:last-of-type {
  margin-bottom: 0;
}

.list-container .list-item.completion-container a {
  color: #3f6183 !important;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.list-container .list-item.completion-container a:hover {
  color: #395776 !important;
}

.list-container .list-item a:not(.button) {
  color: #35393c;
}

.top-features {
  margin-bottom: 0;
}

.plan-feature-list {
  display: none;
  margin-bottom: 0;
}

.plan-toggle-button-wrapper {
  position: relative;
  text-align: center;
  margin: 16px auto;
  margin: 1rem auto;
}

.plan-toggle-button-wrapper:before {
  content: '';
  background-color: rgba(150,157,162,0.25);
  display: block;
  width: 100%;
  height: 1px;
  z-index: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -8px;
  margin-top: -0.5rem;
}

.plan-toggle-button-wrapper>a {
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.subscribe-description {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.billing-line {
  padding: 10px 0;
  padding: 0.625rem 0;
  overflow: hidden;
}

.billing-line div {
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

@media only screen and (min-width: 48em) {
  .billing-line div {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.report-content hr {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.report-content label {
  display: none;
}

.report-content textarea[rows] {
  height: 0;
  min-height: 100px;
}

.report-content h5 {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}

.report-content a:not(button) {
  font-size: 13px;
  font-size: 0.8125rem;
}

.report-content .report_content_form {
  display: none;
}

.table-of-contents li {
  line-height: 1.2;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.faq {
  overflow: hidden;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  border-bottom: 1px solid #e8ddd6;
}

.blog-posts .post {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e8ddd6;
  line-height: 1.6;
}

.blog-posts .post:last-child {
  border-bottom: 0;
}

.blog-sidebar li,
.blog-post-sidebar li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

#squatchModal {
  display: block !important;
}

.strength-indicator {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5),-1px -1px 1px rgba(0,0,0,0.125);
  line-height: 1.6;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #dcdcdc;
  height: 5px;
  height: 0.3125rem;
}

.strength-indicator .meter {
  display: block;
  width: 100%;
  background: #f2f2f2;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  text-align: center;
}

.strength-indicator .meter.strong,
.strength-indicator .meter.medium,
.strength-indicator .meter.weak {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.25) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,0.25)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.25) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.25) 100%);
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.25) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.25) 100%);
  padding: 2px;
}

.strength-indicator .meter.strong {
  background-color: #29b36a;
  border: 1px solid #29b36a;
}

.strength-indicator .meter.medium {
  background-color: #fc985b;
  border: 1px solid #fc985b;
}

.strength-indicator .meter.weak {
  background-color: #dc4d4d;
  border: 1px solid #dc4d4d;
}

.no-match {
  color: #FF7B78 !important;
  border-color: #dc4d4d !important;
  -webkit-box-shadow: 0 0 3px rgba(220,77,77,0.5) !important;
  -moz-box-shadow: 0 0 3px rgba(220,77,77,0.5) !important;
  box-shadow: 0 0 3px rgba(220,77,77,0.5) !important;
}

.password-container {
  width: 600px;
  padding: 4px;
  position: relative;
}

.password-container .error {
  display: none;
}

.pw-error-wrapper {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.recurly {
  display: block;
  position: relative;
  width: 100%;
}

.recurly .cost,
.recurly .discount {
  font-size: 16px;
  text-align: right;
}

.recurly .subscription {
  padding-top: 20px;
  overflow: hidden;
}

.recurly .plan {
  color: #333;
  overflow: hidden;
  position: relative;
  zoom: 1;
}

.recurly .plan .name {
  float: left;
  font-family: 'Oswald', sans-serif;
  font-size: 31px;
  font-size: 1.9375rem;
}

.recurly .plan .quantity.field {
  clear: none;
  width: 60px;
  margin: 4px 0;
}

.recurly .plan .quantity.field:before {
  content: "\d7";
  height: 48px;
  line-height: 30px;
  position: absolute;
  right: 100%;
  width: 40px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  z-index: 1337;
  color: #666;
}

.recurly .plan .recurring_cost {
  float: right;
  text-align: right;
}

.recurly .plan .recurring_cost .cost {
  font-size: 32px;
}

.recurly .plan .recurring_cost .interval {
  font-size: 12px;
  padding-bottom: 20px;
}

.recurly .free_trial {
  clear: left;
  float: left;
  font-size: 13px;
  height: 22px;
  margin: 0;
  position: absolute;
  top: 35px;
  left: 20px;
  font-style: italic;
}

.recurly .setup_fee {
  clear: both;
  background: url('/images/../packages/knots/core/images/recurly/dash.png') repeat-x 1px top;
  overflow: hidden;
  padding-top: 20px;
}

.recurly .setup_fee .title {
  float: left;
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
}

.recurly .setup_fee .cost {
  float: right;
  padding-right: 20px;
}

.recurly .vat {
  height: 24px;
  padding: 20px 20px;
  display: none;
  background: url('/images/../packages/knots/core/images/recurly/dash.png') repeat-x 1px top;
}

.recurly .vat.applicable {
  display: block;
}

.recurly .vat .title {
  font-size: 16px;
  font-weight: normal;
  float: left;
}

.recurly .vat .cost {
  float: right;
  font-size: 18px;
}

.recurly .add_ons {
  clear: both;
}

.recurly .add_ons.any {
  margin: 20px 0;
}

.recurly .add_ons .add_on {
  background: #ecedee;
  background: -webkit-linear-gradient(top, #ecedee, #e5e6e7);
  background: -moz-linear-gradient(top, #ecedee, #e5e6e7);
  background: -o-linear-gradient(top, #ecedee, #e5e6e7);
  background: linear-gradient(top, #ecedee,#e5e6e7);
  margin: 0;
  height: 43px;
  line-height: 42px;
  vertical-align: middle;
  position: relative;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-shadow: 0 1px 0 #fff;
  color: #999;
  font-weight: 300;
  font-size: 16px;
  zoom: 1;
  cursor: default;
}

.recurly .add_ons .add_on.first {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.recurly .add_ons .add_on.last {
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.recurly .add_ons .add_on .name {
  font-size: inherit;
  font-weight: inherit;
  font-style: italic;
  color: inherit;
  width: 200px;
  margin-left: 9px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.recurly .add_ons .add_on .quantity.field {
  position: absolute;
  top: 4px;
  left: 249px;
  width: 60px;
  display: none;
}

.recurly .add_ons .add_on .quantity.field:before {
  content: "\d7";
  height: 48px;
  line-height: 30px;
  position: absolute;
  right: 100%;
  width: 40px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  z-index: 1337;
  color: #666;
}

.recurly .add_ons .add_on .cost {
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  position: absolute;
  right: 10px;
}

.recurly .add_ons .add_on:hover {
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #dfdfdf 50%, #d5d5d5 50%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, #f0f0f0 0%, #dfdfdf 50%, #d5d5d5 50%, #e0e0e0 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #dfdfdf 50%, #d5d5d5 50%, #e0e0e0 100%);
  background: linear-gradient(top, #f0f0f0 0%,#dfdfdf 50%,#d5d5d5 50%,#e0e0e0 100%);
  box-shadow: inset 0 1px 0 #fff;
  text-shadow: none;
  color: #111;
}

.recurly .add_ons .add_on:active,
.recurly .add_ons .add_on.selected {
  color: #111;
  background: -webkit-linear-gradient(top, #f0f0f0, #fff);
  background: -moz-linear-gradient(top, #f0f0f0, #fff);
  background: -o-linear-gradient(top, #f0f0f0, #fff);
  background: linear-gradient(top, #f0f0f0,#ffffff);
  width: auto;
  box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.07);
  text-shadow: none;
}

.recurly .add_ons .add_on.selected {
  background: #fff url('/images/../packages/knots/core/images/recurly/check.png') no-repeat 10px center;
}

.recurly .add_ons .add_on.selected .name {
  padding-left: 24px;
}

.recurly .add_ons .add_on.selected:hover {
  background: #fcf5f0 url('/images/../packages/knots/core/images/recurly/uncheck.png') no-repeat 10px center;
}

.recurly .add_ons .add_on.selected .quantity {
  display: block;
}

.recurly .coupon {
  clear: both;
  overflow: hidden;
  color: #333;
  padding: 20px 0;
  padding: 1.25rem 0;
  position: relative;
  border-top: 1px solid #dddddd;
  border-bottom: 3px double #dddddd;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.recurly .coupon .check {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  float: left;
  border-radius: 1000px;
  background: #fc985b;
  margin: 3px 0 1px 10px;
  background-color: #fc985b;
  background-image: url('/images/../packages/knots/core/images/recurly/coupon_check.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.recurly .coupon .check:hover {
  background-color: #fb8339;
}

.recurly .coupon.checking .check {
  background-image: url('/images/../packages/knots/core/images/recurly/coupon_checking.gif');
}

.recurly .coupon.invalid .coupon_code input[type="text"] {
  border-color: #dc4d4d;
}

.recurly .coupon .description {
  float: right;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  font-size: 14.4px;
}

.recurly .coupon .discount {
  float: right;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
}

.recurly .server_errors {
  opacity: 0;
}

.recurly .server_errors .error {
  color: #631414;
  padding: 12px;
  padding-left: 35px;
  background: #e16868 url('/images/../packages/knots/core/images/recurly/error.png') no-repeat 10px 10px;
  border: 1px solid #dc4d4d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  text-transform: uppercase;
}

.recurly .server_errors.any {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  margin: 20px 0;
  margin-bottom: 0;
}

.recurly .contact_info,
.recurly .billing_info,
.recurly .accept_tos {
  position: relative;
  padding: 20px 0;
  padding: 1.25rem 0;
  overflow: hidden;
  zoom: 1;
}

.recurly .title {
  font-size: 16px;
  height: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  color: #404041;
  text-shadow: 0 1px 0 #fff;
  float: left;
}

.recurly .credit_card,
.recurly .paypal {
  clear: both;
}

.recurly .payment_method .payment_option {
  float: right;
}

.recurly .payment_method .payment_option input[type=radio] {
  margin-right: 10px;
  display: none;
}

.recurly .payment_method.multiple {
  height: 34px;
  clear: both;
}

.recurly .payment_method.multiple input[type=radio] {
  display: block;
  float: left;
  height: 29px;
}

.recurly .payment_method.multiple .card_option {
  float: left;
}

.recurly .payment_method.multiple .paypal_option {
  float: right;
}

.recurly .payment_method.multiple .logo,
.recurly .payment_method.multiple .accepted_cards {
  opacity: 0.5;
}

.recurly .payment_method.multiple .payment_option:hover .logo,
.recurly .payment_method.multiple .payment_option.selected .logo,
.recurly .payment_method.multiple .payment_option:hover .accepted_cards,
.recurly .payment_method.multiple .payment_option.selected .accepted_cards {
  cursor: pointer;
  opacity: 1;
}

.recurly .payment_method .payment_option {
  display: block;
  margin-bottom: 10px;
}

.recurly .payment_method .payment_option .title {
  margin: 0;
  font-size: 12px;
}

.recurly .payment_method .payment_option .icon {
  float: left;
  width: 24px;
  height: 34px;
  margin: 0 5px;
}

.recurly .payment_method .payment_option.card_option {
  border-radius: 5px 0 0 5px;
  border-right: none;
}

.recurly .payment_method .payment_option.paypal_option {
  border-radius: 0 5px 5px 0;
  float: right;
}

.recurly .payment_method .payment_option.paypal_option .logo {
  height: 24px;
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  background: url('/images/../packages/knots/core/images/recurly/paypal_logo.png') no-repeat 0 center;
}

.recurly .paypal_message {
  width: 300px;
  font-style: italic;
  margin-bottom: 10px;
}

.recurly .contact_info {
  border-bottom: 1px solid #dddddd;
}

.recurly .accept_tos {
  background: url('/images/../packages/knots/core/images/recurly/dash.png') repeat-x 1px top;
  overflow: visible;
}

.recurly .accept_tos input[type=checkbox] {
  display: inline;
  line-height: 34px;
  vertical-align: middle;
}

.recurly .accept_tos label {
  margin: 0 0 0 5px;
  display: inline;
  line-height: 34px;
  vertical-align: middle;
}

.recurly .accept_tos .field .error {
  display: block;
  position: static;
}

.recurly .field {
  display: inline;
  float: left;
  clear: left;
  width: 100%;
  position: relative;
}

.recurly .field.company_name {
  margin-bottom: 0;
}

.recurly .field .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 9px;
  font-size: 16px;
  font-weight: normal;
  line-height: 37px;
  line-height: 2.3125rem;
  vertical-align: middle;
  color: #999;
  cursor: text;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: 300;
}

.recurly .field.coupon_code .placeholder {
  display: block !important;
}

.recurly .coupon.checking .field.coupon_code .placeholder,
.recurly .coupon.invalid .field.coupon_code .placeholder,
.recurly .coupon.valid .field.coupon_code .placeholder {
  display: none !important;
}

.recurly .coupon .field.coupon_code.focus .placeholder {
  display: none !important;
}

.recurly .field.focus .placeholder {
  color: #ccc;
}

.recurly .field.invalid .placeholder {
  color: #a77;
}

.recurly .field.coupon_code {
  width: 140px;
}

.recurly .field.first_name {
  clear: left;
  width: 50%;
  padding-right: 9px;
}

.recurly .field.last_name {
  width: 50%;
  padding-left: 9px;
  clear: none;
}

.recurly .field.last_name .placeholder {
  padding-left: 18px;
}

.recurly .field.card_number {
  width: 70%;
  padding-right: 9px;
}

.recurly .field.cvv {
  width: 30%;
  padding-left: 9px;
  clear: none;
}

.recurly .field.cvv .placeholder {
  padding-left: 18px;
}

.recurly .field.expires .title {
  float: left;
  font-size: 13px;
  line-height: 37px;
  line-height: 2.3125rem;
  vertical-align: middle;
  width: 25%;
  padding-right: 9px;
}

.recurly .field.expires .month {
  float: left;
  width: 50%;
  margin-left: 0;
}

.recurly .field.expires .year {
  float: left;
  padding-left: 1px;
  width: 25%;
}

.recurly .field.state {
  width: 65%;
  padding-right: 9px;
}

.recurly .field.zip {
  width: 35%;
  padding-left: 9px;
  clear: none;
}

.recurly .field.zip .placeholder {
  padding-left: 18px;
}

.recurly .field.vat_number {
  display: none;
}

.recurly .field.vat_number.applicable {
  display: block;
}

.recurly .only_zipstreet .zip.field,
.recurly .only_zip .zip.field {
  margin-left: 0;
  clear: left;
}

.recurly .accepted_cards {
  display: inline-block;
  height: 34px;
  overflow: hidden;
}

.recurly .card {
  background-position: right top;
  background-repeat: no-repeat;
  text-indent: -3000px;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.recurly .card.mastercard {
  background-image: url('/images/../packages/knots/core/images/recurly/credit_cards/mastercard.png');
}

.recurly .card.american_express {
  background-image: url('/images/../packages/knots/core/images/recurly/credit_cards/american_express.png');
}

.recurly .card.visa {
  background-image: url('/images/../packages/knots/core/images/recurly/credit_cards/visa.png');
}

.recurly .card.discover {
  background-image: url('/images/../packages/knots/core/images/recurly/credit_cards/discover.png');
}

.recurly .card.jcb {
  background-image: url('/images/../packages/knots/core/images/recurly/credit_cards/jcb.png');
}

.recurly .card.laser {
  background-image: url('/images/../packages/knots/core/images/recurly/credit_cards/laser.png');
}

.recurly .card.diners_club {
  background-image: url('/images/../packages/knots/core/images/recurly/credit_cards/diners_club.png');
}

.recurly .card.maestro {
  background-image: url('/images/../packages/knots/core/images/recurly/credit_cards/maestro.png');
}

.recurly .card.no_match {
  opacity: 0.5;
}

.recurly input[type=text],
.recurly select {
  vertical-align: middle;
  color: #000;
}

.recurly input[type=text].invalid,
.recurly select.invalid {
  border-color: #dc4d4d;
}

.recurly input[type=checkbox] {
  color: #f00;
}

.recurly select {
  color: inherit;
  font-family: inherit;
  width: 100%;
}

.recurly select>option {
  color: inherit;
}

.recurly .due_now {
  clear: both;
  position: relative;
  overflow: hidden;
}

.recurly .due_now .title {
  float: left;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 400;
  height: auto;
}

.recurly .due_now .cost {
  float: right;
  font-size: 32px;
  font-size: 2rem;
  position: relative;
}

.recurly .footer {
  border-radius: 0px 0px 9px 9px;
  margin: 0px;
  clear: both;
}

.recurly.submitting .footer {
  background: url('/images/../packages/knots/core/images/recurly/submitting.gif') no-repeat 180px 28px;
}

.recurly button.submit {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 11px 20px 12px;
  padding: 0.6875rem 1.25rem 0.75rem;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Oswald",sans-serif;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  background-color: #3f6183;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.recurly button.submit:hover {
  background-color: #395776;
}

.iefail {
  background: #666;
  padding: 10px;
  position: absolute;
  top: -1%;
  left: -1%;
  height: 102%;
  width: 102%;
  z-index: 9999;
}

.iefail .chromeframe {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}

.iefail .chromeframe p {
  text-align: center;
}

.iefail .chromeframe p.blast {
  font-size: 1.3em;
  font-weight: bold;
}

.iefail .chromeframe p a {
  color: #4183c4;
  text-transform: capitalize;
}

.recurly .error {
  margin-top: -17px;
  margin-top: -1.0625rem;
}