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

/* line 22, ../../../../../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*! formstone v0.5.11 [grid.css] 2015-05-08 | MIT License | formstone.it */
/**
 * @grid
 * @name Grid
 * @description A responsive CSS grid.
 */
/* line 8, ../scss/formstone/_grid.scss */
.fs_grid_row,
.fs-grid .fs-row {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 500px) {
  /* line 15, ../scss/formstone/_grid.scss */
  .fs_grid_row,
  .fs-grid .fs-row {
    width: 480px;
  }
}
@media screen and (min-width: 740px) {
  /* line 21, ../scss/formstone/_grid.scss */
  .fs_grid_row,
  .fs-grid .fs-row {
    width: 720px;
  }
}
@media screen and (min-width: 980px) {
  /* line 27, ../scss/formstone/_grid.scss */
  .fs_grid_row,
  .fs-grid .fs-row {
    width: 960px;
  }
}
@media screen and (min-width: 1220px) {
  /* line 33, ../scss/formstone/_grid.scss */
  .fs_grid_row,
  .fs-grid .fs-row {
    width: 1200px;
  }
}
/* line 38, ../scss/formstone/_grid.scss */
.fs_grid_row:after,
.fs-grid .fs-row:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}

/* line 47, ../scss/formstone/_grid.scss */
.fs_grid_row_fluid,
.fs-grid-fluid .fs-row {
  width: 96%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

@media screen and (max-width: 739px) {
  /* line 54, ../scss/formstone/_grid.scss */
  .fs_grid_row_fluid_sm,
  .fs-grid-sm-fluid .fs-row {
    width: 96%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
/* line 61, ../scss/formstone/_grid.scss */
.fs_grid_row_row,
.fs-grid .fs-row .fs-row {
  width: 102.08333333%;
  margin-left: -1.04166667%;
  margin-right: -1.04166667%;
}

/* line 67, ../scss/formstone/_grid.scss */
.fs_grid_row_row_contained,
.fs-grid .fs-row [class*="fs-cell"][class*="-contained"] .fs-row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* line 73, ../scss/formstone/_grid.scss */
.fs_grid_cell,
.fs-grid .fs-row [class*="fs-cell"] {
  width: 97.91666667%;
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}

/* line 80, ../scss/formstone/_grid.scss */
.fs_grid_cell_centered,
.fs-grid .fs-row [class*="fs-cell"][class*="-centered"] {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 86, ../scss/formstone/_grid.scss */
.fs_grid_cell_padded,
.fs-grid .fs-row [class*="fs-cell"][class*="-padded"] {
  box-sizing: content-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.04166667%;
  padding-right: 1.04166667%;
}

/* line 94, ../scss/formstone/_grid.scss */
.fs_grid_cell_contained,
.fs-grid .fs-row [class*="fs-cell"][class*="-contained"] {
  margin-left: 0;
  margin-right: 0;
}

/* line 99, ../scss/formstone/_grid.scss */
.fs_grid_cell_right,
.fs-grid .fs-row [class*="fs-cell"][class*="-right"] {
  float: right;
}

/* line 103, ../scss/formstone/_grid.scss */
* {
  box-sizing: border-box;
}

/* line 106, ../scss/formstone/_grid.scss */
*:before,
*:after {
  box-sizing: inherit;
}

/* line 110, ../scss/formstone/_grid.scss */
.fs-grid .fs-row .fs-all-fifth {
  width: 17.91666667%;
}

/* line 113, ../scss/formstone/_grid.scss */
.fs-grid .fs-row .fs-all-fourth {
  width: 22.91666667%;
}

/* line 116, ../scss/formstone/_grid.scss */
.fs-grid .fs-row .fs-all-third {
  width: 31.25%;
}

/* line 119, ../scss/formstone/_grid.scss */
.fs-grid .fs-row .fs-all-half {
  width: 47.91666667%;
}

/* line 122, ../scss/formstone/_grid.scss */
.fs-grid .fs-row .fs-all-full {
  width: 97.91666667%;
}

/* line 125, ../scss/formstone/_grid.scss */
.fs-grid .fs-row .fs-all-push-fifth {
  margin-left: 21.04166667%;
}

/* line 128, ../scss/formstone/_grid.scss */
.fs-grid .fs-row .fs-all-push-fourth {
  margin-left: 26.04166667%;
}

/* line 131, ../scss/formstone/_grid.scss */
.fs-grid .fs-row .fs-all-push-third {
  margin-left: 34.375%;
}

/* line 134, ../scss/formstone/_grid.scss */
.fs-grid .fs-row .fs-all-push-half {
  margin-left: 51.04166667%;
}

/* line 137, ../scss/formstone/_grid.scss */
.fs-grid .fs-row [class*="-contained"].fs-all-fifth {
  width: 20%;
}

/* line 140, ../scss/formstone/_grid.scss */
.fs-grid .fs-row [class*="-contained"].fs-all-fourth {
  width: 25%;
}

/* line 143, ../scss/formstone/_grid.scss */
.fs-grid .fs-row [class*="-contained"].fs-all-third {
  width: 33.33333333%;
}

/* line 146, ../scss/formstone/_grid.scss */
.fs-grid .fs-row [class*="-contained"].fs-all-half {
  width: 50%;
}

/* line 149, ../scss/formstone/_grid.scss */
.fs-grid .fs-row [class*="-contained"].fs-all-full {
  width: 100%;
}

/* line 152, ../scss/formstone/_grid.scss */
.fs-grid .fs-row [class*="-contained"].fs-all-push-fifth {
  margin-left: 20%;
}

/* line 155, ../scss/formstone/_grid.scss */
.fs-grid .fs-row [class*="-contained"].fs-all-push-fourth {
  margin-left: 25%;
}

/* line 158, ../scss/formstone/_grid.scss */
.fs-grid .fs-row [class*="-contained"].fs-all-push-third {
  margin-left: 33.33333333%;
}

/* line 161, ../scss/formstone/_grid.scss */
.fs-grid .fs-row [class*="-contained"].fs-all-push-half {
  margin-left: 50%;
}

/* line 164, ../scss/formstone/_grid.scss */
.fs-grid .fs-row .fs-all-hide {
  display: none;
}

@media screen and (max-width: 739px) {
  /* line 168, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-1 {
    width: 31.25%;
  }

  /* line 171, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-2 {
    width: 64.58333333%;
  }

  /* line 174, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-3 {
    width: 97.91666667%;
  }

  /* line 177, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-push-1 {
    margin-left: 34.375%;
  }

  /* line 180, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-push-2 {
    margin-left: 67.70833333%;
  }

  /* line 183, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-1 {
    width: 33.33333333%;
  }

  /* line 186, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-2 {
    width: 66.66666667%;
  }

  /* line 189, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-3 {
    width: 100%;
  }

  /* line 192, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-push-1 {
    margin-left: 33.33333333%;
  }

  /* line 195, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-push-2 {
    margin-left: 66.66666667%;
  }

  /* line 198, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-fifth {
    width: 17.91666667%;
  }

  /* line 201, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-fourth {
    width: 22.91666667%;
  }

  /* line 204, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-third {
    width: 31.25%;
  }

  /* line 207, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-half {
    width: 47.91666667%;
  }

  /* line 210, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-full {
    width: 97.91666667%;
  }

  /* line 213, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-push-fifth {
    margin-left: 21.04166667%;
  }

  /* line 216, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-push-fourth {
    margin-left: 26.04166667%;
  }

  /* line 219, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-push-third {
    margin-left: 34.375%;
  }

  /* line 222, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-push-half {
    margin-left: 51.04166667%;
  }

  /* line 225, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-fifth {
    width: 20%;
  }

  /* line 228, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-fourth {
    width: 25%;
  }

  /* line 231, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-third {
    width: 33.33333333%;
  }

  /* line 234, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-half {
    width: 50%;
  }

  /* line 237, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-full {
    width: 100%;
  }

  /* line 240, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-push-fifth {
    margin-left: 20%;
  }

  /* line 243, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-push-fourth {
    margin-left: 25%;
  }

  /* line 246, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-push-third {
    margin-left: 33.33333333%;
  }

  /* line 249, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-sm-push-half {
    margin-left: 50%;
  }

  /* line 252, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-sm-hide {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  /* line 257, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-1 {
    width: 31.25%;
  }

  /* line 260, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-2 {
    width: 64.58333333%;
  }

  /* line 263, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-3 {
    width: 97.91666667%;
  }

  /* line 266, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-push-1 {
    margin-left: 34.375%;
  }

  /* line 269, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-push-2 {
    margin-left: 67.70833333%;
  }

  /* line 272, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-1 {
    width: 33.33333333%;
  }

  /* line 275, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-2 {
    width: 66.66666667%;
  }

  /* line 278, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-3 {
    width: 100%;
  }

  /* line 281, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-push-1 {
    margin-left: 33.33333333%;
  }

  /* line 284, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-push-2 {
    margin-left: 66.66666667%;
  }

  /* line 287, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-fifth {
    width: 17.91666667%;
  }

  /* line 290, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-fourth {
    width: 22.91666667%;
  }

  /* line 293, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-third {
    width: 31.25%;
  }

  /* line 296, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-half {
    width: 47.91666667%;
  }

  /* line 299, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-full {
    width: 97.91666667%;
  }

  /* line 302, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-push-fifth {
    margin-left: 21.04166667%;
  }

  /* line 305, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-push-fourth {
    margin-left: 26.04166667%;
  }

  /* line 308, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-push-third {
    margin-left: 34.375%;
  }

  /* line 311, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-push-half {
    margin-left: 51.04166667%;
  }

  /* line 314, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-fifth {
    width: 20%;
  }

  /* line 317, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-fourth {
    width: 25%;
  }

  /* line 320, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-third {
    width: 33.33333333%;
  }

  /* line 323, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-half {
    width: 50%;
  }

  /* line 326, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-full {
    width: 100%;
  }

  /* line 329, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-push-fifth {
    margin-left: 20%;
  }

  /* line 332, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-push-fourth {
    margin-left: 25%;
  }

  /* line 335, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-push-third {
    margin-left: 33.33333333%;
  }

  /* line 338, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xs-push-half {
    margin-left: 50%;
  }

  /* line 341, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xs-hide {
    display: none;
  }
}
@media screen and (min-width: 740px) and (max-width: 979px) {
  /* line 346, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-1 {
    width: 14.58333333%;
  }

  /* line 349, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-2 {
    width: 31.25%;
  }

  /* line 352, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-3 {
    width: 47.91666667%;
  }

  /* line 355, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-4 {
    width: 64.58333333%;
  }

  /* line 358, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-5 {
    width: 81.25%;
  }

  /* line 361, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-6 {
    width: 97.91666667%;
  }

  /* line 364, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-push-1 {
    margin-left: 17.70833333%;
  }

  /* line 367, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-push-2 {
    margin-left: 34.375%;
  }

  /* line 370, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-push-3 {
    margin-left: 51.04166667%;
  }

  /* line 373, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-push-4 {
    margin-left: 67.70833333%;
  }

  /* line 376, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-push-5 {
    margin-left: 84.375%;
  }

  /* line 379, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-1 {
    width: 16.66666667%;
  }

  /* line 382, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-2 {
    width: 33.33333333%;
  }

  /* line 385, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-3 {
    width: 50%;
  }

  /* line 388, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-4 {
    width: 66.66666667%;
  }

  /* line 391, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-5 {
    width: 83.33333333%;
  }

  /* line 394, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-6 {
    width: 100%;
  }

  /* line 397, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-push-1 {
    margin-left: 16.66666667%;
  }

  /* line 400, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-push-2 {
    margin-left: 33.33333333%;
  }

  /* line 403, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-push-3 {
    margin-left: 50%;
  }

  /* line 406, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-push-4 {
    margin-left: 66.66666667%;
  }

  /* line 409, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-push-5 {
    margin-left: 83.33333333%;
  }

  /* line 412, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-fifth {
    width: 17.91666667%;
  }

  /* line 415, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-fourth {
    width: 22.91666667%;
  }

  /* line 418, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-third {
    width: 31.25%;
  }

  /* line 421, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-half {
    width: 47.91666667%;
  }

  /* line 424, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-full {
    width: 97.91666667%;
  }

  /* line 427, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-push-fifth {
    margin-left: 21.04166667%;
  }

  /* line 430, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-push-fourth {
    margin-left: 26.04166667%;
  }

  /* line 433, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-push-third {
    margin-left: 34.375%;
  }

  /* line 436, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-push-half {
    margin-left: 51.04166667%;
  }

  /* line 439, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-fifth {
    width: 20%;
  }

  /* line 442, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-fourth {
    width: 25%;
  }

  /* line 445, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-third {
    width: 33.33333333%;
  }

  /* line 448, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-half {
    width: 50%;
  }

  /* line 451, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-full {
    width: 100%;
  }

  /* line 454, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-push-fifth {
    margin-left: 20%;
  }

  /* line 457, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-push-fourth {
    margin-left: 25%;
  }

  /* line 460, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-push-third {
    margin-left: 33.33333333%;
  }

  /* line 463, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-md-push-half {
    margin-left: 50%;
  }

  /* line 466, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-md-hide {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  /* line 471, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-1 {
    width: 6.25%;
  }

  /* line 474, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-2 {
    width: 14.58333333%;
  }

  /* line 477, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-3 {
    width: 22.91666667%;
  }

  /* line 480, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-4 {
    width: 31.25%;
  }

  /* line 483, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-5 {
    width: 39.58333333%;
  }

  /* line 486, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-6 {
    width: 47.91666667%;
  }

  /* line 489, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-7 {
    width: 56.25%;
  }

  /* line 492, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-8 {
    width: 64.58333333%;
  }

  /* line 495, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-9 {
    width: 72.91666667%;
  }

  /* line 498, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-10 {
    width: 81.25%;
  }

  /* line 501, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-11 {
    width: 89.58333333%;
  }

  /* line 504, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-12 {
    width: 97.91666667%;
  }

  /* line 507, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-1 {
    margin-left: 9.375%;
  }

  /* line 510, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-2 {
    margin-left: 17.70833333%;
  }

  /* line 513, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-3 {
    margin-left: 26.04166667%;
  }

  /* line 516, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-4 {
    margin-left: 34.375%;
  }

  /* line 519, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-5 {
    margin-left: 42.70833333%;
  }

  /* line 522, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-6 {
    margin-left: 51.04166667%;
  }

  /* line 525, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-7 {
    margin-left: 59.375%;
  }

  /* line 528, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-8 {
    margin-left: 67.70833333%;
  }

  /* line 531, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-9 {
    margin-left: 76.04166667%;
  }

  /* line 534, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-10 {
    margin-left: 84.375%;
  }

  /* line 537, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-11 {
    margin-left: 92.70833333%;
  }

  /* line 540, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-1 {
    width: 8.33333333%;
  }

  /* line 543, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-2 {
    width: 16.66666667%;
  }

  /* line 546, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-3 {
    width: 25%;
  }

  /* line 549, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-4 {
    width: 33.33333333%;
  }

  /* line 552, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-5 {
    width: 41.66666667%;
  }

  /* line 555, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-6 {
    width: 50%;
  }

  /* line 558, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-7 {
    width: 58.33333333%;
  }

  /* line 561, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-8 {
    width: 66.66666667%;
  }

  /* line 564, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-9 {
    width: 75%;
  }

  /* line 567, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-10 {
    width: 83.33333333%;
  }

  /* line 570, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-11 {
    width: 91.66666667%;
  }

  /* line 573, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-12 {
    width: 100%;
  }

  /* line 576, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-1 {
    margin-left: 8.33333333%;
  }

  /* line 579, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-2 {
    margin-left: 16.66666667%;
  }

  /* line 582, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-3 {
    margin-left: 25%;
  }

  /* line 585, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-4 {
    margin-left: 33.33333333%;
  }

  /* line 588, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-5 {
    margin-left: 41.66666667%;
  }

  /* line 591, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-6 {
    margin-left: 50%;
  }

  /* line 594, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-7 {
    margin-left: 58.33333333%;
  }

  /* line 597, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-8 {
    margin-left: 66.66666667%;
  }

  /* line 600, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-9 {
    margin-left: 75%;
  }

  /* line 603, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-10 {
    margin-left: 83.33333333%;
  }

  /* line 606, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-11 {
    margin-left: 91.66666667%;
  }

  /* line 609, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-fifth {
    width: 17.91666667%;
  }

  /* line 612, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-fourth {
    width: 22.91666667%;
  }

  /* line 615, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-third {
    width: 31.25%;
  }

  /* line 618, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-half {
    width: 47.91666667%;
  }

  /* line 621, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-full {
    width: 97.91666667%;
  }

  /* line 624, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-fifth {
    margin-left: 21.04166667%;
  }

  /* line 627, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-fourth {
    margin-left: 26.04166667%;
  }

  /* line 630, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-third {
    margin-left: 34.375%;
  }

  /* line 633, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-push-half {
    margin-left: 51.04166667%;
  }

  /* line 636, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-fifth {
    width: 20%;
  }

  /* line 639, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-fourth {
    width: 25%;
  }

  /* line 642, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-third {
    width: 33.33333333%;
  }

  /* line 645, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-half {
    width: 50%;
  }

  /* line 648, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-full {
    width: 100%;
  }

  /* line 651, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-fifth {
    margin-left: 20%;
  }

  /* line 654, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-fourth {
    margin-left: 25%;
  }

  /* line 657, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-third {
    margin-left: 33.33333333%;
  }

  /* line 660, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-half {
    margin-left: 50%;
  }

  /* line 663, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-lg-hide {
    display: none;
  }
}
@media screen and (min-width: 1220px) {
  /* line 668, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-1 {
    width: 6.25%;
  }

  /* line 671, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-2 {
    width: 14.58333333%;
  }

  /* line 674, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-3 {
    width: 22.91666667%;
  }

  /* line 677, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-4 {
    width: 31.25%;
  }

  /* line 680, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-5 {
    width: 39.58333333%;
  }

  /* line 683, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-6 {
    width: 47.91666667%;
  }

  /* line 686, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-7 {
    width: 56.25%;
  }

  /* line 689, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-8 {
    width: 64.58333333%;
  }

  /* line 692, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-9 {
    width: 72.91666667%;
  }

  /* line 695, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-10 {
    width: 81.25%;
  }

  /* line 698, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-11 {
    width: 89.58333333%;
  }

  /* line 701, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-12 {
    width: 97.91666667%;
  }

  /* line 704, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-1 {
    margin-left: 9.375%;
  }

  /* line 707, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-2 {
    margin-left: 17.70833333%;
  }

  /* line 710, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-3 {
    margin-left: 26.04166667%;
  }

  /* line 713, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-4 {
    margin-left: 34.375%;
  }

  /* line 716, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-5 {
    margin-left: 42.70833333%;
  }

  /* line 719, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-6 {
    margin-left: 51.04166667%;
  }

  /* line 722, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-7 {
    margin-left: 59.375%;
  }

  /* line 725, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-8 {
    margin-left: 67.70833333%;
  }

  /* line 728, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-9 {
    margin-left: 76.04166667%;
  }

  /* line 731, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-10 {
    margin-left: 84.375%;
  }

  /* line 734, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-11 {
    margin-left: 92.70833333%;
  }

  /* line 737, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-1 {
    width: 8.33333333%;
  }

  /* line 740, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-2 {
    width: 16.66666667%;
  }

  /* line 743, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-3 {
    width: 25%;
  }

  /* line 746, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-4 {
    width: 33.33333333%;
  }

  /* line 749, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-5 {
    width: 41.66666667%;
  }

  /* line 752, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-6 {
    width: 50%;
  }

  /* line 755, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-7 {
    width: 58.33333333%;
  }

  /* line 758, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-8 {
    width: 66.66666667%;
  }

  /* line 761, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-9 {
    width: 75%;
  }

  /* line 764, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-10 {
    width: 83.33333333%;
  }

  /* line 767, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-11 {
    width: 91.66666667%;
  }

  /* line 770, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-12 {
    width: 100%;
  }

  /* line 773, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-1 {
    margin-left: 8.33333333%;
  }

  /* line 776, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-2 {
    margin-left: 16.66666667%;
  }

  /* line 779, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-3 {
    margin-left: 25%;
  }

  /* line 782, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-4 {
    margin-left: 33.33333333%;
  }

  /* line 785, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-5 {
    margin-left: 41.66666667%;
  }

  /* line 788, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-6 {
    margin-left: 50%;
  }

  /* line 791, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-7 {
    margin-left: 58.33333333%;
  }

  /* line 794, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-8 {
    margin-left: 66.66666667%;
  }

  /* line 797, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-9 {
    margin-left: 75%;
  }

  /* line 800, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-10 {
    margin-left: 83.33333333%;
  }

  /* line 803, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-11 {
    margin-left: 91.66666667%;
  }

  /* line 806, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-fifth {
    width: 17.91666667%;
  }

  /* line 809, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-fourth {
    width: 22.91666667%;
  }

  /* line 812, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-third {
    width: 31.25%;
  }

  /* line 815, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-half {
    width: 47.91666667%;
  }

  /* line 818, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-full {
    width: 97.91666667%;
  }

  /* line 821, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-fifth {
    margin-left: 21.04166667%;
  }

  /* line 824, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-fourth {
    margin-left: 26.04166667%;
  }

  /* line 827, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-third {
    margin-left: 34.375%;
  }

  /* line 830, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-push-half {
    margin-left: 51.04166667%;
  }

  /* line 833, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-fifth {
    width: 20%;
  }

  /* line 836, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-fourth {
    width: 25%;
  }

  /* line 839, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-third {
    width: 33.33333333%;
  }

  /* line 842, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-half {
    width: 50%;
  }

  /* line 845, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-full {
    width: 100%;
  }

  /* line 848, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-fifth {
    margin-left: 20%;
  }

  /* line 851, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-fourth {
    margin-left: 25%;
  }

  /* line 854, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-third {
    margin-left: 33.33333333%;
  }

  /* line 857, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-half {
    margin-left: 50%;
  }

  /* line 860, ../scss/formstone/_grid.scss */
  .fs-grid .fs-row .fs-xl-hide {
    display: none;
  }
}
@font-face {
  font-family: 'RiskyFont-Bold';
  src: url("fonts/riskyfont-bold-webfont.eot");
  src: url("fonts/riskyfont-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/riskyfont-bold-webfont.woff2") format("woff2"), url("fonts/riskyfont-bold-webfont.woff") format("woff"), url("fonts/riskyfont-bold-webfont.ttf") format("truetype"), url("fonts/riskyfont-bold-webfont.svg#riskyfontbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RiskyFont-Light';
  src: url("fonts/riskyfont-light-webfont.eot");
  src: url("fonts/riskyfont-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/riskyfont-light-webfont.woff2") format("woff2"), url("fonts/riskyfont-light-webfont.woff") format("woff"), url("fonts/riskyfont-light-webfont.ttf") format("truetype"), url("fonts/riskyfont-light-webfont.svg#riskyfont_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RiskyFont';
  src: url("fonts/riskyfont-webfont.eot");
  src: url("fonts/riskyfont-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/riskyfont-webfont.woff2") format("woff2"), url("fonts/riskyfont-webfont.woff") format("woff"), url("fonts/riskyfont-webfont.ttf") format("truetype"), url("fonts/riskyfont-webfont.svg#riskyfontregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?46doxd");
  src: url("fonts/icomoon.eot?#iefix46doxd") format("embedded-opentype"), url("fonts/icomoon.ttf?46doxd") format("truetype"), url("fonts/icomoon.woff?46doxd") format("woff"), url("fonts/icomoon.svg?46doxd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 52, ../scss/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 64, ../scss/_fonts.scss */
.icon-bookmark:before {
  content: "\f07b";
}

/* line 67, ../scss/_fonts.scss */
.icon-star:before {
  content: "\f02a";
}

/* line 70, ../scss/_fonts.scss */
.icon-arrow-down:before {
  content: "\e606";
}

/* line 73, ../scss/_fonts.scss */
.icon-arrow-left:before {
  content: "\e607";
}

/* line 76, ../scss/_fonts.scss */
.icon-arrow-right:before {
  content: "\e608";
}

/* line 79, ../scss/_fonts.scss */
.icon-arrow-up:before {
  content: "\e609";
}

/* line 82, ../scss/_fonts.scss */
.icon-arrow-diamond-down:before {
  content: "\e600";
}

/* line 85, ../scss/_fonts.scss */
.icon-arrow-diamond-left:before {
  content: "\e601";
}

/* line 88, ../scss/_fonts.scss */
.icon-arrow-diamond-right:before {
  content: "\e602";
}

/* line 91, ../scss/_fonts.scss */
.icon-arrow-diamond-up:before {
  content: "\e603";
}

/* line 94, ../scss/_fonts.scss */
.icon-envelope:before {
  content: "\e604";
}

/* line 97, ../scss/_fonts.scss */
.icon-social:before {
  content: "\e605";
}

/* line 100, ../scss/_fonts.scss */
.icon-social-facebook:before {
  content: "\e60a";
}

/* line 103, ../scss/_fonts.scss */
.icon-social-twitter:before {
  content: "\e60b";
}

/* line 106, ../scss/_fonts.scss */
.icon-play:before {
  content: "\e60c";
}

/*! formstone v0.8.3 [lightbox.css] 2015-09-04 | MIT License | formstone.it */
/**
	 * @class
	 * @name .fs-lightbox-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-lightbox
	 * @type element
	 * @description Base widget class
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-open
	 * @type modifier
	 * @description Indicates open state
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-loading
	 * @type modifier
	 * @description Indicates loading state
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-animating
	 * @type modifier
	 * @description Indicates animating state
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-mobile
	 * @type modifier
	 * @description Indicates mobile display
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-fixed
	 * @type modifier
	 * @description Indicates fixed positioning
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-inline
	 * @type modifier
	 * @description Indicates inline content
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-iframed
	 * @type modifier
	 * @description Indicates iFrame content
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-has_caption
	 * @type modifier
	 * @description Indicates caption is present
	 */
/**
	 * @class
	 * @name .fs-lightbox.fs-lightbox-has_controls
	 * @type modifier
	 * @description Indicates controls are present
	 */
/* line 69, ../scss/formstone/_lightbox.scss */
.fs-lightbox {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 25px #000000;
  opacity: 0;
  margin: 0 auto;
  padding: 10px;
  -webkit-transform: translateZ(0);
  /**
		 * @class
		 * @name .fs-lightbox-overlay
		 * @type element
		 * @description Overlay element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-close
		 * @type element
		 * @description Close element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-loading_icon
		 * @type element
		 * @description Loading icon element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-container
		 * @type element
		 * @description Container element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-content
		 * @type element
		 * @description Content element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-image
		 * @type element
		 * @description Image element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-video
		 * @type element
		 * @description Video element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-iframe
		 * @type element
		 * @description iFrame element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-tools
		 * @type element
		 * @description Tools element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-meta
		 * @type element
		 * @description Meta info element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-controls
		 * @type element
		 * @description Controls container element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-control
		 * @type element
		 * @description Control element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-control.fs-lightbox-control_previous
		 * @type modifier
		 * @description Indicates previous control
		 */
  /**
		 * @class
		 * @name .fs-lightbox-control.fs-lightbox-control_next
		 * @type modifier
		 * @description Indicates next control
		 */
  /**
		 * @class
		 * @name .fs-lightbox-control.fs-lightbox-control_disabled
		 * @type modifier
		 * @description Indicates disbaled state
		 */
  /**
		 * @class
		 * @name .fs-lightbox-position
		 * @type element
		 * @description Position element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-position_current
		 * @type element
		 * @description Current position element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-position_total
		 * @type element
		 * @description Total position element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-caption
		 * @type element
		 * @description Caption element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-error
		 * @type element
		 * @description Error message element
		 */
  /**
		 * @class
		 * @name .fs-lightbox-lock
		 * @type modifier
		 * @description Indicates locked state; Applied to body element
		 */
}

/* line 210, ../scss/formstone/_lightbox.scss */
.fs-lightbox,
.fs-lightbox *:not(input):not(textarea) {
  box-sizing: border-box;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 218, ../scss/formstone/_lightbox.scss */
.fs-lightbox-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 224, ../scss/formstone/_lightbox.scss */
.fs-lightbox-inline {
  padding: 30px;
}

/* line 227, ../scss/formstone/_lightbox.scss */
.fs-lightbox-animating {
  -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}

/* line 231, ../scss/formstone/_lightbox.scss */
.fs-lightbox-animating .fs-lightbox-container {
  -webkit-transition: opacity 0.25s linear 0.25s;
  transition: opacity 0.25s linear 0.25s;
}

/* line 235, ../scss/formstone/_lightbox.scss */
.fs-lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

/* line 249, ../scss/formstone/_lightbox.scss */
.fs-lightbox-open {
  opacity: 1;
}

/* line 252, ../scss/formstone/_lightbox.scss */
.fs-lightbox-overlay.fs-lightbox-open {
  opacity: 0.75;
}

/* line 255, ../scss/formstone/_lightbox.scss */
.fs-lightbox-close {
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  z-index: 105;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
}

/* line 272, ../scss/formstone/_lightbox.scss */
.fs-lightbox-close:focus {
  outline: none;
}

/* line 275, ../scss/formstone/_lightbox.scss */
.fs-lightbox-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333333;
  content: "\00d7";
  display: block;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

/* line 294, ../scss/formstone/_lightbox.scss */
.no-opacity .fs-lightbox-close {
  text-indent: -999px;
}

/* line 297, ../scss/formstone/_lightbox.scss */
.fs-lightbox-loading_icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

/* line 312, ../scss/formstone/_lightbox.scss */
.fs-lightbox-loading_icon:before,
.fs-lightbox-loading_icon:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}

/* line 325, ../scss/formstone/_lightbox.scss */
.fs-lightbox-loading_icon:before {
  border: 5px solid rgba(51, 51, 51, 0.25);
}

/* line 328, ../scss/formstone/_lightbox.scss */
.fs-lightbox-loading_icon:after {
  -webkit-animation: fs-lightbox-loading-spin 0.75s linear infinite;
  animation: fs-lightbox-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333333;
}

@-webkit-keyframes fs-lightbox-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fs-lightbox-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 354, ../scss/formstone/_lightbox.scss */
.fs-lightbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #ffffff;
  overflow: hidden;
}

/* line 362, ../scss/formstone/_lightbox.scss */
.fs-lightbox-container:after {
  clear: both;
  content: '';
  display: table;
}

/* line 367, ../scss/formstone/_lightbox.scss */
.fs-lightbox-content {
  width: 100%;
  background: #ffffff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
}

/* line 374, ../scss/formstone/_lightbox.scss */
.fs-lightbox-content:after {
  clear: both;
  content: '';
  display: table;
}

/* line 379, ../scss/formstone/_lightbox.scss */
.fs-lightbox-inline .fs-lightbox-content {
  width: auto;
}

/* line 382, ../scss/formstone/_lightbox.scss */
.fs-lightbox-iframed .fs-lightbox-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 388, ../scss/formstone/_lightbox.scss */
.fs-lightbox-image {
  float: left;
}

/* line 391, ../scss/formstone/_lightbox.scss */
.fs-lightbox-video {
  width: 100%;
  height: 100%;
}

/* line 395, ../scss/formstone/_lightbox.scss */
.fs-lightbox-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}

/* line 402, ../scss/formstone/_lightbox.scss */
.fs-lightbox-meta {
  clear: both;
  padding: 10px 10px 0;
}

/* line 406, ../scss/formstone/_lightbox.scss */
.fs-lightbox-control {
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 105;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  white-space: nowrap;
}

/* line 427, ../scss/formstone/_lightbox.scss */
.fs-lightbox-control:focus {
  outline: none;
}

/* line 430, ../scss/formstone/_lightbox.scss */
.fs-lightbox-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}

/* line 441, ../scss/formstone/_lightbox.scss */
.no-opacity .fs-lightbox-control {
  text-indent: -999px;
}

/* line 444, ../scss/formstone/_lightbox.scss */
.fs-lightbox-control_previous {
  left: 20px;
}

/* line 447, ../scss/formstone/_lightbox.scss */
.fs-lightbox-control_previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #333333;
  margin-left: 14px;
}

/* line 453, ../scss/formstone/_lightbox.scss */
.fs-lightbox-control_next {
  right: 20px;
}

/* line 456, ../scss/formstone/_lightbox.scss */
.fs-lightbox-control_next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #333333;
  margin-right: 14px;
}

/* line 462, ../scss/formstone/_lightbox.scss */
.fs-lightbox-control_disabled {
  opacity: 0;
}

/* line 465, ../scss/formstone/_lightbox.scss */
.no-touch .fs-lightbox .fs-lightbox-control {
  opacity: 0;
}

/* line 468, ../scss/formstone/_lightbox.scss */
.no-touch .fs-lightbox:hover .fs-lightbox-control {
  opacity: 1;
}

/* line 471, ../scss/formstone/_lightbox.scss */
.no-touch .fs-lightbox .fs-lightbox-control_disabled,
.no-touch .fs-lightbox:hover .fs-lightbox-control_disabled {
  opacity: 0;
  cursor: default;
}

/* line 476, ../scss/formstone/_lightbox.scss */
.fs-lightbox-position {
  color: #999999;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}

/* line 482, ../scss/formstone/_lightbox.scss */
.fs-lightbox-caption:after {
  clear: both;
  content: '';
  display: table;
}

/* line 487, ../scss/formstone/_lightbox.scss */
.fs-lightbox-caption p {
  color: #666666;
  font-size: 14px;
  margin: 5px 0;
  padding: 0;
}

/* line 493, ../scss/formstone/_lightbox.scss */
.fs-lightbox-caption_toggle {
  display: none;
}

/* line 496, ../scss/formstone/_lightbox.scss */
.fs-lightbox-error {
  width: 250px;
}

/* line 499, ../scss/formstone/_lightbox.scss */
.fs-lightbox-error p {
  color: #990000;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}

/* line 507, ../scss/formstone/_lightbox.scss */
.fs-lightbox-loading .fs-lightbox-container {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

/* line 512, ../scss/formstone/_lightbox.scss */
.fs-lightbox-loading .fs-lightbox-loading_icon {
  opacity: 1;
}

/* line 515, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  border-radius: 0;
  padding: 40px 0 0;
}

/* line 527, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-close {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111111;
  border-radius: 0;
}

/* line 535, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-close:before {
  color: #cccccc;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

/* line 541, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-loading_icon:before {
  border-color: rgba(153, 153, 153, 0.25);
}

/* line 544, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-loading_icon:after {
  border-top-color: #999999;
}

/* line 547, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-container {
  position: static;
  background: #111111;
}

/* line 551, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-content {
  background-color: #111111;
  padding: 0 15px;
}

/* line 555, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-tools {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111111;
}

/* line 563, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-control {
  width: 50px;
  height: 100%;
  min-height: 50px;
  background: #111111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}

/* line 572, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-control_previous {
  left: 0;
}

/* line 575, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-control_previous:before {
  border-right-color: #eeeeee;
  margin-left: 19px;
}

/* line 579, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-control_next {
  right: 0;
}

/* line 582, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-control_next:before {
  border-left-color: #eeeeee;
  margin-right: 19px;
}

/* line 586, ../scss/formstone/_lightbox.scss */
.no-touch .fs-lightbox-mobile .fs-lightbox-control,
.no-touch .fs-lightbox-mobile:hover .fs-lightbox-control {
  opacity: 1;
}

/* line 590, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touch .fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touch .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
  opacity: 0;
  cursor: default !important;
}

/* line 596, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-meta {
  padding: 15px 65px;
}

/* line 599, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}

/* line 605, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #eeeeee;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

/* line 611, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile .fs-lightbox-image {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 618, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile.fs-lightbox-animated .fs-lightbox-image {
  -webkit-transition: -webkit-transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out !important;
}

/* line 622, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content,
.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 629, ../scss/formstone/_lightbox.scss */
.fs-lightbox-lock {
  overflow: hidden !important;
}

/* line 632, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
  width: auto;
  position: static;
  background: transparent;
}

/* line 637, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
  width: 100%;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: #111111;
  padding: 0 65px;
}

/* line 648, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-caption_toggle {
  color: #999999;
  display: block;
  font-size: 12px;
  line-height: 50px;
}

/* line 654, ../scss/formstone/_lightbox.scss */
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  width: 100%;
  height: 80%;
  position: fixed;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #222222;
  box-shadow: 0 0 25px #000000;
  padding: 15px 15px 65px;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
}

/* line 672, ../scss/formstone/_lightbox.scss */
.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../scss/_slider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/* line 24, ../scss/_slider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 32, ../scss/_slider.scss */
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 48, ../scss/_slider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 57, ../scss/_slider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 70, ../scss/_slider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 79, ../scss/_slider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 86, ../scss/_slider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 99, ../scss/_slider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 106, ../scss/_slider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}

/* line 111, ../scss/_slider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/controls.png) no-repeat -43px -32px;
}

/* line 116, ../scss/_slider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 120, ../scss/_slider.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 124, ../scss/_slider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 135, ../scss/_slider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 141, ../scss/_slider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 145, ../scss/_slider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 155, ../scss/_slider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 160, ../scss/_slider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 170, ../scss/_slider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 177, ../scss/_slider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 182, ../scss/_slider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 189, ../scss/_slider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 198, ../scss/_slider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* line 85, ../scss/screen.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 68, ../scss/screen.scss */
*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 89, ../scss/screen.scss */
html {
  height: 100%;
}

/* line 93, ../scss/screen.scss */
body {
  height: 100%;
  background: #3ccfd3;
  font: 16px/24px "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 101, ../scss/screen.scss */
a {
  color: #3ccfd3;
}

/* line 105, ../scss/screen.scss */
h1 {
  margin-bottom: 30px;
  font: 5rem/1em "RiskyFont-Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 110, ../scss/screen.scss */
h2 {
  font: 2.25rem/1em "RiskyFont-Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 114, ../scss/screen.scss */
h3 {
  font: 1.875rem/1.2em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 130, ../scss/screen.scss */
p {
  font: 1rem/1.625em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 138, ../scss/screen.scss */
.fs-row {
  max-width: 1240px;
}
/* line 141, ../scss/screen.scss */
.fs-row.full-width {
  width: 100%;
  max-width: 100%;
}

/* line 149, ../scss/screen.scss */
.button {
  display: inline-block;
  padding: 10px 20px;
  background: transparent;
  border: 2px solid #fff;
  font: 1rem/1em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-decoration: none;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
/* line 158, ../scss/screen.scss */
.button.gold {
  border-color: #f5cf46;
  color: #f5cf46;
}
/* line 163, ../scss/screen.scss */
.button.blue {
  border-color: #3ccfd3;
  color: #3ccfd3;
}
/* line 168, ../scss/screen.scss */
.button.light-grey {
  border-color: #b5b5b3;
  color: #b5b5b3;
}
/* line 173, ../scss/screen.scss */
.button.dark-grey {
  border-color: #565658;
  color: #565658;
}
/* line 178, ../scss/screen.scss */
.button.white {
  border-color: #f5f5f1;
  color: #f5f5f1;
}
/* line 183, ../scss/screen.scss */
.button.large {
  padding: 12px;
  font-size: 1.25em;
}
/* line 187, ../scss/screen.scss */
.button.large:hover {
  background: #fff;
  color: #3ccfd3;
}
/* line 193, ../scss/screen.scss */
.button .icon {
  display: inline-block;
  margin: -3px 10px 0 0;
  font-size: 2.125rem;
  vertical-align: middle;
}

/* line 203, ../scss/screen.scss */
.color-white {
  color: #f5f5f1 !important;
}

/* line 207, ../scss/screen.scss */
.color-light-grey {
  color: #b5b5b3 !important;
}

/* line 211, ../scss/screen.scss */
.color-dark-grey {
  color: #565658 !important;
}

/* line 215, ../scss/screen.scss */
.color-blue {
  color: #3ccfd3 !important;
}

/* line 219, ../scss/screen.scss */
.color-gold {
  color: #f5cf46 !important;
}

/* line 223, ../scss/screen.scss */
.bg-white {
  background-color: #f5f5f1 !important;
}

/* line 227, ../scss/screen.scss */
.bg-grey-1 {
  background-color: #565658 !important;
}

/* line 231, ../scss/screen.scss */
.bg-grey-2 {
  background-color: #8b8b8b !important;
}

/* line 235, ../scss/screen.scss */
.bg-grey-3 {
  background-color: #b5b5b3 !important;
}

/* line 239, ../scss/screen.scss */
.bg-grey-4 {
  background-color: #dededb !important;
}

/* line 243, ../scss/screen.scss */
.bg-grey-5 {
  background-color: #f5f5f1 !important;
}

/* line 247, ../scss/screen.scss */
.bg-blue {
  background-color: #3ccfd3 !important;
}

/* line 251, ../scss/screen.scss */
.bg-gold {
  background-color: #f5cf46 !important;
}

/* line 255, ../scss/screen.scss */
.no-text {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* line 261, ../scss/screen.scss */
header {
  position: absolute;
  width: 100%;
  height: 140px;
  padding: 40px 0 25px 0;
  font: 1rem/1em "RiskyFont-Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  z-index: 100;
}
/* line 269, ../scss/screen.scss */
header a {
  text-decoration: none;
}
/* line 274, ../scss/screen.scss */
header #nav-logo a {
  display: block;
  width: 100%;
  max-width: 220px;
  margin-left: -80px;
}
/* line 280, ../scss/screen.scss */
header #nav-logo a img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 288, ../scss/screen.scss */
header #nav-menu {
  padding-top: 28px;
}
/* line 291, ../scss/screen.scss */
header #nav-menu li {
  display: inline-block;
  margin: 0;
}
/* line 295, ../scss/screen.scss */
header #nav-menu li a {
  display: block;
  padding: 10px 14px;
  background: transparent;
  color: #f5f5f1;
  border: 2px solid transparent;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
/* line 303, ../scss/screen.scss */
header #nav-menu li a:hover {
  background: rgba(86, 86, 88, 0.1);
  color: #fff;
}
/* line 310, ../scss/screen.scss */
header #nav-menu li.current-menu-item a {
  border-color: #f5cf46;
  color: #f5cf46;
}
/* line 314, ../scss/screen.scss */
header #nav-menu li.current-menu-item a:hover {
  background: transparent;
}
/* line 322, ../scss/screen.scss */
header #nav-trigger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 13px;
  background: #565658;
  cursor: pointer;
}
/* line 333, ../scss/screen.scss */
header #nav-trigger .hamburger {
  position: absolute;
  display: block;
  top: 50%;
  width: 34px;
  height: 4px;
  margin-top: -2px;
  background: #3ccfd3;
}
/* line 342, ../scss/screen.scss */
header #nav-trigger .hamburger:before, header #nav-trigger .hamburger:after {
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  width: 100%;
  height: 4px;
  background: #3ccfd3;
}
/* line 353, ../scss/screen.scss */
header #nav-trigger .hamburger:after {
  top: 12px;
}
/* line 359, ../scss/screen.scss */
header #nav-social {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
/* line 366, ../scss/screen.scss */
header #nav-social a {
  position: relative;
  display: block;
  width: 90px;
  padding: 13px;
  background: #33b4b6;
  color: #fff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 2;
}
/* line 379, ../scss/screen.scss */
header #nav-social li ul {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #33b4b6;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 389, ../scss/screen.scss */
header #nav-social li ul li {
  display: block;
  float: left;
}
/* line 393, ../scss/screen.scss */
header #nav-social li ul li a {
  position: relative;
  z-index: 1;
}
/* line 397, ../scss/screen.scss */
header #nav-social li ul li a .icon {
  margin: 8px auto 11px auto;
  font-size: 2rem;
}
/* line 402, ../scss/screen.scss */
header #nav-social li ul li a:hover {
  background: #30a8aa;
}
/* line 411, ../scss/screen.scss */
header #nav-social:hover ul {
  left: -200px;
  width: 300px;
}
/* line 417, ../scss/screen.scss */
header #nav-social .icon {
  display: block;
  margin: 0 auto 7px auto;
  font-size: 2.5rem;
}

