@charset "UTF-8";
/**
 * @grid
 * @name Grid
 * @description A responsive CSS grid.
 */
.fs_grid_row,
.fs-grid .fs-row {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

#image_view .n2-ss-slider [data-mode=fill] .n2-ss-slide-background-image{background-size: contain!important;}
#image_view div#n2-ss-2 .nextend-arrow img{background:#000;}

@media screen and (min-width: 500px) {
  .fs_grid_row,
  .fs-grid .fs-row {
    width: 98%;
  }
}
@media screen and (min-width: 740px) {
  .fs_grid_row,
  .fs-grid .fs-row {
    width: 720px;
  }
}
@media screen and (min-width: 980px) {
  .fs_grid_row,
  .fs-grid .fs-row {
    width: 960px;
  }
}
@media screen and (min-width: 1220px) {
  .fs_grid_row,
  .fs-grid .fs-row {
    width: 1200px;
  }
}
.fs_grid_row:after,
.fs-grid .fs-row:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}
.fs_grid_row_fluid,
.fs-grid-fluid .fs-row {
  width: 96%;
  width: calc(100% - 40px);
}
@media screen and (max-width: 739px) {
  .fs_grid_row_fluid_sm,
  .fs-grid-sm-fluid .fs-row {
    width: 96%;
    width: calc(100% - 40px);
  }
}
.fs_grid_row_row,
.fs-grid .fs-row .fs-row {
  width: 102.08333333%;
  margin-left: -1.04166667%;
  margin-right: -1.04166667%;
}
.fs_grid_row_row_contained,
.fs-grid .fs-row [class*="fs-cell"][class*="-contained"] .fs-row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.fs_grid_cell,
.fs-grid .fs-row [class*="fs-cell"] {
  width: 97.91666667%;
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}
.fs_grid_cell_centered,
.fs-grid .fs-row [class*="fs-cell"][class*="-centered"] {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.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%;
}
.fs_grid_cell_contained,
.fs-grid .fs-row [class*="fs-cell"][class*="-contained"] {
  margin-left: 0;
  margin-right: 0;
}
.fs_grid_cell_right,
.fs-grid .fs-row [class*="fs-cell"][class*="-right"] {
  float: right;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
.fs-grid .fs-row .fs-all-fifth {
  width: 17.91666667%;
}
.fs-grid .fs-row .fs-all-fourth {
  width: 22.91666667%;
}
.fs-grid .fs-row .fs-all-third {
  width: 31.25%;
}
.fs-grid .fs-row .fs-all-half {
  width: 47.91666667%;
}
.fs-grid .fs-row .fs-all-full {
  width: 97.91666667%;
}
.fs-grid .fs-row .fs-all-push-fifth {
  margin-left: 21.04166667%;
}
.fs-grid .fs-row .fs-all-push-fourth {
  margin-left: 26.04166667%;
}
.fs-grid .fs-row .fs-all-push-third {
  margin-left: 34.375%;
}
.fs-grid .fs-row .fs-all-push-half {
  margin-left: 51.04166667%;
}
.fs-grid .fs-row [class*="-contained"].fs-all-fifth {
  width: 20%;
}
.fs-grid .fs-row [class*="-contained"].fs-all-fourth {
  width: 25%;
}
.fs-grid .fs-row [class*="-contained"].fs-all-third {
  width: 33.33333333%;
}
.fs-grid .fs-row [class*="-contained"].fs-all-half {
  width: 50%;
}
.fs-grid .fs-row [class*="-contained"].fs-all-full {
  width: 100%;
}
.fs-grid .fs-row [class*="-contained"].fs-all-push-fifth {
  margin-left: 20%;
}
.fs-grid .fs-row [class*="-contained"].fs-all-push-fourth {
  margin-left: 25%;
}
.fs-grid .fs-row [class*="-contained"].fs-all-push-third {
  margin-left: 33.33333333%;
}
.fs-grid .fs-row [class*="-contained"].fs-all-push-half {
  margin-left: 50%;
}
.fs-grid .fs-row .fs-all-hide {
  display: none;
}
@media screen and (max-width:  739px) {
  .fs-grid .fs-row .fs-sm-1 {
    width: 31.25%;
  }
  .fs-grid .fs-row .fs-sm-2 {
    width: 64.58333333%;
  }
  .fs-grid .fs-row .fs-sm-3 {
    width: 97.91666667%;
  }
  .fs-grid .fs-row .fs-sm-push-1 {
    margin-left: 34.375%;
  }
  .fs-grid .fs-row .fs-sm-push-2 {
    margin-left: 67.70833333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-1 {
    width: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-2 {
    width: 66.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-3 {
    width: 100%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-push-1 {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-push-2 {
    margin-left: 66.66666667%;
  }
  .fs-grid .fs-row .fs-sm-fifth {
    width: 17.91666667%;
  }
  .fs-grid .fs-row .fs-sm-fourth {
    width: 22.91666667%;
  }
  .fs-grid .fs-row .fs-sm-third {
    width: 31.25%;
  }
  .fs-grid .fs-row .fs-sm-half {
    width: 47.91666667%;
  }
  .fs-grid .fs-row .fs-sm-full {
    width: 97.91666667%;
  }
  .fs-grid .fs-row .fs-sm-push-fifth {
    margin-left: 21.04166667%;
  }
  .fs-grid .fs-row .fs-sm-push-fourth {
    margin-left: 26.04166667%;
  }
  .fs-grid .fs-row .fs-sm-push-third {
    margin-left: 34.375%;
  }
  .fs-grid .fs-row .fs-sm-push-half {
    margin-left: 51.04166667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-fifth {
    width: 20%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-fourth {
    width: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-third {
    width: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-half {
    width: 50%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-full {
    width: 100%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-push-fifth {
    margin-left: 20%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-push-fourth {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-push-third {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-sm-push-half {
    margin-left: 50%;
  }
  .fs-grid .fs-row .fs-sm-hide {
    display: none;
  }
}
@media screen and (max-width:  499px) {
  .fs-grid .fs-row .fs-xs-1 {
    width: 31.25%;
  }
  .fs-grid .fs-row .fs-xs-2 {
    width: 64.58333333%;
  }
  .fs-grid .fs-row .fs-xs-3 {
    width: 97.91666667%;
  }
  .fs-grid .fs-row .fs-xs-push-1 {
    margin-left: 34.375%;
  }
  .fs-grid .fs-row .fs-xs-push-2 {
    margin-left: 67.70833333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-1 {
    width: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-2 {
    width: 66.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-3 {
    width: 100%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-push-1 {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-push-2 {
    margin-left: 66.66666667%;
  }
  .fs-grid .fs-row .fs-xs-fifth {
    width: 17.91666667%;
  }
  .fs-grid .fs-row .fs-xs-fourth {
    width: 22.91666667%;
  }
  .fs-grid .fs-row .fs-xs-third {
    width: 31.25%;
  }
  .fs-grid .fs-row .fs-xs-half {
    width: 47.91666667%;
  }
  .fs-grid .fs-row .fs-xs-full {
    width: 97.91666667%;
  }
  .fs-grid .fs-row .fs-xs-push-fifth {
    margin-left: 21.04166667%;
  }
  .fs-grid .fs-row .fs-xs-push-fourth {
    margin-left: 26.04166667%;
  }
  .fs-grid .fs-row .fs-xs-push-third {
    margin-left: 34.375%;
  }
  .fs-grid .fs-row .fs-xs-push-half {
    margin-left: 51.04166667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-fifth {
    width: 20%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-fourth {
    width: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-third {
    width: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-half {
    width: 50%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-full {
    width: 100%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-push-fifth {
    margin-left: 20%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-push-fourth {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-push-third {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xs-push-half {
    margin-left: 50%;
  }
  .fs-grid .fs-row .fs-xs-hide {
    display: none;
  }
}
@media screen and (min-width:  740px) and (max-width:  979px) {
  .fs-grid .fs-row .fs-md-1 {
    width: 14.58333333%;
  }
  .fs-grid .fs-row .fs-md-2 {
    width: 31.25%;
  }
  .fs-grid .fs-row .fs-md-3 {
    width: 47.91666667%;
  }
  .fs-grid .fs-row .fs-md-4 {
    width: 64.58333333%;
  }
  .fs-grid .fs-row .fs-md-5 {
    width: 81.25%;
  }
  .fs-grid .fs-row .fs-md-6 {
    width: 97.91666667%;
  }
  .fs-grid .fs-row .fs-md-push-1 {
    margin-left: 17.70833333%;
  }
  .fs-grid .fs-row .fs-md-push-2 {
    margin-left: 34.375%;
  }
  .fs-grid .fs-row .fs-md-push-3 {
    margin-left: 51.04166667%;
  }
  .fs-grid .fs-row .fs-md-push-4 {
    margin-left: 67.70833333%;
  }
  .fs-grid .fs-row .fs-md-push-5 {
    margin-left: 84.375%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-1 {
    width: 16.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-2 {
    width: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-3 {
    width: 50%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-4 {
    width: 66.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-5 {
    width: 83.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-6 {
    width: 100%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-push-1 {
    margin-left: 16.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-push-2 {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-push-3 {
    margin-left: 50%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-push-4 {
    margin-left: 66.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-push-5 {
    margin-left: 83.33333333%;
  }
  .fs-grid .fs-row .fs-md-fifth {
    width: 17.91666667%;
  }
  .fs-grid .fs-row .fs-md-fourth {
    width: 22.91666667%;
  }
  .fs-grid .fs-row .fs-md-third {
    width: 31.25%;
  }
  .fs-grid .fs-row .fs-md-half {
    width: 47.91666667%;
  }
  .fs-grid .fs-row .fs-md-full {
    width: 97.91666667%;
  }
  .fs-grid .fs-row .fs-md-push-fifth {
    margin-left: 21.04166667%;
  }
  .fs-grid .fs-row .fs-md-push-fourth {
    margin-left: 26.04166667%;
  }
  .fs-grid .fs-row .fs-md-push-third {
    margin-left: 34.375%;
  }
  .fs-grid .fs-row .fs-md-push-half {
    margin-left: 51.04166667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-fifth {
    width: 20%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-fourth {
    width: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-third {
    width: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-half {
    width: 50%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-full {
    width: 100%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-push-fifth {
    margin-left: 20%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-push-fourth {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-push-third {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-md-push-half {
    margin-left: 50%;
  }
  .fs-grid .fs-row .fs-md-hide {
    display: none;
  }
}
@media screen and (min-width:  980px) {
  .fs-grid .fs-row .fs-lg-1 {
    width: 6.25%;
  }
  .fs-grid .fs-row .fs-lg-2 {
    width: 14.58333333%;
  }
  .fs-grid .fs-row .fs-lg-3 {
    width: 22.91666667%;
  }
  .fs-grid .fs-row .fs-lg-4 {
    width: 31.25%;
  }
  .fs-grid .fs-row .fs-lg-5 {
    width: 39.58333333%;
  }
  .fs-grid .fs-row .fs-lg-6 {
    width: 47.91666667%;
  }
  .fs-grid .fs-row .fs-lg-7 {
    width: 56.25%;
  }
  .fs-grid .fs-row .fs-lg-8 {
    width: 64.58333333%;
  }
  .fs-grid .fs-row .fs-lg-9 {
    width: 72.91666667%;
  }
  .fs-grid .fs-row .fs-lg-10 {
    width: 81.25%;
  }
  .fs-grid .fs-row .fs-lg-11 {
    width: 89.58333333%;
  }
  .fs-grid .fs-row .fs-lg-12 {
    width: 97.91666667%;
  }
  .fs-grid .fs-row .fs-lg-push-1 {
    margin-left: 9.375%;
  }
  .fs-grid .fs-row .fs-lg-push-2 {
    margin-left: 17.70833333%;
  }
  .fs-grid .fs-row .fs-lg-push-3 {
    margin-left: 26.04166667%;
  }
  .fs-grid .fs-row .fs-lg-push-4 {
    margin-left: 34.375%;
  }
  .fs-grid .fs-row .fs-lg-push-5 {
    margin-left: 42.70833333%;
  }
  .fs-grid .fs-row .fs-lg-push-6 {
    margin-left: 51.04166667%;
  }
  .fs-grid .fs-row .fs-lg-push-7 {
    margin-left: 59.375%;
  }
  .fs-grid .fs-row .fs-lg-push-8 {
    margin-left: 67.70833333%;
  }
  .fs-grid .fs-row .fs-lg-push-9 {
    margin-left: 76.04166667%;
  }
  .fs-grid .fs-row .fs-lg-push-10 {
    margin-left: 84.375%;
  }
  .fs-grid .fs-row .fs-lg-push-11 {
    margin-left: 92.70833333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-1 {
    width: 8.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-2 {
    width: 16.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-3 {
    width: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-4 {
    width: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-5 {
    width: 41.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-6 {
    width: 50%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-7 {
    width: 58.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-8 {
    width: 66.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-9 {
    width: 75%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-10 {
    width: 83.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-11 {
    width: 91.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-12 {
    width: 100%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-1 {
    margin-left: 8.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-2 {
    margin-left: 16.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-3 {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-4 {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-5 {
    margin-left: 41.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-6 {
    margin-left: 50%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-7 {
    margin-left: 58.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-8 {
    margin-left: 66.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-9 {
    margin-left: 75%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-10 {
    margin-left: 83.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-11 {
    margin-left: 91.66666667%;
  }
  .fs-grid .fs-row .fs-lg-fifth {
    width: 17.91666667%;
  }
  .fs-grid .fs-row .fs-lg-fourth {
    width: 22.91666667%;
  }
  .fs-grid .fs-row .fs-lg-third {
    width: 31.25%;
  }
  .fs-grid .fs-row .fs-lg-half {
    width: 47.91666667%;
  }
  .fs-grid .fs-row .fs-lg-full {
    width: 97.91666667%;
  }
  .fs-grid .fs-row .fs-lg-push-fifth {
    margin-left: 21.04166667%;
  }
  .fs-grid .fs-row .fs-lg-push-fourth {
    margin-left: 26.04166667%;
  }
  .fs-grid .fs-row .fs-lg-push-third {
    margin-left: 34.375%;
  }
  .fs-grid .fs-row .fs-lg-push-half {
    margin-left: 51.04166667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-fifth {
    width: 20%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-fourth {
    width: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-third {
    width: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-half {
    width: 50%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-full {
    width: 100%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-fifth {
    margin-left: 20%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-fourth {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-third {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-lg-push-half {
    margin-left: 50%;
  }
  .fs-grid .fs-row .fs-lg-hide {
    display: none;
  }
}
@media screen and (min-width:  1220px) {
  .fs-grid .fs-row .fs-xl-1 {
    width: 6.25%;
  }
  .fs-grid .fs-row .fs-xl-2 {
    width: 14.58333333%;
  }
  .fs-grid .fs-row .fs-xl-3 {
    width: 22.91666667%;
  }
  .fs-grid .fs-row .fs-xl-4 {
    width: 31.25%;
  }
  .fs-grid .fs-row .fs-xl-5 {
    width: 39.58333333%;
  }
  .fs-grid .fs-row .fs-xl-6 {
    width: 47.91666667%;
  }
  .fs-grid .fs-row .fs-xl-7 {
    width: 56.25%;
  }
  .fs-grid .fs-row .fs-xl-8 {
    width: 64.58333333%;
  }
  .fs-grid .fs-row .fs-xl-9 {
    width: 72.91666667%;
  }
  .fs-grid .fs-row .fs-xl-10 {
    width: 81.25%;
  }
  .fs-grid .fs-row .fs-xl-11 {
    width: 89.58333333%;
  }
  .fs-grid .fs-row .fs-xl-12 {
    width: 97.91666667%;
  }
  .fs-grid .fs-row .fs-xl-push-1 {
    margin-left: 9.375%;
  }
  .fs-grid .fs-row .fs-xl-push-2 {
    margin-left: 17.70833333%;
  }
  .fs-grid .fs-row .fs-xl-push-3 {
    margin-left: 26.04166667%;
  }
  .fs-grid .fs-row .fs-xl-push-4 {
    margin-left: 34.375%;
  }
  .fs-grid .fs-row .fs-xl-push-5 {
    margin-left: 42.70833333%;
  }
  .fs-grid .fs-row .fs-xl-push-6 {
    margin-left: 51.04166667%;
  }
  .fs-grid .fs-row .fs-xl-push-7 {
    margin-left: 59.375%;
  }
  .fs-grid .fs-row .fs-xl-push-8 {
    margin-left: 67.70833333%;
  }
  .fs-grid .fs-row .fs-xl-push-9 {
    margin-left: 76.04166667%;
  }
  .fs-grid .fs-row .fs-xl-push-10 {
    margin-left: 84.375%;
  }
  .fs-grid .fs-row .fs-xl-push-11 {
    margin-left: 92.70833333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-1 {
    width: 8.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-2 {
    width: 16.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-3 {
    width: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-4 {
    width: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-5 {
    width: 41.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-6 {
    width: 50%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-7 {
    width: 58.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-8 {
    width: 66.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-9 {
    width: 75%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-10 {
    width: 83.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-11 {
    width: 91.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-12 {
    width: 100%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-1 {
    margin-left: 8.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-2 {
    margin-left: 16.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-3 {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-4 {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-5 {
    margin-left: 41.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-6 {
    margin-left: 50%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-7 {
    margin-left: 58.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-8 {
    margin-left: 66.66666667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-9 {
    margin-left: 75%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-10 {
    margin-left: 83.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-11 {
    margin-left: 91.66666667%;
  }
  .fs-grid .fs-row .fs-xl-fifth {
    width: 17.91666667%;
  }
  .fs-grid .fs-row .fs-xl-fourth {
    width: 22.91666667%;
  }
  .fs-grid .fs-row .fs-xl-third {
    width: 31.25%;
  }
  .fs-grid .fs-row .fs-xl-half {
    width: 47.91666667%;
  }
  .fs-grid .fs-row .fs-xl-full {
    width: 97.91666667%;
  }
  .fs-grid .fs-row .fs-xl-push-fifth {
    margin-left: 21.04166667%;
  }
  .fs-grid .fs-row .fs-xl-push-fourth {
    margin-left: 26.04166667%;
  }
  .fs-grid .fs-row .fs-xl-push-third {
    margin-left: 34.375%;
  }
  .fs-grid .fs-row .fs-xl-push-half {
    margin-left: 51.04166667%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-fifth {
    width: 20%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-fourth {
    width: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-third {
    width: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-half {
    width: 50%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-full {
    width: 100%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-fifth {
    margin-left: 20%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-fourth {
    margin-left: 25%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-third {
    margin-left: 33.33333333%;
  }
  .fs-grid .fs-row [class*="-contained"].fs-xl-push-half {
    margin-left: 50%;
  }
  .fs-grid .fs-row .fs-xl-hide {
    display: none;
  }
}
/**
	 * @class
	 * @name .fs-navigation-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-navigation
	 * @type element
	 * @description Base widget class
	 */
.fs-navigation {
  /**
		 * @class
		 * @name .fs-navigation-toggle-nav
		 * @type element
		 * @description Toggle navigation
		 */
  /**
		 * @class
		 * @name .fs-navigation-toggle-nav.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-toggle-nav.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-toggle-handle
		 * @type element
		 * @description Toggle handle
		 */
  /**
		 * @class
		 * @name .fs-navigation-toggle-handle.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-toggle-handle.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-nav
		 * @type element
		 * @description Overlay nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-nav.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-nav.fs-navigation-animated
		 * @type modifier
		 * @description Indicates animated state
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-nav.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-left-nav
		 * @type modifier
		 * @description Indicates left hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-right-nav
		 * @type modifier
		 * @description Indicates right hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-nav
		 * @type element
		 * @description Push nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-nav.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-nav.fs-navigation-animated
		 * @type modifier
		 * @description Indicates animated state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-nav.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-left-nav
		 * @type modifier
		 * @description Indicates left hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-right-nav
		 * @type modifier
		 * @description Indicates right hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-nav
		 * @type element
		 * @description Reveal nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-nav.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-nav.fs-navigation-animated
		 * @type modifier
		 * @description Indicates animated state
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-nav.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-left-nav
		 * @type modifier
		 * @description Indicates left hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-right-nav
		 * @type modifier
		 * @description Indicates right hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-handle
		 * @type element
		 * @description Overlay handle
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-handle.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-handle
		 * @type element
		 * @description Push handle
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-handle.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-content:before
		 * @type element
		 * @description Overlay mask
		 */
  /**
		 * @class
		 * @name .fs-navigation-overlay-content.fs-navigation-open:before
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-content
		 * @type element
		 * @description Target page content
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-content.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-content.fs-navigation-animated
		 * @type modifier
		 * @description Indicates animted state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-content.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-left-content
		 * @type modifier
		 * @description Indicates left hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-push-right-content
		 * @type modifier
		 * @description Indicates right hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-content
		 * @type element
		 * @description Target page content
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-content.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-content.fs-navigation-animated
		 * @type modifier
		 * @description Indicates animted state
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-content.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-left-content
		 * @type modifier
		 * @description Indicates left hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-reveal-right-content
		 * @type modifier
		 * @description Indicates right hand nav
		 */
  /**
		 * @class
		 * @name .fs-navigation-handle
		 * @type element
		 * @description Click target to toggle navigation
		 */
  /**
		 * @class
		 * @name .fs-navigation-handle.fs-navigation-open
		 * @type modifier
		 * @description Indicates open state
		 */
  /**
		 * @class
		 * @name .fs-navigation-handle.fs-navigation-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-navigation-handle:after
		 * @type element
		 * @description Icon displayed in handle
		 */
  /**
		 * @class
		 * @name .fs-navigation-lock
		 * @type modifier
		 * @description Indicates locked state; Applied to body element
		 */
}
.fs-navigation.fs-navigation-enabled {
  margin: 0;
}
.fs-navigation,
.fs-navigation:after,
.fs-navigation:before,
.fs-navigation *,
.fs-navigation *:after,
.fs-navigation *:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.fs-navigation-toggle-nav.fs-navigation-enabled {
  background: #fff;
  border: 1px solid #ccc;
  border-width: 0 1px 1px;
  border-radius: 0 0 3px 3px;
  display: none;
}
.fs-navigation-toggle-nav.fs-navigation-open {
  display: block;
}
.fs-navigation-toggle-handle.fs-navigation-enabled {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #111;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 45px 0 15px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fs-navigation-toggle-handle.fs-navigation-open {
  border-radius: 3px 3px 0 0;
}
.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled,
.fs-navigation-overlay-nav.fs-navigation-enabled {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  display: block;
  overflow: auto;
  visibility: hidden;
}
.fs-navigation-reveal-nav.fs-navigation-animated {
  -webkit-transition: visibility 0.001s linear 0.2s;
  transition: visibility 0.001s linear 0.2s;
}
.fs-navigation-push-nav.fs-navigation-animated,
.fs-navigation-overlay-nav.fs-navigation-animated {
  -webkit-transition: visibility 0.001s linear 0.2s, -webkit-transform 0.2s ease;
  transition: visibility 0.001s linear 0.2s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, visibility 0.001s linear 0.2s;
  transition: transform 0.2s ease, visibility 0.001s linear 0.2s, -webkit-transform 0.2s ease;
}
.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
  z-index: 0;
}
.fs-navigation-push-left-nav.fs-navigation-enabled,
.fs-navigation-reveal-left-nav.fs-navigation-enabled,
.fs-navigation-overlay-left-nav.fs-navigation-enabled {
  left: 0;
}
.fs-navigation-push-right-nav.fs-navigation-enabled,
.fs-navigation-reveal-right-nav.fs-navigation-enabled,
.fs-navigation-overlay-right-nav.fs-navigation-enabled {
  right: 0;
}
.fs-navigation-push-left-nav.fs-navigation-enabled,
.fs-navigation-overlay-left-nav.fs-navigation-enabled {
  -webkit-transform: translate3D(-270px, 0, 0);
      -ms-transform: translate3D(-270px, 0, 0);
          transform: translate3D(-270px, 0, 0);
}
.fs-navigation-push-right-nav.fs-navigation-enabled,
.fs-navigation-overlay-right-nav.fs-navigation-enabled {
  -webkit-transform: translate3D(270px, 0, 0);
      -ms-transform: translate3D(270px, 0, 0);
          transform: translate3D(270px, 0, 0);
}
.fs-navigation-overlay-nav.fs-navigation-enabled {
  z-index: 2;
}
.fs-navigation-overlay-left-nav.fs-navigation-enabled {
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);
}
.fs-navigation-overlay-right-nav.fs-navigation-enabled {
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15);
}
.fs-navigation-reveal-nav.fs-navigation-open {
  visibility: visible;
  -webkit-transition: visibility 0.001s ease;
  transition: visibility 0.001s ease;
}
.fs-navigation-push-nav.fs-navigation-open,
.fs-navigation-overlay-nav.fs-navigation-open {
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  -webkit-transition: visibility 0.001s ease, -webkit-transform 0.2s ease;
  transition: visibility 0.001s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, visibility 0.001s ease;
  transition: transform 0.2s ease, visibility 0.001s ease, -webkit-transform 0.2s ease;
  visibility: visible;
}
.fs-navigation-push-handle.fs-navigation-enabled,
.fs-navigation-overlay-handle.fs-navigation-enabled {
  padding: 10px 40px 10px 15px;
  background: #fff;
  color: #111;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 0 45px 0 15px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fs-navigation-overlay-content:before {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
}
.fs-navigation-overlay-content.fs-navigation-open:before {
  opacity: 1;
  visibility: visible;
}
.fs-navigation-reveal-content.fs-navigation-enabled,
.fs-navigation-push-content.fs-navigation-enabled {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
.fs-navigation-reveal-content.fs-navigation-animated,
.fs-navigation-push-content.fs-navigation-animated {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.fs-navigation-reveal-left-content.fs-navigation-enabled,
.fs-navigation-push-left-content.fs-navigation-enabled {
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15);
}
.fs-navigation-reveal-right-content.fs-navigation-enabled,
.fs-navigation-push-right-content.fs-navigation-enabled {
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);
}
.fs-navigation-reveal-left-content.fs-navigation-open,
.fs-navigation-push-left-content.fs-navigation-open {
  -webkit-transform: translate3D(270px, 0, 0);
      -ms-transform: translate3D(270px, 0, 0);
          transform: translate3D(270px, 0, 0);
}
.fs-navigation-reveal-right-content.fs-navigation-open,
.fs-navigation-push-right-content.fs-navigation-open {
  -webkit-transform: translate3D(-270px, 0, 0);
      -ms-transform: translate3D(-270px, 0, 0);
          transform: translate3D(-270px, 0, 0);
}
.fs-navigation-handle.fs-navigation-enabled {
  position: relative;
}
.fs-navigation-handle.fs-navigation-enabled:after {
  height: 3px;
  width: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  background: #ccc;
  box-shadow: 0 5px 0 #ccc, 0 -5px 0 #ccc;
  content: '';
  display: block;
  margin: auto 0;
}
.fs-navigation-handle.fs-navigation-open:after {
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #ccc;
  content: "\00d7";
  font-size: 22px;
  font-weight: 700;
  line-height: 13px;
  text-align: center;
}
.fs-navigation-lock {
  overflow: hidden !important;
}
/**
	 * @class
	 * @name .fs-dropdown-element
	 * @type element
	 * @description Target element
	 */
/**
	 * @class
	 * @name .fs-dropdown
	 * @type element
	 * @description Base widget class
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-multiple
	 * @type modifer
	 * @description Indicates multi-selected element
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-cover
	 * @type modifer
	 * @description Indicates cover positioning
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-bottom
	 * @type modifer
	 * @description Indicates bottom positioning
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-disabled
	 * @type modifer
	 * @description Indicates disabled state
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-open
	 * @type modifer
	 * @description Indicates open state
	 */
/**
	 * @class
	 * @name .fs-dropdown.fs-dropdown-focus
	 * @type modifer
	 * @description Indicates focus state
	 */
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  margin: 10px 0;
  max-width: 100%;
  /*
			@media screen and (min-width: 740px) {
				max-width: 30%;
			}
			*/
  /**
		 * @class
		 * @name .fs-dropdown-selected
		 * @type element
		 * @description Handle item
		 */
  /**
		 * @class
		 * @name .fs-dropdown-options
		 * @type element
		 * @description Options container
		 */
  /**
		 * @class
		 * @name .fs-dropdown-group
		 * @type element
		 * @description Option group label
		 */
  /**
		 * @class
		 * @name .fs-dropdown-item
		 * @type element
		 * @description Option item
		 */
  /*
		&-options.fs-scrollbar {
			overflow: hidden;
		}

		&-options.fs-scrollbar-content {
			max-height: @fs-dropdown-max-height;

			padding: 0;
		}
*/
}
.fs-dropdown:focus {
  box-shadow: none;
  outline: none;
}
.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.fs-dropdown-element,
.fs-dropdown-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.no-opacity .fs-dropdown-element {
  left: -999999px;
}
.fs-dropdown-selected {
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #222;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 0 40px 0 15px;
  text-align: left;
  text-overflow: clip;
  z-index: 2;
}
.fs-dropdown-selected:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
  content: '';
  display: block;
  margin: auto 0;
}
.no-touch .fs-dropdown-selected:hover {
  color: #222;
}
.no-touch .fs-dropdown-disabled .fs-dropdown-selected:hover {
  color: #ccc;
}
.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #ccc;
  border-width: 0 1px 1px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
}
.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}
.no-opacity .fs-dropdown-options {
  width: auto;
}
.fs-dropdown-group {
  border-bottom: 1px solid #ccc;
  color: #999;
  display: block;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.fs-dropdown-item {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
  color: #222;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 15px;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  /**
			 * @class
			 * @name .fs-dropdown-item.fs-dropdown-item_placeholder
			 * @type modifier
			 * @description Indicates placeholder item
			 */
  /**
			 * @class
			 * @name .fs-dropdown-item.fs-dropdown-item_selected
			 * @type modifier
			 * @description Indicates selected item
			 */
  /**
			 * @class
			 * @name .fs-dropdown-item.fs-dropdown-item_disabled
			 * @type modifier
			 * @description Indicates disabled item
			 */
}
.fs-dropdown-item_placeholder {
  display: none;
}
.fs-dropdown-item_selected {
  background: #eee;
}
.fs-dropdown-item_disabled {
  color: #999;
  cursor: default;
}
.fs-dropdown-item:first-child {
  border-radius: 0;
}
.fs-dropdown-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 3px 3px;
}
.no-touch .fs-dropdown-item:hover,
.no-touch .fs-dropdown-item_selected:hover {
  color: #222;
  background-color: #ddd;
  border-color: #ccc;
}
.fs-dropdown-item_disabled,
.no-touch .fs-dropdown-item_disabled:hover {
  color: #ccc;
  background-color: #fff;
  border-color: #ccc;
}
.fs-dropdown-open {
  z-index: 3;
}
.fs-dropdown-open .fs-dropdown-options {
  display: block;
  border-radius: 0 0 3px 3px;
}
.fs-dropdown-open .fs-dropdown-selected {
  z-index: 51;
  border-radius: 3px 3px 0 0;
}
.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 49;
}
.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
  border-radius: 3px;
  border-width: 1px;
}
.fs-dropdown-cover .fs-dropdown-item:first-child {
  border-radius: 3px 3px 0 0;
}
.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}
.fs-dropdown-bottom .fs-dropdown-item:last-child {
  border: none;
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 0 0 3px 3px;
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-options {
  border-radius: 3px 3px 0 0;
}
.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 3px;
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options {
  border-radius: 3px;
}
.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  border-radius: 3px;
  border-width: 1px;
  box-shadow: none;
  display: block;
}
.fs-dropdown-disabled .fs-dropdown-selected {
  background: #fff;
  border-color: #ccc;
  color: #ccc;
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-options {
  background: #fff;
  border-color: #ccc;
}
.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
  border-color: #ccc;
  color: #ccc;
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-item,
.no-touch .fs-dropdown-disabled .fs-dropdown-item:hover {
  color: #ccc;
  background-color: #fff;
}
.fs-dropdown-disabled .fs-dropdown-item_selected,
.no-touch .fs-dropdown-disabled .fs-dropdown-item_selected:hover {
  background: #fafafa;
}
/**
	 * @class
	 * @name .fs-carousel-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-carousel
	 * @type element
	 * @description Base widget class
	 */
/**
	 * @class
	 * @name .fs-carousel.fs-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
.fs-carousel {
  /**
		 * @class
		 * @name .fs-carousel-viewport
		 * @type element
		 * @description Carousel container
		 */
  /**
		 * @class
		 * @name .fs-carousel-wrapper
		 * @type element
		 * @description Carousel container
		 */
  /**
		 * @class
		 * @name .fs-carousel-container
		 * @type element
		 * @description Canister container
		 */
  /**
		 * @class
		 * @name .fs-carousel-canister
		 * @type element
		 * @description Item container
		 */
  /**
		 * @class
		 * @name .fs-carousel-item
		 * @type element
		 * @description Individual item
		 */
  /**
		 * @class
		 * @name .fs-carousel-controls
		 * @type element
		 * @description Controls container
		 */
  /**
		 * @class
		 * @name .fs-carousel-controls.fs-carousel-visible
		 * @type modifier
		 * @description Indicates visible state
		 */
  /**
		 * @class
		 * @name .fs-carousel-control
		 * @type element
		 * @description Control element
		 */
  /**
		 * @class
		 * @name .fs-carousel-control.fs-carousel-control_previous
		 * @type modifier
		 * @description Indicates previous control
		 */
  /**
		 * @class
		 * @name .fs-carousel-control.fs-carousel-control_next
		 * @type modifier
		 * @description Indicates next control
		 */
  /**
		 * @class
		 * @name .fs-carousel-control.fs-carousel-control_disabled
		 * @type modifier
		 * @description Indicates disbaled state
		 */
  /**
		 * @class
		 * @name .fs-carousel-pagination
		 * @type element
		 * @description Item element
		 */
  /**
		 * @class
		 * @name .fs-carousel-pagination.fs-carousel-visible
		 * @type modifier
		 * @description Indicates visible state
		 */
  /**
		 * @class
		 * @name .fs-carousel-page
		 * @type element
		 * @description Pagiantion item element
		 */
  /**
		 * @class
		 * @name .fs-carousel-page.fs-carousel-active
		 * @type modifier
		 * @description Indicates active state
		 */
}
.fs-carousel.fs-carousel-enabled {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fs-carousel.fs-carousel-enabled:after {
  clear: both;
  content: '';
  display: table;
}
.fs-carousel,
.fs-carousel:after,
.fs-carousel:before,
.fs-carousel *,
.fs-carousel *:after,
.fs-carousel *:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.fs-carousel-enabled .fs-carousel-viewport {
  position: relative;
  overflow: hidden;
}
.fs-carousel-enabled .fs-carousel-viewport:after {
  clear: both;
  content: '';
  display: table;
}
.fs-carousel-enabled .fs-carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.fs-carousel-enabled .fs-carousel-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.fs-carousel-enabled .fs-carousel-container {
  position: relative;
  overflow: hidden;
}
.fs-carousel-enabled .fs-carousel-container:after {
  clear: both;
  content: '';
  display: table;
}
.fs-carousel-enabled .fs-carousel-canister {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fs-carousel-enabled .fs-carousel-item {
  display: block;
  float: left;
}
.fs-carousel-enabled .fs-carousel-item img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fs-carousel-controls {
  display: none;
}
.fs-carousel-enabled .fs-carousel-controls {
  width: 100%;
  margin: 0;
  padding: 0;
}
.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible {
  display: block;
}
.fs-carousel-enabled .fs-carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  visibility: hidden;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin: auto;
  opacity: 0;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  white-space: nowrap;
}
.fs-carousel-enabled .fs-carousel-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}
.no-opacity .fs-carousel-enabled .fs-carousel-control {
  text-indent: -999px;
}
.fs-carousel-enabled .fs-carousel-control.fs-carousel-visible {
  visibility: visible;
  opacity: 1;
}
.fs-carousel-enabled .fs-carousel-control_previous {
  left: 20px;
}
.fs-carousel-enabled .fs-carousel-control_previous:before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10.5px solid #333;
  margin-left: 13.7px;
}
.fs-carousel-enabled .fs-carousel-control_next {
  right: 20px;
}
.fs-carousel-enabled .fs-carousel-control_next:before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10.5px solid #333;
  margin-right: 13.7px;
}
.fs-carousel-enabled .fs-carousel-control_disabled {
  opacity: 0;
}
.fs-carousel-pagination {
  display: none;
}
.fs-carousel-enabled .fs-carousel-pagination {
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
  display: block;
}
.fs-carousel-enabled .fs-carousel-page {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 100%;
  margin: 0 3px;
  opacity: 0.5;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.no-opacity .fs-carousel-enabled .fs-carousel-page {
  text-indent: -999px;
}
.fs-carousel-enabled .fs-carousel-page.fs-carousel-active {
  opacity: 1;
}
/**
	 * @class
	 * @name .fs-equalize-element
	 * @type element
	 * @description Target Element
	 */
/**
	 * @class
	 * @name .fs-background-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-background
	 * @type element
	 * @description Base widget class
	 */
.fs-background {
  overflow: hidden;
  position: relative;
  /**
		 * @class
		 * @name .fs-background-container
		 * @type element
		 * @description Container element
		 */
  /**
		 * @class
		 * @name .fs-background-media
		 * @type element
		 * @description Media element
		 */
  /**
		 * @class
		 * @name .fs-background-media.fs-background-animated
		 * @type modifier
		 * @description Indicates animated state
		 */
  /**
		 * @class
		 * @name .fs-background-media.fs-background-navtive
		 * @type modifier
		 * @description Indicates native support
		 */
  /**
		 * @class
		 * @name .fs-background-media.fs-background-fixed
		 * @type modifier
		 * @description Indicates fixed positioning
		 */
  /**
		 * @class
		 * @name .fs-background-embed
		 * @type element
		 * @description Embed/iFrame element
		 */
  /**
		 * @class
		 * @name .fs-background-embed.fs-background-embed-ready
		 * @type modifier
		 * @description Indicates ready state
		 */
}
.fs-background,
.fs-background-container,
.fs-background-media {
  -webkit-transition: none;
  transition: none;
}
.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.fs-background-media {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.fs-background-media.fs-background-animated {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.fs-background-media img,
.fs-background-media video,
.fs-background-media iframe {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-drag: none;
}
.fs-background-media.fs-background-native,
.fs-background-media.fs-background-fixed {
  width: 100%;
  height: 100%;
}
.fs-background-media.fs-background-native img,
.fs-background-media.fs-background-fixed img {
  display: none;
}
.fs-background-media.fs-background-native {
  background-position: center;
  background-size: cover;
}
.fs-background-media.fs-background-fixed {
  background-position: center;
  background-attachment: fixed;
}
.fs-background-embed.fs-background-ready:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}
.fs-background-embed.fs-background-ready iframe {
  z-index: 0;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-pika.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSGizmo";
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/ss-gizmo.eot');
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/ss-gizmo.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/lfla-minisite/assets/fonts/ss-gizmo.woff') format('woff'), url('/wp-content/themes/lfla-minisite/assets/fonts/ss-gizmo.ttf') format('truetype'), url('/wp-content/themes/lfla-minisite/assets/fonts/ss-gizmo.svg#SSGizmo') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ss-icon,
.ss-icon.ss-gizmo,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-gizmo:before,
[class*=" ss-"].ss-gizmo:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"].ss-gizmo.right:after,
[class*=" ss-"].ss-gizmo.right:after {
  font-family: "SSGizmo";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
[class^="ss-"].right:before,
[class*=" ss-"].right:before,
[class*=" ss-"].ss-gizmo.right:before {
  display: none;
  content: '';
}
.ss-cursor:before,
.ss-cursor.right:after {
  content: '';
}
.ss-crosshair:before,
.ss-crosshair.right:after {
  content: '⌖';
}
.ss-search:before,
.ss-search.right:after {
  content: '🔎';
}
.ss-zoomin:before,
.ss-zoomin.right:after {
  content: '';
}
.ss-zoomout:before,
.ss-zoomout.right:after {
  content: '';
}
.ss-view:before,
.ss-view.right:after {
  content: '👀';
}
.ss-attach:before,
.ss-attach.right:after {
  content: '📎';
}
.ss-link:before,
.ss-link.right:after {
  content: '🔗';
}
.ss-unlink:before,
.ss-unlink.right:after {
  content: '';
}
.ss-move:before,
.ss-move.right:after {
  content: '';
}
.ss-write:before,
.ss-write.right:after {
  content: '✎';
}
.ss-writingdisabled:before,
.ss-writingdisabled.right:after {
  content: '';
}
.ss-erase:before,
.ss-erase.right:after {
  content: '✐';
}
.ss-compose:before,
.ss-compose.right:after {
  content: '📝';
}
.ss-lock:before,
.ss-lock.right:after {
  content: '🔒';
}
.ss-unlock:before,
.ss-unlock.right:after {
  content: '🔓';
}
.ss-key:before,
.ss-key.right:after {
  content: '🔑';
}
.ss-backspace:before,
.ss-backspace.right:after {
  content: '⌫';
}
.ss-ban:before,
.ss-ban.right:after {
  content: '🚫';
}
.ss-smoking:before,
.ss-smoking.right:after {
  content: '🚬';
}
.ss-nosmoking:before,
.ss-nosmoking.right:after {
  content: '🚭';
}
.ss-trash:before,
.ss-trash.right:after {
  content: '';
}
.ss-target:before,
.ss-target.right:after {
  content: '◎';
}
.ss-tag:before,
.ss-tag.right:after {
  content: '';
}
.ss-bookmark:before,
.ss-bookmark.right:after {
  content: '🔖';
}
.ss-flag:before,
.ss-flag.right:after {
  content: '⚑';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-dislike:before,
.ss-dislike.right:after {
  content: '👎';
}
.ss-heart:before,
.ss-heart.right:after {
  content: '♥';
}
.ss-star:before,
.ss-star.right:after {
  content: '⋆';
}
.ss-sample:before,
.ss-sample.right:after {
  content: '';
}
.ss-crop:before,
.ss-crop.right:after {
  content: '';
}
.ss-layers:before,
.ss-layers.right:after {
  content: '';
}
.ss-layergroup:before,
.ss-layergroup.right:after {
  content: '';
}
.ss-pen:before,
.ss-pen.right:after {
  content: '✒';
}
.ss-bezier:before,
.ss-bezier.right:after {
  content: '';
}
.ss-pixels:before,
.ss-pixels.right:after {
  content: '';
}
.ss-phone:before,
.ss-phone.right:after {
  content: '📞';
}
.ss-phonedisabled:before,
.ss-phonedisabled.right:after {
  content: '';
}
.ss-touchtonephone:before,
.ss-touchtonephone.right:after {
  content: '☏';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-inbox:before,
.ss-inbox.right:after {
  content: '📥';
}
.ss-outbox:before,
.ss-outbox.right:after {
  content: '📤';
}
.ss-chat:before,
.ss-chat.right:after {
  content: '💬';
}
.ss-user:before,
.ss-user.right:after {
  content: '👤';
}
.ss-users:before,
.ss-users.right:after {
  content: '👥';
}
.ss-usergroup:before,
.ss-usergroup.right:after {
  content: '';
}
.ss-businessuser:before,
.ss-businessuser.right:after {
  content: '';
}
.ss-man:before,
.ss-man.right:after {
  content: '👨';
}
.ss-male:before,
.ss-male.right:after {
  content: '';
}
.ss-woman:before,
.ss-woman.right:after {
  content: '👩';
}
.ss-female:before,
.ss-female.right:after {
  content: '';
}
.ss-raisedhand:before,
.ss-raisedhand.right:after {
  content: '✋';
}
.ss-hand:before,
.ss-hand.right:after {
  content: '';
}
.ss-pointup:before,
.ss-pointup.right:after {
  content: '👆';
}
.ss-pointupright:before,
.ss-pointupright.right:after {
  content: '';
}
.ss-pointright:before,
.ss-pointright.right:after {
  content: '👉';
}
.ss-pointdownright:before,
.ss-pointdownright.right:after {
  content: '';
}
.ss-pointdown:before,
.ss-pointdown.right:after {
  content: '👇';
}
.ss-pointdownleft:before,
.ss-pointdownleft.right:after {
  content: '';
}
.ss-pointleft:before,
.ss-pointleft.right:after {
  content: '👈';
}
.ss-pointupleft:before,
.ss-pointupleft.right:after {
  content: '';
}
.ss-cart:before,
.ss-cart.right:after {
  content: '';
}
.ss-creditcard:before,
.ss-creditcard.right:after {
  content: '💳';
}
.ss-calculator:before,
.ss-calculator.right:after {
  content: '';
}
.ss-barchart:before,
.ss-barchart.right:after {
  content: '📊';
}
.ss-piechart:before,
.ss-piechart.right:after {
  content: '';
}
.ss-box:before,
.ss-box.right:after {
  content: '📦';
}
.ss-home:before,
.ss-home.right:after {
  content: '⌂';
}
.ss-globe:before,
.ss-globe.right:after {
  content: '🌎';
}
.ss-navigate:before,
.ss-navigate.right:after {
  content: '';
}
.ss-compass:before,
.ss-compass.right:after {
  content: '';
}
.ss-signpost:before,
.ss-signpost.right:after {
  content: '';
}
.ss-location:before,
.ss-location.right:after {
  content: '';
}
.ss-floppydisk:before,
.ss-floppydisk.right:after {
  content: '💾';
}
.ss-database:before,
.ss-database.right:after {
  content: '';
}
.ss-hdd:before,
.ss-hdd.right:after {
  content: '';
}
.ss-microchip:before,
.ss-microchip.right:after {
  content: '';
}
.ss-music:before,
.ss-music.right:after {
  content: '♫';
}
.ss-headphones:before,
.ss-headphones.right:after {
  content: '🎧';
}
.ss-discdrive:before,
.ss-discdrive.right:after {
  content: '';
}
.ss-volume:before,
.ss-volume.right:after {
  content: '🔈';
}
.ss-lowvolume:before,
.ss-lowvolume.right:after {
  content: '🔉';
}
.ss-mediumvolume:before,
.ss-mediumvolume.right:after {
  content: '';
}
.ss-highvolume:before,
.ss-highvolume.right:after {
  content: '🔊';
}
.ss-airplay:before,
.ss-airplay.right:after {
  content: '';
}
.ss-camera:before,
.ss-camera.right:after {
  content: '📷';
}
.ss-picture:before,
.ss-picture.right:after {
  content: '🌄';
}
.ss-video:before,
.ss-video.right:after {
  content: '📹';
}
.ss-webcam:before,
.ss-webcam.right:after {
  content: '';
}
.ss-film:before,
.ss-film.right:after {
  content: '';
}
.ss-playvideo:before,
.ss-playvideo.right:after {
  content: '';
}
.ss-videogame:before,
.ss-videogame.right:after {
  content: '🎮';
}
.ss-play:before,
.ss-play.right:after {
  content: '▶';
}
.ss-pause:before,
.ss-pause.right:after {
  content: '';
}
.ss-stop:before,
.ss-stop.right:after {
  content: '■';
}
.ss-record:before,
.ss-record.right:after {
  content: '●';
}
.ss-rewind:before,
.ss-rewind.right:after {
  content: '⏪';
}
.ss-fastforward:before,
.ss-fastforward.right:after {
  content: '⏩';
}
.ss-skipback:before,
.ss-skipback.right:after {
  content: '⏮';
}
.ss-skipforward:before,
.ss-skipforward.right:after {
  content: '⏭';
}
.ss-eject:before,
.ss-eject.right:after {
  content: '⏏';
}
.ss-repeat:before,
.ss-repeat.right:after {
  content: '🔁';
}
.ss-replay:before,
.ss-replay.right:after {
  content: '↺';
}
.ss-shuffle:before,
.ss-shuffle.right:after {
  content: '🔀';
}
.ss-index:before,
.ss-index.right:after {
  content: '';
}
.ss-storagebox:before,
.ss-storagebox.right:after {
  content: '';
}
.ss-book:before,
.ss-book.right:after {
  content: '📕';
}
.ss-notebook:before,
.ss-notebook.right:after {
  content: '📓';
}
.ss-newspaper:before,
.ss-newspaper.right:after {
  content: '📰';
}
.ss-gridlines:before,
.ss-gridlines.right:after {
  content: '';
}
.ss-rows:before,
.ss-rows.right:after {
  content: '';
}
.ss-columns:before,
.ss-columns.right:after {
  content: '';
}
.ss-thumbnails:before,
.ss-thumbnails.right:after {
  content: '';
}
.ss-mouse:before,
.ss-mouse.right:after {
  content: '';
}
.ss-usb:before,
.ss-usb.right:after {
  content: '';
}
.ss-desktop:before,
.ss-desktop.right:after {
  content: '💻';
}
.ss-laptop:before,
.ss-laptop.right:after {
  content: '';
}
.ss-tablet:before,
.ss-tablet.right:after {
  content: '';
}
.ss-smartphone:before,
.ss-smartphone.right:after {
  content: '';
}
.ss-cell:before,
.ss-cell.right:after {
  content: '📱';
}
.ss-battery:before,
.ss-battery.right:after {
  content: '🔋';
}
.ss-highbattery:before,
.ss-highbattery.right:after {
  content: '';
}
.ss-mediumbattery:before,
.ss-mediumbattery.right:after {
  content: '';
}
.ss-lowbattery:before,
.ss-lowbattery.right:after {
  content: '';
}
.ss-chargingbattery:before,
.ss-chargingbattery.right:after {
  content: '';
}
.ss-lightbulb:before,
.ss-lightbulb.right:after {
  content: '💡';
}
.ss-washer:before,
.ss-washer.right:after {
  content: '';
}
.ss-downloadcloud:before,
.ss-downloadcloud.right:after {
  content: '';
}
.ss-download:before,
.ss-download.right:after {
  content: '';
}
.ss-downloadbox:before,
.ss-downloadbox.right:after {
  content: '';
}
.ss-uploadcloud:before,
.ss-uploadcloud.right:after {
  content: '';
}
.ss-upload:before,
.ss-upload.right:after {
  content: '';
}
.ss-uploadbox:before,
.ss-uploadbox.right:after {
  content: '';
}
.ss-fork:before,
.ss-fork.right:after {
  content: '';
}
.ss-merge:before,
.ss-merge.right:after {
  content: '';
}
.ss-refresh:before,
.ss-refresh.right:after {
  content: '↻';
}
.ss-sync:before,
.ss-sync.right:after {
  content: '';
}
.ss-loading:before,
.ss-loading.right:after {
  content: '';
}
.ss-file:before,
.ss-file.right:after {
  content: '📄';
}
.ss-files:before,
.ss-files.right:after {
  content: '';
}
.ss-addfile:before,
.ss-addfile.right:after {
  content: '';
}
.ss-removefile:before,
.ss-removefile.right:after {
  content: '';
}
.ss-checkfile:before,
.ss-checkfile.right:after {
  content: '';
}
.ss-deletefile:before,
.ss-deletefile.right:after {
  content: '';
}
.ss-exe:before,
.ss-exe.right:after {
  content: '';
}
.ss-zip:before,
.ss-zip.right:after {
  content: '';
}
.ss-doc:before,
.ss-doc.right:after {
  content: '';
}
.ss-pdf:before,
.ss-pdf.right:after {
  content: '';
}
.ss-jpg:before,
.ss-jpg.right:after {
  content: '';
}
.ss-png:before,
.ss-png.right:after {
  content: '';
}
.ss-mp3:before,
.ss-mp3.right:after {
  content: '';
}
.ss-rar:before,
.ss-rar.right:after {
  content: '';
}
.ss-gif:before,
.ss-gif.right:after {
  content: '';
}
.ss-folder:before,
.ss-folder.right:after {
  content: '📁';
}
.ss-openfolder:before,
.ss-openfolder.right:after {
  content: '📂';
}
.ss-downloadfolder:before,
.ss-downloadfolder.right:after {
  content: '';
}
.ss-uploadfolder:before,
.ss-uploadfolder.right:after {
  content: '';
}
.ss-quote:before,
.ss-quote.right:after {
  content: '“';
}
.ss-unquote:before,
.ss-unquote.right:after {
  content: '”';
}
.ss-print:before,
.ss-print.right:after {
  content: '⎙';
}
.ss-copier:before,
.ss-copier.right:after {
  content: '';
}
.ss-fax:before,
.ss-fax.right:after {
  content: '📠';
}
.ss-scanner:before,
.ss-scanner.right:after {
  content: '';
}
.ss-printregistration:before,
.ss-printregistration.right:after {
  content: '';
}
.ss-shredder:before,
.ss-shredder.right:after {
  content: '';
}
.ss-expand:before,
.ss-expand.right:after {
  content: '⤢';
}
.ss-contract:before,
.ss-contract.right:after {
  content: '';
}
.ss-help:before,
.ss-help.right:after {
  content: '❓';
}
.ss-info:before,
.ss-info.right:after {
  content: 'ℹ';
}
.ss-alert:before,
.ss-alert.right:after {
  content: '⚠';
}
.ss-caution:before,
.ss-caution.right:after {
  content: '⛔';
}
.ss-logout:before,
.ss-logout.right:after {
  content: '';
}
.ss-login:before,
.ss-login.right:after {
  content: '';
}
.ss-scaleup:before,
.ss-scaleup.right:after {
  content: '';
}
.ss-scaledown:before,
.ss-scaledown.right:after {
  content: '';
}
.ss-plus:before,
.ss-plus.right:after {
  content: '+';
}
.ss-hyphen:before,
.ss-hyphen.right:after {
  content: '-';
}
.ss-check:before,
.ss-check.right:after {
  content: '✓';
}
.ss-delete:before,
.ss-delete.right:after {
  content: '␡';
}
.ss-notifications:before,
.ss-notifications.right:after {
  content: '🔔';
}
.ss-notificationsdisabled:before,
.ss-notificationsdisabled.right:after {
  content: '🔕';
}
.ss-clock:before,
.ss-clock.right:after {
  content: '⏲';
}
.ss-stopwatch:before,
.ss-stopwatch.right:after {
  content: '⏱';
}
.ss-alarmclock:before,
.ss-alarmclock.right:after {
  content: '⏰';
}
.ss-egg:before,
.ss-egg.right:after {
  content: '';
}
.ss-eggs:before,
.ss-eggs.right:after {
  content: '';
}
.ss-cheese:before,
.ss-cheese.right:after {
  content: '';
}
.ss-chickenleg:before,
.ss-chickenleg.right:after {
  content: '🍗';
}
.ss-pizzapie:before,
.ss-pizzapie.right:after {
  content: '';
}
.ss-pizza:before,
.ss-pizza.right:after {
  content: '🍕';
}
.ss-cheesepizza:before,
.ss-cheesepizza.right:after {
  content: '';
}
.ss-frenchfries:before,
.ss-frenchfries.right:after {
  content: '🍟';
}
.ss-apple:before,
.ss-apple.right:after {
  content: '🍏';
}
.ss-carrot:before,
.ss-carrot.right:after {
  content: '';
}
.ss-broccoli:before,
.ss-broccoli.right:after {
  content: '';
}
.ss-cucumber:before,
.ss-cucumber.right:after {
  content: '';
}
.ss-orange:before,
.ss-orange.right:after {
  content: '🍊';
}
.ss-lemon:before,
.ss-lemon.right:after {
  content: '🍋';
}
.ss-onion:before,
.ss-onion.right:after {
  content: '';
}
.ss-bellpepper:before,
.ss-bellpepper.right:after {
  content: '';
}
.ss-peas:before,
.ss-peas.right:after {
  content: '';
}
.ss-grapes:before,
.ss-grapes.right:after {
  content: '🍇';
}
.ss-strawberry:before,
.ss-strawberry.right:after {
  content: '🍓';
}
.ss-bread:before,
.ss-bread.right:after {
  content: '🍞';
}
.ss-mug:before,
.ss-mug.right:after {
  content: '☕';
}
.ss-mugs:before,
.ss-mugs.right:after {
  content: '';
}
.ss-espresso:before,
.ss-espresso.right:after {
  content: '';
}
.ss-macchiato:before,
.ss-macchiato.right:after {
  content: '';
}
.ss-cappucino:before,
.ss-cappucino.right:after {
  content: '';
}
.ss-latte:before,
.ss-latte.right:after {
  content: '';
}
.ss-icedcoffee:before,
.ss-icedcoffee.right:after {
  content: '';
}
.ss-coffeebean:before,
.ss-coffeebean.right:after {
  content: '';
}
.ss-coffeemilk:before,
.ss-coffeemilk.right:after {
  content: '';
}
.ss-coffeefoam:before,
.ss-coffeefoam.right:after {
  content: '';
}
.ss-coffeesugar:before,
.ss-coffeesugar.right:after {
  content: '';
}
.ss-sugarpackets:before,
.ss-sugarpackets.right:after {
  content: '';
}
.ss-capsule:before,
.ss-capsule.right:after {
  content: '';
}
.ss-capsulerecycling:before,
.ss-capsulerecycling.right:after {
  content: '';
}
.ss-insertcapsule:before,
.ss-insertcapsule.right:after {
  content: '';
}
.ss-tea:before,
.ss-tea.right:after {
  content: '🍵';
}
.ss-teabag:before,
.ss-teabag.right:after {
  content: '';
}
.ss-jug:before,
.ss-jug.right:after {
  content: '';
}
.ss-pitcher:before,
.ss-pitcher.right:after {
  content: '';
}
.ss-kettle:before,
.ss-kettle.right:after {
  content: '';
}
.ss-wineglass:before,
.ss-wineglass.right:after {
  content: '🍷';
}
.ss-sugar:before,
.ss-sugar.right:after {
  content: '';
}
.ss-oven:before,
.ss-oven.right:after {
  content: '';
}
.ss-stove:before,
.ss-stove.right:after {
  content: '';
}
.ss-vent:before,
.ss-vent.right:after {
  content: '';
}
.ss-exhaust:before,
.ss-exhaust.right:after {
  content: '';
}
.ss-steam:before,
.ss-steam.right:after {
  content: '♨';
}
.ss-dishwasher:before,
.ss-dishwasher.right:after {
  content: '';
}
.ss-toaster:before,
.ss-toaster.right:after {
  content: '';
}
.ss-microwave:before,
.ss-microwave.right:after {
  content: '';
}
.ss-electrickettle:before,
.ss-electrickettle.right:after {
  content: '';
}
.ss-refrigerator:before,
.ss-refrigerator.right:after {
  content: '';
}
.ss-freezer:before,
.ss-freezer.right:after {
  content: '';
}
.ss-utensils:before,
.ss-utensils.right:after {
  content: '🍴';
}
.ss-cookingutensils:before,
.ss-cookingutensils.right:after {
  content: '';
}
.ss-whisk:before,
.ss-whisk.right:after {
  content: '';
}
.ss-pizzacutter:before,
.ss-pizzacutter.right:after {
  content: '';
}
.ss-measuringcup:before,
.ss-measuringcup.right:after {
  content: '';
}
.ss-colander:before,
.ss-colander.right:after {
  content: '';
}
.ss-eggtimer:before,
.ss-eggtimer.right:after {
  content: '';
}
.ss-platter:before,
.ss-platter.right:after {
  content: '';
}
.ss-plates:before,
.ss-plates.right:after {
  content: '';
}
.ss-steamplate:before,
.ss-steamplate.right:after {
  content: '';
}
.ss-cups:before,
.ss-cups.right:after {
  content: '';
}
.ss-steamglass:before,
.ss-steamglass.right:after {
  content: '';
}
.ss-pot:before,
.ss-pot.right:after {
  content: '';
}
.ss-steampot:before,
.ss-steampot.right:after {
  content: '';
}
.ss-chef:before,
.ss-chef.right:after {
  content: '';
}
.ss-weathervane:before,
.ss-weathervane.right:after {
  content: '';
}
.ss-thermometer:before,
.ss-thermometer.right:after {
  content: '';
}
.ss-thermometerup:before,
.ss-thermometerup.right:after {
  content: '';
}
.ss-thermometerdown:before,
.ss-thermometerdown.right:after {
  content: '';
}
.ss-droplet:before,
.ss-droplet.right:after {
  content: '💧';
}
.ss-sunrise:before,
.ss-sunrise.right:after {
  content: '🌅';
}
.ss-sunset:before,
.ss-sunset.right:after {
  content: '🌇';
}
.ss-sun:before,
.ss-sun.right:after {
  content: '☀';
}
.ss-cloud:before,
.ss-cloud.right:after {
  content: '☁';
}
.ss-clouds:before,
.ss-clouds.right:after {
  content: '';
}
.ss-partlycloudy:before,
.ss-partlycloudy.right:after {
  content: '⛅';
}
.ss-rain:before,
.ss-rain.right:after {
  content: '☔';
}
.ss-rainheavy:before,
.ss-rainheavy.right:after {
  content: '';
}
.ss-lightning:before,
.ss-lightning.right:after {
  content: '☇';
}
.ss-thunderstorm:before,
.ss-thunderstorm.right:after {
  content: '⛈';
}
.ss-umbrella:before,
.ss-umbrella.right:after {
  content: '☂';
}
.ss-rainumbrella:before,
.ss-rainumbrella.right:after {
  content: '';
}
.ss-rainbow:before,
.ss-rainbow.right:after {
  content: '🌈';
}
.ss-rainbowclouds:before,
.ss-rainbowclouds.right:after {
  content: '';
}
.ss-fog:before,
.ss-fog.right:after {
  content: '';
}
.ss-wind:before,
.ss-wind.right:after {
  content: '';
}
.ss-tornado:before,
.ss-tornado.right:after {
  content: '';
}
.ss-snowflake:before,
.ss-snowflake.right:after {
  content: '❄';
}
.ss-snowcrystal:before,
.ss-snowcrystal.right:after {
  content: '❆';
}
.ss-lightsnow:before,
.ss-lightsnow.right:after {
  content: '';
}
.ss-snow:before,
.ss-snow.right:after {
  content: '';
}
.ss-heavysnow:before,
.ss-heavysnow.right:after {
  content: '';
}
.ss-hail:before,
.ss-hail.right:after {
  content: '';
}
.ss-crescentmoon:before,
.ss-crescentmoon.right:after {
  content: '🌙';
}
.ss-waxingcrescentmoon:before,
.ss-waxingcrescentmoon.right:after {
  content: '🌒';
}
.ss-firstquartermoon:before,
.ss-firstquartermoon.right:after {
  content: '🌓';
}
.ss-waxinggibbousmoon:before,
.ss-waxinggibbousmoon.right:after {
  content: '🌔';
}
.ss-waninggibbousmoon:before,
.ss-waninggibbousmoon.right:after {
  content: '🌖';
}
.ss-lastquartermoon:before,
.ss-lastquartermoon.right:after {
  content: '🌗';
}
.ss-waningcrescentmoon:before,
.ss-waningcrescentmoon.right:after {
  content: '🌘';
}
.ss-fan:before,
.ss-fan.right:after {
  content: '';
}
.ss-bike:before,
.ss-bike.right:after {
  content: '🚲';
}
.ss-wheelchair:before,
.ss-wheelchair.right:after {
  content: '♿';
}
.ss-briefcase:before,
.ss-briefcase.right:after {
  content: '💼';
}
.ss-hanger:before,
.ss-hanger.right:after {
  content: '';
}
.ss-comb:before,
.ss-comb.right:after {
  content: '';
}
.ss-medicalcross:before,
.ss-medicalcross.right:after {
  content: '';
}
.ss-up:before,
.ss-up.right:after {
  content: '⬆';
}
.ss-upright:before,
.ss-upright.right:after {
  content: '⬈';
}
.ss-right:before,
.ss-right.right:after {
  content: '➡';
}
.ss-downright:before,
.ss-downright.right:after {
  content: '⬊';
}
.ss-down:before,
.ss-down.right:after {
  content: '⬇';
}
.ss-downleft:before,
.ss-downleft.right:after {
  content: '⬋';
}
.ss-left:before,
.ss-left.right:after {
  content: '⬅';
}
.ss-upleft:before,
.ss-upleft.right:after {
  content: '⬉';
}
.ss-navigateup:before,
.ss-navigateup.right:after {
  content: '';
}
.ss-navigateright:before,
.ss-navigateright.right:after {
  content: '▻';
}
.ss-navigatedown:before,
.ss-navigatedown.right:after {
  content: '';
}
.ss-navigateleft:before,
.ss-navigateleft.right:after {
  content: '◅';
}
.ss-retweet:before,
.ss-retweet.right:after {
  content: '';
}
.ss-share:before,
.ss-share.right:after {
  content: '';
}
/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
* 
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-social.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSSocial";
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/ss-social-circle.eot');
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/ss-social-circle-.eot#iefix') format('embedded-opentype'), url('/wp-content/themes/lfla-minisite/assets/fonts/ss-social-circle.woff') format('woff'), url('/wp-content/themes/lfla-minisite/assets/fonts/ss-social-circle.ttf') format('truetype'), url('/wp-content/themes/lfla-minisite/assets/fonts/ss-social-circle.svg#SSSocialCircle') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SSSocial";
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/ss-social-regular.eot');
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/ss-social-regular-.eot#iefix') format('embedded-opentype'), url('/wp-content/themes/lfla-minisite/assets/fonts/ss-social-regular.woff') format('woff'), url('/wp-content/themes/lfla-minisite/assets/fonts/ss-social-regular.ttf') format('truetype'), url('/wp-content/themes/lfla-minisite/assets/fonts/ss-social-regular.svg#SSSocialRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ss-icon,
.ss-icon.ss-social,
.ss-icon.ss-social-circle,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before,
[class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after,
[class*=" ss-"][class*=" ss-social"].right:after {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.ss-icon.ss-social-circle,
[class^="ss-"].ss-social-circle:before,
[class*=" ss-"].ss-social-circle:before,
[class^="ss-"].ss-social-circle.right:after,
[class*=" ss-"].ss-social-circle.right:after {
  font-weight: bold;
}
[class^="ss-"].right:before,
[class^="ss-"][class*=" ss-social"].right:before {
  display: none;
  content: '';
}
.ss-facebook:before,
.ss-facebook.right:after {
  content: '';
}
.ss-twitter:before,
.ss-twitter.right:after {
  content: '';
}
.ss-linkedin:before,
.ss-linkedin.right:after {
  content: '';
}
.ss-googleplus:before,
.ss-googleplus.right:after {
  content: '';
}
.ss-tumblr:before,
.ss-tumblr.right:after {
  content: '';
}
.ss-wordpress:before,
.ss-wordpress.right:after {
  content: '';
}
.ss-blogger:before,
.ss-blogger.right:after {
  content: '';
}
.ss-posterous:before,
.ss-posterous.right:after {
  content: '';
}
.ss-youtube:before,
.ss-youtube.right:after {
  content: '';
}
.ss-vimeo:before,
.ss-vimeo.right:after {
  content: '';
}
.ss-flickr:before,
.ss-flickr.right:after {
  content: '';
}
.ss-instagram:before,
.ss-instagram.right:after {
  content: '';
}
.ss-pinterest:before,
.ss-pinterest.right:after {
  content: '';
}
.ss-dribbble:before,
.ss-dribbble.right:after {
  content: '';
}
.ss-behance:before,
.ss-behance.right:after {
  content: '';
}
.ss-github:before,
.ss-github.right:after {
  content: '';
}
.ss-octocat:before,
.ss-octocat.right:after {
  content: '';
}
.ss-paypal:before,
.ss-paypal.right:after {
  content: '';
}
.ss-foursquare:before,
.ss-foursquare.right:after {
  content: '';
}
.ss-skype:before,
.ss-skype.right:after {
  content: '';
}
.ss-rdio:before,
.ss-rdio.right:after {
  content: '';
}
.ss-spotify:before,
.ss-spotify.right:after {
  content: '';
}
.ss-lastfm:before,
.ss-lastfm.right:after {
  content: '';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-rss:before,
.ss-rss.right:after {
  content: '';
}
/* Gotham Medium */
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/GothamMedium.eot');
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/GothamMedium.eot') format('embedded-opentype'), url('/wp-content/themes/lfla-minisite/assets/fonts/GothamMedium.woff2') format('woff2'), url('/wp-content/themes/lfla-minisite/assets/fonts/GothamMedium.woff') format('woff'), url('/wp-content/themes/lfla-minisite/assets/fonts/GothamMedium.ttf') format('truetype'), url('/wp-content/themes/lfla-minisite/assets/fonts/GothamMedium.svg#GothamMedium') format('svg');
  font-weight: 400;
  font-style: normal;
}
/* Gotham Bold */
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/GothamBold.eot');
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/GothamBold.eot') format('embedded-opentype'), url('/wp-content/themes/lfla-minisite/assets/fonts/GothamBold.woff2') format('woff2'), url('/wp-content/themes/lfla-minisite/assets/fonts/GothamBold.woff') format('woff'), url('/wp-content/themes/lfla-minisite/assets/fonts/GothamBold.ttf') format('truetype'), url('/wp-content/themes/lfla-minisite/assets/fonts/GothamBold.svg#GothamBold') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* Gotham Black */
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/GothamBlack.eot');
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/GothamBlack.eot') format('embedded-opentype'), url('/wp-content/themes/lfla-minisite/assets/fonts/GothamBlack.woff2') format('woff2'), url('/wp-content/themes/lfla-minisite/assets/fonts/GothamBlack.woff') format('woff'), url('/wp-content/themes/lfla-minisite/assets/fonts/GothamBlack.ttf') format('truetype'), url('/wp-content/themes/lfla-minisite/assets/fonts/GothamBlack.svg#GothamBlack') format('svg');
  font-weight: 900;
  font-style: normal;
}
/* Adobe Caslon */
@font-face {
  font-family: 'Caslon';
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/ACaslonProRegular.eot');
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/ACaslonProRegular.eot') format('embedded-opentype'), url('/wp-content/themes/lfla-minisite/assets/fonts/ACaslonProRegular.woff2') format('woff2'), url('/wp-content/themes/lfla-minisite/assets/fonts/ACaslonProRegular.woff') format('woff'), url('/wp-content/themes/lfla-minisite/assets/fonts/ACaslonProRegular.ttf') format('truetype'), url('/wp-content/themes/lfla-minisite/assets/fonts/ACaslonProRegular.svg#ACaslonProRegular') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Caslon';
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/ACaslonProItalic.eot');
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/ACaslonProItalic.eot') format('embedded-opentype'), url('/wp-content/themes/lfla-minisite/assets/fonts/ACaslonProItalic.woff2') format('woff2'), url('/wp-content/themes/lfla-minisite/assets/fonts/ACaslonProItalic.woff') format('woff'), url('/wp-content/themes/lfla-minisite/assets/fonts/ACaslonProItalic.ttf') format('truetype'), url('/wp-content/themes/lfla-minisite/assets/fonts/ACaslonProItalic.svg#ACaslonProItalic') format('svg');
  font-weight: 200;
  font-style: italic;
}
/* Sentinel Book */
@font-face {
  font-family: 'Sentinel';
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/SentinelBook.eot');
  src: url('/wp-content/themes/lfla-minisite/assets/fonts/SentinelBook.eot') format('embedded-opentype'), url('/wp-content/themes/lfla-minisite/assets/fonts/SentinelBook.woff2') format('woff2'), url('/wp-content/themes/lfla-minisite/assets/fonts/SentinelBook.woff') format('woff'), url('/wp-content/themes/lfla-minisite/assets/fonts/SentinelBook.ttf') format('truetype'), url('/wp-content/themes/lfla-minisite/assets/fonts/SentinelBook.svg#SentinelBook') format('svg');
  font-weight: 200;
  font-style: normal;
}
.bg.green {
  background: #8FBA5C;
}
.bg.lightgray {
  background: #F2F2F2;
}
.color-white {
  color: #fff !important;
}
.color-black {
  color: #000;
}
.color-blue {
  color: #00AEEE;
}
.left {
  float: left;
  margin-right: 20px;
}
.right {
  float: right;
  margin-left: 20px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.red {
  color: #C02815;
}
.invisible {
  visibility: hidden;
}
img.rounded {
  display: block;
  border-radius: 50%;
}
.relative {
  position: relative;
}
@media screen and (min-width: 740px) {
  .pinned {
    position: absolute;
  }
}
.pinned-top {
  top: 0;
  left: 0;
  width: 100%;
}
.arrow-down {
  width: 1px;
  height: 100px;
  background: #fff;
  position: absolute;
  left: 50%;
  z-index: 99;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow-down:after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  background: inherit;
  bottom: 0;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrow-down:before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  background: inherit;
  bottom: 0;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.covered {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.centered {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.wrapper {
  padding: 25px;
}
.wrapper-extra {
  padding: 50px !important;
}
.wrapper-shadow {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
*,
*:link,
*:visited,
*:hover,
*:active,
*:focus {
  -webkit-transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, opacity 0.1s linear;
  transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, opacity 0.1s linear;
}
*:focus,
*:hover,
*:active {
  outline: none;
}
body {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #666666;
  line-height: 1.5;
  overflow-x: hidden;
}
body * {
  word-wrap: break-word;
}
::-moz-selection,
::-moz-selection {
  background: #eee;
  text-shadow: none;
}
::selection,
::-moz-selection {
  background: #eee;
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 800;
  line-height: inherit;
  margin: 5px 0 10px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 80%;
  font-weight: 400;
  color: #666666;
}
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green {
  color: #8FBA5C;
}
h1 {
  line-height: 1.2;
}
@media screen and (min-width: 500px) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (min-width: 500px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 740px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 980px) {
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1220px) {
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 500px) {
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 740px) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 980px) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1220px) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
}
a {
  text-decoration: none;
  color: #666666;
}
a.underline {
  border-bottom: 1px solid;
}
p {
  color: #666666;
  margin: 0 0 10px;
  line-height: 1.6;
}
p.emphasized {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 15px 0;
}
p a {
  border-bottom: 1px solid #bbb;
  color: #666666;
}
ol,
ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 25px;
}
li {
  position: relative;
  display: block;
  line-height: 1.5;
  margin: 5px 0 0;
  color: #666666;
}
li:before {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: -15px;
  background: #ccc;
  border-radius: 100%;
  content: '';
  display: block;
}
hr {
  width: 100%;
  height: 1px;
  background: #fff;
  border: none;
  clear: both;
  margin: 25px 0;
}
hr.thin {
  background: #E7E7EC;
}
iframe {
  border: none;
}
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
figure {
  margin: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
input,
textarea {
  border: none;
  border-radius: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
menu {
  margin: 0;
  padding: 0;
}
button {
  background: none;
  border: none;
  padding: 0;
}
form label {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin: 0 0 5px;
  font-weight: 500;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form textarea {
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #CBCBD2;
  box-shadow: none;
  margin: 0 0 10px;
  padding: 10px;
  box-shadow: inset -1px 1px 2px #E7E7EC;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form textarea:focus {
  border: 1px solid #666666;
}
.alert {
  font-size: 15px;
  font-size: 0.9375rem;
  background: #E7E7EC;
  color: #666666;
  display: block;
  margin: 0 0 10px 0;
  font-weight: 400;
  border-radius: 3px;
  padding: 8px 15px;
}
.alert p {
  margin: 0;
  color: inherit;
}
.alert.alert-danger {
  background: #D64242;
  color: #fff;
}
.alert.alert-success {
  background: #74C080;
  color: #fff;
}
.text-left {
  text-align: left;
}
@media screen and (min-width: 300px) {
  .text-left {
    text-align: left;
  }
}
@media screen and (min-width: 740px) {
  .text-left {
    text-align: left;
  }
}
.text-center {
  text-align: center;
}
@media screen and (min-width: 300px) {
  .text-center {
    text-align: left;
  }
}
@media screen and (min-width: 740px) {
  .text-center {
    text-align: center;
  }
}
.text-right {
  text-align: right;
}
@media screen and (min-width: 300px) {
  .text-right {
    text-align: left;
  }
}
@media screen and (min-width: 740px) {
  .text-right {
    text-align: right;
  }
}
.divider {
  background: #E7E7EC;
}
.divider.vertical {
  width: 1px;
  margin: auto;
}
body {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
}
h2 {
  font-family: "futura-pt", sans-serif;
  color: #666666;
}
.type-title {
  font-family: "futura-pt", sans-serif;
}
@media screen and (min-width: 500px) {
  .type-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 740px) {
  .type-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 980px) {
  .type-title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1220px) {
  .type-title {
    font-size: 48px;
    font-size: 3rem;
  }
}
.type-subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "futura-pt", sans-serif;
}
.button,
.btn {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "futura-pt", sans-serif;
}
.main-nav {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.btn,
.button {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 10px 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 600;
  border-radius: 3px;
  height: 34px;
  padding: 0 10px;
  line-height: 34px;
}
.btn.btn-default,
.button.btn-default,
.btn.epm-submit-chimp,
.button.epm-submit-chimp {
  box-shadow: inset 0 0 0 1px #CBCBD2;
  background: none;
}
.btn.btn-default:hover,
.button.btn-default:hover,
.btn.epm-submit-chimp:hover,
.button.epm-submit-chimp:hover {
  background: #F2F2F2;
}
.btn.btn-nav,
.button.btn-nav {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0;
  height: 60px;
  line-height: 60px;
}
.btn.btn-first,
.button.btn-first {
  padding-left: 0!important;
}
.btn.btn-last,
.button.btn-last {
  padding-right: 0!important;
}
.btn.btn-lg,
.button.btn-lg {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  height: 44px;
  padding: 0 25px;
  line-height: 44px;
}
.btn.btn-sm,
.button.btn-sm {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  border-radius: 15px;
}
.btn.disabled,
.button.disabled {
  background: #F2F2F2;
  color: #CBCBD2;
  box-shadow: inset 0 0 0 1px #E7E7EC;
  pointer-events: none;
}
.btn.btn-link,
.button.btn-link {
  box-shadow: inset 0 0 2px transparent;
  text-decoration: underline;
}
.btn.btn-outlined,
.button.btn-outlined {
  border: 1px solid;
}
.btn.btn-primary,
.button.btn-primary {
  color: #fff;
  background: #666666;
}
.btn.btn-primary:hover,
.button.btn-primary:hover {
  background: #4d4d4d;
}
.btn--featured,
.button--featured,
.btn.gform_button,
.button.gform_button {
  background: #00AEEE;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 900!important;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
}
.btn--featured:hover,
.button--featured:hover,
.btn.gform_button:hover,
.button.gform_button:hover {
  background: rgba(0, 174, 238, 0.9);
}
.btn--featured_small,
.button--featured_small,
.btn.gform_button_small,
.button.gform_button_small {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0 18.75px;
}
.btn.btn-danger,
.button.btn-danger {
  color: #fff;
  background: #D64242;
}
.btn.btn-danger.btn-default,
.button.btn-danger.btn-default {
  color: #D64242;
  background: none;
  box-shadow: inset 0 0 0 1px #D64242;
}
.btn.btn-success,
.button.btn-success {
  color: #fff;
  background: #74C080;
}
.btn.btn-success.btn-default,
.button.btn-success.btn-default {
  color: #74C080;
  background: none;
  box-shadow: inset 0 0 0 1px #74C080;
}
.error404 #wrapper {
  height: 100%;
}
.error404 #error-msg {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.error404 #error-msg h1 {
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #F3903D;
}
.error404 #error-msg h3 {
  color: #000;
}
.error404 #error-msg h3 a,
.error404 #error-msg h3 a:visited {
  color: #000;
}
body {
  overflow: visible;
}
.wrapper {
  padding: 25px;
}
.cover {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
#footer-modules h3.footer-module-title {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 1220px) {
  #footer-modules h3.footer-module-title {
    margin-top: 19px;
  }
}
#footer-modules p {
  font-family: "futura-pt", sans-serif;
  font-weight: 200;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666666;
}
@media screen and (min-width: 980px) {
  #footer-modules p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1220px) {
  #footer-modules p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#footer-modules .button {
  font-size: 12px;
  font-size: 0.75rem;
}
#foot {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
}
#foot p {
  font-family: inherit;
  font-size: inherit;
}
#foot li:before {
  display: none;
}
.banner {
  background: #000;
  position: relative;
}
.banner-medium {
  height: 440px;
}
.banner-small {
  height: 275px;
}
.banner .centered {
  z-index: 30;
}
.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 10px 0;
}
.banner-container .fs-background-container {
  opacity: .375;
}
#submission-close {
  display: block;
  height: 70px;
  width: 70px;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
  background: url('/wp-content/themes/lfla-minisite/assets/img/1454744430_53-interface_-_cross_cancel.svg') center center no-repeat;
  background-size: 20px 20px;
  z-index: 99;
  opacity: .5;
}
#submission-close:hover {
  opacity: 1;
}
#submission-form {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  position: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: scroll;
}
#submission-form .wrapper {
  background: #fff;
}
#submission-form .wrapper li:before {
  display: none;
}
#submission-form .wrapper li label {
  letter-spacing: 0.5px;
}
#submission-form .gform_wrapper {
  margin: 0;
}
#submission-form .gform_heading {
  margin: 0;
  margin-bottom: 25px;
}
#submission-form .gform_title {
  margin-bottom: 0;
}
#submission-form .gform_footer {
  padding-top: 0;
  padding-bottom: 0;
}
#submission-form .gform_footer input {
  background: #00AEEE;
  margin-bottom: 0;
  border-radius: 3px!important;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 600 !important;
}
.btn {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
.cover-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  z-index: 15;
}
p {
  font-family: "futura-pt", sans-serif;
  font-style: '@font-style';
  font-weight: 300;
  color: #fff;
}
p strong {
  font-weight: 600;
  color: inherit;
}
@media screen and (min-width: 300px) {
  p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 740px) {
  p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
body {
  background-color: #fff;
}
@media screen and (min-width: 300px) {
  body {
    background-size: 1200px auto;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 500px) {
  body {
    background-size: 1700px auto;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 740px) {
  body {
    background-size: auto;
  }
}
#home--wrapper > section {
  background: none;
}
#home--wrapper > section#home--main {
  border-bottom: 0;
}
@media screen and (min-width: 300px) {
  #home--wrapper > section {
    padding: 50px 0;
  }
}
@media screen and (min-width: 980px) {
  #home--wrapper > section {
    padding: 50px 0;
  }
}
#home--wrapper > section .section-title {
  color: #00AEEE;
  text-transform: uppercase;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 300px) {
  #home--wrapper > section .section-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 740px) {
  #home--wrapper > section .section-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1;
  }
}
@media screen and (min-width: 300px) {
  #home--wrapper > section > div > div > header {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 980px) {
  #home--wrapper > section > div > div > header {
    padding-bottom: 50px;
  }
}
#home--wrapper > section > div > div > header .section-title {
  display: inline-block;
  margin: 0;
}
#home--wrapper > section > div > div > header .desc {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: 19px;
  font-size: 1.1875rem;
  color: rgba(0, 0, 0, 0.6);
}
#home--wrapper > section > div > div > header .desc u {
  text-decoration: none;
}
#home--wrapper > section > div > div > header .desc a {
  color: rgba(0, 0, 0, 0.6);
  border: none;
  border-bottom: 1px solid #E7E7EC;
}
#home--wrapper > section > div > div > header .btn {
  position: relative;
  top: -0.4em;
  margin-left: 10px;
  color: #8FBA5C;
}
#home--about {
  overflow: visible;
  padding: 100px 0 75px !important;
}
#home--about .fs-row {
  position: relative;
  z-index: 50;
}
#home--about .fs-row .section-title {
  margin-bottom: 50px;
}
#home--about .fs-row p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 25px;
}
section#home--events {
  border-bottom: 0;
}
section#home--essays {
  border-bottom: 0;
}
section#home--essays header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
section#home--thanks {
  border-bottom: 0;
}
section#home--more {
  color: #000;
}
section#home--more .desc {
  color: #00AEEE;
}
section#home--more p {
  color: #666666;
}
section#home--more p b {
  color: #000;
}
section#home--more .section-title {
  color: #00AEEE;
}
section#home--rr {
  border-bottom: 0;
  background: #000;
}
section#home--rr .desc {
  color: #fff !important;
}
section#home--rr .fs-row {
  position: relative;
  z-index: 88;
}
section#home--videos {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
blockquote {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: 'Sentinel';
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}
#home--header {
  position: relative;
  z-index: 10;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#home--header .btn {
  border: none;
}
@media screen and (min-width: 980px) {
  #home--header-wrapper {
    height: 60px;
    overflow: hidden;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }
}
#home--header-upper {
	margin-top: -24px;
}
#home--header-upper,
#home--header-lower {
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
#home--header-upper.active,
#home--header-lower.active {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
#home--header-social {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  right: 20px;
}
@media screen and (min-width: 980px) {
  #home--header-social {
    display: block;
  }
}
#home--header-social .btn-nav {
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
#home--header-social .btn-nav i {
  font-size: inherit;
  position: relative;
  top: .125em;
}
@media screen and (min-width: 300px) {
  #home--header .text-center {
    text-align: left;
  }
}
@media screen and (min-width: 980px) {
  #home--header .text-center {
    text-align: center;
  }
}
@media screen and (min-width: 300px) {
  #home--header {
    display: none;
  }
}
@media screen and (min-width: 740px) {
  #home--header {
    display: block;
  }
}
#home--header a {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 300px) {
  #home--header a {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 980px) {
  #home--header a {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1220px) {
  #home--header a {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 2px;
  }
}
#home--header.banner--clone {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 999;
  border-bottom: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home--header.banner--clone #home--header-logo {
  visibility: visible;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  display: block;
  top: 0;
  float: left;
  height: 40px;
  width: 40px;
  margin-top: 10px;
}
@media screen and (min-width: 300px) {
  #home--header.banner--clone #home--header-logo {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #home--header.banner--clone #home--header-logo {
    display: block;
  }
}
#home--header.banner--clone a {
  color: #fff;
}
#home--header.banner--clone a:hover {
  border-bottom-color: transparent;
}
@media screen and (min-width: 300px) {
  #home--header.banner--clone a.btn-nav {
    padding-left: 0;
  }
}
@media screen and (min-width: 980px) {
  #home--header.banner--clone a.btn-nav {
    padding-left: 10px;
  }
}
#home--header.banner--clone .hide {
  display: inline-block;
  margin-right: 8px;
}
#home--header.banner--clone #mobile-menu {
  display: none;
}
#home--header.banner--stick {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#home--header-logo {
  background: url(/wp-content/themes/lfla-minisite/assets/img/lfla--logo.png);
  background-size: cover;
  background-position: center center;
  text-indent: -9999px;
  position: absolute;
  width: 130px;
  height: 130px;
  left: 20px;
  top: 11px;
}
@media screen and (min-width: 300px) {
  #home--header-logo {
    display: none;
  }
}
@media screen and (min-width: 740px) {
  #home--header-logo {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #home--header-logo {
    display: block;
  }
}
#home--header-logo-mobile {
  background-size: cover;
  background-position: center center;
  text-indent: -9999px;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 12.5px;
  top: 10px;
  float: left;
}
#menuBtn {
  width: 40px;
  float: right;
  display: inline-block;
  cursor: pointer;
}
#menuBtn > span {
  display: block;
  height: 21px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#menuBtn > span span {
  background: #CBCBD2;
  width: 100%;
  text-indent: -9999px;
  display: block;
  height: 2px;
  margin-bottom: 5px;
}
#mobile-menu {
  background: #70AD94;
  z-index: 9;
  position: fixed;
  padding-top: 60px;
  width: 100%;
  top: 0;
  -webkit-transform: translate(0%, -100%);
      -ms-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
#mobile-menu.open {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
#mobile-menu nav {
  padding-top: 3px;
}
#mobile-menu nav a {
  color: #fff;
  display: block;
  text-align: left;
  border: 0;
  height: 40px;
  line-height: 40px;
}
#mobile-menu nav a:last-child {
  height: 50px;
}
section#home--main {
  padding-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}
#index {
  background: #000;
  color: #00AEEE;
  padding-bottom: 0;
  font-size: 22px;
  font-size: 1.375rem;
}
#index p {
  color: inherit;
  font-size: inherit;
}
#index strong,
#index b {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
@media screen and (min-width: 300px) {
  #index {
    padding-top: 25px;
  }
}
@media screen and (min-width: 980px) {
  #index {
    padding-top: 60px;
  }
}
@media screen and (min-width: 300px) {
  #index-bg {
    height: 600px;
  }
}
@media screen and (min-width: 980px) {
  #index-bg {
    height: 600px;
  }
}
#splash--title h2 {
  margin-top: 25px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 300px) {
  #splash--title h2 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
  }
}
@media screen and (min-width: 500px) {
  #splash--title h2 {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    line-height: auto;
  }
}
@media screen and (min-width: 740px) {
  #splash--title h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  #splash--title h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 1220px) {
  #splash--title h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
#splash--desc {
  font-size: 23px;
  font-size: 1.4375rem;
  font-family: "futura-pt", sans-serif;
  color: #00AEEE;
}
#splash--desc p {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
#splash--desc strong {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
@media screen and (min-width: 300px) {
  #splash--desc {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  #splash--desc {
    text-align: left;
  }
}
@media screen and (min-width: 300px) {
  #splash--desc {
    border-bottom: 0;
  }
}
#splash--social {
  text-align: center;
  position: relative;
}
#splash--social a {
  color: #8FBA5C;
  height: 32px;
  margin-bottom: 5px;
  font-size: 32px;
  font-size: 2rem;
}
#splash--social a i {
  display: inline-block;
  height: 32px;
}
@media screen and (min-width: 980px) {
  #splash--social a {
    display: block;
  }
}
#splash--social span {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  display: none;
  color: #8FBA5C;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  #splash--social span {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
            transform: translateX(-50%) translateY(-50%) rotate(90deg);
  }
}
#splash--empty {
  font-size: 23px;
  font-size: 1.4375rem;
  font-family: "futura-pt", sans-serif;
}
#splash--empty strong {
  font-weight: 600;
  color: inherit;
}
#splash--empty p {
  font-family: inherit;
}
@media screen and (min-width: 300px) {
  #splash--empty {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  #splash--empty {
    text-align: left;
  }
}
#splash--check {
  font-family: "futura-pt", sans-serif;
  color: #fff;
}
#splash--check p {
  color: inherit;
}
@media screen and (min-width: 300px) {
  #splash--check {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  #splash--check {
    text-align: center;
  }
}
#splash--check .wrapper {
  background: url(/wp-content/themes/lfla-minisite/assets/img/banner-bg.png);
  background-repeat: no-repeat;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 300px) {
  #splash--check .wrapper {
    background-position: center 25px;
    padding-bottom: 50px;
    margin: 0 -15px;
    background-size: contain;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 500px) {
  #splash--check .wrapper {
    background-position: center 25px;
    padding-bottom: 50px;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
    background-size: auto;
  }
}
@media screen and (min-width: 980px) {
  #splash--check .wrapper {
    margin-left: -25px;
    background-position: left 25px;
    padding-bottom: 30px;
    background-size: contain;
  }
}
@media screen and (min-width: 1220px) {
  #splash--check .wrapper {
    background-size: auto;
  }
}
#splash--links {
  text-align: center;
  text-transform: uppercase;
}
#splash--links .wrapper {
  padding-bottom: 0;
}
@media screen and (min-width: 300px) {
  #splash--links {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 980px) {
  #splash--links {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#splash--links a {
  text-decoration: underline;
}
@media screen and (min-width: 980px) {
  #starship {
    margin-top: 50px;
    margin-left: -3px;
  }
}
#splash--follow {
  font-family: "futura-pt", sans-serif;
  text-align: center;
  color: #F3903D;
}
#splash--follow strong {
  font-weight: 600;
  color: inherit;
}
#splash--follow span {
  font-size: 16px;
  font-size: 1rem;
}
#splash--follow a {
  color: #F3903D;
  font-size: 28px;
  font-size: 1.75rem;
}
hr.divider {
  margin: 25px 0;
  background: rgba(0, 0, 0, 0.25);
}
.fs-cell p:last-child {
  margin-bottom: 0;
}
.rightside {
  position: relative;
}
.rightside:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media screen and (min-width: 980px) {
  .rightside:after {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
  }
}
.leftside {
  position: relative;
}
.leftside:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media screen and (min-width: 980px) {
  .leftside:after {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 300px) {
  .wrapper {
    padding: 15px 0;
  }
}
@media screen and (min-width: 980px) {
  .wrapper {
    padding: 20px;
  }
}
.wrapper.no-pad--left {
  padding-left: 0;
}
.wrapper.no-pad--right {
  padding-right: 0;
}
.wrapper.no-pad--top {
  padding-top: 0;
}
.wrapper.no-pad--bottom {
  padding-bottom: 0;
}
#packeryContainer {
  opacity: 0;
}
.event {
  background-size: cover;
  background-position: center center;
}
.event .wrapper:hover {
  background: rgba(0, 0, 0, 0.1);
}
.event h1,
.event h2,
.event h3,
.event h4,
.event h5 {
  color: #fff;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
}
.event h4 {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .event h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1220px) {
  .event h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.event h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
@media screen and (min-width: 980px) {
  .event h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1220px) {
  .event h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .event.jumbo h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1220px) {
  .event.jumbo h3 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.event {
  text-align: left;
  background-color: #666666;
}
.event .moreinfo,
.event span {
  color: #00AEEE;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.event.jumbo {
  background-color: #4d4d4d;
}
.event.wide {
  background-color: #595959;
}
.event .wrapper {
  display: block;
}
@media screen and (min-width: 300px) {
  .event .wrapper {
    min-height: 200px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media screen and (min-width: 980px) {
  .event .wrapper {
    padding: 25px;
  }
}
@media screen and (min-width: 300px) {
  .event .cover {
    position: static;
  }
}
@media screen and (min-width: 980px) {
  .event .cover {
    position: absolute;
  }
}
@media screen and (min-width: 300px) {
  .event .backbone {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .event .backbone {
    display: block;
  }
}
.essay {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.essay .btn {
  color: #8FBA5C;
}
.essay h3 {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 300px) {
  .essay p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 740px) {
  .essay p {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 980px) {
  .essay p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1220px) {
  .essay p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 300px) {
  .essay .wrapper {
    padding: 25px 1.04166667%;
    margin: 0;
  }
  .essay .wrapper hr {
    margin: 8px 0;
  }
}
@media screen and (min-width: 740px) {
  .essay .wrapper {
    padding: 50px;
    margin: 12.5px 0;
  }
  .essay .wrapper hr {
    margin: 15px 0;
  }
}
@media screen and (min-width: 740px) {
  .essay#essay-1 .wrapper {
    padding: 50px 25px;
    padding-left: 0;
  }
}
@media screen and (min-width: 740px) {
  .essay#essay-2 .wrapper {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 740px) {
  .essay#essay-2 .wrapper {
    padding: 50px 25px;
    padding-right: 0;
  }
}
.essay.last {
  border-bottom: 0;
}
.essay.last .wrapper {
  padding-bottom: 0;
}
.essay.full {
  z-index: 9999;
  left: auto;
  pointer-events: none;
  opacity: 0;
  right: -20px;
}
@media screen and (min-width: 300px) {
  .essay.full {
    width: 100%;
  }
}
@media screen and (min-width: 740px) {
  .essay.full {
    width: 80%;
  }
}
@media screen and (min-width: 980px) {
  .essay.full {
    width: 70%;
  }
}
@media screen and (min-width: 1220px) {
  .essay.full {
    width: 60%;
  }
}
.essay.full.clickable {
  pointer-events: auto;
  opacity: 1;
}
.essay.full blockquote {
  background: #F2F2F2;
  margin: 0;
  height: 0px;
  overflow: hidden;
}
@media screen and (min-width: 300px) {
  .essay.full blockquote {
    padding: 25px 50px;
    margin: 0 -25px;
  }
}
@media screen and (min-width: 740px) {
  .essay.full blockquote {
    padding: 50px 100px;
    margin: 0 -50px;
  }
}
.essay.full p,
.essay.full ul,
.essay.full li {
  font-family: "futura-pt", sans-serif;
  font-style: '@font-style';
  font-weight: 300;
  padding-left: 0;
}
.essay.full p strong,
.essay.full ul strong,
.essay.full li strong {
  font-weight: 600;
  color: inherit;
}
.essay.full p:before,
.essay.full ul:before,
.essay.full li:before {
  display: none;
}
.essay.full header {
  border-bottom: none!important;
  margin-bottom: 25px;
}
.essay.full header h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #70AD94;
  text-align: center;
  text-transform: uppercase;
}
.essay.full p,
.essay.full h1,
.essay.full h2,
.essay.full h3,
.essay.full h4,
.essay.full h5 {
  color: #666666;
}
.essay.full .wrapper {
  margin-top: 15px;
  margin-left: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  background: #fff;
}
@media screen and (min-width: 300px) {
  .essay.full .wrapper {
    padding: 25px;
  }
}
@media screen and (min-width: 740px) {
  .essay.full .wrapper {
    padding: 50px;
  }
}
.essay.full.fixed {
  position: fixed;
  height: 100%;
  overflow-y: scroll;
}
.essay.full .essayClose {
  height: 30px;
  width: 30px;
  line-height: 31px;
  border: 2px solid #E7E7EC;
  color: #E7E7EC;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: fixed;
  top: 0;
  right: 0;
  margin: 30px 10px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.essay.full .essayClose:hover {
  color: #70AD94;
  border-color: #70AD94;
}
#home--tumblr {
  position: relative;
  border: 0!important;
  background: #000;
  margin-top: -1px;
  overflow: hidden;
  color: #fff;
}
#home--tumblr h3.section-title {
  color: #fff;
  margin-bottom: 0;
}
#home--tumblr p {
  color: inherit;
  margin-bottom: 0;
}
#home--tumblr-container {
  position: relative;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 300px) {
  #home--tumblr-container {
    padding: 125px 0;
  }
}
@media screen and (min-width: 740px) {
  #home--tumblr-container {
    padding: 125px 0;
  }
}
@media screen and (min-width: 980px) {
  #home--tumblr-container {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1220px) {
  #home--tumblr-container {
    padding: 150px 0;
  }
}
#home--tumblr-gallery {
  background: #000;
}
#home--tumblr .gallery-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 300px) {
  #home--tumblr .gallery-background {
    background-position: left center;
  }
}
@media screen and (min-width: 740px) {
  #home--tumblr .gallery-background {
    background-position: center center;
  }
}
.book {
  margin-bottom: 25px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
@media screen and (min-width: 300px) {
  .book {
    height: 300px;
  }
}
@media screen and (min-width: 740px) {
  .book {
    height: 300px;
  }
}
@media screen and (min-width: 980px) {
  .book {
    height: 270px;
  }
}
.book:hover {
  background: #000;
}
.book h1,
.book h2,
.book h3,
.book h4,
.book h5 {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.book h3 {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 48%;
  width: 100%;
  padding: 5px 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}
.book h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  color: #00AEEE;
  font-size: 12px;
  font-size: 0.75rem;
}
.rr-list li {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  float: left;
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
@media screen and (min-width: 300px) {
  .rr-list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 740px) {
  .rr-list li {
    width: 33%;
    margin: 0 -2px 0;
    height: 100px;
  }
}
@media screen and (min-width: 980px) {
  .rr-list li {
    width: 25%;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
.rr-list li strong {
  display: block;
  color: #fff;
  line-height: 1.2;
}
.rr-list li:before {
  display: none;
}
#home--thanks {
  color: #666666;
  background: #F2F2F2 !important;
}
#home--thanks p {
  color: inherit;
}
#home--thanks strong,
#home--thanks b {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 600 !important;
}
#home--lamenu {
  position: relative;
  border: 0!important;
  background: #000;
  overflow: hidden;
  color: #fff;
}
#home--lamenu-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  background-size: cover;
  background-position: center center;
}
#home--lamenu h1 {
  color: #F3903D;
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#home--lamenu p {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #F3903D;
}
#home--lamenu p a {
  color: inherit;
  border-bottom-color: #F3903D;
}
#home--lamenu header p {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #F3903D;
}
#home--lamenu .btn-lg {
  border-radius: 22px;
  border: 2px solid #F3903D;
  color: #F3903D;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 300px) {
  #home--lamenu .btn-lg {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (min-width: 740px) {
  #home--lamenu .btn-lg {
    margin: 0 5px;
  }
}
#home--lamenu h3.section-title {
  color: #fff;
  margin-bottom: 0;
}
#home--lamenu p {
  color: inherit;
  margin-bottom: 0;
}
#home--lamenu-container {
  position: relative;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 300px) {
  #home--lamenu-container {
    padding: 125px 0;
  }
}
@media screen and (min-width: 740px) {
  #home--lamenu-container {
    padding: 125px 0;
  }
}
@media screen and (min-width: 980px) {
  #home--lamenu-container {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1220px) {
  #home--lamenu-container {
    padding: 150px 0;
  }
}
#home--lamenu-gallery {
  background: #000;
}
#home--lamenu .gallery-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 300px) {
  #home--lamenu .gallery-background {
    background-position: left center;
  }
}
@media screen and (min-width: 740px) {
  #home--lamenu .gallery-background {
    background-position: center center;
  }
}
#home--lamenu {
  position: relative;
  border: 0!important;
  background: #000;
  margin-top: -1px;
  overflow: hidden;
  color: #fff;
}
#home--lamenu-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  background-size: cover;
  background-position: center center;
}
#home--lamenu h1 {
  color: #F3903D;
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#home--lamenu p {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #F3903D;
}
#home--lamenu p a {
  color: inherit;
  border-bottom-color: #F3903D;
}
#home--lamenu header p {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  color: #F3903D;
}
#home--lamenu .btn-lg {
  border-radius: 22px;
  border: 2px solid #F3903D;
  color: #F3903D;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 300px) {
  #home--lamenu .btn-lg {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (min-width: 740px) {
  #home--lamenu .btn-lg {
    margin: 0 5px;
  }
}
#home--lamenu h3.section-title {
  color: #fff;
  margin-bottom: 0;
}
#home--lamenu p {
  color: inherit;
  margin-bottom: 0;
}
#home--lamenu-container {
  position: relative;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 300px) {
  #home--lamenu-container {
    padding: 125px 0;
  }
}
@media screen and (min-width: 740px) {
  #home--lamenu-container {
    padding: 125px 0;
  }
}
@media screen and (min-width: 980px) {
  #home--lamenu-container {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1220px) {
  #home--lamenu-container {
    padding: 150px 0;
  }
}
#home--lamenu-gallery {
  background: #000;
}
#home--lamenu .gallery-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 300px) {
  #home--lamenu .gallery-background {
    background-position: left center;
  }
}
@media screen and (min-width: 740px) {
  #home--lamenu .gallery-background {
    background-position: center center;
  }
}
.lapl-branch {
  padding: 12.5px 0;
  position: relative;
}
.lapl-branch h4 {
  margin-bottom: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  padding-top: 4px;
  letter-spacing: 1px;
}
@media screen and (min-width: 300px) {
  .lapl-branch h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 500px) {
  .lapl-branch h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lapl-branch h4 a {
  display: block;
  color: #8FBA5C;
  text-decoration: underline;
}
.lapl-branch span {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.lapl-header h3 {
  margin-bottom: 12.5px;
}
.lapl-region {
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.page-content {
  padding-top: 125px;
  font-size: 20px;
  font-size: 1.25rem;
}
.page-content p {
  font-size: inherit;
}
.page-title {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
}
