@charset "UTF-8";
/* 0, 640px */
/* 641px, 1023px */
/* 1024px, 1440px */
/* 1441px, 1920px */
/* 1921px */
/* line 300, ../scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.2.0/";
}

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

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

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

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

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

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

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

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

/* line 345, ../scss/foundation/components/_global.scss */
html,
body {
  font-size: 13px;
}

/* line 348, ../scss/foundation/components/_global.scss */
body {
  background: #ecbc4d;
  color: #505050;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

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

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

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

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

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

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

/* line 379, ../scss/foundation/components/_global.scss */
.clearfix {
  *zoom: 1;
}
/* line 145, ../scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

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

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

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

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

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

/* line 105, ../scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0;
  *zoom: 1;
}
/* line 145, ../scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 49, ../scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 1.53846rem 3.07692rem;
}

@media only screen {
  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-child(2n) {
    padding-left: 1.53846rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-child(3n+1) {
    padding-left: 0.0rem;
    padding-right: 2.05128rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-child(3n+2) {
    padding-left: 1.02564rem;
    padding-right: 1.02564rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-child(3n) {
    padding-left: 2.05128rem;
    padding-right: 0.0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 2.30769rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-child(4n+2) {
    padding-left: 0.76923rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-child(4n+3) {
    padding-left: 1.53846rem;
    padding-right: 0.76923rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-child(4n) {
    padding-left: 2.30769rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 2.46154rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-child(5n+2) {
    padding-left: 0.61538rem;
    padding-right: 1.84615rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-child(5n+3) {
    padding-left: 1.23077rem;
    padding-right: 1.23077rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-child(5n+4) {
    padding-left: 1.84615rem;
    padding-right: 0.61538rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-child(5n) {
    padding-left: 2.46154rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-child(6n+1) {
    padding-left: 0.0rem;
    padding-right: 2.5641rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-child(6n+2) {
    padding-left: 0.51282rem;
    padding-right: 2.05128rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-child(6n+3) {
    padding-left: 1.02564rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-child(6n+4) {
    padding-left: 1.53846rem;
    padding-right: 1.02564rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-child(6n+5) {
    padding-left: 2.05128rem;
    padding-right: 0.51282rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-child(6n) {
    padding-left: 2.5641rem;
    padding-right: 0.0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 2.63736rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.43956rem;
    padding-right: 2.1978rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.87912rem;
    padding-right: 1.75824rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 1.31868rem;
    padding-right: 1.31868rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 1.75824rem;
    padding-right: 0.87912rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 2.1978rem;
    padding-right: 0.43956rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-child(7n) {
    padding-left: 2.63736rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 2.69231rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.38462rem;
    padding-right: 2.30769rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.76923rem;
    padding-right: 1.92308rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 1.15385rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 1.53846rem;
    padding-right: 1.15385rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 1.92308rem;
    padding-right: 0.76923rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 2.30769rem;
    padding-right: 0.38462rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-child(8n) {
    padding-left: 2.69231rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 2.73504rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.34188rem;
    padding-right: 2.39316rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.68376rem;
    padding-right: 2.05128rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 1.02564rem;
    padding-right: 1.7094rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 1.36752rem;
    padding-right: 1.36752rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 1.7094rem;
    padding-right: 1.02564rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 2.05128rem;
    padding-right: 0.68376rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 2.39316rem;
    padding-right: 0.34188rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-child(9n) {
    padding-left: 2.73504rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 2.76923rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-child(10n+2) {
    padding-left: 0.30769rem;
    padding-right: 2.46154rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-child(10n+3) {
    padding-left: 0.61538rem;
    padding-right: 2.15385rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-child(10n+4) {
    padding-left: 0.92308rem;
    padding-right: 1.84615rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-child(10n+5) {
    padding-left: 1.23077rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-child(10n+6) {
    padding-left: 1.53846rem;
    padding-right: 1.23077rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-child(10n+7) {
    padding-left: 1.84615rem;
    padding-right: 0.92308rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-child(10n+8) {
    padding-left: 2.15385rem;
    padding-right: 0.61538rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-child(10n+9) {
    padding-left: 2.46154rem;
    padding-right: 0.30769rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-child(10n) {
    padding-left: 2.76923rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-child(11n+1) {
    padding-left: 0rem;
    padding-right: 2.7972rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.27972rem;
    padding-right: 2.51748rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.55944rem;
    padding-right: 2.23776rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.83916rem;
    padding-right: 1.95804rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 1.11888rem;
    padding-right: 1.67832rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 1.3986rem;
    padding-right: 1.3986rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 1.67832rem;
    padding-right: 1.11888rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 1.95804rem;
    padding-right: 0.83916rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 2.23776rem;
    padding-right: 0.55944rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 2.51748rem;
    padding-right: 0.27972rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-child(11n) {
    padding-left: 2.7972rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-child(12n+1) {
    padding-left: 0.0rem;
    padding-right: 2.82051rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-child(12n+2) {
    padding-left: 0.25641rem;
    padding-right: 2.5641rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-child(12n+3) {
    padding-left: 0.51282rem;
    padding-right: 2.30769rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-child(12n+4) {
    padding-left: 0.76923rem;
    padding-right: 2.05128rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-child(12n+5) {
    padding-left: 1.02564rem;
    padding-right: 1.79487rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-child(12n+6) {
    padding-left: 1.28205rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-child(12n+7) {
    padding-left: 1.53846rem;
    padding-right: 1.28205rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-child(12n+8) {
    padding-left: 1.79487rem;
    padding-right: 1.02564rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-child(12n+9) {
    padding-left: 2.05128rem;
    padding-right: 0.76923rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-child(12n+10) {
    padding-left: 2.30769rem;
    padding-right: 0.51282rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-child(12n+11) {
    padding-left: 2.5641rem;
    padding-right: 0.25641rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-child(12n) {
    padding-left: 2.82051rem;
    padding-right: 0.0rem;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-child(2n) {
    padding-left: 1.53846rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-child(3n+1) {
    padding-left: 0.0rem;
    padding-right: 2.05128rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-child(3n+2) {
    padding-left: 1.02564rem;
    padding-right: 1.02564rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-child(3n) {
    padding-left: 2.05128rem;
    padding-right: 0.0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 2.30769rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-child(4n+2) {
    padding-left: 0.76923rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-child(4n+3) {
    padding-left: 1.53846rem;
    padding-right: 0.76923rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-child(4n) {
    padding-left: 2.30769rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 2.46154rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-child(5n+2) {
    padding-left: 0.61538rem;
    padding-right: 1.84615rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-child(5n+3) {
    padding-left: 1.23077rem;
    padding-right: 1.23077rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-child(5n+4) {
    padding-left: 1.84615rem;
    padding-right: 0.61538rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-child(5n) {
    padding-left: 2.46154rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-child(6n+1) {
    padding-left: 0.0rem;
    padding-right: 2.5641rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-child(6n+2) {
    padding-left: 0.51282rem;
    padding-right: 2.05128rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-child(6n+3) {
    padding-left: 1.02564rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-child(6n+4) {
    padding-left: 1.53846rem;
    padding-right: 1.02564rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-child(6n+5) {
    padding-left: 2.05128rem;
    padding-right: 0.51282rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-child(6n) {
    padding-left: 2.5641rem;
    padding-right: 0.0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 2.63736rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.43956rem;
    padding-right: 2.1978rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.87912rem;
    padding-right: 1.75824rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 1.31868rem;
    padding-right: 1.31868rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 1.75824rem;
    padding-right: 0.87912rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 2.1978rem;
    padding-right: 0.43956rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-child(7n) {
    padding-left: 2.63736rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 2.69231rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.38462rem;
    padding-right: 2.30769rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.76923rem;
    padding-right: 1.92308rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 1.15385rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 1.53846rem;
    padding-right: 1.15385rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 1.92308rem;
    padding-right: 0.76923rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 2.30769rem;
    padding-right: 0.38462rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-child(8n) {
    padding-left: 2.69231rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 2.73504rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.34188rem;
    padding-right: 2.39316rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.68376rem;
    padding-right: 2.05128rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 1.02564rem;
    padding-right: 1.7094rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 1.36752rem;
    padding-right: 1.36752rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 1.7094rem;
    padding-right: 1.02564rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 2.05128rem;
    padding-right: 0.68376rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 2.39316rem;
    padding-right: 0.34188rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-child(9n) {
    padding-left: 2.73504rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 2.76923rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-child(10n+2) {
    padding-left: 0.30769rem;
    padding-right: 2.46154rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-child(10n+3) {
    padding-left: 0.61538rem;
    padding-right: 2.15385rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-child(10n+4) {
    padding-left: 0.92308rem;
    padding-right: 1.84615rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-child(10n+5) {
    padding-left: 1.23077rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-child(10n+6) {
    padding-left: 1.53846rem;
    padding-right: 1.23077rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-child(10n+7) {
    padding-left: 1.84615rem;
    padding-right: 0.92308rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-child(10n+8) {
    padding-left: 2.15385rem;
    padding-right: 0.61538rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-child(10n+9) {
    padding-left: 2.46154rem;
    padding-right: 0.30769rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-child(10n) {
    padding-left: 2.76923rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-child(11n+1) {
    padding-left: 0rem;
    padding-right: 2.7972rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.27972rem;
    padding-right: 2.51748rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.55944rem;
    padding-right: 2.23776rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.83916rem;
    padding-right: 1.95804rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 1.11888rem;
    padding-right: 1.67832rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 1.3986rem;
    padding-right: 1.3986rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 1.67832rem;
    padding-right: 1.11888rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 1.95804rem;
    padding-right: 0.83916rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 2.23776rem;
    padding-right: 0.55944rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 2.51748rem;
    padding-right: 0.27972rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-child(11n) {
    padding-left: 2.7972rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-child(12n+1) {
    padding-left: 0.0rem;
    padding-right: 2.82051rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-child(12n+2) {
    padding-left: 0.25641rem;
    padding-right: 2.5641rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-child(12n+3) {
    padding-left: 0.51282rem;
    padding-right: 2.30769rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-child(12n+4) {
    padding-left: 0.76923rem;
    padding-right: 2.05128rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-child(12n+5) {
    padding-left: 1.02564rem;
    padding-right: 1.79487rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-child(12n+6) {
    padding-left: 1.28205rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-child(12n+7) {
    padding-left: 1.53846rem;
    padding-right: 1.28205rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-child(12n+8) {
    padding-left: 1.79487rem;
    padding-right: 1.02564rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-child(12n+9) {
    padding-left: 2.05128rem;
    padding-right: 0.76923rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-child(12n+10) {
    padding-left: 2.30769rem;
    padding-right: 0.51282rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-child(12n+11) {
    padding-left: 2.5641rem;
    padding-right: 0.25641rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-child(12n) {
    padding-left: 2.82051rem;
    padding-right: 0.0rem;
  }
}
@media only screen and (min-width: 64em) {
  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-child(2n) {
    padding-left: 1.53846rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-child(3n+1) {
    padding-left: 0.0rem;
    padding-right: 2.05128rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-child(3n+2) {
    padding-left: 1.02564rem;
    padding-right: 1.02564rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-child(3n) {
    padding-left: 2.05128rem;
    padding-right: 0.0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 2.30769rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-child(4n+2) {
    padding-left: 0.76923rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-child(4n+3) {
    padding-left: 1.53846rem;
    padding-right: 0.76923rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-child(4n) {
    padding-left: 2.30769rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 2.46154rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-child(5n+2) {
    padding-left: 0.61538rem;
    padding-right: 1.84615rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-child(5n+3) {
    padding-left: 1.23077rem;
    padding-right: 1.23077rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-child(5n+4) {
    padding-left: 1.84615rem;
    padding-right: 0.61538rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-child(5n) {
    padding-left: 2.46154rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-child(6n+1) {
    padding-left: 0.0rem;
    padding-right: 2.5641rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-child(6n+2) {
    padding-left: 0.51282rem;
    padding-right: 2.05128rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-child(6n+3) {
    padding-left: 1.02564rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-child(6n+4) {
    padding-left: 1.53846rem;
    padding-right: 1.02564rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-child(6n+5) {
    padding-left: 2.05128rem;
    padding-right: 0.51282rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-child(6n) {
    padding-left: 2.5641rem;
    padding-right: 0.0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 2.63736rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.43956rem;
    padding-right: 2.1978rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.87912rem;
    padding-right: 1.75824rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 1.31868rem;
    padding-right: 1.31868rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 1.75824rem;
    padding-right: 0.87912rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 2.1978rem;
    padding-right: 0.43956rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-child(7n) {
    padding-left: 2.63736rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 2.69231rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.38462rem;
    padding-right: 2.30769rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.76923rem;
    padding-right: 1.92308rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 1.15385rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 1.53846rem;
    padding-right: 1.15385rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 1.92308rem;
    padding-right: 0.76923rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 2.30769rem;
    padding-right: 0.38462rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-child(8n) {
    padding-left: 2.69231rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 2.73504rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.34188rem;
    padding-right: 2.39316rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.68376rem;
    padding-right: 2.05128rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 1.02564rem;
    padding-right: 1.7094rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 1.36752rem;
    padding-right: 1.36752rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 1.7094rem;
    padding-right: 1.02564rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 2.05128rem;
    padding-right: 0.68376rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 2.39316rem;
    padding-right: 0.34188rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-child(9n) {
    padding-left: 2.73504rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 2.76923rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-child(10n+2) {
    padding-left: 0.30769rem;
    padding-right: 2.46154rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-child(10n+3) {
    padding-left: 0.61538rem;
    padding-right: 2.15385rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-child(10n+4) {
    padding-left: 0.92308rem;
    padding-right: 1.84615rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-child(10n+5) {
    padding-left: 1.23077rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-child(10n+6) {
    padding-left: 1.53846rem;
    padding-right: 1.23077rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-child(10n+7) {
    padding-left: 1.84615rem;
    padding-right: 0.92308rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-child(10n+8) {
    padding-left: 2.15385rem;
    padding-right: 0.61538rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-child(10n+9) {
    padding-left: 2.46154rem;
    padding-right: 0.30769rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-child(10n) {
    padding-left: 2.76923rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-child(11n+1) {
    padding-left: 0rem;
    padding-right: 2.7972rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.27972rem;
    padding-right: 2.51748rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.55944rem;
    padding-right: 2.23776rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.83916rem;
    padding-right: 1.95804rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 1.11888rem;
    padding-right: 1.67832rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 1.3986rem;
    padding-right: 1.3986rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 1.67832rem;
    padding-right: 1.11888rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 1.95804rem;
    padding-right: 0.83916rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 2.23776rem;
    padding-right: 0.55944rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 2.51748rem;
    padding-right: 0.27972rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-child(11n) {
    padding-left: 2.7972rem;
    padding-right: 0rem;
  }

  /* line 60, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 67, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-child(12n+1) {
    padding-left: 0.0rem;
    padding-right: 2.82051rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-child(12n+2) {
    padding-left: 0.25641rem;
    padding-right: 2.5641rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-child(12n+3) {
    padding-left: 0.51282rem;
    padding-right: 2.30769rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-child(12n+4) {
    padding-left: 0.76923rem;
    padding-right: 2.05128rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-child(12n+5) {
    padding-left: 1.02564rem;
    padding-right: 1.79487rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-child(12n+6) {
    padding-left: 1.28205rem;
    padding-right: 1.53846rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-child(12n+7) {
    padding-left: 1.53846rem;
    padding-right: 1.28205rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-child(12n+8) {
    padding-left: 1.79487rem;
    padding-right: 1.02564rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-child(12n+9) {
    padding-left: 2.05128rem;
    padding-right: 0.76923rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-child(12n+10) {
    padding-left: 2.30769rem;
    padding-right: 0.51282rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-child(12n+11) {
    padding-left: 2.5641rem;
    padding-right: 0.25641rem;
  }
  /* line 83, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-child(12n) {
    padding-left: 2.82051rem;
    padding-right: 0.0rem;
  }
}
/* line 49, ../scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.92308rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.23077rem;
  overflow: hidden;
}
/* line 32, ../scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.55%;
}
/* line 33, ../scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 38, ../scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 201, ../scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.53846rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.76923rem;
  padding-right: 1.53846rem;
  padding-bottom: 0.84615rem;
  padding-left: 1.53846rem;
  font-size: 1.23077rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #20a0c6;
  border-color: #1a809e;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 0.76923rem;
  padding-right: 1.53846rem;
  padding-bottom: 0.84615rem;
  padding-left: 1.53846rem;
  font-size: 1.23077rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
/* line 146, ../scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #1a809e;
}
/* line 157, ../scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
/* line 209, ../scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 146, ../scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 152, ../scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 210, ../scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}
/* line 146, ../scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
/* line 157, ../scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
/* line 211, ../scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}
/* line 146, ../scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
/* line 157, ../scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
/* line 213, ../scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.38462rem;
  padding-right: 2.76923rem;
  padding-bottom: 1.46154rem;
  padding-left: 2.76923rem;
  font-size: 1.53846rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
/* line 214, ../scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.92308rem;
  padding-right: 1.84615rem;
  padding-bottom: 1rem;
  padding-left: 1.84615rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
/* line 215, ../scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.76923rem;
  padding-right: 1.53846rem;
  padding-bottom: 0.84615rem;
  padding-left: 1.53846rem;
  font-size: 1.23077rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
/* line 216, ../scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 218, ../scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.92308rem;
}
/* line 219, ../scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.92308rem;
}
/* line 221, ../scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 222, ../scss/foundation/components/_buttons.scss */
button.round, .button.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 224, ../scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #20a0c6;
  border-color: #1a809e;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 146, ../scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1a809e;
}
/* line 157, ../scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}
/* line 170, ../scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #20a0c6;
}
/* line 225, ../scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 146, ../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, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
/* line 152, ../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, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
/* line 170, ../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, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
/* line 226, ../scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 146, ../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, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
/* line 157, ../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, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}
/* line 170, ../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, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43ac6a;
}
/* line 227, ../scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 146, ../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, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
/* line 157, ../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, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
/* line 170, ../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, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

@media only screen and (min-width: 40.063em) {
  /* line 232, ../scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 313, ../scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1.23077rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 81, ../scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.61538rem;
}
/* line 84, ../scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.61538rem;
}
/* line 87, ../scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 90, ../scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 91, ../scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
/* line 103, ../scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.61538rem;
}

/* Label Styles */
/* line 319, ../scss/foundation/components/_forms.scss */
label {
  font-size: 0.92308rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.23077rem;
  /* Styles for required inputs */
}
/* line 320, ../scss/foundation/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 321, ../scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1.23077rem 0;
  padding: 0.76923rem 0;
}
/* line 323, ../scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* line 329, ../scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center right 3%;
  border: 1px solid #d9d9d9;
  padding: 0.61538rem;
  font-size: 0.92308rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 339, ../scss/foundation/components/_forms.scss */
select.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 340, ../scss/foundation/components/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #b3b3b3;
}

/* line 346, ../scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* line 351, ../scss/foundation/components/_forms.scss */
  select {
    background: #fafafa;
  }

  /* line 352, ../scss/foundation/components/_forms.scss */
  select:hover {
    background: #f3f3f3;
  }
}

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

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 359, ../scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.61538rem;
  border: none;
}