/* line 428, ../scss/screen.scss */
.page section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
/* line 434, ../scss/screen.scss */
.page .body-text {
  background-color: #f5f5f1;
}
/* line 437, ../scss/screen.scss */
.page .body-text h1 {
  font: 3rem/1.2em "RiskyFont-Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
/* line 441, ../scss/screen.scss */
.page .body-text h2 {
  margin: 0 0 30px 0;
  color: #3ccfd3;
  line-height: 1.2em;
}
/* line 447, ../scss/screen.scss */
.page .body-text h3 {
  margin: 0 0 30px 0;
  font: 1.75rem/1.25em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
/* line 452, ../scss/screen.scss */
.page .body-text h4 {
  margin: 0 0 20px 0;
  font: 1.375rem/1.25em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
}
/* line 458, ../scss/screen.scss */
.page .body-text h5 {
  margin: 0 0 12px 0;
  font: 1.2rem/1.25em "RiskyFont-Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
/* line 463, ../scss/screen.scss */
.page .body-text h6 {
  margin: 0 0 10px 0;
  font: 1rem/1.25em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
/* line 468, ../scss/screen.scss */
.page .body-text p {
  margin: 0 0 20px 0;
}
/* line 472, ../scss/screen.scss */
.page .body-text hr {
  height: 1px;
  margin: 40px 0;
  background: #b5b5b3;
  border: none;
}
/* line 479, ../scss/screen.scss */
.page .body-text ol, .page .body-text ul {
  list-style: square;
  padding: 0 0 0 60px;
  margin: 0 0 30px 0;
  font-size: 1.2em;
}
/* line 485, ../scss/screen.scss */
.page .body-text ol li, .page .body-text ul li {
  margin: 0 0 10px 0;
}
/* line 490, ../scss/screen.scss */
.page .body-text ol {
  list-style: decimal;
}
/* line 494, ../scss/screen.scss */
.page .body-text img {
  max-width: 100%;
  height: auto;
}
/* line 500, ../scss/screen.scss */
.page .body-section {
  padding: 40px 0;
}
/* line 508, ../scss/screen.scss */
.page .bx-wrapper {
  width: 1490px;
  margin: 50px 0;
  z-index: 1;
}
/* line 513, ../scss/screen.scss */
.page .bx-wrapper .bx-viewport {
  position: relative;
  left: auto;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 530, ../scss/screen.scss */
.page .bxslider li {
  position: relative;
  float: left;
  width: 360px;
  height: 320px;
  list-style: none;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-top: 10px;
}
/* line 539, ../scss/screen.scss */
.page .bxslider li a {
  display: block;
  position: relative;
  width: 360px;
  height: 300px;
  color: #fff;
  font: 1rem/1.25em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-decoration: none;
  z-index: 2;
}
/* line 549, ../scss/screen.scss */
.page .bxslider li a span {
  display: block;
}
/* line 553, ../scss/screen.scss */
.page .bxslider li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 280px;
  background-color: #8b8b8b;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-blend-mode: multiply;
  z-index: 2;
}
/* line 567, ../scss/screen.scss */
.page .bxslider li a .number {
  position: absolute;
  bottom: 50px;
  right: 30px;
  width: 300px;
  text-align: right;
  font: 0.625rem/1.1em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  z-index: 3;
}
/* line 577, ../scss/screen.scss */
.page .bxslider li a .title {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 300px;
  padding: 12px;
  border: 2px solid #f5cf46;
  font: 1.5rem/1.1em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  z-index: 4;
}
/* line 588, ../scss/screen.scss */
.page .bxslider li a .shadow {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 320px;
  height: 260px;
  z-index: 1;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
/* line 601, ../scss/screen.scss */
.page .bxslider li:hover {
  margin-top: 0;
}
/* line 604, ../scss/screen.scss */
.page .bxslider li:hover .shadow {
  left: 10px;
  width: 330px;
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
/* line 615, ../scss/screen.scss */
.page .bx-controls {
  width: 220px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
/* line 621, ../scss/screen.scss */
.page .bx-controls a {
  display: block;
  float: left;
  text-decoration: none;
  color: #8b8b8b;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 629, ../scss/screen.scss */
.page .bx-controls .slider-pager {
  float: left;
  height: 2rem;
  margin: 0 10px;
  vertical-align: middle;
}
/* line 635, ../scss/screen.scss */
.page .bx-controls .slider-pager .bx-pager-item {
  float: left;
  margin: 8px;
  vertical-align: middle;
}
/* line 640, ../scss/screen.scss */
.page .bx-controls .slider-pager .bx-pager-item a {
  display: block;
  width: 16px;
  height: 16px;
  background: #8b8b8b;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 648, ../scss/screen.scss */
.page .bx-controls .slider-pager .bx-pager-item a:hover {
  background: #727272;
}
/* line 652, ../scss/screen.scss */
.page .bx-controls .slider-pager .bx-pager-item a.active {
  background: #f5cf46;
}
/* line 659, ../scss/screen.scss */
.page .bx-controls .bx-controls-direction {
  float: left;
  vertical-align: middle;
}
/* line 663, ../scss/screen.scss */
.page .bx-controls .bx-controls-direction a {
  display: block;
  float: left;
  position: static;
  font-size: 2rem;
}
/* line 669, ../scss/screen.scss */
.page .bx-controls .bx-controls-direction a:hover {
  color: #f5cf46;
}
/* line 676, ../scss/screen.scss */
.page .bx-controls.rtl a {
  float: right;
}
/* line 680, ../scss/screen.scss */
.page .bx-controls.rtl .slider-pager {
  float: right;
}
/* line 683, ../scss/screen.scss */
.page .bx-controls.rtl .slider-pager .bx-pager-item {
  float: right;
}
/* line 688, ../scss/screen.scss */
.page .bx-controls.rtl .bx-controls-direction {
  float: right;
}
/* line 691, ../scss/screen.scss */
.page .bx-controls.rtl .bx-controls-direction a {
  float: right;
}
/* line 716, ../scss/screen.scss */
.page #news h2 {
  color: #8b8b8b;
}
/* line 720, ../scss/screen.scss */
.page #news .bx-wrapper {
  width: 2000px;
  left: auto;
  right: 50%;
}
/* line 726, ../scss/screen.scss */
.page #news .bxslider {
  /*.news-3 {
    a {
      background-image: url(../img/slider_folder3.png);
    }
  }
  
  .news-2 {
    a {
      background-image: url(../img/slider_folder2.png);
      color: $grey2;
    }
  }
  
  .news-1 {
    a {
      background-image: url(../img/slider_folder1.png);
    }
  }*/
}
/* line 729, ../scss/screen.scss */
.page #news .bxslider li a .bg {
  background-color: #8b8b8b;
  background-size: cover;
}
/* line 758, ../scss/screen.scss */
.page .bio-slider {
  overflow: visible;
  min-height: 700px;
}
/* line 762, ../scss/screen.scss */
.page .bio-slider .bxslider {
  padding-top: 0;
}
/* line 765, ../scss/screen.scss */
.page .bio-slider .bxslider li {
  width: 125px;
  height: 115px;
  margin-top: 0;
}
/* line 770, ../scss/screen.scss */
.page .bio-slider .bxslider li a {
  display: block;
  position: relative;
  width: 125px;
  height: 115px;
  opacity: 0.5;
  background-color: rgba(60, 207, 211, 0);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-blend-mode: hard-light;
  background-image: url(../img/bio_blank.jpg);
  background-position: center;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 784, ../scss/screen.scss */
.page .bio-slider .bxslider li a:hover {
  opacity: 0.8;
}
/* line 789, ../scss/screen.scss */
.page .bio-slider .bxslider li:hover {
  top: 0;
}
/* line 794, ../scss/screen.scss */
.page .bio-slider .bxslider li.active a {
  opacity: 1;
  background-color: rgba(60, 207, 211, 0.8);
}
/* line 802, ../scss/screen.scss */
.page .bio-slider .bx-controls {
  width: auto;
  margin: 0;
}
/* line 807, ../scss/screen.scss */
.page .bio-slider .bio-head {
  position: relative;
  margin: 0 0 20px 80px;
}
/* line 811, ../scss/screen.scss */
.page .bio-slider .bio-head h3 {
  font: 1.625rem/1.6em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #3ccfd3;
}
/* line 815, ../scss/screen.scss */
.page .bio-slider .bio-head h3 a {
  text-decoration: none;
}
/* line 819, ../scss/screen.scss */
.page .bio-slider .bio-head h3 span {
  display: block;
}
/* line 823, ../scss/screen.scss */
.page .bio-slider .bio-head h3 .title {
  max-width: 60%;
  font: 0.875rem/1.4em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #8b8b8b;
}
/* line 830, ../scss/screen.scss */
.page .bio-slider .bio-head .button {
  display: none;
  float: right;
  margin: 0 40px 0 0;
}
/* line 837, ../scss/screen.scss */
.page .bio-slider .bio-large {
  position: absolute;
  left: 51%;
  bottom: -170px;
  width: 49%;
  height: 700px;
  overflow: hidden;
  z-index: 1;
}
/* line 846, ../scss/screen.scss */
.page .bio-slider .bio-large .frame {
  width: 690px;
  height: 615px;
  padding: 37px 0 0 87px;
  background: url(../img/bio_frame.png) no-repeat;
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
/* line 853, ../scss/screen.scss */
.page .bio-slider .bio-large .frame .photo {
  display: block;
  width: 580px;
  height: 396px;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: #8b8b8b;
}
/* line 867, ../scss/screen.scss */
.page #about {
  background: #f5f5f1;
  padding: 100px 0 40px 0;
  overflow: visible;
}
/* line 872, ../scss/screen.scss */
.page #about .section-title {
  width: auto;
}
/* line 875, ../scss/screen.scss */
.page #about .section-title h2 {
  color: #3ccfd3;
}
/* line 880, ../scss/screen.scss */
.page #about h1 {
  font-size: 3rem;
  line-height: 0.875em;
}
/* line 885, ../scss/screen.scss */
.page #about .bx-wrapper {
  width: auto;
  margin: 40px 0;
  height: auto;
}
/* line 891, ../scss/screen.scss */
.page #about .bx-wrapper .bxslider li {
  height: auto;
}
/* line 900, ../scss/screen.scss */
.page .section-arrow {
  position: absolute;
  left: 45%;
  bottom: 45px;
  width: 10%;
  text-align: center;
  z-index: 20;
}
/* line 908, ../scss/screen.scss */
.page .section-arrow a {
  text-decoration: none;
}
/* line 912, ../scss/screen.scss */
.page .section-arrow span {
  display: block;
  margin: 5px auto;
}
/* line 917, ../scss/screen.scss */
.page .section-arrow .icon {
  font-size: 3rem;
}
/* line 922, ../scss/screen.scss */
.page .section-arrow.white a {
  color: #fff;
}
/* line 928, ../scss/screen.scss */
.page .section-arrow.gold a {
  color: #f5cf46;
}
/* line 934, ../scss/screen.scss */
.page .section-arrow.grey a {
  color: #8b8b8b;
}
/* line 942, ../scss/screen.scss */
.page .page-splash {
  height: 95%;
  padding: 180px 0 0 0;
  background-color: #3ccfd3;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  background-blend-mode: multiply;
  color: #fff;
}
/* line 952, ../scss/screen.scss */
.page .page-splash h3 {
  margin: 0 0 30px 0;
}
/* line 956, ../scss/screen.scss */
.page .page-splash p {
  margin: 0 0 30px 0;
}
/* line 964, ../scss/screen.scss */
.page.home #splash {
  padding-bottom: 160px;
  overflow: hidden;
  background: url(../img/splash_bull.jpg) no-repeat #3ccfd3;
  background-size: cover;
  background-position: center;
}
/* line 971, ../scss/screen.scss */
.page.home #splash .video-wrap {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
}
/* line 983, ../scss/screen.scss */
.page.home #splash .video-background {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  position: absolute;
  top: 50% !important;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0.2;
}
/* line 1001, ../scss/screen.scss */
.page.home blockquote {
  position: absolute;
  left: 20%;
  width: 60%;
  padding-top: 20px;
}
/* line 1010, ../scss/screen.scss */
.page.home blockquote p {
  margin: 0 0 30px 0;
  font: 2.125rem/1.3em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
/* line 1015, ../scss/screen.scss */
.page.home blockquote footer {
  text-align: right;
  font: 1rem/1em "RiskyFont-Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
/* line 1022, ../scss/screen.scss */
.page.home section .fs-cell-contained {
  position: relative;
  z-index: 5;
}
/* line 1027, ../scss/screen.scss */
.page.home section.stellar {
  background-repeat: no-repeat;
  background-position: left bottom;
}
/* line 1031, ../scss/screen.scss */
.page.home section.stellar .quote-photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 650px;
  height: 550px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  z-index: 1;
}
/* line 1044, ../scss/screen.scss */
.page.home section.stellar.right .quote-photo {
  left: auto;
  right: 0;
  background-position: right bottom;
}
/* line 1053, ../scss/screen.scss */
.page.home .section-title {
  width: 80%;
  margin: 0 auto 30px auto;
  overflow: hidden;
  *zoom: 1;
}
/* line 1058, ../scss/screen.scss */
.page.home .section-title h2 {
  float: left;
}
/* line 1062, ../scss/screen.scss */
.page.home .section-title .button {
  float: right;
}
/* line 1067, ../scss/screen.scss */
.page.home .bx-wrapper {
  margin: 90px 0;
}
/* line 1075, ../scss/screen.scss */
.page.home .bx-controls .slider-pager .bx-pager-item a.active {
  background: #3ccfd3;
}
/* line 1084, ../scss/screen.scss */
.page.home .bx-controls .bx-controls-direction a:hover {
  color: #3ccfd3;
}
/* line 1091, ../scss/screen.scss */
.page.home #reports {
  color: #fff;
}
/* line 1097, ../scss/screen.scss */
.page.home #reports h2 {
  color: #b5b5b3;
}
/* line 1106, ../scss/screen.scss */
.page#page-reports .bx-wrapper {
  margin: 0 0 40px 0;
}
/* line 1110, ../scss/screen.scss */
.page#page-reports .report-section {
  height: auto;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* line 1117, ../scss/screen.scss */
