@import url(https://use.typekit.net/zco4wyu.css);@import url(/fonts/huscon/stylesheet.css);@import url(//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);@charset "UTF-8";
.icon {
  font-family: 'Ionicons';
}
.main-font,
.-main-font {
  font-family: proxima-nova, sans-serif;
}
.serif,
.-serif {
  font-family: 'Huscon Sans', serif;
}
.-blue {
  color: #86aba5;
}
.-purple {
  color: #2e358f;
}
.-red {
  color: #ee5a66;
}
.-navy {
  color: #172e35;
}
.-green {
  color: #287857;
}
.-yellow {
  color: #d8d8be;
}
.-orange {
  color: #976d34;
}
.-lime {
  color: #b5bc6c;
}
.-blue-bg {
  background: #86aba5;
}
.-navy-bg {
  background: #172e35;
}
.-purple-bg {
  background: #2e358f;
}
.-red-bg {
  background: #ee5a66;
}
.-green-bg {
  background: #287857;
}
.-yellow-bg {
  background: #d8d8be;
}
.-orange-bg {
  background: #976d34;
}
.-lime-bg {
  background: #b5bc6c;
}
/** * Windfall Framework * --------------- * Built with love by your friends @windfallstudio * http://www.windfallstudio.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.pull_right {
  float: right;
}
.pull_left {
  float: left;
}
/* Base Styles */
html {
  font-size: 100%;
  line-height: 1.625em;
}
* {
  box-sizing: border-box;
}
body {
  background: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  color: #555555;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
  }
}
.hide {
  display: none;
}
.hide.active,
.show {
  display: block;
}
.fixed {
  position: fixed;
}
.fixed.pinned {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .fixed {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}
.flex {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}
.auto {
  margin: auto;
}
.unfixed {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  color: #333;
  text-rendering: optimizeLegibility;
  padding-top: 0.273em;
  line-height: 1.15538em;
  padding-bottom: 0.273em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #287857;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0e2b20;
}
@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-wrap: break-word;
  }
}
h1.xlarge {
  font-size: 110px;
}
h1.xxlarge {
  font-size: 126px;
}
h1.absurd {
  font-size: 177px;
}
p,
li {
  font-size: 16px;
  font-size: 1em;
}
h1 {
  font-size: 39.81px;
  font-size: 2.488em;
}
h2 {
  font-size: 33.18px;
  font-size: 2.074em;
}
h3 {
  font-size: 27.65px;
  font-size: 1.728em;
}
h4 {
  font-size: 23.04px;
  font-size: 1.44em;
}
h5 {
  font-size: 19.2px;
  font-size: 1.2em;
}
h6 {
  font-size: 13.33px;
  font-size: 0.833em;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.subhead {
  color: #777;
  font-weight: normal;
  margin-bottom: 20px;
}
/*===================================================== Links & Paragraph styles ======================================================*/
p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 13px;
  line-height: 1.625em;
}
p.lead {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.625em;
  }
}
a {
  color: #287857;
  text-decoration: none;
  outline: 0;
  line-height: inherit;
  transition: 0.2s linear all;
}
a:hover {
  color: #0e2b20;
}
.-italic {
  font-style: italic;
}
.-light {
  font-weight: 300;
}
.-roman {
  font-weight: 400;
}
.-medium {
  font-weight: 500;
}
.-bold {
  font-weight: 700;
}
.-heavy {
  font-weight: 800;
}
/*===================================================== Lists ======================================================*/
ul,
ol {
  margin-bottom: 0.273em;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
  margin-left: 30px;
}
ul.square,
ul.circle,
ul.disc {
  margin-left: 25px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul {
  margin: 4px 0 5px 25px;
}
ol ol {
  margin: 4px 0 5px 30px;
}
li {
  padding-bottom: 0.273em;
}
ul.large li {
  line-height: 21px;
}
dl dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.-bulleted {
  display: block;
  margin-left: 20px;
}
.-bulleted li {
  list-style-type: disc;
}
.-bulleted li ul li {
  list-style-type: circle;
}
.-plus {
  display: block;
}
.-plus li {
  position: relative;
  padding-left: 20px;
}
.-plus li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '+';
}
.-dash {
  display: block;
}
.-dash li {
  position: relative;
  padding-left: 20px;
}
.-dash li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '-';
}
@media only screen and (max-width: 768px) {
  ul,
  ol,
  dl,
  p {
    text-align: left;
  }
}
/* Mobile */
em {
  font-style: italic;
  line-height: inherit;
}
strong {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 56.4%;
  line-height: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  color: #777;
}
/* Blockquotes */
blockquote {
  line-height: 20px;
  color: #777;
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 5px solid #ccc;
}
blockquote p {
  line-height: 20px;
  color: #777;
}
blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014    ";
}
blockquote cite a {
  color: #555555;
}
blockquote cite a:visited {
  color: #555555;
}
hr {
  margin: 20px 0;
  border: none;
  border-bottom: 1px solid #fcfaf7;
}
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #ccc;
  cursor: help;
}
abbr {
  text-transform: none;
}
/** Print styles. Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  p a {
    color: #555555 !important;
    text-decoration: underline;
  }
  p a:visited {
    color: #555555 !important;
    text-decoration: underline;
  }
  p a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*=================================================

	+++ LE GRID +++
	A Responsive Grid -- Windfall defaults to a standard 960 grid,
	but you can change it to whatever you'd like.
 ==================================================*/