/* line 360, ../scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.61538rem;
  border: none;
}

/* line 362, ../scss/foundation/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 363, ../scss/foundation/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 364, ../scss/foundation/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 365, ../scss/foundation/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 1000px;
  -moz-border-radius-topright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 368, ../scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}
/* line 369, ../scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 371, ../scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}
/* line 372, ../scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* We use this to get basic styling on all basic form elements */
/* line 389, ../scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.92308rem;
  margin: 0 0 1.23077rem 0;
  padding: 0.61538rem;
  height: 2.69231rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 162, ../scss/foundation/components/_global.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #b3b3b3;
  -moz-box-shadow: 0 0 5px #b3b3b3;
  box-shadow: 0 0 5px #b3b3b3;
  border-color: #b3b3b3;
}
/* line 129, ../scss/foundation/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #b3b3b3;
  outline: none;
}
/* line 136, ../scss/foundation/components/_forms.scss */
input[type="text"][disabled], fieldset[disabled] input[type="text"],
input[type="password"][disabled], fieldset[disabled]
input[type="password"],
input[type="date"][disabled], fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled], fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled], fieldset[disabled]
input[type="month"],
input[type="week"][disabled], fieldset[disabled]
input[type="week"],
input[type="email"][disabled], fieldset[disabled]
input[type="email"],
input[type="number"][disabled], fieldset[disabled]
input[type="number"],
input[type="search"][disabled], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled], fieldset[disabled]
input[type="tel"],
input[type="time"][disabled], fieldset[disabled]
input[type="time"],
input[type="url"][disabled], fieldset[disabled]
input[type="url"],
textarea[disabled], fieldset[disabled]
textarea {
  background-color: #dddddd;
}
/* line 395, ../scss/foundation/components/_forms.scss */
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
textarea.radius {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

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

/* Add height value for select elements to match text input height */
/* line 406, ../scss/foundation/components/_forms.scss */
select {
  height: 2.69231rem;
}

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

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

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

/* We add basic fieldset styling */
/* line 433, ../scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.53846rem;
  margin: 1.38462rem 0;
}
/* line 260, ../scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.23077rem;
  margin: 0;
  margin-left: -0.23077rem;
}

/* Error Handling */
/* line 440, ../scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.46154rem 0.69231rem 0.69231rem;
  margin-top: -1px;
  margin-bottom: 1.23077rem;
  font-size: 0.92308rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
/* line 443, ../scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 446, ../scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.46154rem 0.69231rem 0.69231rem;
  margin-top: -1px;
  margin-bottom: 1.23077rem;
  font-size: 0.92308rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 453, ../scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 458, ../scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1.23077rem;
}
/* line 463, ../scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 467, ../scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.46154rem 0.69231rem 0.69231rem;
  margin-top: -1px;
  margin-bottom: 1.23077rem;
  font-size: 0.92308rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
/* line 472, ../scss/foundation/components/_forms.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
/* line 484, ../scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

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

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

/* line 207, ../scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 87.69231rem;
  *zoom: 1;
}
/* line 145, ../scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 212, ../scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 214, ../scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 217, ../scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -1.53846rem;
  margin-right: -1.53846rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 145, ../scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 218, ../scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 145, ../scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

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

@media only screen {
  /* line 157, ../scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

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

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

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-push-0 {
    left: 0%;
    right: auto;
  }

  /* line 175, ../scss/foundation/components/_grid.scss */
  .small-pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 188, ../scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 189, ../scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 196, ../scss/foundation/components/_grid.scss */
  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 157, ../scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

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

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

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-push-0 {
    left: 0%;
    right: auto;
  }

  /* line 175, ../scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 188, ../scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 189, ../scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 233, ../scss/foundation/components/_grid.scss */
  .push-0 {
    left: 0%;
    right: auto;
  }

  /* line 236, ../scss/foundation/components/_grid.scss */
  .pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 236, ../scss/foundation/components/_grid.scss */
  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64em) {
  /* line 157, ../scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

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

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

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-push-0 {
    left: 0%;
    right: auto;
  }

  /* line 175, ../scss/foundation/components/_grid.scss */
  .large-pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 188, ../scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 189, ../scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 244, ../scss/foundation/components/_grid.scss */
  .push-0 {
    left: 0%;
    right: auto;
  }

  /* line 247, ../scss/foundation/components/_grid.scss */
  .pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 247, ../scss/foundation/components/_grid.scss */
  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}
/* line 91, ../scss/foundation/components/_labels.scss */
.label {
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.30769rem 0.61538rem 0.46154rem;
  font-size: 0.84615rem;
  background-color: #20a0c6;
  color: white;
}
/* line 96, ../scss/foundation/components/_labels.scss */
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 97, ../scss/foundation/components/_labels.scss */
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 99, ../scss/foundation/components/_labels.scss */
.label.alert {
  background-color: #f04124;
  color: white;
}
/* line 100, ../scss/foundation/components/_labels.scss */
.label.success {
  background-color: #43ac6a;
  color: white;
}
/* line 101, ../scss/foundation/components/_labels.scss */
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}

/* line 141, ../scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

  /* line 156, ../scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 149, ../scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 156, ../scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 999999999999) {
  /* line 149, ../scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

  /* line 156, ../scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* line 187, ../scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

  /* line 203, ../scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 207, ../scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 245, ../scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 999999999999) {
  /* line 249, ../scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

/* Default Link Styles */
/* line 287, ../scss/foundation/components/_type.scss */
a {
  color: #20a0c6;
  text-decoration: none;
  line-height: inherit;
}
/* line 293, ../scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #1c8aaa;
}
/* line 295, ../scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 299, ../scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.53846rem;
  text-rendering: optimizeLegibility;
}
/* line 307, ../scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.26923rem;
  line-height: 1.6;
}
/* line 309, ../scss/foundation/components/_type.scss */
p aside {
  font-size: 1.07692rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 317, ../scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #252525;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 327, ../scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #717171;
  line-height: 0;
}

/* line 334, ../scss/foundation/components/_type.scss */
h1 {
  font-size: 1.69231rem;
}

/* line 335, ../scss/foundation/components/_type.scss */
h2 {
  font-size: 0.84615rem;
}

/* line 336, ../scss/foundation/components/_type.scss */
h3 {
  font-size: 1.07692rem;
}

/* line 337, ../scss/foundation/components/_type.scss */
h4 {
  font-size: 0.92308rem;
}

/* line 338, ../scss/foundation/components/_type.scss */
h5 {
  font-size: 1rem;
}

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

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

/* line 343, ../scss/foundation/components/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.53846rem 0 1.46154rem;
  height: 0;
}

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

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

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

/* line 369, ../scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d;
}

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

/* line 386, ../scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 388, ../scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 392, ../scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.53846rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 405, ../scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.53846rem;
  margin-bottom: 0;
}
/* line 413, ../scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 416, ../scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 417, ../scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 418, ../scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 419, ../scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 423, ../scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 427, ../scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.53846rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 436, ../scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 440, ../scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.92308rem;
}

/* Abbreviations */
/* line 445, ../scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #505050;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 452, ../scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 457, ../scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.53846rem;
  padding: 0.69231rem 1.53846rem 0 1.46154rem;
  border-left: 1px solid #dddddd;
}
/* line 462, ../scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 1rem;
  color: #575757;
}
/* line 466, ../scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 471, ../scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #575757;
}

/* line 477, ../scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #717171;
}

/* Microformats */
/* line 483, ../scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.53846rem 0;
  border: 1px solid #dddddd;
  padding: 0.76923rem 0.92308rem;
}
/* line 489, ../scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 493, ../scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 1.15385rem;
}

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

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

  /* line 514, ../scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.46154rem;
  }

  /* line 515, ../scss/foundation/components/_type.scss */
  h2 {
    font-size: 1.61538rem;
  }

  /* line 516, ../scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.46154rem;
  }

  /* line 517, ../scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.30769rem;
  }
}
/*
 * 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)
*/
/* line 528, ../scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 530, ../scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

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

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

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

  @page {
    margin: 0.5cm;
}

  /* line 565, ../scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 571, ../scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 573, ../scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 574, ../scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 575, ../scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 576, ../scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 141, ../scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

  /* line 156, ../scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 149, ../scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 156, ../scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 999999999999) {
  /* line 149, ../scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

  /* line 156, ../scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* line 102, ../scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 108, ../scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
/* line 112, ../scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 116, ../scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 123, ../scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 129, ../scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 135, ../scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 142, ../scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
/* line 151, ../scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 156, ../scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 159, ../scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 161, ../scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: auto;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 163, ../scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
/* line 174, ../scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 179, ../scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 13px;
}
/* line 184, ../scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.30769rem;
  margin: 0;
}
/* line 188, ../scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 50%;
  display: block;
  padding: 0 15px;
}
/* line 199, ../scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 204, ../scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
/* line 217, ../scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 223, ../scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  padding-right: 25px;
  color: white;
  position: relative;
}
/* line 234, ../scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
/* line 257, ../scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 261, ../scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #333333;
}
/* line 264, ../scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 265, ../scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a::after {
  -webkit-box-shadow: 1px 10px 1px 1px #888888, 1px 16px 1px 1px #888888, 1px 22px 1px 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 285, ../scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 291, ../scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #333333;
  font-size: 13px;
  margin: 0;
}
/* line 301, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 309, ../scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  background: #333333;
}
/* line 321, ../scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #20a0c6;
  font-size: 1rem;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 326, ../scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover {
  background: #177591;
}
/* line 330, ../scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #e7e7e7;
}
/* line 332, ../scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover {
  background: #cecece;
}
/* line 336, ../scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #43ac6a;
}
/* line 338, ../scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover {
  background: #358854;
}
/* line 342, ../scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #f04124;
}
/* line 344, ../scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover {
  background: #d42b0f;
}
/* line 352, ../scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background: #272727;
  color: white;
}
/* line 359, ../scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #20a0c6;
  color: white;
}
/* line 362, ../scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #1c8aaa;
  color: white;
}
/* line 370, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}
/* line 373, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 377, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 389, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 390, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
/* line 394, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
/* line 401, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 408, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 412, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
/* line 415, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 420, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 421, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 22.5px;
  display: block;
}
/* line 427, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}
/* line 428, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button {
  top: auto;
}
/* line 431, ../scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.76923rem;
}

/* line 442, ../scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 447, ../scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    *zoom: 1;
    overflow: visible;
  }
  /* line 145, ../scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 146, ../scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 452, ../scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 454, ../scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 455, ../scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 458, ../scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    font-size: 1.07692rem;
    position: relative;
    top: 7px;
  }
  /* line 464, ../scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #333333;
  }

  /* line 467, ../scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 87.69231rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 473, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 477, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 482, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 484, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 490, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background: #272727;
    color: white;
  }
  /* line 496, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }
  /* line 500, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #272727;
  }
  /* line 504, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: white;
    background: #20a0c6;
  }
  /* line 509, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #1c8aaa;
  }
  /* line 518, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 520, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 529, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 530, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 536, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 543, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 556, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 563, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }
  /* line 571, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 577, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 585, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 594, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }
  /* line 602, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 606, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 610, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 614, ../scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 624, ../scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: #272727;
    color: white;
  }
  /* line 630, ../scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #20a0c6;
    color: white;
  }
  /* line 638, ../scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* line 269, ../scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
/* line 123, ../scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  height: 100%;
}

/* line 270, ../scss/foundation/components/_offcanvas.scss */
.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 145, ../scss/foundation/components/_global.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.inner-wrap:after {
  clear: both;
}

/* line 272, ../scss/foundation/components/_offcanvas.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 3.46154rem;
  line-height: 3.46154rem;
  position: relative;
}
/* line 155, ../scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 3.46154rem;
  margin: 0;
}
/* line 161, ../scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1rem;
}

/* line 274, ../scss/foundation/components/_offcanvas.scss */
.left-small {
  width: 3.46154rem;
  height: 3.46154rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

/* line 275, ../scss/foundation/components/_offcanvas.scss */
.right-small {
  width: 3.46154rem;
  height: 3.46154rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

/* line 277, ../scss/foundation/components/_offcanvas.scss */
.tab-bar-section {
  padding: 0 0.76923rem;
  position: absolute;
  text-align: center;
  height: 3.46154rem;
  top: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 277, ../scss/foundation/components/_offcanvas.scss */
  .tab-bar-section {
    text-align: left;
  }
}
/* line 192, ../scss/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
  left: 0;
  right: 3.46154rem;
}
/* line 196, ../scss/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  left: 3.46154rem;
  right: 0;
}
/* line 200, ../scss/foundation/components/_offcanvas.scss */
.tab-bar-section.middle {
  left: 3.46154rem;
  right: 3.46154rem;
}

/* line 281, ../scss/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
  text-indent: 2.69231rem;
  width: 3.46154rem;
  height: 3.46154rem;
  display: block;
  line-height: 2.53846rem;
  padding: 0;
  color: white;
  position: relative;
}
/* line 292, ../scss/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon span {
  position: absolute;
  display: block;
  width: 1.23077rem;
  height: 0;
  left: 1rem;
  top: 0.38462rem;
  -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
/* line 311, ../scss/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon:hover span {
  -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
  box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
}

/* line 323, ../scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 19.23077rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
/* line 87, ../scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 324, ../scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 19.23077rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
/* line 87, ../scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 326, ../scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 214, ../scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li label {
  padding: 0.3rem 1.15385rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
/* line 224, ../scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}
/* line 229, ../scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a:hover {
  background: #242424;
}

/* line 332, ../scss/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
  -webkit-transform: translate3d(19.23077rem, 0, 0);
  -moz-transform: translate3d(19.23077rem, 0, 0);
  -ms-transform: translate3d(19.23077rem, 0, 0);
  -o-transform: translate3d(19.23077rem, 0, 0);
  transform: translate3d(19.23077rem, 0, 0);
}
/* line 335, ../scss/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  /* line 257, ../scss/foundation/components/_offcanvas.scss */
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 339, ../scss/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-19.23077rem, 0, 0);
  -moz-transform: translate3d(-19.23077rem, 0, 0);
  -ms-transform: translate3d(-19.23077rem, 0, 0);
  -o-transform: translate3d(-19.23077rem, 0, 0);
  transform: translate3d(-19.23077rem, 0, 0);
}
/* line 343, ../scss/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  /* line 257, ../scss/foundation/components/_offcanvas.scss */
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 348, ../scss/foundation/components/_offcanvas.scss */
.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
/* line 349, ../scss/foundation/components/_offcanvas.scss */
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
/* line 351, ../scss/foundation/components/_offcanvas.scss */
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-19.23077rem, 0);
  -moz-transform: translate(-19.23077rem, 0);
  -ms-transform: translate(-19.23077rem, 0);
  -o-transform: translate(-19.23077rem, 0);
  transform: translate(-19.23077rem, 0);
}
/* line 352, ../scss/foundation/components/_offcanvas.scss */
.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(19.23077rem, 0);
  -moz-transform: translate(19.23077rem, 0);
  -ms-transform: translate(19.23077rem, 0);
  -o-transform: translate(19.23077rem, 0);
  transform: translate(19.23077rem, 0);
}

/* line 357, ../scss/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -19.23077rem;
}
/* line 358, ../scss/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -19.23077rem;
}
/* line 360, ../scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 19.23077rem;
}
/* line 361, ../scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 19.23077rem;
}

/* small displays */
@media only screen {
  /* line 195, ../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 198, ../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 202, ../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;
  }

  /* line 205, ../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 208, ../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 211, ../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 !important;
  }

  /* line 214, ../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.063em) {
  /* line 195, ../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 198, ../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 202, ../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;
  }

  /* line 205, ../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 208, ../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 211, ../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 !important;
  }

  /* line 214, ../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: 64em) {
  /* line 195, ../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 198, ../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 202, ../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;
  }

  /* line 205, ../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 208, ../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 211, ../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 !important;
  }

  /* line 214, ../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.063em) {
  /* line 195, ../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 198, ../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 202, ../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;
  }

  /* line 205, ../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 208, ../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 211, ../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 !important;
  }

  /* line 214, ../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.063em) {
  /* line 195, ../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 198, ../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 202, ../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;
  }

  /* line 205, ../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 208, ../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 211, ../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 !important;
  }

  /* line 214, ../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 229, ../scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

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

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

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

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

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

/* line 253, ../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 258, ../scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

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

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

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

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

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

  /* line 282, ../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 288, ../scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

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

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

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

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

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

  /* line 312, ../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 317, ../scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

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

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

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

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

/* line 324, ../scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

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

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

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

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

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

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

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

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

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

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

/* ------------------------------

   Theme styles 
   
--------------------------------- */
/* Theme variables */
/* Theme components */
/* ----------------------------------------------------------

	Global theme styles */
/* ---------------------------------------------------------- */
/* line 7, ../scss/theme/_globals.scss */
body, html {
  background-color: #ecbc4d;
  min-height: 100%;
}

/* Wrapping div */
/* line 11, ../scss/theme/_globals.scss */
#wrapper {
  overflow: hidden;
  *zoom: 1;
  padding-top: 90px;
  position: relative;
}
/* line 145, ../scss/foundation/components/_global.scss */
#wrapper:before, #wrapper:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
#wrapper:after {
  clear: both;
}

/* line 15, ../scss/theme/_globals.scss */
.boxed-layout #wrapper {
  width: 100%;
  max-width: 90.76923rem;
  margin: 0 auto;
}

/* Page title
============================================ */
/* line 28, ../scss/theme/_globals.scss */
#page-title-wrapper {
  background: #fff;
  *zoom: 1;
  margin-bottom: 0px;
  border-bottom: 1px solid #e4e4e4;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 145, ../scss/foundation/components/_global.scss */
#page-title-wrapper:before, #page-title-wrapper:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
#page-title-wrapper:after {
  clear: both;
}
/* line 38, ../scss/theme/_globals.scss */
#page-title-wrapper h1#page-title {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  font-size: 21px;
  position: relative;
}
/* line 48, ../scss/theme/_globals.scss */
#page-title-wrapper h1#page-title > i {
  margin: -3px 10px -4px 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 26px;
  background: #20a0c6;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  top: -2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
/* line 65, ../scss/theme/_globals.scss */
#page-title-wrapper h1#page-title h3#post-excerpt {
  font-weight: 300 !important;
  margin: 0px 0 10px !important;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  line-height: 1.2em;
}

/* Page content */
/* line 82, ../scss/theme/_globals.scss */
#content {
  background: #fff;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 63.938em) {
  /* line 91, ../scss/theme/_globals.scss */
  #content h1#page-title {
    margin-bottom: 10px;
    text-align: center;
  }
  /* line 97, ../scss/theme/_globals.scss */
  #content h1#page-title span {
    display: block !important;
    float: none;
    font-size: 24px;
    margin-top: 10px;
    clear: both;
    text-align: center;
  }
  /* line 98, ../scss/theme/_globals.scss */
  #content h1#page-title i {
    display: inline-block !important;
    float: none;
    clear: both;
    text-align: center;
    margin: 0;
  }
  /* line 102, ../scss/theme/_globals.scss */
  #content h3#post-excerpt {
    text-align: center;
  }
}
/* line 112, ../scss/theme/_globals.scss */
#content #post-content {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
/* line 120, ../scss/theme/_globals.scss */
#content #sidebar {
  padding-top: 30px;
}
/* line 122, ../scss/theme/_globals.scss */
#content .entry-media {
  margin-bottom: 20px;
}
/* line 123, ../scss/theme/_globals.scss */
#content .entry-thumbnail {
  margin-bottom: 20px;
}

