/*
Theme Name: Celloglass
Author: The Bigger Boat
Description: Theme for Celloglass
Version: 1.1
*/
/* line 431, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.3/";
}

/* line 435, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

/* line 440, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

/* line 445, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

/* line 450, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

/* line 455, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

/* line 460, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

/* line 465, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

/* line 470, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

/* line 475, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

/* line 480, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 489, bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 492, bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 498, bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 16px;
}

/* line 502, bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #231f20;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 515, bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 518, bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 520, bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 525, bower_components/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 532, bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 533, bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 537, bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 542, bower_components/foundation/scss/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 548, bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 551, bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 561, bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 564, bower_components/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 132, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion {
  margin-bottom: 0;
  margin-left: 0;
}
/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
.accordion:after {
  clear: both;
}
/* line 136, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
/* line 139, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: transparent;
  color: #f5822a;
}
/* line 140, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a, .accordion dd > a {
  background: transparent;
  color: #f5822a;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  padding: 0;
}
/* line 147, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: transparent;
}
/* line 150, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0;
}
/* line 153, bower_components/foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: transparent;
  display: block;
}

/* line 107, bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 51, bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 218, bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button, .gform_footer input[type="submit"], a.beautiful-taxonomy-filters-clear-all, .beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a, .blog-comments #commentform input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.875rem;
  background-color: #f5822a;
  border-color: #db650a;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
/* line 163, bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .gform_footer input[type="submit"]:hover, a.beautiful-taxonomy-filters-clear-all:hover, .beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a:hover, .blog-comments #commentform input[type="submit"]:hover, .button:focus, .gform_footer input[type="submit"]:focus, a.beautiful-taxonomy-filters-clear-all:focus, .beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a:focus, .blog-comments #commentform input[type="submit"]:focus {
  background-color: #db650a;
}
/* line 169, bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .gform_footer input[type="submit"]:hover, a.beautiful-taxonomy-filters-clear-all:hover, .beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a:hover, .blog-comments #commentform input[type="submit"]:hover, .button:focus, .gform_footer input[type="submit"]:focus, a.beautiful-taxonomy-filters-clear-all:focus, .beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a:focus, .blog-comments #commentform input[type="submit"]:focus {
  color: #FFFFFF;
}
/* line 225, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary, .gform_footer input[type="submit"], a.secondary.beautiful-taxonomy-filters-clear-all, .secondary.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.secondary, .blog-comments #commentform input.secondary[type="submit"], .blog-comments #commentform .gform_footer input[type="submit"], .gform_footer .blog-comments #commentform input[type="submit"] {
  background-color: #231f20;
  border-color: #1c191a;
  color: #FFFFFF;
}
/* line 163, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .gform_footer input[type="submit"]:hover, a.secondary.beautiful-taxonomy-filters-clear-all:hover, .secondary.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.secondary:hover, .blog-comments #commentform input.secondary[type="submit"]:hover, .blog-comments #commentform .gform_footer input[type="submit"]:hover, .gform_footer .blog-comments #commentform input[type="submit"]:hover, .button.secondary:focus, .gform_footer input[type="submit"]:focus, a.secondary.beautiful-taxonomy-filters-clear-all:focus, .secondary.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.secondary:focus, .blog-comments #commentform input.secondary[type="submit"]:focus, .blog-comments #commentform .gform_footer input[type="submit"]:focus, .gform_footer .blog-comments #commentform input[type="submit"]:focus {
  background-color: #1c191a;
}
/* line 169, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .gform_footer input[type="submit"]:hover, a.secondary.beautiful-taxonomy-filters-clear-all:hover, .secondary.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.secondary:hover, .blog-comments #commentform input.secondary[type="submit"]:hover, .blog-comments #commentform .gform_footer input[type="submit"]:hover, .gform_footer .blog-comments #commentform input[type="submit"]:hover, .button.secondary:focus, .gform_footer input[type="submit"]:focus, a.secondary.beautiful-taxonomy-filters-clear-all:focus, .secondary.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.secondary:focus, .blog-comments #commentform input.secondary[type="submit"]:focus, .blog-comments #commentform .gform_footer input[type="submit"]:focus, .gform_footer .blog-comments #commentform input[type="submit"]:focus {
  color: #FFFFFF;
}
/* line 226, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success, .gform_footer input.success[type="submit"], a.success.beautiful-taxonomy-filters-clear-all, .success.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.success, .blog-comments #commentform input.success[type="submit"] {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
/* line 163, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .gform_footer input.success[type="submit"]:hover, a.success.beautiful-taxonomy-filters-clear-all:hover, .success.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.success:hover, .blog-comments #commentform input.success[type="submit"]:hover, .button.success:focus, .gform_footer input.success[type="submit"]:focus, a.success.beautiful-taxonomy-filters-clear-all:focus, .success.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.success:focus, .blog-comments #commentform input.success[type="submit"]:focus {
  background-color: #368a55;
}
/* line 169, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .gform_footer input.success[type="submit"]:hover, a.success.beautiful-taxonomy-filters-clear-all:hover, .success.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.success:hover, .blog-comments #commentform input.success[type="submit"]:hover, .button.success:focus, .gform_footer input.success[type="submit"]:focus, a.success.beautiful-taxonomy-filters-clear-all:focus, .success.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.success:focus, .blog-comments #commentform input.success[type="submit"]:focus {
  color: #FFFFFF;
}
/* line 227, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert, .gform_footer input.alert[type="submit"], a.alert.beautiful-taxonomy-filters-clear-all, .alert.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.alert, .blog-comments #commentform input.alert[type="submit"] {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
/* line 163, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .gform_footer input.alert[type="submit"]:hover, a.alert.beautiful-taxonomy-filters-clear-all:hover, .alert.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.alert:hover, .blog-comments #commentform input.alert[type="submit"]:hover, .button.alert:focus, .gform_footer input.alert[type="submit"]:focus, a.alert.beautiful-taxonomy-filters-clear-all:focus, .alert.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.alert:focus, .blog-comments #commentform input.alert[type="submit"]:focus {
  background-color: #cf2a0e;
}
/* line 169, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .gform_footer input.alert[type="submit"]:hover, a.alert.beautiful-taxonomy-filters-clear-all:hover, .alert.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.alert:hover, .blog-comments #commentform input.alert[type="submit"]:hover, .button.alert:focus, .gform_footer input.alert[type="submit"]:focus, a.alert.beautiful-taxonomy-filters-clear-all:focus, .alert.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.alert:focus, .blog-comments #commentform input.alert[type="submit"]:focus {
  color: #FFFFFF;
}
/* line 228, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning, .button.warning, .gform_footer input.warning[type="submit"], a.warning.beautiful-taxonomy-filters-clear-all, .warning.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.warning, .blog-comments #commentform input.warning[type="submit"] {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
/* line 163, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .gform_footer input.warning[type="submit"]:hover, a.warning.beautiful-taxonomy-filters-clear-all:hover, .warning.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.warning:hover, .blog-comments #commentform input.warning[type="submit"]:hover, .button.warning:focus, .gform_footer input.warning[type="submit"]:focus, a.warning.beautiful-taxonomy-filters-clear-all:focus, .warning.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.warning:focus, .blog-comments #commentform input.warning[type="submit"]:focus {
  background-color: #cf6e0e;
}
/* line 169, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .gform_footer input.warning[type="submit"]:hover, a.warning.beautiful-taxonomy-filters-clear-all:hover, .warning.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.warning:hover, .blog-comments #commentform input.warning[type="submit"]:hover, .button.warning:focus, .gform_footer input.warning[type="submit"]:focus, a.warning.beautiful-taxonomy-filters-clear-all:focus, .warning.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.warning:focus, .blog-comments #commentform input.warning[type="submit"]:focus {
  color: #FFFFFF;
}
/* line 229, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info, .button.info, .gform_footer input.info[type="submit"], a.info.beautiful-taxonomy-filters-clear-all, .info.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.info, .blog-comments #commentform input.info[type="submit"] {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
/* line 163, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .gform_footer input.info[type="submit"]:hover, a.info.beautiful-taxonomy-filters-clear-all:hover, .info.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.info:hover, .blog-comments #commentform input.info[type="submit"]:hover, .button.info:focus, .gform_footer input.info[type="submit"]:focus, a.info.beautiful-taxonomy-filters-clear-all:focus, .info.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.info:focus, .blog-comments #commentform input.info[type="submit"]:focus {
  background-color: #61b6d9;
}
/* line 169, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .gform_footer input.info[type="submit"]:hover, a.info.beautiful-taxonomy-filters-clear-all:hover, .info.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.info:hover, .blog-comments #commentform input.info[type="submit"]:hover, .button.info:focus, .gform_footer input.info[type="submit"]:focus, a.info.beautiful-taxonomy-filters-clear-all:focus, .info.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.info:focus, .blog-comments #commentform input.info[type="submit"]:focus {
  color: #FFFFFF;
}
/* line 231, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large, .gform_footer input.large[type="submit"], a.large.beautiful-taxonomy-filters-clear-all, .large.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.large, .blog-comments #commentform input.large[type="submit"] {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.875rem;
}
/* line 232, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small, .gform_footer input.small[type="submit"], a.small.beautiful-taxonomy-filters-clear-all, .small.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a, .blog-comments #commentform input.small[type="submit"] {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.875rem;
}
/* line 233, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny, .gform_footer input.tiny[type="submit"], a.tiny.beautiful-taxonomy-filters-clear-all, .tiny.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.tiny, .blog-comments #commentform input.tiny[type="submit"] {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.875rem;
}
/* line 234, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand, .gform_footer input.expand[type="submit"], a.expand.beautiful-taxonomy-filters-clear-all, .expand.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.expand, .blog-comments #commentform input.expand[type="submit"] {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.875rem;
  padding-bottom: 0.6875rem;
  padding-top: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
}
/* line 236, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align, .gform_footer input.left-align[type="submit"], a.left-align.beautiful-taxonomy-filters-clear-all, .left-align.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.left-align, .blog-comments #commentform input.left-align[type="submit"] {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 237, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align, .gform_footer input.right-align[type="submit"], a.right-align.beautiful-taxonomy-filters-clear-all, .right-align.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.right-align, .blog-comments #commentform input.right-align[type="submit"] {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 239, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius, .gform_footer input.radius[type="submit"], a.radius.beautiful-taxonomy-filters-clear-all, .radius.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.radius, .blog-comments #commentform input.radius[type="submit"] {
  border-radius: 3px;
}
/* line 240, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round, .gform_footer input.round[type="submit"], a.round.beautiful-taxonomy-filters-clear-all, .round.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.round, .blog-comments #commentform input.round[type="submit"] {
  border-radius: 1000px;
}
/* line 242, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .gform_footer input.disabled[type="submit"], a.disabled.beautiful-taxonomy-filters-clear-all, .disabled.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.disabled, .blog-comments #commentform input.disabled[type="submit"], .button[disabled], .gform_footer input[disabled][type="submit"], a[disabled].beautiful-taxonomy-filters-clear-all, [disabled].beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a[disabled], .blog-comments #commentform input[disabled][type="submit"] {
  background-color: #f5822a;
  border-color: #db650a;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .gform_footer input.disabled[type="submit"]:hover, a.disabled.beautiful-taxonomy-filters-clear-all:hover, .disabled.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled:hover, .blog-comments #commentform input.disabled[type="submit"]:hover, .button.disabled:focus, .gform_footer input.disabled[type="submit"]:focus, a.disabled.beautiful-taxonomy-filters-clear-all:focus, .disabled.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled:focus, .blog-comments #commentform input.disabled[type="submit"]:focus, .button[disabled]:hover, .gform_footer input[disabled][type="submit"]:hover, a[disabled].beautiful-taxonomy-filters-clear-all:hover, [disabled].beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled]:hover, .blog-comments #commentform input[disabled][type="submit"]:hover, .button[disabled]:focus, .gform_footer input[disabled][type="submit"]:focus, a[disabled].beautiful-taxonomy-filters-clear-all:focus, [disabled].beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled]:focus, .blog-comments #commentform input[disabled][type="submit"]:focus {
  background-color: #db650a;
}
/* line 169, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .gform_footer input.disabled[type="submit"]:hover, a.disabled.beautiful-taxonomy-filters-clear-all:hover, .disabled.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled:hover, .blog-comments #commentform input.disabled[type="submit"]:hover, .button.disabled:focus, .gform_footer input.disabled[type="submit"]:focus, a.disabled.beautiful-taxonomy-filters-clear-all:focus, .disabled.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled:focus, .blog-comments #commentform input.disabled[type="submit"]:focus, .button[disabled]:hover, .gform_footer input[disabled][type="submit"]:hover, a[disabled].beautiful-taxonomy-filters-clear-all:hover, [disabled].beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled]:hover, .blog-comments #commentform input[disabled][type="submit"]:hover, .button[disabled]:focus, .gform_footer input[disabled][type="submit"]:focus, a[disabled].beautiful-taxonomy-filters-clear-all:focus, [disabled].beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled]:focus, .blog-comments #commentform input[disabled][type="submit"]:focus {
  color: #FFFFFF;
}
/* line 180, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .gform_footer input.disabled[type="submit"]:hover, a.disabled.beautiful-taxonomy-filters-clear-all:hover, .disabled.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled:hover, .blog-comments #commentform input.disabled[type="submit"]:hover, .button.disabled:focus, .gform_footer input.disabled[type="submit"]:focus, a.disabled.beautiful-taxonomy-filters-clear-all:focus, .disabled.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled:focus, .blog-comments #commentform input.disabled[type="submit"]:focus, .button[disabled]:hover, .gform_footer input[disabled][type="submit"]:hover, a[disabled].beautiful-taxonomy-filters-clear-all:hover, [disabled].beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled]:hover, .blog-comments #commentform input[disabled][type="submit"]:hover, .button[disabled]:focus, .gform_footer input[disabled][type="submit"]:focus, a[disabled].beautiful-taxonomy-filters-clear-all:focus, [disabled].beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled]:focus, .blog-comments #commentform input[disabled][type="submit"]:focus {
  background-color: #f5822a;
}
/* line 243, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .gform_footer input.disabled[type="submit"], a.disabled.secondary.beautiful-taxonomy-filters-clear-all, .disabled.secondary.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.disabled.secondary, .blog-comments #commentform input.disabled.secondary[type="submit"], .blog-comments #commentform .gform_footer input.disabled[type="submit"], .gform_footer .blog-comments #commentform input.disabled[type="submit"], .button[disabled].secondary, .gform_footer input[disabled][type="submit"], a[disabled].secondary.beautiful-taxonomy-filters-clear-all, [disabled].secondary.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a[disabled].secondary, .blog-comments #commentform input[disabled].secondary[type="submit"], .blog-comments #commentform .gform_footer input[disabled][type="submit"], .gform_footer .blog-comments #commentform input[disabled][type="submit"] {
  background-color: #231f20;
  border-color: #1c191a;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .gform_footer input.disabled[type="submit"]:hover, a.disabled.secondary.beautiful-taxonomy-filters-clear-all:hover, .disabled.secondary.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.secondary:hover, .blog-comments #commentform input.disabled.secondary[type="submit"]:hover, .blog-comments #commentform .gform_footer input.disabled[type="submit"]:hover, .gform_footer .blog-comments #commentform input.disabled[type="submit"]:hover, .button.disabled.secondary:focus, .gform_footer input.disabled[type="submit"]:focus, a.disabled.secondary.beautiful-taxonomy-filters-clear-all:focus, .disabled.secondary.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.secondary:focus, .blog-comments #commentform input.disabled.secondary[type="submit"]:focus, .blog-comments #commentform .gform_footer input.disabled[type="submit"]:focus, .gform_footer .blog-comments #commentform input.disabled[type="submit"]:focus, .button[disabled].secondary:hover, .gform_footer input[disabled][type="submit"]:hover, a[disabled].secondary.beautiful-taxonomy-filters-clear-all:hover, [disabled].secondary.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].secondary:hover, .blog-comments #commentform input[disabled].secondary[type="submit"]:hover, .blog-comments #commentform .gform_footer input[disabled][type="submit"]:hover, .gform_footer .blog-comments #commentform input[disabled][type="submit"]:hover, .button[disabled].secondary:focus, .gform_footer input[disabled][type="submit"]:focus, a[disabled].secondary.beautiful-taxonomy-filters-clear-all:focus, [disabled].secondary.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].secondary:focus, .blog-comments #commentform input[disabled].secondary[type="submit"]:focus, .blog-comments #commentform .gform_footer input[disabled][type="submit"]:focus, .gform_footer .blog-comments #commentform input[disabled][type="submit"]:focus {
  background-color: #1c191a;
}
/* line 169, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .gform_footer input.disabled[type="submit"]:hover, a.disabled.secondary.beautiful-taxonomy-filters-clear-all:hover, .disabled.secondary.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.secondary:hover, .blog-comments #commentform input.disabled.secondary[type="submit"]:hover, .blog-comments #commentform .gform_footer input.disabled[type="submit"]:hover, .gform_footer .blog-comments #commentform input.disabled[type="submit"]:hover, .button.disabled.secondary:focus, .gform_footer input.disabled[type="submit"]:focus, a.disabled.secondary.beautiful-taxonomy-filters-clear-all:focus, .disabled.secondary.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.secondary:focus, .blog-comments #commentform input.disabled.secondary[type="submit"]:focus, .blog-comments #commentform .gform_footer input.disabled[type="submit"]:focus, .gform_footer .blog-comments #commentform input.disabled[type="submit"]:focus, .button[disabled].secondary:hover, .gform_footer input[disabled][type="submit"]:hover, a[disabled].secondary.beautiful-taxonomy-filters-clear-all:hover, [disabled].secondary.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].secondary:hover, .blog-comments #commentform input[disabled].secondary[type="submit"]:hover, .blog-comments #commentform .gform_footer input[disabled][type="submit"]:hover, .gform_footer .blog-comments #commentform input[disabled][type="submit"]:hover, .button[disabled].secondary:focus, .gform_footer input[disabled][type="submit"]:focus, a[disabled].secondary.beautiful-taxonomy-filters-clear-all:focus, [disabled].secondary.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].secondary:focus, .blog-comments #commentform input[disabled].secondary[type="submit"]:focus, .blog-comments #commentform .gform_footer input[disabled][type="submit"]:focus, .gform_footer .blog-comments #commentform input[disabled][type="submit"]:focus {
  color: #FFFFFF;
}
/* line 180, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .gform_footer input.disabled[type="submit"]:hover, a.disabled.secondary.beautiful-taxonomy-filters-clear-all:hover, .disabled.secondary.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.secondary:hover, .blog-comments #commentform input.disabled.secondary[type="submit"]:hover, .blog-comments #commentform .gform_footer input.disabled[type="submit"]:hover, .gform_footer .blog-comments #commentform input.disabled[type="submit"]:hover, .button.disabled.secondary:focus, .gform_footer input.disabled[type="submit"]:focus, a.disabled.secondary.beautiful-taxonomy-filters-clear-all:focus, .disabled.secondary.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.secondary:focus, .blog-comments #commentform input.disabled.secondary[type="submit"]:focus, .blog-comments #commentform .gform_footer input.disabled[type="submit"]:focus, .gform_footer .blog-comments #commentform input.disabled[type="submit"]:focus, .button[disabled].secondary:hover, .gform_footer input[disabled][type="submit"]:hover, a[disabled].secondary.beautiful-taxonomy-filters-clear-all:hover, [disabled].secondary.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].secondary:hover, .blog-comments #commentform input[disabled].secondary[type="submit"]:hover, .blog-comments #commentform .gform_footer input[disabled][type="submit"]:hover, .gform_footer .blog-comments #commentform input[disabled][type="submit"]:hover, .button[disabled].secondary:focus, .gform_footer input[disabled][type="submit"]:focus, a[disabled].secondary.beautiful-taxonomy-filters-clear-all:focus, [disabled].secondary.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].secondary:focus, .blog-comments #commentform input[disabled].secondary[type="submit"]:focus, .blog-comments #commentform .gform_footer input[disabled][type="submit"]:focus, .gform_footer .blog-comments #commentform input[disabled][type="submit"]:focus {
  background-color: #231f20;
}
/* line 244, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .gform_footer input.disabled.success[type="submit"], a.disabled.success.beautiful-taxonomy-filters-clear-all, .disabled.success.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.disabled.success, .blog-comments #commentform input.disabled.success[type="submit"], .button[disabled].success, .gform_footer input[disabled].success[type="submit"], a[disabled].success.beautiful-taxonomy-filters-clear-all, [disabled].success.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a[disabled].success, .blog-comments #commentform input[disabled].success[type="submit"] {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .gform_footer input.disabled.success[type="submit"]:hover, a.disabled.success.beautiful-taxonomy-filters-clear-all:hover, .disabled.success.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.success:hover, .blog-comments #commentform input.disabled.success[type="submit"]:hover, .button.disabled.success:focus, .gform_footer input.disabled.success[type="submit"]:focus, a.disabled.success.beautiful-taxonomy-filters-clear-all:focus, .disabled.success.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.success:focus, .blog-comments #commentform input.disabled.success[type="submit"]:focus, .button[disabled].success:hover, .gform_footer input[disabled].success[type="submit"]:hover, a[disabled].success.beautiful-taxonomy-filters-clear-all:hover, [disabled].success.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].success:hover, .blog-comments #commentform input[disabled].success[type="submit"]:hover, .button[disabled].success:focus, .gform_footer input[disabled].success[type="submit"]:focus, a[disabled].success.beautiful-taxonomy-filters-clear-all:focus, [disabled].success.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].success:focus, .blog-comments #commentform input[disabled].success[type="submit"]:focus {
  background-color: #368a55;
}
/* line 169, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .gform_footer input.disabled.success[type="submit"]:hover, a.disabled.success.beautiful-taxonomy-filters-clear-all:hover, .disabled.success.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.success:hover, .blog-comments #commentform input.disabled.success[type="submit"]:hover, .button.disabled.success:focus, .gform_footer input.disabled.success[type="submit"]:focus, a.disabled.success.beautiful-taxonomy-filters-clear-all:focus, .disabled.success.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.success:focus, .blog-comments #commentform input.disabled.success[type="submit"]:focus, .button[disabled].success:hover, .gform_footer input[disabled].success[type="submit"]:hover, a[disabled].success.beautiful-taxonomy-filters-clear-all:hover, [disabled].success.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].success:hover, .blog-comments #commentform input[disabled].success[type="submit"]:hover, .button[disabled].success:focus, .gform_footer input[disabled].success[type="submit"]:focus, a[disabled].success.beautiful-taxonomy-filters-clear-all:focus, [disabled].success.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].success:focus, .blog-comments #commentform input[disabled].success[type="submit"]:focus {
  color: #FFFFFF;
}
/* line 180, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .gform_footer input.disabled.success[type="submit"]:hover, a.disabled.success.beautiful-taxonomy-filters-clear-all:hover, .disabled.success.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.success:hover, .blog-comments #commentform input.disabled.success[type="submit"]:hover, .button.disabled.success:focus, .gform_footer input.disabled.success[type="submit"]:focus, a.disabled.success.beautiful-taxonomy-filters-clear-all:focus, .disabled.success.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.success:focus, .blog-comments #commentform input.disabled.success[type="submit"]:focus, .button[disabled].success:hover, .gform_footer input[disabled].success[type="submit"]:hover, a[disabled].success.beautiful-taxonomy-filters-clear-all:hover, [disabled].success.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].success:hover, .blog-comments #commentform input[disabled].success[type="submit"]:hover, .button[disabled].success:focus, .gform_footer input[disabled].success[type="submit"]:focus, a[disabled].success.beautiful-taxonomy-filters-clear-all:focus, [disabled].success.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].success:focus, .blog-comments #commentform input[disabled].success[type="submit"]:focus {
  background-color: #43AC6A;
}
/* line 245, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .gform_footer input.disabled.alert[type="submit"], a.disabled.alert.beautiful-taxonomy-filters-clear-all, .disabled.alert.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.disabled.alert, .blog-comments #commentform input.disabled.alert[type="submit"], .button[disabled].alert, .gform_footer input[disabled].alert[type="submit"], a[disabled].alert.beautiful-taxonomy-filters-clear-all, [disabled].alert.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a[disabled].alert, .blog-comments #commentform input[disabled].alert[type="submit"] {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .gform_footer input.disabled.alert[type="submit"]:hover, a.disabled.alert.beautiful-taxonomy-filters-clear-all:hover, .disabled.alert.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.alert:hover, .blog-comments #commentform input.disabled.alert[type="submit"]:hover, .button.disabled.alert:focus, .gform_footer input.disabled.alert[type="submit"]:focus, a.disabled.alert.beautiful-taxonomy-filters-clear-all:focus, .disabled.alert.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.alert:focus, .blog-comments #commentform input.disabled.alert[type="submit"]:focus, .button[disabled].alert:hover, .gform_footer input[disabled].alert[type="submit"]:hover, a[disabled].alert.beautiful-taxonomy-filters-clear-all:hover, [disabled].alert.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].alert:hover, .blog-comments #commentform input[disabled].alert[type="submit"]:hover, .button[disabled].alert:focus, .gform_footer input[disabled].alert[type="submit"]:focus, a[disabled].alert.beautiful-taxonomy-filters-clear-all:focus, [disabled].alert.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].alert:focus, .blog-comments #commentform input[disabled].alert[type="submit"]:focus {
  background-color: #cf2a0e;
}
/* line 169, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .gform_footer input.disabled.alert[type="submit"]:hover, a.disabled.alert.beautiful-taxonomy-filters-clear-all:hover, .disabled.alert.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.alert:hover, .blog-comments #commentform input.disabled.alert[type="submit"]:hover, .button.disabled.alert:focus, .gform_footer input.disabled.alert[type="submit"]:focus, a.disabled.alert.beautiful-taxonomy-filters-clear-all:focus, .disabled.alert.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.alert:focus, .blog-comments #commentform input.disabled.alert[type="submit"]:focus, .button[disabled].alert:hover, .gform_footer input[disabled].alert[type="submit"]:hover, a[disabled].alert.beautiful-taxonomy-filters-clear-all:hover, [disabled].alert.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].alert:hover, .blog-comments #commentform input[disabled].alert[type="submit"]:hover, .button[disabled].alert:focus, .gform_footer input[disabled].alert[type="submit"]:focus, a[disabled].alert.beautiful-taxonomy-filters-clear-all:focus, [disabled].alert.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].alert:focus, .blog-comments #commentform input[disabled].alert[type="submit"]:focus {
  color: #FFFFFF;
}
/* line 180, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .gform_footer input.disabled.alert[type="submit"]:hover, a.disabled.alert.beautiful-taxonomy-filters-clear-all:hover, .disabled.alert.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.alert:hover, .blog-comments #commentform input.disabled.alert[type="submit"]:hover, .button.disabled.alert:focus, .gform_footer input.disabled.alert[type="submit"]:focus, a.disabled.alert.beautiful-taxonomy-filters-clear-all:focus, .disabled.alert.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.alert:focus, .blog-comments #commentform input.disabled.alert[type="submit"]:focus, .button[disabled].alert:hover, .gform_footer input[disabled].alert[type="submit"]:hover, a[disabled].alert.beautiful-taxonomy-filters-clear-all:hover, [disabled].alert.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].alert:hover, .blog-comments #commentform input[disabled].alert[type="submit"]:hover, .button[disabled].alert:focus, .gform_footer input[disabled].alert[type="submit"]:focus, a[disabled].alert.beautiful-taxonomy-filters-clear-all:focus, [disabled].alert.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].alert:focus, .blog-comments #commentform input[disabled].alert[type="submit"]:focus {
  background-color: #f04124;
}
/* line 246, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .gform_footer input.disabled.warning[type="submit"], a.disabled.warning.beautiful-taxonomy-filters-clear-all, .disabled.warning.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.disabled.warning, .blog-comments #commentform input.disabled.warning[type="submit"], .button[disabled].warning, .gform_footer input[disabled].warning[type="submit"], a[disabled].warning.beautiful-taxonomy-filters-clear-all, [disabled].warning.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a[disabled].warning, .blog-comments #commentform input[disabled].warning[type="submit"] {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .gform_footer input.disabled.warning[type="submit"]:hover, a.disabled.warning.beautiful-taxonomy-filters-clear-all:hover, .disabled.warning.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.warning:hover, .blog-comments #commentform input.disabled.warning[type="submit"]:hover, .button.disabled.warning:focus, .gform_footer input.disabled.warning[type="submit"]:focus, a.disabled.warning.beautiful-taxonomy-filters-clear-all:focus, .disabled.warning.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.warning:focus, .blog-comments #commentform input.disabled.warning[type="submit"]:focus, .button[disabled].warning:hover, .gform_footer input[disabled].warning[type="submit"]:hover, a[disabled].warning.beautiful-taxonomy-filters-clear-all:hover, [disabled].warning.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].warning:hover, .blog-comments #commentform input[disabled].warning[type="submit"]:hover, .button[disabled].warning:focus, .gform_footer input[disabled].warning[type="submit"]:focus, a[disabled].warning.beautiful-taxonomy-filters-clear-all:focus, [disabled].warning.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].warning:focus, .blog-comments #commentform input[disabled].warning[type="submit"]:focus {
  background-color: #cf6e0e;
}
/* line 169, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .gform_footer input.disabled.warning[type="submit"]:hover, a.disabled.warning.beautiful-taxonomy-filters-clear-all:hover, .disabled.warning.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.warning:hover, .blog-comments #commentform input.disabled.warning[type="submit"]:hover, .button.disabled.warning:focus, .gform_footer input.disabled.warning[type="submit"]:focus, a.disabled.warning.beautiful-taxonomy-filters-clear-all:focus, .disabled.warning.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.warning:focus, .blog-comments #commentform input.disabled.warning[type="submit"]:focus, .button[disabled].warning:hover, .gform_footer input[disabled].warning[type="submit"]:hover, a[disabled].warning.beautiful-taxonomy-filters-clear-all:hover, [disabled].warning.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].warning:hover, .blog-comments #commentform input[disabled].warning[type="submit"]:hover, .button[disabled].warning:focus, .gform_footer input[disabled].warning[type="submit"]:focus, a[disabled].warning.beautiful-taxonomy-filters-clear-all:focus, [disabled].warning.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].warning:focus, .blog-comments #commentform input[disabled].warning[type="submit"]:focus {
  color: #FFFFFF;
}
/* line 180, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .gform_footer input.disabled.warning[type="submit"]:hover, a.disabled.warning.beautiful-taxonomy-filters-clear-all:hover, .disabled.warning.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.warning:hover, .blog-comments #commentform input.disabled.warning[type="submit"]:hover, .button.disabled.warning:focus, .gform_footer input.disabled.warning[type="submit"]:focus, a.disabled.warning.beautiful-taxonomy-filters-clear-all:focus, .disabled.warning.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.warning:focus, .blog-comments #commentform input.disabled.warning[type="submit"]:focus, .button[disabled].warning:hover, .gform_footer input[disabled].warning[type="submit"]:hover, a[disabled].warning.beautiful-taxonomy-filters-clear-all:hover, [disabled].warning.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].warning:hover, .blog-comments #commentform input[disabled].warning[type="submit"]:hover, .button[disabled].warning:focus, .gform_footer input[disabled].warning[type="submit"]:focus, a[disabled].warning.beautiful-taxonomy-filters-clear-all:focus, [disabled].warning.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].warning:focus, .blog-comments #commentform input[disabled].warning[type="submit"]:focus {
  background-color: #f08a24;
}
/* line 247, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .gform_footer input.disabled.info[type="submit"], a.disabled.info.beautiful-taxonomy-filters-clear-all, .disabled.info.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.disabled.info, .blog-comments #commentform input.disabled.info[type="submit"], .button[disabled].info, .gform_footer input[disabled].info[type="submit"], a[disabled].info.beautiful-taxonomy-filters-clear-all, [disabled].info.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a[disabled].info, .blog-comments #commentform input[disabled].info[type="submit"] {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .gform_footer input.disabled.info[type="submit"]:hover, a.disabled.info.beautiful-taxonomy-filters-clear-all:hover, .disabled.info.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.info:hover, .blog-comments #commentform input.disabled.info[type="submit"]:hover, .button.disabled.info:focus, .gform_footer input.disabled.info[type="submit"]:focus, a.disabled.info.beautiful-taxonomy-filters-clear-all:focus, .disabled.info.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.info:focus, .blog-comments #commentform input.disabled.info[type="submit"]:focus, .button[disabled].info:hover, .gform_footer input[disabled].info[type="submit"]:hover, a[disabled].info.beautiful-taxonomy-filters-clear-all:hover, [disabled].info.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].info:hover, .blog-comments #commentform input[disabled].info[type="submit"]:hover, .button[disabled].info:focus, .gform_footer input[disabled].info[type="submit"]:focus, a[disabled].info.beautiful-taxonomy-filters-clear-all:focus, [disabled].info.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].info:focus, .blog-comments #commentform input[disabled].info[type="submit"]:focus {
  background-color: #61b6d9;
}
/* line 169, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .gform_footer input.disabled.info[type="submit"]:hover, a.disabled.info.beautiful-taxonomy-filters-clear-all:hover, .disabled.info.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.info:hover, .blog-comments #commentform input.disabled.info[type="submit"]:hover, .button.disabled.info:focus, .gform_footer input.disabled.info[type="submit"]:focus, a.disabled.info.beautiful-taxonomy-filters-clear-all:focus, .disabled.info.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.info:focus, .blog-comments #commentform input.disabled.info[type="submit"]:focus, .button[disabled].info:hover, .gform_footer input[disabled].info[type="submit"]:hover, a[disabled].info.beautiful-taxonomy-filters-clear-all:hover, [disabled].info.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].info:hover, .blog-comments #commentform input[disabled].info[type="submit"]:hover, .button[disabled].info:focus, .gform_footer input[disabled].info[type="submit"]:focus, a[disabled].info.beautiful-taxonomy-filters-clear-all:focus, [disabled].info.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].info:focus, .blog-comments #commentform input[disabled].info[type="submit"]:focus {
  color: #FFFFFF;
}
/* line 180, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .gform_footer input.disabled.info[type="submit"]:hover, a.disabled.info.beautiful-taxonomy-filters-clear-all:hover, .disabled.info.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a.disabled.info:hover, .blog-comments #commentform input.disabled.info[type="submit"]:hover, .button.disabled.info:focus, .gform_footer input.disabled.info[type="submit"]:focus, a.disabled.info.beautiful-taxonomy-filters-clear-all:focus, .disabled.info.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a.disabled.info:focus, .blog-comments #commentform input.disabled.info[type="submit"]:focus, .button[disabled].info:hover, .gform_footer input[disabled].info[type="submit"]:hover, a[disabled].info.beautiful-taxonomy-filters-clear-all:hover, [disabled].info.beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a[disabled].info:hover, .blog-comments #commentform input[disabled].info[type="submit"]:hover, .button[disabled].info:focus, .gform_footer input[disabled].info[type="submit"]:focus, a[disabled].info.beautiful-taxonomy-filters-clear-all:focus, [disabled].info.beautiful-taxonomy-filters-button:focus, .blog-comments ol.commentlist li .reply a[disabled].info:focus, .blog-comments #commentform input[disabled].info[type="submit"]:focus {
  background-color: #a0d3e8;
}

/* line 252, bower_components/foundation/scss/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 255, bower_components/foundation/scss/foundation/components/_buttons.scss */
  button, .button, .gform_footer input[type="submit"], a.beautiful-taxonomy-filters-clear-all, .beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a, .blog-comments #commentform input[type="submit"] {
    display: inline-block;
  }
}
/* Clearing Styles */
/* line 44, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
/* line 50, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
/* line 55, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 60, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
/* line 69, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 72, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

/* line 80, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

/* line 88, bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 92, bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

/* line 115, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

/* line 129, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
/* line 138, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

/* line 142, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 143, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 147, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 149, bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 156, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  /* line 162, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  /* line 169, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: .8;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 174, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  /* line 180, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 182, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  /* line 188, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3;
  }

  /* line 193, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 199, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 206, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: .4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  /* line 220, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 226, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 232, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 237, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 238, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: .8;
  }
  /* line 243, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }

  /* line 250, bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
/* line 49, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}
/* line 32, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
/* line 33, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 35, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* Standard Forms */
/* line 385, bower_components/foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 91, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}
/* line 93, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
/* line 97, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 99, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 101, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 107, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 391, bower_components/foundation/scss/foundation/components/_forms.scss */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
/* line 392, bower_components/foundation/scss/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 393, bower_components/foundation/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5rem 0;
}
/* line 395, bower_components/foundation/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

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

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 406, bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button, .gform_footer input.postfix[type="submit"], a.postfix.beautiful-taxonomy-filters-clear-all, .postfix.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.postfix, .blog-comments #commentform input.postfix[type="submit"] {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

/* line 407, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button, .gform_footer input.prefix[type="submit"], a.prefix.beautiful-taxonomy-filters-clear-all, .prefix.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.prefix, .blog-comments #commentform input.prefix[type="submit"] {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

/* line 409, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius, .gform_footer input.prefix.radius[type="submit"], a.prefix.radius.beautiful-taxonomy-filters-clear-all, .prefix.radius.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.prefix.radius, .blog-comments #commentform input.prefix.radius[type="submit"] {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 410, bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius, .gform_footer input.postfix.radius[type="submit"], a.postfix.radius.beautiful-taxonomy-filters-clear-all, .postfix.radius.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.postfix.radius, .blog-comments #commentform input.postfix.radius[type="submit"] {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 411, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.round, .gform_footer input.prefix.round[type="submit"], a.prefix.round.beautiful-taxonomy-filters-clear-all, .prefix.round.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.prefix.round, .blog-comments #commentform input.prefix.round[type="submit"] {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 412, bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.round, .gform_footer input.postfix.round[type="submit"], a.postfix.round.beautiful-taxonomy-filters-clear-all, .postfix.round.beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a.postfix.round, .blog-comments #commentform input.postfix.round[type="submit"] {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

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

/* line 416, bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
/* line 419, bower_components/foundation/scss/foundation/components/_forms.scss */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 0;
  border-color: #cccccc;
  box-shadow: none;
  color: #231f20;
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
/* line 137, bower_components/foundation/scss/foundation/components/_forms.scss */
input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 143, bower_components/foundation/scss/foundation/components/_forms.scss */
input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 149, bower_components/foundation/scss/foundation/components/_forms.scss */
input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 431, bower_components/foundation/scss/foundation/components/_forms.scss */
input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}