.page#page-reports .report-section h3 {
  margin: 0 0 60px 0;
  font: 2.25rem/1em "RiskyFont-Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
/* line 1122, ../scss/screen.scss */
.page#page-reports .report-section h2 {
  margin: 0 0 30px 0;
  font: 2.625rem/1em "RiskyFont-Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
/* line 1131, ../scss/screen.scss */
.page#page-reports .report-section .buttons {
  margin-top: 30px;
}
/* line 1134, ../scss/screen.scss */
.page#page-reports .report-section .buttons .share-link {
  display: inline-block;
  margin: 0 0 0 20px;
  text-decoration: none;
}
/* line 1139, ../scss/screen.scss */
.page#page-reports .report-section .buttons .share-link .icon {
  display: inline-block;
  margin: -2px 10px 0 0;
  font-size: 1.2rem;
  vertical-align: middle;
}
/* line 1155, ../scss/screen.scss */
.page#page-news .page-splash .articles li {
  margin: 0 0 20px 0;
}
/* line 1158, ../scss/screen.scss */
.page#page-news .page-splash .articles li a {
  display: block;
  padding: 0 16px 16px 16px;
  font: 1.25rem/1.2em "RiskyFont-Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #fff;
}
/* line 1167, ../scss/screen.scss */
.page#page-news .page-splash .articles li a:hover {
  border-bottom-width: 6px;
  padding-bottom: 12px;
}
/* line 1173, ../scss/screen.scss */
.page#page-news .page-splash .articles li span {
  display: block;
}
/* line 1177, ../scss/screen.scss */
.page#page-news .page-splash .articles li .title {
  margin: 0 0 8px 0;
}
/* line 1181, ../scss/screen.scss */
.page#page-news .page-splash .articles li .date {
  font: 0.75rem/1em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