/* Previos post / next post links */
/* line 130, ../scss/theme/_globals.scss */
a[rel=prev], a[rel=next] {
  display: inline-block;
  margin: -4px 2px 0;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
/* line 139, ../scss/theme/_globals.scss */
a[rel=prev] i, a[rel=next] i {
  background: #20a0c6;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0;
  text-align: center;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}

/* line 157, ../scss/theme/_globals.scss */
#post-content a[rel=prev], #post-content a[rel=next] {
  padding: 0px 15px;
  width: auto;
  background: #20a0c6;
  color: #fff;
  font-size: 12px;
  line-height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 166, ../scss/theme/_globals.scss */
#post-content a[rel=prev] i, #post-content a[rel=next] i {
  color: #fff;
  background: none;
  line-height: 36px;
  height: 36px;
  margin: 0;
}
/* line 168, ../scss/theme/_globals.scss */
#post-content a[rel=prev]:hover, #post-content a[rel=next]:hover {
  background: #20a0c6;
  color: #fff;
}
/* line 173, ../scss/theme/_globals.scss */
#post-content a[rel=prev]:hover i, #post-content a[rel=next]:hover i {
  color: #fff;
}
/* line 177, ../scss/theme/_globals.scss */
#post-content a[rel=prev] {
  padding-left: 4px;
}
/* line 178, ../scss/theme/_globals.scss */
#post-content a[rel=next] {
  padding-right: 4px;
}

/* 

	Forms 
	
	Overrides foundation form styles 
   
*/
/* line 194, ../scss/theme/_globals.scss */
input[type=text],
input[type=email],
input[type=number],
textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 201, ../scss/theme/_globals.scss */
input[type=submit],
input[type=reset],
input[type=button] {
  text-transform: uppercase;
  font-size: 12px;
  background: #20a0c6;
  border: none;
  padding: 0 20px;
  line-height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-weight: 600;
}
/* line 213, ../scss/theme/_globals.scss */
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  background: #197d9a;
}

/* line 216, ../scss/theme/_globals.scss */
textarea {
  min-height: 100px;
}

/* line 219, ../scss/theme/_globals.scss */
.button,
.veuse-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 4px;
}

/* line 222, ../scss/theme/_globals.scss */
table .button,
table .veuse-button {
  margin-bottom: 0;
}

/* Breadcrumbs */
/* line 228, ../scss/theme/_globals.scss */
.breadcrumb-wrapper {
  text-align: center;
  margin: 0 0 0px;
}
/* line 232, ../scss/theme/_globals.scss */
.breadcrumb-wrapper ul.breadcrumbs {
  display: inline-block;
  float: none;
  margin: 0 0 10px;
  padding: 0;
}
/* line 239, ../scss/theme/_globals.scss */
.breadcrumb-wrapper ul.breadcrumbs li {
  overflow: visible;
  display: inline-block;
  font-size: 12px;
}
/* line 244, ../scss/theme/_globals.scss */
.breadcrumb-wrapper ul.breadcrumbs li:after {
  content: '›';
  margin: 0 4px;
}
/* line 252, ../scss/theme/_globals.scss */
.breadcrumb-wrapper ul.breadcrumbs li:last-child:after {
  content: '';
}
/* line 253, ../scss/theme/_globals.scss */
.breadcrumb-wrapper ul.breadcrumbs li:last-child a {
  color: #505050;
}

@media only screen and (min-width: 64em) {
  /* line 261, ../scss/theme/_globals.scss */
  .breadcrumb-wrapper {
    text-align: right;
    top: 7px;
  }
  /* line 267, ../scss/theme/_globals.scss */
  .breadcrumb-wrapper .breadcrumbs {
    margin: 0;
    padding: 0;
  }
}
/* Responsive video */
/* line 279, ../scss/theme/_globals.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 288, ../scss/theme/_globals.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Pagination */
/* line 301, ../scss/theme/_globals.scss */
#pager {
  clear: both;
}
/* line 305, ../scss/theme/_globals.scss */
#pager span, #pager a {
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #f4f4f4;
  color: #505050;
  font-size: 12px;
  margin: 0;
}
/* line 317, ../scss/theme/_globals.scss */
#pager span .fa, #pager a .fa {
  font-size: 14px;
}
/* line 320, ../scss/theme/_globals.scss */
#pager span.current, #pager span:hover, #pager a.current, #pager a:hover {
  background: #20a0c6;
  color: #fff;
}

/* Tooltips */
/*
Tipr drop 1.0
Copyright (c) 2013 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/
/* line 336, ../scss/theme/_globals.scss */
.tipr_content {
  box-sizing: padding-box;
  color: #fff;
  background-color: #484848;
  border: none;
  padding: 6px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  min-width: 160px;
  max-width: 400px;
  text-align: center;
  font-size: 12px;
}

/* line 349, ../scss/theme/_globals.scss */
.tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 13px;
  z-index: 1000;
}

/* line 356, ../scss/theme/_globals.scss */
.tipr_container_top {
  display: none;
  position: absolute;
  bottom: 40px;
  z-index: 1000;
}

/* line 363, ../scss/theme/_globals.scss */
.tipr_point_top, .tipr_point_bottom {
  position: relative;
  background: #484848;
}

/* line 369, ../scss/theme/_globals.scss */
.tipr_point_top:after, .tipr_point_top:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}

/* line 379, ../scss/theme/_globals.scss */
.tipr_point_top:after {
  border-top-color: #484848;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}

/* line 386, ../scss/theme/_globals.scss */
.tipr_point_top:before {
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}

/* line 393, ../scss/theme/_globals.scss */
.tipr_point_bottom:after, .tipr_point_bottom:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
}

/* line 403, ../scss/theme/_globals.scss */
.tipr_point_bottom:after {
  border-bottom-color: #484848;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}

/* line 410, ../scss/theme/_globals.scss */
.tipr_point_bottom:before {
  border-bottom-color: #484848;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}

/* Misc */
/* line 419, ../scss/theme/_globals.scss */
abbr.required {
  text-decoration: none;
  border: none;
  cursor: inherit;
  color: #20a0c6;
}

/* line 427, ../scss/theme/_globals.scss */
.veuse-callout {
  outline: none !important;
}
/* line 429, ../scss/theme/_globals.scss */
.veuse-callout h3 {
  line-height: 1.5em;
  margin-top: 10px;
}

/* line 433, ../scss/theme/_globals.scss */
.if-not-logged-in {
  display: inline-block;
}

/* line 434, ../scss/theme/_globals.scss */
.if-logged-in {
  display: none;
}

/* line 437, ../scss/theme/_globals.scss */
.logged-in .if-not-logged-in {
  display: none;
}
/* line 438, ../scss/theme/_globals.scss */
.logged-in .if-logged-in {
  display: inline-block;
}

/* Hides page elements. Faded in by jQuery */
@media only screen {
  /* line 447, ../scss/theme/_globals.scss */
  .js #post-title-wrapper h3,
  .js #post-content > .entry-content {
    opacity: 0.1;
  }
  /* line 451, ../scss/theme/_globals.scss */
  .js #post-content .entry-content .panel,
  .js #post-content .entry-content > ul,
  .js #post-content > article {
    opacity: 0.1;
  }
}
/* Structural elements */
/* Site structure */
/* Add mixins for adding correct columns for content and sidebar based on template */
/* On medium screen resolutions */
@media only screen and (min-width: 64em) {
  /* Default */
  /* line 17, ../scss/theme/_structure.scss */
  #post-content {
    padding-left: 1.53846rem;
    padding-right: 1.53846rem;
    width: 75%;
    float: left;
  }

  /* line 23, ../scss/theme/_structure.scss */
  .blog #post-content {
    padding-left: 1.53846rem;
    padding-right: 1.53846rem;
    width: 75%;
    float: left;
  }

  /* Pages with sidebar on left */
  /* line 31, ../scss/theme/_structure.scss */
  .sidebar-left #post-content {
    padding-left: 1.53846rem;
    padding-right: 1.53846rem;
    width: 75%;
    float: right;
    border-left: 1px solid #f2f2f2;
  }

  /* Pages with sidebar on right */
  /* line 40, ../scss/theme/_structure.scss */
  .sidebar-right #post-content {
    padding-left: 1.53846rem;
    padding-right: 1.53846rem;
    width: 75%;
    float: left;
    border-right: 1px solid #f2f2f2;
  }

  /* line 48, ../scss/theme/_structure.scss */
  #sidebar {
    padding-left: 1.53846rem;
    padding-right: 1.53846rem;
    width: 25%;
    float: left;
  }

  /* line 55, ../scss/theme/_structure.scss */
  .sidebar-right #sidebar {
    border-left: 1px solid #f2f2f2;
    left: -1px !important;
    position: relative;
  }

  /* line 56, ../scss/theme/_structure.scss */
  .sidebar-left #sidebar {
    border-right: 1px solid #f2f2f2;
    right: -1px !important;
    position: relative;
  }

  /* line 63, ../scss/theme/_structure.scss */
  .single-product #post-content,
  .error404 #post-content,
  .fullwidth #post-content,
  .page-template-template-portfolio-php #post-content {
    padding-left: 1.53846rem;
    padding-right: 1.53846rem;
    width: 100%;
    border-left: none !important;
    border-right: none !important;
  }
}
/* On medium screens and smaller */
@media only screen and (max-width: 63.938em) {
  /* Main content wrapper on pages with sidebar */
  /* line 77, ../scss/theme/_structure.scss */
  #post-content {
    padding-left: 1.53846rem;
    padding-right: 1.53846rem;
    width: 100%;
  }

  /* Sidebar */
  /* line 81, ../scss/theme/_structure.scss */
  #sidebar {
    padding-left: 1.53846rem;
    padding-right: 1.53846rem;
    width: 100%;
  }

  /* line 85, ../scss/theme/_structure.scss */
  #post-inner {
    padding-left: 1.53846rem;
    padding-right: 1.53846rem;
    width: 100%;
    float: left;
  }

  /* line 89, ../scss/theme/_structure.scss */
  #subnav {
    padding-left: 1.53846rem;
    padding-right: 1.53846rem;
    width: 100%;
    float: right;
  }
}
/* 

	Typographic styles
	
	Overrides foundation typography-styles
	
========================================== */
@font-face {
  font-family: 'AntroposFreefont';
  src: url("../fonts/antrf___.eot");
  src: url("../fonts/antrf___%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/antrf___.woff") format("woff"), url("../fonts/antrf___.ttf") format("truetype"), url("../fonts/antrf___.svg#AntroposFreefont") format("svg");
}

/* line 20, ../scss/theme/_typography.scss */
h1, h2, h3, h4 {
  font-family: 'AntroposFreefont', sans-serif;
}

/* line 26, ../scss/theme/_typography.scss */
h6 {
  margin-bottom: 16px;
}

/* line 28, ../scss/theme/_typography.scss */
ul, ol {
  margin: 0 0 20px 20px;
  padding: 0;
}

/* line 35, ../scss/theme/_typography.scss */
ul {
  list-style: square;
}

/* line 38, ../scss/theme/_typography.scss */
blockquote {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
}

/* Header styles */
/* Variables */
/* line 8, ../scss/theme/_header.scss */
#header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  z-index: 100;
  height: 90px;
  background: white;
  border-top: 3px solid #20a0c6;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* Sticky nav styling */
  /* Toggle for opening search form */
}
/* line 23, ../scss/theme/_header.scss */
#header #logo {
  line-height: 81px;
}
/* line 24, ../scss/theme/_header.scss */
#header #logo img {
  max-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 27, ../scss/theme/_header.scss */
#header > .row {
  position: relative;
}
/* line 33, ../scss/theme/_header.scss */
#header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  height: 90px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 43, ../scss/theme/_header.scss */
#header.sticky #logo {
  line-height: 83px;
}
/* line 44, ../scss/theme/_header.scss */
#header.sticky #logo img {
  max-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 49, ../scss/theme/_header.scss */
#header #logo {
  text-align: center !important;
  display: block;
}
/* line 54, ../scss/theme/_header.scss */
#header #logo img {
  display: inline !important;
  max-width: 160px;
}
@media only screen and (min-width: 64em) {
  /* line 61, ../scss/theme/_header.scss */
  #header #logo {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    line-height: 83px;
  }
  /* line 71, ../scss/theme/_header.scss */
  #header #logo img {
    display: inline;
    margin: 0;
    max-height: 56px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
/* line 78, ../scss/theme/_header.scss */
#header #menu-open-search {
  position: absolute;
  right: 20px;
  height: 34px;
  line-height: 32px;
  width: 34px;
  font-size: 14px;
  display: block;
  text-align: center;
  top: 50%;
  margin: -15px 0 0 0;
  z-index: 0;
}
/* line 91, ../scss/theme/_header.scss */
#header #menu-open-search i {
  color: #252525;
}
@media only screen and (min-width: 64em) {
  /* line 100, ../scss/theme/_header.scss */
  #header #menu-open-search {
    position: relative;
    right: 0;
    top: 0;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e4e4e4;
    margin: -15px 3px 0 4px;
  }
  /* line 110, ../scss/theme/_header.scss */
  #header #menu-open-search:hover {
    background: #fafafa;
  }
}
/* line 117, ../scss/theme/_header.scss */
#header #header-search {
  display: none;
  background: #20a0c6;
  height: 60px;
}
/* line 123, ../scss/theme/_header.scss */
#header #header-search .row {
  position: relative;
  overflow: visible !important;
  *zoom: 1;
  padding: 12px 10px 12px;
}
/* line 145, ../scss/foundation/components/_global.scss */
#header #header-search .row:before, #header #header-search .row:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
#header #header-search .row:after {
  clear: both;
}
/* line 125, ../scss/theme/_header.scss */
#header #header-search .row:after {
  content: '';
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  border-color: transparent transparent #20a0c6 transparent;
  border-bottom-style: solid;
  position: absolute;
  top: 0px;
  margin-top: -8px;
  right: 50px;
}
/* line 142, ../scss/theme/_header.scss */
#header form#header-search-form {
  margin: 0;
  text-align: right;
  display: block;
}
/* line 149, ../scss/theme/_header.scss */
#header form#header-search-form input {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  width: 100%;
  text-align: left;
  max-width: 400px;
  font-size: 13px !important;
  border: 0;
  margin: 0 !important;
  padding: 0 16px;
  background: #197d9a;
  border: 1px solid #24b2dc;
  color: #bee8f4;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 168, ../scss/theme/_header.scss */
#header form#header-search-form a {
  display: none;
  margin-left: 10px;
}
/* line 171, ../scss/theme/_header.scss */
#header form#header-search-form a img {
  height: 30px;
  width: 30px;
  display: inline-block;
}

/* 	
	Admin bar fix
	
	When user is logged in, add a top margin to header 
	to place below admin-bar 
	
*/
/* line 188, ../scss/theme/_header.scss */
.admin-bar #header.sticky {
  margin-top: 32px;
}

/* 	Hide header for print  */
@media only print {
  /* line 194, ../scss/theme/_header.scss */
  #header {
    display: none;
  }
}
/**
  *  Styles for site footer 
  *
  */
/* line 6, ../scss/theme/_footer.scss */
#footer {
  padding: 30px 0 0;
  color: #999;
  background: #282828;
  /* Typography */
  /* Forms */
  /* Widgets in footer */
}
/* line 14, ../scss/theme/_footer.scss */
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #fff;
}
/* line 15, ../scss/theme/_footer.scss */
#footer p {
  color: #999;
  font-size: 0.9em;
}
/* line 16, ../scss/theme/_footer.scss */
#footer a {
  color: #ccc;
}
/* line 17, ../scss/theme/_footer.scss */
#footer a:hover {
  color: #fff;
}
/* line 21, ../scss/theme/_footer.scss */
#footer label {
  color: #999;
}
/* line 23, ../scss/theme/_footer.scss */
#footer i {
  color: #fcfcfc;
}
/* line 25, ../scss/theme/_footer.scss */
#footer i.fa-ball {
  background: rgba(255, 255, 255, 0.2);
}
/* line 28, ../scss/theme/_footer.scss */
#footer .fa-icon-caption {
  color: #fafafa;
}
/* line 36, ../scss/theme/_footer.scss */
#footer form p {
  margin-bottom: 0;
  position: relative;
}
/* line 37, ../scss/theme/_footer.scss */
#footer form label {
  color: #fff;
}
/* line 39, ../scss/theme/_footer.scss */
#footer form input[type=text], #footer form input[type=email],
#footer form textarea {
  height: auto;
  line-height: 24px;
  padding: 0 10px !important;
  border-color: #333;
  border-color: rgba(255, 255, 255, 0.1);
  background: #101010;
  margin-bottom: 10px;
  color: #909090;
  font-size: 12px;
}
/* line 53, ../scss/theme/_footer.scss */
#footer form textarea {
  height: 70px;
  min-height: 0;
}
/* line 57, ../scss/theme/_footer.scss */
#footer form input[type=submit],
#footer form input[type=reset],
#footer form input[type=button] {
  position: relative;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fafafa;
}
/* line 71, ../scss/theme/_footer.scss */
#footer .widget {
  margin-bottom: 30px;
  /* Default widget lists */
}
/* line 75, ../scss/theme/_footer.scss */
#footer .widget .widget-title {
  font-size: 12px;
  font-weight: 300;
  color: #999;
  text-transform: uppercase;
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 20px;
}
/* line 85, ../scss/theme/_footer.scss */
#footer .widget .widget-title:after {
  display: none;
}
/* line 93, ../scss/theme/_footer.scss */
#footer .widget ul li {
  padding-left: 20px;
  display: block;
  margin: 0;
}
/* line 99, ../scss/theme/_footer.scss */
#footer .widget ul li a {
  margin: 0;
  padding: 0;
}
/* line 101, ../scss/theme/_footer.scss */
#footer .widget ul li:before {
  content: '\f138';
  width: 20px;
  display: inline-block;
  font-family: FontAwesome;
  margin-right: -4px;
  margin-left: -20px;
}
/* line 115, ../scss/theme/_footer.scss */
#footer #footer-address {
  padding: 16px 0;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.05);
}
/* line 120, ../scss/theme/_footer.scss */
#footer #footer-address p:last-child {
  margin-bottom: 0;
}
/* line 122, ../scss/theme/_footer.scss */
#footer #footer-address .columns {
  font-size: 90%;
}
@media only screen and (max-width: 63.938em) {
  /* line 127, ../scss/theme/_footer.scss */
  #footer #footer-address .columns {
    text-align: center !important;
    margin: 5px 0;
  }
  /* line 128, ../scss/theme/_footer.scss */
  #footer #footer-address .columns i {
    margin: 0;
  }
}
/* line 135, ../scss/theme/_footer.scss */
#footer #footer-nav {
  text-align: right;
}
/* line 139, ../scss/theme/_footer.scss */
#footer #footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* line 145, ../scss/theme/_footer.scss */
#footer #footer-nav ul li {
  display: inline;
  padding: 0;
  margin: 0 0 0 0px;
  line-height: 1.5em;
}
/* line 151, ../scss/theme/_footer.scss */
#footer #footer-nav ul li:first-child:before {
  content: '';
  margin: 0;
}
/* line 153, ../scss/theme/_footer.scss */
#footer #footer-nav ul li:before {
  content: ' | ';
  margin: 0 10px;
  color: #505050;
}
/* line 160, ../scss/theme/_footer.scss */
#footer #footer-nav ul li a {
  color: #fcfcfc;
  margin: 0;
}
/* line 162, ../scss/theme/_footer.scss */
#footer #footer-nav ul li a:hover {
  color: #aaa;
}
/* line 165, ../scss/theme/_footer.scss */
#footer #footer-nav ul li ul {
  display: none;
}
@media only screen and (max-width: 63.938em) {
  /* line 172, ../scss/theme/_footer.scss */
  #footer #footer-nav {
    text-align: center;
  }
}
/* line 175, ../scss/theme/_footer.scss */
#footer #footer-credits {
  padding: 30px 0 10px;
  color: #777;
  background: #050505;
}
/* line 181, ../scss/theme/_footer.scss */
#footer #footer-credits p {
  color: #777;
}
/* line 184, ../scss/theme/_footer.scss */
#footer #footer-credits p:last-child {
  margin-bottom: 0;
}
/* line 186, ../scss/theme/_footer.scss */
#footer #footer-credits a {
  color: #777;
}
/* line 188, ../scss/theme/_footer.scss */
#footer #footer-credits a:hover {
  text-decoration: underline;
}
/* line 191, ../scss/theme/_footer.scss */
#footer #footer-credits .columns {
  font-size: 90%;
}
/* line 194, ../scss/theme/_footer.scss */
#footer #footer-credits .columns:last-child {
  text-align: right;
}
@media only screen and (max-width: 63.938em) {
  /* line 198, ../scss/theme/_footer.scss */
  #footer #footer-credits .columns {
    text-align: center !important;
    margin: 5px 0;
    padding-bottom: 15px;
  }
  /* line 200, ../scss/theme/_footer.scss */
  #footer #footer-credits .columns.large-2 i {
    top: 0;
  }
}
/* line 204, ../scss/theme/_footer.scss */
#footer #footer-credits i {
  color: #fafafa;
  margin: 0 4px 0 8px;
}
/* line 208, ../scss/theme/_footer.scss */
#footer #footer-credits .large-2 i {
  line-height: 55px;
  width: 40px;
  height: 55px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: #fff;
  top: -20px;
  margin-bottom: -40px;
  position: relative;
  text-align: center;
  display: inline-block;
}