/* line 439, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 443, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 446, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 450, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 453, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 457, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 460, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 464, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 469, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
/* line 476, bower_components/foundation/scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 481, bower_components/foundation/scss/foundation/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* line 486, bower_components/foundation/scss/foundation/components/_forms.scss */
::-webkit-input-placeholder {
  color: #231f20;
}

/* line 490, bower_components/foundation/scss/foundation/components/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #231f20;
}

/* line 494, bower_components/foundation/scss/foundation/components/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #231f20;
}

/* line 498, bower_components/foundation/scss/foundation/components/_forms.scss */
:-ms-input-placeholder {
  color: #231f20;
}

/* Add height value for select elements to match text input height */
/* line 504, bower_components/foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 0;
  border-color: #cccccc;
  color: #231f20;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
/* line 335, bower_components/foundation/scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}
/* line 358, bower_components/foundation/scss/foundation/components/_forms.scss */
select.radius {
  border-radius: 3px;
}
/* line 359, bower_components/foundation/scss/foundation/components/_forms.scss */
select:focus {
  background-color: #f3f3f3;
  border-color: #999999;
}
/* line 364, bower_components/foundation/scss/foundation/components/_forms.scss */
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 507, bower_components/foundation/scss/foundation/components/_forms.scss */
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
/* line 513, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 520, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 530, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 544, bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
/* line 278, bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* Error Handling */
/* line 551, bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
/* line 554, bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 557, bower_components/foundation/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

/* line 562, bower_components/foundation/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 568, bower_components/foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
/* line 573, bower_components/foundation/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 578, bower_components/foundation/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
/* line 583, bower_components/foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
/* line 595, bower_components/foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 600, bower_components/foundation/scss/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 605, bower_components/foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* line 228, bower_components/foundation/scss/foundation/components/_grid.scss */
.row {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
}
/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 232, bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 235, bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 238, bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}
/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 239, bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 243, bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  float: left;
}

/* line 248, bower_components/foundation/scss/foundation/components/_grid.scss */
.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}
/* line 251, bower_components/foundation/scss/foundation/components/_grid.scss */
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    float: left;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 183, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 194, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 200, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 205, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  /* line 212, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    float: left;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 183, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 194, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 200, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 205, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 212, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    float: left;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 267, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 267, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 267, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 267, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 267, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 267, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 267, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 267, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 267, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 267, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 267, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 264, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 267, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    float: left;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 183, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 194, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 200, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 205, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 212, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    float: left;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 278, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 278, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 278, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 278, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 278, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 278, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 278, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 278, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 278, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 278, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 278, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 275, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 278, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 54, bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}
/* line 43, bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}
/* line 48, bower_components/foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* line 91, bower_components/foundation/scss/foundation/components/_labels.scss */
.label {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #f5822a;
  color: #FFFFFF;
}
/* line 96, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.radius {
  border-radius: 3px;
}
/* line 97, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.round {
  border-radius: 1000px;
}
/* line 99, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
/* line 100, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
/* line 101, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
/* line 102, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.secondary, .gform_footer input.label[type="submit"] {
  background-color: #231f20;
  color: #FFFFFF;
}
/* line 103, bower_components/foundation/scss/foundation/components/_labels.scss */
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

/* Panels */
/* line 86, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}
/* line 61, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 62, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 67, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel .validation_error, .panel .gform_confirmation_message, .panel li, .panel dl {
  color: #333333;
}
/* line 74, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 76, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
/* line 88, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #fef8f2;
  color: #333333;
}
/* line 61, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}
/* line 62, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}
/* line 67, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout .validation_error, .panel.callout .gform_confirmation_message, .panel.callout li, .panel.callout dl {
  color: #333333;
}
/* line 74, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 76, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
/* line 90, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout a:not(.button):not(a.beautiful-taxonomy-filters-clear-all):not(.beautiful-taxonomy-filters-button) {
  color: #f5822a;
}
/* line 93, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout a:not(.button):not(a.beautiful-taxonomy-filters-clear-all):not(.beautiful-taxonomy-filters-button):hover, .panel.callout a:not(.button):not(a.beautiful-taxonomy-filters-clear-all):not(.beautiful-taxonomy-filters-button):focus {
  color: #ec6c0b;
}
/* line 100, bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.radius {
  border-radius: 3px;
}

/* line 172, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

/* line 174, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
  /* line 174, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    min-height: 100vh;
  }
}
/* line 89, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
/* line 92, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 94, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  /* line 174, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 174, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    top: 6.25rem;
  }
}
/* line 185, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.radius {
  box-shadow: none;
  border-radius: 3px;
}
/* line 186, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}
/* line 187, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.collapse {
  padding: 0;
  box-shadow: none;
}
@media only screen and (min-width: 40.0625em) {
  /* line 188, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 189, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.small, .blog-comments ol.commentlist li .reply a.reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 190, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 191, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 192, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 95%;
  }
}
/* line 193, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}
@media only screen and (min-width: 40.0625em) {
  /* line 193, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 100%;
  }
}
/* line 205, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.toback {
  z-index: 1003;
}
/* line 209, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

/* line 131, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA;
}
/* line 134, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem;
}
/* line 136, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute;
}
/* line 142, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem;
}
/* line 151, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius {
  background: #FAFAFA;
  border-radius: 3px;
}
/* line 153, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle {
  background: #f5822a;
  border-radius: 3px;
}
/* line 118, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle:hover {
  background: #f16f0b;
}
/* line 155, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}
/* line 157, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle {
  background: #f5822a;
  border-radius: 1000px;
}
/* line 118, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle:hover {
  background: #f16f0b;
}
/* line 159, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: not-allowed;
  opacity: 0.7;
}
/* line 161, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #f5822a;
  cursor: default;
  opacity: 0.7;
}
/* line 118, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #f16f0b;
}

/* line 164, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider-active-segment {
  background: #231f20;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute;
}

/* line 172, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #f5822a;
}
/* line 118, bower_components/foundation/scss/foundation/components/_range-slider.scss */
.range-slider-handle:hover {
  background: #f16f0b;
}

/* line 131, bower_components/foundation/scss/foundation/components/_tables.scss */
table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto;
}
/* line 69, bower_components/foundation/scss/foundation/components/_tables.scss */
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
/* line 78, bower_components/foundation/scss/foundation/components/_tables.scss */
table thead {
  background: #F5F5F5;
}
/* line 82, bower_components/foundation/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
/* line 92, bower_components/foundation/scss/foundation/components/_tables.scss */
table tfoot {
  background: #F5F5F5;
}
/* line 96, bower_components/foundation/scss/foundation/components/_tables.scss */
table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
/* line 107, bower_components/foundation/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}
/* line 115, bower_components/foundation/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
/* line 120, bower_components/foundation/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* Image Thumbnails */
/* line 59, bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out;
}
/* line 48, bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(245, 130, 42, 0.5);
}
/* line 63, bower_components/foundation/scss/foundation/components/_thumbs.scss */
.th.radius {
  border-radius: 3px;
}