/* line 1189, ../scss/screen.scss */
.page#page-news #news .bx-wrapper {
  right: 0;
}
/* line 1195, ../scss/screen.scss */
.page#page-news #filters ul {
  list-style: none;
}
/* line 1199, ../scss/screen.scss */
.page#page-news #filters h5 {
  display: inline-block;
  height: 60px;
  margin: 0;
  padding: 16px;
  font: 1.5rem/1em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
/* line 1207, ../scss/screen.scss */
.page#page-news #filters h5 .icon {
  margin: 0 0 0 20px;
  font-size: 1.75rem;
  vertical-align: middle;
}
/* line 1216, ../scss/screen.scss */
.page#page-news .news-filter {
  position: relative;
  margin-bottom: 40px;
  z-index: 50;
}
/* line 1221, ../scss/screen.scss */
.page#page-news .news-filter ul {
  list-style: none;
  position: relative;
  height: 60px;
  margin: 0;
  padding: 0;
  font: 1rem/1.2em "RiskyFont-Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
/* line 1230, ../scss/screen.scss */
.page#page-news .news-filter ul li ul {
  position: absolute;
  top: 60px;
  left: -9999px;
  width: 100%;
  height: auto;
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: rgba(255, 255, 255, 0.95);
  -moz-box-shadow: rgba(86, 86, 88, 0.5) 0 5px 20px;
  -webkit-box-shadow: rgba(86, 86, 88, 0.5) 0 5px 20px;
  box-shadow: rgba(86, 86, 88, 0.5) 0 5px 20px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}