/**
	
	Navigation
	
	Styles for global navigation 

*/
/* Variables
=========================================== */
/* Main menu
=========================================== */
/* line 22, ../scss/theme/_navigation.scss */
#open-menu-mobile {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  position: absolute;
  left: 20px;
  margin-left: 0px;
  top: 50%;
  margin-top: -15px;
}

/* line 37, ../scss/theme/_navigation.scss */
#primary-nav-container {
  position: absolute;
  left: -200%;
  min-height: 768px;
  top: 0;
  background: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: right;
  -webkit-transition: .4s all ease;
  -moz-transition: .4s all ease;
  -o-transition: .4s all ease;
  -ms-transition: .4s all ease;
  transition: .4s all ease;
  z-index: 2;
}

/* line 57, ../scss/theme/_navigation.scss */
#primary-nav-container.mobile-menu-visible {
  left: 0;
  -webkit-transition: .4s all ease;
  -moz-transition: .4s all ease;
  -o-transition: .4s all ease;
  -ms-transition: .4s all ease;
  transition: .4s all ease;
}

/* line 68, ../scss/theme/_navigation.scss */
#primary-menu {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 76, ../scss/theme/_navigation.scss */
#primary-menu li {
  display: block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  position: static;
  height: auto;
  /* Level 2 ++ */
}
/* line 85, ../scss/theme/_navigation.scss */
#primary-menu li a {
  padding: 20px 30px;
  line-height: 1em;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  height: auto;
}
/* line 94, ../scss/theme/_navigation.scss */
#primary-menu li.showing-child > li, #primary-menu li.showing-child > li > a {
  display: none;
}
/* line 95, ../scss/theme/_navigation.scss */
#primary-menu li.showing-child > li.active {
  display: block;
}
/* line 97, ../scss/theme/_navigation.scss */
#primary-menu li.has-children > a {
  cursor: pointer;
  position: relative;
}
/* line 101, ../scss/theme/_navigation.scss */
#primary-menu li.has-children > a span.arrow:after {
  font-family: 'FontAwesome';
  color: #20a0c6;
  background: #fafafa;
  content: '\f105';
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  margin-top: -6px;
}
/* line 118, ../scss/theme/_navigation.scss */
#primary-menu li.has-children > a:after {
  display: block;
}
/* line 122, ../scss/theme/_navigation.scss */
#primary-menu li.backlink, #primary-menu li.homelink {
  height: 50px;
  clear: both;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}
/* line 132, ../scss/theme/_navigation.scss */
#primary-menu li.backlink a, #primary-menu li.homelink a {
  color: #404040;
  display: block;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
/* line 147, ../scss/theme/_navigation.scss */
#primary-menu li.backlink a span:after, #primary-menu li.homelink a span:after {
  font-family: 'FontAwesome';
  color: #20a0c6;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #fafafa;
  display: inline-block;
  text-align: center;
}
/* line 161, ../scss/theme/_navigation.scss */
#primary-menu li.backlink a span {
  left: 20px;
  position: absolute;
}
/* line 162, ../scss/theme/_navigation.scss */
#primary-menu li.homelink a span {
  right: 30px;
  position: absolute;
}
/* line 163, ../scss/theme/_navigation.scss */
#primary-menu li.backlink a span:after {
  content: '\f104';
}
/* line 164, ../scss/theme/_navigation.scss */
#primary-menu li.homelink a span:after {
  content: '\f00d';
  font-size: 14px;
}
/* line 165, ../scss/theme/_navigation.scss */
#primary-menu li.homelink a {
  text-align: left;
  padding-left: 28px;
}
/* line 169, ../scss/theme/_navigation.scss */
#primary-menu li ul li {
  position: static;
}
/* line 173, ../scss/theme/_navigation.scss */
#primary-menu li > ul,
#primary-menu li > ul ul,
#primary-menu li > ul ul ul {
  position: absolute;
  background: #fff;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transform: translate(100%, 0px);
  -moz-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  margin: 0;
  padding: 0;
  display: block;
}
/* line 188, ../scss/theme/_navigation.scss */
#primary-menu li > ul li a,
#primary-menu li > ul ul li a,
#primary-menu li > ul ul ul li a {
  padding: 20px 1.53846rem;
  line-height: 1em;
  display: block;
  border-bottom: 1px solid #e4e4e4;
}

@media only screen and (min-width: 64em) {
  /* line 207, ../scss/theme/_navigation.scss */
  #open-menu-mobile {
    display: none;
  }

  /* line 210, ../scss/theme/_navigation.scss */
  #primary-nav-container {
    text-align: right;
    margin: 26px 0 0 0;
    position: static;
    background: transparent;
    width: auto;
    display: inline-block;
    min-height: 0;
    height: auto;
    overflow: visible;
  }

  /* line 223, ../scss/theme/_navigation.scss */
  #primary-menu {
    padding: 0;
    margin: 0 8px 0 0;
    display: inline;
    /* Global styles */
    /* Direct decendant */
  }
  /* line 231, ../scss/theme/_navigation.scss */
  #primary-menu li {
    display: inline-block;
    margin: 0;
    position: relative;
  }
  /* line 237, ../scss/theme/_navigation.scss */
  #primary-menu li.homelink, #primary-menu li.backlink {
    display: none;
  }
  /* line 243, ../scss/theme/_navigation.scss */
  #primary-menu li.has-children > a span.arrow:after {
    content: '';
    display: none;
  }
  /* line 247, ../scss/theme/_navigation.scss */
  #primary-menu li.has-children > a:after {
    display: none;
  }
  /* line 250, ../scss/theme/_navigation.scss */
  #primary-menu li a {
    position: relative;
    display: inline-block;
    color: #404040;
    padding: 0px 12px;
    font-weight: 600;
  }
  /* line 261, ../scss/theme/_navigation.scss */
  #primary-menu li ul {
    margin: -1px 0 0;
    width: 200px;
    background: #fff;
    border: 1px solid #e4e4e4;
    text-align: left;
    padding: 0px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
  }
  /* line 278, ../scss/theme/_navigation.scss */
  #primary-menu li ul li {
    display: block;
    float: none;
    clear: both;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  /* line 284, ../scss/theme/_navigation.scss */
  #primary-menu li ul li:last-child {
    border: 0;
  }
  /* line 286, ../scss/theme/_navigation.scss */
  #primary-menu li ul li a {
    display: block;
    padding: 4px 15px;
    border: none;
  }
  /* line 298, ../scss/theme/_navigation.scss */
  #primary-menu > li {
    position: relative;
    margin: 0;
    line-height: 32px;
  }
  /* line 304, ../scss/theme/_navigation.scss */
  #primary-menu > li > a {
    line-height: inherit;
    margin: 0;
    display: block;
    border: 1px solid transparent;
  }
  /* line 313, ../scss/theme/_navigation.scss */
  #primary-menu > li.sfHover > a {
    color: #20a0c6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e4e4e4;
  }
  /* line 326, ../scss/theme/_navigation.scss */
  #primary-menu > li.current_page_parent > a, #primary-menu > li.current_page_item > a, #primary-menu > li.current-menu-item > a {
    color: #20a0c6;
  }
  /* line 335, ../scss/theme/_navigation.scss */
  #primary-menu > li.has-children:hover > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e4e4e4;
    border-bottom-color: #fff;
    z-index: 10;
  }
  /* line 343, ../scss/theme/_navigation.scss */
  #primary-menu > li.has-children ul {
    z-index: 9;
  }
  /* line 350, ../scss/theme/_navigation.scss */
  #primary-menu > li > ul,
  #primary-menu > li > ul ul,
  #primary-menu > li > ul ul ul {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  /* line 357, ../scss/theme/_navigation.scss */
  #primary-menu > li > ul {
    padding: 12px;
    width: 200px;
  }
  /* line 362, ../scss/theme/_navigation.scss */
  #primary-menu > li > ul ul, #primary-menu > li > ul ul ul {
    width: 200px;
  }
  /* line 364, ../scss/theme/_navigation.scss */
  #primary-menu > li > ul > li {
    height: auto;
    padding: 0;
    line-height: 1em;
    position: relative;
    display: block;
  }
  /* line 371, ../scss/theme/_navigation.scss */
  #primary-menu > li > ul > li ul li a {
    font-weight: 400;
  }
  /* line 376, ../scss/theme/_navigation.scss */
  #primary-menu > li > ul > li.current_page_item > a, #primary-menu > li > ul > li.current-meun-item > a {
    color: #505050;
  }
  /* line 384, ../scss/theme/_navigation.scss */
  #primary-menu > li > ul > li.has-children > a {
    background-image: url("../images/arrow-small-right.svg");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 26px;
  }
  /* line 394, ../scss/theme/_navigation.scss */
  #primary-menu > li > ul > li a {
    padding: 8px 0px;
    line-height: 1.2em;
    display: inline-block;
  }
  /* line 398, ../scss/theme/_navigation.scss */
  #primary-menu > li > ul > li a:hover {
    color: #505050;
  }
}
/* Subnavigation
=================================================== */
/* line 411, ../scss/theme/_navigation.scss */
#subnav {
  margin-bottom: 20px;
}
/* line 415, ../scss/theme/_navigation.scss */
#subnav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 421, ../scss/theme/_navigation.scss */
#subnav > ul > li {
  display: block;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 600;
}
/* line 427, ../scss/theme/_navigation.scss */
#subnav > ul > li.current_page_item {
  top: -1px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-right: -21px;
}
/* line 434, ../scss/theme/_navigation.scss */
#subnav > ul > li.current_page_item:before {
  content: '';
  display: block;
  height: 100%;
  width: 4px;
  background: #20a0c6;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: content-box;
  padding: 1px 0;
  margin: -1px 0;
}
/* line 452, ../scss/theme/_navigation.scss */
#subnav > ul > li.current_page_item:after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
/* line 468, ../scss/theme/_navigation.scss */
#subnav > ul > li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 4px 20px;
}
/* line 474, ../scss/theme/_navigation.scss */
#subnav > ul > li ul li {
  border: none;
  margin: 0px;
  font-size: 12px;
  font-weight: 400;
}
/* line 480, ../scss/theme/_navigation.scss */
#subnav > ul > li ul li a {
  color: #767676;
  padding: 2px 0;
  margin: 0;
}
/* line 484, ../scss/theme/_navigation.scss */
#subnav > ul > li:last-child {
  border: 0;
}
/* line 485, ../scss/theme/_navigation.scss */
#subnav > ul > li > a {
  color: #505050;
  padding: 6px 0 6px 20px;
  display: block;
}
/* line 487, ../scss/theme/_navigation.scss */
#subnav > ul > li > a:before {
  content: '\f105';
  width: 20px;
  display: inline-block;
  font-family: FontAwesome;
  margin-right: -4px;
  margin-left: -20px;
  color: #c1c1c1;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 18, ../scss/theme/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 21, ../scss/theme/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 39, ../scss/theme/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 40, ../scss/theme/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 41, ../scss/theme/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 42, ../scss/theme/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 45, ../scss/theme/_flexslider.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 46, ../scss/theme/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 47, ../scss/theme/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 52, ../scss/theme/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 56, ../scss/theme/_flexslider.scss */
.flexslider {
  margin: 0;
  background: transparent;
  position: relative;
  zoom: 1;
  overflow: hidden;
}

/* line 57, ../scss/theme/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 58, ../scss/theme/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 59, ../scss/theme/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
  margin: 0;
}

/* line 60, ../scss/theme/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 63, ../scss/theme/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 64, ../scss/theme/_flexslider.scss */
.flex-direction-nav a {
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 86, ../scss/theme/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 87, ../scss/theme/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
}

/* line 88, ../scss/theme/_flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.9;
  left: 10px;
}

/* line 89, ../scss/theme/_flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.9;
  right: 10px;
}

/* line 90, ../scss/theme/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 92, ../scss/theme/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 94, ../scss/theme/_flexslider.scss */
.flex-direction-nav a {
  text-indent: 0 !important;
}

/* line 96, ../scss/theme/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: block;
  color: #fff !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* line 104, ../scss/theme/_flexslider.scss */
.flex-direction-nav a.flex-prev:before {
  content: '\f104';
}

