@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.2/";
}

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

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

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

body {
  background: #f6f6f6;
  color: #000000;
  cursor: auto;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
}

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
          transition: opacity 300ms ease-out;
  background-color: #308fcc;
  border-color: #297baf;
  color: #FFFFFF;
}

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

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

.alert-box.radius, .page-end-action a.alert-box, .alert-box {
  border-radius: 5px;
}

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

.alert-box.success, button.alert-box[type=submit] {
  background-color: #61a745;
  border-color: #53903b;
  color: #FFFFFF;
}

.alert-box.alert {
  background-color: #ad2828;
  border-color: #952222;
  color: #FFFFFF;
}

.alert-box.secondary {
  background-color: #f6f6f6;
  border-color: #d4d4d4;
  color: #545454;
}

.alert-box.warning {
  background-color: #f3d122;
  border-color: #e2bf0c;
  color: #FFFFFF;
}

.alert-box.info {
  background-color: #f6f6f6;
  border-color: #d4d4d4;
  color: #545454;
}

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

button, .button, .page-end-action a {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "soleil", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0rem 0rem 0rem 0rem;
  font-size: 1rem;
  background-color: #61a745;
  border-color: #57963e;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
          transition: background-color 300ms ease-out;
}

button:hover,
button:focus, .button:hover,
.page-end-action a:hover,
.button:focus, .page-end-action a:focus {
  background-color: #57963e;
}

button:hover,
button:focus, .button:hover,
.page-end-action a:hover,
.button:focus, .page-end-action a:focus {
  color: #FFFFFF;
}

button.secondary, .button.secondary, .page-end-action a.secondary {
  background-color: #f6f6f6;
  border-color: #dddddd;
  color: #333333;
}

button.secondary:hover,
button.secondary:focus, .button.secondary:hover,
.page-end-action a.secondary:hover,
.button.secondary:focus, .page-end-action a.secondary:focus {
  background-color: #dddddd;
}

button.secondary:hover,
button.secondary:focus, .button.secondary:hover,
.page-end-action a.secondary:hover,
.button.secondary:focus, .page-end-action a.secondary:focus {
  color: #333333;
}

button.success, button[type=submit], .button.success, button.button[type=submit], .page-end-action a.success {
  background-color: #61a745;
  border-color: #57963e;
  color: #FFFFFF;
}

button.success:hover, button[type=submit]:hover, button.success:focus, button[type=submit]:focus, .button.success:hover, button.button[type=submit]:hover, .page-end-action a.success:hover, .button.success:focus, button.button[type=submit]:focus, .page-end-action a.success:focus {
  background-color: #57963e;
}

button.success:hover, button[type=submit]:hover, button.success:focus, button[type=submit]:focus, .button.success:hover, button.button[type=submit]:hover, .page-end-action a.success:hover, .button.success:focus, button.button[type=submit]:focus, .page-end-action a.success:focus {
  color: #FFFFFF;
}

button.alert, .button.alert, .page-end-action a.alert {
  background-color: #ad2828;
  border-color: #9c2424;
  color: #FFFFFF;
}

button.alert:hover,
button.alert:focus, .button.alert:hover,
.page-end-action a.alert:hover,
.button.alert:focus, .page-end-action a.alert:focus {
  background-color: #9c2424;
}

button.alert:hover,
button.alert:focus, .button.alert:hover,
.page-end-action a.alert:hover,
.button.alert:focus, .page-end-action a.alert:focus {
  color: #FFFFFF;
}

button.warning, .button.warning, .page-end-action a.warning {
  background-color: #f3d122;
  border-color: #ecc80d;
  color: #FFFFFF;
}

button.warning:hover,
button.warning:focus, .button.warning:hover,
.page-end-action a.warning:hover,
.button.warning:focus, .page-end-action a.warning:focus {
  background-color: #ecc80d;
}

button.warning:hover,
button.warning:focus, .button.warning:hover,
.page-end-action a.warning:hover,
.button.warning:focus, .page-end-action a.warning:focus {
  color: #FFFFFF;
}

button.info, .button.info, .page-end-action a.info {
  background-color: #f6f6f6;
  border-color: #dddddd;
  color: #333333;
}

button.info:hover,
button.info:focus, .button.info:hover,
.page-end-action a.info:hover,
.button.info:focus, .page-end-action a.info:focus {
  background-color: #dddddd;
}

button.info:hover,
button.info:focus, .button.info:hover,
.page-end-action a.info:hover,
.button.info:focus, .page-end-action a.info:focus {
  color: #333333;
}

button.large, .button.large, .page-end-action a.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}

button.small, button[type=submit], .button.small, button.button[type=submit], .page-end-action a.small {
  padding: 10px 1.75rem 10px 1.75rem;
  font-size: 0.8125rem;
}

button.tiny, .button.tiny, .page-end-action a.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}

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

button.left-align, .button.left-align, .page-end-action a.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, .button.right-align, .page-end-action a.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, button,
button.button, button.alert-box, .button.radius, .button, .page-end-action a {
  border-radius: 5px;
}