/* Tooltips */
/* line 38, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold;
}
/* line 44, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #7b3906;
  color: #f5822a;
}
/* line 50, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 54, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}
/* line 68, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px;
}
/* line 79, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
/* line 85, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.radius {
  border-radius: 3px;
}
/* line 88, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round {
  border-radius: 1000px;
}
/* line 90, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round > .nub {
  left: 2rem;
}
/* line 95, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  border-bottom: dotted 1px #7b3906 !important;
  color: #f5822a !important;
}

/* line 101, bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
}

@media only screen {
  /* line 110, bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  /* line 114, bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto;
  }
  /* line 120, bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 123, bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%;
  }
  /* line 130, bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%;
  }
}
/* line 158, bower_components/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 159, bower_components/foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 160, bower_components/foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 161, bower_components/foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 166, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 166, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 166, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 166, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 166, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 166, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 166, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 166, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 166, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 166, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 167, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 196, bower_components/foundation/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
.validation_error,
.gform_confirmation_message,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 220, bower_components/foundation/scss/foundation/components/_type.scss */
a {
  color: #f5822a;
  line-height: inherit;
  text-decoration: none;
}
/* line 225, bower_components/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #ec6c0b;
}
/* line 233, bower_components/foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 237, bower_components/foundation/scss/foundation/components/_type.scss */
p, .validation_error, .gform_confirmation_message {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 245, bower_components/foundation/scss/foundation/components/_type.scss */
p.lead, .lead.validation_error, .lead.gform_confirmation_message {
  font-size: 1.21875rem;
  line-height: 1.6;
}
/* line 247, bower_components/foundation/scss/foundation/components/_type.scss */
p aside, .validation_error aside, .gform_confirmation_message aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
/* line 255, bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  color: #8a8889;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.1rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
/* line 265, bower_components/foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #b3b2b2;
  font-size: 60%;
  line-height: 0;
}

/* line 272, bower_components/foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem;
}

/* line 273, bower_components/foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 274, bower_components/foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 275, bower_components/foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 276, bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 277, bower_components/foundation/scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 279, bower_components/foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #b3b2b2;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 281, bower_components/foundation/scss/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
/* line 290, bower_components/foundation/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 296, bower_components/foundation/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 302, bower_components/foundation/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 307, bower_components/foundation/scss/foundation/components/_type.scss */
code {
  background-color: #c0b8ba;
  border-color: #afa4a7;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 319, bower_components/foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

/* line 329, bower_components/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
/* line 336, bower_components/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 345, bower_components/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 348, bower_components/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 349, bower_components/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 350, bower_components/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
/* line 354, bower_components/foundation/scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 357, bower_components/foundation/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 366, bower_components/foundation/scss/foundation/components/_type.scss */
.no-bullet {
  list-style-type: none;
  margin-left: 0;
}
/* line 371, bower_components/foundation/scss/foundation/components/_type.scss */
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
/* line 382, bower_components/foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 386, bower_components/foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 390, bower_components/foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #231f20;
  cursor: help;
}

/* line 397, bower_components/foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}
/* line 399, bower_components/foundation/scss/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 405, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
/* line 410, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #a5a3a4;
}
/* line 414, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 418, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #a5a3a4;
}

/* line 424, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p,
blockquote .validation_error,
blockquote .gform_confirmation_message {
  line-height: 1.4;
  color: #b3b2b2;
}

/* Microformats */
/* line 431, bower_components/foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
/* line 437, bower_components/foundation/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 441, bower_components/foundation/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 448, bower_components/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 450, bower_components/foundation/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 461, bower_components/foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
  }

  /* line 462, bower_components/foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 463, bower_components/foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 464, bower_components/foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 465, bower_components/foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 466, bower_components/foundation/scss/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 467, bower_components/foundation/scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
@media print {
  /* line 479, bower_components/foundation/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 486, bower_components/foundation/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 488, bower_components/foundation/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 490, bower_components/foundation/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 493, bower_components/foundation/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 497, bower_components/foundation/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 503, bower_components/foundation/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 505, bower_components/foundation/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 508, bower_components/foundation/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.34in;
  }
  /* line 512, bower_components/foundation/scss/foundation/components/_type.scss */
  p, .validation_error, .gform_confirmation_message,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 519, bower_components/foundation/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* small displays */
@media only screen {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.0625em) {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 285, bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 296, bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 314, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 316, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 321, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  /* line 325, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 329, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 333, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 338, bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 344, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 346, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 351, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  /* line 355, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 359, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 363, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 368, bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 374, bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 381, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 382, bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, bower_components/foundation/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
/* line 394, bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-sr, .gform_body .hidden-label label, .beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-tax label.beautiful-taxonomy-filters-label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* line 397, bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
/* line 400, bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
/* line 408, bower_components/foundation/scss/foundation/components/_visibility.scss */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  /* line 411, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .print-only,
  .show-for-print {
    display: block !important;
  }

  /* line 413, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }

  /* line 416, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 417, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 418, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 419, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 420, bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 421, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
@-moz-keyframes headeranim {
  0% {
    top: -100px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes headeranim {
  0% {
    top: -100px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes headeranim {
  0% {
    top: -100px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-moz-keyframes headeranimout {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -100px;
    opacity: 0;
  }
}
@-webkit-keyframes headeranimout {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -100px;
    opacity: 0;
  }
}
@keyframes headeranimout {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -100px;
    opacity: 0;
  }
}
@-moz-keyframes topanim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes topanim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes topanim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 3, scss/_spacing.scss */
.p-1 {
  padding: .25rem !important;
}

/* line 7, scss/_spacing.scss */
.p-2 {
  padding: .5rem !important;
}

/* line 11, scss/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 15, scss/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 19, scss/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 23, scss/_spacing.scss */
.pt-1 {
  padding-top: .25rem !important;
}

/* line 27, scss/_spacing.scss */
.pt-2 {
  padding-top: .5rem !important;
}

/* line 31, scss/_spacing.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 35, scss/_spacing.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 39, scss/_spacing.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 43, scss/_spacing.scss */
.pb-1 {
  padding-bottom: .25rem !important;
}

/* line 47, scss/_spacing.scss */
.pb-2 {
  padding-bottom: .5rem !important;
}

/* line 51, scss/_spacing.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 55, scss/_spacing.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 59, scss/_spacing.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 63, scss/_spacing.scss */
.pl-1 {
  padding-left: .25rem !important;
}

/* line 67, scss/_spacing.scss */
.pl-2 {
  padding-left: .5rem !important;
}

/* line 71, scss/_spacing.scss */
.pl-3 {
  padding-left: 1rem !important;
}

/* line 75, scss/_spacing.scss */
.pl-4 {
  padding-left: 1.5rem !important;
}

/* line 79, scss/_spacing.scss */
.pl-5 {
  padding-left: 3rem !important;
}

/* line 83, scss/_spacing.scss */
.pr-1 {
  padding-right: .25rem !important;
}

/* line 87, scss/_spacing.scss */
.pr-2 {
  padding-right: .5rem !important;
}

/* line 91, scss/_spacing.scss */
.pr-3 {
  padding-right: 1rem !important;
}

/* line 95, scss/_spacing.scss */
.pr-4 {
  padding-right: 1.5rem !important;
}

/* line 99, scss/_spacing.scss */
.pr-5 {
  padding-right: 3rem !important;
}

/* line 103, scss/_spacing.scss */
.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

/* line 108, scss/_spacing.scss */
.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

/* line 113, scss/_spacing.scss */
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 118, scss/_spacing.scss */
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 123, scss/_spacing.scss */
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* line 128, scss/_spacing.scss */
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

/* line 133, scss/_spacing.scss */
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

/* line 138, scss/_spacing.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 143, scss/_spacing.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 148, scss/_spacing.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 153, scss/_spacing.scss */
.m-1 {
  margin: .25rem !important;
}

/* line 157, scss/_spacing.scss */
.m-2 {
  margin: .5rem !important;
}

/* line 161, scss/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 165, scss/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 169, scss/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 173, scss/_spacing.scss */
.mt-1 {
  margin-top: .25rem !important;
}

/* line 177, scss/_spacing.scss */
.mt-2 {
  margin-top: .5rem !important;
}

/* line 181, scss/_spacing.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 185, scss/_spacing.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 189, scss/_spacing.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 193, scss/_spacing.scss */
.mb-1 {
  margin-bottom: .25rem !important;
}

/* line 197, scss/_spacing.scss */
.mb-2 {
  margin-bottom: .5rem !important;
}

/* line 201, scss/_spacing.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 205, scss/_spacing.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 209, scss/_spacing.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 213, scss/_spacing.scss */
.ml-1 {
  margin-left: .25rem !important;
}

/* line 217, scss/_spacing.scss */
.ml-2 {
  margin-left: .5rem !important;
}

/* line 221, scss/_spacing.scss */
.ml-3 {
  margin-left: 1rem !important;
}

/* line 225, scss/_spacing.scss */
.ml-4 {
  margin-left: 1.5rem !important;
}

/* line 229, scss/_spacing.scss */
.ml-5 {
  margin-left: 3rem !important;
}

/* line 233, scss/_spacing.scss */
.mr-1 {
  margin-right: .25rem !important;
}

/* line 237, scss/_spacing.scss */
.mr-2 {
  margin-right: .5rem !important;
}

/* line 241, scss/_spacing.scss */
.mr-3 {
  margin-right: 1rem !important;
}

/* line 245, scss/_spacing.scss */
.mr-4 {
  margin-right: 1.5rem !important;
}

/* line 249, scss/_spacing.scss */
.mr-5 {
  margin-right: 3rem !important;
}

/* line 253, scss/_spacing.scss */
.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

/* line 258, scss/_spacing.scss */
.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

/* line 263, scss/_spacing.scss */
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 268, scss/_spacing.scss */
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 273, scss/_spacing.scss */
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* line 278, scss/_spacing.scss */
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

/* line 283, scss/_spacing.scss */
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

/* line 288, scss/_spacing.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 293, scss/_spacing.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 298, scss/_spacing.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 55, scss/style.scss */
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 59, scss/style.scss */
.alt-font {
  font-family: verveine, sans-serif;
}

/* line 63, scss/style.scss */
*:focus {
  outline: 0 !important;
}

/* line 67, scss/style.scss */
a {
  text-decoration: none;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 72, scss/style.scss */
.button, .gform_footer input[type="submit"], a.beautiful-taxonomy-filters-clear-all, .beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a, .blog-comments #commentform input[type="submit"] {
  text-transform: uppercase;
}

/* line 76, scss/style.scss */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

/* line 80, scss/style.scss */
.expanded {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

/* line 87, scss/style.scss */
.no-padding {
  padding: 0 !important;
}

/* line 91, scss/style.scss */
.page-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1100px) {
  /* line 103, scss/style.scss */
  .page-header nav.main-nav ul li a {
    padding: 0 4px;
  }
}
/* line 111, scss/style.scss */
.page-header.mirri-head a.touch {
  background: #8f6d4f;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  /* line 111, scss/style.scss */
  .page-header.mirri-head a.touch {
    padding: 32px 0 0;
  }
}
/* line 119, scss/style.scss */
.page-header .header-mirri-logo {
  width: auto;
  max-height: 35px;
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  /* line 119, scss/style.scss */
  .page-header .header-mirri-logo {
    margin: 0px 18px 5px;
    display: block;
  }
}
/* line 128, scss/style.scss */
.page-header .svg-logo {
  display: inline-block;
  margin: 13px 0 0 18px;
}
/* line 131, scss/style.scss */
.page-header .svg-logo svg {
  width: 175px;
  height: auto;
}
@media (max-width: 64.0625em) {
  /* line 128, scss/style.scss */
  .page-header .svg-logo {
    margin: 13px 15px;
  }
}
/* line 139, scss/style.scss */
.page-header .logo {
  float: left;
  display: block;
  width: 176px;
  height: 30px;
  background-image: url(images/celloglass-logo-small.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 12px 13px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 139, scss/style.scss */
  .page-header .logo {
    background-image: url(images/celloglass-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 176px 30px;
  }
}
@media only screen and (max-width: 64.0625em) {
  /* line 139, scss/style.scss */
  .page-header .logo {
    float: none;
    margin: 11px auto;
  }
}
/* line 159, scss/style.scss */
.page-header a.touch {
  float: right;
  background: #1d191b;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 20px;
  margin: 0 0 0 14px;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 64.0625em) {
  /* line 159, scss/style.scss */
  .page-header a.touch {
    width: 80px;
    text-align: center;
    position: absolute;
    right: 60px;
    top: 0;
    padding: 0;
    height: 100%;
    line-height: 1.2;
    padding: 12px 0 0;
    background: none;
    color: #000;
  }
}
/* line 185, scss/style.scss */
.page-header .main-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 3px;
  bottom: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-top: 80px;
}
@media only screen and (min-width: 64.0625em) {
  /* line 185, scss/style.scss */
  .page-header .main-nav {
    display: block;
    float: right;
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent !important;
    display: block;
    visibility: visible;
    opacity: 1;
    padding-top: 0;
  }
}
/* line 215, scss/style.scss */
.page-header .main-nav.nav-active {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  background-color: rgba(245, 130, 42, 0.95);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 225, scss/style.scss */
.page-header .main-nav.nav-active ul li a {
  color: #ffffff;
}
/* line 228, scss/style.scss */
.page-header .main-nav.nav-active ul li a:hover {
  color: #231f20;
}
/* line 231, scss/style.scss */
.page-header .main-nav.nav-active ul li a:hover:after {
  background-color: #231f20;
}
@media only screen and (min-width: 64.0625em) {
  /* line 231, scss/style.scss */
  .page-header .main-nav.nav-active ul li a:hover:after {
    background-color: #f5822a;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 228, scss/style.scss */
  .page-header .main-nav.nav-active ul li a:hover {
    color: #f5822a;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 225, scss/style.scss */
  .page-header .main-nav.nav-active ul li a {
    color: #231f20;
  }
}
/* line 254, scss/style.scss */
.page-header .main-nav > ul.move-across {
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
/* line 258, scss/style.scss */
.page-header .main-nav > ul.move-across > li > a {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 64.0625em) {
  /* line 254, scss/style.scss */
  .page-header .main-nav > ul.move-across {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* line 268, scss/style.scss */
  .page-header .main-nav > ul.move-across > li > a {
    opacity: 1;
    visibility: visible;
  }
}
/* line 278, scss/style.scss */
.page-header .main-nav ul {
  list-style-type: none;
  margin: 0;
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
  max-width: 400px;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  /* line 278, scss/style.scss */
  .page-header .main-nav ul {
    display: block;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: none;
    margin: 0;
  }
}
/* line 294, scss/style.scss */
.page-header .main-nav ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  padding: 8px 0;
}
/* line 300, scss/style.scss */
.page-header .main-nav ul li.mirri-dropdown ul.sub-menu {
  width: 150px;
  left: 0;
  transform: translateX(-32%);
}

.page-header .main-nav ul li.about-dropdown ul.sub-menu {
  width: 150px;
  left: 0;
  transform: translateY(25%);
}

/* line 307, scss/style.scss */
.page-header .main-nav ul li.orange a {
  color: #f5822a;
}
/* line 309, scss/style.scss */
.page-header .main-nav ul li.orange a:hover {
  color: #231f20;
}
/* line 311, scss/style.scss */
.page-header .main-nav ul li.orange a:hover:after {
  background-color: #231f20;
}
/* line 318, scss/style.scss */
.page-header .main-nav ul li > ul > li {
  line-height: 15px;
}
@media only screen and (min-width: 64.0625em) {
  /* line 294, scss/style.scss */
  .page-header .main-nav ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    font-size: 12px;
  }
}
/* line 328, scss/style.scss */
.page-header .main-nav ul li a {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding: 0 10px;
  position: relative;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 336, scss/style.scss */
.page-header .main-nav ul li a:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #231f20;
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -15px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  /* line 336, scss/style.scss */
  .page-header .main-nav ul li a:after {
    background-color: #f5822a;
    display: block;
  }
}
/* line 355, scss/style.scss */
.page-header .main-nav ul li a:hover {
  color: #231f20;
}
/* line 358, scss/style.scss */
.page-header .main-nav ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  bottom: 2px;
}
@media only screen and (min-width: 64.0625em) {
  /* line 355, scss/style.scss */
  .page-header .main-nav ul li a:hover {
    color: #f5822a;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 328, scss/style.scss */
  .page-header .main-nav ul li a {
    color: #231f20;
  }
}
/* line 376, scss/style.scss */
.page-header .main-nav ul li.menu-item-has-children > a {
  position: relative;
}
/* line 379, scss/style.scss */
.page-header .main-nav ul li.menu-item-has-children > a > span {
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 22px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
/* line 391, scss/style.scss */
.page-header .main-nav ul li.menu-item-has-children > a > span i {
  line-height: 30px;
}
@media only screen and (min-width: 64.0625em) {
  /* line 402, scss/style.scss */
  .page-header .main-nav ul li.menu-item-has-children > a > span {
    display: none;
  }
}
/* line 409, scss/style.scss */
.page-header .main-nav ul li ul.sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 100%;
  max-width: 400px;
  width: 100%;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 64.0625em) {
  /* line 409, scss/style.scss */
  .page-header .main-nav ul li ul.sub-menu {
    padding-top: 10px;
    left: 0;
    top: 30px;
    padding-bottom: 10px;
    background-color: #ffffff;
  }
}
/* line 428, scss/style.scss */
.page-header .main-nav ul li ul.sub-menu.move-across {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 64.0625em) {
  /* line 428, scss/style.scss */
  .page-header .main-nav ul li ul.sub-menu.move-across {
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  /* line 437, scss/style.scss */
  .page-header .main-nav ul li ul.sub-menu.move-across:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

/* line 448, scss/style.scss */
.page-header .main-nav ul li ul.sub-menu li {
  display: block;
}
/* line 451, scss/style.scss */
.page-header .main-nav ul li ul.sub-menu li a {
  background-color: transparent;
}
@media only screen and (min-width: 64.0625em) {
  /* line 451, scss/style.scss */
  .page-header .main-nav ul li ul.sub-menu li a {
    background-color: #ffffff;
  }
}
/* line 458, scss/style.scss */
.page-header .main-nav ul li ul.sub-menu li a:after {
  display: none;
}
/* line 464, scss/style.scss */
.page-header .main-nav ul li ul.sub-menu li.back-button > a {
  position: relative;
}
/* line 467, scss/style.scss */
.page-header .main-nav ul li ul.sub-menu li.back-button > a > span {
  color: #ffffff;
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 22px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
/* line 479, scss/style.scss */
.page-header .main-nav ul li ul.sub-menu li.back-button > a > span i {
  line-height: 30px;
}
@media only screen and (min-width: 64.0625em) {
  /* line 463, scss/style.scss */
  .page-header .main-nav ul li ul.sub-menu li.back-button {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 495, scss/style.scss */
  .page-header .main-nav ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
/* line 505, scss/style.scss */
.page-header .main-nav ul li.current-menu-item > a {
  color: #231f20;
}
/* line 508, scss/style.scss */
.page-header .main-nav ul li.current-menu-item > a:after {
  opacity: 1;
  visibility: visible;
  bottom: -2px;
}
@media only screen and (min-width: 64.0625em) {
  /* line 505, scss/style.scss */
  .page-header .main-nav ul li.current-menu-item > a {
    color: #f5822a;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 520, scss/style.scss */
  .page-header .main-nav ul li.cta-link {
    display: none;
  }
}

/* line 531, scss/style.scss */
.menu-trigger {
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 15px;
  z-index: 1000;
}
/* line 541, scss/style.scss */
.menu-trigger .mt-layer {
  width: 30px;
  height: 2px;
  background-color: #231f20;
  display: block;
  opacity: 1;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 549, scss/style.scss */
.menu-trigger .mt-layer:not(.bottom-layer) {
  margin-bottom: 8px;
}
/* line 556, scss/style.scss */
.menu-trigger.menu-active .mt-layer {
  background-color: #ffffff;
  display: block;
}
/* line 560, scss/style.scss */
.menu-trigger.menu-active .mt-layer.top-layer {
  transform: translateY(500%) rotate(45deg);
  -webkit-transform: translateY(500%) rotate(45deg);
}
/* line 564, scss/style.scss */
.menu-trigger.menu-active .mt-layer.middle-layer {
  opacity: 0;
}
/* line 567, scss/style.scss */
.menu-trigger.menu-active .mt-layer.bottom-layer {
  transform: translateY(-500%) rotate(135deg);
  -webkit-transform: translateY(-500%) rotate(135deg);
}
@media only screen and (min-width: 64.0625em) {
  /* line 531, scss/style.scss */
  .menu-trigger {
    display: none;
  }
}

/* line 580, scss/style.scss */
.action-nav {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -53px;
  z-index: 1000;
  display: none;
}
@media only screen and (min-width: 40.0625em) {
  /* line 580, scss/style.scss */
  .action-nav {
    display: block;
  }
}
/* line 592, scss/style.scss */
.action-nav ul {
  list-style-type: none;
}
/* line 595, scss/style.scss */
.action-nav ul li {
  background-color: #f5822a;
  height: 50px;
  margin-bottom: 2px;
  position: relative;
  right: -100%;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 603, scss/style.scss */
.action-nav ul li:hover {
  right: 0;
}
/* line 607, scss/style.scss */
.action-nav ul li a {
  color: #ffffff;
  display: block;
}
/* line 612, scss/style.scss */
.action-nav ul li .icon-holder {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 50px;
  text-align: center;
  position: absolute;
  left: -50px;
  top: 0;
  background-color: #f5822a;
}
/* line 622, scss/style.scss */
.action-nav ul li i {
  font-size: 28px;
  line-height: 50px;
}
/* line 627, scss/style.scss */
.action-nav ul li .action-text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
}

/* line 639, scss/style.scss */
.hero {
  background-color: #f5822a;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 40.0625em) {
  /* line 639, scss/style.scss */
  .hero {
    background-attachment: fixed;
  }
}
/* line 652, scss/style.scss */
.hero .row, .hero .columns {
  height: 100%;
}
/* line 656, scss/style.scss */
.hero.home-hero {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  /* line 656, scss/style.scss */
  .hero.home-hero {
    background-image: none !important;
    background-color: #f5822a;
  }
}
/* line 665, scss/style.scss */
.hero.home-hero .overlay-wrap {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 676, scss/style.scss */
.hero.home-hero .hh-row {
  height: 100%;
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: transparent;
}
/* line 685, scss/style.scss */
.hero.home-hero .hero-text {
  padding: 100px 0 150px 0;
  height: 100%;
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
  background-color: transparent;
}
/* line 694, scss/style.scss */
.hero.home-hero .hero-text h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-size: calc(28px + 2vw + 2vh);
  position: relative;
  background-color: transparent;
}
@media only screen and (min-width: 40.0625em) {
  /* line 694, scss/style.scss */
  .hero.home-hero .hero-text h1 {
    font-size: calc(48px + 2vw + 2vh);
  }
}
/* line 707, scss/style.scss */
.hero.home-hero .hero-text h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 140px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 728, scss/style.scss */
.hero.home-hero video {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  visibility: visible;
  opacity: 1;
  display: block;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 40.0625em) {
  /* line 728, scss/style.scss */
  .hero.home-hero video {
    display: block;
  }
}
/* line 750, scss/style.scss */
.hero .hero-down-arrow {
  width: 36px;
  height: 36px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 100px;
  margin-left: -18px;
  z-index: 3;
  background-color: transparent;
}
/* line 761, scss/style.scss */
.hero .hero-down-arrow .hda-inner {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  z-index: 3;
}
/* line 771, scss/style.scss */
.hero .hero-down-arrow .hda-inner:after {
  content: "";
  position: absolute;
  top: -37px;
  left: -37px;
  z-index: 1;
  width: 110px;
  height: 110px;
  background-color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* line 790, scss/style.scss */
.hero .hero-down-arrow i {
  color: #231f20;
  font-size: 22px;
  line-height: 36px;
  z-index: 3;
}
/* line 798, scss/style.scss */
.hero.about-hero {
  height: 100%;
  width: 100%;
  display: table;
}
/* line 803, scss/style.scss */
.hero.about-hero .ah-row {
  height: 100%;
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
  position: relative;
}
/* line 811, scss/style.scss */
.hero.about-hero .hero-text {
  padding: 100px 15px 120px 15px;
  max-width: 80rem;
  margin: 0 auto;
}
/* line 816, scss/style.scss */
.hero.about-hero .hero-text h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  position: relative;
}
@media only screen and (min-width: 40.0625em) {
  /* line 816, scss/style.scss */
  .hero.about-hero .hero-text h1 {
    font-size: 60px;
  }
}
/* line 828, scss/style.scss */
.hero.about-hero .hero-text h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 140px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 850, scss/style.scss */
.hero.finishing-hero {
  padding: 450px 0 80px 0;
}
/* line 852, scss/style.scss */
.hero.finishing-hero.video {
  position: relative;
}
/* line 854, scss/style.scss */
.hero.finishing-hero.video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  display: block;
}
@media screen and (max-width: 64em) {
  /* line 850, scss/style.scss */
  .hero.finishing-hero {
    padding: 300px 0 80px 0;
  }
}
/* line 871, scss/style.scss */
.hero.finishing-hero .hero-text h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  position: relative;
  padding-bottom: 1.1rem;
}
@media only screen and (min-width: 40.0625em) {
  /* line 871, scss/style.scss */
  .hero.finishing-hero .hero-text h1 {
    font-size: 60px;
  }
}
/* line 884, scss/style.scss */
.hero.finishing-hero .hero-text h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 1px;
  background-color: #ffffff;
}
/* line 895, scss/style.scss */
.hero.finishing-hero .hero-text p, .hero.finishing-hero .hero-text .validation_error, .hero.finishing-hero .hero-text .gform_confirmation_message {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.3);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.3);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
/* line 952, scss/style.scss */
.home-boxes {
  background-color: #231f20;
}
/* line 955, scss/style.scss */
.home-boxes.finishing-top {
  margin-top: 50px;
}
/* line 959, scss/style.scss */
.home-boxes .hb-list {
  list-style-type: none;
  margin: 0 -15px;
  font-size: 0;
}
/* line 963, scss/style.scss */
.home-boxes .hb-list li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f5822a;
}
@media only screen and (min-width: 40.0625em) {
  /* line 963, scss/style.scss */
  .home-boxes .hb-list li {
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 963, scss/style.scss */
  .home-boxes .hb-list li {
    width: 33.33334%;
  }
}
/* line 979, scss/style.scss */
.home-boxes .hb-list li a {
  display: block;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 983, scss/style.scss */
.home-boxes .hb-list li a:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
/* line 986, scss/style.scss */
.home-boxes .hb-list li a:hover .hb-text {
  bottom: 30px;
}
/* line 992, scss/style.scss */
.home-boxes .hb-list li .hb-wrap {
  padding-bottom: 70.3125%;
  position: relative;
  overflow: hidden;
}
/* line 998, scss/style.scss */
.home-boxes .hb-list li .hb-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px;
  bottom: -90px;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 1008, scss/style.scss */
.home-boxes .hb-list li .hb-text h2 {
  color: #ffffff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1;
}
/* line 1015, scss/style.scss */
.home-boxes .hb-list li .hb-text h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 1px;
  background-color: #ffffff;
}
/* line 1026, scss/style.scss */
.home-boxes .hb-list li .hb-text p, .home-boxes .hb-list li .hb-text .validation_error, .home-boxes .hb-list li .hb-text .gform_confirmation_message {
  color: #ffffff;
  margin: 0;
  height: 60px;
}

/* line 1056, scss/style.scss */
.home .home-boxes .hb-list {
  padding-top: 0;
}

/* line 1062, scss/style.scss */
.page-section {
  padding: 50px 0;
}
@media only screen and (min-width: 40.0625em) {
  /* line 1062, scss/style.scss */
  .page-section {
    padding: 100px 0;
  }
}
/* line 1069, scss/style.scss */
.page-section.bg-lgrey {
  background-color: #f1f2f2;
}
/* line 1077, scss/style.scss */
.page-section.bg-orange {
  background-color: #f5822a;
}
/* line 1080, scss/style.scss */
.page-section.bg-orange h1, .page-section.bg-orange h2, .page-section.bg-orange h3, .page-section.bg-orange h4, .page-section.bg-orange h5, .page-section.bg-orange h6 {
  color: #ffffff;
}
/* line 1084, scss/style.scss */
.page-section.bg-orange li, .page-section.bg-orange p, .page-section.bg-orange .validation_error, .page-section.bg-orange .gform_confirmation_message {
  color: #ffffff;
}
/* line 1088, scss/style.scss */
.page-section.bg-orange a {
  color: #ffffff;
}
/* line 1093, scss/style.scss */
.page-section.bg-orange.locations-page h1, .page-section.bg-orange.locations-page h2, .page-section.bg-orange.locations-page h3, .page-section.bg-orange.locations-page h4, .page-section.bg-orange.locations-page h5, .page-section.bg-orange.locations-page h6 {
  color: #ffffff;
  position: relative;
  padding-bottom: 1.1rem;
}
/* line 1098, scss/style.scss */
.page-section.bg-orange.locations-page h1:after, .page-section.bg-orange.locations-page h2:after, .page-section.bg-orange.locations-page h3:after, .page-section.bg-orange.locations-page h4:after, .page-section.bg-orange.locations-page h5:after, .page-section.bg-orange.locations-page h6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 1109, scss/style.scss */
.page-section.bg-orange.locations-page p, .page-section.bg-orange.locations-page .validation_error, .page-section.bg-orange.locations-page .gform_confirmation_message {
  color: #ffffff;
}
/* line 1113, scss/style.scss */
.page-section.bg-orange.locations-page .button, .page-section.bg-orange.locations-page .gform_footer input[type="submit"], .gform_footer .page-section.bg-orange.locations-page input[type="submit"], .page-section.bg-orange.locations-page a.beautiful-taxonomy-filters-clear-all, .page-section.bg-orange.locations-page .beautiful-taxonomy-filters-button, .page-section.bg-orange.locations-page .blog-comments ol.commentlist li .reply a, .blog-comments ol.commentlist li .reply .page-section.bg-orange.locations-page a, .page-section.bg-orange.locations-page .blog-comments #commentform input[type="submit"], .blog-comments #commentform .page-section.bg-orange.locations-page input[type="submit"] {
  color: #f5822a;
  background-color: #ffffff;
}
/* line 1117, scss/style.scss */
.page-section.bg-orange.locations-page .button:hover, .page-section.bg-orange.locations-page .gform_footer input[type="submit"]:hover, .gform_footer .page-section.bg-orange.locations-page input[type="submit"]:hover, .page-section.bg-orange.locations-page a.beautiful-taxonomy-filters-clear-all:hover, .page-section.bg-orange.locations-page .beautiful-taxonomy-filters-button:hover, .page-section.bg-orange.locations-page .blog-comments ol.commentlist li .reply a:hover, .blog-comments ol.commentlist li .reply .page-section.bg-orange.locations-page a:hover, .page-section.bg-orange.locations-page .blog-comments #commentform input[type="submit"]:hover, .blog-comments #commentform .page-section.bg-orange.locations-page input[type="submit"]:hover {
  background-color: #f1f2f2;
}
/* line 1125, scss/style.scss */
.page-section.locations-page {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 1130, scss/style.scss */
.page-section.locations-page h1, .page-section.locations-page h2, .page-section.locations-page h3, .page-section.locations-page h4, .page-section.locations-page h5, .page-section.locations-page h6 {
  color: #231f20;
  position: relative;
  padding-bottom: 1.1rem;
}
/* line 1135, scss/style.scss */
.page-section.locations-page h1 span, .page-section.locations-page h2 span, .page-section.locations-page h3 span, .page-section.locations-page h4 span, .page-section.locations-page h5 span, .page-section.locations-page h6 span {
  font-weight: normal;
}
/* line 1139, scss/style.scss */
.page-section.locations-page h1:after, .page-section.locations-page h2:after, .page-section.locations-page h3:after, .page-section.locations-page h4:after, .page-section.locations-page h5:after, .page-section.locations-page h6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 1px;
  background-color: #8a8889;
}
/* line 1150, scss/style.scss */
.page-section.locations-page p, .page-section.locations-page .validation_error, .page-section.locations-page .gform_confirmation_message {
  font-size: 18px;
}
/* line 1154, scss/style.scss */
.page-section.locations-page li {
  font-size: 18px;
}
/* line 1158, scss/style.scss */
.page-section.locations-page .list-head {
  font-weight: bold;
  margin: 0;
}
/* line 1167, scss/style.scss */
.page-section.locations-page .telecoms {
  font-weight: bold;
}
/* line 1170, scss/style.scss */
.page-section.locations-page .telecoms span {
  font-weight: normal;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 1177, scss/style.scss */
.page-section.locations-page .button, .page-section.locations-page .gform_footer input[type="submit"], .gform_footer .page-section.locations-page input[type="submit"], .page-section.locations-page a.beautiful-taxonomy-filters-clear-all, .page-section.locations-page .beautiful-taxonomy-filters-button, .page-section.locations-page .blog-comments ol.commentlist li .reply a, .blog-comments ol.commentlist li .reply .page-section.locations-page a, .page-section.locations-page .blog-comments #commentform input[type="submit"], .blog-comments #commentform .page-section.locations-page input[type="submit"] {
  padding-right: 40px;
  margin-top: 60px;
}
/* line 1181, scss/style.scss */
.page-section.locations-page .button:after, .page-section.locations-page .gform_footer input[type="submit"]:after, .gform_footer .page-section.locations-page input[type="submit"]:after, .page-section.locations-page a.beautiful-taxonomy-filters-clear-all:after, .page-section.locations-page .beautiful-taxonomy-filters-button:after, .page-section.locations-page .blog-comments ol.commentlist li .reply a:after, .blog-comments ol.commentlist li .reply .page-section.locations-page a:after, .page-section.locations-page .blog-comments #commentform input[type="submit"]:after, .blog-comments #commentform .page-section.locations-page input[type="submit"]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 28px;
  line-height: 28px;
  margin-top: -14px;
}

/* line 1197, scss/style.scss */
.page-section.be-inspired h2 {
  color: #f5822a;
}

/* line 1202, scss/style.scss */
.section-head {
  position: relative;
}
/* line 1204, scss/style.scss */
.section-head h2 {
  margin-bottom: 40px;
}
/* line 1206, scss/style.scss */
.section-head h2.alt-font {
  font-weight: 400;
  color: #1d191b;
}
/* line 1211, scss/style.scss */
.section-head .section-link {
  color: #231f20;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 64.0625em) {
  /* line 1211, scss/style.scss */
  .section-head .section-link {
    position: absolute;
    top: 14px;
    right: 0;
  }
}
/* line 1222, scss/style.scss */
.section-head .section-link:hover {
  color: #f5822a;
}

/* line 1228, scss/style.scss */
.row-slider, .row-slider-narrow {
  margin: 0 -10px;
}
/* line 1230, scss/style.scss */
.row-slider .row-slide, .row-slider-narrow .row-slide {
  padding: 0 4px;
}
/* line 1232, scss/style.scss */
.row-slider .row-slide .rs-inner, .row-slider-narrow .row-slide .rs-inner {
  background-color: #ffffff;
}
/* line 1235, scss/style.scss */
.row-slider .row-slide .rs-inner .sub-title p, .row-slider .row-slide .rs-inner .sub-title .validation_error, .row-slider .row-slide .rs-inner .sub-title .gform_confirmation_message, .row-slider-narrow .row-slide .rs-inner .sub-title p, .row-slider-narrow .row-slide .rs-inner .sub-title .validation_error, .row-slider-narrow .row-slide .rs-inner .sub-title .gform_confirmation_message {
  padding: 15px 20px 0px 20px;
  margin: 0;
  font-family: verveine, sans-serif;
  color: #1d191b;
  text-transform: uppercase;
  font-size: 18px;
}
/* line 1246, scss/style.scss */
.row-slider .row-slide .rs-image, .row-slider-narrow .row-slide .rs-image {
  padding-bottom: 88.28125%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 1253, scss/style.scss */
.row-slider .row-slide .rs-image .rsi-inner, .row-slider-narrow .row-slide .rs-image .rsi-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 1263, scss/style.scss */
.row-slider .row-slide .rs-image a, .row-slider-narrow .row-slide .rs-image a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 1272, scss/style.scss */
.row-slider .row-slide .rs-image a span.inner-outer, .row-slider-narrow .row-slide .rs-image a span.inner-outer {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
/* line 1282, scss/style.scss */
.row-slider .row-slide .rs-image a span.inner-outer span.inner-inner, .row-slider-narrow .row-slide .rs-image a span.inner-outer span.inner-inner {
  position: relative;
}
/* line 1285, scss/style.scss */
.row-slider .row-slide .rs-image a span.inner-outer span.inner-inner:after, .row-slider-narrow .row-slide .rs-image a span.inner-outer span.inner-inner:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 90px;
  margin-left: -45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 1298, scss/style.scss */
.row-slider .row-slide .rs-image a:hover, .row-slider-narrow .row-slide .rs-image a:hover {
  opacity: 1;
}
/* line 1304, scss/style.scss */
.row-slider .row-slide .rs-text, .row-slider-narrow .row-slide .rs-text {
  padding: 10px 20px 30px;
}
/* line 1306, scss/style.scss */
.row-slider .row-slide .rs-text p.slide-cat, .row-slider .row-slide .rs-text .slide-cat.validation_error, .row-slider .row-slide .rs-text .slide-cat.gform_confirmation_message, .row-slider-narrow .row-slide .rs-text p.slide-cat, .row-slider-narrow .row-slide .rs-text .slide-cat.validation_error, .row-slider-narrow .row-slide .rs-text .slide-cat.gform_confirmation_message {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 1311, scss/style.scss */
.row-slider .row-slide .rs-text p.slide-cat a, .row-slider .row-slide .rs-text .slide-cat.validation_error a, .row-slider .row-slide .rs-text .slide-cat.gform_confirmation_message a, .row-slider-narrow .row-slide .rs-text p.slide-cat a, .row-slider-narrow .row-slide .rs-text .slide-cat.validation_error a, .row-slider-narrow .row-slide .rs-text .slide-cat.gform_confirmation_message a {
  color: #231f20;
}
/* line 1314, scss/style.scss */
.row-slider .row-slide .rs-text p.slide-cat a:hover, .row-slider .row-slide .rs-text .slide-cat.validation_error a:hover, .row-slider .row-slide .rs-text .slide-cat.gform_confirmation_message a:hover, .row-slider-narrow .row-slide .rs-text p.slide-cat a:hover, .row-slider-narrow .row-slide .rs-text .slide-cat.validation_error a:hover, .row-slider-narrow .row-slide .rs-text .slide-cat.gform_confirmation_message a:hover {
  color: #f5822a;
}
/* line 1320, scss/style.scss */
.row-slider .row-slide .rs-text h3, .row-slider-narrow .row-slide .rs-text h3 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: none;
}
.row-slider .row-slide .rs-text h3, .row-slider-narrow .row-slide .rs-text p {
  font-size:14px;
  padding:5px 0;
}

/* line 1325, scss/style.scss */
.row-slider .row-slide .rs-text h3 a, .row-slider-narrow .row-slide .rs-text h3 a {
  color: #231f20;
}
/* line 1328, scss/style.scss */
.row-slider .row-slide .rs-text h3 a:hover, .row-slider-narrow .row-slide .rs-text h3 a:hover {
  color: #f5822a;
}
/* line 1335, scss/style.scss */
.row-slider .row-slide .tag-list, .row-slider-narrow .row-slide .tag-list {
  padding: 0 20px 20px 20px;
  margin-bottom: 0;
}
/* line 1340, scss/style.scss */
.row-slider .row-slide .credits, .row-slider-narrow .row-slide .credits {
  padding: 0 20px 20px 20px;
}
/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
.row-slider .row-slide .credits:before, .row-slider .row-slide .credits:after, .row-slider-narrow .row-slide .credits:before, .row-slider-narrow .row-slide .credits:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
.row-slider .row-slide .credits:after, .row-slider-narrow .row-slide .credits:after {
  clear: both;
}
/* line 1344, scss/style.scss */
.row-slider .row-slide .credits .cred-image, .row-slider-narrow .row-slide .credits .cred-image {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
/* line 1353, scss/style.scss */
.row-slider .row-slide .credits p, .row-slider .row-slide .credits .validation_error, .row-slider .row-slide .credits .gform_confirmation_message, .row-slider-narrow .row-slide .credits p, .row-slider-narrow .row-slide .credits .validation_error, .row-slider-narrow .row-slide .credits .gform_confirmation_message {
  margin: 10px 0 0 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.1;
}
/* line 1359, scss/style.scss */
.row-slider .row-slide .credits p a, .row-slider .row-slide .credits .validation_error a, .row-slider .row-slide .credits .gform_confirmation_message a, .row-slider-narrow .row-slide .credits p a, .row-slider-narrow .row-slide .credits .validation_error a, .row-slider-narrow .row-slide .credits .gform_confirmation_message a {
  font-weight: bold;
  color: #231f20;
}
/* line 1363, scss/style.scss */
.row-slider .row-slide .credits p a:hover, .row-slider .row-slide .credits .validation_error a:hover, .row-slider .row-slide .credits .gform_confirmation_message a:hover, .row-slider-narrow .row-slide .credits p a:hover, .row-slider-narrow .row-slide .credits .validation_error a:hover, .row-slider-narrow .row-slide .credits .gform_confirmation_message a:hover {
  color: #f5822a;
}

/* line 1372, scss/style.scss */
.slick-dots {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  bottom: -60px;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* line 1383, scss/style.scss */
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 0;
  line-height: 0;
  margin: 0 10px;
}
/* line 1389, scss/style.scss */
.slick-dots li button {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #231f20;
  background-color: #231f20;
  border-radius: 50%;
  outline: none;
}
/* line 1403, scss/style.scss */
.slick-dots li.slick-active button {
  background-color: transparent;
}

/* line 1410, scss/style.scss */
.blog-post-list {
  list-style-type: none;
  margin: 0;
}
/* line 1414, scss/style.scss */
.blog-post-list li {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/* line 1419, scss/style.scss */
.blog-post-list li .bp-author-image {
  width: 110px;
  height: 110px;
  float: right;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 30px;
}
@media screen and (max-width: 900px) {
  /* line 1419, scss/style.scss */
  .blog-post-list li .bp-author-image {
    width: 80px;
    height: 80px;
  }
}
/* line 1432, scss/style.scss */
.blog-post-list li .post-details {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 1438, scss/style.scss */
.blog-post-list li .post-details .p-date {
  color: #8a8889;
  min-width: 70px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 1443, scss/style.scss */
.blog-post-list li .post-details h3 {
  margin-bottom: 20px;
}
/* line 1447, scss/style.scss */
.blog-post-list li .post-details a {
  color: #231f20;
}
/* line 1450, scss/style.scss */
.blog-post-list li .post-details a:hover {
  color: #f5822a;
}
/* line 1456, scss/style.scss */
.blog-post-list li h3 {
  text-transform: none;
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  /* line 1456, scss/style.scss */
  .blog-post-list li h3 {
    font-size: 18px;
  }
}
/* line 1464, scss/style.scss */
.blog-post-list li a.post-read-more {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #231f20;
}
/* line 1470, scss/style.scss */
.blog-post-list li a.post-read-more:hover {
  color: #f5822a;
}
/* line 1475, scss/style.scss */
.blog-post-list li:after {
  content: "";
  width: 140px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b1b1b1;
}

/* line 1487, scss/style.scss */
.twitter-section {
  background-color: #f5822a;
}
/* line 1489, scss/style.scss */
.twitter-section h1, .twitter-section h2, .twitter-section h3, .twitter-section h4, .twitter-section h5, .twitter-section h6 {
  color: #ffffff;
}
/* line 1493, scss/style.scss */
.twitter-section p, .twitter-section .validation_error, .twitter-section .gform_confirmation_message, .twitter-section li {
  color: #ffffff;
}
/* line 1497, scss/style.scss */
.twitter-section a {
  color: #ffffff;
}
/* line 1501, scss/style.scss */
.twitter-section h2 {
  margin-bottom: 30px;
  color: #fff !important;
}
/* line 1506, scss/style.scss */
.twitter-section #tweet {
  position: relative;
  padding: 30px 0;
}
/* line 1510, scss/style.scss */
.twitter-section #tweet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 1px;
  background-color: #f9ae75;
}
/* line 1520, scss/style.scss */
.twitter-section #tweet:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 1px;
  background-color: #f9ae75;
}
/* line 1530, scss/style.scss */
.twitter-section #tweet .tweet-date {
  font-weight: bold;
}
/* line 1534, scss/style.scss */
.twitter-section #tweet .the-tweet {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  /* line 1534, scss/style.scss */
  .twitter-section #tweet .the-tweet {
    font-size: 18px;
  }
}
/* line 1541, scss/style.scss */
.twitter-section #tweet .the-tweet a {
  font-style: italic;
}
/* line 1545, scss/style.scss */
.twitter-section #tweet .timePosted {
  font-weight: 700;
}
/* line 1548, scss/style.scss */
.twitter-section #tweet .tweeter {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}

/* line 1557, scss/style.scss */
.page-footer {
  background-color: #231f20;
  padding: 40px 0 100px 0;
}
/* line 1561, scss/style.scss */
.page-footer .copyright {
  color: #ffffff;
  margin-top: 30px;
  font-size: 11px;
}
/* line 1567, scss/style.scss */
.page-footer .cello-logos {
  text-align: center;
  margin-bottom: 50px;
}
/* line 1570, scss/style.scss */
.page-footer .cello-logos img {
  height: 25px;
}
/* line 1575, scss/style.scss */
.page-footer .socmed {
  margin-left: 0;
  list-style-type: none;
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}
/* line 1582, scss/style.scss */
.page-footer .socmed li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 1585, scss/style.scss */
.page-footer .socmed li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin: 0 7px;
}
/* line 1595, scss/style.scss */
.page-footer .socmed li a i {
  line-height: 40px;
  color: #231f20;
  font-size: 24px;
}
/* line 1601, scss/style.scss */
.page-footer .socmed li a:hover {
  background-color: #f5822a;
}
/* line 1610, scss/style.scss */
.page-footer .contacts .contacts-inner {
  position: relative;
  padding: 30px 0;
}
/* line 1614, scss/style.scss */
.page-footer .contacts .contacts-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 1624, scss/style.scss */
.page-footer .contacts .contacts-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 1636, scss/style.scss */
.page-footer .contacts .contacts-list li {
  color: #ffffff;
}
/* line 1639, scss/style.scss */
.page-footer .contacts .contacts-list li p, .page-footer .contacts .contacts-list li .validation_error, .page-footer .contacts .contacts-list li .gform_confirmation_message {
  color: #ffffff;
  font-size: 11px;
}
/* line 1643, scss/style.scss */
.page-footer .contacts .contacts-list li p em, .page-footer .contacts .contacts-list li .validation_error em, .page-footer .contacts .contacts-list li .gform_confirmation_message em {
  font-weight: bold;
}
/* line 1647, scss/style.scss */
.page-footer .contacts .contacts-list li p.cntct-nmbrs, .page-footer .contacts .contacts-list li .cntct-nmbrs.validation_error, .page-footer .contacts .contacts-list li .cntct-nmbrs.gform_confirmation_message {
  font-weight: bold;
  font-style: italic;
}
/* line 1651, scss/style.scss */
.page-footer .contacts .contacts-list li p.cntct-nmbrs span, .page-footer .contacts .contacts-list li .cntct-nmbrs.validation_error span, .page-footer .contacts .contacts-list li .cntct-nmbrs.gform_confirmation_message span {
  padding-right: 5px;
}
/* line 1656, scss/style.scss */
.page-footer .contacts .contacts-list li p.rgstrd, .page-footer .contacts .contacts-list li .rgstrd.validation_error, .page-footer .contacts .contacts-list li .rgstrd.gform_confirmation_message {
  font-style: italic;
}

/* line 1666, scss/style.scss */
#inspiration-list {
  list-style-type: none;
  margin: 0 -3px;
  text-align: left;
}
/* line 1670, scss/style.scss */
#inspiration-list .inspiration-box {
  width: 100%;
  padding: 0 3px 8.5px;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 40.0625em) {
  /* line 1670, scss/style.scss */
  #inspiration-list .inspiration-box {
    width: 40%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 1670, scss/style.scss */
  #inspiration-list .inspiration-box {
    width: 25%;
    width: calc(24.8% - 1px);
  }
}
/* line 1686, scss/style.scss */
#inspiration-list .ib-inner {
  background-color: #ffffff;
}
/* line 1688, scss/style.scss */
#inspiration-list .ib-inner h4 {
  font-family: verveine, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #1d191b;
  padding: 15px 20px 0px 20px;
}
/* line 1699, scss/style.scss */
#inspiration-list .ib-image {
  position: relative;
}
/* line 1701, scss/style.scss */
#inspiration-list .ib-image .img-wrapper {
  width: 100%;
  height: 271px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
}
/* line 1708, scss/style.scss */
#inspiration-list .ib-image .img-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
/* line 1719, scss/style.scss */
#inspiration-list .ib-image .ibi-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 1728, scss/style.scss */
#inspiration-list .ib-image .ibi-inner a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 1737, scss/style.scss */
#inspiration-list .ib-image .ibi-inner a span.inner-outer {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
/* line 1747, scss/style.scss */
#inspiration-list .ib-image .ibi-inner a span.inner-outer span.inner-inner {
  position: relative;
}
/* line 1750, scss/style.scss */
#inspiration-list .ib-image .ibi-inner a span.inner-outer span.inner-inner:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 90px;
  margin-left: -45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 1763, scss/style.scss */