/* line 109, ../scss/theme/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}

/* Pause/Play */
/* line 114, ../scss/theme/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 115, ../scss/theme/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 116, ../scss/theme/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 117, ../scss/theme/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
/* line 120, ../scss/theme/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 5px;
  text-align: center;
}

/* line 121, ../scss/theme/_flexslider.scss */
.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 122, ../scss/theme/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 123, ../scss/theme/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 124, ../scss/theme/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 126, ../scss/theme/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 127, ../scss/theme/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 128, ../scss/theme/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 129, ../scss/theme/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 130, ../scss/theme/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* line 134, ../scss/theme/_flexslider.scss */
.veuse-slider .flex-caption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: -30px 0 0;
  text-align: center;
  position: absolute;
}
/* line 147, ../scss/theme/_flexslider.scss */
.veuse-slider .flex-caption .caption-inner {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  width: 80%;
  top: 50%;
  background: #fff;
  max-width: 84.61538rem;
  text-align: center;
  display: inline-block;
  background: transparent;
}
/* line 162, ../scss/theme/_flexslider.scss */
.veuse-slider .flex-caption .caption-inner.caption-center {
  text-align: center;
}
/* line 163, ../scss/theme/_flexslider.scss */
.veuse-slider .flex-caption .caption-inner.caption-left {
  text-align: left;
}
/* line 164, ../scss/theme/_flexslider.scss */
.veuse-slider .flex-caption .caption-inner.caption-right {
  text-align: right;
}
/* line 170, ../scss/theme/_flexslider.scss */
.veuse-slider .flex-caption h3 {
  display: block;
  margin: 0 0 1px;
  opacity: 0;
  left: -600px;
  top: 0px;
  position: relative;
  display: block;
}
/* line 183, ../scss/theme/_flexslider.scss */
.veuse-slider .flex-caption h3 span {
  width: 100%;
  max-width: 600px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
/* line 199, ../scss/theme/_flexslider.scss */
.veuse-slider .flex-caption p {
  margin: 0 0 1px;
  opacity: 0;
  position: relative;
  top: 0px;
  right: -600px;
}
/* line 206, ../scss/theme/_flexslider.scss */
.veuse-slider .flex-caption p span {
  width: 100%;
  max-width: 600px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  padding: 10px 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  display: inline-block;
}
/* line 221, ../scss/theme/_flexslider.scss */
.veuse-slider .flex-caption p:last-child {
  margin-bottom: 15px;
}
/* line 226, ../scss/theme/_flexslider.scss */
.veuse-slider .flex-caption a.slide-link {
  clear: both;
  display: block;
  margin: 0 0 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  padding: 7px 15px;
  color: #fff;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 12px;
}
/* line 243, ../scss/theme/_flexslider.scss */
.veuse-slider .flex-caption a.slide-link:hover {
  background-color: #20a0c6;
  border-color: #fff;
  color: #fff;
}

/* line 254, ../scss/theme/_flexslider.scss */
.veuse-gallery-format .flex-caption {
  top: auto;
  bottom: 0 !important;
  left: auto;
  right: 78px !important;
  width: auto;
  padding: 0;
  position: absolute;
  text-align: left;
}
/* line 264, ../scss/theme/_flexslider.scss */
.veuse-gallery-format .flex-caption .caption-inner {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 10px 20px;
  border-left: none;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
/* line 273, ../scss/theme/_flexslider.scss */
.veuse-gallery-format .flex-caption .caption-inner h4 {
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  font-size: 13px;
}
/* line 274, ../scss/theme/_flexslider.scss */
.veuse-gallery-format .flex-caption .caption-inner p {
  margin: 0;
  color: #aaa;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
/* line 279, ../scss/theme/_flexslider.scss */
.veuse-gallery-format .flex-direction-nav a {
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto !important;
  bottom: 0px !important;
  z-index: 10;
  text-align: center;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.6) !important;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: bottom;
}
/* line 302, ../scss/theme/_flexslider.scss */
.veuse-gallery-format .flex-direction-nav .flex-prev {
  right: 39px;
  left: auto;
}
/* line 303, ../scss/theme/_flexslider.scss */
.veuse-gallery-format .flex-direction-nav .flex-next {
  right: 0px;
  left: auto;
}

@media only screen and (max-width: 63.938em) {
  /* line 310, ../scss/theme/_flexslider.scss */
  .flex-caption {
    left: 0;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 10px !important;
  }
  /* line 318, ../scss/theme/_flexslider.scss */
  .flex-caption .caption-inner {
    text-align: center !important;
    display: block;
    float: none;
  }
  /* line 320, ../scss/theme/_flexslider.scss */
  .flex-caption .caption-inner h3 {
    margin: 0;
    text-align: center !important;
  }
  /* line 323, ../scss/theme/_flexslider.scss */
  .flex-caption .caption-inner h3 span {
    background: transparent !important;
    display: block;
    float: none  !important;
    font-size: 16px !important;
    padding: 0px 8px 0 !important;
  }
  /* line 332, ../scss/theme/_flexslider.scss */
  .flex-caption .caption-inner p {
    margin: 0;
    text-align: center !important;
  }
  /* line 335, ../scss/theme/_flexslider.scss */
  .flex-caption .caption-inner p span {
    max-width: none;
    background: transparent !important;
    display: block;
    float: none !important;
    font-size: 12px !important;
    padding: 0px 8px 0px !important;
    color: #ccc;
  }

  /* line 348, ../scss/theme/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
  }

  /* line 349, ../scss/theme/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 356, ../scss/theme/_flexslider.scss */
  .flex-caption {
    position: static !important;
    left: 0;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 10px !important;
    margin: 0 !important;
    background: #000;
  }
  /* line 366, ../scss/theme/_flexslider.scss */
  .flex-caption .caption-inner {
    text-align: center !important;
    display: block;
    float: none;
  }
  /* line 368, ../scss/theme/_flexslider.scss */
  .flex-caption .caption-inner h3 {
    margin: 0;
    text-align: center !important;
  }
  /* line 371, ../scss/theme/_flexslider.scss */
  .flex-caption .caption-inner h3 span {
    background: transparent !important;
    display: block;
    float: none  !important;
    font-size: 16px !important;
    padding: 0px 8px 0 !important;
  }
  /* line 380, ../scss/theme/_flexslider.scss */
  .flex-caption .caption-inner p {
    margin: 0;
    text-align: center !important;
  }
  /* line 383, ../scss/theme/_flexslider.scss */
  .flex-caption .caption-inner p span {
    max-width: none;
    background: transparent !important;
    display: block;
    float: none !important;
    font-size: 12px !important;
    padding: 0px 8px 0px !important;
    color: #ccc;
  }

  /* line 396, ../scss/theme/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
  }

  /* line 397, ../scss/theme/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
  }
}
/* Styles for blog */
/* Globals */
/* line 5, ../scss/theme/_blog.scss */
ul.entry-meta {
  margin: 0 0 10px;
  padding: 10px 0;
  list-style: none;
}
/* line 12, ../scss/theme/_blog.scss */
ul.entry-meta > li {
  padding: 0;
  margin: 0 20px 0 0;
  display: inline;
  color: #505050;
  font-size: 11px;
  text-transform: uppercase;
  /*
  &:after {
  	
  	content:'/';
  	margin:0 0 0 5px;
  	color:#ddd;
  }
  */
}
/* line 20, ../scss/theme/_blog.scss */
ul.entry-meta > li.more-link {
  float: right;
  margin-right: 0;
}
/* line 22, ../scss/theme/_blog.scss */
ul.entry-meta > li.more-link a {
  color: #20a0c6;
}
/* line 25, ../scss/theme/_blog.scss */
ul.entry-meta > li a {
  font-size: 11px;
  display: inline;
  font-weight: normal;
  color: #505050;
}
/* line 30, ../scss/theme/_blog.scss */
ul.entry-meta > li a:hover {
  text-decoration: underline;
}
/* line 43, ../scss/theme/_blog.scss */
ul.entry-meta > li:last-child:after {
  content: '';
}

/* line 46, ../scss/theme/_blog.scss */
ul.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
/* line 53, ../scss/theme/_blog.scss */
ul.post-categories li {
  display: inline;
}

/* Single blog posts */
/* Related posts */
/* line 63, ../scss/theme/_blog.scss */
.related-posts {
  margin: 10px 0 30px;
  padding: 0;
  list-style: none;
}
/* line 69, ../scss/theme/_blog.scss */
.related-posts li {
  *zoom: 1;
  display: block;
  border-bottom: 1px dotted #d4d4d4;
  margin-bottom: 10px;
  padding-bottom: 9px;
}
/* line 145, ../scss/foundation/components/_global.scss */
.related-posts li:before, .related-posts li:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.related-posts li:after {
  clear: both;
}
/* line 78, ../scss/theme/_blog.scss */
.related-posts li .entry-thumbnail {
  float: left;
  width: 10%;
  min-height: 48px;
  display: block;
  background: #f0f0f0;
}
/* line 86, ../scss/theme/_blog.scss */
.related-posts li .entry-data {
  display: block;
  padding: 0 30px;
  float: left;
  width: 90%;
}
/* line 92, ../scss/theme/_blog.scss */
.related-posts li .entry-data .entry-date {
  display: block;
  line-height: 1;
  color: #aaa;
  font-size: 12px;
}

/* Blog loop */
/* line 105, ../scss/theme/_blog.scss */
.post-list article {
  margin: 0 0 30px;
  padding: 0 0 0px;
}
/* line 112, ../scss/theme/_blog.scss */
.post-list .entry-content {
  *zoom: 1;
  padding: 0px 0px 30px;
  margin: 0;
}
/* line 145, ../scss/foundation/components/_global.scss */
.post-list .entry-content:before, .post-list .entry-content:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.post-list .entry-content:after {
  clear: both;
}
/* line 123, ../scss/theme/_blog.scss */
.post-list .entry-date {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-top: 0px;
}
/* line 132, ../scss/theme/_blog.scss */
.post-list .entry-date li {
  text-align: center;
  width: 40px;
}
/* line 133, ../scss/theme/_blog.scss */
.post-list .entry-date li.day {
  background: #fafafa;
  /* fallback/image non-cover color */
  background-color: #fafafa;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#fafafa, #fcfcfc);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#fcfcfc));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#fafafa, #fcfcfc);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#fafafa, #fcfcfc);
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 8px;
  position: relative;
  -webkit-box-shadow: inset 0 -1px 0 white, inset 0 -2px 0 #e1e1e1;
  -moz-box-shadow: inset 0 -1px 0 white, inset 0 -2px 0 #e1e1e1;
  box-shadow: inset 0 -1px 0 white, inset 0 -2px 0 #e1e1e1;
}
/* line 144, ../scss/theme/_blog.scss */
.post-list .entry-date li.day span {
  font-size: 21px;
  border-top: 1px solid #fff;
  position: relative;
  z-index: 1;
  min-height: 40px;
  line-height: 40px;
  color: #181818;
  display: block;
  font-weight: bold;
}
/* line 157, ../scss/theme/_blog.scss */
.post-list .entry-date li.day:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #fff;
  z-index: 0;
  margin-top: -1px;
}
/* line 174, ../scss/theme/_blog.scss */
.post-list .entry-date li.month {
  font-size: 11px;
  text-transform: uppercase;
}

/* Salvattore grids (Masjonry effect) */
/* line 192, ../scss/theme/_blog.scss */
#grid {
  margin: 0 -15px;
  display: block;
  clear: both;
}

/* line 199, ../scss/theme/_blog.scss */
.salvattore-column {
  padding: 0 15px;
}

/* line 200, ../scss/theme/_blog.scss */
#grid[data-columns-3]::before {
  content: '3 .salvattore-column.size-1of3';
}

/* These are the classes that are going to be applied: */
/* line 205, ../scss/theme/_blog.scss */
.salvattore-column {
  float: left;
}

/* line 206, ../scss/theme/_blog.scss */
.size-1of3 {
  width: 33.333%;
}

/* line 208, ../scss/theme/_blog.scss */
#grid[data-columns-2]::before {
  content: '2 .salvattore-column.size-1of2';
}

/* These are the classes that are going to be applied: */
/* line 213, ../scss/theme/_blog.scss */
.salvattore-column {
  float: left;
}

/* line 214, ../scss/theme/_blog.scss */
.size-1of2 {
  width: 50%;
}

/* Also, don't forget to add this: */
/* line 218, ../scss/theme/_blog.scss */
[data-columns]::before {
  display: none;
}

/** 
  * Comments and comment-form 
  *
  */
/* line 6, ../scss/theme/_comments.scss */
.comment-form {
  margin-bottom: 3.07692rem;
  *zoom: 1;
}
/* line 145, ../scss/foundation/components/_global.scss */
.comment-form:before, .comment-form:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.comment-form:after {
  clear: both;
}
/* line 11, ../scss/theme/_comments.scss */
.comment-form span.required {
  color: red !important;
  padding: 4px 0 0 4px;
  display: inline-block;
  line-height: 2em;
}
/* line 13, ../scss/theme/_comments.scss */
.comment-form textarea {
  min-height: 100px;
}
/* line 15, ../scss/theme/_comments.scss */
.comment-form input[type=submit] {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.53846rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.92308rem;
  padding-right: 1.84615rem;
  padding-bottom: 1rem;
  padding-left: 1.84615rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  padding-top: true0.07692rem;
  padding-bottom: true;
  -webkit-appearance: none;
  font-weight: normal !important;
  background-color: #20a0c6;
  border-color: #1a809e;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 146, ../scss/foundation/components/_buttons.scss */
.comment-form input[type=submit]:hover, .comment-form input[type=submit]:focus {
  background-color: #1a809e;
}
/* line 157, ../scss/foundation/components/_buttons.scss */
.comment-form input[type=submit]:hover, .comment-form input[type=submit]:focus {
  color: white;
}
/* line 19, ../scss/theme/_comments.scss */
.comment-form .form-allowed-tags {
  color: #838383;
}
/* line 21, ../scss/theme/_comments.scss */
.comment-form .form-allowed-tags code {
  color: #838383;
}
/* line 22, ../scss/theme/_comments.scss */
.comment-form .form-allowed-tags a {
  color: #838383;
}

/* line 29, ../scss/theme/_comments.scss */
#commentform label {
  display: inline-block;
}
/* line 30, ../scss/theme/_comments.scss */
#commentform span.required {
  display: inline-block;
  margin: 0;
  line-height: 0;
}

/* line 33, ../scss/theme/_comments.scss */
#comments {
  margin: 30px 0 0px;
}
/* line 37, ../scss/theme/_comments.scss */
#comments h3.comments-title {
  margin-bottom: 20px;
}
/* line 39, ../scss/theme/_comments.scss */
#comments ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0px;
}
/* line 41, ../scss/theme/_comments.scss */
#comments p {
  margin-bottom: 10px;
}
/* line 42, ../scss/theme/_comments.scss */
#comments .button {
  margin: 0 0 10px 0;
}
/* line 43, ../scss/theme/_comments.scss */
#comments li.depth-1 {
  margin: 0px 0 0 0;
  display: block;
}
/* line 44, ../scss/theme/_comments.scss */
#comments li.depth-2 {
  margin: 0px 0 0 54px !important;
}
/* line 45, ../scss/theme/_comments.scss */
#comments li.depth-3 {
  margin: 0px 0 0 108px !important;
}
/* line 46, ../scss/theme/_comments.scss */
#comments li.depth-4 {
  margin: 0px 0 0 162px;
  display: block;
}
/* line 47, ../scss/theme/_comments.scss */
#comments li.depth-5 {
  margin: 0px 0 0 226px;
  display: block;
}
/* line 50, ../scss/theme/_comments.scss */
#comments .entry-meta {
  padding: 0;
  margin: 0 0 10px;
  *zoom: 1;
}
/* line 145, ../scss/foundation/components/_global.scss */
#comments .entry-meta:before, #comments .entry-meta:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
#comments .entry-meta:after {
  clear: both;
}
/* line 55, ../scss/theme/_comments.scss */
#comments .entry-meta h4 {
  margin: 0 0 5px;
  line-height: 1em;
}
/* line 57, ../scss/theme/_comments.scss */
#comments .entry-meta .comment-author {
  width: 54px;
  height: 46px;
  display: inline-block;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
}
/* line 67, ../scss/theme/_comments.scss */
#comments .entry-meta .comment-author img {
  padding: 0;
  margin: 0;
}
/* line 70, ../scss/theme/_comments.scss */
#comments .entry-meta .comment-edit-link {
  border-left: 1px solid #f2f2f2;
  padding-left: 10px;
  margin-left: 10px;
}
/* line 71, ../scss/theme/_comments.scss */
#comments .entry-meta .comment-reply-link {
  border-left: 1px solid #f2f2f2;
  padding-left: 10px;
  margin-left: 10px;
}
/* line 75, ../scss/theme/_comments.scss */
#comments .single-comment {
  margin-bottom: 30px;
}

/* line 1, ../scss/theme/_widgets.scss */
#sidebar .widget {
  margin-bottom: 30px;
}

/* line 6, ../scss/theme/_widgets.scss */
.widget {
  /* Lists in widgets - default styles */
}
/* line 10, ../scss/theme/_widgets.scss */
.widget p:last-child {
  margin-bottom: 0;
}
/* line 12, ../scss/theme/_widgets.scss */
.widget .widget-title {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e7e7e7;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}
/* line 22, ../scss/theme/_widgets.scss */
.widget .widget-title:after {
  position: absolute;
  bottom: -2px;
  border-bottom: 2px solid #20a0c6;
  width: 30px;
  content: '';
  left: 0;
}
/* line 37, ../scss/theme/_widgets.scss */
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 43, ../scss/theme/_widgets.scss */
.widget ul li {
  	  		/*
  		padding-left:20px;
	  	
	  	&:before {
						
			font-family: 'FontAwesome';
			content: "\f0da";
			margin:-1px 6px 0 -20px;
		}	
	  	*/
}
/* line 56, ../scss/theme/_widgets.scss */
.widget ul li a {
  color: #6a6a6a;
}
/* line 59, ../scss/theme/_widgets.scss */
.widget ul li a:hover {
  color: #20a0c6;
}
/* line 62, ../scss/theme/_widgets.scss */
.widget ul li ul {
  margin: 0 0 0 10px;
}
/* line 66, ../scss/theme/_widgets.scss */
.widget ul li ul li {
  font-size: 90%;
}
/* line 71, ../scss/theme/_widgets.scss */
.widget ul li ul li a {
  color: #9d9d9d;
  padding-left: 0px;
}
/* line 82, ../scss/theme/_widgets.scss */
.widget.widget_veuse_slider_widget {
  padding-bottom: 30px !important;
}
/* line 94, ../scss/theme/_widgets.scss */
.widget.widget_meta ul li, .widget.widget_categories ul li, .widget.widget_recent-posts ul li, .widget.widget_recent-comments ul li, .widget.widget_rss ul li, .widget.widget_archives ul li, .widget.widget_nav_menu ul li {
  margin: 0 0 2px;
  line-height: 1.3em;
}
/* line 105, ../scss/theme/_widgets.scss */
.widget.widget_meta ul li {
  margin: 0 0 4px;
}
/* line 113, ../scss/theme/_widgets.scss */
.widget.widget_calendar table {
  border: 0;
  background: #fff;
  width: 100%;
  border-spacing: 1px !important;
  border-collapse: collapse;
}
/* line 114, ../scss/theme/_widgets.scss */
.widget.widget_calendar table caption {
  margin: 4px 0 8px;
  text-align: left;
  font-weight: bold;
}
/* line 115, ../scss/theme/_widgets.scss */
.widget.widget_calendar table thead, .widget.widget_calendar table tfoot, .widget.widget_calendar table tr, .widget.widget_calendar table td, .widget.widget_calendar table th {
  background: transparent;
}
/* line 116, ../scss/theme/_widgets.scss */
.widget.widget_calendar table th, .widget.widget_calendar table td {
  padding: 4px;
}
/* line 118, ../scss/theme/_widgets.scss */
.widget.widget_calendar table thead {
  background: transparent !important;
}
/* line 120, ../scss/theme/_widgets.scss */
.widget.widget_calendar table thead th {
  text-align: center;
}
/* line 125, ../scss/theme/_widgets.scss */
.widget.widget_calendar table tbody td {
  background: #fff !important;
  text-align: center;
}
/* line 128, ../scss/theme/_widgets.scss */
.widget.widget_calendar table tfoot {
  background: transparent !important;
}
/* line 130, ../scss/theme/_widgets.scss */
.widget.widget_calendar table tfoot #prev {
  text-align: left;
  padding: 2px 4px;
  font-weight: normal;
}
/* line 131, ../scss/theme/_widgets.scss */
.widget.widget_calendar table tfoot #next {
  text-align: right;
  padding: 2px 4px;
  font-weight: normal;
}

/* Required Wordpress classes
========================================= */
/* line 4, ../scss/theme/_wordpress.scss */
.gallery-caption {
  opacity: 1;
}

/* line 5, ../scss/theme/_wordpress.scss */
.sticky {
  display: block;
}

/* line 6, ../scss/theme/_wordpress.scss */
.bypostauthor {
  display: block;
}

/* line 8, ../scss/theme/_wordpress.scss */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/* line 13, ../scss/theme/_wordpress.scss */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/* line 20, ../scss/theme/_wordpress.scss */
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/* line 28, ../scss/theme/_wordpress.scss */
.alignleft-nomarginbottom {
  float: left;
  margin: 0 20px 0 0 !important;
}

/* line 33, ../scss/theme/_wordpress.scss */
.alignright-nomarginbottom {
  float: right;
  margin: 0 0 0 20px !important;
}

/* line 37, ../scss/theme/_wordpress.scss */
.baseline-right {
  float: right;
  vertical-align: baseline;
  display: block;
  margin-left: 20px;
}

/* line 44, ../scss/theme/_wordpress.scss */
.wp-caption {
  line-height: 1.3em;
  margin-bottom: 20px;
  width: auto !important;
  text-align: center;
  background: #fafafa;
  padding: 20px;
  border: 1px solid #eee;
  border-bottom-color: #ddd;
}

/* line 56, ../scss/theme/_wordpress.scss */
.wp-caption img {
  margin: 0 0 10px;
  display: inline;
}

/* line 62, ../scss/theme/_wordpress.scss */
.wp-caption p.wp-caption-text {
  color: #555;
  margin: 0;
}

/* Theme plugin-support styles */
/* Theme styles for woocommerce */
/* line 7, ../scss/plugins/_woocommerce.scss */
.woocommerce .woocommerce-info {
  border: 1px solid #eee;
  background: #fafafa;
  padding: 15px 20px;
  margin-bottom: 30px;
}
/* line 15, ../scss/plugins/_woocommerce.scss */
.woocommerce .woocommerce-message {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 15px 20px 15px 30px;
  *zoom: 1;
  line-height: 40px;
  margin: 0 0 20px 0;
  font-size: 1.38462rem;
}
/* line 145, ../scss/foundation/components/_global.scss */
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-message:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.woocommerce .woocommerce-message:after {
  clear: both;
}
/* line 26, ../scss/plugins/_woocommerce.scss */
.woocommerce .woocommerce-message .button {
  float: right;
  margin-bottom: 0;
}
/* line 30, ../scss/plugins/_woocommerce.scss */
.woocommerce .woocommerce-error {
  background: #f04124;
  margin: 0 0 30px 0;
  list-style: none;
  padding: 15px 20px;
}
/* line 37, ../scss/plugins/_woocommerce.scss */
.woocommerce .woocommerce-error li {
  margin: 0 3px 3px 0px;
  display: inline-block;
  color: #731708;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 47, ../scss/plugins/_woocommerce.scss */
.woocommerce .added_to_cart {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 100px;
  margin: -35px 0 0 -150px;
  padding: 40px;
  background: #404040;
  text-align: center;
  color: #fff;
  z-index: 9999;
}

/* line 65, ../scss/plugins/_woocommerce.scss */
#header-cart-widget {
  display: none;
  position: absolute;
  right: 0;
  text-align: left;
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 15px 15px;
  max-width: 300px;
  min-width: 300px;
  margin-top: -2px;
  z-index: 0;
  -webkit-border-radius: 2px 0 2px 2px;
  -moz-border-radius: 2px 0 2px 2px;
  -ms-border-radius: 2px 0 2px 2px;
  -o-border-radius: 2px 0 2px 2px;
  border-radius: 2px 0 2px 2px;
}
/* line 80, ../scss/plugins/_woocommerce.scss */
#header-cart-widget .widgettitle {
  display: none;
}
/* line 81, ../scss/plugins/_woocommerce.scss */
#header-cart-widget .total {
  color: #252525;
}
/* line 83, ../scss/plugins/_woocommerce.scss */
#header-cart-widget .total strong {
  font-weight: 600;
}
/* line 86, ../scss/plugins/_woocommerce.scss */
#header-cart-widget p.buttons a.button {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12px !important;
  display: inline-block;
  /*
  &.checkout {
  	
  	&:after {
  		
  		content:'\f090';
  		font-family: FontAwesome;
  		font-size: 14px !important;
  		font-weight: 400 !important;
  		margin-left:4px;
  	 }
  }
  */
}
/* line 100, ../scss/plugins/_woocommerce.scss */
#header-cart-widget p.buttons a.button:first-child {
  background: #363636;
  /*
  &:before {
  	
  	content:'\f07a';
  	font-family: FontAwesome;
  	font-size: 14px !important;
  	font-weight: 400 !important;
  	margin-right: 4px;
   }
   */
}
/* line 117, ../scss/plugins/_woocommerce.scss */
#header-cart-widget .cart_list li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #d4d4d4;
  position: relative;
}
/* line 123, ../scss/plugins/_woocommerce.scss */
#header-cart-widget .cart_list li a {
  font-weight: 600;
  color: #252525;
  margin: 0;
}
/* line 130, ../scss/plugins/_woocommerce.scss */
#header-cart-widget .cart_list li a img {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 133, ../scss/plugins/_woocommerce.scss */
#header-cart-widget .cart_list li .quantity {
  display: block;
  clear: both;
  font-weight: normal;
  margin: 0;
  color: #505050;
  font-size: 12px;
}