button.round, .button.round, .page-end-action a.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .page-end-action a.disabled, .button[disabled], .page-end-action a[disabled] {
  background-color: #61a745;
  border-color: #57963e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled:hover,
button.disabled:focus, button[disabled]:hover,
button[disabled]:focus, .button.disabled:hover,
.page-end-action a.disabled:hover,
.button.disabled:focus, .page-end-action a.disabled:focus, .button[disabled]:hover,
.page-end-action a[disabled]:hover,
.button[disabled]:focus, .page-end-action a[disabled]:focus {
  background-color: #57963e;
}

button.disabled:hover,
button.disabled:focus, button[disabled]:hover,
button[disabled]:focus, .button.disabled:hover,
.page-end-action a.disabled:hover,
.button.disabled:focus, .page-end-action a.disabled:focus, .button[disabled]:hover,
.page-end-action a[disabled]:hover,
.button[disabled]:focus, .page-end-action a[disabled]:focus {
  color: #FFFFFF;
}

button.disabled:hover,
button.disabled:focus, button[disabled]:hover,
button[disabled]:focus, .button.disabled:hover,
.page-end-action a.disabled:hover,
.button.disabled:focus, .page-end-action a.disabled:focus, .button[disabled]:hover,
.page-end-action a[disabled]:hover,
.button[disabled]:focus, .page-end-action a[disabled]:focus {
  background-color: #61a745;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .page-end-action a.disabled.secondary, .button[disabled].secondary, .page-end-action a[disabled].secondary {
  background-color: #f6f6f6;
  border-color: #dddddd;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus, button[disabled].secondary:hover,
button[disabled].secondary:focus, .button.disabled.secondary:hover,
.page-end-action a.disabled.secondary:hover,
.button.disabled.secondary:focus, .page-end-action a.disabled.secondary:focus, .button[disabled].secondary:hover,
.page-end-action a[disabled].secondary:hover,
.button[disabled].secondary:focus, .page-end-action a[disabled].secondary:focus {
  background-color: #dddddd;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus, button[disabled].secondary:hover,
button[disabled].secondary:focus, .button.disabled.secondary:hover,
.page-end-action a.disabled.secondary:hover,
.button.disabled.secondary:focus, .page-end-action a.disabled.secondary:focus, .button[disabled].secondary:hover,
.page-end-action a[disabled].secondary:hover,
.button[disabled].secondary:focus, .page-end-action a[disabled].secondary:focus {
  color: #333333;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus, button[disabled].secondary:hover,
button[disabled].secondary:focus, .button.disabled.secondary:hover,
.page-end-action a.disabled.secondary:hover,
.button.disabled.secondary:focus, .page-end-action a.disabled.secondary:focus, .button[disabled].secondary:hover,
.page-end-action a[disabled].secondary:hover,
.button[disabled].secondary:focus, .page-end-action a[disabled].secondary:focus {
  background-color: #f6f6f6;
}

button.disabled.success, button.disabled[type=submit], button[disabled].success, button[disabled][type=submit], .button.disabled.success, button.button.disabled[type=submit], .page-end-action a.disabled.success, .button[disabled].success, button.button[disabled][type=submit], .page-end-action a[disabled].success {
  background-color: #61a745;
  border-color: #57963e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.success:hover, button.disabled[type=submit]:hover, button.disabled.success:focus, button.disabled[type=submit]:focus, button[disabled].success:hover, button[disabled][type=submit]:hover, button[disabled].success:focus, button[disabled][type=submit]:focus, .button.disabled.success:hover, button.button.disabled[type=submit]:hover, .page-end-action a.disabled.success:hover, .button.disabled.success:focus, button.button.disabled[type=submit]:focus, .page-end-action a.disabled.success:focus, .button[disabled].success:hover, button.button[disabled][type=submit]:hover, .page-end-action a[disabled].success:hover, .button[disabled].success:focus, button.button[disabled][type=submit]:focus, .page-end-action a[disabled].success:focus {
  background-color: #57963e;
}

button.disabled.success:hover, button.disabled[type=submit]:hover, button.disabled.success:focus, button.disabled[type=submit]:focus, button[disabled].success:hover, button[disabled][type=submit]:hover, button[disabled].success:focus, button[disabled][type=submit]:focus, .button.disabled.success:hover, button.button.disabled[type=submit]:hover, .page-end-action a.disabled.success:hover, .button.disabled.success:focus, button.button.disabled[type=submit]:focus, .page-end-action a.disabled.success:focus, .button[disabled].success:hover, button.button[disabled][type=submit]:hover, .page-end-action a[disabled].success:hover, .button[disabled].success:focus, button.button[disabled][type=submit]:focus, .page-end-action a[disabled].success:focus {
  color: #FFFFFF;
}

button.disabled.success:hover, button.disabled[type=submit]:hover, button.disabled.success:focus, button.disabled[type=submit]:focus, button[disabled].success:hover, button[disabled][type=submit]:hover, button[disabled].success:focus, button[disabled][type=submit]:focus, .button.disabled.success:hover, button.button.disabled[type=submit]:hover, .page-end-action a.disabled.success:hover, .button.disabled.success:focus, button.button.disabled[type=submit]:focus, .page-end-action a.disabled.success:focus, .button[disabled].success:hover, button.button[disabled][type=submit]:hover, .page-end-action a[disabled].success:hover, .button[disabled].success:focus, button.button[disabled][type=submit]:focus, .page-end-action a[disabled].success:focus {
  background-color: #61a745;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .page-end-action a.disabled.alert, .button[disabled].alert, .page-end-action a[disabled].alert {
  background-color: #ad2828;
  border-color: #9c2424;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.alert:hover,
button.disabled.alert:focus, button[disabled].alert:hover,
button[disabled].alert:focus, .button.disabled.alert:hover,
.page-end-action a.disabled.alert:hover,
.button.disabled.alert:focus, .page-end-action a.disabled.alert:focus, .button[disabled].alert:hover,
.page-end-action a[disabled].alert:hover,
.button[disabled].alert:focus, .page-end-action a[disabled].alert:focus {
  background-color: #9c2424;
}

button.disabled.alert:hover,
button.disabled.alert:focus, button[disabled].alert:hover,
button[disabled].alert:focus, .button.disabled.alert:hover,
.page-end-action a.disabled.alert:hover,
.button.disabled.alert:focus, .page-end-action a.disabled.alert:focus, .button[disabled].alert:hover,
.page-end-action a[disabled].alert:hover,
.button[disabled].alert:focus, .page-end-action a[disabled].alert:focus {
  color: #FFFFFF;
}

button.disabled.alert:hover,
button.disabled.alert:focus, button[disabled].alert:hover,
button[disabled].alert:focus, .button.disabled.alert:hover,
.page-end-action a.disabled.alert:hover,
.button.disabled.alert:focus, .page-end-action a.disabled.alert:focus, .button[disabled].alert:hover,
.page-end-action a[disabled].alert:hover,
.button[disabled].alert:focus, .page-end-action a[disabled].alert:focus {
  background-color: #ad2828;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .page-end-action a.disabled.warning, .button[disabled].warning, .page-end-action a[disabled].warning {
  background-color: #f3d122;
  border-color: #ecc80d;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.warning:hover,
button.disabled.warning:focus, button[disabled].warning:hover,
button[disabled].warning:focus, .button.disabled.warning:hover,
.page-end-action a.disabled.warning:hover,
.button.disabled.warning:focus, .page-end-action a.disabled.warning:focus, .button[disabled].warning:hover,
.page-end-action a[disabled].warning:hover,
.button[disabled].warning:focus, .page-end-action a[disabled].warning:focus {
  background-color: #ecc80d;
}

button.disabled.warning:hover,
button.disabled.warning:focus, button[disabled].warning:hover,
button[disabled].warning:focus, .button.disabled.warning:hover,
.page-end-action a.disabled.warning:hover,
.button.disabled.warning:focus, .page-end-action a.disabled.warning:focus, .button[disabled].warning:hover,
.page-end-action a[disabled].warning:hover,
.button[disabled].warning:focus, .page-end-action a[disabled].warning:focus {
  color: #FFFFFF;
}

button.disabled.warning:hover,
button.disabled.warning:focus, button[disabled].warning:hover,
button[disabled].warning:focus, .button.disabled.warning:hover,
.page-end-action a.disabled.warning:hover,
.button.disabled.warning:focus, .page-end-action a.disabled.warning:focus, .button[disabled].warning:hover,
.page-end-action a[disabled].warning:hover,
.button[disabled].warning:focus, .page-end-action a[disabled].warning:focus {
  background-color: #f3d122;
}

button.disabled.info, button[disabled].info, .button.disabled.info, .page-end-action a.disabled.info, .button[disabled].info, .page-end-action a[disabled].info {
  background-color: #f6f6f6;
  border-color: #dddddd;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.info:hover,
button.disabled.info:focus, button[disabled].info:hover,
button[disabled].info:focus, .button.disabled.info:hover,
.page-end-action a.disabled.info:hover,
.button.disabled.info:focus, .page-end-action a.disabled.info:focus, .button[disabled].info:hover,
.page-end-action a[disabled].info:hover,
.button[disabled].info:focus, .page-end-action a[disabled].info:focus {
  background-color: #dddddd;
}

button.disabled.info:hover,
button.disabled.info:focus, button[disabled].info:hover,
button[disabled].info:focus, .button.disabled.info:hover,
.page-end-action a.disabled.info:hover,
.button.disabled.info:focus, .page-end-action a.disabled.info:focus, .button[disabled].info:hover,
.page-end-action a[disabled].info:hover,
.button[disabled].info:focus, .page-end-action a[disabled].info:focus {
  color: #333333;
}

button.disabled.info:hover,
button.disabled.info:focus, button[disabled].info:hover,
button[disabled].info:focus, .button.disabled.info:hover,
.page-end-action a.disabled.info:hover,
.button.disabled.info:focus, .page-end-action a.disabled.info:focus, .button[disabled].info:hover,
.page-end-action a[disabled].info:hover,
.button[disabled].info:focus, .page-end-action a[disabled].info:focus {
  background-color: #f6f6f6;
}

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

@media only screen and (min-width: 40.0625em) {
  button, .button, .page-end-action a {
    display: inline-block;
  }
}

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

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

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

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

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

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

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

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

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

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

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

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

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

.prefix.button, .page-end-action a.prefix {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius, .prefix.button, .page-end-action a.prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.postfix.button.radius, .postfix.button, .page-end-action a.postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.prefix.button.round, .page-end-action a.prefix.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round, .page-end-action a.postfix.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

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

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

/* We use this to get basic styling on all basic form elements */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #61a745;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #61a745;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}

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

select.radius, select.button, select.alert-box {
  border-radius: 5px;
}

select:hover {
  background-color: #f3f3f3;
  border-color: #7ebf64;
}

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

select[multiple] {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label.error {
  color: #ad2828;
}

/* Panels */
.panel {
  border-style: none;
  border-width: 0;
  border-color: #dbdbdb;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f6f6f6;
  color: #333333;
}

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

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

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

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

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


.panel.callout {
  border-style: none;
  border-width: 0;
  border-color: #dbdbdb;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f8fc;
  color: #333333;
}

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

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

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

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

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

.panel.callout a:not(.button) {
  color: #308fcc;
}

.panel.callout a:not(.button):hover,
.panel.callout a:not(.button):focus {
  color: #297baf;
}

.panel.radius, button.panel,
.panel.button, .page-end-action a.panel, .panel.alert-box {
  border-radius: 5px;
}

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 5px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}

.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}

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

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

@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 70rem;
    right: 0;
    width: 80%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    top: 6.25rem;
  }
}

.reveal-modal.radius, button.reveal-modal,
.reveal-modal.button, .page-end-action a.reveal-modal, .reveal-modal.alert-box {
  border-radius: 5px;
}

.reveal-modal.round {
  border-radius: 1000px;
}

.reveal-modal.collapse {
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 70rem;
    right: 0;
    width: 30%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.small, button.reveal-modal[type=submit] {
    left: 0;
    margin: 0 auto;
    max-width: 70rem;
    right: 0;
    width: 40%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 70rem;
    right: 0;
    width: 60%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 70rem;
    right: 0;
    width: 70%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 70rem;
    right: 0;
    width: 95%;
  }
}

.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 70rem;
    right: 0;
    width: 100%;
  }
}

.reveal-modal.toback {
  z-index: 1003;
}

.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

table {
  background: transparent;
  border: none 0 transparent;
  margin-bottom: 1.25rem;
  table-layout: auto;
}

table caption {
  background: transparent;
  color: #727272;
  font-size: 1rem;
  font-weight: bold;
}

table thead {
  background: #cadfeb;
}

table thead tr th,
table thead tr td {
  color: #727272;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 1rem;
}

table tfoot {
  background: #cadfeb;
}

table tfoot tr th,
table tfoot tr td {
  color: #727272;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 1rem;
}

table tr th,
table tr td {
  color: #727272;
  font-size: 0.875rem;
  padding: 1rem;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Default Link Styles */
a {
  color: #308fcc;
  line-height: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #297baf;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

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

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

/* Default header styles */
h1, h2, h4, h5, h6 {
  color: #222222;
  font-family: "adelle", Georgia, serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

h3 {
  color: #222222;
  font-family: "calibri light", san-serif, Georgia;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}


h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 75%;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader, .title-support,
.panel .title-support {
  line-height: 1.4;
  color: #727272;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

ul {
  margin-left: 1.1rem;
}

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

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

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

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

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

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

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

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

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

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

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

dl dd {
  margin-bottom: 0.75rem;
}

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

abbr {
  text-transform: none;
}

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

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

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

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

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

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

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

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

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

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

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

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../caleb/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../caleb/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../caleb/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../caleb/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../caleb/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../caleb/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.page {
  position: relative;
  z-index: 2;
}

.page-header {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 64.0625em) {
  .page-header {
    padding-bottom: 4rem;
  }
}

.page-container {
  background: white;
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.page-container:after {
  clear: both;
}

@media only screen and (min-width: 40.0625em) {
  .page-container {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .page-container {
    margin-top: -2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 1.25rem;
    width: 72.5rem;
    max-width: calc( 100% - 20px);
  }
}

.primary-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding-top: 0.75rem;
}

@media only screen and (min-width: 40.0625em) {
  .primary-container.has-sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .primary-container.has-sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 58.33333%;
    float: left;
  }
}

.sidebar {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 40.0625em) {
  .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.66667%;
    float: left;
  }
}

.fa + .icon-label,
.icon-label + .fa {
  padding-left: 0.375rem;
}

button[type=submit] {
  /*
  padding-left: 5.625rem;
  padding-right: 5.625rem;
  */
  font-size: 0.875rem;
}

button[type=submit].tiny {
  padding: 0.25rem 0.625rem;
  margin: 0;
  font-size: 0.625rem;
}

button[type=submit].inline {
  border-radius: 5px;
}

button[type=submit].inline.small, button[type=submit].inline {
  padding: 0.875rem 1.75rem;
}

button[type=submit].small, button[type=submit], button.small, button[type=submit], .button.small, button.button[type=submit], .page-end-action a.small {
  font-size: 0.83125rem;
}

.button.inline,
.page-end-action a.inline,
button.inline {
  margin-left: 1rem;
}

.button.inline:first-child:not(:last-child),
.page-end-action a.inline:first-child:not(:last-child),
button.inline:first-child:not(:last-child) {
  margin-left: 0;
}

button.secondary-alert,
.button.secondary-alert, .page-end-action a.secondary-alert {
  background: #727272;
}

button.secondary-alert:hover,
.button.secondary-alert:hover, .page-end-action a.secondary-alert:hover {
  background: #ad2828;
}

button.secondary,
.button.secondary, .page-end-action a.secondary {
  background: #727272;
  color: white;
}

button.secondary:hover,
.button.secondary:hover, .page-end-action a.secondary:hover {
  background: #595959;
  color: white;
}

.alert-box.info {
  color: #000000;
}

::-webkit-input-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

::placeholder {
  font-style: italic;
}

.homepage {
  background: #f6f6f6;
}

.inline-nav, .utility-nav {
  list-style: none;
  margin-right: 0;
  margin-left: 0;
}

.inline-nav li, .utility-nav li {
  display: inline-block;
}

.logo-container {
  text-align: center;
  margin-bottom: 1.25rem;
}

.logo-container .logo {
  display: inline-block;
  max-width: 9.375rem;
  width: 50%;
}

.nav-container {
  text-align: center;
}

.utility-nav {
  margin-bottom: 0.625rem;
}

.utility-nav:last-child {
  margin-bottom: 0;
}

.utility-nav li + li {
  margin-left: 1.375rem;
}

.utility-nav a {
  text-transform: uppercase;
  font-family: "soleil", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: .09rem;
}

.action-bar {
  background: #308fcc;
  color: white;
  margin-left: 0;
  list-style: none;
  padding: 6vw;
  border-radius: 5px;
}

.action-bar.mini {
  display: inline-block;
  padding: 0.5rem 0.875rem 0.25rem;
}

.action-bar.mini li {
  display: inline-block;
  width: auto;
}

.action-bar.mini li + li {
  margin-left: 1.375rem;
  padding-left: 1.3125rem;
  border-left: 0.0625rem solid #b6d8ee;
}

.action-bar.mini li:nth-child(2) ~ li {
  border-top: none;
}

.action-bar.mini svg,
.action-bar.mini img {
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  width: auto;
}

.action-bar.mini :not(.icon-only) .fa {
  margin: 0 0.625rem;
  line-height: 0;
  position: relative;
  top: 0.125rem;
}

.action-bar.mini .action-label {
  font-size: 75%;
  margin-top: 0.375rem;
  font-weight: normal;
}

.action-bar.mini .icon-only {
  font-size: 2.5rem;
  position: relative;
  top: -0.25rem;
  line-height: 0;
  margin-left: 1.375rem;
}

.action-bar li {
  width: 50%;
  text-align: center;
}

.action-bar li:nth-child(even) {
  border-left: 0.0625rem solid #b6d8ee;
}

.action-bar li:nth-child(2) ~ li {
  border-top: 0.0625rem solid #b6d8ee;
}

.action-bar a {
  display: block;
  padding: 6vw;
}

.action-bar img {
  display: inline-block;
  width: 100%;
  max-height: 3.875rem;
}

.action-bar .action-label {
  display: block;
  font-size: 1.25rem;
  color: white;
  font-family: sans-serif;
  line-height: 1.2;
  margin: 0.75rem 0 0;
  font-weight: bold;
}

.flexbox .action-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-action-group {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  float: right;
  min-width: 2.125rem;
}

.row-action-group .action-view-toggle {
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 0.1875rem 0.375rem;
  z-index: 1;
}

.row-action-group .action-view-toggle svg {
  position: relative;
  top: 0.0625rem;
}

.row-action-group .row-actions {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: white;
  background: #308fcc;
  padding: 0.25rem 0.5rem;
  height: 1.875rem;
  border-radius: 5px;
  margin-right: -11.5625rem;
  -webkit-transform: translateX(34px);
      -ms-transform: translateX(34px);
          transform: translateX(34px);
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.row-action-group .row-actions.active {
  margin-right: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.row-action-group .row-actions .option-toggle {
  height: 1.375rem;
}

.row-action-group .row-actions .option-toggle + .option-toggle {
  padding-left: 0.75rem;
  margin-left: 0.75rem;
  border-left: 0.0625rem solid white;
}

.row-action-group .row-actions li {
  height: 1.375rem;
}

.row-action-group input + svg path,
.row-action-group input + .mini-icon-group path {
  fill: white;
}

.row-action-group input + * .separator {
  color: white;
}

.row-action-group[data-active-value] .mini-icon[data-active-value] {
  display: none;
}

.row-action-group[data-active-value] svg {
  fill: #308fcc;
}

.row-action-group[data-active-value=] .action-view-toggle [data-active-value=default] {
  display: inline-block;
}

.row-action-group[data-active-value=] .action-view-toggle [data-active-value=default] path {
  fill: #727272;
}

.row-action-group[data-active-value=as] .action-view-toggle [data-active-value] {
  display: none;
}

.row-action-group[data-active-value=as] .action-view-toggle [data-active-value=as] {
  display: inline-block;
}

.row-action-group[data-active-value=as] .action-view-toggle [data-active-value=as] path {
  fill: #308fcc;
}

.row-action-group[data-active-value=aonly] .action-view-toggle [data-active-value] {
  display: none;
}

.row-action-group[data-active-value=aonly] .action-view-toggle [data-active-value=aonly] {
  display: inline-block;
}

.row-action-group[data-active-value=aonly] .action-view-toggle [data-active-value=aonly] path {
  fill: #308fcc;
}

.row-action-group[data-active-value=sonly] .action-view-toggle [data-active-value] {
  display: none;
}

.row-action-group[data-active-value=sonly] .action-view-toggle [data-active-value=sonly] {
  display: inline-block;
}

.row-action-group[data-active-value=sonly] .action-view-toggle [data-active-value=sonly] path {
  fill: #308fcc;
}

.flexbox .pairing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-header {
  background: transparent url("../caleb/images/theme/audience-hero-bg.jpg") no-repeat 50% 100%;
  background-size: cover;
  padding-top: 0.75rem;
}

.page-header a {
  color: white;
}

.page-header .arrow-button {
  background: white;
  color: #308fcc;
}

.header-inner {
  padding-bottom: 1.25rem;
}

.header-support,
p.header-support {
  font-style: italic;
  color: #727272;
}

.hero {
  color: white;
  text-align: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.hero h1 {
  text-transform: uppercase;
  color: white;
  letter-spacing: .2rem;
  margin-bottom: 1.25rem;
}

.hero h1 small {
  text-transform: uppercase;
  display: block;
  color: white;
  font-size: 0.825rem;
  font-family: "soleil", sans-serif;
  letter-spacing: .4rem;
  margin: 0.375rem 0;
}

.hero p {
  font-family: "soleil", sans-serif;
}

.page-footer {
  text-align: center;
  padding: 1.25rem 0 0;
}

.site-meta {
  font-size: 75%;
  font-family: "soleil", sans-serif;
  margin: 0 0 1.625rem;
  color: #727272;
  font-size: 0.875rem;
}

.sidebar-callouts {
  list-style: none;
  margin-left: 0;
}

.sidebar-callouts li {
  margin-bottom: 1.25rem;
}

.arrow-button {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
  white-space: nowrap;
}

.arrow-button .chevrons {
  display: inline-block;
}

.arrow-button .chevron {
  width: 1rem;
}

.arrow-button .chevron + .chevron {
  margin-left: -0.375rem;
}

.arrow-button .text {
  display: inline-block;
  position: relative;
  top: 0.125rem;
  margin-left: 0.25rem;
}

.arrow-button .text br {
  display: none;
}

.title-support,
.panel .title-support {
  font-style: italic;
  font-size: 1.25rem;
}

a.title-support,
.panel a.title-support {
  color: #308fcc;
}

.panel.message {
  padding-top: 0;
  text-align: center;
}

.message-span {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.panel.collapsible {
  background: transparent;
  padding: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.panel.collapsible.expanded {
  padding: 0 1.25rem 1.25rem;
  display: block;
  background: #f6f6f6;
}

.panel.collapsible.expanded .panel-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "soleil", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
  background-color: #727272;
  border-color: #676767;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
          transition: background-color 300ms ease-out;
}

.panel.collapsible.expanded .panel-toggle:hover,
.panel.collapsible.expanded .panel-toggle:focus {
  background-color: #676767;
}

.panel.collapsible.expanded .panel-toggle:hover,
.panel.collapsible.expanded .panel-toggle:focus {
  color: #FFFFFF;
}

.panel.collapsible.expanded .content-collapse {
  display: block;
}

.panel.collapsible.expanded .heading-wrap {
  margin-bottom: 2rem;
}

.panel.collapsible.expanded .expanded-message {
  display: inline-block;
}

.panel.collapsible.expanded .default-message {
  display: none;
}

.panel.collapsible .expanded-message {
  display: none;
}

.panel.collapsible .heading-wrap {
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: margin 0.3s ease;
          transition: margin 0.3s ease;
}

.panel.collapsible .panel-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "soleil", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
  background-color: #61a745;
  border-color: #57963e;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
          transition: background-color 300ms ease-out;
}

.panel.collapsible .panel-toggle:hover,
.panel.collapsible .panel-toggle:focus {
  background-color: #57963e;
}

.panel.collapsible .panel-toggle:hover,
.panel.collapsible .panel-toggle:focus {
  color: #FFFFFF;
}

.panel.collapsible .content-collapse {
  display: none;
  -webkit-transition: display 0.3s ease;
          transition: display 0.3s ease;
}

.heading-wrap {
  margin-bottom: 2rem;
}

.prompt-block {
  display: block;
}

.prompt-block .tag {
  display: block;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  border-radius: 5px;
}

.media.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.media .thumbnail img,
.media .thumbnail embed,
.media .thumbnail video,
.media .thumbnail object {
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
}

.media .content {
  background: #308fcc;
  border-radius: 0 0 5px 5px;
  color: white;
  padding: 0.9375rem;
  text-align: center;
}

.media .content .title {
  margin-top: 0.625rem;
  font-family: "soleil", sans-serif;
  color: #60d9f4;
  font-size: 70%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1rem;
}

.media .content p:last-child {
  margin-bottom: 0.625rem;
}

form.field-form {
  background: #f6f6f6;
  padding: 1rem 1rem 0;
}

.form-header .key {
  font-style: italic;
  color: #727272;
  font-size: 0.875rem;
  white-space: nowrap;
  float: right;
}

.form-header .key em {
  color: #308fcc;
}

.form-row {
  margin-bottom: 0;
}

.form-actions {
  text-align: center;
  margin-top: 1.875rem;
}

.field-form .form-actions .button,
.field-form .form-actions .page-end-action a,
.page-end-action .field-form .form-actions a, .field-form .form-actions button {
  margin-bottom: 0;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.page-end-action {
  text-align: right;
  margin: 1.625rem 0;
}

.large-page-end-action {
  margin: 1.375rem 0;
  text-align: center;
}

.required-field-icon {
  display: inline-block;
  color: #308fcc;
}

.required-field-icon:before {
  content: '*';
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  border-width: 0 0 0.0625rem 0;
  box-shadow: none;
}

table {
  width: 100%;
  border-spacing: 0;
}

table.select-row tbody tr:hover {
  cursor: pointer;
}

table.select-row tbody tr:hover td {
  color: #000;
}

table .row-selected td {
  background: #f5f5f2;
  color: #308fcc;
  border-color: #308fcc;
}

table th {
  text-align: left;
  font-style: italic;
  font-weight: normal;
  border-top: 0.0625rem solid #75a2cd;
  border-bottom: 0.0625rem solid #75a2cd;
}

table td {
  border-bottom: 0.0625rem solid #75a2cd;
}

.table-row-edit-listener {
  white-space: nowrap;
}

.pinned input[type=radio], .responsive input[type=radio] {
  margin-bottom: 0;
}

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

.conference-list li {
  padding: 0 0 0.375rem;
  margin-bottom: 0.375rem;
  border-bottom: 0.0625rem dotted #666666;
}

.conference-list .title {
  font-weight: bold;
}

.conference-list .meta {
  color: #727272;
  margin: 0;
}

.option-toggle {
  display: inline-block;
  color: #727272;
}

.option-toggle + .option-toggle {
  margin-left: 1.5rem;
}

.option-toggle input {
  visibility: hidden;
  position: absolute;
  left: -99999rem;
  top: -99999rem;
}

.option-toggle > .fa {
  font-size: 1.625rem;
  color: #727272;
}

.info-blocks {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

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

.info-blocks:after {
  clear: both;
}

.info-blocks > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

.info-blocks > li {
  list-style: none;
  padding: 0 0.625rem 1.25rem;
  width: 100%;
}

.info-blocks > li:nth-of-type(1n) {
  clear: none;
}

.info-blocks > li:nth-of-type(1n+1) {
  clear: both;
}

.message-span {
  display: inline-block;
  background: #61a745;
  color: white;
  margin: 0 auto 1.25rem;
  padding: 1rem;
  min-width: 16.5rem;
  text-align: center;
  font-size: 1.125rem;
}

.mini-icon-group {
  list-style: none;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.mini-icon-group .separator:after {
  content: '\f067';
  font-family: FontAwesome;
  display: inline;
}

.mini-icon-group li + li {
  margin-left: 0.375rem;
}

.mini-icon {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
}

.mini-icon path {
  fill: #727272;
}

.icon-primary path {
  fill: #308fcc;
}

table input[type="*"] {
  border: 0;
  margin: 0;
  padding-left: 0;
}

table .personal-event {
  font-style: italic;
}

.title-row td {
  border: 0;
  padding-bottom: 0;
}

.table-key {
  list-style: none;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.table-key li {
  display: inline-block;
}

.table-key li + li {
  margin-left: 1.625rem;
}

.table-key .separator {
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #727272;
  position: relative;
  top: -0.375rem;
}

.table-key svg,
.table-key img {
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
}

.table-key svg + .icon-label,
.table-key img + .icon-label {
  display: inline-block;
  position: relative;
  top: -0.4375rem;
  font-size: 75%;
  margin-left: 0.5rem;
  font-weight: normal;
}

.table-key path {
  fill: #308fcc;
}

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
  font-weight: bold;
}

table td, table th {
  padding: 9px 10px;
  text-align: left;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th, .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  .page-header {
    padding-top: 1.25rem;
    max-height: 13.125rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .page-header {
    padding-top: 2.375rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  .homepage .page-header {
    max-height: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  .flexbox .header-inner > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (min-width: 64.0625em) {
  .flexbox .header-inner > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 40.0625em) {
  .logo-container {
    text-align: left;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 40.0625em) {
  .logo-container .logo {
    max-width: 80%;
    width: 13.125rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  .nav-container {
    text-align: right;
  }
}

@media only screen and (min-width: 40.0625em) {
  .utility-nav {
    text-align: right;
    display: inline-block;
    max-height: 13.125rem;
  }
  .utility-nav + .utility-nav {
    margin-left: 2.375rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  .flexbox .utility-nav {
    max-height: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  .hero {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 2.375rem;
    padding-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .hero {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 8.125rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  .hero h1 {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  .hero h1 small {
    font-size: 1.375rem;
    margin: 0.75rem 0 1.125rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .media .thumbnail {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .media .content {
    padding: 0.9375rem 1.875rem;
  }
  .media p {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  form.field-form {
    padding: 2.5rem 2.5rem 0;
  }
}

@media only screen and (min-width: 40.0625em) {
  .form-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 40.0625em) {
  .form-actions {
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
  .form-actions li + li {
    margin-left: 0.75rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .panel {
    padding: 2.5rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  .arrow-button {
    padding-left: 1rem;
    padding-right: 1rem;
    max-height: 2.625rem;
  }
  .arrow-button .text {
    text-align: left;
    top: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    padding-left: 0.375rem;
    line-height: 1.2;
  }
  .arrow-button .text br {
    display: block;
  }
}

@media only screen and (min-width: 40.0625em) {
  .flexbox .arrow-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    max-height: none;
  }
  .flexbox .arrow-button .text {
    text-align: left;
    top: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    padding-left: 0.375rem;
    line-height: 1.2;
  }
  .flexbox .arrow-button .text br {
    display: block;
  }
  .flexbox .arrow-button .chevrons {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media only screen and (min-width: 40.0625em) {
  .flexbox .pairing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 40.0625em) {
  .action-bar {
    padding: 0.9375rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .action-bar {
    padding: 1.875rem 0.9375rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  .action-bar li {
    width: auto;
    display: inline-block;
  }
  .action-bar li + li {
    border-left: 0.0625rem solid #b6d8ee;
  }
  .action-bar li:nth-child(2) ~ li {
    border-top: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  .action-bar a {
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .action-bar a {
    padding: 0 2.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 40.0625em) {
  .action-bar img {
    max-height: 3.75rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .action-bar img {
    max-height: 4.25rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .action-bar .action-label {
    margin-top: 1.625rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  .flexbox .action-bar {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 40.0625em) {
  .flexbox .action-bar li {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .info-blocks {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .info-blocks:before, .info-blocks:after {
    content: " ";
    display: table;
  }
  .info-blocks:after {
    clear: both;
  }
  .info-blocks > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .info-blocks > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 50%;
  }
  .info-blocks > li:nth-of-type(1n) {
    clear: none;
  }
  .info-blocks > li:nth-of-type(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.0625em) {
  .info-blocks {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .info-blocks:before, .info-blocks:after {
    content: " ";
    display: table;
  }
  .info-blocks:after {
    clear: both;
  }
  .info-blocks > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .info-blocks > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 25%;
  }
  .info-blocks > li:nth-of-type(1n) {
    clear: none;
  }
  .info-blocks > li:nth-of-type(4n+1) {
    clear: both;
  }
}

/* For sticky header */
.sticky-table-header {
  background: #cadfeb;
  position: fixed;
  top: 0;
  /* z-index: 1000; */
}


@media only screen and (min-width: 64.0625em) {
	table.responsive {
	    display: table;
	    width: 100%;
      max-width: 100%;
	}
	table.responsive thead, table.responsive tbody {
		float: left;
		width: 100%;
	}

	table.responsive tbody {
	    overflow: auto;
	    max-height: 500px;
	}

	table.responsive tr {
	    width: 100%;
	    display: table;
	    text-align: left;
	}
	table.responsive th,
	table.responsive td {
	    width: 8% !important;
      text-align: left;
	}
	table.responsive th.cell-session,
  table.responsive td.cell-session {
    /* width: 8%; */
    text-align: center;
  }
  table.responsive th.cell-talk,
  table.responsive td.cell-talk {
    /* width: 8%; */
    text-align: center;
  }
  table.responsive td.cell-time {
    text-align: center;
  }
  table.responsive th.cell-title,
  table.responsive td.cell-title {
    width: 30% !important;
  }
  table.responsive th.cell-author,
  table.responsive td.cell-author {
    width: 22% !important;
  }
  table.responsive th.cell-choice,
  table.responsive td.cell-choice {
    width: 8% !important;
  }
  table.responsive th.cell-fast-yes,
  table.responsive td.cell-fast-yes {
    width: 24% !important;
  }
  table.responsive td.cell-choice {
    text-align: center;
  }
  table.responsive .cell-choice img {
    max-width: 46px;
  }
  table.responsive tbody td:last-child {
    padding-right: 0;
  }

  table.responsive tbody td[colspan]:first-child {
    width: 24% !important;
    text-align: left !important;
  }
  table.responsive tbody td[colspan]:nth-child(2) {
    width: 54% !important;
    text-align: left !important;
  }
  table.responsive tbody td[colspan]:nth-child(3) {
    width: 22% !important;
    text-align: left !important;
  }
}

@media only screen and (max-width: 40.0624em) {
  table.responsive,
  table.responsive tr,
  table.responsive td,
  table.responsive tbody {
    display: block;
    width: 100% !important;
    text-align: left !important;
  }

  table.responsive thead,
  table.responsive th {
    display: none;
  }

  table.responsive td {
    border: 0;
    padding: 0;
    margin: 0 0 4px;
    color: #000;
    white-space: normal;
    display: flex;
  }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: block;
  }

  table.responsive td.cell-choice {
    display: inline-block;
    width: auto !important;
    text-align: center !important;
  }

  table.responsive tbody tr {
    margin-top: 16px;
    padding-top: 15px;
    border-top: 1px solid #727272;
    position: relative;
  }

  table.responsive .cell-author::before {
    content: 'Author:';
    display: inline-block;
    margin-right: 4px;
    font-style: italic;
    color: #727272;
    width: 52px;
    flex-shrink: 0;
  }

  table.responsive .cell-title::before {
    content: 'Title:';
    display: inline-block;
    margin-right: 4px;
    font-style: italic;
    color: #727272;
    width: 52px;
    flex-shrink: 0;
  }

  table.responsive .cell-session::before {
    content: 'Session:';
    display: inline-block;
    margin-right: 4px;
    font-style: italic;
    color: #727272;
    width: 52px;
    flex-shrink: 0;
  }

  table.responsive .cell-talk::before {
    content: 'Talk:';
    display: inline-block;
    margin-right: 4px;
    font-style: italic;
    color: #727272;
    width: 52px;
    flex-shrink: 0;
  }

  table.responsive .cell-time::before {
    content: 'Time:';
    display: inline-block;
    margin-right: 4px;
    font-style: italic;
    color: #727272;
    width: 52px;
    flex-shrink: 0;
  }

  table.responsive td.cell-attend::before {
    content: "";
    background: transparent url('/images/attendFinal70x60.png') no-repeat 50% 50%;
    width: 46px;
    height: 46px;
    background-size: 100% auto;
    font-style: italic;
    color: #727272;
    display: block;
    font-size: 13px;
  }

  table.responsive td.cell-slides::before {
    content: "";
    background: transparent url('/images/temp-slides-2.PNG') no-repeat 50% 50%;
    width: 46px;
    height: 46px;
    background-size: 100% auto;
    width: 46px;
    font-style: italic;
    color: #727272;
    display: block;
    font-size: 13px;
  }

  table.responsive td.cell-slides,
  table.responsive td.cell-both {
    margin-left: 8px;
  }

  table.responsive td.cell-attend {
    margin-left: 56px;
  }

  table.responsive td.cell-both::before {
    content: "";
    background: transparent url('/images/temp-as-2.PNG') no-repeat 50% 50%;
    width: 46px;
    height: 46px;
    background-size: 100% auto;
    font-style: italic;
    color: #727272;
    display: block;
    font-size: 13px;
  }

  table.responsive td.cell-fast-yes::before {
    content: 'Yes';
    font-style: italic;
    color: #727272;
    display: block;
    font-size: 13px;
    width: 52px;
    flex-shrink: 0;
  }
  
  table th.cell-exh-matID,
  table td.cell-exh-matID {
    width: 20% !important;
  }

  table th.cell-exh-matTitle,
  table td.cell-exh-matTitle {
    width: 50% !important;
  }

  table th.cell-exh-matFormat,
  table td.cell-exh-matFormat {
    width: 15% !important;
  }

  table th.cell-exh-matRemove,
  table td.cell-exh-matRemove {
    width: 15% !important;
  }


/*   table.responsive td.cell-choice {
    position: absolute;
    top: 6px;
  }

  table.responsive td.cell-attend {
    right: 112px;
  }

  table.responsive td.cell-slides {
    right: 56px;
  }

  table.responsive td.cell-both {
    right: 0;
  } */

}