/* line 1243, ../scss/screen.scss */
.page#page-news .news-filter ul li ul:hover {
  background: rgba(255, 255, 255, 0.95);
}
/* line 1247, ../scss/screen.scss */
.page#page-news .news-filter ul li ul li {
  cursor: pointer;
  margin: 0;
  padding: 10px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
/* line 1253, ../scss/screen.scss */
.page#page-news .news-filter ul li ul li:hover {
  background: #dededb;
}
/* line 1257, ../scss/screen.scss */
.page#page-news .news-filter ul li ul li.active {
  background: #3ccfd3;
  color: #fff;
}
/* line 1267, ../scss/screen.scss */
.page#page-news .news-filter ul:hover h5 {
  background: #b5b5b3;
  color: #fff;
}
/* line 1273, ../scss/screen.scss */
.page#page-news .news-filter ul:hover li ul {
  left: 0;
  opacity: 1;
}
/* line 1284, ../scss/screen.scss */
.page#page-news .news-filter#state-filter ul li ul {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
/* line 1293, ../scss/screen.scss */
.page#page-news #media-filter li {
  cursor: pointer;
}
/* line 1297, ../scss/screen.scss */
.page#page-news #media-filter li:hover h5 {
  background: #dededb;
}
/* line 1303, ../scss/screen.scss */
.page#page-news #media-filter li.active h5 {
  background: #3ccfd3;
  color: #fff;
}
/* line 1311, ../scss/screen.scss */
.page#page-news #main-content {
  min-height: 850px;
}
/* line 1315, ../scss/screen.scss */
.page#page-news #news-grid {
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
/* line 1320, ../scss/screen.scss */
.page#page-news .news-item-sizer,
.page#page-news .news-item {
  width: 23%;
}
/* line 1325, ../scss/screen.scss */
.page#page-news .news-item {
  float: left;
  margin-bottom: 2%;
}
/* line 1329, ../scss/screen.scss */
.page#page-news .news-item a {
  text-decoration: none;
}
/* line 1333, ../scss/screen.scss */
.page#page-news .news-item .news-link {
  display: block;
  padding: 24px;
  background-color: #3ccfd3;
  background-size: cover;
  background-blend-mode: soft-light;
  color: #4a4a4a;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
  *zoom: 1;
}
/* line 1343, ../scss/screen.scss */
.page#page-news .news-item .news-link span {
  display: block;
  clear: both;
}
/* line 1348, ../scss/screen.scss */
.page#page-news .news-item .news-link .date {
  float: left;
  margin: 0 0 12px 0;
  padding: 8px 10px;
  font: 0.75rem/1em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  background: rgba(255, 255, 255, 0.8);
  color: #8b8b8b;
}
/* line 1357, ../scss/screen.scss */
.page#page-news .news-item .news-link .sticky {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1em;
}
/* line 1366, ../scss/screen.scss */
.page#page-news .news-item .news-link .title {
  margin: 0 0 10px 0;
  font: 1.875rem/1.25em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