/* line 141, ../scss/plugins/_woocommerce.scss */
#shopping-cart {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
}
/* line 148, ../scss/plugins/_woocommerce.scss */
#shopping-cart a {
  margin: -15px 0 0 0;
  display: block;
  padding: 0;
  height: 30px;
  line-height: 31px;
}
/* line 156, ../scss/plugins/_woocommerce.scss */
#shopping-cart a .cart-total {
  display: none;
}

@media only screen and (min-width: 64em) {
  /* line 170, ../scss/plugins/_woocommerce.scss */
  #shopping-cart {
    z-index: 1;
    position: relative;
    display: inline-block;
    margin: 0;
    right: auto;
    top: auto;
  }
  /* line 180, ../scss/plugins/_woocommerce.scss */
  #shopping-cart > a {
    height: 34px;
    line-height: 31px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e4e4e4;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top: -1px;
  }
  /* line 194, ../scss/plugins/_woocommerce.scss */
  #shopping-cart > a:hover, #shopping-cart > a.active {
    border-color: #e4e4e4;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    border-bottom-color: #fff;
  }
  /* line 196, ../scss/plugins/_woocommerce.scss */
  #shopping-cart > a:hover .cart-total, #shopping-cart > a.active .cart-total {
    -webkit-border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    -ms-border-radius: 0 2px 0 0;
    -o-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0;
  }
  /* line 201, ../scss/plugins/_woocommerce.scss */
  #shopping-cart > a i {
    color: #252525;
    margin-right: 3px;
  }
  /* line 207, ../scss/plugins/_woocommerce.scss */
  #shopping-cart > a .cart-total {
    background: #fff;
    height: 33px;
    line-height: 31px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    margin-left: 10px;
    padding: 0 15px 0 10px;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #404040;
    display: inline-block;
    text-transform: none;
    font-weight: 600;
  }
}
/* line 231, ../scss/plugins/_woocommerce.scss */
.type-product {
  *zoom: 1;
}
/* line 145, ../scss/foundation/components/_global.scss */
.type-product:before, .type-product:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.type-product:after {
  clear: both;
}
/* line 235, ../scss/plugins/_woocommerce.scss */
.type-product > .row {
  margin-bottom: 30px;
}
/* line 241, ../scss/plugins/_woocommerce.scss */
.type-product .images img {
  padding: 4px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 247, ../scss/plugins/_woocommerce.scss */
.type-product .images > a {
  margin-bottom: 10px;
  display: inline-block;
}
/* line 253, ../scss/plugins/_woocommerce.scss */
.type-product .images .thumbnails > a {
  margin: 0 10px 0 0;
}
/* line 263, ../scss/plugins/_woocommerce.scss */
.type-product .product_meta {
  font-size: 11px;
  margin-bottom: 30px;
}
/* line 265, ../scss/plugins/_woocommerce.scss */
.type-product .price {
  padding: 0;
  margin: 0 0 20px;
}
/* line 269, ../scss/plugins/_woocommerce.scss */
.type-product .price span.amount {
  font-size: 140%;
  font-weight: bold;
  color: #20a0c6;
}
/* line 272, ../scss/plugins/_woocommerce.scss */
.type-product p.price {
  clear: both;
  *zoom: 1;
  max-width: 240px;
}
/* line 145, ../scss/foundation/components/_global.scss */
.type-product p.price:before, .type-product p.price:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.type-product p.price:after {
  clear: both;
}

/* line 277, ../scss/plugins/_woocommerce.scss */
.woocommerce ul.payment_methods {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
/* line 285, ../scss/plugins/_woocommerce.scss */
.woocommerce ul.payment_methods li input, .woocommerce ul.payment_methods li label {
  display: inline-block;
}
/* line 286, ../scss/plugins/_woocommerce.scss */
.woocommerce ul.payment_methods li label {
  font-weight: 600;
  margin-left: 6px;
}
/* line 293, ../scss/plugins/_woocommerce.scss */
.woocommerce .cart_totals table {
  border: none;
}
/* line 297, ../scss/plugins/_woocommerce.scss */
.woocommerce .cart_totals table tr {
  border-bottom: 1px solid #e4e4e4;
}
/* line 299, ../scss/plugins/_woocommerce.scss */
.woocommerce .cart_totals table tr td, .woocommerce .cart_totals table tr th {
  padding: 10px 0;
}
/* line 305, ../scss/plugins/_woocommerce.scss */
.woocommerce table {
  border: 1px solid #e4e4e4;
  width: 100%;
  margin-bottom: 30px;
}
/* line 312, ../scss/plugins/_woocommerce.scss */
.woocommerce table thead tr,
.woocommerce table tfoot tr {
  background: #fafafa;
}
/* line 317, ../scss/plugins/_woocommerce.scss */
.woocommerce table thead th, .woocommerce table tbody th, .woocommerce table tfoot th {
  padding: 8px 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
}
/* line 322, ../scss/plugins/_woocommerce.scss */
.woocommerce table td, .woocommerce table th {
  border-bottom: 1px solid #e4e4e4;
}
/* line 324, ../scss/plugins/_woocommerce.scss */
.woocommerce table td {
  padding: 8px 10px;
}
/* line 327, ../scss/plugins/_woocommerce.scss */
.woocommerce table td.product-remove {
  text-align: center;
}
/* line 331, ../scss/plugins/_woocommerce.scss */
.woocommerce table td.product-remove a {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background: #20a0c6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* line 335, ../scss/plugins/_woocommerce.scss */
.woocommerce table td.actions {
  background: #fafafa;
}
/* line 341, ../scss/plugins/_woocommerce.scss */
.woocommerce table td.actions .checkout-button {
  float: right;
}
/* line 343, ../scss/plugins/_woocommerce.scss */
.woocommerce table td.actions .coupon {
  display: inline-block;
}
/* line 347, ../scss/plugins/_woocommerce.scss */
.woocommerce table td.actions .coupon label {
  display: none;
}
/* line 349, ../scss/plugins/_woocommerce.scss */
.woocommerce table td.actions .coupon input#coupon_code {
  position: relative;
  top: 1px;
  height: 30px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  border: 1px solid #dadada;
  border-right: none;
  padding: 0 10px;
}
/* line 359, ../scss/plugins/_woocommerce.scss */
.woocommerce table td.actions .coupon input[type=submit] {
  margin-left: -4px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
/* line 372, ../scss/plugins/_woocommerce.scss */
.woocommerce form.cart {
  margin-bottom: 0px;
}
/* line 374, ../scss/plugins/_woocommerce.scss */
.woocommerce button.veuse-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 376, ../scss/plugins/_woocommerce.scss */
.woocommerce .quantity {
  display: inline-block;
  width: 100px;
  height: 32px;
  position: relative;
  top: 1px;
  margin-right: 12px;
  margin-bottom: 0px;
}
/* line 386, ../scss/plugins/_woocommerce.scss */
.woocommerce .quantity input[type=number].qty,
.woocommerce .quantity input[type=number].qty:hover {
  border: 1px solid #e4e4e4;
  position: relative;
  height: 32px;
  padding: 0 0 0 20px;
  margin: 0;
  line-height: 20px;
  -webkit-user-select: text;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 397, ../scss/plugins/_woocommerce.scss */
.woocommerce .quantity input[type=number].qty:focus,
.woocommerce .quantity input[type=number].qty:hover:focus {
  outline: none;
}
/* line 400, ../scss/plugins/_woocommerce.scss */
.woocommerce .quantity input[type=button] {
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  color: #505050;
  z-index: 1;
}
/* line 414, ../scss/plugins/_woocommerce.scss */
.woocommerce .quantity input[type=button].plus {
  top: 0;
  right: -6px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
/* line 415, ../scss/plugins/_woocommerce.scss */
.woocommerce .quantity input[type=button].minus {
  bottom: 0;
  left: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
/* line 418, ../scss/plugins/_woocommerce.scss */
.woocommerce .quantity input[type=button]:focus {
  outline: none;
}
/* line 425, ../scss/plugins/_woocommerce.scss */
.woocommerce .product {
  position: relative;
}
/* line 428, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .veuse-product-content {
  border: 1px solid #e4e4e4;
}
/* line 433, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .veuse-product-content h3,
.woocommerce .product .veuse-product-content h4 {
  padding: 10px 15px 0;
  font-weight: normal;
}
/* line 440, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .veuse-product-content .veuse-product-info {
  *zoom: 1;
}
/* line 145, ../scss/foundation/components/_global.scss */
.woocommerce .product .veuse-product-content .veuse-product-info:before, .woocommerce .product .veuse-product-content .veuse-product-info:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.woocommerce .product .veuse-product-content .veuse-product-info:after {
  clear: both;
}
/* line 449, ../scss/plugins/_woocommerce.scss */
.woocommerce .product span.onsale {
  position: absolute;
  top: 10px;
  right: 15px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  background: #20a0c6;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
}
/* line 464, ../scss/plugins/_woocommerce.scss */
.woocommerce .product > a img {
  margin: 0 0 15px;
  width: 100%;
}
/* line 466, ../scss/plugins/_woocommerce.scss */
.woocommerce .product span.price {
  float: left;
  margin: 0px 15px 10px;
}
/* line 478, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .price del {
  float: right;
  color: #aaa;
  padding-top: 5px;
}
/* line 482, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .price del span.amount {
  color: #aaa;
  font-weight: normal;
  font-size: 13px;
}
/* line 489, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .price ins {
  margin-right: 6px;
  float: left;
  font-weight: bold;
  text-decoration: none;
}
/* line 498, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .star-rating {
  margin: 10px 15px 0;
  float: right;
}
/* line 506, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .product-actions {
  clear: both;
}
/* line 508, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .veuse-cart-button {
  width: 60%;
}
/* line 509, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .veuse-view-details {
  width: 40%;
}
/* line 512, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .veuse-cart-button,
.woocommerce .product .veuse-view-details {
  font-size: 11px;
  font-weight: 500;
  color: #505050;
  float: left;
  padding: 0 15px;
  line-height: 40px;
  border-top: 1px solid #e4e4e4;
  text-align: center;
}
/* line 524, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .veuse-cart-button {
  background: #20a0c6;
  background: #fafafa;
}
/* line 531, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .veuse-view-details {
  background: #fafafa;
}
/* line 536, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .veuse-cart-button:before {
  content: '\f07a';
  font-family: FontAwesome;
  margin-right: 8px;
  font-size: 14px !important;
  color: #252525;
  text-align: left !important;
}
/* line 546, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .veuse-view-details:before {
  content: '\f0f6';
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 14px !important;
  color: #252525;
}
/* line 555, ../scss/plugins/_woocommerce.scss */
.woocommerce .product .veuse-cart-button:hover {
  opacity: 1;
}
/* line 563, ../scss/plugins/_woocommerce.scss */
.woocommerce .woocommerce-tabs {
  *zoom: 1;
  clear: both;
  margin-bottom: 20px;
}
/* line 145, ../scss/foundation/components/_global.scss */
.woocommerce .woocommerce-tabs:before, .woocommerce .woocommerce-tabs:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.woocommerce .woocommerce-tabs:after {
  clear: both;
}
/* line 569, ../scss/plugins/_woocommerce.scss */
.woocommerce .woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 575, ../scss/plugins/_woocommerce.scss */
.woocommerce .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
/* line 579, ../scss/plugins/_woocommerce.scss */
.woocommerce .woocommerce-tabs ul.tabs li a {
  display: block;
  height: 46px;
  line-height: 44px;
  border: 1px solid #e4e4e4;
  background: #fafafa;
  padding: 0 20px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: #505050;
  font-size: 11px;
}
/* line 591, ../scss/plugins/_woocommerce.scss */
.woocommerce .woocommerce-tabs ul.tabs li.active a {
  border-bottom-color: #fff;
  background: #fff;
}
/* line 596, ../scss/plugins/_woocommerce.scss */
.woocommerce .woocommerce-tabs .panel {
  padding: 20px;
  margin: 0;
  border: 1px solid #e4e4e4;
  margin-top: -1px;
  -webkit-border-radius: 0 2px 2px 2px;
  -moz-border-radius: 0 2px 2px 2px;
  -ms-border-radius: 0 2px 2px 2px;
  -o-border-radius: 0 2px 2px 2px;
  border-radius: 0 2px 2px 2px;
}
/* line 607, ../scss/plugins/_woocommerce.scss */
.woocommerce .related.products {
  clear: both;
}

/* line 612, ../scss/plugins/_woocommerce.scss */
.comment-form {
  padding: 0;
  margin: 0 !important;
}

/* line 617, ../scss/plugins/_woocommerce.scss */
#reviews #comments {
  margin: 0;
}
/* line 624, ../scss/plugins/_woocommerce.scss */
#reviews #comments .commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 630, ../scss/plugins/_woocommerce.scss */
#reviews #comments .commentlist li {
  display: block;
  clear: both;
  *zoom: 1;
}
/* line 145, ../scss/foundation/components/_global.scss */
#reviews #comments .commentlist li:before, #reviews #comments .commentlist li:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
#reviews #comments .commentlist li:after {
  clear: both;
}
/* line 638, ../scss/plugins/_woocommerce.scss */
#reviews #comments .commentlist li .comment_container {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
/* line 644, ../scss/plugins/_woocommerce.scss */
#reviews #comments .commentlist li .comment_container img {
  float: left;
  display: inline;
  max-width: 60px;
}
/* line 650, ../scss/plugins/_woocommerce.scss */
#reviews #comments .commentlist li .comment_container .comment-text {
  display: block;
  margin-left: 80px;
  padding: 15px 20px 15px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 658, ../scss/plugins/_woocommerce.scss */
#reviews #comments .commentlist li .comment_container .comment-text .star-rating {
  float: right;
  padding: 0;
  margin: 0;
}
/* line 664, ../scss/plugins/_woocommerce.scss */
#reviews #comments .commentlist li .comment_container .comment-text p.meta {
  padding: 0;
  margin: 0 0 10px;
  font-size: 11px;
}
/* line 671, ../scss/plugins/_woocommerce.scss */
#reviews #comments .commentlist li .comment_container .comment-text .description {
  padding: 0;
  margin: 0;
}
/* line 676, ../scss/plugins/_woocommerce.scss */
#reviews #comments .commentlist li .comment_container .comment-text .description p {
  padding: 0;
  margin: 0;
}

/* Star rating */
/* line 690, ../scss/plugins/_woocommerce.scss */
.star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 14px;
  width: 4.8em;
  font-family: FontAwesome;
}
/* line 699, ../scss/plugins/_woocommerce.scss */
.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  color: #252525;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-right: 2px;
}
/* line 708, ../scss/plugins/_woocommerce.scss */
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
/* line 716, ../scss/plugins/_woocommerce.scss */
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  color: #252525;
  top: 0;
  position: absolute;
  left: 0;
}

/* line 725, ../scss/plugins/_woocommerce.scss */
.woocommerce-product-rating {
  line-height: 2em;
  display: block;
}
/* line 729, ../scss/plugins/_woocommerce.scss */
.woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
}

/* line 736, ../scss/plugins/_woocommerce.scss */
.products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none;
}

/* line 744, ../scss/plugins/_woocommerce.scss */
.hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}

/* line 750, ../scss/plugins/_woocommerce.scss */
#review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}
/* line 145, ../scss/foundation/components/_global.scss */
#review_form #respond:before, #review_form #respond:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
#review_form #respond:after {
  clear: both;
}
/* line 758, ../scss/plugins/_woocommerce.scss */
#review_form #respond p {
  margin: 0 0 10px;
}
/* line 762, ../scss/plugins/_woocommerce.scss */
#review_form #respond .form-submit input {
  left: auto;
}
/* line 766, ../scss/plugins/_woocommerce.scss */
#review_form #respond textarea {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}

/* line 775, ../scss/plugins/_woocommerce.scss */
p.stars {
  position: relative;
  height: 1em;
  font-size: 1em;
}
/* line 780, ../scss/plugins/_woocommerce.scss */
p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}
/* line 787, ../scss/plugins/_woocommerce.scss */
p.stars a:last-child {
  border-right: 0;
}
/* line 795, ../scss/plugins/_woocommerce.scss */
p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
  border-right: 1px solid #ccc;
}
/* line 798, ../scss/plugins/_woocommerce.scss */
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
  font-family: "WooCommerce";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1em;
}
/* line 809, ../scss/plugins/_woocommerce.scss */
p.stars a.star-1 {
  width: 2em;
}
/* line 812, ../scss/plugins/_woocommerce.scss */
p.stars a.star-1:after {
  content: "\e021";
}
/* line 817, ../scss/plugins/_woocommerce.scss */
p.stars a.star-1:hover:after, p.stars a.star-1.active:after {
  content: "\e020";
}
/* line 822, ../scss/plugins/_woocommerce.scss */
p.stars a.star-2 {
  width: 3em;
}
/* line 825, ../scss/plugins/_woocommerce.scss */
p.stars a.star-2:after {
  content: "\e021\e021";
}
/* line 830, ../scss/plugins/_woocommerce.scss */
p.stars a.star-2:hover:after, p.stars a.star-2.active:after {
  content: "\e020\e020";
}
/* line 835, ../scss/plugins/_woocommerce.scss */
p.stars a.star-3 {
  width: 4em;
}
/* line 838, ../scss/plugins/_woocommerce.scss */
p.stars a.star-3:after {
  content: "\e021\e021\e021";
}
/* line 843, ../scss/plugins/_woocommerce.scss */
p.stars a.star-3:hover:after, p.stars a.star-3.active:after {
  content: "\e020\e020\e020";
}
/* line 848, ../scss/plugins/_woocommerce.scss */
p.stars a.star-4 {
  width: 5em;
}
/* line 851, ../scss/plugins/_woocommerce.scss */
p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}
/* line 856, ../scss/plugins/_woocommerce.scss */
p.stars a.star-4:hover:after, p.stars a.star-4.active:after {
  content: "\e020\e020\e020\e020";
}
/* line 861, ../scss/plugins/_woocommerce.scss */
p.stars a.star-5 {
  width: 6em;
  border: 0;
}
/* line 865, ../scss/plugins/_woocommerce.scss */
p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}
/* line 870, ../scss/plugins/_woocommerce.scss */
p.stars a.star-5:hover:after, p.stars a.star-5.active:after {
  content: "\e020\e020\e020\e020\e020";
}