#inspiration-list .ib-image .ibi-inner a:hover {
  opacity: 1;
}
/* line 1769, scss/style.scss */
#inspiration-list .ib-image img {
  width: 100%;
}
/* line 1774, scss/style.scss */
#inspiration-list .ib-text {
  padding: 12px 20px 20px;
}
/* line 1776, scss/style.scss */
#inspiration-list .ib-text p.ib-cat, #inspiration-list .ib-text .ib-cat.validation_error, #inspiration-list .ib-text .ib-cat.gform_confirmation_message {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 1781, scss/style.scss */
#inspiration-list .ib-text p.ib-cat a, #inspiration-list .ib-text .ib-cat.validation_error a, #inspiration-list .ib-text .ib-cat.gform_confirmation_message a {
  color: #231f20;
}
/* line 1784, scss/style.scss */
#inspiration-list .ib-text p.ib-cat a:hover, #inspiration-list .ib-text .ib-cat.validation_error a:hover, #inspiration-list .ib-text .ib-cat.gform_confirmation_message a:hover {
  color: #f5822a;
}
/* line 1790, scss/style.scss */
#inspiration-list .ib-text h3 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}
/* line 1795, scss/style.scss */
#inspiration-list .ib-text h3 a {
  color: #231f20;
}
/* line 1798, scss/style.scss */
#inspiration-list .ib-text h3 a:hover {
  color: #f5822a;
}
/* line 1805, scss/style.scss */
#inspiration-list .tag-list {
  padding: 0 20px 20px 20px;
  margin-bottom: 0;
}
/* line 1810, scss/style.scss */
#inspiration-list .ib-credits {
  padding: 0 20px 20px 20px;
}
/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
#inspiration-list .ib-credits:before, #inspiration-list .ib-credits:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
#inspiration-list .ib-credits:after {
  clear: both;
}
/* line 1814, scss/style.scss */
#inspiration-list .ib-credits .cred-image {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
/* line 1823, scss/style.scss */
#inspiration-list .ib-credits p, #inspiration-list .ib-credits .validation_error, #inspiration-list .ib-credits .gform_confirmation_message {
  margin: 10px 0 0 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.1;
}
/* line 1829, scss/style.scss */
#inspiration-list .ib-credits p a, #inspiration-list .ib-credits .validation_error a, #inspiration-list .ib-credits .gform_confirmation_message a {
  font-weight: bold;
  color: #231f20;
}
/* line 1833, scss/style.scss */
#inspiration-list .ib-credits p a:hover, #inspiration-list .ib-credits .validation_error a:hover, #inspiration-list .ib-credits .gform_confirmation_message a:hover {
  color: #f5822a;
}