/* line 1371, ../scss/screen.scss */
.page#page-news .news-item .news-link .categories {
  display: block;
  padding: 10px 0 0 0;
  opacity: 0;
  border-top: 2px solid transparent;
  font: 0.75rem/1em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #fff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
/* line 1381, ../scss/screen.scss */
.page#page-news .news-item .news-link:hover {
  background-color: #4a4a4a;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  color: #3ccfd3;
}
/* line 1387, ../scss/screen.scss */
.page#page-news .news-item .news-link:hover .categories {
  opacity: 1;
  border-top: 2px solid #fff;
}
/* line 1394, ../scss/screen.scss */
.page#page-news .news-item.two-column {
  width: 48%;
}
/* line 1397, ../scss/screen.scss */
.page#page-news .news-item.two-column .title {
  font-size: 3rem;
}
/* line 1403, ../scss/screen.scss */
.page#page-news .news-gutter-sizer {
  width: 2%;
}
/* line 1411, ../scss/screen.scss */
.page#page-about .bxslider {
  margin: 40px 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 1415, ../scss/screen.scss */
.page#page-about .bxslider li {
  width: auto;
  height: auto;
  margin: 0 10px 10px 0;
}
/* line 1422, ../scss/screen.scss */
.page#page-about .bio-large {
  bottom: auto;
  top: 210px;
}
/* line 1427, ../scss/screen.scss */
.page#page-about #leadership {
  background: #dededb;
}
/* line 1431, ../scss/screen.scss */
.page#page-about #our-team {
  background: #fff;
}
/* line 1435, ../scss/screen.scss */
.page#page-about #mission {
  background: #fff;
}