/* line 880, ../scss/plugins/_woocommerce.scss */
.woocommerce-billing-fields #ship-to-different-address input,
.woocommerce-shipping-fields #ship-to-different-address input {
  float: left;
  margin: 6px 10px 0 0;
}
/* line 882, ../scss/plugins/_woocommerce.scss */
.woocommerce-billing-fields #ship-to-different-address input,
.woocommerce-billing-fields #ship-to-different-address label,
.woocommerce-shipping-fields #ship-to-different-address input,
.woocommerce-shipping-fields #ship-to-different-address label {
  display: inline;
}
/* line 885, ../scss/plugins/_woocommerce.scss */
.woocommerce-billing-fields #billing_first_name_field,
.woocommerce-billing-fields #shipping_first_name_field,
.woocommerce-shipping-fields #billing_first_name_field,
.woocommerce-shipping-fields #shipping_first_name_field {
  width: 49%;
  display: inline-block;
  float: left;
}
/* line 887, ../scss/plugins/_woocommerce.scss */
.woocommerce-billing-fields #billing_last_name_field,
.woocommerce-billing-fields #shipping_last_name_field,
.woocommerce-shipping-fields #billing_last_name_field,
.woocommerce-shipping-fields #shipping_last_name_field {
  width: 49%;
  display: inline-block;
  float: right;
}
/* line 889, ../scss/plugins/_woocommerce.scss */
.woocommerce-billing-fields #billing_city_field,
.woocommerce-billing-fields #shipping_city_field,
.woocommerce-shipping-fields #billing_city_field,
.woocommerce-shipping-fields #shipping_city_field {
  width: 49%;
  display: inline-block;
  float: right;
}
/* line 891, ../scss/plugins/_woocommerce.scss */
.woocommerce-billing-fields #billing_postcode_field,
.woocommerce-billing-fields #shipping_postcode_field,
.woocommerce-shipping-fields #billing_postcode_field,
.woocommerce-shipping-fields #shipping_postcode_field {
  width: 49%;
  display: inline-block;
  float: left;
}
/* line 892, ../scss/plugins/_woocommerce.scss */
.woocommerce-billing-fields #billing_email_field,
.woocommerce-shipping-fields #billing_email_field {
  width: 49%;
  display: inline-block;
  float: left;
}
/* line 893, ../scss/plugins/_woocommerce.scss */
.woocommerce-billing-fields #billing_phone_field,
.woocommerce-shipping-fields #billing_phone_field {
  width: 49%;
  display: inline-block;
  float: right;
}

/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */
/* =bbPress Style
-------------------------------------------------------------- */
/* line 13, ../scss/plugins/_bbpress.scss */
#bbpress-forums hr {
  margin: 0 0 24px 0;
}

/* line 17, ../scss/plugins/_bbpress.scss */
#bbpress-forums {
  background: transparent;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 13px;
}

/* line 26, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: #fff;
}

/* line 31, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background-color: #fff;
}

/* line 35, ../scss/plugins/_bbpress.scss */
body.reply-edit .reply {
  float: none;
}

/* line 39, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.reply {
  height: auto;
  width: 100%;
}

/* line 46, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
  background-color: #f4f4f4;
}

/* line 51, ../scss/plugins/_bbpress.scss */
#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
  background-color: #fee;
}

/* line 55, ../scss/plugins/_bbpress.scss */
#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
  background-color: #fdd;
}

/* line 60, ../scss/plugins/_bbpress.scss */
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
  color: #ccc;
}

/* line 64, ../scss/plugins/_bbpress.scss */
#bbpress-forums ul {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 71, ../scss/plugins/_bbpress.scss */
#bbpress-forums ul.bbp-threaded-replies {
  margin-left: 50px;
}

/* line 75, ../scss/plugins/_bbpress.scss */
#bbpress-forums li {
  background: none;
  margin: 0;
  list-style: none;
}

/* line 85, ../scss/plugins/_bbpress.scss */
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  font-size: 12px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
  clear: both;
}

/* line 95, ../scss/plugins/_bbpress.scss */
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer {
  clear: both;
}

/* line 100, ../scss/plugins/_bbpress.scss */
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  background: #f9f9f9;
  border-top: 0px solid #fff;
  font-weight: bold;
  padding: 8px 12px;
  text-align: left !important;
}

/* line 108, ../scss/plugins/_bbpress.scss */
#bbpress-forums li.bbp-footer {
  border-top: 1px solid #e4e4e4;
}

/* line 112, ../scss/plugins/_bbpress.scss */
#bbpress-forums li.bbp-header {
  background: #f9f9f9;
}

/* line 116, ../scss/plugins/_bbpress.scss */
#bbpress-forums li.bbp-header ul {
  overflow: hidden;
}

/* line 120, ../scss/plugins/_bbpress.scss */
#bbpress-forums .bbp-forums-list {
  margin: 0 0 0 5px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
}

/* line 126, ../scss/plugins/_bbpress.scss */
#bbpress-forums .bbp-forums-list li {
  display: block;
  font-size: 12px;
}

/* line 131, ../scss/plugins/_bbpress.scss */
#bbpress-forums li.bbp-footer p {
  margin: 0;
  line-height: 1em;
}

/* line 137, ../scss/plugins/_bbpress.scss */
li.bbp-forum-info,
li.bbp-topic-title {
  float: left;
  text-align: left;
  width: 55%;
}

/* line 150, ../scss/plugins/_bbpress.scss */
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
  float: left;
  text-align: center;
  width: 10%;
}

/* line 157, ../scss/plugins/_bbpress.scss */
li.bbp-forum-freshness,
li.bbp-topic-freshness {
  text-align: left;
  float: left;
  width: 22%;
}
/* line 162, ../scss/plugins/_bbpress.scss */
li.bbp-forum-freshness a,
li.bbp-topic-freshness a {
  font-size: 11px;
  color: #999;
}

/* line 170, ../scss/plugins/_bbpress.scss */
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border-top: 1px solid #eee;
  overflow: hidden;
  padding: 8px 12px;
}

/* line 179, ../scss/plugins/_bbpress.scss */
li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
  float: right;
}

/* line 185, ../scss/plugins/_bbpress.scss */
#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-permalink {
  font-weight: 600 !important;
}

/* line 189, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
  background: none;
  border: none;
  font-size: 16px;
  line-height: 1em;
  margin: 8px 0;
  padding: 0;
  text-transform: none;
}

/* line 201, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
  float: left;
  text-align: center;
  width: 115px;
}

/* line 209, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  border: none;
  max-width: 80px;
  padding: 0;
  margin: 12px auto 0 auto;
  float: none;
}

/* line 219, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  margin: 0 12px;
  word-break: break-word;
  display: inline-block;
}

/* line 226, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  clear: left;
  display: block;
}

/* line 233, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
  font-size: 12px;
  font-style: italic;
}

/* line 245, ../scss/plugins/_bbpress.scss */
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
  float: left;
  margin: 0;
  padding: 0;
  width: 120px;
}

/* line 252, ../scss/plugins/_bbpress.scss */
#bbpress-forums li.bbp-header .bbp-reply-author {
  text-align: left;
  width: 100px;
}

/* line 264, ../scss/plugins/_bbpress.scss */
#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content {
  margin-left: 120px;
  padding: 0;
  text-align: left;
}

/* line 273, ../scss/plugins/_bbpress.scss */
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
  margin-bottom: 0;
  overflow: hidden;
  padding: 8px;
}

/* line 281, ../scss/plugins/_bbpress.scss */
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
  border-top: 1px solid #ddd;
  clear: both;
}

/* line 286, ../scss/plugins/_bbpress.scss */
span.bbp-author-ip {
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #aaa;
}

/* =Topic and reply content
-------------------------------------------------------------- */
/* line 298, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: left;
}

/* Clearing hack */
/* line 307, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-forum-content:after,
#bbpress-forums div.bbp-topic-content:after,
#bbpress-forums div.bbp-reply-content:after {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

/* line 318, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
  background: none;
  border: none;
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* line 338, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h6 {
  clear: none;
  line-height: 1em;
  margin: 24px 0;
  padding: 0;
}

/* line 346, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
  max-width: 100%;
}

/* line 353, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-topic-content ul,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-reply-content ol {
  margin: 0 15px 15px;
  padding: 0;
}

/* line 359, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-topic-content ul li,
#bbpress-forums div.bbp-reply-content ul li {
  list-style-type: disc;
}

/* line 364, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-topic-content ol li,
#bbpress-forums div.bbp-reply-content ol li {
  list-style-type: decimal;
}

/* line 369, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-topic-content ol li li,
#bbpress-forums div.bbp-reply-content ol li li {
  list-style-type: lower-alpha;
}

/* line 374, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-topic-content ol li li li,
#bbpress-forums div.bbp-reply-content ol li li li {
  list-style-type: upper-roman;
}

/* line 381, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
  display: inline-block;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 0 5px;
  max-width: 95%;
  vertical-align: middle;
  margin-top: -3px;
}

/* line 393, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  display: block;
  line-height: 18px;
  margin: 0 0 24px;
  padding: 5px 10px;
  white-space: pre;
  overflow: auto;
}

/* line 403, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-topic-content pre code,
#bbpress-forums div.bbp-reply-content pre code {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  overflow-wrap: normal;
  overflow: auto;
  max-width: 100%;
}

/* =Reply to
-------------------------------------------------------------- */
/* line 417, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-reply-to {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: right;
}

/* line 423, ../scss/plugins/_bbpress.scss */
#bbpress-forums div#bbp-cancel-reply-to {
  text-align: right;
}

/* =Breadcrumb and Tags
-------------------------------------------------------------- */
/* line 430, ../scss/plugins/_bbpress.scss */
div.bbp-breadcrumb {
  float: left;
}

/* line 435, ../scss/plugins/_bbpress.scss */
div.bbp-breadcrumb,
div.bbp-topic-tags {
  font-size: 12px;
}

/* line 440, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
  margin-bottom: 10px;
}

/* line 444, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-topic-tags {
  float: right;
}

/* line 448, ../scss/plugins/_bbpress.scss */
#bbp-topic-hot-tags {
  clear: both;
}

/* =Search
-------------------------------------------------------------- */
/* line 455, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-search-form {
  clear: left;
}

/* line 459, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-search-form .hidden {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  background: none;
  left: -999em;
}

/* line 468, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-search-form #bbp_search {
  display: inline-block;
  width: auto;
}

/* line 473, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-search-form {
  float: right;
}

/* =Admin Links
-------------------------------------------------------------- */
/* line 480, ../scss/plugins/_bbpress.scss */
span.bbp-admin-links {
  float: right;
  color: #ddd;
}

/* line 484, ../scss/plugins/_bbpress.scss */
span.bbp-admin-links a {
  color: #bbb;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 491, ../scss/plugins/_bbpress.scss */
fieldset span.bbp-admin-links {
  float: left;
}

/* line 494, ../scss/plugins/_bbpress.scss */
tr td span.bbp-admin-links a:hover {
  color: #ff4b33;
}

/* line 498, ../scss/plugins/_bbpress.scss */
td.bbp-topic-admin-links,
td.bbp-topic-counts {
  width: 50%;
}

/* line 504, ../scss/plugins/_bbpress.scss */
.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  float: right;
  margin-left: 10px;
  color: #ccc;
}

/* =Toggles
-------------------------------------------------------------- */
/* line 513, ../scss/plugins/_bbpress.scss */
.bbp-row-actions #favorite-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: bold;
  font-size: 13px;
}

/* line 522, ../scss/plugins/_bbpress.scss */
.bbp-row-actions #favorite-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb;
}

/* line 527, ../scss/plugins/_bbpress.scss */
.bbp-row-actions #favorite-toggle span.is-favorite a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
}

/* line 532, ../scss/plugins/_bbpress.scss */
.bbp-row-actions #favorite-toggle span.is-favorite a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}

/* line 538, ../scss/plugins/_bbpress.scss */
.bbp-row-actions #subscription-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: bold;
  font-size: 13px;
}

/* line 547, ../scss/plugins/_bbpress.scss */
.bbp-row-actions #subscription-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb;
}

/* line 552, ../scss/plugins/_bbpress.scss */
.bbp-row-actions #subscription-toggle span.is-subscribed a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
}

/* line 557, ../scss/plugins/_bbpress.scss */
.bbp-row-actions #subscription-toggle span.is-subscribed a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}

/* line 563, ../scss/plugins/_bbpress.scss */
#bbpress-forums .bbp-forum-info a {
  font-weight: 400;
}

/* line 565, ../scss/plugins/_bbpress.scss */
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-size: 11px;
  margin: 5px 0 5px;
  padding: 0;
  word-wrap: break-word;
  color: #999;
}
/* line 572, ../scss/plugins/_bbpress.scss */
#bbpress-forums .bbp-forum-info .bbp-forum-content a,
#bbpress-forums p.bbp-topic-meta a {
  color: #999;
}

/* line 575, ../scss/plugins/_bbpress.scss */
#bbpress-forums p.bbp-topic-meta span {
  white-space: nowrap;
}

/* =Pagination
-------------------------------------------------------------- */
/* line 582, ../scss/plugins/_bbpress.scss */
.bbp-pagination-count {
  float: left;
  border: 1px solid transparent;
}

/* line 587, ../scss/plugins/_bbpress.scss */
.bbp-pagination-links {
  float: right;
  list-style: none;
  display: inline;
}

/* line 593, ../scss/plugins/_bbpress.scss */
.bbp-pagination-links a,
.bbp-pagination-links span.current {
  display: block;
  float: left;
  padding: 0px 5px;
  margin-left: 5px;
  border: 1px solid #efefef;
  text-decoration: none;
}

/* line 602, ../scss/plugins/_bbpress.scss */
.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
  background: #eee;
  opacity: 0.8;
  border: 1px solid #ddd;
}

/* line 608, ../scss/plugins/_bbpress.scss */
.bbp-pagination-links span.dots {
  display: block;
  float: left;
  padding: 1px 4px;
  margin-left: 5px;
}

/* line 615, ../scss/plugins/_bbpress.scss */
.bbp-pagination {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

/* line 621, ../scss/plugins/_bbpress.scss */
.bbp-topic-pagination {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
}

/* line 626, ../scss/plugins/_bbpress.scss */
.bbp-topic-pagination a {
  font-size: 10px;
  line-height: 10px;
  padding: 1px 3px;
  border: 1px solid #ddd;
  text-decoration: none;
}

/* =Forms
-------------------------------------------------------------- */
/* line 638, ../scss/plugins/_bbpress.scss */
#bbpress-forums fieldset.bbp-form {
  clear: left;
}

/* line 642, ../scss/plugins/_bbpress.scss */
#bbpress-forums fieldset.bbp-form {
  border: 1px solid #eee;
  padding: 10px 20px;
  margin-bottom: 10px;
}

/* line 648, ../scss/plugins/_bbpress.scss */
#bbpress-forums fieldset.bbp-form legend {
  padding: 5px;
}

/* line 652, ../scss/plugins/_bbpress.scss */
#bbpress-forums fieldset.bbp-form label {
  margin: 0;
  display: inline-block;
}

/* line 660, ../scss/plugins/_bbpress.scss */
#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
  width: 100px;
}

/* line 667, ../scss/plugins/_bbpress.scss */
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
  margin: 0 0 8px;
}

/* line 673, ../scss/plugins/_bbpress.scss */
textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
  width: 97%;
  box-sizing: border-box;
}

/* line 678, ../scss/plugins/_bbpress.scss */
textarea#bbp_forum_content {
  height: 210px;
}

/* line 682, ../scss/plugins/_bbpress.scss */
#bbpress-forums fieldset.bbp-forum-form-attributes {
  width: 200px;
  float: right;
  clear: none;
  margin-left: 25px;
}

/**
 * Fix for too-long forum names, usually from conversion
 */
/* line 692, ../scss/plugins/_bbpress.scss */
#bbpress-forums fieldset select#bbp_forum_id {
  max-width: 200px;
}

/* line 698, ../scss/plugins/_bbpress.scss */
.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
  clear: left;
}

/* line 704, ../scss/plugins/_bbpress.scss */
body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
  margin-right: 0;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 0;
  background-color: #efefef;
}

/* line 717, ../scss/plugins/_bbpress.scss */
body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
  font-size: 10px;
  background-color: #f0fff8;
  border: 1px solid #CEEFE1;
  display: block;
  padding: 8px;
  margin-top: 5px;
  width: 369px;
}

/* line 728, ../scss/plugins/_bbpress.scss */
#merge_tag,
#delete_tag {
  display: inline;
}

/* line 732, ../scss/plugins/_bbpress.scss */
div.bbp-submit-wrapper {
  margin-top: 15px;
  float: right;
  clear: both;
}

/* line 738, ../scss/plugins/_bbpress.scss */
p.form-allowed-tags {
  max-width: 100%;
}

/* =TinyMCE in themes
-------------------------------------------------------------- */
/* line 744, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-the-content-wrapper {
  margin-bottom: 10px;
}

/* line 748, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  width: 100%;
  margin: 0;
  font-size: 12px;
}

/* line 757, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  line-height: 1em;
}

/* line 765, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-the-content-wrapper input {
  font-size: 12px;
  padding: 5px;
  margin: 0 2px 0 0;
  line-height: 1em;
}

/* line 772, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  padding: 5px;
  min-height: 26px;
}

/* line 776, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
  padding: 4px 4px 8px;
}

/* line 780, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.wp-editor-container {
  margin: 0;
  padding: 0;
  line-height: 0;
  border: 1px solid #e4e4e4;
}

/* line 787, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
  line-height: 16px;
}

/* =Edit User
-------------------------------------------------------------- */
/* line 794, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset {
  padding: 20px 20px 0 20px;
}

/* line 797, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset div {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: left;
}

/* line 803, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset select {
  margin-bottom: 0;
}

/* line 807, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
  margin-bottom: 0;
  width: 60%;
  background: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 5px 8px;
  border-radius: 0;
}

/* line 817, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  outline-color: rgba(240, 255, 240, 0.1);
}

/* line 822, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
  width: auto;
}

/* line 825, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset legend {
  display: none;
}

/* line 828, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset label[for] {
  float: left;
  width: 20%;
  padding: 5px 20px 5px 0;
  text-align: right;
  cursor: pointer;
}

/* line 835, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset dl label[for] {
  text-align: left;
  width: 60%;
}

/* line 839, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset span.description {
  margin: 5px 0 0 20%;
  font-size: 12px;
  font-style: italic;
  float: left;
  clear: left;
  width: 60%;
  padding: 5px 8px;
  border: #cee1ef 1px solid;
  background-color: #f0f8ff;
}

/* line 851, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset fieldset {
  margin: 0;
  border: none;
  padding: 0;
  clear: none;
  float: none;
}

/* line 858, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
  width: 60%;
  display: inline;
}

/* line 863, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
  width: 100%;
}

/* line 866, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
  margin: 0;
}

/* line 869, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
  margin-left: 0;
  margin-bottom: 20px;
}

/* line 874, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-your-profile fieldset.submit button {
  float: right;
}

/* =Notices
-------------------------------------------------------------- */
/* line 882, ../scss/plugins/_bbpress.scss */
div.bbp-template-notice,
div.indicator-hint {
  border-width: 1px;
  border-style: solid;
  padding: 0 0.6em;
  margin: 5px 0 15px;
  border-radius: 3px;
  background-color: #ffffe0;
  border-color: #e6db55;
  color: #000;
  clear: both;
}

/* line 894, ../scss/plugins/_bbpress.scss */
div.bbp-template-notice a {
  color: #555;
  text-decoration: none;
}

/* line 898, ../scss/plugins/_bbpress.scss */
div.bbp-template-notice a:hover {
  color: #000;
}

/* line 901, ../scss/plugins/_bbpress.scss */
div.bbp-template-notice.info {
  border: #cee1ef 1px solid;
  background-color: #f0f8ff;
}