/* line 1842, scss/style.scss */
.intro-text {
  margin-bottom: 80px;
}
/* line 1845, scss/style.scss */
.intro-text p, .intro-text .validation_error, .intro-text .gform_confirmation_message {
  font-size: 18px;
}
@media only screen and (min-width: 40.0625em) {
  /* line 1845, scss/style.scss */
  .intro-text p, .intro-text .validation_error, .intro-text .gform_confirmation_message {
    font-size: 24px;
  }
}

/* line 1854, scss/style.scss */
.split-block {
  padding-bottom: 120px;
}
/* line 1857, scss/style.scss */
.split-block:last-of-type {
  padding-bottom: 0;
}
/* line 1861, scss/style.scss */
.split-block h3 {
  color: #231f20;
}
/* line 1865, scss/style.scss */
.split-block p, .split-block .validation_error, .split-block .gform_confirmation_message {
  font-style: italic;
  font-size: 14px;
}
/* line 1870, scss/style.scss */
.split-block .sb-image {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.0625em) {
  /* line 1870, scss/style.scss */
  .split-block .sb-image {
    margin-bottom: 0;
  }
}
/* line 1879, scss/style.scss */
.split-block .button, .split-block .gform_footer input[type="submit"], .gform_footer .split-block input[type="submit"], .split-block a.beautiful-taxonomy-filters-clear-all, .split-block .beautiful-taxonomy-filters-button, .split-block .blog-comments ol.commentlist li .reply a, .blog-comments ol.commentlist li .reply .split-block a, .split-block .blog-comments #commentform input[type="submit"], .blog-comments #commentform .split-block input[type="submit"] {
  margin-top: 30px;
  padding-right: 40px;
  position: relative;
  font-size: 14px;
}
/* line 1885, scss/style.scss */
.split-block .button:after, .split-block .gform_footer input[type="submit"]:after, .gform_footer .split-block input[type="submit"]:after, .split-block a.beautiful-taxonomy-filters-clear-all:after, .split-block .beautiful-taxonomy-filters-button:after, .split-block .blog-comments ol.commentlist li .reply a:after, .blog-comments ol.commentlist li .reply .split-block a:after, .split-block .blog-comments #commentform input[type="submit"]:after, .blog-comments #commentform .split-block input[type="submit"]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 50%;
  color: #ffffff;
  font-size: 28px;
  line-height: 28px;
  margin-top: -14px;
}
@media screen and (min-width: 40em) {
  /* line 1898, scss/style.scss */
  .split-block .sb-image img {
    max-width: 300px;
    margin-top: 8px;
  }
}

/* line 1907, scss/style.scss */
.btbi {
  width: 100%;
  padding-right: 40px;
  position: relative;
  text-align: left;
  margin-bottom: 1.8rem;
}
/* line 1914, scss/style.scss */
.btbi:after {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  position: absolute;
  right: 15px;
  top: 50%;
  color: #ffffff;
  font-size: 28px;
  line-height: 28px;
  margin-top: -14px;
}

/* line 1927, scss/style.scss */
.text-content {
  background-color: #ffffff;
  padding: 30px;
}
/* line 1931, scss/style.scss */
.text-content.finishing {
  background-image: url(images/fs-header.jpg);
  background-position: right -5px;
  background-repeat: no-repeat;
}
/* line 1936, scss/style.scss */
.text-content.finishing h3 {
  padding-right: 70px;
}
/* line 1939, scss/style.scss */
.text-content.finishing .video-wrapper {
  margin: 0 -30px 30px -30px;
}
/* line 1942, scss/style.scss */
.text-content.finishing .video-wrapper img {
  width: 100%;
}
/* line 1948, scss/style.scss */
.text-content p.ia-cat, .text-content .ia-cat.validation_error, .text-content .ia-cat.gform_confirmation_message {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 1953, scss/style.scss */
.text-content p.ia-cat a, .text-content .ia-cat.validation_error a, .text-content .ia-cat.gform_confirmation_message a {
  color: #231f20;
}
/* line 1956, scss/style.scss */
.text-content p.ia-cat a:hover, .text-content .ia-cat.validation_error a:hover, .text-content .ia-cat.gform_confirmation_message a:hover {
  color: #f5822a;
}
/* line 1962, scss/style.scss */
.text-content h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #231f20;
}
/* line 1968, scss/style.scss */
.text-content .img-wrapper {
  margin: 0 0 30px 0;
}
/* line 1971, scss/style.scss */
.text-content .img-wrapper img {
  width: auto;
}
/* line 1976, scss/style.scss */
.text-content .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
/* line 1983, scss/style.scss */
.text-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1992, scss/style.scss */
.text-content .tc-text {
  margin-bottom: 30px;
}
/* line 1995, scss/style.scss */
.text-content .tc-text p, .text-content .tc-text .validation_error, .text-content .tc-text .gform_confirmation_message {
  font-size: 14px;
}
/* line 1997, scss/style.scss */
.text-content .tc-text p a, .text-content .tc-text .validation_error a, .text-content .tc-text .gform_confirmation_message a {
  text-decoration: underline;
}
/* line 2003, scss/style.scss */
.text-content .tc-text ul li {
  font-size: 14px;
  font-style: italic;
}
/* line 2010, scss/style.scss */
.text-content .tag-list {
  list-style-type: none;
  margin: 0 -5px 40px -5px;
  font-size: 0;
}
/* line 2015, scss/style.scss */
.text-content .tag-list li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 0 5px 10px 5px;
}
/* line 2022, scss/style.scss */
.text-content .tag-list li a {
  color: #ffffff;
  background-color: #231f20;
  padding: 5px 8px;
  display: block;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/* line 2029, scss/style.scss */
.text-content .tag-list li a:hover {
  background-color: #f5822a;
}
/* line 2036, scss/style.scss */
.text-content .sharing-list {
  list-style-type: none;
  margin: 0 0 20px 0;
  font-size: 0;
}
/* line 2041, scss/style.scss */
.text-content .sharing-list li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 10px 10px 0;
}
/* line 2045, scss/style.scss */
.text-content .sharing-list li a {
  display: block;
  width: 35px;
  height: 35px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/* line 2056, scss/style.scss */
.text-content .sharing-list li a.twitter {
  background-color: #00aced;
}
/* line 2059, scss/style.scss */
.text-content .sharing-list li a.twitter:hover {
  background-color: #008abe;
}
/* line 2064, scss/style.scss */
.text-content .sharing-list li a.facebook {
  background-color: #3b5998;
}
/* line 2067, scss/style.scss */
.text-content .sharing-list li a.facebook:hover {
  background-color: #2f477a;
}
/* line 2072, scss/style.scss */
.text-content .sharing-list li a.pinterest {
  background-color: #cb2027;
}
/* line 2075, scss/style.scss */
.text-content .sharing-list li a.pinterest:hover {
  background-color: #a21a1f;
}
/* line 2080, scss/style.scss */
.text-content .sharing-list li a.instagram {
  background-color: #517fa4;
}
/* line 2083, scss/style.scss */
.text-content .sharing-list li a.instagram:hover {
  background-color: #416683;
}
/* line 2088, scss/style.scss */
.text-content .sharing-list li a.google-plus {
  background-color: #dd4b39;
}
/* line 2091, scss/style.scss */
.text-content .sharing-list li a.google-plus:hover {
  background-color: #be3221;
}
/* line 2096, scss/style.scss */
.text-content .sharing-list li a.email {
  background-color: #f5822a;
}
/* line 2099, scss/style.scss */
.text-content .sharing-list li a.email:hover {
  background-color: #db650a;
}
/* line 2107, scss/style.scss */
.text-content .credits {
  margin: 0 0 10px 0;
}
/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
.text-content .credits:before, .text-content .credits:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
.text-content .credits:after {
  clear: both;
}
/* line 2111, scss/style.scss */
.text-content .credits .cred-image {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
/* line 2120, scss/style.scss */
.text-content .credits p, .text-content .credits .validation_error, .text-content .credits .gform_confirmation_message {
  margin: 10px 0 0 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.1;
}
/* line 2126, scss/style.scss */
.text-content .credits p a, .text-content .credits .validation_error a, .text-content .credits .gform_confirmation_message a {
  font-weight: bold;
  color: #231f20;
}
/* line 2130, scss/style.scss */
.text-content .credits p a:hover, .text-content .credits .validation_error a:hover, .text-content .credits .gform_confirmation_message a:hover {
  color: #f5822a;
}

/* line 2138, scss/style.scss */
.tag-list {
  list-style-type: none;
  margin: 0 -5px 40px -5px;
  font-size: 0;
}
/* line 2143, scss/style.scss */
.tag-list li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 0 5px 10px 5px;
}
/* line 2150, scss/style.scss */
.tag-list li a {
  color: #ffffff;
  background-color: #231f20;
  padding: 5px 8px;
  display: block;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/* line 2157, scss/style.scss */
.tag-list li a:hover {
  background-color: #f5822a;
}

/* line 2164, scss/style.scss */
.inspiration-side {
  list-style-type: none;
  margin: 0;
}
/* line 2168, scss/style.scss */
.inspiration-side .inspiration-box {
  width: 100%;
  margin-bottom: 1.8rem;
}
/* line 2173, scss/style.scss */
.inspiration-side .ib-inner {
  background-color: #ffffff;
}
/* line 2177, scss/style.scss */
.inspiration-side .ib-image {
  position: relative;
}
/* line 2180, scss/style.scss */
.inspiration-side .ib-image .ibi-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 2189, scss/style.scss */
.inspiration-side .ib-image .ibi-inner a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 2198, scss/style.scss */
.inspiration-side .ib-image .ibi-inner a span.inner-outer {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
/* line 2208, scss/style.scss */
.inspiration-side .ib-image .ibi-inner a span.inner-outer span.inner-inner {
  position: relative;
}
/* line 2211, scss/style.scss */
.inspiration-side .ib-image .ibi-inner a span.inner-outer span.inner-inner:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 90px;
  margin-left: -45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 2224, scss/style.scss */
.inspiration-side .ib-image .ibi-inner a:hover {
  opacity: 1;
}
/* line 2230, scss/style.scss */
.inspiration-side .ib-image img {
  width: 100%;
}
/* line 2235, scss/style.scss */
.inspiration-side .ib-text {
  padding: 20px;
}
/* line 2238, scss/style.scss */
.inspiration-side .ib-text p.ib-cat, .inspiration-side .ib-text .ib-cat.validation_error, .inspiration-side .ib-text .ib-cat.gform_confirmation_message {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 2243, scss/style.scss */
.inspiration-side .ib-text p.ib-cat a, .inspiration-side .ib-text .ib-cat.validation_error a, .inspiration-side .ib-text .ib-cat.gform_confirmation_message a {
  color: #231f20;
}
/* line 2246, scss/style.scss */
.inspiration-side .ib-text p.ib-cat a:hover, .inspiration-side .ib-text .ib-cat.validation_error a:hover, .inspiration-side .ib-text .ib-cat.gform_confirmation_message a:hover {
  color: #f5822a;
}
/* line 2252, scss/style.scss */
.inspiration-side .ib-text h3 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}
/* line 2257, scss/style.scss */
.inspiration-side .ib-text h3 a {
  color: #231f20;
}
/* line 2260, scss/style.scss */
.inspiration-side .ib-text h3 a:hover {
  color: #f5822a;
}
/* line 2267, scss/style.scss */
.inspiration-side .ib-credits {
  padding: 0 20px 20px 20px;
}
/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
.inspiration-side .ib-credits:before, .inspiration-side .ib-credits:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
.inspiration-side .ib-credits:after {
  clear: both;
}
/* line 2271, scss/style.scss */
.inspiration-side .ib-credits .cred-image {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
/* line 2280, scss/style.scss */
.inspiration-side .ib-credits p, .inspiration-side .ib-credits .validation_error, .inspiration-side .ib-credits .gform_confirmation_message {
  margin: 10px 0 0 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.1;
}
/* line 2286, scss/style.scss */
.inspiration-side .ib-credits p a, .inspiration-side .ib-credits .validation_error a, .inspiration-side .ib-credits .gform_confirmation_message a {
  font-weight: bold;
  color: #231f20;
}
/* line 2290, scss/style.scss */
.inspiration-side .ib-credits p a:hover, .inspiration-side .ib-credits .validation_error a:hover, .inspiration-side .ib-credits .gform_confirmation_message a:hover {
  color: #f5822a;
}

/* line 2298, scss/style.scss */
.blog-filter {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
.blog-filter:before, .blog-filter:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
.blog-filter:after {
  clear: both;
}
/* line 2305, scss/style.scss */
.blog-filter .fpby {
  color: #ffffff;
  background-color: #f5822a;
  padding: 0 8px;
  font-size: 14px;
  line-height: 34px;
  float: left;
}
/* line 2314, scss/style.scss */
.blog-filter .current-filter {
  color: #ffffff;
  background-color: #f5822a;
  padding: 0 32px 0 8px;
  font-weight: bold;
  font-size: 14px;
  line-height: 34px;
  min-width: 160px;
  position: relative;
}
/* line 2324, scss/style.scss */
.blog-filter .current-filter .clicker {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #ffffff;
}
/* line 2339, scss/style.scss */
.blog-filter .filter-list {
  color: #ffffff;
  background-color: #f5822a;
  float: left;
  position: relative;
}
/* line 2346, scss/style.scss */
.blog-filter .filter-list.filter-open .cat-list {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 2353, scss/style.scss */
.blog-filter .cat-list {
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 10;
  width: 100%;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 2366, scss/style.scss */
.blog-filter .cat-list li a {
  color: #ffffff;
  background-color: #f5822a;
  padding: 0 8px;
  font-size: 14px;
  line-height: 34px;
  display: block;
}
/* line 2374, scss/style.scss */
.blog-filter .cat-list li a:hover {
  color: #231f20;
}

/* line 2383, scss/style.scss */
.blog-article p.article-details, .blog-article .article-details.validation_error, .blog-article .article-details.gform_confirmation_message {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 2388, scss/style.scss */
.blog-article p.article-details span.blog-date, .blog-article .article-details.validation_error span.blog-date, .blog-article .article-details.gform_confirmation_message span.blog-date {
  color: #8a8889;
  padding-right: 20px;
}
/* line 2394, scss/style.scss */
.blog-article p.article-details span.blog-cat a, .blog-article .article-details.validation_error span.blog-cat a, .blog-article .article-details.gform_confirmation_message span.blog-cat a {
  color: #231f20;
}
/* line 2396, scss/style.scss */
.blog-article p.article-details span.blog-cat a:hover, .blog-article .article-details.validation_error span.blog-cat a:hover, .blog-article .article-details.gform_confirmation_message span.blog-cat a:hover {
  color: #f5822a;
}
/* line 2404, scss/style.scss */
.blog-article h3 {
  text-transform: none;
  color: #f5822a;
  position: relative;
  padding-bottom: 1.1rem;
}
@media only screen and (min-width: 40.0625em) {
  /* line 2404, scss/style.scss */
  .blog-article h3 {
    font-size: 30px;
  }
}
/* line 2415, scss/style.scss */
.blog-article h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 1px;
  background-color: #8a8889;
}
/* line 2427, scss/style.scss */
.blog-article #respond h3:after {
  background-color: #ffffff;
}
/* line 2433, scss/style.scss */
.blog-article .blog-image {
  text-align: center;
  margin: 50px 0;
}

/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
.blog-footer:before, .blog-footer:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
.blog-footer:after {
  clear: both;
}
/* line 2442, scss/style.scss */
.blog-footer .sharing-list {
  float: right;
}
/* line 2446, scss/style.scss */
.blog-footer .credits {
  float: left;
  min-width: 200px;
}

/* line 2453, scss/style.scss */
.blog-sidebar {
  background-color: #ffffff;
  padding: 40px 30px;
  margin-bottom: 14px;
}
/* line 2458, scss/style.scss */
.blog-sidebar ul.blog-side-list {
  list-style-type: none;
  margin: 0;
}
/* line 2462, scss/style.scss */
.blog-sidebar ul.blog-side-list li {
  padding: 0 0 20px 0;
  margin-bottom: 30px;
  position: relative;
}
/* line 2467, scss/style.scss */
.blog-sidebar ul.blog-side-list li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  height: 1px;
  background-color: #b3b2b2;
}
/* line 2477, scss/style.scss */
.blog-sidebar ul.blog-side-list li .post-date {
  text-transform: uppercase;
  color: #8a8889;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1.1rem;
  display: block;
}
/* line 2486, scss/style.scss */
.blog-sidebar ul.blog-side-list li h4 {
  font-size: 18px;
  text-transform: none;
}
/* line 2491, scss/style.scss */
.blog-sidebar ul.blog-side-list li .post-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #231f20;
  font-weight: bold;
}
/* line 2497, scss/style.scss */
.blog-sidebar ul.blog-side-list li .post-link:hover {
  color: #f5822a;
}

/* line 2506, scss/style.scss */
.finishing-intro-text p, .finishing-intro-text .validation_error, .finishing-intro-text .gform_confirmation_message {
  font-size: 14px;
}

/* line 2514, scss/style.scss */
.accordion .accordion-navigation {
  position: relative;
}
/* line 2517, scss/style.scss */
.accordion .accordion-navigation > a {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0;
}
/* line 2522, scss/style.scss */
.accordion .accordion-navigation > a img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  top: 0;
  position: relative;
  height: 22px;
  padding-right: 10px;
}
/* line 2530, scss/style.scss */
.accordion .accordion-navigation > a .nav-text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 40px;
}
/* line 2535, scss/style.scss */
.accordion .accordion-navigation > a .nav-text:before {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 26px;
  line-height: 26px;
  margin-top: -13px;
}
/* line 2550, scss/style.scss */
.accordion .accordion-navigation > a:hover .nav-text:before {
  color: #231f20;
}
/* line 2561, scss/style.scss */
.accordion .accordion-navigation.active a .nav-text:before {
  content: "\f056";
}
/* line 2568, scss/style.scss */
.accordion .accordion-navigation .content {
  padding: 0 40px;
  margin-top: -7px;
}
/* line 2572, scss/style.scss */
.accordion .accordion-navigation .content p, .accordion .accordion-navigation .content .validation_error, .accordion .accordion-navigation .content .gform_confirmation_message {
  font-size: 14px;
  font-style: italic;
}
/* line 2577, scss/style.scss */
.accordion .accordion-navigation .content a.button, .accordion .accordion-navigation .content a.beautiful-taxonomy-filters-clear-all, .accordion .accordion-navigation .content a.beautiful-taxonomy-filters-button, .accordion .accordion-navigation .content .blog-comments ol.commentlist li .reply a, .blog-comments ol.commentlist li .reply .accordion .accordion-navigation .content a {
  padding-right: 40px;
  margin-right: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
}
/* line 2583, scss/style.scss */
.accordion .accordion-navigation .content a.button:after, .accordion .accordion-navigation .content a.beautiful-taxonomy-filters-clear-all:after, .accordion .accordion-navigation .content a.beautiful-taxonomy-filters-button:after, .accordion .accordion-navigation .content .blog-comments ol.commentlist li .reply a:after, .blog-comments ol.commentlist li .reply .accordion .accordion-navigation .content a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 50%;
  color: #ffffff;
  font-size: 28px;
  line-height: 28px;
  margin-top: -14px;
}
/* line 2597, scss/style.scss */
.accordion .accordion-navigation:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 1px;
  background-color: #b1b1b1;
}
/* line 2608, scss/style.scss */
.accordion .accordion-navigation:last-of-type:after {
  display: none;
}