/*.container {
	padding: 0 $gutter-in-px;
}*/
.row {
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row .row,
.full-row {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
/* To fix the grid into a different size, set max-width to your desired width */
.column,
.columns {
  margin-left: 2.12766%;
  float: left;
  min-height: 1px;
  box-sizing: border-box;
}
.column:first-child,
.columns:first-child,
.alpha {
  margin-left: 0;
}
.column.omega,
.columns.omega {
  float: right;
}
/* Column Classes */
.row .one.column {
  width: 6.38298%;
}
.row .one.columns {
  width: 6.38298%;
}
.row .two.columns {
  width: 14.89362%;
}
.row .three.columns {
  width: 23.40426%;
}
.row .four.columns {
  width: 31.91489%;
}
.row .five.columns {
  width: 40.42553%;
}
.row .six.columns {
  width: 48.93617%;
}
.row .seven.columns {
  width: 57.44681%;
}
.row .eight.columns {
  width: 65.95745%;
}
.row .nine.columns {
  width: 74.46809%;
}
.row .ten.columns {
  width: 82.97872%;
}
.row .eleven.columns {
  width: 91.48936%;
}
.row .twelve.columns {
  width: 100%;
}
/* Push and Pull Classes */
.row .push_one {
  margin-left: 10.6383%;
}
.row .push_one:first-child {
  margin-left: 8.51064%;
}
.row .push_one_half:first-child {
  margin-left: 12.76596%;
}
.row .pull_one.one.column {
  margin-left: -14.89362%;
}
.row .pull_one.two.columns {
  margin-left: -23.40426%;
}
.row .pull_one.three.columns {
  margin-left: -31.91489%;
}
.row .pull_one.four.columns {
  margin-left: -40.42553%;
}
.row .pull_one.five.columns {
  margin-left: -48.93617%;
}
.row .pull_one.six.columns {
  margin-left: -57.44681%;
}
.row .pull_one.seven.columns {
  margin-left: -65.95745%;
}
.row .pull_one.eight.columns {
  margin-left: -74.46809%;
}
.row .pull_one.nine.columns {
  margin-left: -82.97872%;
}
.row .pull_one.ten.columns {
  margin-left: -91.48936%;
}
.row .push_two {
  margin-left: 19.14894%;
}
.row .push_two:first-child {
  margin-left: 17.02128%;
}
.row .pull_two.one.column {
  margin-left: -23.40426%;
}
.row .pull_two.two.columns {
  margin-left: -31.91489%;
}
.row .pull_two.three.columns {
  margin-left: -40.42553%;
}
.row .pull_two.four.columns {
  margin-left: -48.93617%;
}
.row .pull_two.five.columns {
  margin-left: -57.44681%;
}
.row .pull_two.six.columns {
  margin-left: -65.95745%;
}
.row .pull_two.seven.columns {
  margin-left: -74.46809%;
}
.row .pull_two.eight.columns {
  margin-left: -82.97872%;
}
.row .pull_two.nine.columns {
  margin-left: -91.48936%;
}
.row .pull_two.eleven.columns {
  margin-left: -108.51064%;
}
.row .push_three {
  margin-left: 27.65957%;
}
.row .push_three:first-child {
  margin-left: 25.53191%;
}
.row .pull_three.one.column {
  margin-left: -31.91489%;
}
.row .pull_three.two.columns {
  margin-left: -40.42553%;
}
.row .pull_three.three.columns {
  margin-left: -48.93617%;
}
.row .pull_three.four.columns {
  margin-left: -57.44681%;
}
.row .pull_three.five.columns {
  margin-left: -65.95745%;
}
.row .pull_three.six.columns {
  margin-left: -74.46809%;
}
.row .pull_three.seven.columns {
  margin-left: -82.97872%;
}
.row .pull_three.eight.columns {
  margin-left: -91.48936%;
}
.row .pull_three.ten.columns {
  margin-left: -108.51064%;
}
.row .pull_three.eleven.columns {
  margin-left: -117.02128%;
}
.row .push_four {
  margin-left: 36.17021%;
}
.row .push_four:first-child {
  margin-left: 34.04255%;
}
.row .pull_four.one.column {
  margin-left: -40.42553%;
}
.row .pull_four.two.columns {
  margin-left: -48.93617%;
}
.row .pull_four.three.columns {
  margin-left: -57.44681%;
}
.row .pull_four.four.columns {
  margin-left: -65.95745%;
}
.row .pull_four.five.columns {
  margin-left: -74.46809%;
}
.row .pull_four.six.columns {
  margin-left: -82.97872%;
}
.row .pull_four.seven.columns {
  margin-left: -91.48936%;
}
.row .pull_four.nine.columns {
  margin-left: -108.51064%;
}
.row .pull_four.ten.columns {
  margin-left: -117.02128%;
}
.row .pull_four.eleven.columns {
  margin-left: -125.53191%;
}
.row .push_five {
  margin-left: 44.68085%;
}
.row .push_five:first-child {
  margin-left: 42.55319%;
}
.row .pull_five.one.column {
  margin-left: -48.93617%;
}
.row .pull_five.two.columns {
  margin-left: -57.44681%;
}
.row .pull_five.three.columns {
  margin-left: -65.95745%;
}
.row .pull_five.four.columns {
  margin-left: -74.46809%;
}
.row .pull_five.five.columns {
  margin-left: -82.97872%;
}
.row .pull_five.six.columns {
  margin-left: -91.48936%;
}
.row .pull_five.eight.columns {
  margin-left: -108.51064%;
}
.row .pull_five.nine.columns {
  margin-left: -117.02128%;
}
.row .pull_five.ten.columns {
  margin-left: -125.53191%;
}
.row .pull_five.eleven.columns {
  margin-left: -134.04255%;
}
.row .push_six {
  margin-left: 53.19149%;
}
.row .push_six:first-child {
  margin-left: 51.06383%;
}
.row .pull_six.one.column {
  margin-left: -57.44681%;
}
.row .pull_six.two.columns {
  margin-left: -65.95745%;
}
.row .pull_six.three.columns {
  margin-left: -74.46809%;
}
.row .pull_six.four.columns {
  margin-left: -82.97872%;
}
.row .pull_six.five.columns {
  margin-left: -91.48936%;
}
.row .pull_six.seven.columns {
  margin-left: -108.51064%;
}
.row .pull_six.eight.columns {
  margin-left: -117.02128%;
}
.row .pull_six.nine.columns {
  margin-left: -125.53191%;
}
.row .pull_six.ten.columns {
  margin-left: -134.04255%;
}
.row .pull_six.eleven.columns {
  margin-left: -142.55319%;
}
.row .push_seven {
  margin-left: 61.70213%;
}
.row .push_seven:first-child {
  margin-left: 59.57447%;
}
.row .pull_seven.one.column {
  margin-left: -65.95745%;
}
.row .pull_seven.two.columns {
  margin-left: -74.46809%;
}
.row .pull_seven.three.columns {
  margin-left: -82.97872%;
}
.row .pull_seven.four.columns {
  margin-left: -91.48936%;
}
.row .pull_seven.six.columns {
  margin-left: -108.51064%;
}
.row .pull_seven.seven.columns {
  margin-left: -117.02128%;
}
.row .pull_seven.eight.columns {
  margin-left: -125.53191%;
}
.row .pull_seven.nine.columns {
  margin-left: -134.04255%;
}
.row .pull_seven.ten.columns {
  margin-left: -142.55319%;
}
.row .pull_seven.eleven.columns {
  margin-left: -151.06383%;
}
.row .push_eight {
  margin-left: 70.21277%;
}
.row .push_eight:first-child {
  margin-left: 68.08511%;
}
.row .pull_eight.one.column {
  margin-left: -74.46809%;
}
.row .pull_eight.two.columns {
  margin-left: -82.97872%;
}
.row .pull_eight.three.columns {
  margin-left: -91.48936%;
}
.row .pull_eight.five.columns {
  margin-left: -108.51064%;
}
.row .pull_eight.six.columns {
  margin-left: -117.02128%;
}
.row .pull_eight.seven.columns {
  margin-left: -125.53191%;
}
.row .pull_eight.eight.columns {
  margin-left: -134.04255%;
}
.row .pull_eight.nine.columns {
  margin-left: -142.55319%;
}
.row .pull_eight.ten.columns {
  margin-left: -151.06383%;
}
.row .pull_eight.eleven.columns {
  margin-left: -159.57447%;
}
.row .push_nine {
  margin-left: 78.7234%;
}
.row .push_nine:first-child {
  margin-left: 76.59574%;
}
.row .pull_nine.one.column {
  margin-left: -82.97872%;
}
.row .pull_nine.two.columns {
  margin-left: -91.48936%;
}
.row .pull_nine.four.columns {
  margin-left: -108.51064%;
}
.row .pull_nine.five.columns {
  margin-left: -117.02128%;
}
.row .pull_nine.six.columns {
  margin-left: -125.53191%;
}
.row .pull_nine.seven.columns {
  margin-left: -134.04255%;
}
.row .pull_nine.eight.columns {
  margin-left: -142.55319%;
}
.row .pull_nine.nine.columns {
  margin-left: -151.06383%;
}
.row .pull_nine.ten.columns {
  margin-left: -159.57447%;
}
.row .pull_nine.eleven.columns {
  margin-left: -168.08511%;
}
.row .push_ten {
  margin-left: 87.23404%;
}
.row .push_ten:first-child {
  margin-left: 85.10638%;
}
.row .pull_ten.one.column {
  margin-left: -91.48936%;
}
.row .pull_ten.three.columns {
  margin-left: -108.51064%;
}
.row .pull_ten.four.columns {
  margin-left: -117.02128%;
}
.row .pull_ten.five.columns {
  margin-left: -125.53191%;
}
.row .pull_ten.six.columns {
  margin-left: -134.04255%;
}
.row .pull_ten.seven.columns {
  margin-left: -142.55319%;
}
.row .pull_ten.eight.columns {
  margin-left: -151.06383%;
}
.row .pull_ten.nine.columns {
  margin-left: -159.57447%;
}
.row .pull_ten.ten.columns {
  margin-left: -168.08511%;
}
.row .pull_ten.eleven.columns {
  margin-left: -176.59574%;
}
.row .push_eleven {
  margin-left: 95.74468%;
}
.row .push_eleven:first-child {
  margin-left: 93.61702%;
}
.row .pull_eleven.two.columns {
  margin-left: -108.51064%;
}
.row .pull_eleven.three.columns {
  margin-left: -117.02128%;
}
.row .pull_eleven.four.columns {
  margin-left: -125.53191%;
}
.row .pull_eleven.five.columns {
  margin-left: -134.04255%;
}
.row .pull_eleven.six.columns {
  margin-left: -142.55319%;
}
.row .pull_eleven.seven.columns {
  margin-left: -151.06383%;
}
.row .pull_eleven.eight.columns {
  margin-left: -159.57447%;
}
.row .pull_eleven.nine.columns {
  margin-left: -168.08511%;
}
.row .pull_eleven.ten.columns {
  margin-left: -176.59574%;
}
.row .pull_eleven.eleven.columns {
  margin-left: -185.10638%;
}
/* Centered Classes */
.row .one.centered {
  margin-left: 46.80851%;
}
.row .two.centered {
  margin-left: 42.55319%;
}
.row .three.centered {
  margin-left: 38.29787%;
}
.row .four.centered {
  margin-left: 34.04255%;
}
.row .five.centered {
  margin-left: 29.78723%;
}
.row .six.centered {
  margin-left: 25.53191%;
}
.row .seven.centered {
  margin-left: 21.2766%;
}
.row .eight.centered {
  margin-left: 17.02128%;
}
.row .nine.centered {
  margin-left: 12.76596%;
}
.row .ten.centered {
  margin-left: 8.51064%;
}
.row .eleven.centered {
  margin-left: 4.25532%;
}
/* Hybrid Grid Columns */
.sixteen.colgrid .row .one.column {
  width: 4.25532%;
}
.sixteen.colgrid .row .one.columns {
  width: 4.25532%;
}
.sixteen.colgrid .row .two.columns {
  width: 10.6383%;
}
.sixteen.colgrid .row .three.columns {
  width: 17.02128%;
}
.sixteen.colgrid .row .four.columns {
  width: 23.40426%;
}
.sixteen.colgrid .row .five.columns {
  width: 29.78723%;
}
.sixteen.colgrid .row .six.columns {
  width: 36.17021%;
}
.sixteen.colgrid .row .seven.columns {
  width: 42.55319%;
}
.sixteen.colgrid .row .eight.columns {
  width: 48.93617%;
}
.sixteen.colgrid .row .nine.columns {
  width: 55.31915%;
}
.sixteen.colgrid .row .ten.columns {
  width: 61.70213%;
}
.sixteen.colgrid .row .eleven.columns {
  width: 68.08511%;
}
.sixteen.colgrid .row .twelve.columns {
  width: 74.46809%;
}
.sixteen.colgrid .row .thirteen.columns {
  width: 80.85106%;
}
.sixteen.colgrid .row .fourteen.columns {
  width: 87.23404%;
}
.sixteen.colgrid .row .fifteen.columns {
  width: 93.61702%;
}
.sixteen.colgrid .row .sixteen.columns {
  width: 100%;
}
/* Hybrid Push and Pull Classes */
.sixteen.colgrid .row .push_one {
  margin-left: 8.51064%;
}
.sixteen.colgrid .row .push_one:first-child {
  margin-left: 6.38298%;
}
.sixteen.colgrid .row .pull_one.one.column {
  margin-left: -10.6383%;
}
.sixteen.colgrid .row .pull_one.two.columns {
  margin-left: -17.02128%;
}
.sixteen.colgrid .row .pull_one.three.columns {
  margin-left: -23.40426%;
}
.sixteen.colgrid .row .pull_one.four.columns {
  margin-left: -29.78723%;
}
.sixteen.colgrid .row .pull_one.five.columns {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_one.six.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_one.seven.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_one.eight.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_one.nine.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_one.ten.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_one.eleven.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_one.twelve.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_one.thirteen.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_one.fourteen.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .push_two {
  margin-left: 14.89362%;
}
.sixteen.colgrid .row .push_two:first-child {
  margin-left: 12.76596%;
}
.sixteen.colgrid .row .pull_two.one.column {
  margin-left: -17.02128%;
}
.sixteen.colgrid .row .pull_two.two.columns {
  margin-left: -23.40426%;
}
.sixteen.colgrid .row .pull_two.three.columns {
  margin-left: -29.78723%;
}
.sixteen.colgrid .row .pull_two.four.columns {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_two.five.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_two.six.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_two.seven.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_two.eight.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_two.nine.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_two.ten.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_two.eleven.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_two.twelve.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_two.thirteen.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_two.fifteen.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .push_three {
  margin-left: 21.2766%;
}
.sixteen.colgrid .row .push_three:first-child {
  margin-left: 19.14894%;
}
.sixteen.colgrid .row .pull_three.one.column {
  margin-left: -23.40426%;
}
.sixteen.colgrid .row .pull_three.two.columns {
  margin-left: -29.78723%;
}
.sixteen.colgrid .row .pull_three.three.columns {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_three.four.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_three.five.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_three.six.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_three.seven.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_three.eight.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_three.nine.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_three.ten.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_three.eleven.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_three.twelve.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_three.fourteen.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_three.fifteen.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .push_four {
  margin-left: 27.65957%;
}
.sixteen.colgrid .row .push_four:first-child {
  margin-left: 25.53191%;
}
.sixteen.colgrid .row .pull_four.one.column {
  margin-left: -29.78723%;
}
.sixteen.colgrid .row .pull_four.two.columns {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_four.three.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_four.four.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_four.five.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_four.six.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_four.seven.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_four.eight.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_four.nine.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_four.ten.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_four.eleven.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_four.thirteen.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_four.fourteen.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_four.fifteen.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .push_five {
  margin-left: 34.04255%;
}
.sixteen.colgrid .row .push_five:first-child {
  margin-left: 31.91489%;
}
.sixteen.colgrid .row .pull_five.one.column {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_five.two.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_five.three.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_five.four.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_five.five.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_five.six.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_five.seven.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_five.eight.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_five.nine.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_five.ten.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_five.twelve.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_five.thirteen.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_five.fourteen.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_five.fifteen.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .push_six {
  margin-left: 40.42553%;
}
.sixteen.colgrid .row .push_six:first-child {
  margin-left: 38.29787%;
}
.sixteen.colgrid .row .pull_six.one.column {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_six.two.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_six.three.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_six.four.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_six.five.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_six.six.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_six.seven.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_six.eight.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_six.nine.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_six.eleven.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_six.twelve.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_six.thirteen.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_six.fourteen.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_six.fifteen.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .push_seven {
  margin-left: 46.80851%;
}
.sixteen.colgrid .row .push_seven:first-child {
  margin-left: 44.68085%;
}
.sixteen.colgrid .row .pull_seven.one.column {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_seven.two.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_seven.three.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_seven.four.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_seven.five.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_seven.six.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_seven.seven.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_seven.eight.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_seven.ten.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_seven.eleven.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_seven.twelve.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_seven.thirteen.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_seven.fourteen.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_seven.fifteen.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .push_eight {
  margin-left: 53.19149%;
}
.sixteen.colgrid .row .push_eight:first-child {
  margin-left: 51.06383%;
}
.sixteen.colgrid .row .pull_eight.one.column {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_eight.two.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_eight.three.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_eight.four.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_eight.five.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_eight.six.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_eight.seven.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_eight.nine.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_eight.ten.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_eight.eleven.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_eight.twelve.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_eight.thirteen.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_eight.fourteen.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_eight.fifteen.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .push_nine {
  margin-left: 59.57447%;
}
.sixteen.colgrid .row .push_nine:first-child {
  margin-left: 57.44681%;
}
.sixteen.colgrid .row .pull_nine.one.column {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_nine.two.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_nine.three.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_nine.four.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_nine.five.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_nine.six.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_nine.eight.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_nine.nine.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_nine.ten.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_nine.eleven.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_nine.twelve.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_nine.thirteen.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_nine.fourteen.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_nine.fifteen.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .push_ten {
  margin-left: 65.95745%;
}
.sixteen.colgrid .row .push_ten:first-child {
  margin-left: 63.82979%;
}
.sixteen.colgrid .row .pull_ten.one.column {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_ten.two.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_ten.three.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_ten.four.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_ten.five.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_ten.seven.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_ten.eight.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_ten.nine.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_ten.ten.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_ten.eleven.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_ten.twelve.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_ten.thirteen.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_ten.fourteen.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_ten.fifteen.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .push_eleven {
  margin-left: 72.34043%;
}
.sixteen.colgrid .row .push_eleven:first-child {
  margin-left: 70.21277%;
}
.sixteen.colgrid .row .pull_eleven.one.column {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_eleven.two.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_eleven.three.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_eleven.four.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_eleven.six.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_eleven.seven.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_eleven.eight.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_eleven.nine.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_eleven.ten.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_eleven.eleven.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_eleven.twelve.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_eleven.thirteen.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_eleven.fourteen.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_eleven.fifteen.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .push_twelve {
  margin-left: 78.7234%;
}
.sixteen.colgrid .row .push_twelve:first-child {
  margin-left: 76.59574%;
}
.sixteen.colgrid .row .pull_twelve.one.column {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_twelve.two.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_twelve.three.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_twelve.five.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_twelve.six.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_twelve.seven.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_twelve.eight.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_twelve.nine.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_twelve.ten.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_twelve.eleven.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_twelve.twelve.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_twelve.thirteen.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_twelve.fourteen.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .pull_twelve.fifteen.columns {
  margin-left: -170.21277%;
}
.sixteen.colgrid .row .push_thirteen {
  margin-left: 85.10638%;
}
.sixteen.colgrid .row .push_thirteen:first-child {
  margin-left: 82.97872%;
}
.sixteen.colgrid .row .pull_thirteen.one.column {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_thirteen.two.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_thirteen.four.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_thirteen.five.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_thirteen.six.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_thirteen.seven.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_thirteen.eight.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_thirteen.nine.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_thirteen.ten.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_thirteen.eleven.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_thirteen.twelve.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_thirteen.thirteen.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .pull_thirteen.fourteen.columns {
  margin-left: -170.21277%;
}
.sixteen.colgrid .row .pull_thirteen.fifteen.columns {
  margin-left: -176.59574%;
}
.sixteen.colgrid .row .push_fourteen {
  margin-left: 91.48936%;
}
.sixteen.colgrid .row .push_fourteen:first-child {
  margin-left: 89.3617%;
}
.sixteen.colgrid .row .pull_fourteen.one.column {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_fourteen.three.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_fourteen.four.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_fourteen.five.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_fourteen.six.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_fourteen.seven.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_fourteen.eight.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_fourteen.nine.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_fourteen.ten.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_fourteen.eleven.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_fourteen.twelve.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .pull_fourteen.thirteen.columns {
  margin-left: -170.21277%;
}
.sixteen.colgrid .row .pull_fourteen.fourteen.columns {
  margin-left: -176.59574%;
}
.sixteen.colgrid .row .pull_fourteen.fifteen.columns {
  margin-left: -182.97872%;
}
.sixteen.colgrid .row .push_fifteen {
  margin-left: 97.87234%;
}
.sixteen.colgrid .row .push_fifteen:first-child {
  margin-left: 95.74468%;
}
.sixteen.colgrid .row .pull_fifteen.two.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_fifteen.three.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_fifteen.four.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_fifteen.five.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_fifteen.six.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_fifteen.seven.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_fifteen.eight.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_fifteen.nine.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_fifteen.ten.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_fifteen.eleven.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .pull_fifteen.twelve.columns {
  margin-left: -170.21277%;
}
.sixteen.colgrid .row .pull_fifteen.thirteen.columns {
  margin-left: -176.59574%;
}
.sixteen.colgrid .row .pull_fifteen.fourteen.columns {
  margin-left: -182.97872%;
}
.sixteen.colgrid .row .pull_fifteen.fifteen.columns {
  margin-left: -189.3617%;
}
.row .pull_one.one.column:first-child,
.row .pull_one.two.columns:first-child,
.row .pull_one.three.columns:first-child,
.row .pull_one.four.columns:first-child,
.row .pull_one.five.columns:first-child,
.row .pull_one.six.columns:first-child,
.row .pull_one.seven.columns:first-child,
.row .pull_one.eight.columns:first-child,
.row .pull_one.nine.columns:first-child,
.row .pull_one.ten.columns:first-child,
.row .pull_two.one.column:first-child,
.row .pull_two.two.columns:first-child,
.row .pull_two.three.columns:first-child,
.row .pull_two.four.columns:first-child,
.row .pull_two.five.columns:first-child,
.row .pull_two.six.columns:first-child,
.row .pull_two.seven.columns:first-child,
.row .pull_two.eight.columns:first-child,
.row .pull_two.nine.columns:first-child,
.row .pull_two.eleven.columns:first-child,
.row .pull_three.one.column:first-child,
.row .pull_three.two.columns:first-child,
.row .pull_three.three.columns:first-child,
.row .pull_three.four.columns:first-child,
.row .pull_three.five.columns:first-child,
.row .pull_three.six.columns:first-child,
.row .pull_three.seven.columns:first-child,
.row .pull_three.eight.columns:first-child,
.row .pull_three.ten.columns:first-child,
.row .pull_three.eleven.columns:first-child,
.row .pull_four.one.column:first-child,
.row .pull_four.two.columns:first-child,
.row .pull_four.three.columns:first-child,
.row .pull_four.four.columns:first-child,
.row .pull_four.five.columns:first-child,
.row .pull_four.six.columns:first-child,
.row .pull_four.seven.columns:first-child,
.row .pull_four.nine.columns:first-child,
.row .pull_four.ten.columns:first-child,
.row .pull_four.eleven.columns:first-child,
.row .pull_five.one.column:first-child,
.row .pull_five.two.columns:first-child,
.row .pull_five.three.columns:first-child,
.row .pull_five.four.columns:first-child,
.row .pull_five.five.columns:first-child,
.row .pull_five.six.columns:first-child,
.row .pull_five.eight.columns:first-child,
.row .pull_five.nine.columns:first-child,
.row .pull_five.ten.columns:first-child,
.row .pull_five.eleven.columns:first-child,
.row .pull_six.one.column:first-child,
.row .pull_six.two.columns:first-child,
.row .pull_six.three.columns:first-child,
.row .pull_six.four.columns:first-child,
.row .pull_six.five.columns:first-child,
.row .pull_six.seven.columns:first-child,
.row .pull_six.eight.columns:first-child,
.row .pull_six.nine.columns:first-child,
.row .pull_six.ten.columns:first-child,
.row .pull_six.eleven.columns:first-child,
.row .pull_seven.one.column:first-child,
.row .pull_seven.two.columns:first-child,
.row .pull_seven.three.columns:first-child,
.row .pull_seven.four.columns:first-child,
.row .pull_seven.six.columns:first-child,
.row .pull_seven.seven.columns:first-child,
.row .pull_seven.eight.columns:first-child,
.row .pull_seven.nine.columns:first-child,
.row .pull_seven.ten.columns:first-child,
.row .pull_seven.eleven.columns:first-child,
.row .pull_eight.one.column:first-child,
.row .pull_eight.two.columns:first-child,
.row .pull_eight.three.columns:first-child,
.row .pull_eight.five.columns:first-child,
.row .pull_eight.six.columns:first-child,
.row .pull_eight.seven.columns:first-child,
.row .pull_eight.eight.columns:first-child,
.row .pull_eight.nine.columns:first-child,
.row .pull_eight.ten.columns:first-child,
.row .pull_eight.eleven.columns:first-child,
.row .pull_nine.one.column:first-child,
.row .pull_nine.two.columns:first-child,
.row .pull_nine.four.columns:first-child,
.row .pull_nine.five.columns:first-child,
.row .pull_nine.six.columns:first-child,
.row .pull_nine.seven.columns:first-child,
.row .pull_nine.eight.columns:first-child,
.row .pull_nine.nine.columns:first-child,
.row .pull_nine.ten.columns:first-child,
.row .pull_nine.eleven.columns:first-child,
.row .pull_ten.one.column:first-child,
.row .pull_ten.three.columns:first-child,
.row .pull_ten.four.columns:first-child,
.row .pull_ten.five.columns:first-child,
.row .pull_ten.six.columns:first-child,
.row .pull_ten.seven.columns:first-child,
.row .pull_ten.eight.columns:first-child,
.row .pull_ten.nine.columns:first-child,
.row .pull_ten.ten.columns:first-child,
.row .pull_ten.eleven.columns:first-child,
.row .pull_eleven.two.columns:first-child,
.row .pull_eleven.three.columns:first-child,
.row .pull_eleven.four.columns:first-child,
.row .pull_eleven.five.columns:first-child,
.row .pull_eleven.six.columns:first-child,
.row .pull_eleven.seven.columns:first-child,
.row .pull_eleven.eight.columns:first-child,
.row .pull_eleven.nine.columns:first-child,
.row .pull_eleven.ten.columns:first-child,
.row .pull_eleven.eleven.columns:first-child,
.sixteen.colgrid .row .pull_one.one.column:first-child,
.sixteen.colgrid .row .pull_one.two.columns:first-child,
.sixteen.colgrid .row .pull_one.three.columns:first-child,
.sixteen.colgrid .row .pull_one.four.columns:first-child,
.sixteen.colgrid .row .pull_one.five.columns:first-child,
.sixteen.colgrid .row .pull_one.six.columns:first-child,
.sixteen.colgrid .row .pull_one.seven.columns:first-child,
.sixteen.colgrid .row .pull_one.eight.columns:first-child,
.sixteen.colgrid .row .pull_one.nine.columns:first-child,
.sixteen.colgrid .row .pull_one.ten.columns:first-child,
.sixteen.colgrid .row .pull_one.eleven.columns:first-child,
.sixteen.colgrid .row .pull_one.twelve.columns:first-child,
.sixteen.colgrid .row .pull_one.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_one.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_two.one.column:first-child,
.sixteen.colgrid .row .pull_two.two.columns:first-child,
.sixteen.colgrid .row .pull_two.three.columns:first-child,
.sixteen.colgrid .row .pull_two.four.columns:first-child,
.sixteen.colgrid .row .pull_two.five.columns:first-child,
.sixteen.colgrid .row .pull_two.six.columns:first-child,
.sixteen.colgrid .row .pull_two.seven.columns:first-child,
.sixteen.colgrid .row .pull_two.eight.columns:first-child,
.sixteen.colgrid .row .pull_two.nine.columns:first-child,
.sixteen.colgrid .row .pull_two.ten.columns:first-child,
.sixteen.colgrid .row .pull_two.eleven.columns:first-child,
.sixteen.colgrid .row .pull_two.twelve.columns:first-child,
.sixteen.colgrid .row .pull_two.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_two.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_three.one.column:first-child,
.sixteen.colgrid .row .pull_three.two.columns:first-child,
.sixteen.colgrid .row .pull_three.three.columns:first-child,
.sixteen.colgrid .row .pull_three.four.columns:first-child,
.sixteen.colgrid .row .pull_three.five.columns:first-child,
.sixteen.colgrid .row .pull_three.six.columns:first-child,
.sixteen.colgrid .row .pull_three.seven.columns:first-child,
.sixteen.colgrid .row .pull_three.eight.columns:first-child,
.sixteen.colgrid .row .pull_three.nine.columns:first-child,
.sixteen.colgrid .row .pull_three.ten.columns:first-child,
.sixteen.colgrid .row .pull_three.eleven.columns:first-child,
.sixteen.colgrid .row .pull_three.twelve.columns:first-child,
.sixteen.colgrid .row .pull_three.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_three.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_four.one.column:first-child,
.sixteen.colgrid .row .pull_four.two.columns:first-child,
.sixteen.colgrid .row .pull_four.three.columns:first-child,
.sixteen.colgrid .row .pull_four.four.columns:first-child,
.sixteen.colgrid .row .pull_four.five.columns:first-child,
.sixteen.colgrid .row .pull_four.six.columns:first-child,
.sixteen.colgrid .row .pull_four.seven.columns:first-child,
.sixteen.colgrid .row .pull_four.eight.columns:first-child,
.sixteen.colgrid .row .pull_four.nine.columns:first-child,
.sixteen.colgrid .row .pull_four.ten.columns:first-child,
.sixteen.colgrid .row .pull_four.eleven.columns:first-child,
.sixteen.colgrid .row .pull_four.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_four.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_four.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_five.one.column:first-child,
.sixteen.colgrid .row .pull_five.two.columns:first-child,
.sixteen.colgrid .row .pull_five.three.columns:first-child,
.sixteen.colgrid .row .pull_five.four.columns:first-child,
.sixteen.colgrid .row .pull_five.five.columns:first-child,
.sixteen.colgrid .row .pull_five.six.columns:first-child,
.sixteen.colgrid .row .pull_five.seven.columns:first-child,
.sixteen.colgrid .row .pull_five.eight.columns:first-child,
.sixteen.colgrid .row .pull_five.nine.columns:first-child,
.sixteen.colgrid .row .pull_five.ten.columns:first-child,
.sixteen.colgrid .row .pull_five.twelve.columns:first-child,
.sixteen.colgrid .row .pull_five.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_five.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_five.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_six.one.column:first-child,
.sixteen.colgrid .row .pull_six.two.columns:first-child,
.sixteen.colgrid .row .pull_six.three.columns:first-child,
.sixteen.colgrid .row .pull_six.four.columns:first-child,
.sixteen.colgrid .row .pull_six.five.columns:first-child,
.sixteen.colgrid .row .pull_six.six.columns:first-child,
.sixteen.colgrid .row .pull_six.seven.columns:first-child,
.sixteen.colgrid .row .pull_six.eight.columns:first-child,
.sixteen.colgrid .row .pull_six.nine.columns:first-child,
.sixteen.colgrid .row .pull_six.eleven.columns:first-child,
.sixteen.colgrid .row .pull_six.twelve.columns:first-child,
.sixteen.colgrid .row .pull_six.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_six.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_six.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_seven.one.column:first-child,
.sixteen.colgrid .row .pull_seven.two.columns:first-child,
.sixteen.colgrid .row .pull_seven.three.columns:first-child,
.sixteen.colgrid .row .pull_seven.four.columns:first-child,
.sixteen.colgrid .row .pull_seven.five.columns:first-child,
.sixteen.colgrid .row .pull_seven.six.columns:first-child,
.sixteen.colgrid .row .pull_seven.seven.columns:first-child,
.sixteen.colgrid .row .pull_seven.eight.columns:first-child,
.sixteen.colgrid .row .pull_seven.ten.columns:first-child,
.sixteen.colgrid .row .pull_seven.eleven.columns:first-child,
.sixteen.colgrid .row .pull_seven.twelve.columns:first-child,
.sixteen.colgrid .row .pull_seven.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_seven.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_seven.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_eight.one.column:first-child,
.sixteen.colgrid .row .pull_eight.two.columns:first-child,
.sixteen.colgrid .row .pull_eight.three.columns:first-child,
.sixteen.colgrid .row .pull_eight.four.columns:first-child,
.sixteen.colgrid .row .pull_eight.five.columns:first-child,
.sixteen.colgrid .row .pull_eight.six.columns:first-child,
.sixteen.colgrid .row .pull_eight.seven.columns:first-child,
.sixteen.colgrid .row .pull_eight.nine.columns:first-child,
.sixteen.colgrid .row .pull_eight.ten.columns:first-child,
.sixteen.colgrid .row .pull_eight.eleven.columns:first-child,
.sixteen.colgrid .row .pull_eight.twelve.columns:first-child,
.sixteen.colgrid .row .pull_eight.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_eight.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_eight.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_nine.one.column:first-child,
.sixteen.colgrid .row .pull_nine.two.columns:first-child,
.sixteen.colgrid .row .pull_nine.three.columns:first-child,
.sixteen.colgrid .row .pull_nine.four.columns:first-child,
.sixteen.colgrid .row .pull_nine.five.columns:first-child,
.sixteen.colgrid .row .pull_nine.six.columns:first-child,
.sixteen.colgrid .row .pull_nine.eight.columns:first-child,
.sixteen.colgrid .row .pull_nine.nine.columns:first-child,
.sixteen.colgrid .row .pull_nine.ten.columns:first-child,
.sixteen.colgrid .row .pull_nine.eleven.columns:first-child,
.sixteen.colgrid .row .pull_nine.twelve.columns:first-child,
.sixteen.colgrid .row .pull_nine.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_nine.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_nine.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_ten.one.column:first-child,
.sixteen.colgrid .row .pull_ten.two.columns:first-child,
.sixteen.colgrid .row .pull_ten.three.columns:first-child,
.sixteen.colgrid .row .pull_ten.four.columns:first-child,
.sixteen.colgrid .row .pull_ten.five.columns:first-child,
.sixteen.colgrid .row .pull_ten.seven.columns:first-child,
.sixteen.colgrid .row .pull_ten.eight.columns:first-child,
.sixteen.colgrid .row .pull_ten.nine.columns:first-child,
.sixteen.colgrid .row .pull_ten.ten.columns:first-child,
.sixteen.colgrid .row .pull_ten.eleven.columns:first-child,
.sixteen.colgrid .row .pull_ten.twelve.columns:first-child,
.sixteen.colgrid .row .pull_ten.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_ten.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_ten.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_eleven.one.column:first-child,
.sixteen.colgrid .row .pull_eleven.two.columns:first-child,
.sixteen.colgrid .row .pull_eleven.three.columns:first-child,
.sixteen.colgrid .row .pull_eleven.four.columns:first-child,
.sixteen.colgrid .row .pull_eleven.six.columns:first-child,
.sixteen.colgrid .row .pull_eleven.seven.columns:first-child,
.sixteen.colgrid .row .pull_eleven.eight.columns:first-child,
.sixteen.colgrid .row .pull_eleven.nine.columns:first-child,
.sixteen.colgrid .row .pull_eleven.ten.columns:first-child,
.sixteen.colgrid .row .pull_eleven.eleven.columns:first-child,
.sixteen.colgrid .row .pull_eleven.twelve.columns:first-child,
.sixteen.colgrid .row .pull_eleven.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_eleven.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_eleven.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_twelve.one.column:first-child,
.sixteen.colgrid .row .pull_twelve.two.columns:first-child,
.sixteen.colgrid .row .pull_twelve.three.columns:first-child,
.sixteen.colgrid .row .pull_twelve.five.columns:first-child,
.sixteen.colgrid .row .pull_twelve.six.columns:first-child,
.sixteen.colgrid .row .pull_twelve.seven.columns:first-child,
.sixteen.colgrid .row .pull_twelve.eight.columns:first-child,
.sixteen.colgrid .row .pull_twelve.nine.columns:first-child,
.sixteen.colgrid .row .pull_twelve.ten.columns:first-child,
.sixteen.colgrid .row .pull_twelve.eleven.columns:first-child,
.sixteen.colgrid .row .pull_twelve.twelve.columns:first-child,
.sixteen.colgrid .row .pull_twelve.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_twelve.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_twelve.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.one.column:first-child,
.sixteen.colgrid .row .pull_thirteen.two.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.four.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.five.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.six.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.seven.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.eight.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.nine.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.ten.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.eleven.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.twelve.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.one.column:first-child,
.sixteen.colgrid .row .pull_fourteen.three.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.four.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.five.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.six.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.seven.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.eight.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.nine.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.ten.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.eleven.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.twelve.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.two.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.three.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.four.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.five.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.six.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.seven.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.eight.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.nine.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.ten.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.eleven.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.twelve.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.fifteen.columns:first-child {
  margin-left: 0;
}
.row .pull_one.eleven.columns,
.row .pull_two.ten.columns,
.row .pull_three.nine.columns,
.row .pull_four.eight.columns,
.row .pull_five.seven.columns,
.row .pull_six.six.columns,
.row .pull_seven.five.columns,
.row .pull_eight.four.columns,
.row .pull_nine.three.columns,
.row .pull_ten.two.columns,
.row .pull_eleven.one.columns,
.sixteen.colgrid .row .pull_one.fifteen.columns,
.sixteen.colgrid .row .pull_two.fourteen.columns,
.sixteen.colgrid .row .pull_three.thirteen.columns,
.sixteen.colgrid .row .pull_four.twelve.columns,
.sixteen.colgrid .row .pull_five.eleven.columns,
.sixteen.colgrid .row .pull_six.ten.columns,
.sixteen.colgrid .row .pull_seven.nine.columns,
.sixteen.colgrid .row .pull_eight.eight.columns,
.sixteen.colgrid .row .pull_nine.seven.columns,
.sixteen.colgrid .row .pull_ten.six.columns,
.sixteen.colgrid .row .pull_eleven.five.columns,
.sixteen.colgrid .row .pull_twelve.four.columns,
.sixteen.colgrid .row .pull_thirteen.three.columns,
.sixteen.colgrid .row .pull_fourteen.two.columns,
.sixteen.colgrid .row .pull_fifteen.one.columns {
  margin-left: -100%;
}
/* Hybrid Centered Classes */
.sixteen.colgrid .row .one.centered {
  margin-left: 47.87234%;
}
.sixteen.colgrid .row .two.centered {
  margin-left: 44.68085%;
}
.sixteen.colgrid .row .three.centered {
  margin-left: 41.48936%;
}
.sixteen.colgrid .row .four.centered {
  margin-left: 38.29787%;
}
.sixteen.colgrid .row .five.centered {
  margin-left: 35.10638%;
}
.sixteen.colgrid .row .six.centered {
  margin-left: 31.91489%;
}
.sixteen.colgrid .row .seven.centered {
  margin-left: 28.7234%;
}
.sixteen.colgrid .row .eight.centered {
  margin-left: 25.53191%;
}
.sixteen.colgrid .row .nine.centered {
  margin-left: 22.34043%;
}
.sixteen.colgrid .row .ten.centered {
  margin-left: 19.14894%;
}
.sixteen.colgrid .row .eleven.centered {
  margin-left: 15.95745%;
}
.sixteen.colgrid .row .twelve.centered {
  margin-left: 12.76596%;
}
.sixteen.colgrid .row .thirteen.centered {
  margin-left: 9.57447%;
}
.sixteen.colgrid .row .fourteen.centered {
  margin-left: 6.38298%;
}
.sixteen.colgrid .row .fifteen.centered {
  margin-left: 3.19149%;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.map_canvas img {
  max-width: none !important;
}
/* Tile Grid */
.tiles {
  display: block;
}
.tiles > li,
.tiles > .tile {
  display: block;
  height: auto;
  float: left;
  padding-bottom: 0;
}
.tiles.two_up {
  margin-left: -4%;
}
.tiles.two_up > li,
.tiles.two_up > .tile {
  margin-left: 4%;
  width: 46%;
}
.tiles.three_up,
.tiles.four_up {
  margin-left: -2%;
}
.tiles.three_up > li,
.tiles.three_up > .tile {
  margin-left: 2%;
  width: 31.3%;
}
.tiles.four_up > li,
.tiles.four_up > .tile {
  margin-left: 2%;
  width: 23%;
}
.tiles.five_up {
  margin-left: -1.5%;
}
.tiles.five_up > li,
.tiles.five_up > .tile {
  margin-left: 1.5%;
  width: 18.5%;
}
.tiles:after {
  content: “”;
  display: table;
  clear: both;
}
/* Nicolas Gallagher's micro clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.valign:before {
  content: ' ';
  display: inline-block;
  height: 400px;
  vertical-align: middle;
  margin-right: -0.25em;
}
.valign > div,
.valign > article,
.valign > section,
.valign > figure {
  display: inline-block;
  vertical-align: middle;
}
/* Mobile */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
  }
  .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .row .row .column,
  .row .row .columns {
    padding: 0;
  }
  .row .centered {
    margin-left: 0 !important;
  }
  .column,
  .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .column:last-child,
  .columns:last-child {
    margin-right: 0;
    float: none;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  [class*="column"]:before {
    display: table;
  }
  [class*="column"]:after {
    display: table;
    clear: both;
  }
  [class^="push_"],
  [class*="push_"],
  [class^="pull_"],
  [class*="pull_"] {
    margin-left: 0 !important;
  }
}
/* SHAME */
.ie8 .xxwide,
.ie8 .xwide,
.ie8 .wide,
.ie8 .normal,
.ie8 .narrow,
.ie8 .xnarrow {
  display: inline;
}
.ie8 .xxwide + input,
.ie8 .xwide + input,
.ie8 .wide + input,
.ie8 .normal + input,
.ie8 .narrow + input,
.ie8 .xnarrow + input {
  display: inline;
  margin: 0 0 0 -0.25em;
}
.ie8 .ttip:before,
.ie8 .ttip:after {
  display: none;
}
.ie8 .ttip:hover:before,
.ie8 .ttip:hover:after {
  display: block;
}
.ie9 .radio.checked i,
.ie9 .checkbox.checked i {
  top: 0;
}
/* ------------------ BASIC COLORS -------------------- */
/* ------------------ Additional color modifiers should be added in colors.less */
.-dark {
  color: #333;
}
.-light {
  color: #fcfaf7;
}
.-white {
  color: white;
}
.-primary {
  color: #287857;
}
.-dark-bg {
  background: #333;
}
.-light-bg {
  background: #fcfaf7;
}
.-white-bg {
  background: white;
}
.-primary-bg {
  background: #287857;
}
.-dark-hover:hover {
  color: #333;
}
.-light-hover:hover {
  color: #fcfaf7;
}
.-white-hover:hover {
  color: white;
}
.-primary-hover:hover {
  color: #287857;
}
/* ------------------ NOTIFIERS -------------------- */
.-warning {
  color: #d8d8be;
}
.-danger {
  color: #ee5a66;
}
.-success {
  color: #287857;
}
.-warning-bg {
  background: #d8d8be;
}
.-danger-bg {
  background: #ee5a66;
}
.-success-bg {
  background: #287857;
}
/* ------------------ LAYOUT -------------------- */
.-flex {
  display: flex;
}
.-flex .columns,
.-flex .column {
  margin: auto;
}
.-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 175px;
}
hr.clearfix {
  border: none;
  opacity: 0;
}
.-relative {
  position: relative;
}
.-block {
  display: block;
}
.-inline {
  display: inline;
}
.-inline-block {
  display: inline-block;
}
.-wide {
  max-width: 1800px;
}
.-centering {
  display: block;
  margin: auto;
  text-align: center;
}
/* ------------------ TYPOGRAPHY -------------------- */
.-caps,
.-uppercase {
  text-transform: uppercase;
}
.-lowercase {
  text-transform: lowercase;
}
.-titlecase,
.-capitalize {
  text-transform: capitalize;
}
.-no-transform {
  text-transform: none;
}
.-squished {
  line-height: 1.15em;
}
.-thin,
.-weight-thin {
  font-weight: 100;
}
.-weight-light {
  font-weight: 300;
}
.-weight-regular {
  font-weight: 400;
}
.-weight-medium {
  font-weight: 500;
}
.-bold,
.-weight-bold {
  font-weight: 700;
}
.-weight-black {
  font-weight: 900;
}
.-mini {
  font-size: 11px;
}
.-small {
  font-size: 13px;
}
.-smaller {
  font-size: 14px;
}
.-regular {
  font-size: 16px;
  line-height: 21px;
}
.-medium {
  font-size: 18px;
  line-height: 25px;
}
.-big {
  font-size: 20px;
}
.-bigger {
  font-size: 24px;
}
.-large {
  font-size: 48px;
}
.-huge {
  font-size: 80px;
}
.-space-1 {
  letter-spacing: 1px;
}
.-space-2 {
  letter-spacing: 2px;
}
/* ------------------ ALIGNMENT -------------------- */
.-center,
.-align-center {
  text-align: center;
}
span.-center {
  display: block;
}
.-align-left {
  text-align: left;
}
.-align-right {
  text-align: right;
}
/* ------------------ ELEMENT STYLES -------------------- */
.-transition {
  transition: 0.2s linear all;
}
.-transition-slow {
  transition: 0.5s linear all;
}
.-shadow-small {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.-shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.-shadow-medium {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.-shadow-large {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.-shadow-huge {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.-box-shadow {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.-gradient-fade {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f000000', endColorstr='#00000000', GradientType=1);
}
.-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 175px;
}
.-blur {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
hr.clearfix {
  border: none;
  opacity: 0;
}
.-padding,
.-padding-20 {
  padding: 20px;
}
.-padding-top {
  padding-top: 20px;
}
.-padding-right {
  padding-right: 20px;
}
.-padding-bottom {
  padding-bottom: 20px;
}
.-padding-left {
  padding-left: 20px;
}
.-padding-horizontal {
  padding: 0 20px;
}
.-padding-vertical {
  padding: 20px 0;
}
.-padding-10 {
  padding: 10px;
}
.-padding-top-10 {
  padding-top: 10px;
}
.-padding-right-10 {
  padding-right: 10px;
}
.-padding-bottom-10 {
  padding-bottom: 10px;
}
.-padding-left-10 {
  padding-left: 10px;
}
.-padding-horizontal-10 {
  padding: 0 10px;
}
.-padding-vertical-10 {
  padding: 10px 0;
}
.-padding-5 {
  padding: 5px;
}
.-padding-top-5 {
  padding-top: 5px;
}
.-padding-right-5 {
  padding-right: 5px;
}
.-padding-bottom-5 {
  padding-bottom: 5px;
}
.-padding-left-5 {
  padding-left: 5px;
}
.-padding-horizontal-5 {
  padding: 0 5px;
}
.-padding-vertical-5 {
  padding: 5px 0;
}
.-padding-8 {
  padding: 8px;
}
.-padding-15 {
  padding: 15px;
}
.-strip {
  padding-top: 10px;
  padding-bottom: 10px;
}
.-box-small {
  padding-top: 30px;
  padding-bottom: 30px;
}
.-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.-box-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}
.-box-large {
  padding-top: 150px;
  padding-bottom: 150px;
}
.-box-top {
  padding-top: 50px;
}
.-box-top-small {
  padding-top: 30px;
}
.-box-top-medium {
  padding-top: 100px;
}
.-box-top-large {
  padding-top: 150px;
}
.-box-bottom {
  padding-bottom: 50px;
}
.-box-bottom-small {
  padding-bottom: 30px;
}
.-box-bottom-medium {
  padding-bottom: 100px;
}
.-box-bottom-large {
  padding-bottom: 150px;
}
.-box-10 {
  padding: 10px 0;
}
.-box-15 {
  padding: 15px 0;
}
.-box-20 {
  padding: 20px 0;
}
.-box-30 {
  padding: 30px 0;
}
.-box-50 {
  padding: 50px 0;
}
.-box-80 {
  padding: 80px 0;
}
.-margin {
  margin: 20px;
}
.-margin-top {
  margin-top: 20px;
}
.-margin-right {
  margin-right: 20px;
}
.-margin-bottom {
  margin-bottom: 20px;
}
.-margin-left {
  margin-left: 20px;
}
.-margin-horizontal {
  margin: 0 20px;
}
.-margin-vertical {
  margin: 20px 0;
}
.-margin-10 {
  margin: 10px;
}
.-margin-top-10 {
  margin-top: 10px;
}
.-margin-right-10 {
  margin-right: 10px;
}
.-margin-bottom-10 {
  margin-bottom: 10px;
}
.-margin-left-10 {
  margin-left: 10px;
}
.-margin-horizontal-10 {
  margin: 0 10px;
}
.-margin-vertical-10 {
  margin: 10px 0;
}
.-margin-5 {
  margin: 5px;
}
.-margin-top-5 {
  margin-top: 5px;
}
.-margin-right-5 {
  margin-right: 5px;
}
.-margin-bottom-5 {
  margin-bottom: 5px;
}
.-margin-left-5 {
  margin-left: 5px;
}
.-margin-horizontal-5 {
  margin: 0 5px;
}
.-margin-vertical-5 {
  margin: 5px 0;
}
/* ------------------ EVENT MODIFIERS -------------------- */
.-hidden {
  display: none;
}
.-hidden.active {
  display: block;
}
.-pointer {
  cursor: pointer;
}
/* ------------------ BORDERS -------------------- */
.-border-top {
  border-top: 1px solid;
}
.-border-right {
  border-right: 1px solid;
}
.-border-bottom {
  border-bottom: 1px solid;
}
.-border-left {
  border-left: 1px solid;
}
.-border {
  border: 1px solid;
}
.-border-white {
  border-color: white;
}
.-border-dark {
  border-color: #333;
}
.-border-light {
  border-color: #fcfaf7;
}
.-rounded {
  border-radius: 5px;
}
.-rounded-bottom {
  border-radius: 0 0 5px 5px;
}
.-rounded-top {
  border-radius: 5px 5px 0 0;
}
.-rounded-left {
  border-radius: 5px 0 0 5px;
}
.-rounded-right {
  border-radius: 0 5px 5px 0;
}
.-rounded-top-left {
  border-radius: 5px 0 0 0;
}
.-rounded-top-right {
  border-radius: 0 5px 0 0;
}
.-rounded-bottom-right {
  border-radius: 0 0 5px 0;
}
.-rounded-bottom-left {
  border-radius: 0 0 0 5px;
}
.-circle {
  border-radius: 50%;
}
/* ------------------ TRANSFORMS -------------------- */
.-rotated-45 {
  transform: rotate(45deg);
}
.-rotated-90 {
  transform: rotate(90deg);
}
.-rotated-180 {
  transform: rotate(180deg);
}
/* ------------------ RESPONSIVE -------------------- */
.-no-mobile {
  display: block;
}
.-no-desktop {
  display: none;
}
/* Components */
.grid,
.flex-row {
  position: relative;
  display: flex;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex-flow: row wrap;
}
.-full {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
.-nowrap {
  flex-wrap: nowrap;
}
.-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.-justify-start {
  justify-content: flex-start;
}
.-justify-end {
  justify-content: flex-end;
}
.-justify-center {
  justify-content: center;
}
.-justify-space,
.-space-between {
  justify-content: space-between;
}
.-justify-around,
.-space-around {
  justify-content: space-around;
}
.-reverse {
  flex-direction: row-reverse;
}
.-vertical {
  flex-direction: column;
  flex-wrap: nowrap;
}
.-vertical.-reverse {
  flex-direction: column-reverse;
  flex-wrap: nowrap;
}
.-flex-align-top {
  align-items: flex-start;
  align-self: flex-start;
}
.-flex-align-bottom {
  align-items: flex-end;
  align-self: flex-end;
}
.-flex-align-center {
  align-items: center;
  align-self: center;
}
.-flex-align-baseline {
  align-items: baseline;
}
.-flex-align-stretch {
  align-items: stretch;
}
.cell {
  flex: 1 1 auto;
  min-height: 0px;
  min-width: 0px;
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cell.-fit {
  flex: 0 0 auto;
  width: auto;
}
.cell.-fill {
  flex: 1 1;
  width: auto;
}
.cell.-collapse {
  margin-left: 0;
  margin-right: 0;
}
.cell.-collapse-padding {
  padding-left: 0;
  padding-right: 0;
}
.-hide {
  display: none !important;
}
.-show {
  display: inherit !important;
}
._twelve {
  max-width: calc(100%/12 * 12 - 1rem);
  flex: 0 0 calc(100%/12 * 12 - 1rem);
}
._twelve.-collapse {
  max-width: calc(100%/12 * 12);
  flex: 0 0 calc(100%/12 * 12);
}
.-order-12 {
  order: 12;
}
._eleven {
  max-width: calc(100%/12 * 11 - 1rem);
  flex: 0 0 calc(100%/12 * 11 - 1rem);
}
._eleven.-collapse {
  max-width: calc(100%/12 * 11);
  flex: 0 0 calc(100%/12 * 11);
}
.-order-11 {
  order: 11;
}
._ten {
  max-width: calc(100%/12 * 10 - 1rem);
  flex: 0 0 calc(100%/12 * 10 - 1rem);
}
._ten.-collapse {
  max-width: calc(100%/12 * 10);
  flex: 0 0 calc(100%/12 * 10);
}
.-order-10 {
  order: 10;
}
._nine {
  max-width: calc(100%/12 * 9 - 1rem);
  flex: 0 0 calc(100%/12 * 9 - 1rem);
}
._nine.-collapse {
  max-width: calc(100%/12 * 9);
  flex: 0 0 calc(100%/12 * 9);
}
.-order-9 {
  order: 9;
}
._eight {
  max-width: calc(100%/12 * 8 - 1rem);
  flex: 0 0 calc(100%/12 * 8 - 1rem);
}
._eight.-collapse {
  max-width: calc(100%/12 * 8);
  flex: 0 0 calc(100%/12 * 8);
}
.-order-8 {
  order: 8;
}
._seven {
  max-width: calc(100%/12 * 7 - 1rem);
  flex: 0 0 calc(100%/12 * 7 - 1rem);
}
._seven.-collapse {
  max-width: calc(100%/12 * 7);
  flex: 0 0 calc(100%/12 * 7);
}
.-order-7 {
  order: 7;
}
._six {
  max-width: calc(100%/12 * 6 - 1rem);
  flex: 0 0 calc(100%/12 * 6 - 1rem);
}
._six.-collapse {
  max-width: calc(100%/12 * 6);
  flex: 0 0 calc(100%/12 * 6);
}
.-order-6 {
  order: 6;
}
._five {
  max-width: calc(100%/12 * 5 - 1rem);
  flex: 0 0 calc(100%/12 * 5 - 1rem);
}
._five.-collapse {
  max-width: calc(100%/12 * 5);
  flex: 0 0 calc(100%/12 * 5);
}
.-order-5 {
  order: 5;
}
._four {
  max-width: calc(100%/12 * 4 - 1rem);
  flex: 0 0 calc(100%/12 * 4 - 1rem);
}
._four.-collapse {
  max-width: calc(100%/12 * 4);
  flex: 0 0 calc(100%/12 * 4);
}
.-order-4 {
  order: 4;
}
._three {
  max-width: calc(100%/12 * 3 - 1rem);
  flex: 0 0 calc(100%/12 * 3 - 1rem);
}
._three.-collapse {
  max-width: calc(100%/12 * 3);
  flex: 0 0 calc(100%/12 * 3);
}
.-order-3 {
  order: 3;
}
._two {
  max-width: calc(100%/12 * 2 - 1rem);
  flex: 0 0 calc(100%/12 * 2 - 1rem);
}
._two.-collapse {
  max-width: calc(100%/12 * 2);
  flex: 0 0 calc(100%/12 * 2);
}
.-order-2 {
  order: 2;
}
._one {
  max-width: calc(100%/12 * 1 - 1rem);
  flex: 0 0 calc(100%/12 * 1 - 1rem);
}
._one.-collapse {
  max-width: calc(100%/12 * 1);
  flex: 0 0 calc(100%/12 * 1);
}
.-order-1 {
  order: 1;
}
._fifth {
  max-width: calc(20% - 1rem);
  flex: 0 0 calc(20% - 1rem);
}
._fifth.-collapse {
  max-width: 20%;
  flex: 0 0 20%;
}
@media only screen and (min-width: 480px) {
  .-small-hide {
    display: none !important;
  }
  .-small-show {
    display: inherit !important;
  }
  .-small-text-left {
    text-align: left;
  }
  .-small-text-right {
    text-align: right;
  }
  .-small-text-center {
    text-align: center;
  }
  .-small-text-justify {
    text-align: justify;
  }
  .-small-twelve {
    max-width: calc(100%/12 * 12 - 1rem);
    flex: 0 0 calc(100%/12 * 12 - 1rem);
  }
  .-small-twelve.collapse {
    max-width: calc(100%/12 * 12);
    flex: 0 0 calc(100%/12 * 12);
  }
  .-small-order-12 {
    order: 12;
  }
  .-small-eleven {
    max-width: calc(100%/12 * 11 - 1rem);
    flex: 0 0 calc(100%/12 * 11 - 1rem);
  }
  .-small-eleven.-collapse {
    max-width: calc(100%/12 * 11);
    flex: 0 0 calc(100%/12 * 11);
  }
  .-small-order-11 {
    order: 11;
  }
  .-small-ten {
    max-width: calc(100%/12 * 10 - 1rem);
    flex: 0 0 calc(100%/12 * 10 - 1rem);
  }
  .-small-ten.-collapse {
    max-width: calc(100%/12 * 10);
    flex: 0 0 calc(100%/12 * 10);
  }
  .-small-order-10 {
    order: 10;
  }
  .-small-nine {
    max-width: calc(100%/12 * 9 - 1rem);
    flex: 0 0 calc(100%/12 * 9 - 1rem);
  }
  .-small-nine.-collapse {
    max-width: calc(100%/12 * 9);
    flex: 0 0 calc(100%/12 * 9);
  }
  .-small-order-9 {
    order: 9;
  }
  .-small-eight {
    max-width: calc(100%/12 * 8 - 1rem);
    flex: 0 0 calc(100%/12 * 8 - 1rem);
  }
  .-small-eight.-collapse {
    max-width: calc(100%/12 * 8);
    flex: 0 0 calc(100%/12 * 8);
  }
  .-small-order-8 {
    order: 8;
  }
  .-small-seven {
    max-width: calc(100%/12 * 7 - 1rem);
    flex: 0 0 calc(100%/12 * 7 - 1rem);
  }
  .-small-seven.-collapse {
    max-width: calc(100%/12 * 7);
    flex: 0 0 calc(100%/12 * 7);
  }
  .-small-order-7 {
    order: 7;
  }
  .-small-six {
    max-width: calc(100%/12 * 6 - 1rem);
    flex: 0 0 calc(100%/12 * 6 - 1rem);
  }
  .-small-six.-collapse {
    max-width: calc(100%/12 * 6);
    flex: 0 0 calc(100%/12 * 6);
  }
  .-small-order-6 {
    order: 6;
  }
  .-small-five {
    max-width: calc(100%/12 * 5 - 1rem);
    flex: 0 0 calc(100%/12 * 5 - 1rem);
  }
  .-small-five.-collapse {
    max-width: calc(100%/12 * 5);
    flex: 0 0 calc(100%/12 * 5);
  }
  .-small-order-5 {
    order: 5;
  }
  .-small-four {
    max-width: calc(100%/12 * 4 - 1rem);
    flex: 0 0 calc(100%/12 * 4 - 1rem);
  }
  .-small-four.-collapse {
    max-width: calc(100%/12 * 4);
    flex: 0 0 calc(100%/12 * 4);
  }
  .-small-order-4 {
    order: 4;
  }
  .-small-three {
    max-width: calc(100%/12 * 3 - 1rem);
    flex: 0 0 calc(100%/12 * 3 - 1rem);
  }
  .-small-three.-collapse {
    max-width: calc(100%/12 * 3);
    flex: 0 0 calc(100%/12 * 3);
  }
  .-small-order-3 {
    order: 3;
  }
  .-small-two {
    max-width: calc(100%/12 * 2 - 1rem);
    flex: 0 0 calc(100%/12 * 2 - 1rem);
  }
  .-small-two.-collapse {
    max-width: calc(100%/12 * 2);
    flex: 0 0 calc(100%/12 * 2);
  }
  .-small-order-2 {
    order: 2;
  }
  .-small-one {
    max-width: calc(100%/12 * 1 - 1rem);
    flex: 0 0 calc(100%/12 * 1 - 1rem);
  }
  .-small-one.-collapse {
    max-width: calc(100%/12 * 1);
    flex: 0 0 calc(100%/12 * 1);
  }
  .-small-order-1 {
    order: 1;
  }
  .-small-fifth {
    max-width: calc(20% - 1rem);
    flex: 0 0 calc(20% - 1rem);
  }
  .-small-fifth.-collapse {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media only screen and (min-width: 768px) {
  .-medium-hide {
    display: none !important;
  }
  .-medium-show {
    display: inherit !important;
  }
  .-medium-text-left {
    text-align: left;
  }
  .-medium-text-right {
    text-align: right;
  }
  .-medium-text-center {
    text-align: center;
  }
  .-medium-text-justify {
    text-align: justify;
  }
  .-medium-twelve {
    max-width: calc(100%/12 * 12 - 1rem);
    flex: 0 0 calc(100%/12 * 12 - 1rem);
  }
  .-medium-twelve.-collapse {
    max-width: calc(100%/12 * 12);
    flex: 0 0 calc(100%/12 * 12);
  }
  .-medium-order-12 {
    order: 12;
  }
  .-medium-eleven {
    max-width: calc(100%/12 * 11 - 1rem);
    flex: 0 0 calc(100%/12 * 11 - 1rem);
  }
  .-medium-eleven.-collapse {
    max-width: calc(100%/12 * 11);
    flex: 0 0 calc(100%/12 * 11);
  }
  .-medium-order-11 {
    order: 11;
  }
  .-medium-ten {
    max-width: calc(100%/12 * 10 - 1rem);
    flex: 0 0 calc(100%/12 * 10 - 1rem);
  }
  .-medium-ten.-collapse {
    max-width: calc(100%/12 * 10);
    flex: 0 0 calc(100%/12 * 10);
  }
  .-medium-order-10 {
    order: 10;
  }
  .-medium-nine {
    max-width: calc(100%/12 * 9 - 1rem);
    flex: 0 0 calc(100%/12 * 9 - 1rem);
  }
  .-medium-nine.-collapse {
    max-width: calc(100%/12 * 9);
    flex: 0 0 calc(100%/12 * 9);
  }
  .-medium-order-9 {
    order: 9;
  }
  .-medium-eight {
    max-width: calc(100%/12 * 8 - 1rem);
    flex: 0 0 calc(100%/12 * 8 - 1rem);
  }
  .-medium-eight.-collapse {
    max-width: calc(100%/12 * 8);
    flex: 0 0 calc(100%/12 * 8);
  }
  .-medium-order-8 {
    order: 8;
  }
  .-medium-seven {
    max-width: calc(100%/12 * 7 - 1rem);
    flex: 0 0 calc(100%/12 * 7 - 1rem);
  }
  .-medium-seven.-collapse {
    max-width: calc(100%/12 * 7);
    flex: 0 0 calc(100%/12 * 7);
  }
  .-medium-order-7 {
    order: 7;
  }
  .-medium-six {
    max-width: calc(100%/12 * 6 - 1rem);
    flex: 0 0 calc(100%/12 * 6 - 1rem);
  }
  .-medium-six.collapse {
    max-width: calc(100%/12 * 6);
    flex: 0 0 calc(100%/12 * 6);
  }
  .-medium-order-6 {
    order: 6;
  }
  .-medium-five {
    max-width: calc(100%/12 * 5 - 1rem);
    flex: 0 0 calc(100%/12 * 5 - 1rem);
  }
  .-medium-five.collapse {
    max-width: calc(100%/12 * 5);
    flex: 0 0 calc(100%/12 * 5);
  }
  .-medium-order-5 {
    order: 5;
  }
  .-medium-four {
    max-width: calc(100%/12 * 4 - 1rem);
    flex: 0 0 calc(100%/12 * 4 - 1rem);
  }
  .-medium-four.-collapse {
    max-width: calc(100%/12 * 4);
    flex: 0 0 calc(100%/12 * 4);
  }
  .-medium-order-4 {
    order: 4;
  }
  .-medium-three {
    max-width: calc(100%/12 * 3 - 1rem);
    flex: 0 0 calc(100%/12 * 3 - 1rem);
  }
  .-medium-three.-collapse {
    max-width: calc(100%/12 * 3);
    flex: 0 0 calc(100%/12 * 3);
  }
  .-medium-order-3 {
    order: 3;
  }
  .-medium-two {
    max-width: calc(100%/12 * 2 - 1rem);
    flex: 0 0 calc(100%/12 * 2 - 1rem);
  }
  .-medium-two.-collapse {
    max-width: calc(100%/12 * 2);
    flex: 0 0 calc(100%/12 * 2);
  }
  .-medium-order-2 {
    order: 2;
  }
  .-medium-one {
    max-width: calc(100%/12 * 1 - 1rem);
    flex: 0 0 calc(100%/12 * 1 - 1rem);
  }
  .-medium-one.-collapse {
    max-width: calc(100%/12 * 1);
    flex: 0 0 calc(100%/12 * 1);
  }
  .-medium-order-1 {
    order: 1;
  }
  .-medium-fifth {
    max-width: calc(20% - 1rem);
    flex: 0 0 calc(20% - 1rem);
  }
  .-medium-fifth.-collapse {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media only screen and (min-width: 1024px) {
  .-large-hide {
    display: none !important;
  }
  .-large-show {
    display: inherit !important;
  }
  .-large-text-left {
    text-align: left;
  }
  .-large-text-right {
    text-align: right;
  }
  .-large-text-center {
    text-align: center;
  }
  .-large-text-justify {
    text-align: justify;
  }
  .-large-twelve {
    max-width: calc(100%/12 * 12 - 1rem);
    flex: 0 0 calc(100%/12 * 12 - 1rem);
  }
  .-large-twelve.-collapse {
    max-width: calc(100%/12 * 12);
    flex: 0 0 calc(100%/12 * 12);
  }
  .-large-order-12 {
    order: 12;
  }
  .-large-eleven {
    max-width: calc(100%/12 * 11 - 1rem);
    flex: 0 0 calc(100%/12 * 11 - 1rem);
  }
  .-large-eleven.-collapse {
    max-width: calc(100%/12 * 11);
    flex: 0 0 calc(100%/12 * 11);
  }
  .-large-order-11 {
    order: 11;
  }
  .-large-ten {
    max-width: calc(100%/12 * 10 - 1rem);
    flex: 0 0 calc(100%/12 * 10 - 1rem);
  }
  .-large-ten.-collapse {
    max-width: calc(100%/12 * 10);
    flex: 0 0 calc(100%/12 * 10);
  }
  .-large-order-10 {
    order: 10;
  }
  .-large-nine {
    max-width: calc(100%/12 * 9 - 1rem);
    flex: 0 0 calc(100%/12 * 9 - 1rem);
  }
  .-large-nine.-collapse {
    max-width: calc(100%/12 * 9);
    flex: 0 0 calc(100%/12 * 9);
  }
  .-large-order-9 {
    order: 9;
  }
  .-large-eight {
    max-width: calc(100%/12 * 8 - 1rem);
    flex: 0 0 calc(100%/12 * 8 - 1rem);
  }
  .-large-eight.-collapse {
    max-width: calc(100%/12 * 8);
    flex: 0 0 calc(100%/12 * 8);
  }
  .-large-order-8 {
    order: 8;
  }
  .-large-seven {
    max-width: calc(100%/12 * 7 - 1rem);
    flex: 0 0 calc(100%/12 * 7 - 1rem);
  }
  .-large-seven.-collapse {
    max-width: calc(100%/12 * 7);
    flex: 0 0 calc(100%/12 * 7);
  }
  .-large-order-7 {
    order: 7;
  }
  .-large-six {
    max-width: calc(100%/12 * 6 - 1rem);
    flex: 0 0 calc(100%/12 * 6 - 1rem);
  }
  .-large-six.collapse {
    max-width: calc(100%/12 * 6);
    flex: 0 0 calc(100%/12 * 6);
  }
  .-large-order-6 {
    order: 6;
  }
  .-large-five {
    max-width: calc(100%/12 * 5 - 1rem);
    flex: 0 0 calc(100%/12 * 5 - 1rem);
  }
  .-large-five.-collapse {
    max-width: calc(100%/12 * 5);
    flex: 0 0 calc(100%/12 * 5);
  }
  .-large-order-5 {
    order: 5;
  }
  .-large-four {
    max-width: calc(100%/12 * 4 - 1rem);
    flex: 0 0 calc(100%/12 * 4 - 1rem);
  }
  .-large-four.-collapse {
    max-width: calc(100%/12 * 4);
    flex: 0 0 calc(100%/12 * 4);
  }
  .-large-order-4 {
    order: 4;
  }
  .-large-three {
    max-width: calc(100%/12 * 3 - 1rem);
    flex: 0 0 calc(100%/12 * 3 - 1rem);
  }
  .-large-three.-collapse {
    max-width: calc(100%/12 * 3);
    flex: 0 0 calc(100%/12 * 3);
  }
  .-large-order-3 {
    order: 3;
  }
  .-large-two {
    max-width: calc(100%/12 * 2 - 1rem);
    flex: 0 0 calc(100%/12 * 2 - 1rem);
  }
  .-large-two.-collapse {
    max-width: calc(100%/12 * 2);
    flex: 0 0 calc(100%/12 * 2);
  }
  .-large-order-2 {
    order: 2;
  }
  .-large-one {
    max-width: calc(100%/12 * 1 - 1rem);
    flex: 0 0 calc(100%/12 * 1 - 1rem);
  }
  .-large-one.-collapse {
    max-width: calc(100%/12 * 1);
    flex: 0 0 calc(100%/12 * 1);
  }
  .-large-order-1 {
    order: 1;
  }
  .-large-fifth {
    max-width: calc(20% - 1rem);
    flex: 0 0 calc(20% - 1rem);
  }
  .-large-fifth.-collapse {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .-xlarge-hide {
    display: none !important;
  }
  .-xlarge-show {
    display: inherit !important;
  }
  .-xlarge-text-left {
    text-align: left;
  }
  .-xlarge-text-right {
    text-align: right;
  }
  .-xlarge-text-center {
    text-align: center;
  }
  .-xlarge-text-justify {
    text-align: justify;
  }
  .-xlarge-twelve {
    max-width: calc(100%/12 * 12 - 1rem);
    flex: 0 0 calc(100%/12 * 12 - 1rem);
  }
  .-xlarge-twelve.collapse {
    max-width: calc(100%/12 * 12);
    flex: 0 0 calc(100%/12 * 12);
  }
  .-xlarge-order-12 {
    order: 12;
  }
  .-xlarge-eleven {
    max-width: calc(100%/12 * 11 - 1rem);
    flex: 0 0 calc(100%/12 * 11 - 1rem);
  }
  .-xlarge-eleven.-collapse {
    max-width: calc(100%/12 * 11);
    flex: 0 0 calc(100%/12 * 11);
  }
  .-xlarge-order-11 {
    order: 11;
  }
  .-xlarge-ten {
    max-width: calc(100%/12 * 10 - 1rem);
    flex: 0 0 calc(100%/12 * 10 - 1rem);
  }
  .-xlarge-ten.-collapse {
    max-width: calc(100%/12 * 10);
    flex: 0 0 calc(100%/12 * 10);
  }
  .-xlarge-order-10 {
    order: 10;
  }
  .-xlarge-nine {
    max-width: calc(100%/12 * 9 - 1rem);
    flex: 0 0 calc(100%/12 * 9 - 1rem);
  }
  .-xlarge-nine.-collapse {
    max-width: calc(100%/12 * 9);
    flex: 0 0 calc(100%/12 * 9);
  }
  .-xlarge-order-9 {
    order: 9;
  }
  .-xlarge-eight {
    max-width: calc(100%/12 * 8 - 1rem);
    flex: 0 0 calc(100%/12 * 8 - 1rem);
  }
  .-xlarge-eight.collapse {
    max-width: calc(100%/12 * 8);
    flex: 0 0 calc(100%/12 * 8);
  }
  .-xlarge-order-8 {
    order: 8;
  }
  .-xlarge-seven {
    max-width: calc(100%/12 * 7 - 1rem);
    flex: 0 0 calc(100%/12 * 7 - 1rem);
  }
  .-xlarge-seven.-collapse {
    max-width: calc(100%/12 * 7);
    flex: 0 0 calc(100%/12 * 7);
  }
  .-xlarge-order-7 {
    order: 7;
  }
  .-xlarge-six {
    max-width: calc(100%/12 * 6 - 1rem);
    flex: 0 0 calc(100%/12 * 6 - 1rem);
  }
  .-xlarge-six.-collapse {
    max-width: calc(100%/12 * 6);
    flex: 0 0 calc(100%/12 * 6);
  }
  .-xlarge-order-6 {
    order: 6;
  }
  .-xlarge-five {
    max-width: calc(100%/12 * 5 - 1rem);
    flex: 0 0 calc(100%/12 * 5 - 1rem);
  }
  .-xlarge-five.-collapse {
    max-width: calc(100%/12 * 5);
    flex: 0 0 calc(100%/12 * 5);
  }
  .-xlarge-order-5 {
    order: 5;
  }
  .-xlarge-four {
    max-width: calc(100%/12 * 4 - 1rem);
    flex: 0 0 calc(100%/12 * 4 - 1rem);
  }
  .-xlarge-four.-collapse {
    max-width: calc(100%/12 * 4);
    flex: 0 0 calc(100%/12 * 4);
  }
  .-xlarge-order-4 {
    order: 4;
  }
  .-xlarge-three {
    max-width: calc(100%/12 * 3 - 1rem);
    flex: 0 0 calc(100%/12 * 3 - 1rem);
  }
  .-xlarge-three.-collapse {
    max-width: calc(100%/12 * 3);
    flex: 0 0 calc(100%/12 * 3);
  }
  .-xlarge-order-3 {
    order: 3;
  }
  .-xlarge-two {
    max-width: calc(100%/12 * 2 - 1rem);
    flex: 0 0 calc(100%/12 * 2 - 1rem);
  }
  .-xlarge-two.-collapse {
    max-width: calc(100%/12 * 2);
    flex: 0 0 calc(100%/12 * 2);
  }
  .-xlarge-order-2 {
    order: 2;
  }
  .-xlarge-one {
    max-width: calc(100%/12 * 1 - 1rem);
    flex: 0 0 calc(100%/12 * 1 - 1rem);
  }
  .-xlarge-one.-collapse {
    max-width: calc(100%/12 * 1);
    flex: 0 0 calc(100%/12 * 1);
  }
  .-xlarge-order-1 {
    order: 1;
  }
  .-xlarge-fifth {
    max-width: calc(20% - 1rem);
    flex: 0 0 calc(20% - 1rem);
  }
  .-xlarge-fifth.-collapse {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
.-has-error {
  border: 1px solid #f25151;
  box-shadow: 0px 0px 0px 4px rgba(242, 81, 81, 0.25);
}
.-focus,
.-on-focus:focus {
  outline: none;
  border: 1px solid #287857;
  box-shadow: 0px 0px 0px 4px rgba(31, 155, 130, 0.25);
}
.-hover,
.-on-hover:hover {
  border: 1px solid #fcfaf7;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(228, 228, 228, 0.5);
}
.-success,
.-on-hover-success:hover {
  border: 1px solid #287857;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(102, 186, 137, 0.25);
}
.-warning,
.-on-hover-warning:hover {
  border: 1px solid #d8d8be;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(243, 174, 0, 0.25);
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="phone"],
textarea,
.select,
.daterange-input {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 8px 5px;
  border: none;
  border: 1px solid #976d34;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* margin-left: -5px; */
  font-size: 18px;
  background-color: transparent;
  border-radius: 5px;
  transition: 0.2s linear all;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="number"]:hover,
input[type="phone"]:hover,
textarea:hover,
.select:hover,
.daterange-input:hover {
  border: 1px solid #fcfaf7;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(228, 228, 228, 0.5);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="phone"]:focus,
textarea:focus,
.select:focus,
.daterange-input:focus {
  outline: none;
  border: 1px solid #287857;
  box-shadow: 0px 0px 0px 4px rgba(31, 155, 130, 0.25);
}
label,
.password-reset {
  display: block;
  font-size: 12px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
}
textarea {
  resize: none;
}
.form-heading {
  padding: 20px;
}
.large-input {
  font-size: 21px;
  font-family: 'Huscon Sans', serif;
}
input[type="checkbox"]:focus {
  background: transparent;
}
input[type="checkbox"] {
  position: relative;
  display: inline-block;
  width: auto;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 10px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  transition: 0.2s linear all;
}
input[type="checkbox"]:focus {
  outline: none;
}
input[type="checkbox"]:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 4px;
  font-family: 'Ionicons';
  font-size: 20px;
  content: "\F401";
  transition: 0.2s linear all;
}
input[type="checkbox"]:checked:after {
  font-family: 'Ionicons';
  content: "\F3FF";
  color: #287857;
  transition: 0.2s linear all;
}
input[type="radio"]:focus {
  background: transparent;
}
input[type="radio"] {
  position: relative;
  display: inline-block;
  width: auto;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 10px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  transition: 0.2s linear all;
}
input[type="radio"]:focus {
  outline: none;
}
input[type="radio"]:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 4px;
  font-family: 'Ionicons';
  font-size: 20px;
  content: "\F401";
  transition: 0.2s linear all;
}
input[type="radio"]:checked:after {
  font-family: 'Ionicons';
  content: "\F400";
  color: #287857;
  transition: 0.2s linear all;
}
input[type="checkbox"].switch {
  height: 24px;
  width: 40px;
  border-radius: 24px;
  margin-bottom: -8px;
  border: 1px solid #fcfaf7;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(228, 228, 228, 0.5);
}
input[type="checkbox"].switch:focus {
  outline: none;
  border: 1px solid #287857;
  box-shadow: 0px 0px 0px 4px rgba(31, 155, 130, 0.25);
}
input[type="checkbox"].switch:hover {
  border: 1px solid #fcfaf7;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(228, 228, 228, 0.5);
}
input[type="checkbox"].switch:checked {
  background: #287857;
  color: #287857;
  border: 1px solid #287857;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(102, 186, 137, 0.25);
}
input[type="checkbox"].switch::after {
  left: 2px;
  top: 2px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  content: '';
  border: 1px solid transparent;
  background: #fcfaf7;
}
input[type="checkbox"].switch:checked:after {
  left: 20px;
  background: white;
}
.switch:disabled:not(:checked)::after {
  opacity: 0.6;
}
label.switch {
  line-height: 24px;
  display: inline-block;
}
button {
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  color: #333;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  background: white;
  padding: 15px 0;
  transition: 0.2s linear all;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button i {
  display: inline-block;
  padding-left: 10px;
  font-size: 30px;
  transition: 0.2s linear all;
}
button:hover {
  border-bottom: 1px solid #333;
}
button:hover i {
  padding-left: 15px;
}
a.password-reset {
  margin-left: 30px;
}
.lower-submit {
  margin: 30px auto;
}
.has-error {
  position: relative;
}
.has-error input,
.has-error input:focus {
  border: 1px solid #287857;
}
.has-error input {
  border: 1px solid #45c18e;
}
.has-error input:focus {
  border: 1px solid #287857;
}
.help-block {
  display: block;
  position: absolute;
  left: 0;
  bottom: -42px;
  width: 100%;
  color: white;
  padding: 0px 3px;
  font-size: 12px;
  color: #287857;
  margin-bottom: 20px;
}
.select-style {
  position: relative;
  border: none;
  width: auto;
  border-radius: 5px;
  overflow: hidden;
  background: transparent;
}
.select-style:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'Ionicons';
  content: "\F3D0";
  font-size: 25px;
  z-index: 1;
  pointer-events: none;
  transition: 0.2s linear all;
}
.select-style:hover:before {
  color: #287857;
}
.select-style select {
  padding: 8px 5px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  font-size: 18px;
}
.select-style select:focus {
  outline: none;
}
.select {
  position: relative;
}
.select-wrap {
  position: relative;
}
.select-wrap:after {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: 0;
  bottom: 0;
  font-family: 'Ionicons';
  content: "\F3D0";
  font-size: 20px;
  color: #333;
  pointer-events: none;
}
.select:focus {
  outline: none;
  border: 1px solid #287857;
  box-shadow: 0px 0px 0px 4px rgba(31, 155, 130, 0.25);
}
input[type="submit"] {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #333;
  color: #333;
  transition: 0.2s linear all;
}
input[type="submit"]:hover {
  background: #333;
  color: white;
}
.help {
  font-family: proxima-nova, sans-serif;
  color: #287857;
}
.form-section {
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 50px auto;
  border: 1px solid #fcfaf7;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #f5eee4;
}
th {
  color: #333;
  font-family: 'Huscon Sans', serif;
  font-size: 13px;
}
td,
th {
  padding: 10px;
  border: none;
  text-align: left;
  font-size: 13px;
}
thead tr {
  background-color: #333;
  color: white;
  font-size: 10px;
}
thead tr:nth-of-type(odd) {
  background: #333;
  font-family: 'Huscon Sans', serif;
}
thead th {
  background-color: #333;
  color: white;
  font-size: 10px;
  letter-spacing: 1px;
}
.-label {
  background: #287857;
  color: white;
  font-family: 'Huscon Sans', serif;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table {
    width: 100%;
  }
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #fcfaf7;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #333;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);
    color: #333;
    font-weight: bold;
  }
}
button,
.button {
  display: inline-block;
  padding: 8px 8px 10px 8px;
  border: 1px solid #287857;
  color: #287857;
  transition: 0.2s linear all;
}
button:hover,
.button:hover {
  background: #287857;
  color: white;
}
.-inverse {
  border: 1px solid #287857;
  background: #287857;
  color: white;
  transition: 0.2s linear all;
}
.-inverse:hover {
  background: white;
  color: #287857;
}
.-colored {
  border: 1px solid #287857;
  background: #287857;
  color: white;
  transition: 0.2s linear all;
}
.-colored:hover {
  border: 1px solid #0e2b20;
  background: #0e2b20;
}
.-full-width {
  display: block;
  width: 100%;
}
.-rounded {
  border-radius: 5px;
}
.-border-under {
  border: none;
  border-bottom: 1px solid #287857;
}
.-shadow-hover:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.-with-icon {
  padding: 8px 12px 12px 8px;
}
.-with-icon i {
  display: inline-block;
  padding-right: 8px;
}
.-minimal {
  border: 1px solid transparent;
}
.-minimal:hover {
  background: transparent;
  color: #0e2b20;
  border-bottom: 1px solid #0e2b20;
}
.-button-warning {
  border-color: #d8d8be;
  color: #d8d8be;
  transition: 0.2s linear all;
}
.-button-warning:hover {
  background: #d8d8be;
}
.-button-danger {
  border-color: #ee5a66;
  color: #ee5a66;
  transition: 0.2s linear all;
}
.-button-danger:hover {
  background: #ee5a66;
}
.-button-success {
  border-color: #287857;
  color: #287857;
  transition: 0.2s linear all;
}
.-button-success:hover {
  background: #287857;
}
.buttons .button {
  border: 1px solid #287857;
  border-right: none;
  margin-left: -4px;
}
.buttons .button:last-child {
  border-right: 1px solid #287857;
}
.buttons.-pills .button:first-child {
  border-radius: 5px 0 0 5px;
}
.buttons.-pills .button:last-child {
  border-radius: 0 5px 5px 0;
}
.buttons.-minimal {
  border-bottom: 1px solid #287857;
}
.buttons.-minimal .button {
  border: 2px solid transparent;
}
.buttons.-minimal .button:hover {
  background: transparent;
  color: #0e2b20;
  border-bottom: 2px solid #0e2b20;
}
.buttons.-vertical .button {
  display: block;
  width: 100%;
  border: 1px solid #287857;
  border-bottom: none;
}
.buttons.-vertical .button:first-child {
  border-radius: 5px 5px 0 0;
}
.buttons.-vertical .button:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #287857;
}
.alert {
  position: relative;
  background: white;
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.alert .label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.card {
  position: relative;
  border: 1px solid #fcfaf7;
  padding: 20px;
}
.card.-with-image {
  padding: 20px;
  padding-top: 220px;
}
.card.-with-image .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
}
.card.-with-footer {
  padding-bottom: 110px;
}
.card.-with-footer .card-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 90px;
}
.card.-stacked {
  margin-top: 20px;
}
.card.-rounded {
  overflow: hidden;
  border-radius: 5px;
}
.-scale-up-center {
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.-rotate-center {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
  animation: rotate-center 0.6s ease-in-out both;
}
@-webkit-keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.-rotate-90-cw {
  -webkit-animation: rotate-90-cw 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: rotate-90-cw 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes rotate-90-cw {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes rotate-90-cw {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(90deg);
  }
}
.-rotate-90-ccw {
  -webkit-animation: rotate-90-ccw 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: rotate-90-ccw 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes rotate-90-ccw {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes rotate-90-ccw {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-90deg);
  }
}
.-slide-down {
  -webkit-animation: slide-down 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-down 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(75px);
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(75px);
  }
}
.-slide-up {
  -webkit-animation: slide-up 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-up 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
.-flip-horizontal {
  -webkit-animation: flip-horizontal 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: flip-horizontal 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@-webkit-keyframes flip-horizontal {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(-180deg);
  }
}
@keyframes flip-horizontal {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(-180deg);
  }
}
.-flip-vertical {
  -webkit-animation: flip-vertical 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: flip-vertical 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@-webkit-keyframes flip-vertical {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes flip-vertical {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
.wp-block-columns {
  display: flex;
  margin: 20px 0;
}
.wp-block-column {
  flex: 1;
  margin: 0 20px;
}
@media (max-width: 764px) {
  .wp-block-columns.has-3-columns {
    flex-flow: row wrap;
  }
  .has-3-columns .wp-block-column:first-child {
    flex-basis: 100%;
  }
}
@media (max-width: 478px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }
  .wp-block-column {
    margin: 20px 0;
  }
}
/**
 * Colors
 */
/**
 * Breakpoints & Media Queries
 */
/**
 * Often re-used variables
 */
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Button states and focus styles
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Applies editor right position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.wp-block-button {
  color: #fff;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button.alignright {
  /*rtl:ignore*/
  text-align: right;
}
.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-block-button__link:visited {
  color: inherit;
}
.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.no-border-radius.wp-block-button__link {
  border-radius: 0 !important;
}
.is-style-outline {
  color: #32373c;
}
.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid;
}
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar th,
.wp-block-calendar tbody td {
  padding: 4px;
  border: 1px solid #e2e4e7;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.wp-block-calendar table th {
  font-weight: 400;
  background: #edeff0;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.wp-block-calendar tfoot a {
  color: #00739c;
}
.wp-block-calendar table tbody,
.wp-block-calendar table caption {
  color: #40464d;
}
.wp-block-categories.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-categories.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}
.wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 599px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px);
    flex-grow: 0;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 32px;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}
/**
 * All Columns Alignment
 */
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
/**
 * Individual Column Alignment
 */
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10::before,
.wp-block-cover.has-background-dim.has-background-dim-10::before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20::before,
.wp-block-cover.has-background-dim.has-background-dim-20::before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30::before,
.wp-block-cover.has-background-dim.has-background-dim-30::before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40::before,
.wp-block-cover.has-background-dim.has-background-dim-40::before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50::before,
.wp-block-cover.has-background-dim.has-background-dim-50::before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60::before,
.wp-block-cover.has-background-dim.has-background-dim-60::before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70::before,
.wp-block-cover.has-background-dim.has-background-dim-70::before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80::before,
.wp-block-cover.has-background-dim.has-background-dim-80::before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90::before,
.wp-block-cover.has-background-dim.has-background-dim-90::before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100::before,
.wp-block-cover.has-background-dim.has-background-dim-100::before {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-cover-image::after,
.wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-cover-image::after,
  .wp-block-cover::after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9;
}
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color) {
  color: inherit;
}
.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
section.wp-block-cover-image h2,
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: #fff;
}
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:hover,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:active,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:hover,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:active,
.wp-block-cover-text a,
.wp-block-cover-text a:hover,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:active {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
section.wp-block-cover-image.has-left-content > h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}
section.wp-block-cover-image.has-right-content > h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}
section.wp-block-cover-image > h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}
.block-editor-block-list__block[data-type="core/embed"][data-align="left"] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align="right"] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed {
  margin-bottom: 1em;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.78%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}
.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  /*rtl:ignore*/
  text-align: right;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:active {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
.wp-block-gallery,
.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure,
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img,
  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img {
    width: auto;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img,
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img {
  display: inline;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item,
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item,
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2) / 3);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item,
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item {
      width: calc((100% - 16px * 2) / 3 - 1px);
    }
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item,
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3) / 4);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item,
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item {
      width: calc((100% - 16px * 3) / 4 - 1px);
    }
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item,
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4) / 5);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item,
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item {
      width: calc((100% - 16px * 4) / 5 - 1px);
    }
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item,
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5) / 6);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item,
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item {
      width: calc((100% - 16px * 5) / 6 - 1px);
    }
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item,
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6) / 7);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item,
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item {
      width: calc((100% - 16px * 6) / 7 - 1px);
    }
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item,
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7) / 8);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item,
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item {
      width: calc((100% - 16px * 7) / 8 - 1px);
    }
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure,
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter,
.wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1em;
}
.wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.is-style-circle-mask img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .is-style-circle-mask img {
    /* stylelint-disable */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    /* stylelint-enable */
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    border-radius: none;
  }
}
.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 52px;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}
.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
.wp-block-latest-posts.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px);
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px;
}
.wp-block-media-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
}
.wp-block-media-text .has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  align-self: start;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  -ms-grid-row-align: center;
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  word-break: break-word;
  padding: 0 8% 0 8%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill figure {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.wp-block-media-text.is-image-fill figure > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.is-small-text {
  font-size: 14px;
}
.is-regular-text {
  font-size: 16px;
}
.is-large-text {
  font-size: 36px;
}
.is-larger-text {
  font-size: 48px;
}
.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}
p.has-background {
  padding: 20px 30px;
}
p.has-text-color a {
  color: inherit;
}
.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 305px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px;
}
.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  margin: 0 0 16px;
  padding: 0 1em;
}
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  font-size: 18px;
  text-align: right;
}
.wp-block-rss.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-rss.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}
.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc((100% / 2) - 16px);
  }
  .wp-block-rss.columns-3 li {
    width: calc((100% / 3) - 16px);
  }
  .wp-block-rss.columns-4 li {
    width: calc((100% / 4) - 16px);
  }
  .wp-block-rss.columns-5 li {
    width: calc((100% / 5) - 16px);
  }
  .wp-block-rss.columns-6 li {
    width: calc((100% / 6) - 16px);
  }
}
.wp-block-rss__item-publish-date,
.wp-block-rss__item-author {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.wp-block-search {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-search .wp-block-search__label {
  width: 100%;
}
.wp-block-search .wp-block-search__input {
  flex-grow: 1;
}
.wp-block-search .wp-block-search__button {
  margin-left: 10px;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots::before {
  content: "\B7   \B7   \B7";
  color: currentColor;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.wp-block-social-links {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
.wp-social-link {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 8px;
  transition: transform 0.1s ease;
}
.wp-social-link a {
  padding: 6px;
  display: block;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-social-link a,
.wp-social-link a:hover,
.wp-social-link a:active,
.wp-social-link a:visited,
.wp-social-link svg {
  color: currentColor;
  fill: currentColor;
}
.wp-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1977f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0577b5;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #21a1f3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #ff0100;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 28px;
  height: 28px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1977f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0577b5;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #21a1f3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: #ff0100;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-spacer {
  clear: both;
}
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.alignleft,
.wp-block-table.aligncenter,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.wp-block-text-columns {
  display: flex;
}
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: calc(100% / 2);
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: calc(100% / 3);
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: calc(100% / 4);
}
pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
}
.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-video video {
  max-width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
:root .has-pale-pink-background-color {
  background-color: #f78da7;
}
:root .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-pale-pink-color {
  color: #f78da7;
}
:root .has-vivid-red-color {
  color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
  color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
  color: #fcb900;
}
:root .has-light-green-cyan-color {
  color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
  color: #00d084;
}
:root .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
  color: #0693e3;
}
:root .has-vivid-purple-color {
  color: #9b51e0;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
.has-small-font-size {
  font-size: 13px;
}
.has-regular-font-size,
.has-normal-font-size {
  font-size: 16px;
}
.has-medium-font-size {
  font-size: 20px;
}
.has-large-font-size {
  font-size: 36px;
}
.has-larger-font-size,
.has-huge-font-size {
  font-size: 42px;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  /*rtl:ignore*/
  text-align: left;
}
.has-text-align-right {
  /*rtl:ignore*/
  text-align: right;
}
/* Custom Styles */
body {
  padding-top: 120px;
  background: #fcfaf7;
  color: #333;
}
header {
  position: fixed;
  height: 90px;
  top: 0;
  right: 0;
  left: 0;
  background: white;
  z-index: 99;
}
header .logo {
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: -60px;
}
footer {
  padding: 20px;
  background: #287857;
}
h1 {
  color: #287857;
  font-weight: 400;
}
.line {
  margin-left: 0;
  width: 2px;
  border-left: 2px solid #976d34;
  height: 300px;
}
.-big-border {
  border: 14px solid white;
}
.video {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  height: 500px;
}
.video .-circle {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  height: 70px;
  width: 70px;
}
.video .-circle i {
  color: #976d34;
  font-size: 48px;
}
h3.side {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  background: #287857;
  color: white;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 40px;
  width: 180px;
  margin-left: -40px;
  margin-top: 50px;
  transform: rotate(-90deg);
}
h3.boxed {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  background: #287857;
  color: white;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 180px;
  height: 40px;
  margin: auto;
}
.tab {
  background: #fcfaf7;
  padding: 20px;
  border-bottom: 8px solid #fcfaf7;
  transition: 0.2s linear all;
}
.tab span {
  color: #976d34;
  font-weight: 500;
  transition: 0.2s linear all;
}
.tab:hover span {
  color: #333;
}
.tab.-active {
  border-bottom: 8px solid #976d34;
}
.tab.-active span {
  color: #333;
}
.tab-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tab-content h3 {
  color: #976d34;
  font-weight: 400;
}
.tab-content img {
  border: 14px solid #fcfaf7;
}
video {
  width: 100%;
}
/* Mobile Styles */
@media (max-width: 1024px) {
  /* ------------------ RESPONSIVE -------------------- */
  .-no-mobile {
    display: none;
  }
  .-no-desktop {
    display: block;
  }
  body {
    padding-top: 90px;
    background: #fcfaf7;
    color: #333;
  }
  header .logo {
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
    text-align: center;
  }
  header .logo-img {
    padding-top: 10px;
    width: 120px;
  }
  .-box-medium {
    padding: 30px 0;
  }
  .line {
    margin-left: 0;
    height: 2px;
    border-top: 2px solid #976d34;
    width: 100%;
    margin: 20px 0;
  }
  .video {
    height: 250px;
  }
  .tab-content {
    padding: 5px 20px;
  }
  .tab {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: space-between;
  }
  footer {
    text-align: center;
  }
  footer img {
    padding-top: 10px;
    width: 120px;
  }
}