/* line 905, ../scss/plugins/_bbpress.scss */
div.bbp-template-notice.important {
  border: #e6db55 1px solid;
  background-color: #fffbcc;
}

/* line 910, ../scss/plugins/_bbpress.scss */
div.bbp-template-notice.error,
div.bbp-template-notice.warning {
  background-color: #ffebe8;
  border-color: #c00;
}

/* line 915, ../scss/plugins/_bbpress.scss */
div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
  color: #c00;
}

/* line 918, ../scss/plugins/_bbpress.scss */
div.bbp-template-notice p {
  margin: 0.5em 0 6px 0 !important;
  padding: 2px;
  font-size: 12px;
  line-height: 140%;
}

/* =Stickies
-------------------------------------------------------------- */
/* line 931, ../scss/plugins/_bbpress.scss */
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background: #fff !important;
  -webkit-box-shadow: inset 4px 0 0 #f04124;
  -moz-box-shadow: inset 4px 0 0 #f04124;
  box-shadow: inset 4px 0 0 #f04124;
  font-size: 1.1em;
}

/* =Revisions
-------------------------------------------------------------- */
/* line 946, ../scss/plugins/_bbpress.scss */
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
  border-top: 1px dotted #ddd;
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 12px;
  color: #aaa;
}

/* line 957, ../scss/plugins/_bbpress.scss */
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
  list-style-type: none;
}

/* =Widgets
-------------------------------------------------------------- */
/* line 964, ../scss/plugins/_bbpress.scss */
.bbp-login-form fieldset legend {
  display: none;
}

/* line 970, ../scss/plugins/_bbpress.scss */
.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
  padding: 5px;
}

/* line 974, ../scss/plugins/_bbpress.scss */
.bbp-login-form label {
  width: 140px;
  display: inline-block;
}

/* line 979, ../scss/plugins/_bbpress.scss */
#sidebar .bbp-login-form label {
  width: 70px;
}

/* line 987, ../scss/plugins/_bbpress.scss */
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
  margin-top: 10px;
}

/* line 995, ../scss/plugins/_bbpress.scss */
.bbp-login-form .bbp-submit-wrapper {
  text-align: right;
}

/* line 1002, ../scss/plugins/_bbpress.scss */
.bbp-login-form .bbp-login-links a {
  float: left;
  clear: left;
}

/* line 1007, ../scss/plugins/_bbpress.scss */
.bbp-logged-in img.avatar {
  float: left;
  margin: 0 15px 0 0;
}

/* line 1012, ../scss/plugins/_bbpress.scss */
.bbp-logged-in h4 {
  font-weight: bold;
  font-size: 1.3em;
  clear: none;
  margin-bottom: 10px;
}

/* =Avatars
-------------------------------------------------------------- */
/* line 1027, ../scss/plugins/_bbpress.scss */
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  float: none;
  margin-bottom: 2px;
  border: 3px double #ddd;
}

/* line 1033, ../scss/plugins/_bbpress.scss */
fieldset div.avatar {
  float: right;
}

/* =BuddyPress Activity Streams
-------------------------------------------------------------- */
/* line 1041, ../scss/plugins/_bbpress.scss */
.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
  border-left: 2px solid #eaeaea;
  margin-left: 5px;
  padding-left: 10px;
}

/* =User Pages
-------------------------------------------------------------- */
/* line 1050, ../scss/plugins/_bbpress.scss */
#bbpress-forums h1 {
  clear: none;
  font-size: 1.8em;
  line-height: 1em;
  padding-bottom: 10px;
}

/* line 1057, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-user-wrapper {
  float: left;
  width: 100%;
}

/* line 1062, ../scss/plugins/_bbpress.scss */
#bbpress-forums .bbp-user-section {
  overflow: auto;
}

/* line 1066, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.4em;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 0;
  clear: none;
}

/* line 1078, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
  clear: none;
}

/* line 1082, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-single-user-details {
  margin: 0;
  width: 150px;
  float: left;
  overflow: hidden;
}

/* line 1089, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  margin: 0;
  width: 150px;
}

/* line 1094, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  border: none;
  height: 150px;
  padding: 0;
  margin: 0 0 20px 0;
  width: 150px;
}

/* line 1102, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-single-user-details #bbp-user-description {
  float: none;
  margin-left: 180px;
}

/* line 1107, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
  float: none;
  margin: 0;
}

/* line 1112, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  margin: 0;
}

/* line 1116, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  padding: 5px 8px;
  display: block;
  border: 1px solid transparent;
  text-decoration: none;
}

/* line 1123, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: #eee;
  opacity: 0.8;
}

/* line 1128, ../scss/plugins/_bbpress.scss */
#bbpress-forums #bbp-user-body {
  margin-left: 180px;
}

/* line 1132, ../scss/plugins/_bbpress.scss */
body.my-account #bbpress-forums {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
}

/* =User Capabilities
-------------------------------------------------------------- */
/* line 1141, ../scss/plugins/_bbpress.scss */
#bbpress-forums dl.bbp-user-capabilities {
  display: inline-block;
  vertical-align: top;
}

/* line 1146, ../scss/plugins/_bbpress.scss */
#bbpress-forums dl.bbp-user-capabilities dt {
  margin: 0 0 10px;
  text-transform: capitalize;
}

/* line 1151, ../scss/plugins/_bbpress.scss */
#bbpress-forums dl.bbp-user-capabilities dd {
  margin: 0;
  padding: 0;
}

/* =BuddyPress Group Forums
-------------------------------------------------------------- */
/* line 1159, ../scss/plugins/_bbpress.scss */
#bbpress-forums div.row-actions {
  font-size: 12px;
  visibility: hidden;
}

/* line 1164, ../scss/plugins/_bbpress.scss */
#bbpress-forums li:hover > div.row-actions {
  visibility: visible;
}

/*--------------------------------------------------------------
 Media Queries
--------------------------------------------------------------*/
/* =Standard Mobile Landscape
-------------------------------------------------------------- */
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 480px) {
  /* line 1178, ../scss/plugins/_bbpress.scss */
  #bbpress-forums div.bbp-topic-tags {
    clear: left;
    float: left;
  }

  /* line 1183, ../scss/plugins/_bbpress.scss */
  div.bbp-search-form input,
  div.bbp-search-form button {
    font-size: 11px;
    padding: 2px;
  }

  /* line 1188, ../scss/plugins/_bbpress.scss */
  li.bbp-forum-info,
  li.bbp-topic-title {
    width: 45%;
  }

  /* line 1194, ../scss/plugins/_bbpress.scss */
  li.bbp-forum-topic-count,
  li.bbp-forum-reply-count,
  li.bbp-topic-voice-count,
  li.bbp-topic-reply-count {
    width: 15%;
  }

  /* line 1197, ../scss/plugins/_bbpress.scss */
  span.bbp-reply-post-date {
    float: left;
  }

  /* line 1200, ../scss/plugins/_bbpress.scss */
  span.bbp-admin-links {
    clear: left;
    float: left;
  }

  /* line 1204, ../scss/plugins/_bbpress.scss */
  #bbpress-forums .bbp-forums-list li {
    display: block;
    font-size: 12px;
  }

  /* line 1208, ../scss/plugins/_bbpress.scss */
  #bbpress-forums .bbp-body div.bbp-reply-author {
    margin: -15px 10px 10px;
    min-height: 100px;
    padding-left: 80px;
    position: relative;
    text-align: left;
    width: 100%;
  }

  /* line 1216, ../scss/plugins/_bbpress.scss */
  #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    clear: none;
    display: inline-block;
    margin-left: 0;
    word-wrap: break-word;
  }

  /* line 1222, ../scss/plugins/_bbpress.scss */
  #bbpress-forums div.bbp-reply-author img.avatar {
    position: absolute;
    top: 15px;
    left: 0;
    width: 60px;
    height: auto;
  }

  /* line 1229, ../scss/plugins/_bbpress.scss */
  #bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-size: 12px;
    font-style: normal;
  }

  /* line 1233, ../scss/plugins/_bbpress.scss */
  #bbpress-forums .bbp-body div.bbp-reply-content {
    clear: both;
    margin: 10px;
    padding: 0;
  }

  /* line 1238, ../scss/plugins/_bbpress.scss */
  #bbpress-forums div.bbp-reply-content p {
    margin-bottom: 1em;
  }

  /* line 1241, ../scss/plugins/_bbpress.scss */
  div.bbp-submit-wrapper {
    float: left;
  }

  /* line 1244, ../scss/plugins/_bbpress.scss */
  #bbpress-forums fieldset.bbp-form {
    padding: 0 10px 10px;
  }

  /* line 1247, ../scss/plugins/_bbpress.scss */
  #bbpress-forums #bbp-user-body {
    clear: both;
    margin-left: 0;
    word-wrap: break-word;
  }
}
/* =Standard Mobile Portrait
-------------------------------------------------------------- */
@media only screen and (max-width: 320px) {
  /* line 1257, ../scss/plugins/_bbpress.scss */
  #bbpress-forums div.bbp-search-form {
    margin-bottom: 10px;
  }

  /* line 1263, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-header li.bbp-forum-info,
  #bbpress-forums li.bbp-body li.bbp-forum-info,
  #bbpress-forums li.bbp-header li.bbp-topic-title,
  #bbpress-forums li.bbp-body li.bbp-topic-title {
    width: 100%;
  }

  /* line 1267, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-header li.bbp-forum-info,
  #bbpress-forums li.bbp-header li.bbp-topic-title {
    text-align: center;
    text-transform: uppercase;
  }

  /* line 1278, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-header li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-header li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count {
    width: 20%;
  }

  /* line 1284, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness {
    width: 58%;
  }

  /* line 1292, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness {
    margin-top: 7px;
  }

  /* line 1296, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-header,
  #bbpress-forums li.bbp-footer {
    font-size: 10px;
  }

  /* line 1299, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-header div.bbp-reply-author {
    text-align: left;
    width: 25%;
  }

  /* line 1303, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-header div.bbp-reply-content {
    margin-left: 25%;
  }

  /* line 1307, ../scss/plugins/_bbpress.scss */
  #bbpress-forums div.bbp-template-notice img.avatar,
  #bbpress-forums p.bbp-topic-meta img.avatar {
    width: 14px;
    height: auto;
  }

  /* line 1311, ../scss/plugins/_bbpress.scss */
  #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
    padding: 1px;
  }

  /* line 1314, ../scss/plugins/_bbpress.scss */
  #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td {
    width: 20px;
    height: 20px;
  }

  /* line 1318, ../scss/plugins/_bbpress.scss */
  #bbpress-forums div.wp-editor-container {
    width: 100%;
    overflow: auto;
  }

  /* line 1323, ../scss/plugins/_bbpress.scss */
  #bbpress-forums input#bbp_topic_title,
  #bbpress-forums input#bbp_topic_tags {
    width: 95%;
  }
}
/* =Extra Small Mobile
-------------------------------------------------------------- */
@media only screen and (max-width: 240px) {
  /* line 1340, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-header li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-header li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-footer div.bbp-reply-author,
  #bbpress-forums li.bbp-footer div.bbp-reply-content {
    width: 45%;
  }

  /* line 1348, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness,
  #bbpress-forums li.bbp-header div.bbp-reply-author,
  #bbpress-forums li.bbp-header div.bbp-reply-content {
    clear: both;
    width: 100%;
  }

  /* line 1353, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness {
    text-align: center;
  }

  /* line 1357, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-body li.bbp-topic-freshness,
  #bbpress-forums li.bbp-header div.bbp-reply-content {
    margin-left: 0;
    text-align: left;
  }

  /* line 1361, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta {
    display: inline-block;
  }

  /* line 1364, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-header {
    overflow: hidden;
  }

  /* line 1367, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-footer div.bbp-reply-content {
    display: inline-block;
    margin-left: 0;
  }

  /* line 1371, ../scss/plugins/_bbpress.scss */
  #bbpress-forums li.bbp-body div.bbp-reply-author {
    min-height: 60px;
    padding-left: 60px;
  }

  /* line 1375, ../scss/plugins/_bbpress.scss */
  #bbpress-forums div.bbp-reply-author img.avatar {
    width: 40px;
    height: auto;
  }
}
/* Styles for pagebuilder rows */
/* line 4, ../scss/plugins/_pagebuilder.scss */
.panel-row-style-fullwidth-grey {
  background: #F6F6F6;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  zoom: 1;
  margin: 0 -2000px;
  padding: 30px 2000px 15px;
  *zoom: 1;
}
/* line 145, ../scss/foundation/components/_global.scss */
.panel-row-style-fullwidth-grey:before, .panel-row-style-fullwidth-grey:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
.panel-row-style-fullwidth-grey:after {
  clear: both;
}

/* line 23, ../scss/plugins/_pagebuilder.scss */
.panel-grid:first-child .panel-row-style-fullwidth-grey {
  position: relative;
  margin-top: -30px !important;
}

/* line 32, ../scss/plugins/_pagebuilder.scss */
.panel-grid:last-child .panel-row-style-fullwidth-grey {
  position: relative;
  margin-top: 0 !important;
  bottom: -30px !important;
}

/* line 39, ../scss/plugins/_pagebuilder.scss */
.panel-row-style-edge {
  position: relative;
  margin: -30px -2000px 0 !important;
  padding: 0px;
  background: #000;
}
/* line 46, ../scss/plugins/_pagebuilder.scss */
.panel-row-style-edge > .panel-grid-cell {
  background: #fff;
  margin: 0 auto;
  padding: 0;
}
/* line 49, ../scss/plugins/_pagebuilder.scss */
.panel-row-style-edge > .panel-grid-cell .row {
  max-width: 1140px;
  margin: 0 auto;
}

/* line 57, ../scss/plugins/_pagebuilder.scss */
.panel-row-style-fullwidth-dark {
  background: #252525;
  zoom: 1;
  margin: 0 -2000px;
  padding: 25px 2000px;
}

/* Styles for the portfolio plugin */
/* Move to portfolio plugin */
/* line 5, ../scss/plugins/_portfolio.scss */
#portfolio-meta {
  padding: 20px 30px 20px;
  border: 1px solid #e3e3e3;
  outline: 4px solid #f7f7f7;
  margin-bottom: 30px;
  margin-top: 30px;
}
/* line 12, ../scss/plugins/_portfolio.scss */
#portfolio-meta h4 {
  border-bottom: 1px dotted #d4d4d4;
  padding-bottom: 6px;
}

/* line 15, ../scss/plugins/_portfolio.scss */
ul.veuse-portfolio-skills {
  margin: 4px 0 0px;
  padding: 0;
  list-style: none;
}
/* line 22, ../scss/plugins/_portfolio.scss */
ul.veuse-portfolio-skills li {
  display: inline-block;
  margin: 0 2px 2px 0;
  white-space: normal;
}
/* line 27, ../scss/plugins/_portfolio.scss */
ul.veuse-portfolio-skills li a {
  background: #66c9e6;
  padding: 4px 10px;
  margin: 0;
  line-height: 1em;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
}
/* line 39, ../scss/plugins/_portfolio.scss */
ul.veuse-portfolio-skills li a:hover {
  background: #20a0c6;
}

/* Portfolio loop */
/* line 50, ../scss/plugins/_portfolio.scss */
ul.portfolio-meta {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
/* line 56, ../scss/plugins/_portfolio.scss */
ul.portfolio-meta li {
  display: inline-block;
  padding: 5px 0;
  margin-right: 20px;
}
/* line 61, ../scss/plugins/_portfolio.scss */
ul.portfolio-meta li:last-child {
  border: none;
}
/* line 63, ../scss/plugins/_portfolio.scss */
ul.portfolio-meta li a {
  color: #505050;
  margin: 0;
}
/* line 65, ../scss/plugins/_portfolio.scss */
ul.portfolio-meta li span {
  min-width: 0px;
  display: inline-block;
  margin-right: 6px;
}

/* line 70, ../scss/plugins/_portfolio.scss */
ul.portfolio-filter {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: block;
  *zoom: 1;
}
/* line 145, ../scss/foundation/components/_global.scss */
ul.portfolio-filter:before, ul.portfolio-filter:after {
  content: " ";
  display: table;
}
/* line 146, ../scss/foundation/components/_global.scss */
ul.portfolio-filter:after {
  clear: both;
}
/* line 78, ../scss/plugins/_portfolio.scss */
ul.portfolio-filter li {
  display: inline;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  font-weight: normal;
}
/* line 86, ../scss/plugins/_portfolio.scss */
ul.portfolio-filter li a {
  padding: 6px 0px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: -2px;
  color: #838383;
}
/* line 88, ../scss/plugins/_portfolio.scss */
ul.portfolio-filter li.active a {
  color: #20a0c6;
}
/* line 94, ../scss/plugins/_portfolio.scss */
ul.portfolio-filter li:after {
  margin-right: 2px;
  content: '/';
  color: #ddd;
}

/* line 105, ../scss/plugins/_portfolio.scss */
.portfolio-list {
  margin-bottom: 30px;
}
/* line 109, ../scss/plugins/_portfolio.scss */
.portfolio-list li {
  clear: none !important;
  overflow: hidden;
}
/* line 114, ../scss/plugins/_portfolio.scss */
.portfolio-list li br {
  display: none;
}
/* line 119, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 129, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry:hover .overlay {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 131, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry:hover a.more-link {
  opacity: 1;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 135, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry:hover .entry-thumbnail img {
  -moz-transform: scale(1.2, 1.2) rotate(5deg);
  -webkit-transform: scale(1.2, 1.2) rotate(5deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 143, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry:hover h4 {
  bottom: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 152, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry img {
  z-index: 0;
  margin: 0;
}
/* line 154, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry .entry-thumbnail {
  position: relative;
  z-index: 1;
  margin: 0px !important;
  overflow: hidden;
  bottom: 0;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 167, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry .entry-thumbnail img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 171, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry h4 {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  width: 100%;
  z-index: 7;
  bottom: 40%;
  margin: 0;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 0;
}
/* line 186, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry h4 a {
  clear: both;
  margin-bottom: 0;
  line-height: 1.2em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
/* line 194, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry h4 a:hover {
  color: #fff;
}
/* line 201, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry .overlay {
  background: #000;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 120% !important;
  height: 120% !important;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* line 203, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry a.more-link {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  margin-bottom: -40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 219, ../scss/plugins/_portfolio.scss */
.portfolio-list .portfolio-entry a.more-link span {
  padding: 0 10px 0px 10px;
  height: 30px;
  line-height: 29px !important;
  background: #20a0c6;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  opacity: 1;
}

/* Staff list */
/* line 5, ../scss/plugins/_staff.scss */
.type-staff article {
  margin-bottom: 10px;
}
/* line 7, ../scss/plugins/_staff.scss */
.type-staff .veuse-staff-entry-thumbnail {
  position: relative;
  margin-bottom: 20px;
}
/* line 12, ../scss/plugins/_staff.scss */
.type-staff .veuse-staff-entry-content {
  margin-bottom: 20px;
}
/* line 14, ../scss/plugins/_staff.scss */
.type-staff .veuse-staff-entry-content h4 {
  margin-bottom: 0px;
  color: #252525;
}
/* line 15, ../scss/plugins/_staff.scss */
.type-staff .veuse-staff-entry-content .veuse-staff-entry-meta {
  margin-top: 0px;
}
/* line 18, ../scss/plugins/_staff.scss */
.type-staff .veuse-staff-contactinfo {
  border-top: 1px dotted #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 14px 0 12px;
}
/* line 24, ../scss/plugins/_staff.scss */
.type-staff .veuse-staff-contactinfo a {
  position: relative;
  margin: 0;
  padding: 0;
}