/* line 2616, scss/style.scss */
.contact-intro-text p, .contact-intro-text .validation_error, .contact-intro-text .gform_confirmation_message {
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
}

/* line 2627, scss/style.scss */
.gform_body ul {
  list-style-type: none;
  margin: 0 -10px;
  font-size: 0;
}
/* line 2632, scss/style.scss */
.gform_body ul li {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 16px;
}
/* line 2637, scss/style.scss */
.gform_body ul li input {
  margin: 0;
}
@media only screen and (min-width: 40.0625em) {
  /* line 2641, scss/style.scss */
  .gform_body ul li.half-width {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }
}
/* line 2649, scss/style.scss */
.gform_body ul li.radio-buttons {
  padding-bottom: 20px;
}
/* line 2652, scss/style.scss */
.gform_body ul li.radio-buttons label {
  color: #ffffff;
  padding-bottom: 10px;
  font-weight: bold;
}
/* line 2662, scss/style.scss */
.gform_body ul.gfield_radio li {
  padding-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 2673, scss/style.scss */
.gform_body select {
  font-weight: 700;
  text-transform: uppercase;
}

/* line 2679, scss/style.scss */
.validation_error {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  background-color: #231f20;
  padding: 5px;
  color: #ffffff;
}

/* line 2689, scss/style.scss */
.validation_message {
  background-color: #231f20;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
  width: 100%;
}

/* line 2699, scss/style.scss */
::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 2704, scss/style.scss */
:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-weight: bold;
}

/* line 2709, scss/style.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-weight: bold;
}

/* line 2714, scss/style.scss */
:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 2726, scss/style.scss */
.gform_confirmation_message {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  background-color: #231f20;
  padding: 5px;
  color: #ffffff;
}

/* line 2736, scss/style.scss */
#map {
  height: 300px;
}
@media only screen and (min-width: 40.0625em) {
  /* line 2736, scss/style.scss */
  #map {
    height: 600px;
  }
}

/* line 2744, scss/style.scss */
.beautiful-taxonomy-filters-select-wrap {
  margin: 0 -8px;
}
/* line 239, bower_components/foundation/scss/foundation/components/_global.scss */
.beautiful-taxonomy-filters-select-wrap:before, .beautiful-taxonomy-filters-select-wrap:after {
  content: " ";
  display: table;
}
/* line 240, bower_components/foundation/scss/foundation/components/_global.scss */
.beautiful-taxonomy-filters-select-wrap:after {
  clear: both;
}
/* line 2748, scss/style.scss */
.beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-tax {
  float: left;
  width: 100%;
  padding: 0 8px 16px 8px;
}
@media only screen and (min-width: 40.0625em) {
  /* line 2748, scss/style.scss */
  .beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-tax {
    width: 33.333%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 2748, scss/style.scss */
  .beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-tax {
    width: 25%;
  }
}
/* line 2771, scss/style.scss */
.beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-select {
  width: 100%;
}
/* line 2774, scss/style.scss */
.beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-select .select2-choice {
  background-color: #f5822a;
  background-image: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2783, scss/style.scss */
.beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-select .select2-chosen {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 2789, scss/style.scss */
.beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-select .select2-arrow {
  background-color: transparent;
  background-image: none;
  border: none;
}
/* line 2794, scss/style.scss */
.beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-select .select2-arrow b {
  color: #ffffff;
  background-image: none !important;
  position: relative;
}
/* line 2799, scss/style.scss */
.beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-select .select2-arrow b:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
/* line 2814, scss/style.scss */
.beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-select .select2-dropdown-open .select2-choice .select2-arrow b:after {
  content: "\f106";
}
/* line 2820, scss/style.scss */
.beautiful-taxonomy-filters-select-wrap .select2-default {
  color: #ffffff !important;
}
/* line 2824, scss/style.scss */
.beautiful-taxonomy-filters-select-wrap .select2-choice abbr {
  top: 9px;
}

/* line 2831, scss/style.scss */
.select2-drop {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 2835, scss/style.scss */
.select2-drop .select2-results {
  padding: 0;
  margin: 0;
}
/* line 2840, scss/style.scss */
.select2-drop .select2-result-label {
  background-color: #f5822a;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 2847, scss/style.scss */
.select2-drop .select2-result-label:hover {
  color: #231f20;
}

/* line 2854, scss/style.scss */
.select2-default {
  color: #ffffff;
}

/* line 2858, scss/style.scss */
.select2-container .select2-choice {
  height: 30px;
  line-height: 30px;
}

/* line 2864, scss/style.scss */
.select2-results li {
  line-height: 30px;
}

/* line 2869, scss/style.scss */
a.beautiful-taxonomy-filters-clear-all, .beautiful-taxonomy-filters-button {
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  color: #f5822a;
  border: 1px solid #f5822a;
}
@media screen and (min-width: 870px) {
  /* line 2869, scss/style.scss */
  a.beautiful-taxonomy-filters-clear-all, .beautiful-taxonomy-filters-button {
    margin-left: 6px;
    margin-right: 6px;
  }
}

/* line 2884, scss/style.scss */
.blog-comments h3#comments {
  text-transform: uppercase;
  font-size: 12px;
  color: #231f20;
}
/* line 2890, scss/style.scss */
.blog-comments p, .blog-comments .validation_error, .blog-comments .gform_confirmation_message {
  font-size: 14px;
}
/* line 2894, scss/style.scss */
.blog-comments ol.commentlist {
  list-style: none;
  margin-left: 0;
}
/* line 2897, scss/style.scss */
.blog-comments ol.commentlist li {
  font-size: 14px;
}
/* line 2900, scss/style.scss */
.blog-comments ol.commentlist li .comment-body {
  font-size: 14px;
  padding-bottom: 30px;
}
/* line 2905, scss/style.scss */
.blog-comments ol.commentlist li cite, .blog-comments ol.commentlist li span, .blog-comments ol.commentlist li p, .blog-comments ol.commentlist li .validation_error, .blog-comments ol.commentlist li .gform_confirmation_message {
  font-size: 14px;
}
/* line 2908, scss/style.scss */
.blog-comments ol.commentlist li p, .blog-comments ol.commentlist li .validation_error, .blog-comments ol.commentlist li .gform_confirmation_message {
  font-style: italic;
}
/* line 2912, scss/style.scss */
.blog-comments ol.commentlist li cite {
  font-style: normal;
}
/* line 2916, scss/style.scss */
.blog-comments ol.commentlist li .comment-author.vcard {
  border: none;
  padding: 0;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 15px;
}
/* line 2924, scss/style.scss */
.blog-comments ol.commentlist li .comment-author.vcard cite, .blog-comments ol.commentlist li .comment-author.vcard span, .blog-comments ol.commentlist li .comment-author.vcard p, .blog-comments ol.commentlist li .comment-author.vcard .validation_error, .blog-comments ol.commentlist li .comment-author.vcard .gform_confirmation_message {
  font-size: 12px;
}
/* line 2928, scss/style.scss */
.blog-comments ol.commentlist li .comment-author.vcard img {
  margin-right: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 2934, scss/style.scss */
.blog-comments ol.commentlist li .comment-meta {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 2941, scss/style.scss */
.blog-comments ol.commentlist li .reply a {
  margin: 0;
}
/* line 2949, scss/style.scss */
.blog-comments ol.commentlist .children {
  list-style-type: none;
  padding: 15px;
  background-color: #f1f2f2;
  margin-left: 0;
}
/* line 2957, scss/style.scss */
.blog-comments #respond {
  margin-top: 50px;
}
/* line 2960, scss/style.scss */
.blog-comments #respond h3 {
  font-size: 12px;
  text-transform: uppercase;
}
/* line 2967, scss/style.scss */
.blog-comments #commentform input[type="text"] {
  border: 1px solid #CCCCCC;
  margin-bottom: 0;
}
/* line 2972, scss/style.scss */
.blog-comments #commentform textarea {
  border: 1px solid #CCCCCC;
}

/* line 2985, scss/style.scss */
.lt-ie9 .columns {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 2990, scss/style.scss */
.lt-ie9 .row {
  width: 1152px;
}
/* line 2994, scss/style.scss */
.lt-ie9 .button, .lt-ie9 .gform_footer input[type="submit"], .gform_footer .lt-ie9 input[type="submit"], .lt-ie9 a.beautiful-taxonomy-filters-clear-all, .lt-ie9 .beautiful-taxonomy-filters-button, .lt-ie9 .blog-comments ol.commentlist li .reply a, .blog-comments ol.commentlist li .reply .lt-ie9 a, .lt-ie9 .blog-comments #commentform input[type="submit"], .blog-comments #commentform .lt-ie9 input[type="submit"] {
  padding: 16px 32px 17px 32px;
}
/* line 2998, scss/style.scss */
.lt-ie9 h1 {
  font-size: 44px;
  margin-top: 3px;
  margin-bottom: 18px;
}
/* line 3004, scss/style.scss */
.lt-ie9 h2 {
  font-size: 37px;
  margin-top: 3px;
  margin-bottom: 18px;
}
/* line 3010, scss/style.scss */
.lt-ie9 h3 {
  font-size: 27px;
  margin-top: 3px;
  margin-bottom: 18px;
}
/* line 3016, scss/style.scss */
.lt-ie9 h4 {
  font-size: 23px;
  margin-top: 3px;
  margin-bottom: 18px;
}
/* line 3022, scss/style.scss */
.lt-ie9 h5 {
  font-size: 18px;
  margin-top: 3px;
  margin-bottom: 18px;
}
/* line 3028, scss/style.scss */
.lt-ie9 h6 {
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 18px;
}
/* line 3034, scss/style.scss */
.lt-ie9 p, .lt-ie9 .validation_error, .lt-ie9 .gform_confirmation_message {
  margin-bottom: 20px;
  font-size: 16px;
}
/* line 3039, scss/style.scss */
.lt-ie9 li {
  font-size: 16px;
}
/* line 3045, scss/style.scss */
.lt-ie9 .hero-down-arrow .hda-inner:after {
  display: none;
  width: 0;
  height: 0;
  background-color: transparent;
}

/* line 3055, scss/style.scss */
.button, .gform_footer input[type="submit"], a.beautiful-taxonomy-filters-clear-all, .beautiful-taxonomy-filters-button, .blog-comments ol.commentlist li .reply a, .blog-comments #commentform input[type="submit"] {
  padding-top: 7px;
  padding-bottom: 7px;
}
/* line 3058, scss/style.scss */
.button:hover, .gform_footer input[type="submit"]:hover, a.beautiful-taxonomy-filters-clear-all:hover, .beautiful-taxonomy-filters-button:hover, .blog-comments ol.commentlist li .reply a:hover, .blog-comments #commentform input[type="submit"]:hover {
  background-color: #231f20;
}

/* line 3063, scss/style.scss */
.beautiful-taxonomy-filters-button, .beautiful-taxonomy-filters-clear-all {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/* line 3066, scss/style.scss */
.beautiful-taxonomy-filters-button:hover, .beautiful-taxonomy-filters-clear-all:hover {
  background-color: #f5822a !important;
}

/* line 3071, scss/style.scss */
.select2-results {
  max-height: auto;
  overflow-x: visible;
  overflow-y: visible;
}

/* line 3077, scss/style.scss */
.prev-next {
  position: relative;
}
/* line 3079, scss/style.scss */
.prev-next .prev, .prev-next .next {
  position: absolute;
  top: 250px;
  z-index: 10000;
  color: #f1f2f2;
  width: 45px;
  height: 45px;
}
/* line 3086, scss/style.scss */
.prev-next .prev a, .prev-next .next a {
  text-indent: -9999px;
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("images/arrow@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity .5s ease;
}
/* line 3096, scss/style.scss */
.prev-next .prev a:hover, .prev-next .next a:hover {
  opacity: .85;
}
/* line 3101, scss/style.scss */
.prev-next .prev {
  left: -69px;
}
/* line 3104, scss/style.scss */
.prev-next .next {
  right: -45px;
}
/* line 3106, scss/style.scss */
.prev-next .next a {
  transform: rotate(180deg);
}

/* line 3112, scss/style.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  visibility: hidden;
}

/* line 3117, scss/style.scss */
#sample-form li {
  position: relative;
}
/* line 3119, scss/style.scss */
#sample-form li label {
  width: auto;
  height: auto;
  position: relative !important;
  overflow: auto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
/* line 3129, scss/style.scss */
#sample-form li label.error {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  padding-top: 5px;
}
/* line 3136, scss/style.scss */
#sample-form li span {
  font-size: 14px;
}