/* line 1446, ../scss/screen.scss */
#share-post {
  padding: 60px 0;
  background: #dededb;
}
/* line 1450, ../scss/screen.scss */
#share-post a {
  color: #4a4a4a;
  text-decoration: none;
}
/* line 1455, ../scss/screen.scss */
#share-post h3 {
  margin: 0 0 30px 0;
}
/* line 1459, ../scss/screen.scss */
#share-post ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1466, ../scss/screen.scss */
#share-post li {
  display: inline-block;
  margin: 0 20px 0 0;
}
/* line 1471, ../scss/screen.scss */
#share-post .icon {
  margin: 0 10px 0 0;
  font-size: 1.5rem;
  color: #3ccfd3;
  vertical-align: middle;
}

/* line 1482, ../scss/screen.scss */
.single-bio .page-splash {
  height: auto;
  min-height: 95%;
  padding-bottom: 120px;
}
/* line 1488, ../scss/screen.scss */
.single-bio #about {
  min-height: 0;
  background: #fff;
}
/* line 1492, ../scss/screen.scss */
.single-bio #about .section-title {
  margin-bottom: 30px;
}

/* line 1500, ../scss/screen.scss */
#newsletter {
  background: #3ccfd3;
  color: #fff;
}
/* line 1504, ../scss/screen.scss */
#newsletter #mc-embedded-subscribe-form {
  margin: 40px 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 1509, ../scss/screen.scss */
#newsletter label {
  display: none;
}
/* line 1513, ../scss/screen.scss */
#newsletter input, #newsletter button {
  display: block;
  float: left;
  height: 85px;
  margin: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 1520, ../scss/screen.scss */
#newsletter input#mce-EMAIL, #newsletter button#mce-EMAIL {
  width: 90%;
  width: calc(100% - 85px);
  padding: 28px;
  background: #dededb;
  border: none;
  font: 1.5rem/1.75rem "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #565658;
}
/* line 1529, ../scss/screen.scss */
#newsletter input#mce-EMAIL:focus, #newsletter button#mce-EMAIL:focus {
  background: #fff;
}
/* line 1535, ../scss/screen.scss */
#newsletter #mc-embedded-subscribe {
  width: 85px;
  padding: 0;
  background: #dededb;
  font-size: 3rem;
  color: #565658;
  border: none;
  cursor: pointer;
}
/* line 1544, ../scss/screen.scss */
#newsletter #mc-embedded-subscribe:hover {
  background: #8b8b8b;
  color: #fff;
}
/* line 1550, ../scss/screen.scss */
#newsletter p {
  width: 55%;
  margin: 0 0 0 45%;
  font: 0.75rem/1.4em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #565658;
}

/* line 1560, ../scss/screen.scss */
#contact {
  position: fixed;
  top: -800px;
  left: 50%;
  width: 80%;
  margin: 0 0 0 -40%;
  padding: 60px;
  background: #fff;
  z-index: 999;
}
/* line 1570, ../scss/screen.scss */
#contact .address {
  display: block;
  float: left;
  width: auto;
  height: 100px;
  margin: 0 2% 2% 0;
  padding: 16px;
  background: #dededb;
  text-decoration: none;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
/* line 1581, ../scss/screen.scss */
#contact .address span {
  display: block;
}
/* line 1585, ../scss/screen.scss */
#contact .address .label {
  margin: 0 0 8px 0;
  font-family: "RiskyFont-Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #4a4a4a;
}
/* line 1591, ../scss/screen.scss */
#contact .address .email {
  font-size: 1.25em;
}
/* line 1595, ../scss/screen.scss */
#contact .address.twitter {
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 34px 0;
  text-align: center;
}
/* line 1602, ../scss/screen.scss */
#contact .address.twitter .icon {
  font-size: 2rem;
}
/* line 1606, ../scss/screen.scss */
#contact .address.twitter .label {
  display: none;
}
/* line 1611, ../scss/screen.scss */
#contact .address:hover {
  background: #3ccfd3;
  color: #fff;
}
/* line 1615, ../scss/screen.scss */
#contact .address:hover .email {
  color: #f5f5f1;
}

/* line 1622, ../scss/screen.scss */
body.contact-open {
  overflow: hidden;
}
/* line 1625, ../scss/screen.scss */
body.contact-open #contact {
  -moz-box-shadow: rgba(86, 86, 88, 0.5) 0 2px 40px;
  -webkit-box-shadow: rgba(86, 86, 88, 0.5) 0 2px 40px;
  box-shadow: rgba(86, 86, 88, 0.5) 0 2px 40px;
}

/* line 1630, ../scss/screen.scss */
#contact-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 1636, ../scss/screen.scss */
#contact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 998;
}

/* line 1645, ../scss/screen.scss */
#main-footer {
  padding: 40px 0;
  background: #8b8b8b;
  color: #f5f5f1;
}
/* line 1650, ../scss/screen.scss */
#main-footer a {
  text-decoration: none;
}
/* line 1655, ../scss/screen.scss */
#main-footer #footer-logo a {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto 20px auto;
}
/* line 1661, ../scss/screen.scss */
#main-footer #footer-logo a img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 1669, ../scss/screen.scss */
#main-footer #footer-menu {
  padding-top: 40px;
  font: 1rem/1em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
/* line 1673, ../scss/screen.scss */
#main-footer #footer-menu li {
  display: inline-block;
  margin: 0 30px 0 0;
}
/* line 1677, ../scss/screen.scss */
#main-footer #footer-menu li a {
  display: block;
  color: #fff;
}
/* line 1684, ../scss/screen.scss */
#main-footer #colophon {
  margin-top: 20px;
}
/* line 1687, ../scss/screen.scss */
#main-footer #colophon a {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #f5cf46;
}
/* line 1693, ../scss/screen.scss */
#main-footer #colophon p {
  margin-bottom: 8px;
  font: 0.625rem/1.5em "RiskyFont", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 1704, ../scss/screen.scss */
html.no-touchevents .page .page-splash {
  background-size: cover;
  background-attachment: fixed;
}
/* line 1710, ../scss/screen.scss */
html.no-touchevents .page.home #splash {
  background: #2dc4c8;
}
/* line 1713, ../scss/screen.scss */
html.no-touchevents .page.home #splash .video-wrap {
  display: block;
}
/* line 1718, ../scss/screen.scss */
html.no-touchevents .page.home section.stellar {
  background-attachment: fixed;
}
/* line 1724, ../scss/screen.scss */
html.no-touchevents .page#page-reports .report-section {
  height: 100%;
  padding: 0;
  background-attachment: fixed;
}

