@import url('http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700');
@font-face {
  font-family: 'asphaltic';
  src: url('/src/assets/css/ASPHALTIC.ttf');
  font-weight: normal;
  font-style: normal;
}
.main-font {
  font-family: "open sans", sans-serif;
}
.secondary-font {
  font-family: 'asphaltic', serif;
}
.ultralight-font {
  font-family: "DINNextLTW01-UltraLight_706122";
}
.light-font {
  font-family: "DIN Next W01 Light";
}
.medium-font {
  font-family: "DIN Next W01 Medium";
}
.bold-font {
  font-family: "DIN Next W01 Bold";
}
.columns,
.column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.column:first-child,
.columns:first-child,
.alpha {
  margin-left: 0;
}
.column {
  flex: 1;
}
.two.columns {
  flex: 2;
}
.three.columns {
  flex: 3;
}
.four.columns {
  flex: 4;
}
.five.columns {
  flex: 5;
}
.six.columns {
  flex: 6;
}
.seven.columns {
  flex: 7;
}
.eight.columns {
  flex: 8;
}
.first {
  order: 1;
}
.second {
  order: 2;
}
.third {
  order: 3;
}
.fourth {
  oder: 4;
}
.fifth {
  order: 5;
}
.sixth {
  order: 6;
}
.seventh {
  order: 7;
}
.eighth {
  order: 8;
}
@media only screen and (max-width: 767px) {
  .mobile-first {
    order: 1;
  }
  .mobile-second {
    order: 2;
  }
  .mobile-third {
    order: 3;
  }
  .mobile-fourth {
    oder: 4;
  }
  .mobile-fifth {
    order: 5;
  }
  .mobile-sixth {
    order: 6;
  }
  .mobile-seventh {
    order: 7;
  }
  .mobile-eighth {
    order: 8;
  }
}
.row {
  display: flex;
  position: relative;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  min-width: 320px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  justify-content: space-between;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row .row {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.row .column,
.row .columns {
  margin-left: 2%;
  min-height: 1px;
}
.row.no-gutter .column,
.row.no-gutter .columns {
  margin-left: 0;
  min-height: 1px;
}
.row.no-gutter .push-half.columns,
.row.no-gutter .push-half.column {
  margin-left: 50%;
}
.row.no-gutter .push-third.columns,
.row.no-gutter .push-third.column {
  margin-left: 33.333%;
}
.row.no-gutter .push-quarter.columns,
.row.no-gutter .push-quarter.column,
.row.no-gutter .push-fourth.columns,
.row.no-gutter .push-fourth.column {
  margin-left: 25%;
}
.row.no-gutter .push-fifth.columns,
.row.no-gutter .push-fifth.column {
  margin-left: 20%;
}
.row.no-gutter .push-sixth.columns,
.row.no-gutter .push-sixth.column {
  margin-left: 16.666%;
}
.push-half.columns,
.push-half.column {
  margin-left: 52%;
}
.push-third.columns,
.push-third.column {
  margin-left: 35.333%;
}
.push-quarter.columns,
.push-quarter.column,
.push-fourth.column,
.push-fourth.columns {
  margin-left: 27%;
}
.push-fifth.columns,
.push-fifth.column {
  margin-left: 22%;
}
.push-sixth.columns,
.push-sixth.column {
  margin-left: 18.666%;
}
.push-half.column:first-child,
.push-half.columns:first-child {
  margin-left: 50%;
}
.push-third.column:first-child,
.push-third.columns:first-child {
  margin-left: 33.333%;
}
.push-quarter.column:first-child,
.push-quarter.columns:first-child,
.push-fourth.column:first-child,
.push-fourth.columns:first-child {
  margin-left: 25%;
}
.push-fifth.column:first-child,
.push-fifth.columns:first-child {
  margin-left: 20%;
}
.push-sixth.column:first-child,
.push-sixth.columns:first-child {
  margin-left: 16.666%;
}
.row.half .column,
.row.two .column,
.row.half .columns,
.row.two .columns {
  margin-left: 0;
  max-width: 48%;
  min-width: 48%;
}
.row.half .push-one,
.row.two .push-one {
  margin-left: 52%;
}
.row.half .center,
.row.two .center {
  margin-left: 25%!important;
}
@media only screen and (max-width: 768px) {
  .row.half .center,
  .row.two .center {
    margin-left: 0%!important;
  }
}
.row.half .two.columns,
.row.two .two.columns {
  max-width: 100%;
  min-width: 100%;
}
.row.thirds .column,
.row.three .column,
.row.thirds .columns,
.row.three .columns {
  margin-left: 0;
  max-width: 31%;
  min-width: 31%;
}
.row.thirds .push-one,
.row.three .push-one {
  margin-left: 34.5%;
}
.row.thirds .push-two,
.row.three .push-two {
  margin-left: 69%;
}
.row.thirds .two.columns,
.row.three .two.columns {
  max-width: 65.5%;
  min-width: 65.5%;
}
.row.thirds .three.columns,
.row.three .three.columns {
  max-width: 100%;
  min-width: 100%;
}
.row.fourths .column,
.row.four .column,
.row.fourths .columns,
.row.four .columns {
  margin-left: 0;
  max-width: 23%;
  min-width: 23%;
}
.row.fourths .push-one,
.row.four .push-one {
  margin-left: 25.666%;
}
.row.fourths .push-two,
.row.four .push-two {
  margin-left: 51.333%;
}
.row.fourths .push-three,
.row.four .push-three {
  margin-left: 77%;
}
.row.fourths .two.columns,
.row.four .two.columns {
  max-width: 48.666%;
  min-width: 48.666%;
}
.row.fourths .three.columns,
.row.four .three.columns {
  max-width: 74.333%;
  min-width: 74.333%;
}
.row.fourths .four.columns,
.row.four .four.columns {
  max-width: 100%;
  min-width: 100%;
}
.row.fifths .column,
.row.five .column,
.row.fifths .columns,
.row.five .columns {
  margin-left: 0;
  max-width: 18%;
  min-width: 18%;
}
.row.fifths .push-one,
.row.five .push-one {
  margin-left: 20.5%;
}
.row.fifths .push-two,
.row.five .push-two {
  margin-left: 43%;
}
.row.fifths .push-three,
.row.five .push-three {
  margin-left: 64.5%;
}
.row.fifths .push-four,
.row.five .push-four {
  margin-left: 83%;
}
.row.fifths .two.columns,
.row.five .two.columns {
  max-width: 38.5%;
  min-width: 38.5%;
}
.row.fifths .three.columns,
.row.five .three.columns {
  max-width: 59%;
  min-width: 59%;
}
.row.fifths .four.columns,
.row.five .four.columns {
  max-width: 79.5%;
  min-width: 79.5%;
}
.row.fifths .five.columns,
.row.five .five.columns {
  max-width: 100%;
  min-width: 100%;
}
.row.sixths .column,
.row.six .column,
.row.sixths .columns,
.row.six .columns {
  margin-left: 0;
  max-width: 15%;
  min-width: 15%;
}
.row.sixths .push-one,
.row.six .push-one {
  margin-left: 17%;
}
.row.sixths .push-two,
.row.six .push-two {
  margin-left: 32%;
}
.row.sixths .push-three,
.row.six .push-three {
  margin-left: 51%;
}
.row.sixths .push-four,
.row.six .push-four {
  margin-left: 66%;
}
.row.sixths .push-five,
.row.six .push-five {
  margin-left: 85%;
}
.row.sixths .two.columns,
.row.six .two.columns {
  max-width: 32%;
  min-width: 32%;
}
.row.sixths .three.columns,
.row.six .three.columns {
  max-width: 49%;
  min-width: 49%;
}
.row.sixths .four.columns,
.row.six .four.columns {
  max-width: 66%;
  min-width: 66%;
}
.row.sixths .five.columns,
.row.six .five.columns {
  max-width: 83%;
  min-width: 83%;
}
.row.sixths .six.columns,
.row.six .six.columns {
  max-width: 100%;
  min-width: 100%;
}
.row.sevenths .column,
.row.seven .column,
.row.sevenths .columns,
.row.seven .columns {
  margin-left: 0;
  max-width: 13.5%;
  min-width: 13.5%;
}
.row.sevenths .push-one,
.row.seven .push-one {
  margin-left: 14.2857%;
}
.row.sevenths .push-two,
.row.seven .push-two {
  margin-left: 28.5714%;
}
.row.sevenths .push-three,
.row.seven .push-three {
  margin-left: 42.8571%;
}
.row.sevenths .push-four,
.row.seven .push-four {
  margin-left: 57.1428%;
}
.row.sevenths .push-five,
.row.seven .push-five {
  margin-left: 71.4285%;
}
.row.sevenths .push-six,
.row.seven .push-six {
  margin-left: 86.5%;
}
.row.sevenths .two.columns,
.row.seven .two.columns {
  max-width: 29%;
  min-width: 29%;
}
.row.sevenths .three.columns,
.row.seven .three.columns {
  max-width: 44.5%;
  min-width: 44.5%;
}
.row.sevenths .four.columns,
.row.seven .four.columns {
  max-width: 60%;
  min-width: 60%;
}
.row.sevenths .five.columns,
.row.seven .five.columns {
  max-width: 75.5%;
  min-width: 75.5%;
}
.row.sevenths .six.columns,
.row.seven .six.columns {
  max-width: 91%;
  min-width: 91%;
}
.row.sevenths .seven.columns,
.row.seven .seven.columns {
  max-width: 100%;
  min-width: 100%;
}
.row.eighths .column,
.row.eight .column,
.row.eighths .columns,
.row.eight .columns {
  margin-left: 0;
  max-width: 11.5%;
  min-width: 11.5%;
}
.row.eighths .push-one,
.row.eight .push-one {
  margin-left: 12.5%;
}
.row.eighths .push-two,
.row.eight .push-two {
  margin-left: 25%;
}
.row.eighths .push-three,
.row.eight .push-three {
  margin-left: 37.5%;
}
.row.eighths .push-four,
.row.eight .push-four {
  margin-left: 50%;
}
.row.eighths .push-five,
.row.eight .push-five {
  margin-left: 62.5%;
}
.row.eighths .push-six,
.row.eight .push-six {
  margin-left: 75%;
}
.row.eighths .push-seven,
.row.eight .push-seven {
  margin-left: 88.5%;
}
.row.eighths .two.columns,
.row.eight .two.columns {
  max-width: 25%;
  min-width: 25%;
}
.row.eighths .three.columns,
.row.eight .three.columns {
  max-width: 38.5%;
  min-width: 38.5%;
}
.row.eighths .four.columns,
.row.eight .four.columns {
  max-width: 52%;
  min-width: 52%;
}
.row.eighths .five.columns,
.row.eight .five.columns {
  max-width: 65.5%;
  min-width: 65.5%;
}
.row.eighths .six.columns,
.row.eight .six.columns {
  max-width: 79%;
  min-width: 79%;
}
.row.eighths .seven.columns,
.row.eight .seven.columns {
  max-width: 92.5%;
  min-width: 92.5%;
}
.row.eighths .eight.columns,
.row.eight .eight.columns {
  max-width: 100%;
  min-width: 100%;
}
.row.ninths .column,
.row.nine .column,
.row.ninths .columns,
.row.nine .columns {
  margin-left: 0;
  max-width: 10.5%;
  min-width: 10.5%;
}
.row.ninths .push-one,
.row.nine .push-one {
  margin-left: 11.111%;
}
.row.ninths .push-two,
.row.nine .push-two {
  margin-left: 22.222%;
}
.row.ninths .push-three,
.row.nine .push-three {
  margin-left: 33.333%;
}
.row.ninths .push-four,
.row.nine .push-four {
  margin-left: 44.444%;
}
.row.ninths .push-five,
.row.nine .push-five {
  margin-left: 55.555%;
}
.row.ninths .push-six,
.row.nine .push-six {
  margin-left: 66.666%;
}
.row.ninths .push-seven,
.row.nine .push-seven {
  margin-left: 77.777%;
}
.row.ninths .push-eight,
.row.nine .push-eight {
  margin-left: 89.5%;
}
.row.ninths .two.columns,
.row.nine .two.columns {
  max-width: 23%;
  min-width: 23%;
}
.row.ninths .three.columns,
.row.nine .three.columns {
  max-width: 35.5%;
  min-width: 35.5%;
}
.row.ninths .four.columns,
.row.nine .four.columns {
  max-width: 48%;
  min-width: 48%;
}
.row.ninths .five.columns,
.row.nine .five.columns {
  max-width: 60.5%;
  min-width: 60.5%;
}
.row.ninths .six.columns,
.row.nine .six.columns {
  max-width: 73%;
  min-width: 73%;
}
.row.ninths .seven.columns,
.row.nine .seven.columns {
  max-width: 85.5%;
  min-width: 85.5%;
}
.row.ninths .eight.columns,
.row.nine .eight.columns {
  max-width: 98%;
  min-width: 98%;
}
.row.ninths .nine.columns,
.row.nine .nine.columns {
  max-width: 100%;
  min-width: 100%;
}
.row.tenths .column,
.row.ten .column,
.row.tenths .columns,
.row.ten .columns {
  margin-left: 0;
  max-width: 9.4%;
  min-width: 9.4%;
}
.row.tenths .push-one,
.row.ten .push-one {
  margin-left: 10%;
}
.row.tenths .push-two,
.row.ten .push-two {
  margin-left: 20.6%;
}
.row.tenths .push-three,
.row.ten .push-three {
  margin-left: 31.2%;
}
.row.tenths .push-four,
.row.ten .push-four {
  margin-left: 42.8%;
}
.row.tenths .push-five,
.row.ten .push-five {
  margin-left: 53.4%;
}
.row.tenths .push-six,
.row.ten .push-six {
  margin-left: 64%;
}
.row.tenths .push-seven,
.row.ten .push-seven {
  margin-left: 74.6%;
}
.row.tenths .push-eight,
.row.ten .push-eight {
  margin-left: 85.2%;
}
.row.tenths .push-nine,
.row.ten .push-nine {
  margin-left: 90.6%;
}
.row.elevenths .column,
.row.eleven .column,
.row.elevenths .columns,
.row.eleven .columns {
  margin-left: 0;
  max-width: 8.5%;
  min-width: 8.5%;
}
.row.elevenths .push-one,
.row.eleven .push-one {
  margin-left: 9.0909%;
}
.row.elevenths .push-two,
.row.eleven .push-two {
  margin-left: 18.1818%;
}
.row.elevenths .push-three,
.row.eleven .push-three {
  margin-left: 27.2727%;
}
.row.elevenths .push-four,
.row.eleven .push-four {
  margin-left: 36.3636%;
}
.row.elevenths .push-five,
.row.eleven .push-five {
  margin-left: 45.4545%;
}
.row.elevenths .push-six,
.row.eleven .push-six {
  margin-left: 54.5454%;
}
.row.elevenths .push-seven,
.row.eleven .push-seven {
  margin-left: 63.6363%;
}
.row.elevenths .push-eight,
.row.eleven .push-eight {
  margin-left: 74.7474%;
}
.row.elevenths .push-nine,
.row.eleven .push-nine {
  margin-left: 85.8585%;
}
.row.elevenths .push-eleven,
.row.eleven .push-eleven {
  margin-left: 91.5%;
}
.row.twelfths .column,
.row.twelve .column,
.row.twelfths .columns,
.row.twelve .columns {
  margin-left: 0;
  max-width: 7.7%;
  min-width: 7.7%;
}
.row.twelfths .push-one,
.row.twelve .push-one {
  margin-left: 8.3333%;
}
.row.twelfths .push-two,
.row.twelve .push-two {
  margin-left: 16.6666%;
}
.row.twelfths .push-three,
.row.twelve .push-three {
  margin-left: 24.9999%;
}
.row.twelfths .push-four,
.row.twelve .push-four {
  margin-left: 33.3332%;
}
.row.twelfths .push-five,
.row.twelve .push-five {
  margin-left: 41.6665%;
}
.row.twelfths .push-six,
.row.twelve .push-six {
  margin-left: 49.9998%;
}
.row.twelfths .push-seven,
.row.twelve .push-seven {
  margin-left: 58.3331%;
}
.row.twelfths .push-eight,
.row.twelve .push-eight {
  margin-left: 66.6664%;
}
.row.twelfths .push-nine,
.row.twelve .push-nine {
  margin-left: 74.9997%;
}
.row.twelfths .push-ten,
.row.twelve .push-ten {
  margin-left: 83.333%;
}
.row.twelfths .push-eleven,
.row.twelve .push-eleven {
  margin-left: 92.3%;
}
.row.thirteen .column,
.row.thirteen .columns {
  margin-left: 0;
  max-width: 7.2%;
  min-width: 7.2%;
}
.row.thirteen .push-one {
  margin-left: 7.6923%;
}
.row.thirteen .push-two {
  margin-left: 15.3846%;
}
.row.thirteen .push-three {
  margin-left: 23.0769%;
}
.row.thirteen .push-four {
  margin-left: 30.7692%;
}
.row.thirteen .push-five {
  margin-left: 38.4615%;
}
.row.thirteen .push-six {
  margin-left: 46.1538%;
}
.row.thirteen .push-seven {
  margin-left: 53.8461%;
}
.row.thirteen .push-eight {
  margin-left: 61.5384%;
}
.row.thirteen .push-nine {
  margin-left: 69.2307%;
}
.row.thirteen .push-ten {
  margin-left: 76.923%;
}
.row.thirteen .push-eleven {
  margin-left: 84.6153%;
}
.row.thirteen .push-twelve {
  margin-left: 92.8%;
}
.row.forteen .column,
.row.forteen .columns {
  margin-left: 0;
  max-width: 6.6%;
  min-width: 6.6%;
}
.row.forteen .push-one {
  margin-left: 7.14285%;
}
.row.forteen .push-two {
  margin-left: 14.2857%;
}
.row.forteen .push-three {
  margin-left: 21.42855%;
}
.row.forteen .push-four {
  margin-left: 28.5714%;
}
.row.forteen .push-five {
  margin-left: 35.71425%;
}
.row.forteen .push-six {
  margin-left: 42.8571%;
}
.row.forteen .push-seven {
  margin-left: 49.99995%;
}
.row.forteen .push-eight {
  margin-left: 57.1428%;
}
.row.forteen .push-nine {
  margin-left: 64.28565%;
}
.row.forteen .push-ten {
  margin-left: 71.4285%;
}
.row.forteen .push-eleven {
  margin-left: 78.57135%;
}
.row.forteen .push-twelve {
  margin-left: 85.7142%;
}
.row.forteen .push-thirteen {
  margin-left: 93.4%;
}
.row.fifteen .column,
.row.fifteen .columns {
  margin-left: 0;
  max-width: 6.25%;
  min-width: 6.25%;
}
.row.fifteen .push-one {
  margin-left: 6.6666%;
}
.row.fifteen .push-two {
  margin-left: 13.3333%;
}
.row.fifteen .push-three {
  margin-left: 19.9999%;
}
.row.fifteen .push-four {
  margin-left: 26.6666%;
}
.row.fifteen .push-five {
  margin-left: 33.3333%;
}
.row.fifteen .push-six {
  margin-left: 39.9999%;
}
.row.fifteen .push-seven {
  margin-left: 46.6666%;
}
.row.fifteen .push-eight {
  margin-left: 53.3332%;
}
.row.fifteen .push-nine {
  margin-left: 59.9999%;
}
.row.fifteen .push-ten {
  margin-left: 66.6666%;
}
.row.fifteen .push-eleven {
  margin-left: 73.3332%;
}
.row.fifteen .push-twelve {
  margin-left: 79.9999%;
}
.row.fifteen .push-thirteen {
  margin-left: 86.6665%;
}
.row.fifteen .push-fourteen {
  margin-left: 93.75%;
}
.row.sixteen .column,
.row.sixteen .columns {
  margin-left: 0;
  max-width: 6%;
  min-width: 6%;
}
.row .column:first-child,
.columns:first-child,
.alpha {
  margin-left: 0;
}
.row.no-gutter.half .column,
.row.no-gutter.two .column,
.row.no-gutter.half .columns,
.row.no-gutter.two .columns {
  margin-left: 0;
  max-width: 50%;
  min-width: 50%;
}
.row.no-gutter.half .push-one,
.row.no-gutter.two .push-one {
  margin-left: 52%;
}
.row.no-gutter.thirds .column,
.row.no-gutter.three .column,
.row.no-gutter.thirds .columns,
.row.no-gutter.three .columns {
  margin-left: 0;
  max-width: 33.333%;
  min-width: 33.333%;
}
.row.no-gutter.thirds .push-one,
.row.no-gutter.three .push-one {
  margin-left: 33.333%;
}
.row.no-gutter.thirds .push-two,
.row.no-gutter.three .push-two {
  margin-left: 66.666%;
}
.row.no-gutter.fourths .column,
.row.no-gutter.four .column,
.row.no-gutter.fourths .columns,
.row.no-gutter.four .columns {
  margin-left: 0;
  max-width: 25%;
  min-width: 25%;
}
.row.no-gutter.fourths .push-one,
.row.no-gutter.four .push-one {
  margin-left: 25.666%;
}
.row.no-gutter.fourths .push-two,
.row.no-gutter.four .push-two {
  margin-left: 50%;
}
.row.no-gutter.fourths .push-three,
.row.no-gutter.four .push-three {
  margin-left: 75%;
}
.row.no-gutter.fifths .column,
.row.no-gutter.five .column,
.row.no-gutter.fifths .columns,
.row.no-gutter.five .columns {
  margin-left: 0;
  max-width: 20%;
  min-width: 20%;
}
.row.no-gutter.fifths .push-one,
.row.no-gutter.five .push-one {
  margin-left: 20%;
}
.row.no-gutter.fifths .push-two,
.row.no-gutter.five .push-two {
  margin-left: 40%;
}
.row.no-gutter.fifths .push-three,
.row.no-gutter.five .push-three {
  margin-left: 60%;
}
.row.no-gutter.fifths .push-four,
.row.no-gutter.five .push-four {
  margin-left: 80%;
}
.row.no-gutter.sixths .column,
.row.no-gutter.six .column,
.row.no-gutter.sixths .columns,
.row.no-gutter.six .columns {
  margin-left: 0;
  max-width: 16.667%;
  min-width: 16.666%;
}
.row.no-gutter.sixths .push-one,
.row.no-gutter.six .push-one {
  margin-left: 16.666%;
}
.row.no-gutter.sixths .push-two,
.row.no-gutter.six .push-two {
  margin-left: 33.332%;
}
.row.no-gutter.sixths .push-three,
.row.no-gutter.six .push-three {
  margin-left: 50%;
}
.row.no-gutter.sixths .push-four,
.row.no-gutter.six .push-four {
  margin-left: 66.666%;
}
.row.no-gutter.sixths .push-five,
.row.no-gutter.six .push-five {
  margin-left: 83.332%;
}
.row.no-gutter.sevenths .column,
.row.no-gutter.seven .column,
.row.no-gutter.sevenths .columns,
.row.no-gutter.seven .columns {
  margin-left: 0;
  max-width: 14.2857%;
  min-width: 14.2857%;
}
.row.no-gutter.sevenths .push-one,
.row.no-gutter.seven .push-one {
  margin-left: 14.2857%;
}
.row.no-gutter.sevenths .push-two,
.row.no-gutter.seven .push-two {
  margin-left: 28.5714%;
}
.row.no-gutter.sevenths .push-three,
.row.no-gutter.seven .push-three {
  margin-left: 42.8571%;
}
.row.no-gutter.sevenths .push-four,
.row.no-gutter.seven .push-four {
  margin-left: 57.1428%;
}
.row.no-gutter.sevenths .push-five,
.row.no-gutter.seven .push-five {
  margin-left: 71.4285%;
}
.row.no-gutter.sevenths .push-six,
.row.no-gutter.seven .push-six {
  margin-left: 86.5%;
}
.row.no-gutter.eighths .column,
.row.no-gutter.eight .column,
.row.no-gutter.eighths .columns,
.row.no-gutter.eight .columns {
  margin-left: 0;
  max-width: 12.5%;
  min-width: 12.5%;
}
.row.no-gutter.eighths .push-one,
.row.no-gutter.eight .push-one {
  margin-left: 12.5%;
}
.row.no-gutter.eighths .push-two,
.row.no-gutter.eight .push-two {
  margin-left: 25%;
}
.row.no-gutter.eighths .push-three,
.row.no-gutter.eight .push-three {
  margin-left: 37.5%;
}
.row.no-gutter.eighths .push-four,
.row.no-gutter.eight .push-four {
  margin-left: 50%;
}
.row.no-gutter.eighths .push-five,
.row.no-gutter.eight .push-five {
  margin-left: 62.5%;
}
.row.no-gutter.eighths .push-six,
.row.no-gutter.eight .push-six {
  margin-left: 75%;
}
.row.no-gutter.eighths .push-seven,
.row.no-gutter.eight .push-seven {
  margin-left: 87.5%;
}
.row.no-gutter.ninths .column,
.row.no-gutter.nine .column,
.row.no-gutter.ninths .columns,
.row.no-gutter.nine .columns {
  margin-left: 0;
  max-width: 11.111%;
  min-width: 11.111%;
}
.row.no-gutter.ninths .push-one,
.row.no-gutter.nine .push-one {
  margin-left: 11.111%;
}
.row.no-gutter.ninths .push-two,
.row.no-gutter.nine .push-two {
  margin-left: 22.222%;
}
.row.no-gutter.ninths .push-three,
.row.no-gutter.nine .push-three {
  margin-left: 33.333%;
}
.row.no-gutter.ninths .push-four,
.row.no-gutter.nine .push-four {
  margin-left: 44.444%;
}
.row.no-gutter.ninths .push-five,
.row.no-gutter.nine .push-five {
  margin-left: 55.555%;
}
.row.no-gutter.ninths .push-six,
.row.no-gutter.nine .push-six {
  margin-left: 66.666%;
}
.row.no-gutter.ninths .push-seven,
.row.no-gutter.nine .push-seven {
  margin-left: 77.777%;
}
.row.no-gutter.ninths .push-eight,
.row.no-gutter.nine .push-eight {
  margin-left: 89.5%;
}
.row.no-gutter.tenths .column,
.row.no-gutter.ten .column,
.row.no-gutter.tenths .columns,
.row.no-gutter.ten .columns {
  margin-left: 0;
  max-width: 10%;
  min-width: 10%;
}
.row.no-gutter.tenths .push-one,
.row.no-gutter.ten .push-one {
  margin-left: 10%;
}
.row.no-gutter.tenths .push-two,
.row.no-gutter.ten .push-two {
  margin-left: 20.6%;
}
.row.no-gutter.tenths .push-three,
.row.no-gutter.ten .push-three {
  margin-left: 31.2%;
}
.row.no-gutter.tenths .push-four,
.row.no-gutter.ten .push-four {
  margin-left: 42.8%;
}
.row.no-gutter.tenths .push-five,
.row.no-gutter.ten .push-five {
  margin-left: 53.4%;
}
.row.no-gutter.tenths .push-six,
.row.no-gutter.ten .push-six {
  margin-left: 64%;
}
.row.no-gutter.tenths .push-seven,
.row.no-gutter.ten .push-seven {
  margin-left: 74.6%;
}
.row.no-gutter.tenths .push-eight,
.row.no-gutter.ten .push-eight {
  margin-left: 85.2%;
}
.row.no-gutter.tenths .push-nine,
.row.no-gutter.ten .push-nine {
  margin-left: 90.6%;
}
.row.no-gutter.elevenths .column,
.row.no-gutter.eleven .column,
.row.no-gutter.elevenths .columns,
.row.no-gutter.eleven .columns {
  margin-left: 0;
  max-width: 9.0909%;
  min-width: 9.0909%;
}
.row.no-gutter.elevenths .push-one,
.row.no-gutter.eleven .push-one {
  margin-left: 9.0909%;
}
.row.no-gutter.elevenths .push-two,
.row.no-gutter.eleven .push-two {
  margin-left: 18.1818%;
}
.row.no-gutter.elevenths .push-three,
.row.no-gutter.eleven .push-three {
  margin-left: 27.2727%;
}
.row.no-gutter.elevenths .push-four,
.row.no-gutter.eleven .push-four {
  margin-left: 36.3636%;
}
.row.no-gutter.elevenths .push-five,
.row.no-gutter.eleven .push-five {
  margin-left: 45.4545%;
}
.row.no-gutter.elevenths .push-six,
.row.no-gutter.eleven .push-six {
  margin-left: 54.5454%;
}
.row.no-gutter.elevenths .push-seven,
.row.no-gutter.eleven .push-seven {
  margin-left: 63.6363%;
}
.row.no-gutter.elevenths .push-eight,
.row.no-gutter.eleven .push-eight {
  margin-left: 74.7474%;
}
.row.no-gutter.elevenths .push-nine,
.row.no-gutter.eleven .push-nine {
  margin-left: 85.8585%;
}
.row.no-gutter.elevenths .push-eleven,
.row.no-gutter.eleven .push-eleven {
  margin-left: 91.5%;
}
.row.no-gutter.twelfths .column,
.row.no-gutter.twelve .column,
.row.no-gutter.twelfths .columns,
.row.no-gutter.twelve .columns {
  margin-left: 0;
  max-width: 8.3333%;
  min-width: 8.3333%;
}
.row.no-gutter.twelfths .push-one,
.row.no-gutter.twelve .push-one {
  margin-left: 8.3333%;
}
.row.no-gutter.twelfths .push-two,
.row.no-gutter.twelve .push-two {
  margin-left: 16.6666%;
}
.row.no-gutter.twelfths .push-three,
.row.no-gutter.twelve .push-three {
  margin-left: 24.9999%;
}
.row.no-gutter.twelfths .push-four,
.row.no-gutter.twelve .push-four {
  margin-left: 33.3332%;
}
.row.no-gutter.twelfths .push-five,
.row.no-gutter.twelve .push-five {
  margin-left: 41.6665%;
}
.row.no-gutter.twelfths .push-six,
.row.no-gutter.twelve .push-six {
  margin-left: 49.9998%;
}
.row.no-gutter.twelfths .push-seven,
.row.no-gutter.twelve .push-seven {
  margin-left: 58.3331%;
}
.row.no-gutter.twelfths .push-eight,
.row.no-gutter.twelve .push-eight {
  margin-left: 66.6664%;
}
.row.no-gutter.twelfths .push-nine,
.row.no-gutter.twelve .push-nine {
  margin-left: 74.9997%;
}
.row.no-gutter.twelfths .push-ten,
.row.no-gutter.twelve .push-ten {
  margin-left: 83.333%;
}
.row.no-gutter.twelfths .push-eleven,
.row.no-gutter.twelve .push-eleven {
  margin-left: 92.3%;
}
.row.no-gutter.thirteen .column,
.row.no-gutter.thirteen .columns {
  margin-left: 0;
  max-width: 7.2%;
  min-width: 7.2%;
}
.row.no-gutter.thirteen .push-one {
  margin-left: 7.6923%;
}
.row.no-gutter.thirteen .push-two {
  margin-left: 15.3846%;
}
.row.no-gutter.thirteen .push-three {
  margin-left: 23.0769%;
}
.row.no-gutter.thirteen .push-four {
  margin-left: 30.7692%;
}
.row.no-gutter.thirteen .push-five {
  margin-left: 38.4615%;
}
.row.no-gutter.thirteen .push-six {
  margin-left: 46.1538%;
}
.row.no-gutter.thirteen .push-seven {
  margin-left: 53.8461%;
}
.row.no-gutter.thirteen .push-eight {
  margin-left: 61.5384%;
}
.row.no-gutter.thirteen .push-nine {
  margin-left: 69.2307%;
}
.row.no-gutter.thirteen .push-ten {
  margin-left: 76.923%;
}
.row.no-gutter.thirteen .push-eleven {
  margin-left: 84.6153%;
}
.row.no-gutter.thirteen .push-twelve {
  margin-left: 92.8%;
}
.row.no-gutter.forteen .column,
.row.no-gutter.forteen .columns {
  margin-left: 0;
  max-width: 6.6%;
  min-width: 6.6%;
}
.row.no-gutter.forteen .push-one {
  margin-left: 7.14285%;
}
.row.no-gutter.forteen .push-two {
  margin-left: 14.2857%;
}
.row.no-gutter.forteen .push-three {
  margin-left: 21.42855%;
}
.row.no-gutter.forteen .push-four {
  margin-left: 28.5714%;
}
.row.no-gutter.forteen .push-five {
  margin-left: 35.71425%;
}
.row.no-gutter.forteen .push-six {
  margin-left: 42.8571%;
}
.row.no-gutter.forteen .push-seven {
  margin-left: 49.99995%;
}
.row.no-gutter.forteen .push-eight {
  margin-left: 57.1428%;
}
.row.no-gutter.forteen .push-nine {
  margin-left: 64.28565%;
}
.row.no-gutter.forteen .push-ten {
  margin-left: 71.4285%;
}
.row.no-gutter.forteen .push-eleven {
  margin-left: 78.57135%;
}
.row.no-gutter.forteen .push-twelve {
  margin-left: 85.7142%;
}
.row.no-gutter.forteen .push-thirteen {
  margin-left: 93.4%;
}
.row.no-gutter.fifteen .column,
.row.no-gutter.fifteen .columns {
  margin-left: 0;
  max-width: 6.25%;
  min-width: 6.25%;
}
.row.no-gutter.fifteen .push-one {
  margin-left: 6.6666%;
}
.row.no-gutter.fifteen .push-two {
  margin-left: 13.3333%;
}
.row.no-gutter.fifteen .push-three {
  margin-left: 19.9999%;
}
.row.no-gutter.fifteen .push-four {
  margin-left: 26.6666%;
}
.row.no-gutter.fifteen .push-five {
  margin-left: 33.3333%;
}
.row.no-gutter.fifteen .push-six {
  margin-left: 39.9999%;
}
.row.no-gutter.fifteen .push-seven {
  margin-left: 46.6666%;
}
.row.no-gutter.fifteen .push-eight {
  margin-left: 53.3332%;
}
.row.no-gutter.fifteen .push-nine {
  margin-left: 59.9999%;
}
.row.no-gutter.fifteen .push-ten {
  margin-left: 66.6666%;
}
.row.no-gutter.fifteen .push-eleven {
  margin-left: 73.3332%;
}
.row.no-gutter.fifteen .push-twelve {
  margin-left: 79.9999%;
}
.row.no-gutter.fifteen .push-thirteen {
  margin-left: 86.6665%;
}
.row.no-gutter.fifteen .push-fourteen {
  margin-left: 93.75%;
}
.row.no-gutter.sixteen .column,
.row.no-gutter.sixteen .columns {
  margin-left: 0;
  max-width: 6%;
  min-width: 6%;
}
.row.wrap.two {
  flex-wrap: wrap;
}
.row.wrap.two .column,
.row.wrap.two .columns {
  min-width: 48%;
}
.row.wrap.three {
  flex-wrap: wrap;
}
.row.wrap.three .column,
.row.wrap.three .columns {
  min-width: 31.333%;
}
.row.wrap.four {
  flex-wrap: wrap;
}
.row.wrap.four .column,
.row.wrap.four .columns {
  min-width: 23%;
}
.row.no-gutter.wrap.two {
  flex-wrap: wrap;
}
.row.no-gutter.wrap.two .column,
.row.no-gutter.wrap.two .columns {
  min-width: 50%;
}
.row.no-gutter.wrap.three {
  flex-wrap: wrap;
}
.row.no-gutter.wrap.three .column,
.row.no-gutter.wrap.three .columns {
  min-width: 33.333%;
}
.row.no-gutter.wrap.four {
  flex-wrap: wrap;
}
.row.no-gutter.wrap.four .column,
.row.no-gutter.wrap.four .columns {
  min-width: 25%;
}
.row.full {
  max-width: initial;
}
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;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
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;
}
.transition {
  transition: .2s linear all;
}
.transition-slow {
  transition: .6s linear all;
}
.shadow {
  box-shadow: 0px 0px 60px -3px rgba(0, 0, 0, 0.33);
}
.gradient-fade {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0) 100%);
  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);
}
/* Base Styles */
html {
  font-size: 100%;
  line-height: 1.625em;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  font-family: "open sans", sans-serif;
  font-weight: 400;
  color: #555555;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
.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;
  justify-content: center;
}
@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: "open sans", sans-serif;
  font-weight: 300;
  color: #444444;
  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: #A41E22;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #4e0e10;
}
@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;
}
.subhead {
  color: #777;
  font-weight: normal;
  margin-bottom: 20px;
}
/*=====================================================
 Links & Paragraph styles
 ======================================================*/