/* line 3142, scss/style.scss */
.fixed-cta {
  text-align: center;
  width: auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 3142, scss/style.scss */
  .fixed-cta {
    display: none;
  }
}
/* line 3155, scss/style.scss */
.fixed-cta .cta-inner {
  display: inline-block;
  background-color: #f5822a;
  padding: 10px 5px;
}
/* line 3159, scss/style.scss */
.fixed-cta .cta-inner ul {
  margin: 0;
}
/* line 3162, scss/style.scss */
.fixed-cta .cta-inner li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 0 15px;
  line-height: 28px;
  vertical-align: middle;
  height: 28px;
}
/* line 3171, scss/style.scss */
.fixed-cta .cta-inner li a {
  color: #ffffff;
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
/* line 3177, scss/style.scss */
.fixed-cta .cta-inner li i {
  font-size: 28px;
  line-height: 28px;
}
/* line 3181, scss/style.scss */
.fixed-cta .cta-inner li .icon-holder {
  height: 28px;
  display: inline-block;
}
/* line 3185, scss/style.scss */
.fixed-cta .cta-inner li .action-text {
  padding-left: 15px;
  line-height: 28px;
  display: inline-block;
}
/* line 3190, scss/style.scss */
.fixed-cta .cta-inner li span {
  float: left;
}
@media screen and (max-width: 565px) {
  /* line 3155, scss/style.scss */
  .fixed-cta .cta-inner {
    padding: 10px 0;
  }
  /* line 3197, scss/style.scss */
  .fixed-cta .cta-inner .mobile-hide {
    display: none;
  }
  /* line 3200, scss/style.scss */
  .fixed-cta .cta-inner li {
    font-size: 12px;
    padding: 0 5px;
  }
  /* line 3203, scss/style.scss */
  .fixed-cta .cta-inner li .icon-holder {
    display: none;
  }
  /* line 3206, scss/style.scss */
  .fixed-cta .cta-inner li .action-text {
    padding-left: 0;
  }
}

/* line 3214, scss/style.scss */
.cat-wrapper {
  position: relative;
  width: 100%;
}
/* line 3217, scss/style.scss */
.cat-wrapper ul.cat-filter {
  margin: 0 0 20px 0;
  text-align: left;
  top: 0;
  float: left;
  display: inline-block;
  width: 24%;
  padding-right: 16px;
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
  position: relative;
}
/* line 3229, scss/style.scss */
.cat-wrapper ul.cat-filter.clear {
  width: auto;
}
/* line 3232, scss/style.scss */
.cat-wrapper ul.cat-filter.clear li span {
  color: #ffffff;
  background-color: #231f20;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 3236, scss/style.scss */
.cat-wrapper ul.cat-filter.clear li span:hover {
  background-color: #ffffff;
  color: #231f20;
}
/* line 3243, scss/style.scss */
.cat-wrapper ul.cat-filter li {
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #f5822a;
  cursor: pointer;
}
/* line 3250, scss/style.scss */
.cat-wrapper ul.cat-filter li ul {
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0;
  position: absolute;
  top: 27px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 1000;
  left: 0px;
  right: 0px;
  width: inherit;
}
/* line 3262, scss/style.scss */
.cat-wrapper ul.cat-filter li ul li {
  padding: 5px 10px;
  font-weight: 700;
}
/* line 3265, scss/style.scss */
.cat-wrapper ul.cat-filter li ul li a {
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
/* line 3268, scss/style.scss */
.cat-wrapper ul.cat-filter li ul li a:hover {
  color: #231f20;
}
@media screen and (max-width: 1060px) {
  /* line 3217, scss/style.scss */
  .cat-wrapper ul.cat-filter {
    width: 49%;
  }
  /* line 3277, scss/style.scss */
  .cat-wrapper ul.cat-filter:last-child {
    padding: 0;
  }
  /* line 3282, scss/style.scss */
  .cat-wrapper ul.cat-filter:first-child li ul {
    padding-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  /* line 3217, scss/style.scss */
  .cat-wrapper ul.cat-filter {
    width: 100%;
    padding: 0;
  }
  /* line 3292, scss/style.scss */
  .cat-wrapper ul.cat-filter li ul {
    width: 100%;
    padding: 0 !important;
  }
}
@media screen and (min-width: 1060px) {
  /* line 3299, scss/style.scss */
  .cat-wrapper ul.cat-filter li ul {
    padding: 0;
    right: 16px;
  }
}
/* line 3307, scss/style.scss */
.cat-wrapper ul.cat-filter .current-cat a {
  color: #231f20;
}
/* line 3312, scss/style.scss */
.cat-wrapper ul.cat-filter > li span {
  width: 100%;
  background-color: #f5822a;
  padding: 5px 10px;
  display: block;
}
/* line 3317, scss/style.scss */
.cat-wrapper ul.cat-filter > li span i {
  float: right;
  line-height: 20px;
  font-size: 21px;
}
/* line 3325, scss/style.scss */
.cat-wrapper ul.cat-filter > li:hover ul {
  height: auto;
  opacity: 1;
}

/* line 3335, scss/style.scss */
form label {
  color: #ffffff !important;
}
/* line 3338, scss/style.scss */
form input[type=hidden] {
  height: 1px;
}

/* line 3343, scss/style.scss */
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

/* line 3353, scss/style.scss */
section.home-slide-new {
  height: 100%;
  width: 100%;
  background: #f58226;
}
/* line 3357, scss/style.scss */
section.home-slide-new .slick-slider {
  height: 100%;
}
/* line 3359, scss/style.scss */
section.home-slide-new .slick-slider .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  height: fit-content;
  width: 350px;
  left: 40px;
}
@media screen and (max-width: 1092px) {
  /* line 3359, scss/style.scss */
  section.home-slide-new .slick-slider .slick-dots {
    top: initial;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 3371, scss/style.scss */
  section.home-slide-new .slick-slider .slick-dots li {
    width: auto !important;
  }
  /* line 3373, scss/style.scss */
  section.home-slide-new .slick-slider .slick-dots li div.carousel__outer {
    height: 15px !important;
    width: 15px !important;
  }
  /* line 3376, scss/style.scss */
  section.home-slide-new .slick-slider .slick-dots li div.carousel__outer:after {
    display: none !important;
  }
  /* line 3379, scss/style.scss */
  section.home-slide-new .slick-slider .slick-dots li div.carousel__outer .carousel__circle {
    width: 5px !important;
    height: 5px !important;
  }
  /* line 3384, scss/style.scss */
  section.home-slide-new .slick-slider .slick-dots li a {
    display: none;
  }
}
/* line 3389, scss/style.scss */
section.home-slide-new .slick-slider .slick-dots li {
  font-size: 16px;
  line-height: inherit;
  width: 90%;
  height: 32px;
  margin: 40px 20px;
}
/* line 3395, scss/style.scss */
section.home-slide-new .slick-slider .slick-dots li .carousel__outer {
  border: 2px solid #ffffff57;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  float: left;
}
/* line 3403, scss/style.scss */
section.home-slide-new .slick-slider .slick-dots li .carousel__circle {
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}
/* line 3415, scss/style.scss */
section.home-slide-new .slick-slider .slick-dots li a {
  color: #ffffff57;
  float: left;
  line-height: 28px;
  margin: 0 11px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
/* line 3426, scss/style.scss */
section.home-slide-new .slick-slider .slick-dots li:not(:last-child) .carousel__outer:after {
  content: '';
  display: block;
  height: 84px;
  width: 2px;
  background: #ffffff57;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
/* line 3441, scss/style.scss */
section.home-slide-new .slick-slider .slick-dots li.slick-active .carousel__outer .carousel__circle {
  background: #fff;
}
/* line 3445, scss/style.scss */
section.home-slide-new .slick-slider .slick-dots li.slick-active a {
  color: #fff;
}

/* line 3454, scss/style.scss */
.grid {
  margin: 0px -10px;
}
/* line 3456, scss/style.scss */
.grid .grid-item {
  float: left;
  display: inline-block;
  width: 25%;
  padding: 0px 10px;
}
/* line 3461, scss/style.scss */
.grid .grid-item_image {
  max-width: 100%;
}
/* line 3464, scss/style.scss */
.grid .grid-item_content {
  padding: 20px;
  background-color: white;
}
/* line 3467, scss/style.scss */
.grid .grid-item_content h3 {
  text-transform: unset;
  color: #f5822a;
  font-size: 20px;
  line-height: 1.3;
  margin: 0px;
  padding-bottom: 1em;
}
/* line 3475, scss/style.scss */
.grid .grid-item_content p, .grid .grid-item_content .validation_error, .grid .grid-item_content .gform_confirmation_message {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #231f20;
  font-weight: bold;
}

/* line 3486, scss/style.scss */
section.slider-large-featured {
  height: 100vh;
  width: 100%;
}
/* line 3489, scss/style.scss */
section.slider-large-featured .hero-down-arrow {
  width: 36px;
  height: 36px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 100px;
  margin-left: -18px;
  z-index: 3;
  background-color: transparent;
}
/* line 3500, scss/style.scss */
section.slider-large-featured .hero-down-arrow .hda-inner {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  z-index: 3;
}
/* line 3510, scss/style.scss */
section.slider-large-featured .hero-down-arrow .hda-inner:after {
  content: "";
  position: absolute;
  top: -37px;
  left: -37px;
  z-index: 1;
  width: 110px;
  height: 110px;
  background-color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* line 3529, scss/style.scss */
section.slider-large-featured .hero-down-arrow i {
  color: #231f20;
  font-size: 22px;
  line-height: 36px;
  z-index: 3;
}
/* line 3536, scss/style.scss */
section.slider-large-featured ul.slider-large {
  height: 100%;
  width: 100%;
  margin-left: 0;
}
/* line 3540, scss/style.scss */
section.slider-large-featured ul.slider-large .slick-list, section.slider-large-featured ul.slider-large .slick-track {
  height: 100%;
}
/* line 3543, scss/style.scss */
section.slider-large-featured ul.slider-large li {
  height: 100%;
  width: 100%;
  background: #f6822a;
  background-size: cover;
  background-position: center center;
}
/* line 3549, scss/style.scss */
section.slider-large-featured ul.slider-large li .row {
  position: relative;
  height: 100%;
}
/* line 3553, scss/style.scss */
section.slider-large-featured ul.slider-large li .content {
  position: absolute;
  bottom: 20%;
  padding: 40px 60px;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(15, 14, 13, 0.91);
}
/* line 3561, scss/style.scss */
section.slider-large-featured ul.slider-large li .content h2 {
  text-transform: none;
  font-size: calc(36px + 1vw + 1vh);
  color: #fff;
}
@media only screen and (max-width: 922px) {
  /* line 3561, scss/style.scss */
  section.slider-large-featured ul.slider-large li .content h2 {
    font-size: calc(24px + 1vw + 1vh);
  }
}
/* line 3569, scss/style.scss */
section.slider-large-featured ul.slider-large li .content p, section.slider-large-featured ul.slider-large li .content .validation_error, section.slider-large-featured ul.slider-large li .content .gform_confirmation_message {
  color: white;
}
/* line 3572, scss/style.scss */
section.slider-large-featured ul.slider-large li .content a {
  background: #fff;
  color: #1d191b;
  padding: 8px 40px 8px 13px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 16px 0 8px;
}
/* line 3580, scss/style.scss */
section.slider-large-featured ul.slider-large li .content a:after {
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 18px;
  top: 47%;
  transition: right 0.3s ease-in-out;
  border-right: 2px solid #1d191b;
  border-bottom: 2px solid #1d191b;
  transform: rotate(-45deg) translateY(-50%);
}
/* line 3594, scss/style.scss */
section.slider-large-featured ul.slider-large li .content a:hover:after {
  right: 12px;
}
@media only screen and (max-width: 922px) {
  /* line 3599, scss/style.scss */
  section.slider-large-featured ul.slider-large li .content a span {
    display: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 3610, scss/style.scss */
  .single-finishing-school .page-section, .single-format-standard .page-section {
    padding: 150px 0;
  }
}
/* line 3614, scss/style.scss */
.single-finishing-school .page-section .text-content, .single-format-standard .page-section .text-content {
  padding: 40px 50px;
}
/* line 3616, scss/style.scss */
.single-finishing-school .page-section .text-content h3.title, .single-format-standard .page-section .text-content h3.title {
  padding: 1rem 0 3rem;
}
/* line 3618, scss/style.scss */
.single-finishing-school .page-section .text-content h3.title:after, .single-format-standard .page-section .text-content h3.title:after {
  width: 250px;
  height: 2px;
  background: #b3b2b2;
  bottom: 17px;
}
/* line 3625, scss/style.scss */
.single-finishing-school .page-section .text-content h3.alt-font, .single-format-standard .page-section .text-content h3.alt-font {
  font-size: 26px;
  font-weight: 400;
}
/* line 3629, scss/style.scss */
.single-finishing-school .page-section .text-content h2, .single-format-standard .page-section .text-content h2 {
  text-transform: none;
  color: #f58226;
  margin: 30px 0 60px;
}
/* line 3633, scss/style.scss */
.single-finishing-school .page-section .text-content h2:after, .single-format-standard .page-section .text-content h2:after {
  width: 250px;
  height: 2px;
  display: block;
  content: '';
  background: #b3b2b2;
  position: relative;
  top: 30px;
}
/* line 3644, scss/style.scss */
.single-finishing-school .page-section .text-content .tc-text p, .single-finishing-school .page-section .text-content .tc-text .validation_error, .single-finishing-school .page-section .text-content .tc-text .gform_confirmation_message, .single-format-standard .page-section .text-content .tc-text p, .single-format-standard .page-section .text-content .tc-text .validation_error, .single-format-standard .page-section .text-content .tc-text .gform_confirmation_message {
  font-size: 18px;
  font-style: italic;
  color: #1d191b;
  line-height: 1.5;
}
/* line 3651, scss/style.scss */
.single-finishing-school .page-section .text-content .tc-text.bold-tc p, .single-finishing-school .page-section .text-content .tc-text.bold-tc .validation_error, .single-finishing-school .page-section .text-content .tc-text.bold-tc .gform_confirmation_message, .single-format-standard .page-section .text-content .tc-text.bold-tc p, .single-format-standard .page-section .text-content .tc-text.bold-tc .validation_error, .single-format-standard .page-section .text-content .tc-text.bold-tc .gform_confirmation_message {
  font-weight: 700;
}
/* line 3656, scss/style.scss */
.single-finishing-school .page-section .text-content .tc-text ul li, .single-format-standard .page-section .text-content .tc-text ul li {
  font-size: 18px;
}
/* line 3662, scss/style.scss */
.single-finishing-school .page-section .text-content .img-wrapper img, .single-format-standard .page-section .text-content .img-wrapper img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 64.0625em) {
  /* line 3614, scss/style.scss */
  .single-finishing-school .page-section .text-content, .single-format-standard .page-section .text-content {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
/* line 3673, scss/style.scss */
.single-finishing-school .page-section .text-content #respond h3, .single-format-standard .page-section .text-content #respond h3 {
  font-weight: 700;
  color: #f58226;
  font-size: 16px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 64.0625em) {
  /* line 3681, scss/style.scss */
  .single-finishing-school .page-section .blog-right, .single-format-standard .page-section .blog-right {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media screen and (max-width: 1092px) {
  /* line 3681, scss/style.scss */
  .single-finishing-school .page-section .blog-right, .single-format-standard .page-section .blog-right {
    margin: 3rem auto;
    padding: 0;
  }
}
/* line 3692, scss/style.scss */
.single-finishing-school .page-section .blog-footer, .single-format-standard .page-section .blog-footer {
  padding: 25px 0 0;
}
/* line 3695, scss/style.scss */
.single-finishing-school .page-section .blog-footer .credits .cred-image, .single-format-standard .page-section .blog-footer .credits .cred-image {
  width: 75px;
  height: 75px;
}
/* line 3698, scss/style.scss */
.single-finishing-school .page-section .blog-footer .credits .cred-image img, .single-format-standard .page-section .blog-footer .credits .cred-image img {
  width: 75px;
}
/* line 3702, scss/style.scss */
.single-finishing-school .page-section .blog-footer .credits p, .single-finishing-school .page-section .blog-footer .credits .validation_error, .single-finishing-school .page-section .blog-footer .credits .gform_confirmation_message, .single-format-standard .page-section .blog-footer .credits p, .single-format-standard .page-section .blog-footer .credits .validation_error, .single-format-standard .page-section .blog-footer .credits .gform_confirmation_message {
  font-size: 16px;
  float: left;
  margin: 20px 0 0 10px;
}
/* line 3710, scss/style.scss */
.single-finishing-school .page-section .blog-footer ul.sharing-list li a, .single-format-standard .page-section .blog-footer ul.sharing-list li a {
  display: block;
  width: 35px;
  height: 35px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  font-size: 21px;
}

/* line 3727, scss/style.scss */
.post-type-archive-finishing-school .page-section h2 {
  font-family: verveine, sans-serif;
  color: #1d191b;
  font-weight: 400;
  font-size: 64px;
  margin: 0 0 25px;
}
/* line 3738, scss/style.scss */
.post-type-archive-finishing-school .inspiration-box .ib-inner .ib-text h3 {
  text-transform: none;
  font-size: 16px;
}

/* line 3744, scss/style.scss */
.sub-slider {
  width: 30vw !important;
  position: absolute;
  left: 0;
  right: 350px;
  margin: auto;
}
@media screen and (max-width: 1092px) {
  /* line 3744, scss/style.scss */
  .sub-slider {
    display: none !important;
  }
}
/* line 3753, scss/style.scss */
.sub-slider .slick-list {
  overflow: visible !important;
}
/* line 3756, scss/style.scss */
.sub-slider li {
  height: 46vh !important;
  margin-top: -88px;
}
/* line 3759, scss/style.scss */
.sub-slider li.slick-active {
  position: relative;
  top: 0;
}
/* line 3764, scss/style.scss */
.sub-slider img {
  height: 60%;
  width: auto;
  margin: 0 auto;
  border-radius: 50%;
}
@media screen and (max-width: 1350px) {
  /* line 3764, scss/style.scss */
  .sub-slider img {
    height: auto;
  }
}

/* line 3776, scss/style.scss */
section.home-slide-new .your-classs {
  height: 100%;
  overflow: hidden;
}
/* line 3779, scss/style.scss */
section.home-slide-new .your-classs .slide-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
  border: none;
}
/* line 3786, scss/style.scss */
section.home-slide-new ul.sub-slider {
  display: inline-block;
}
/* line 3789, scss/style.scss */
section.home-slide-new section {
  width: 40vw;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1092px) {
  /* line 3789, scss/style.scss */
  section.home-slide-new section {
    width: 75%;
    top: 40%;
    left: 40px;
    right: initial;
  }
  /* line 3800, scss/style.scss */
  section.home-slide-new section p, section.home-slide-new section .validation_error, section.home-slide-new section .gform_confirmation_message {
    font-size: calc(1vw + 1vh) !important;
  }
}
/* line 3804, scss/style.scss */
section.home-slide-new section h3 {
  color: #fff;
  font-size: 46px;
}
/* line 3808, scss/style.scss */
section.home-slide-new section p, section.home-slide-new section .validation_error, section.home-slide-new section .gform_confirmation_message {
  color: #fff;
  font-size: 20px;
}
/* line 3812, scss/style.scss */
section.home-slide-new section a.home-slide-button {
  color: #1d191b;
  background: #fff;
  padding: 8px 40px 8px 13px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 16px 0 8px;
  font-size: 12px;
}
section.home-slide-new section a:not(.home-slide-button) {
  color: white;
  text-decoration: underline;
}
/* line 3821, scss/style.scss */
section.home-slide-new section a:after {
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 18px;
  top: 47%;
  transition: right 0.3s ease-in-out;
  border-right: 2px solid #1d191b;
  border-bottom: 2px solid #1d191b;
  transform: rotate(-45deg) translateY(-50%);
}

/* line 3838, scss/style.scss */
.new-product-slider {
  margin-top: 0;
  background: #f58226;
  padding: 10px 0;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1092px) {
  /* line 3838, scss/style.scss */
  .new-product-slider {
    height: auto;
    min-height: 100vh;
    padding: 60px 0 0;
  }
}
/* line 3849, scss/style.scss */
.new-product-slider.mirri {
  background: #161616;
}
/* line 3851, scss/style.scss */
.new-product-slider.mirri .button.slick-arrow, .new-product-slider.mirri .gform_footer input.slick-arrow[type="submit"], .gform_footer .new-product-slider.mirri input.slick-arrow[type="submit"], .new-product-slider.mirri a.slick-arrow.beautiful-taxonomy-filters-clear-all, .new-product-slider.mirri .slick-arrow.beautiful-taxonomy-filters-button, .new-product-slider.mirri .blog-comments ol.commentlist li .reply a.slick-arrow, .blog-comments ol.commentlist li .reply .new-product-slider.mirri a.slick-arrow, .new-product-slider.mirri .blog-comments #commentform input.slick-arrow[type="submit"], .blog-comments #commentform .new-product-slider.mirri input.slick-arrow[type="submit"] {
  background-image: url("images/arrow-alt@2x.png");
}
/* line 3856, scss/style.scss */
.new-product-slider.mirri .slick-slider .img .bg-circle {
  background: #8f6d4f;
}
/* line 3862, scss/style.scss */
.new-product-slider.mirri .slick-slider .content p.sub-top span, .new-product-slider.mirri .slick-slider .content .sub-top.validation_error span, .new-product-slider.mirri .slick-slider .content .sub-top.gform_confirmation_message span {
  color: #8f6d4f;
}
/* line 3870, scss/style.scss */
.new-product-slider.mirri .slick-dots li .carousel__circle {
  background: transparent;
}
/* line 3875, scss/style.scss */
.new-product-slider.mirri .slick-dots li.slick-active .carousel__outer .carousel__circle {
  background: #8f6d4f;
}
/* line 3883, scss/style.scss */
.new-product-slider .row {
  max-width: 1800px;
}
/* line 3886, scss/style.scss */
.new-product-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  height: fit-content;
  width: 100%;
}
@media screen and (max-height: 768px) {
  /* line 3886, scss/style.scss */
  .new-product-slider .slick-dots {
    transform: translateX(-50%);
    bottom: 2.4rem;
  }
}
/* line 3898, scss/style.scss */
.new-product-slider .slick-dots li {
  font-size: 16px;
  line-height: inherit;
  width: 75px;
  height: 32px;
  margin: 40px 20px;
}
@media screen and (max-width: 1250px) {
  /* line 3898, scss/style.scss */
  .new-product-slider .slick-dots li {
    width: auto;
    margin: 0 10px !important;
  }
}
@media screen and (max-width: 1400px) {
  /* line 3898, scss/style.scss */
  .new-product-slider .slick-dots li {
    margin: 40px 1px;
  }
}
/* line 3911, scss/style.scss */
.new-product-slider .slick-dots li .carousel__outer {
  border: 2px solid #ffffff57;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  /* line 3911, scss/style.scss */
  .new-product-slider .slick-dots li .carousel__outer {
    height: 15px;
    width: 15px;
  }
}
/* line 3923, scss/style.scss */
.new-product-slider .slick-dots li .carousel__circle {
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1250px) {
  /* line 3923, scss/style.scss */
  .new-product-slider .slick-dots li .carousel__circle {
    width: 5px;
    height: 5px;
  }
}
/* line 3939, scss/style.scss */
.new-product-slider .slick-dots li a {
  color: #ffffff57;
  float: left;
  line-height: 10px;
  width: 100%;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  margin-top: 6px;
}
@media screen and (max-width: 1250px) {
  /* line 3939, scss/style.scss */
  .new-product-slider .slick-dots li a {
    display: none;
  }
}
/* line 3954, scss/style.scss */
.new-product-slider .slick-dots li:not(:last-child) .carousel__outer:after {
  content: '';
  display: block;
  height: 2px;
  width: 88px;
  background: #ffffff57;
  position: absolute;
  left: 100%;
  top: 11px;
}
@media screen and (max-width: 1250px) {
  /* line 3954, scss/style.scss */
  .new-product-slider .slick-dots li:not(:last-child) .carousel__outer:after {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  /* line 3954, scss/style.scss */
  .new-product-slider .slick-dots li:not(:last-child) .carousel__outer:after {
    width: 50px;
  }
}
/* line 3974, scss/style.scss */
.new-product-slider .slick-dots li.slick-active .carousel__outer .carousel__circle {
  background: #fff;
}
/* line 3978, scss/style.scss */
.new-product-slider .slick-dots li.slick-active a {
  color: #fff;
}
/* line 3984, scss/style.scss */
.new-product-slider .slick-slider {
  height: 100%;
  margin: 0;
  padding: 0;
}
/* line 3988, scss/style.scss */
.new-product-slider .slick-slider div.slick-list {
  height: 100%;
}
/* line 3991, scss/style.scss */
.new-product-slider .slick-slider .button, .new-product-slider .slick-slider .gform_footer input[type="submit"], .gform_footer .new-product-slider .slick-slider input[type="submit"], .new-product-slider .slick-slider a.beautiful-taxonomy-filters-clear-all, .new-product-slider .slick-slider .beautiful-taxonomy-filters-button, .new-product-slider .slick-slider .blog-comments ol.commentlist li .reply a, .blog-comments ol.commentlist li .reply .new-product-slider .slick-slider a, .new-product-slider .slick-slider .blog-comments #commentform input[type="submit"], .blog-comments #commentform .new-product-slider .slick-slider input[type="submit"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("images/arrow@2x.png");
  background-color: transparent;
  width: 45px;
  background-size: cover;
  height: 45px;
  text-indent: -9999px;
  z-index: 10;
}
/* line 4002, scss/style.scss */
.new-product-slider .slick-slider .button:hover, .new-product-slider .slick-slider .gform_footer input[type="submit"]:hover, .gform_footer .new-product-slider .slick-slider input[type="submit"]:hover, .new-product-slider .slick-slider a.beautiful-taxonomy-filters-clear-all:hover, .new-product-slider .slick-slider .beautiful-taxonomy-filters-button:hover, .new-product-slider .slick-slider .blog-comments ol.commentlist li .reply a:hover, .blog-comments ol.commentlist li .reply .new-product-slider .slick-slider a:hover, .new-product-slider .slick-slider .blog-comments #commentform input[type="submit"]:hover, .blog-comments #commentform .new-product-slider .slick-slider input[type="submit"]:hover, .new-product-slider .slick-slider .button:active, .new-product-slider .slick-slider .gform_footer input[type="submit"]:active, .gform_footer .new-product-slider .slick-slider input[type="submit"]:active, .new-product-slider .slick-slider a.beautiful-taxonomy-filters-clear-all:active, .new-product-slider .slick-slider .beautiful-taxonomy-filters-button:active, .new-product-slider .slick-slider .blog-comments ol.commentlist li .reply a:active, .blog-comments ol.commentlist li .reply .new-product-slider .slick-slider a:active, .new-product-slider .slick-slider .blog-comments #commentform input[type="submit"]:active, .blog-comments #commentform .new-product-slider .slick-slider input[type="submit"]:active, .new-product-slider .slick-slider .button:focus, .new-product-slider .slick-slider .gform_footer input[type="submit"]:focus, .gform_footer .new-product-slider .slick-slider input[type="submit"]:focus, .new-product-slider .slick-slider a.beautiful-taxonomy-filters-clear-all:focus, .new-product-slider .slick-slider .beautiful-taxonomy-filters-button:focus, .new-product-slider .slick-slider .blog-comments ol.commentlist li .reply a:focus, .blog-comments ol.commentlist li .reply .new-product-slider .slick-slider a:focus, .new-product-slider .slick-slider .blog-comments #commentform input[type="submit"]:focus, .blog-comments #commentform .new-product-slider .slick-slider input[type="submit"]:focus {
  background-color: transparent;
}
/* line 4005, scss/style.scss */
.new-product-slider .slick-slider .button.slick-next, .new-product-slider .slick-slider .gform_footer input.slick-next[type="submit"], .gform_footer .new-product-slider .slick-slider input.slick-next[type="submit"], .new-product-slider .slick-slider a.slick-next.beautiful-taxonomy-filters-clear-all, .new-product-slider .slick-slider .slick-next.beautiful-taxonomy-filters-button, .new-product-slider .slick-slider .blog-comments ol.commentlist li .reply a.slick-next, .blog-comments ol.commentlist li .reply .new-product-slider .slick-slider a.slick-next, .new-product-slider .slick-slider .blog-comments #commentform input.slick-next[type="submit"], .blog-comments #commentform .new-product-slider .slick-slider input.slick-next[type="submit"] {
  right: 1vw;
  transform: translateY(-50%) rotate(180deg);
}
/* line 4009, scss/style.scss */
.new-product-slider .slick-slider .button.slick-prev, .new-product-slider .slick-slider .gform_footer input.slick-prev[type="submit"], .gform_footer .new-product-slider .slick-slider input.slick-prev[type="submit"], .new-product-slider .slick-slider a.slick-prev.beautiful-taxonomy-filters-clear-all, .new-product-slider .slick-slider .slick-prev.beautiful-taxonomy-filters-button, .new-product-slider .slick-slider .blog-comments ol.commentlist li .reply a.slick-prev, .blog-comments ol.commentlist li .reply .new-product-slider .slick-slider a.slick-prev, .new-product-slider .slick-slider .blog-comments #commentform input.slick-prev[type="submit"], .blog-comments #commentform .new-product-slider .slick-slider input.slick-prev[type="submit"] {
  left: 1vw;
}
@media screen and (max-width: 1192px) {
  /* line 3991, scss/style.scss */
  .new-product-slider .slick-slider .button, .new-product-slider .slick-slider .gform_footer input[type="submit"], .gform_footer .new-product-slider .slick-slider input[type="submit"], .new-product-slider .slick-slider a.beautiful-taxonomy-filters-clear-all, .new-product-slider .slick-slider .beautiful-taxonomy-filters-button, .new-product-slider .slick-slider .blog-comments ol.commentlist li .reply a, .blog-comments ol.commentlist li .reply .new-product-slider .slick-slider a, .new-product-slider .slick-slider .blog-comments #commentform input[type="submit"], .blog-comments #commentform .new-product-slider .slick-slider input[type="submit"] {
    display: none !important;
  }
}
/* line 4016, scss/style.scss */
.new-product-slider .slick-slider li.slick-slide {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 1092px) {
  /* line 4016, scss/style.scss */
  .new-product-slider .slick-slider li.slick-slide {
    height: auto;
    min-height: 100vh;
  }
}
/* line 4024, scss/style.scss */
.new-product-slider .slick-slider li.slick-slide.content-slide .content {
  width: 70%;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* line 4029, scss/style.scss */
.new-product-slider .slick-slider li.slick-slide.content-slide .content h1 {
  display: none;
}
/* line 4039, scss/style.scss */
.new-product-slider .slick-slider li.slick-slide.slick-active img {
  transform: rotate(0deg);
}
/* line 4044, scss/style.scss */
.new-product-slider .slick-slider .img {
  width: 50%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 0;
}
/* line 4055, scss/style.scss */
.new-product-slider .slick-slider .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(55% + 16vh);
  transform: rotate(3deg);
  transition: transform 8s ease-in-out;
}
@media screen and (max-height: 768px) {
  /* line 4055, scss/style.scss */
  .new-product-slider .slick-slider .img img {
    max-width: 420px;
  }
}
@media screen and (max-width: 1192px) {
  /* line 4044, scss/style.scss */
  .new-product-slider .slick-slider .img {
    display: none;
  }
}
/* line 4072, scss/style.scss */
.new-product-slider .slick-slider .img .bg-circle {
  width: 32.5vw;
  background: #f38d3c;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 32.5vw;
  max-height: 670px;
  max-width: 670px;
}
@media screen and (max-height: 768px) {
  /* line 4072, scss/style.scss */
  .new-product-slider .slick-slider .img .bg-circle {
    max-width: 400px;
    max-height: 400px;
  }
}
/* line 4092, scss/style.scss */
.new-product-slider .slick-slider .content {
  width: 40%;
  position: absolute;
  top: -150px;
  right: 10%;
  bottom: 0;
  margin: auto;
  height: 100%;
}
/* line 4102, scss/style.scss */
.new-product-slider .slick-slider .content .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1192px) {
  /* line 4092, scss/style.scss */
  .new-product-slider .slick-slider .content {
    left: 35px;
    right: initial;
    width: 90%;
  }
}
/* line 4116, scss/style.scss */
.new-product-slider .slick-slider .content p.sub-top, .new-product-slider .slick-slider .content .sub-top.validation_error, .new-product-slider .slick-slider .content .sub-top.gform_confirmation_message {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 4121, scss/style.scss */
.new-product-slider .slick-slider .content p.sub-top span, .new-product-slider .slick-slider .content .sub-top.validation_error span, .new-product-slider .slick-slider .content .sub-top.gform_confirmation_message span {
  color: #f6ba87;
}
@media screen and (min-width: 1450px) {
  /* line 4116, scss/style.scss */
  .new-product-slider .slick-slider .content p.sub-top, .new-product-slider .slick-slider .content .sub-top.validation_error, .new-product-slider .slick-slider .content .sub-top.gform_confirmation_message {
    font-size: 16px;
  }
}
@media screen and (max-height: 768px) {
  /* line 4116, scss/style.scss */
  .new-product-slider .slick-slider .content p.sub-top, .new-product-slider .slick-slider .content .sub-top.validation_error, .new-product-slider .slick-slider .content .sub-top.gform_confirmation_message {
    margin: 0;
  }
}
/* line 4131, scss/style.scss */
.new-product-slider .slick-slider .content h2 {
  color: #fff;
  font-size: calc( 1.5vw + 1.5vh + 16px);
  line-height: 1;
}
@media screen and (max-height: 768px) {
  /* line 4131, scss/style.scss */
  .new-product-slider .slick-slider .content h2 {
    font-size: calc( 1vw + 1vh + 16px);
    margin: 0;
  }
}
/* line 4139, scss/style.scss */
.new-product-slider .slick-slider .content h2 span {
  font-weight: 400;
}
/* line 4143, scss/style.scss */
.new-product-slider .slick-slider .content hr {
  margin: 2.5rem 0;
  width: 30%;
  border-width: 2px 0 0;
  border-color: #fff;
}
/* line 4150, scss/style.scss */
.new-product-slider .slick-slider .content section p, .new-product-slider .slick-slider .content section .validation_error, .new-product-slider .slick-slider .content section .gform_confirmation_message {
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: calc( 0.5vw + 0.5vh + 5px);
}
/* line 4154, scss/style.scss */
.new-product-slider .slick-slider .content section p strong, .new-product-slider .slick-slider .content section .validation_error strong, .new-product-slider .slick-slider .content section .gform_confirmation_message strong {
  font-weight: 700;
}
@media screen and (min-width: 1450px) {
  /* line 4150, scss/style.scss */
  .new-product-slider .slick-slider .content section p, .new-product-slider .slick-slider .content section .validation_error, .new-product-slider .slick-slider .content section .gform_confirmation_message {
    font-size: 18px;
  }
}
/* line 4161, scss/style.scss */
.new-product-slider .slick-slider .content section a {
  background: #fff;
  color: #1d191b;
  padding: 8px 40px 8px 13px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 16px 0 8px;
  font-size: 12px;
  font-weight: 700;
}
/* line 4171, scss/style.scss */
.new-product-slider .slick-slider .content section a:after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  right: 18px;
  top: 47%;
  transition: right 0.3s ease-in-out;
  border-right: 2px solid #1d191b;
  border-bottom: 2px solid #1d191b;
  transform: rotate(-45deg) translateY(-50%);
}
/* line 4185, scss/style.scss */
.new-product-slider .slick-slider .content section a:hover:after {
  right: 12px;
}
@media only screen and (max-width: 922px) {
  /* line 4190, scss/style.scss */
  .new-product-slider .slick-slider .content section a span {
    display: none;
  }
}

/* line 4201, scss/style.scss */
.inspiration-list h2, .print-finish-slides h2 {
  color: #f6822a;
}

/* line 4207, scss/style.scss */
.post-type-archive-inspiration h2, .tax-finish h2 {
  color: #f6822a;
}

/* line 4214, scss/style.scss */
.single-inspiration .page-section img {
  width: 100%;
}

/* line 4221, scss/style.scss */
.gform_wrapper .ginput_container_select {
  margin: 1rem 0;
}
/* line 4224, scss/style.scss */
.gform_wrapper .gdpr-options {
  display: inline-block;
  width: 100%;
}
/* line 4227, scss/style.scss */
.gform_wrapper .gdpr-options label.gfield_label {
  font-size: 2.3125rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 4234, scss/style.scss */
.gform_wrapper .gdpr-options .ginput_container_radio {
  margin: 1rem 0 0;
}
/* line 4237, scss/style.scss */
.gform_wrapper .gdpr-options.gf_left_half {
  width: 50%;
}
@media screen and (max-width: 768px) {
  /* line 4237, scss/style.scss */
  .gform_wrapper .gdpr-options.gf_left_half {
    width: 100%;
  }
}
/* line 4243, scss/style.scss */
.gform_wrapper .gdpr-options.bottom_image {
  text-align: center;
}
/* line 4247, scss/style.scss */
.gform_wrapper .interested {
  padding-bottom: 0;
  width: 25%;
  float: left;
}
@media screen and (max-width: 700px) {
  /* line 4247, scss/style.scss */
  .gform_wrapper .interested {
    width: 100%;
    margin: 1rem 0 1.5rem;
  }
}
/* line 4255, scss/style.scss */
.gform_wrapper .interested .gfield_label {
  display: none;
  padding: 0;
}
/* line 4259, scss/style.scss */
.gform_wrapper .interested ul {
  margin: 1rem 0;
}
/* line 4261, scss/style.scss */
.gform_wrapper .interested ul li {
  padding: 0;
  text-align: center;
}
/* line 4271, scss/style.scss */
.gform_wrapper .interested ul li input[type=checkbox] {
  display: none;
}
/* line 4273, scss/style.scss */
.gform_wrapper .interested ul li input[type=checkbox] + label {
  margin: 0 auto;
  position: relative;
  display: block;
}
/* line 4277, scss/style.scss */
.gform_wrapper .interested ul li input[type=checkbox] + label .slider {
  max-width: 300px;
  position: relative;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
  /* line 4277, scss/style.scss */
  .gform_wrapper .interested ul li input[type=checkbox] + label .slider {
    height: auto;
    margin: 0 auto;
  }
}
/* line 4286, scss/style.scss */
.gform_wrapper .interested ul li input[type=checkbox] + label .slide1, .gform_wrapper .interested ul li input[type=checkbox] + label .slide2, .gform_wrapper .interested ul li input[type=checkbox] + label .slide3, .gform_wrapper .interested ul li input[type=checkbox] + label .slide4, .gform_wrapper .interested ul li input[type=checkbox] + label .slide5 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 4286, scss/style.scss */
  .gform_wrapper .interested ul li input[type=checkbox] + label .slide1, .gform_wrapper .interested ul li input[type=checkbox] + label .slide2, .gform_wrapper .interested ul li input[type=checkbox] + label .slide3, .gform_wrapper .interested ul li input[type=checkbox] + label .slide4, .gform_wrapper .interested ul li input[type=checkbox] + label .slide5 {
    position: inherit;
  }
}
@media screen and (max-width: 768px) {
  /* line 4293, scss/style.scss */
  .gform_wrapper .interested ul li input[type=checkbox] + label .slide1 img {
    animation: unset;
    -webkit-animation: unset;
  }
}
/* line 4304, scss/style.scss */
.gform_wrapper .interested ul li input[type=checkbox] + label .slide2 img {
  animation: fade2 12s infinite;
  -webkit-animation: fade2 12s infinite;
}
@media screen and (max-width: 768px) {
  /* line 4303, scss/style.scss */
  .gform_wrapper .interested ul li input[type=checkbox] + label .slide2 {
    display: none;
  }
}
/* line 4313, scss/style.scss */
.gform_wrapper .interested ul li input[type=checkbox] + label .slide3 img {
  animation: fade3 12s infinite;
  -webkit-animation: fade3 12s infinite;
}
@media screen and (max-width: 768px) {
  /* line 4312, scss/style.scss */
  .gform_wrapper .interested ul li input[type=checkbox] + label .slide3 {
    display: none;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 4342, scss/style.scss */
.gform_wrapper .interested ul li input[type=checkbox] + label img {
  border: 6px solid #f6822a;
  transition: all 0.35s ease-in-out;
}
/* line 4346, scss/style.scss */
.gform_wrapper .interested ul li input[type=checkbox] + label p, .gform_wrapper .interested ul li input[type=checkbox] + label .validation_error, .gform_wrapper .interested ul li input[type=checkbox] + label .gform_confirmation_message {
  margin: 1rem 0 0;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 700px) {
  /* line 4346, scss/style.scss */
  .gform_wrapper .interested ul li input[type=checkbox] + label p, .gform_wrapper .interested ul li input[type=checkbox] + label .validation_error, .gform_wrapper .interested ul li input[type=checkbox] + label .gform_confirmation_message {
    padding: 0.25rem 0.4rem;
    font-size: 0.85rem;
    display: block;
  }
}
/* line 4358, scss/style.scss */
.gform_wrapper .interested ul li input[type=checkbox] + label:after {
  content: '\f00c';
  line-height: 2.9;
  font-family: "Font Awesome 5 Free";
  display: block;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  background: #fff;
  color: #f6822a;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
/* line 4382, scss/style.scss */
.gform_wrapper .interested ul li input[type=checkbox]:checked + label p, .gform_wrapper .interested ul li input[type=checkbox]:checked + label .validation_error, .gform_wrapper .interested ul li input[type=checkbox]:checked + label .gform_confirmation_message {
  background: #fff;
  color: #f6822a;
}
/* line 4386, scss/style.scss */
.gform_wrapper .interested ul li input[type=checkbox]:checked + label:after {
  top: 29%;
  opacity: 1;
}
/* line 4398, scss/style.scss */
.gform_wrapper .interested.smaller ul li img {
  min-height: auto !important;
}
/* line 4401, scss/style.scss */
.gform_wrapper .interested.smaller ul li input[type=checkbox]:checked + label:after {
  top: 39%;
}
/* line 4404, scss/style.scss */
.gform_wrapper .interested.smaller ul li input[type=checkbox] + label:after {
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 4415, scss/style.scss */
#cookie-notice .cn-button {
  margin-bottom: 0;
}

/* line 4420, scss/style.scss */
.gfield_description {
  font-size: 14px;
  margin: 1rem 0 0;
}

/* line 4425, scss/style.scss */
.clearfix {
  overflow: auto;
}

/* line 4429, scss/style.scss */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* line 4441, scss/style.scss */
.gform_body ul li.captcha {
  display: inline-block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 4450, scss/style.scss */
  section.home-slide-new .slick-slider .slick-dots li a {
    color: #f9ad75;
  }
  /* line 4454, scss/style.scss */
  section.home-slide-new .slick-slider .slick-dots li .carousel__outer .carousel__circle {
    background: #f9ad75;
  }

  /* line 4460, scss/style.scss */
  .new-product-slider .slick-dots li .carousel__circle {
    background: #f9ad75;
  }

  /* line 4463, scss/style.scss */
  .new-product-slider .slick-dots li a {
    color: #f9ad75;
  }

  /* line 4466, scss/style.scss */
  .new-product-slider .slick-slider .content hr {
    text-align: left;
  }

  /* line 4469, scss/style.scss */
  .hero .hero-down-arrow .hda-inner::after {
    animation: none !important;
    -webkit-animation: none !important;
    height: auto;
    width: auto;
  }

  /* line 4475, scss/style.scss */
  .hero .hero-down-arrow .hda-inner i {
    z-index: 8989;
    position: relative;
  }
}
/* line 4482, scss/style.scss */
li.country-form label {
  display: none;
}

/* line 4487, scss/style.scss */
.breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 4491, scss/style.scss */
.breadcrumbs li {
  color: #8a8889;
  float: left;
  display: inline-block;
  font-size: 0.7rem;
  margin-right: 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 4499, scss/style.scss */
.breadcrumbs li a {
  color: #8a8889;
}
/* line 4502, scss/style.scss */
.breadcrumbs li .bread-current {
  color: #f6822a;
}

/* line 4509, scss/style.scss */
.print-finish-slides .title {
  font-size: 2.4rem;
  position: relative;
  margin-left: -.2rem;
}
/* line 4513, scss/style.scss */
.print-finish-slides .title:after {
  content: "";
  width: 140px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: .2rem;
  background-color: #b1b1b1;
}
/* line 4524, scss/style.scss */
.print-finish-slides .description p, .print-finish-slides .description .validation_error, .print-finish-slides .description .gform_confirmation_message {
  font-weight: 600;
}
/* line 4527, scss/style.scss */
.print-finish-slides .description ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
/* line 4531, scss/style.scss */
.print-finish-slides .description ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
  color: #f6822a;
  font-weight: bold;
}
/* line 4541, scss/style.scss */
.print-finish-slides.mirri {
  background-color: #161616;
  color: #fff;
}
/* line 4544, scss/style.scss */
.print-finish-slides.mirri .title {
  color: #8f6d4f;
}
/* line 4548, scss/style.scss */
.print-finish-slides.mirri .breadcrumbs .bread-current {
  color: #8f6d4f;
}

/* line 4556, scss/style.scss */
.print-finish-slides-single.mirri {
  background-color: #161616;
}
/* line 4559, scss/style.scss */
.print-finish-slides-single.mirri .breadcrumbs .bread-current {
  color: #8f6d4f;
}
/* line 4563, scss/style.scss */
.print-finish-slides-single.mirri .title {
  color: #8f6d4f;
}
/* line 4566, scss/style.scss */
.print-finish-slides-single.mirri .description {
  color: #fff;
}
/* line 4568, scss/style.scss */
.print-finish-slides-single.mirri .description ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
/* line 4572, scss/style.scss */
.print-finish-slides-single.mirri .description ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
  color: #f6822a;
  font-weight: bold;
}
/* line 4583, scss/style.scss */
.print-finish-slides-single.mirri .downloads a {
  background-color: #8f6d4f;
}
/* line 4587, scss/style.scss */
.print-finish-slides-single.mirri .range-slider-handle {
  background-color: #8f6d4f;
}
/* line 4591, scss/style.scss */
.print-finish-slides-single.mirri .weights li, .print-finish-slides-single.mirri .dimensions li {
  color: #fff;
}
/* line 4596, scss/style.scss */
.print-finish-slides-single .title {
  font-size: 2.4rem;
  position: relative;
  margin-left: -.2rem;
  color: #f6822a;
}
/* line 4603, scss/style.scss */
.print-finish-slides-single .description p, .print-finish-slides-single .description .validation_error, .print-finish-slides-single .description .gform_confirmation_message {
  font-weight: 600;
}
/* line 4606, scss/style.scss */
.print-finish-slides-single .description ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
/* line 4610, scss/style.scss */
.print-finish-slides-single .description ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
  color: #f6822a;
  font-weight: bold;
}
/* line 4623, scss/style.scss */
.print-finish-slides-single .print-finish-slider .slick-slide.video video, .print-finish-slides-single .print-finish-slider .slick-slide.image video, .print-finish-slides-single .print-finish-slider .slick-slide.showcase video {
  background-color: black;
}
/* line 4626, scss/style.scss */
.print-finish-slides-single .print-finish-slider .slick-slide.video img, .print-finish-slides-single .print-finish-slider .slick-slide.image img, .print-finish-slides-single .print-finish-slider .slick-slide.showcase img {
  height: 100%;
  width: 100%;
}
/* line 4632, scss/style.scss */
.print-finish-slides-single .print-finish-slider .slick-slide.video .print-finish-360-label, .print-finish-slides-single .print-finish-slider .slick-slide.image .print-finish-360-label, .print-finish-slides-single .print-finish-slider .slick-slide.showcase .print-finish-360-label {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 10px;
}
/* line 4641, scss/style.scss */
.print-finish-slides-single .print-finish-slider .slick-slide.video .range-slider-container, .print-finish-slides-single .print-finish-slider .slick-slide.image .range-slider-container, .print-finish-slides-single .print-finish-slider .slick-slide.showcase .range-slider-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px 25px;
  width: 100%;
}
/* line 4647, scss/style.scss */
.print-finish-slides-single .print-finish-slider .slick-slide.video .range-slider-container .range-slider, .print-finish-slides-single .print-finish-slider .slick-slide.image .range-slider-container .range-slider, .print-finish-slides-single .print-finish-slider .slick-slide.showcase .range-slider-container .range-slider {
  height: 1px;
  border: 0;
  background-color: #b1b1b1;
  margin: 2rem auto;
}
/* line 4652, scss/style.scss */
.print-finish-slides-single .print-finish-slider .slick-slide.video .range-slider-container .range-slider .range-slider-handle, .print-finish-slides-single .print-finish-slider .slick-slide.image .range-slider-container .range-slider .range-slider-handle, .print-finish-slides-single .print-finish-slider .slick-slide.showcase .range-slider-container .range-slider .range-slider-handle {
  border-radius: 50px;
  width: 1.5rem;
  height: 1.5rem;
  top: -0.75rem;
  transition: transform 0.1s linear;
}
/* line 4665, scss/style.scss */
.print-finish-slides-single .print-finish-thumbnail-slider .slick-slide {
  cursor: pointer;
}
/* line 4667, scss/style.scss */
.print-finish-slides-single .print-finish-thumbnail-slider .slick-slide p, .print-finish-slides-single .print-finish-thumbnail-slider .slick-slide .validation_error, .print-finish-slides-single .print-finish-thumbnail-slider .slick-slide .gform_confirmation_message {
  position: absolute;
  lefT: 0px;
  bottom: 0px;
  margin: 0px;
  font-size: 0.8rem;
  color: white;
  padding: 0 0.25rem;
  width: 100%;
  text-align: center;
}
/* line 4678, scss/style.scss */
.print-finish-slides-single .print-finish-thumbnail-slider .slick-slide.video, .print-finish-slides-single .print-finish-thumbnail-slider .slick-slide.image, .print-finish-slides-single .print-finish-thumbnail-slider .slick-slide.showcase {
  position: relative;
}
/* line 4680, scss/style.scss */
.print-finish-slides-single .print-finish-thumbnail-slider .slick-slide.video img, .print-finish-slides-single .print-finish-thumbnail-slider .slick-slide.image img, .print-finish-slides-single .print-finish-thumbnail-slider .slick-slide.showcase img {
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
}
/* line 4685, scss/style.scss */
.print-finish-slides-single .print-finish-thumbnail-slider .slick-slide.video .print-finish-360-label, .print-finish-slides-single .print-finish-thumbnail-slider .slick-slide.image .print-finish-360-label, .print-finish-slides-single .print-finish-thumbnail-slider .slick-slide.showcase .print-finish-360-label {
  position: absolute;
  top: 0px;
  right: 0px;
}
/* line 4693, scss/style.scss */
.print-finish-slides-single .downloads a {
  background: #f6822a;
  color: #fff;
  padding: 8px 40px 8px 13px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 8px 0 8px;
  font-size: 12px;
  font-weight: 700;
}
/* line 4703, scss/style.scss */
.print-finish-slides-single .downloads a:after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  right: 18px;
  top: 47%;
  transition: right 0.3s ease-in-out;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}
/* line 4717, scss/style.scss */
.print-finish-slides-single .downloads a:hover:after {
  right: 12px;
}
/* line 4723, scss/style.scss */
.print-finish-slides-single .weights, .print-finish-slides-single .dimensions {
  list-style-type: none;
  padding: 0;
  margin: 2rem 0;
}
/* line 4727, scss/style.scss */
.print-finish-slides-single .weights li, .print-finish-slides-single .dimensions li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
/* line 4731, scss/style.scss */
.print-finish-slides-single .weights li:first-of-type, .print-finish-slides-single .dimensions li:first-of-type {
  font-weight: 600;
}
/* line 4734, scss/style.scss */
.print-finish-slides-single .weights li:after, .print-finish-slides-single .dimensions li:after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b1b1b1;
}