@media screen and (max-width: 1219px) {
  /* line 1746, ../scss/screen.scss */
  .page #news .bx-wrapper {
    overflow: hidden;
    right: 25%;
  }
  /* line 1753, ../scss/screen.scss */
  .page.home blockquote {
    margin: 0;
  }
  /* line 1756, ../scss/screen.scss */
  .page.home blockquote.right {
    left: 25%;
  }
}
@media screen and (max-width: 979px) {
  /* line 1771, ../scss/screen.scss */
  header #nav-logo a {
    margin: 0;
  }

  /* line 1778, ../scss/screen.scss */
  .page section {
    height: auto;
  }
  /* line 1782, ../scss/screen.scss */
  .page .page-splash {
    height: auto;
    padding-bottom: 120px;
  }
  /* line 1788, ../scss/screen.scss */
  .page .bio-slider .bx-controls {
    margin: 0;
  }
  /* line 1794, ../scss/screen.scss */
  .page #news .bx-wrapper {
    right: auto;
  }
  /* line 1802, ../scss/screen.scss */
  .page.home .page-splash h1 br {
    display: none;
  }
  /* line 1810, ../scss/screen.scss */
  .page.home section.stellar .quote-photo {
    width: 550px;
    height: 465px;
  }
  /* line 1818, ../scss/screen.scss */
  .page.home blockquote p {
    font-size: 1.5rem;
  }
  /* line 1824, ../scss/screen.scss */
  .page.home #news .bx-wrapper {
    left: 10%;
  }
  /* line 1831, ../scss/screen.scss */
  .page#page-reports .bx-wrapper {
    margin: 0 auto 40px auto;
  }
  /* line 1840, ../scss/screen.scss */
  .page#page-news .page-splash .articles li a {
    padding: 0 0 16px 0;
  }
  /* line 1847, ../scss/screen.scss */
  .page#page-news .bx-wrapper {
    margin: 0 auto 40px auto;
  }

  /* line 1854, ../scss/screen.scss */
  #contact .address {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 20px 0;
  }
  /* line 1860, ../scss/screen.scss */
  #contact .address.twitter {
    width: auto;
    height: auto;
    padding: 16px;
    text-align: left;
  }
  /* line 1866, ../scss/screen.scss */
  #contact .address.twitter span {
    vertical-align: middle;
  }
  /* line 1870, ../scss/screen.scss */
  #contact .address.twitter .icon {
    display: inline-block;
    width: auto;
    margin: 0 15px 0 0;
  }
  /* line 1876, ../scss/screen.scss */
  #contact .address.twitter .label {
    display: inline-block;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 1888, ../scss/screen.scss */
  html {
    height: auto;
  }

  /* line 1892, ../scss/screen.scss */
  body {
    height: auto;
  }

  /* line 1897, ../scss/screen.scss */
  .page section {
    padding: 80px 0;
  }
  /* line 1901, ../scss/screen.scss */
  .page .page-splash {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 1907, ../scss/screen.scss */
  .page.home section {
    padding: 80px 0 160px 0;
  }
  /* line 1910, ../scss/screen.scss */
  .page.home section.stellar {
    background-size: 50% auto;
  }
  /* line 1913, ../scss/screen.scss */
  .page.home section.stellar .quote-photo {
    width: 410px;
    height: 340px;
  }
  /* line 1920, ../scss/screen.scss */
  .page.home blockquote {
    padding-top: 0;
  }
  /* line 1923, ../scss/screen.scss */
  .page.home blockquote.right {
    left: 20%;
  }
  /* line 1928, ../scss/screen.scss */
  .page.home .bx-wrapper {
    left: auto !important;
    right: auto !important;
    margin: 30px auto;
  }
  /* line 1934, ../scss/screen.scss */
  .page.home .page-splash {
    padding-top: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 1940, ../scss/screen.scss */
  .page.home #reports {
    background-size: 50% auto;
  }
  /* line 1944, ../scss/screen.scss */
  .page.home #news {
    background-size: 40% auto;
  }
  /* line 1949, ../scss/screen.scss */
  .page #about {
    padding: 80px 0 0 0;
  }
  /* line 1952, ../scss/screen.scss */
  .page #about .bx-wrapper {
    width: auto;
    overflow: hidden;
  }
  /* line 1959, ../scss/screen.scss */
  .page .bio-slider .bio-large {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    margin: 40px 0 -170px 0;
  }
  /* line 1968, ../scss/screen.scss */
  .page .bio-slider .bx-controls {
    width: auto;
  }
  /* line 1974, ../scss/screen.scss */
  .page#page-reports .bx-wrapper {
    margin: 0 auto;
  }
  /* line 1978, ../scss/screen.scss */
  .page#page-reports .report-section {
    height: auto;
    padding: 160px 0;
    background-size: auto 100%;
  }
  /* line 1983, ../scss/screen.scss */
  .page#page-reports .report-section h3 {
    margin: 0 0 30px 0;
    font: 1.75rem/1em "RiskyFont-Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  }
  /* line 1991, ../scss/screen.scss */
  .page#page-news .news-item-sizer, .page#page-news .news-item {
    width: 48%;
  }
  /* line 1999, ../scss/screen.scss */
  .page#page-about .bio-slider .bio-head .button {
    margin-right: 80px;
  }
  /* line 2005, ../scss/screen.scss */
  .page#page-about .bio-large {
    bottom: auto;
    top: auto;
  }

  /* line 2014, ../scss/screen.scss */
  #newsletter input#mce-EMAIL, #newsletter button#mce-EMAIL {
    width: 60%;
  }
}
@media screen and (max-width: 739px) {
  /* line 2026, ../scss/screen.scss */
  .page.home section.stellar .quote-photo {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  /* line 2036, ../scss/screen.scss */
  header {
    height: 80px;
    padding: 24px 0;
  }
  /* line 2040, ../scss/screen.scss */
  header #nav-logo {
    width: 50%;
  }
  /* line 2043, ../scss/screen.scss */
  header #nav-logo a {
    width: 90%;
    margin: 0 auto;
  }
  /* line 2049, ../scss/screen.scss */
  header #nav-menu-wrap {
    position: absolute;
    top: 10px;
    right: 80px;
    width: 60px;
    height: 60px;
    margin: 0;
  }
  /* line 2058, ../scss/screen.scss */
  header #nav-trigger {
    display: block;
  }
  /* line 2062, ../scss/screen.scss */
  header #nav-menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 200px;
    padding: 0;
    background: #dededb;
  }
  /* line 2071, ../scss/screen.scss */
  header #nav-menu li {
    display: block;
    margin: 0 10px;
  }
  /* line 2075, ../scss/screen.scss */
  header #nav-menu li a {
    display: block;
    padding: 12px 8px;
    color: #565658;
  }
  /* line 2083, ../scss/screen.scss */
  header #nav-social {
    top: 10px;
    right: 10px;
    font-size: 0.75rem;
  }
  /* line 2088, ../scss/screen.scss */
  header #nav-social a {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
  /* line 2095, ../scss/screen.scss */
  header #nav-social li ul {
    width: 60px;
    height: 60px;
  }
  /* line 2102, ../scss/screen.scss */
  header #nav-social:hover ul {
    left: -120px;
    width: 120px;
  }
  /* line 2108, ../scss/screen.scss */
  header #nav-social .icon {
    margin: 0 auto;
    font-size: 2rem;
  }

  /* line 2115, ../scss/screen.scss */
  h1 {
    font-size: 3rem;
  }

  /* line 2120, ../scss/screen.scss */
  .page .page-splash {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 2129, ../scss/screen.scss */
  .page.home section.stellar .quote-photo {
    display: none !important;
  }
  /* line 2135, ../scss/screen.scss */
  .page.home .bx-wrapper {
    margin: 30px auto;
  }
  /* line 2139, ../scss/screen.scss */
  .page.home #splash {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
  /* line 2149, ../scss/screen.scss */
  .page.home #news .bx-wrapper {
    position: relative;
    left: auto;
    right: auto;
  }
  /* line 2158, ../scss/screen.scss */
  .page.home #about .bx-controls .slider-pager {
    display: none;
  }
  /* line 2165, ../scss/screen.scss */
  .page .section-arrow {
    left: 30%;
    width: 40%;
  }
  /* line 2171, ../scss/screen.scss */
  .page .bio-slider .bio-head {
    margin-left: 40px;
  }
  /* line 2174, ../scss/screen.scss */
  .page .bio-slider .bio-head .button {
    margin-right: 0;
  }
  /* line 2179, ../scss/screen.scss */
  .page .bio-slider .bio-large {
    margin-bottom: -100px;
    margin-left: -20px;
  }
  /* line 2183, ../scss/screen.scss */
  .page .bio-slider .bio-large .frame {
    width: 100%;
    height: 0;
    padding: 5% 0 80% 12%;
    background-size: 100% auto;
  }
  /* line 2189, ../scss/screen.scss */
  .page .bio-slider .bio-large .frame .photo {
    position: absolute;
    width: 84.5%;
    height: 68%;
  }
  /* line 2200, ../scss/screen.scss */
  .page#page-reports .report-section {
    padding: 60px 0 120px 0;
    background-size: auto 100%;
  }
  /* line 2207, ../scss/screen.scss */
  .page#page-news #main-content {
    padding-top: 20px;
  }
  /* line 2211, ../scss/screen.scss */
  .page#page-news .news-filter {
    margin-bottom: 20px;
  }
  /* line 2214, ../scss/screen.scss */
  .page#page-news .news-filter h5 {
    display: block;
    font-size: 1.125rem;
  }
  /* line 2219, ../scss/screen.scss */
  .page#page-news .news-filter ul {
    height: auto;
    -moz-transition: height, 0.5s;
    -o-transition: height, 0.5s;
    -webkit-transition: height, 0.5s;
    transition: height, 0.5s;
  }
  /* line 2224, ../scss/screen.scss */
  .page#page-news .news-filter ul li ul {
    position: relative;
    top: auto;
    left: auto;
    height: 0;
    overflow: hidden;
    -moz-transition: height, 0.5s;
    -o-transition: height, 0.5s;
    -webkit-transition: height, 0.5s;
    transition: height, 0.5s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 2237, ../scss/screen.scss */
  .page#page-news .news-filter ul:hover li ul {
    height: auto;
  }
  /* line 2247, ../scss/screen.scss */
  .page#page-news .news-filter#state-filter ul li ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  /* line 2255, ../scss/screen.scss */
  .page#page-news .news-item-sizer,
  .page#page-news .news-item {
    width: 100%;
  }
  /* line 2259, ../scss/screen.scss */
  .page#page-news .news-item-sizer .title,
  .page#page-news .news-item .title {
    font-size: 1.25rem;
  }
  /* line 2263, ../scss/screen.scss */
  .page#page-news .news-item-sizer.two-column,
  .page#page-news .news-item.two-column {
    width: 100%;
  }
  /* line 2266, ../scss/screen.scss */
  .page#page-news .news-item-sizer.two-column .title,
  .page#page-news .news-item.two-column .title {
    font-size: 2rem;
  }
  /* line 2276, ../scss/screen.scss */
  .page#page-about .bio-slider .bio-head .button {
    margin-right: 0;
  }
  /* line 2281, ../scss/screen.scss */
  .page#page-about .bio-slider .bio-large {
    margin-top: 20px;
  }

  /* line 2288, ../scss/screen.scss */
  #newsletter {
    padding: 80px 0;
  }

  /* line 2292, ../scss/screen.scss */
  #contact {
    width: 90%;
    margin: 0 0 0 -45%;
    padding: 80px 15px 15px 15px;
  }
  /* line 2297, ../scss/screen.scss */
  #contact .address {
    height: auto;
    padding: 10px;
  }
  /* line 2301, ../scss/screen.scss */
  #contact .address .email {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  /* line 2310, ../scss/screen.scss */
  #main-footer #footer-menu li {
    display: block;
    margin: 0 0 10px 0;
  }
}