p {
  font-family: "open sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 13px;
  line-height: 1.625em;
}
li {
  font-family: "open sans", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.625em;
  }
}
a {
  color: #A41E22;
  text-decoration: none;
  outline: 0;
  line-height: inherit;
  transition: .2s linear all;
}
a:hover {
  color: #4e0e10;
}
/*=====================================================
 Lists
 ======================================================*/
ul,
ol {
  margin-bottom: 0.273em;
}
.content ol,
.content ul {
  margin-left: 30px;
}
.content ul {
  list-style: disc;
}
.content ol {
  list-style: decimal;
}
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;
}
@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;
}
/*  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 \0020";
}
blockquote cite a {
  color: #555555;
}
blockquote cite a:visited {
  color: #555555;
}
hr {
  border: 1px solid #ccc;
  clear: both;
  margin: 16px 0 18px;
  height: 0;
}
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;
  }
}
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;
  overflow: hidden;
}
.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%;
}
/* 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: none;
}
.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;
  }
  .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;
}
.teal {
  color: #25ada6;
}
.dteal {
  color: #00898d;
}
.lblue {
  color: #048BA8;
}
.tblue {
  color: #2295A8;
}
.dblue {
  color: #2E4057;
}
.purple {
  color: #2e358f;
}
.red {
  color: #c24137;
}
.orange {
  color: #F18F01;
}
.yellow {
  color: #f9ed32;
}
.green {
  color: #8faa4f;
}
.forest {
  color: #7F9B42;
}
.light {
  color: #D1CFCD;
}
.dark {
  color: #3e3e3c;
}
.theme {
  color: #A41E22;
}
.theme-secondary {
  color: #14C0E6;
}
.teal-bg {
  background: #25ada6;
}
.dteal-bg {
  background: #00898d;
}
.lblue-bg {
  background: #048BA8;
}
.tblue-bg {
  background: #2295A8;
}
.dblue-bg {
  background: #2E4057;
}
.purple-bg {
  background: #2e358f;
}
.red-bg {
  background: #c24137;
}
.orange-bg {
  background: #F18F01;
}
.yellow-bg {
  background: #f9ed32;
}
.green-bg {
  background: #8faa4f;
}
.forest-bg {
  background: #7F9B42;
}
.light-bg {
  background: #D1CFCD;
}
.dark-bg {
  background: #3e3e3c;
}
.theme-bg {
  background: #A41E22;
}
.theme-secondary-bg {
  background: #14C0E6;
}
p,
li {
  font-size: 1em;
}
h1 {
  font-size: 3.157em;
}
h2 {
  font-size: 2.369em;
}
h3 {
  font-size: 1.777em;
}
h4 {
  font-size: 1.333em;
}
h5 {
  font-size: .75em;
}
h6 {
  font-size: .563em;
}
.modalbtn {
  cursor: pointer;
}
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  max-width: 1400px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 2px 16px;
  background-color: #A41E22;
}
.modal-header h2 {
  color: #fff;
}
.modal-body {
  padding: 2px 16px;
}
.expander {
  text-align: center;
  background-color: #fff;
  border: #A41E22 1px solid;
  cursor: pointer;
  transition: .2s linear all;
}
.expander.expand {
  background-color: #A41E22;
  color: #fff;
}
.expandable {
  height: 0px;
  overflow: hidden;
  transition: .2s linear all;
}
.expandable.expand {
  height: auto;
  padding-top: 15px;
}
.no-mobile {
  display: block;
}
.mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .no-mobile {
    display: none!important;
  }
  .mobile-only {
    display: block;
  }
  .row {
    flex-direction: column;
  }
  .row .column,
  .row .columns {
    margin-left: 0%!important;
    margin-right: 0%!important;
    max-width: 100%!important;
    min-width: 100%!important;
  }
}
@-webkit-keyframes growtotop {
  15% {
    font-size: 1em;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    top: 50%;
  }
  20% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    top: 50%;
  }
  80% {
    font-size: 1em;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    top: 50%;
  }
  100% {
    font-size: .8em;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes growtotop {
  15% {
    font-size: 1em;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    top: 50%;
  }
  20% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    top: 50%;
  }
  80% {
    font-size: 1em;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    top: 50%;
  }
  100% {
    font-size: .8em;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sidegrow {
  0% {
    margin-left: -200px;
  }
  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    margin-left: 200px;
  }
  80% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    margin-left: 200px;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-left: 0px;
  }
}
@keyframes sidegrow {
  0% {
    margin-left: -200px;
  }
  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    margin-left: 200px;
  }
  80% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    margin-left: 200px;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-left: 0px;
  }
}
@-webkit-keyframes sidegrowalt {
  0% {
    margin-left: -200px;
  }
  50% {
    margin-left: -200px;
  }
  80% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    margin-left: 200px;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-left: 0px;
  }
}
@keyframes sidegrowalt {
  0% {
    margin-left: -200px;
  }
  50% {
    margin-left: -200px;
  }
  80% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    margin-left: 200px;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-left: 0px;
  }
}
/* ------------------ GENERAL -------------------- */
.strip {
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-sml {
  padding-top: 30px;
  padding-bottom: 30px;
}
.box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.box-med {
  padding-top: 100px;
  padding-bottom: 100px;
}
.box-lrg {
  padding-top: 150px;
  padding-bottom: 150px;
}
.box-top {
  padding-top: 100px;
}
.box-bot {
  padding-bottom: 100px;
}
.squeeze {
  padding-left: 30px;
  padding-right: 30px;
}
.row {
  max-width: 1100px;
}
.wide {
  max-width: 1800px;
}
.dark,
.dark p,
.dark a,
.dark li,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5 {
  color: #3e3e3c;
}
.white,
.white p,
.white a,
.white li,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5 {
  color: #fff;
}
.black,
.black p,
.black a,
.black li,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5 {
  color: #000;
}
.light,
.light p,
.light a,
.light li,
.light h1,
.light h2,
.light h3,
.light h4,
.light h5 {
  color: #D1CFCD;
}
.theme-dark {
  background-color: #3e3e3c;
}
.theme-white {
  background-color: #fff;
}
.theme-black {
  background-color: #000;
}
.theme-light {
  background-color: #D1CFCD;
}
.theme-main {
  background-color: #A41E22;
}
.theme-secondary {
  background-color: #14C0E6;
}
.cap {
  text-transform: uppercase;
}
.mini {
  font-size: .8em;
}
.centering {
  display: block;
  margin: auto;
  text-align: center;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.six-special {
  width: 50%;
  margin-left: 0px;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.left {
  display: block;
  text-align: left;
}
.right {
  display: block;
  text-align: right;
}
.justify {
  text-align: justify;
}
.wrap-right {
  float: left;
}
.wrap-left {
  float: right;
}
.hidden {
  display: none;
}
.relative {
  position: relative;
  z-index: 2;
}
h1,
h2 {
  font-family: 'asphaltic', serif;
}
.fullpage-wrapper {
  overflow: hidden;
}
.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 25%;
  transition: .2s linear all;
}
.top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 25%;
  transition: .2s linear all;
}
.mid {
  position: absolute;
  top: 25%;
  height: 50%;
  width: 100vw;
  background-color: #3e3e3c;
  transition: .2s linear all;
}
.middle .fp-tableCell {
  vertical-align: middle!important;
}
.vert-top .fp-tableCell {
  vertical-align: top!important;
}
.downbox {
  position: absolute;
  bottom: 0;
  right: 10%;
  background-color: #A41E22;
  padding: 20px 80px;
  transition: .2s linear all;
}
.downbox img {
  width: 80px;
}
.display-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  padding: 5px 20px 38px 20px;
}
.upbox {
  position: absolute;
  top: 0;
  right: 10%;
  background-color: #A41E22;
  padding: 4px 80px;
  z-index: 3;
  transition: .2s linear all;
}
.upbox img {
  width: 80px;
  transform: rotate(180deg);
}
.upbox:hover,
.downbox:hover {
  background-color: #791619;
}
.footer-arrow {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 120px;
  padding: 20px;
  background-color: #333;
  z-index: 9;
}
.footer-arrow img {
  display: block;
  margin: auto;
  height: 80px;
}
.cta {
  display: block;
  font-weight: 700;
  font-size: 1em;
  color: #fff;
  background-color: #A41E22;
  padding: 8px;
  text-align: center;
  transition: .2s linear all;
}
.cta img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transform: rotate(-90deg);
  width: 40px;
}
.cta:hover {
  color: #fff;
  background-color: #791619;
}
.logo {
  width: 600px;
  padding-bottom: 80px;
}
video {
  display: block;
}
.modal .ion-ios-close-outline {
  color: #fff;
  position: fixed;
  top: 20px;
  right: 40px;
  font-size: 5em;
  cursor: pointer;
}
#video-box-1 {
  opacity: 0;
}
.section1 {
  background: url('/src/assets/images/1st.jpg');
  background-size: cover;
  background-position: center;
}
.section2 {
  background: url('/src/assets/images/1st.jpg');
  background-size: cover;
  background-position: center;
}
.section2.active .bottom {
  margin-left: 100vw;
  transition: .2s linear all;
  transition-delay: .5s;
}
.section2.active .top {
  margin-left: -100vw;
  transition: .2s linear all;
  transition-delay: .5s;
}
.section2.active .mid {
  opacity: 0;
  transition: .2s linear all;
  transition-delay: .5s;
}
.section3 {
  background-color: #3e3e3c;
}
.section3 h2,
.section3 p {
  color: #fff;
}
.section4 {
  background-color: #333;
}
.section4 h2,
.section4 p {
  color: #fff;
}
.section5 {
  background-color: #333;
}
.section5 p {
  color: #fff;
}
.section5 .gallery {
  opacity: 0;
  transition: .2s linear all;
}
.section5 .shoutbox {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  font-size: .8em;
}
.section5 .header-text,
.section5 .upbox {
  transition: .2s linear all;
}
.section5.active .shoutbox {
  -webkit-animation: growtotop 5s ease;
  animation: growtotop 5s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.section5.active .gallery {
  opacity: 1;
  transition: .2s linear all;
  transition-delay: 5s;
}
.section5.active .header-text,
.section5.active .upbox {
  opacity: 0;
  transition: .2s linear all;
  transition-delay: 4s;
}
.section6 {
  background-color: #333;
}
.section6 .footer-arrow {
  background-color: #fff;
}
.section7 {
  background-color: #fff;
}
.section7 h1,
.section7 .qoute {
  color: #14C0E6;
}
.section7 p {
  opacity: 0;
  transition: .2s linear all;
  transition-delay: 1s;
}
.section7.active .ani {
  -webkit-animation: sidegrow 3s ease;
  animation: sidegrow 3s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.section7.active .mate {
  -webkit-animation: sidegrowalt 3s ease;
  animation: sidegrowalt 3s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.section7.active p {
  opacity: 1;
  transition: .2s linear all;
  transition-delay: 2.7s;
}
.section8 {
  background-color: #3e3e3c;
}
.section8 h1,
.section8 p {
  color: #fff;
}
.section8 .display-image {
  padding: 0px;
}
.section9 {
  background-color: #333;
}
.section9 p {
  color: #fff;
}
.section9 h1 {
  color: #14C0E6;
}
.section9 .cta {
  background-color: #14C0E6;
}
.section9 .cta:hover {
  background-color: #1099b7;
}
.section9 .fp-controlArrow.fp-next:before,
.section9 .fp-controlArrow.fp-prev:before {
  background-color: #14C0E6;
}
.section9 .fp-controlArrow.fp-next:hover:before,
.section9 .fp-controlArrow.fp-prev:hover:before {
  background-color: #1099b7;
}
.section10 {
  background-color: #fff;
}
.section11 {
  background-color: #333;
}
.section11 p,
.section11 h1 {
  color: #fff;
}
.section11 .footer-arrow {
  background-color: #fff;
}
.section12 {
  background-color: #fff;
}
.section12 .display-image {
  padding: 10px 20px 10px 20px;
}
.section12 h2 {
  transition: .2s linear all;
}
.section12 .theme-secondary:hover h2 {
  color: #3e3e3c;
}
.section12 .footer-arrow {
  background-color: #fff;
}
.section13 {
  background-color: #fff;
}
.section13 .display-image {
  padding: 10px 20px 10px 20px;
  object-fit: contain;
}
.section13 h2 {
  transition: .2s linear all;
}
.section13 .theme-secondary:hover h2 {
  color: #3e3e3c;
}
.gallery {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  top: 10%;
}
.gallery .gallery-window,
.gallery .portfolio-window {
  position: relative;
  height: 450px;
  display: flex;
}
.gallery .gallery-window img,
.gallery .portfolio-window img {
  object-fit: cover;
  object-position: center;
  height: 450px;
  width: 100%;
}
.gallery .arrow-left,
.gallery .arrow-right {
  position: absolute;
  top: 40%;
  color: #A41E22;
  font-size: 5em;
  -ms-transform: scaleY(1.5);
  /* IE 9 */
  -webkit-transform: scaleY(1.5);
  /* Safari 3-8 */
  transform: scaleY(1.5);
}
.gallery .arrow-left {
  left: -80px;
}
.gallery .arrow-right {
  right: -80px;
}
.gallery.poems .gallery-window {
  height: 950px;
}
.gallery.poems .gallery-window img {
  object-fit: contain;
  height: 950px;
  width: 100%;
}
.slick-track,
.slick-list {
  width: 100%;
}
.header-text {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 2;
}
.header-text h1 {
  color: #D1CFCD;
}
.header-text hr {
  width: 80vw;
}
.tiny {
  font-size: .7em;
}
.fp-controlArrow.fp-next,
.fp-controlArrow.fp-prev {
  border: none;
  font-family: "Ionicons";
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 5em;
  -ms-transform: scaleY(1.5);
  /* IE 9 */
  -webkit-transform: scaleY(1.5);
  /* Safari 3-8 */
  transform: scaleY(1.5);
}
.fp-controlArrow.fp-prev {
  left: 0;
}
.fp-controlArrow.fp-next {
  right: -29px;
}
.fp-controlArrow.fp-next:before,
.fp-controlArrow.fp-prev:before {
  content: "\f3d3";
  padding: 20px;
  background-color: #A41E22;
  transition: .2s linear all;
}
.fp-controlArrow.fp-prev:before {
  content: "\f3d2";
}
.fp-controlArrow.fp-next:hover:before,
.fp-controlArrow.fp-prev:hover:before {
  background-color: #791619;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #D1CFCD !important;
}
#fp-nav ul,
.fp-slidesNav ul {
  display: none;
}
.art {
  font-style: italic;
}
.artist {
  position: absolute;
  bottom: 10vh;
  width: 100%;
}
.slide .two h3 {
  text-align: center;
}
.thumbnail {
  width: 50%;
  margin: auto;
  display: block;
  padding: 50px 0px;
}
@media (max-width: 1400px) {
  .header-text {
    left: 0;
  }
  .header-text hr {
    display: none;
  }
  .upbox {
    right: 0;
  }
  .shoutbox {
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (max-width: 1150px) {
  .header-text {
    font-size: .8em;
  }
  .upbox {
    padding: 4px 20px;
  }
  .footer-arrow {
    padding: 5px;
    height: 60px;
  }
  .footer-arrow img {
    height: 50px;
  }
  .fp-controlArrow {
    top: 130px;
  }
  .fp-controlArrow.fp-next {
    right: -29px;
  }
  .artist {
    top: 130px;
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  .row {
    padding-left: 5px;
  }
  .section12 .display-image {
    display: block;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 779px) {
  .upbox {
    display: none;
  }
  .downbox {
    padding: 8px 20px;
  }
  .section1 .fp-tableCell,
  .section2 .fp-tableCell {
    vertical-align: middle;
  }
  .fp-tableCell {
    vertical-align: bottom;
  }
  .display-image {
    width: 50%;
    display: block;
    margin: auto;
  }
  .shoutbox {
    padding: 0px;
  }
  .shoutbox p {
    text-align: center;
  }
  .section12 .display-image {
    display: block;
    width: 50%;
    margin: auto;
  }
  .justify {
    text-align: left;
  }
}
@media (max-width: 400px) {
  .fp-controlArrow.fp-next:before,
  .fp-controlArrow.fp-prev:before {
    padding: 5px;
  }
  .fp-controlArrow {
    top: 110px;
  }
  .fp-controlArrow.fp-next {
    right: -61px !important;
  }
}
@media (max-height: 1124px) {
  .section12 .header-text {
    display: none;
  }
}
@media (max-height: 1024px) {
  .box-top {
    padding-top: 40px;
  }
  .footer-arrow {
    padding: 5px;
    height: 60px;
  }
  .footer-arrow img {
    height: 50px;
  }
  .header-text hr {
    display: none;
  }
  .thumbnail {
    width: 40%;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 1024px) {
  .fp-controlArrow {
    top: 130px;
  }
  .fp-controlArrow.fp-next {
    right: -29px;
  }
  .section8 .header-text,
  .section9 .header-text,
  .section10 .header-text,
  .section11 .header-text,
  .section8 .upbox,
  .section9 .upbox,
  .section10 .upbox,
  .section11 .upbox {
    opacity: 0;
  }
  .artist {
    top: -20px;
    padding: 0px;
  }
  .section4 .box {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .section4 .header-text {
    display: none;
  }
  .section13 .theme-secondary {
    text-align: center;
  }
  .gallery {
    max-width: 80%;
  }
  .gallery .gallery-window {
    height: 400px;
  }
  .gallery .gallery-window img {
    height: 400px;
  }
}
@media screen and (max-width: 779px), screen and (max-height: 779px) {
  .header-text {
    display: none;
  }
  .gallery .arrow-left {
    left: -40px;
  }
  .gallery .arrow-right {
    right: -40px;
  }
  /*
    .section1{
      display:none!important;
    } */
  .upbox {
    display: none;
  }
  /*
    .section7{
      height:1250px !important;
    }
    .section8{
      height: 1200px !important;
    }
    .section9{
      height: 1350px !important;
    }
    .section10{
      height: 1400px !important;
    }
    .section11{
      height: 1300px !important;
    }
    */
  .six .three.columns h3 {
    text-align: center;
  }
  .section3 {
    height: 530px!important;
  }
  .section3 .fp-tableCell {
    height: 530px!important;
  }
  .section3 .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section4 .strip {
    padding-bottom: 80px;
  }
  .section5 {
    height: 800px!important;
  }
  .section5 .fp-tableCell {
    height: 800px!important;
  }
  .section5 .gallery {
    opacity: 1;
    transition-delay: 0s;
    top: 0%;
  }
  .section5.active .shoutbox {
    animation-iteration-count: 0;
    -webkit-animation-iteration-count: 0;
  }
  .section5.active .gallery {
    opacity: 1;
    transition-delay: 0s;
    top: 0%;
  }
  .section6 {
    height: 200px!important;
  }
  .section6 .fp-tableCell {
    height: 200px!important;
  }
  .section6 .row {
    padding-bottom: 50px;
  }
  .section7 {
    height: 550px!important;
  }
  .section7 .fp-tableCell {
    height: 550px!important;
  }
  .section7 .row {
    padding-bottom: 80px;
  }
  .section7.active .ani,
  .section7.active .mate {
    animation-iteration-count: 0;
    -webkit-animation-iteration-count: 0;
  }
  .section7.active p {
    transition-delay: 0s;
  }
  .section8 {
    height: 900px!important;
  }
  .section8 .fp-tableCell {
    height: 900px!important;
  }
  .section8 .row.five {
    padding-bottom: 80px;
  }
  .section8 .row.six {
    padding-bottom: 200px;
  }
  .section8 .strip {
    padding-bottom: 100px;
  }
  .section9 {
    height: 1200px!important;
  }
  .section9 .fp-tableCell {
    height: 1200px!important;
  }
  .section9 .row.two,
  .section9 .strip {
    padding-bottom: 80px;
  }
  .section9 .middle img {
    max-width: 50%;
    display: block;
    margin: auto;
  }
  .section10 {
    height: 1200px!important;
  }
  .section10 .fp-tableCell {
    height: 1200px!important;
  }
  .section10 .row {
    padding-bottom: 80px;
  }
  .section11 {
    height: 1150px!important;
  }
  .section11 .fp-tableCell {
    height: 1150px!important;
  }
  .section11 .row {
    padding-bottom: 100px;
  }
  .section11 .middle img {
    max-width: 50%;
    display: block;
    margin: auto;
  }
}
/*# sourceMappingURL=app.css.map */