/* line 4747, scss/style.scss */
.block-inline {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 0 1.5rem 1.5rem 0;
}
@media screen and (max-width: 768px) {
  /* line 4747, scss/style.scss */
  .block-inline {
    width: 100%;
    padding: 0 0 1rem 0;
  }

  #media_grid > .grid-item , #download_grid > .grid-item {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 425px) {
  #media_grid > .grid-item, #download_grid > .grid-item {
    width: 100%;
  }
}

/* line 4758, scss/style.scss */

.two-by-two a{
  display: block;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.two-by-two a .overlay{
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width:600px;
}

.two-by-two a:hover .overlay{
  background-color: rgba(0, 0, 0, 0.75);
  max-width:600px;
}

.print-finish-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 4761, scss/style.scss */

.print-finish-cont{
  position: absolute;
  left: calc(2rem + 1vw);
  bottom: -20px;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
  margin-left: -.2rem;
  color: #fff;
  width: 60%;
}

.two-by-two a:hover .print-finish-cont{
  bottom:40px;
}

.print-finish-slide h2 {
    z-index: 2;
    margin-left: -.2rem;
    color: #fff;
    font-size: calc(1.5rem + 1vw);
    width: 60%;
    position:relative;
    margin-bottom:30px;
    padding-bottom:30px !important;
}
/* line 4770, scss/style.scss */
.print-finish-slide h2:after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: .2rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.print-finish-desc{
  display:block;
  min-height:24px;
}

/* line 4785, scss/style.scss */
.print-finish-slider {
  margin: 0 -1rem;
}

/* line 4789, scss/style.scss */
.print-finish-thumbnail-slider {
  padding: 1rem 0;
}
/* line 4791, scss/style.scss */
.print-finish-thumbnail-slider .slick-slide {
  padding: 0 0.25rem;
}

/* line 4796, scss/style.scss */
#contact_slider_names {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
/* line 4799, scss/style.scss */
#contact_slider_names li {
  color: #8a8889;
  margin-right: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: color 0.3s linear;
  position: relative;
}
/* line 4808, scss/style.scss */
#contact_slider_names li:after {
  content: '';
  position: absolute;
  bottom: 0.5rem;
  right: -0.5rem;
  width: 3px;
  height: 3px;
  background-color: #8a8889;
  border-radius: 50%;
}
/* line 4818, scss/style.scss */
#contact_slider_names li:last-child:after {
  background-color: transparent;
}
/* line 4821, scss/style.scss */
#contact_slider_names li.slick-current {
  color: #f6822a;
}

/* line 4827, scss/style.scss */
body.page-id-4429 #field_10_36 {
  display: none;
}

/* line 4831, scss/style.scss */
body.page-id-4429 #field_10_17, body.page-id-4429 #field_10_31, body.page-id-4429 #field_10_4 {
  padding-bottom: 0px !important;
}

/* line 4835, scss/style.scss */
body.page-id-4429 .gform_wrapper .interested {
  width: 50%;
}

/* line 4839, scss/style.scss */
body.page-id-4429 select#input_10_17, body.page-id-4429 select#input_10_31_6 {
  margin: 0px;
}

/* line 4843, scss/style.scss */
body.page-id-4429 li.interested span {
  display: block;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  /* line 4850, scss/style.scss */
  body.page-id-4429 #input_10_4 {
    margin-bottom: 15px !important;
  }

  /* line 4853, scss/style.scss */
  body.page-id-4429 .gform_wrapper .interested {
    width: 100%;
  }

  /* line 4856, scss/style.scss */
  body.page-id-4429 #field_10_27 {
    display: none;
  }
}
