.disable-scroll {
  overflow: hidden !important; }

* {
  box-sizing: border-box; }

html, body {
  margin: 0; }

.container {
  max-width: 100%; }

@media only screen and (max-width: 480px) {
  .container {
    padding: 0 10px; } }

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .container {
    padding: 0 baseline; } }

@media only screen and (min-width: 1024px) {
  .container {
    width: 940px;
    margin: 0 auto; } }

@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto; } }

.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0; }

.grid-item {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.has-gutter {
  margin-left: -20px; }
  .has-gutter .grid-item {
    padding-left: 20px; }

.has-gutter__large {
  margin-left: -40px; }
  .has-gutter__large .grid__item {
    padding-left: 40px; }

.has-gutter__small {
  margin-left: -10px; }
  .has-gutter__small .grid__item {
    padding-left: 10px; }

.one-whole {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%; }

.one-half {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 50%; }

.one-third {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 33.333%; }

.two-thirds {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 66.666%; }

.one-quarter {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25%; }

.two-quarters {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 50%; }

.three-quarters {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 75%; }

.one-fifth {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 20%; }

.two-fifths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 40%; }

.three-fifths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 60%; }

.four-fifths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 80%; }

.one-sixth {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 16.666%; }

.two-sixths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 33.333%; }

.three-sixths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 50%; }

.four-sixths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 66.666%; }

.five-sixths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 83.333%; }

.one-eighth {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12.5%; }

.two-eighths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25%; }

.three-eighths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 37.5%; }

.four-eighths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 50%; }

.five-eighths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 62.5%; }

.six-eighths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 75%; }

.seven-eighths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 87.5%; }

.one-tenth {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 10%; }

.two-tenths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 20%; }

.three-tenths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30%; }

.four-tenths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 40%; }

.five-tenths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 50%; }

.six-tenths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 60%; }

.seven-tenths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 70%; }

.eight-tenths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 80%; }

.nine-tenths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 90%; }

.one-twelfth {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 8.333%; }

.two-twelfths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 16.666%; }

.three-twelfths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25%; }

.four-twelfths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 33.333%; }

.five-twelfths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 41.666%; }

.six-twelfths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 50%; }

.seven-twelfths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 58.333%; }

.eight-twelfths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 66.666%; }

.nine-twelfths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 75%; }

.ten-twelfths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 83.333%; }

.eleven-twelfths {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 91.666%; }

@media only screen and (max-width: 480px) {
  .mobile--one-whole {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  .mobile--one-half {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .mobile--one-third {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.333%; }
  .mobile--two-thirds {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.666%; }
  .mobile--one-quarter {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .mobile--two-quarters {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .mobile--three-quarters {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .mobile--one-fifth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 20%; }
  .mobile--two-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 40%; }
  .mobile--three-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 60%; }
  .mobile--four-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 80%; }
  .mobile--one-sixth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.666%; }
  .mobile--two-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.333%; }
  .mobile--three-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .mobile--four-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.666%; }
  .mobile--five-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.333%; }
  .mobile--one-eighth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 12.5%; }
  .mobile--two-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .mobile--three-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 37.5%; }
  .mobile--four-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .mobile--five-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 62.5%; }
  .mobile--six-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .mobile--seven-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 87.5%; }
  .mobile--one-tenth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 10%; }
  .mobile--two-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 20%; }
  .mobile--three-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 30%; }
  .mobile--four-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 40%; }
  .mobile--five-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .mobile--six-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 60%; }
  .mobile--seven-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 70%; }
  .mobile--eight-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 80%; }
  .mobile--nine-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 90%; }
  .mobile--one-twelfth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 8.333%; }
  .mobile--two-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.666%; }
  .mobile--three-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .mobile--four-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.333%; }
  .mobile--five-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 41.666%; }
  .mobile--six-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .mobile--seven-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 58.333%; }
  .mobile--eight-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.666%; }
  .mobile--nine-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .mobile--ten-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.333%; }
  .mobile--eleven-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 91.666%; } }

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .tablet--one-whole {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  .tablet--one-half {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .tablet--one-third {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.333%; }
  .tablet--two-thirds {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.666%; }
  .tablet--one-quarter {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .tablet--two-quarters {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .tablet--three-quarters {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .tablet--one-fifth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 20%; }
  .tablet--two-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 40%; }
  .tablet--three-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 60%; }
  .tablet--four-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 80%; }
  .tablet--one-sixth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.666%; }
  .tablet--two-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.333%; }
  .tablet--three-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .tablet--four-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.666%; }
  .tablet--five-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.333%; }
  .tablet--one-eighth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 12.5%; }
  .tablet--two-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .tablet--three-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 37.5%; }
  .tablet--four-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .tablet--five-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 62.5%; }
  .tablet--six-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .tablet--seven-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 87.5%; }
  .tablet--one-tenth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 10%; }
  .tablet--two-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 20%; }
  .tablet--three-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 30%; }
  .tablet--four-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 40%; }
  .tablet--five-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .tablet--six-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 60%; }
  .tablet--seven-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 70%; }
  .tablet--eight-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 80%; }
  .tablet--nine-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 90%; }
  .tablet--one-twelfth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 8.333%; }
  .tablet--two-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.666%; }
  .tablet--three-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .tablet--four-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.333%; }
  .tablet--five-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 41.666%; }
  .tablet--six-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .tablet--seven-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 58.333%; }
  .tablet--eight-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.666%; }
  .tablet--nine-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .tablet--ten-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.333%; }
  .tablet--eleven-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 91.666%; } }

@media only screen and (min-width: 1024px) {
  .desk--one-whole {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  .desk--one-half {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .desk--one-third {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.333%; }
  .desk--two-thirds {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.666%; }
  .desk--one-quarter {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .desk--two-quarters {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .desk--three-quarters {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .desk--one-fifth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 20%; }
  .desk--two-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 40%; }
  .desk--three-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 60%; }
  .desk--four-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 80%; }
  .desk--one-sixth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.666%; }
  .desk--two-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.333%; }
  .desk--three-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .desk--four-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.666%; }
  .desk--five-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.333%; }
  .desk--one-eighth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 12.5%; }
  .desk--two-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .desk--three-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 37.5%; }
  .desk--four-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .desk--five-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 62.5%; }
  .desk--six-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .desk--seven-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 87.5%; }
  .desk--one-tenth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 10%; }
  .desk--two-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 20%; }
  .desk--three-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 30%; }
  .desk--four-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 40%; }
  .desk--five-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .desk--six-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 60%; }
  .desk--seven-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 70%; }
  .desk--eight-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 80%; }
  .desk--nine-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 90%; }
  .desk--one-twelfth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 8.333%; }
  .desk--two-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.666%; }
  .desk--three-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .desk--four-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.333%; }
  .desk--five-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 41.666%; }
  .desk--six-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .desk--seven-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 58.333%; }
  .desk--eight-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.666%; }
  .desk--nine-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .desk--ten-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.333%; }
  .desk--eleven-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 91.666%; } }

@media only screen and (min-width: 1200px) {
  .desk-wide--one-whole {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  .desk-wide--one-half {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .desk-wide--one-third {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.333%; }
  .desk-wide--two-thirds {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.666%; }
  .desk-wide--one-quarter {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .desk-wide--two-quarters {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .desk-wide--three-quarters {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .desk-wide--one-fifth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 20%; }
  .desk-wide--two-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 40%; }
  .desk-wide--three-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 60%; }
  .desk-wide--four-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 80%; }
  .desk-wide--one-sixth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.666%; }
  .desk-wide--two-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.333%; }
  .desk-wide--three-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .desk-wide--four-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.666%; }
  .desk-wide--five-sixths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.333%; }
  .desk-wide--one-eighth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 12.5%; }
  .desk-wide--two-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .desk-wide--three-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 37.5%; }
  .desk-wide--four-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .desk-wide--five-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 62.5%; }
  .desk-wide--six-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .desk-wide--seven-eighths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 87.5%; }
  .desk-wide--one-tenth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 10%; }
  .desk-wide--two-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 20%; }
  .desk-wide--three-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 30%; }
  .desk-wide--four-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 40%; }
  .desk-wide--five-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .desk-wide--six-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 60%; }
  .desk-wide--seven-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 70%; }
  .desk-wide--eight-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 80%; }
  .desk-wide--nine-tenths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 90%; }
  .desk-wide--one-twelfth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 8.333%; }
  .desk-wide--two-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.666%; }
  .desk-wide--three-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .desk-wide--four-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.333%; }
  .desk-wide--five-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 41.666%; }
  .desk-wide--six-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .desk-wide--seven-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 58.333%; }
  .desk-wide--eight-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.666%; }
  .desk-wide--nine-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .desk-wide--ten-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.333%; }
  .desk-wide--eleven-twelfths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 91.666%; } }

body {
  font-size: 75%; }

@media only screen and (max-width: 480px) {
  body {
    font-size: 87.5%; } }

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  body {
    font-size: 100%; } }

@media only screen and (min-width: 1024px) {
  body {
    font-size: 100%; } }

@media only screen and (min-width: 1200px) {
  body {
    font-size: 100%; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 2em;
  margin-bottom: 40px; }

h2 {
  font-size: 1.5em;
  margin-bottom: 20px; }

h3 {
  font-size: 1.125em;
  margin-top: 20px;
  margin-bottom: 0; }

h4 {
  font-size: 1em;
  margin-bottom: 20px; }

h5 {
  font-size: 0.75em;
  margin-bottom: 20px; }

h6 {
  font-size: 0.625em; }

body,
p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin: 0 0 20px 0;
  color: #69707a; }

strong,
b {
  font-weight: bold; }

code {
  line-height: 20px;
  margin: 0; }

pre {
  margin: 0 0 20px 0; }

a {
  color: #1f98cb;
  text-decoration: none; }
  a:hover {
    color: #1f98cb;
    text-decoration: none; }

hr {
  margin: 19px 0;
  border: 0;
  border-bottom: 1px solid #aeb1b5;
  line-height: 20px; }

ol, ul {
  margin: 0 0 20px 0;
  padding-left: 20px; }
  ol ol, ol ul, ul ol, ul ul {
    margin: 0;
    padding-left: 20px; }
  ol li, ul li {
    line-height: 20px;
    margin: 0;
    padding: 0; }

dl {
  line-height: 20px;
  margin: 0 0 20px 0; }
  dl dt {
    font-weight: bold; }
  dl dd {
    margin: 0 0 0 20px; }

.table {
  width: 100%;
  margin: 2px 0 20px 0;
  padding: 0; }
  .table tr {
    line-height: 20px;
    height: auto; }
  .table td, .table th {
    line-height: 20px;
    margin: 0;
    padding: 10px;
    border-bottom: solid 1px #f5f7fa; }
  .table th {
    font-weight: bold;
    text-align: left;
    border-bottom: solid 2px #d3d6db; }
  .table thead {
    line-height: 20px; }
  .table tbody {
    line-height: 20px; }

img {
  display: block; }

.form {
  margin: 0 0 20px 0; }
  .form .form__group {
    border-bottom: dashed 1px #d3d6db;
    margin-bottom: 20px; }
  .form .form__field {
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
    .form .form__field small {
      display: block;
      color: #d3d6db;
      margin-top: 10px; }
  .form label {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px; }
  .form input[type="text"],
  .form input[type="password"],
  .form input[type="select"],
  .form input[type="tel"],
  .form input[type="search"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 1em;
    outline: none;
    border: solid 1px #f5f7fa;
    transition: 0.3s; }
    .form input[type="text"]:focus,
    .form input[type="password"]:focus,
    .form input[type="select"]:focus,
    .form input[type="tel"]:focus,
    .form input[type="search"]:focus {
      transition: 0.3s;
      box-shadow: 0 0 10px #1f98cb;
      border-color: #1f98cb; }
  .form textarea {
    padding: 10px;
    width: 90%;
    height: 200px;
    line-height: 20px;
    margin-bottom: 5px;
    display: block;
    clear: left;
    overflow: auto; }
  .form input[type="radio"],
  .form input[type="checkbox"] {
    margin: 0px 6.66667px 0px 10px;
    display: inline-block; }
  .form input[type="file"] {
    margin: 0px 6px 3px 6px; }

.form .valid label {
  color: #22c851; }

.form .valid input, .form .valid textarea {
  border-color: #22c851;
  color: #22c851; }
  .form .valid input:focus, .form .valid textarea:focus {
    border-color: #22c851;
    box-shadow: 0 0 10px #22c851; }

.form .valid small {
  color: #22c851; }

.form .warning label {
  color: #f68b39; }

.form .warning input, .form .warning textarea {
  border-color: #f68b39;
  color: #f68b39; }
  .form .warning input:focus, .form .warning textarea:focus {
    border-color: #f68b39;
    box-shadow: 0 0 10px #f68b39; }

.form .warning small {
  color: #f68b39; }

.form .error label {
  color: #e85224; }

.form .error input, .form .error textarea {
  border-color: #e85224;
  color: #e85224; }
  .form .error input:focus, .form .error textarea:focus {
    border-color: #e85224;
    box-shadow: 0 0 10px #e85224; }

.form .error small {
  color: #e85224; }

.btn {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn.btn__blue {
    background: #1f98cb;
    color: #ffffff; }
    .btn.btn__blue:hover {
      background: rgba(31, 152, 203, 0.5);
      color: #ffffff; }
  .btn.btn__green {
    background: #22c851;
    color: #ffffff; }
    .btn.btn__green:hover {
      background: rgba(34, 200, 81, 0.5);
      color: #ffffff; }
  .btn.btn__yellow {
    background: #feb800;
    color: #ffffff; }
    .btn.btn__yellow:hover {
      background: rgba(254, 184, 0, 0.5);
      color: #ffffff; }
  .btn.btn__orange {
    background: #f68b39;
    color: #ffffff; }
    .btn.btn__orange:hover {
      background: rgba(246, 139, 57, 0.5);
      color: #ffffff; }
  .btn.btn__red {
    background: #e85224;
    color: #ffffff; }
    .btn.btn__red:hover {
      background: rgba(232, 82, 36, 0.5);
      color: #ffffff; }
  .btn.btn__black {
    background: #69707a;
    color: #ffffff; }
    .btn.btn__black:hover {
      background: rgba(105, 112, 122, 0.5);
      color: #ffffff; }
  .btn.btn__white {
    background: #ffffff;
    color: #69707a; }
    .btn.btn__white:hover {
      background: rgba(255, 255, 255, 0.5);
      color: #69707a; }

.btn-pill {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 20px; }
  .btn-pill.btn__blue {
    background: #1f98cb;
    color: #ffffff; }
    .btn-pill.btn__blue:hover {
      background: rgba(31, 152, 203, 0.5);
      color: #ffffff; }
  .btn-pill.btn__green {
    background: #22c851;
    color: #ffffff; }
    .btn-pill.btn__green:hover {
      background: rgba(34, 200, 81, 0.5);
      color: #ffffff; }
  .btn-pill.btn__yellow {
    background: #feb800;
    color: #ffffff; }
    .btn-pill.btn__yellow:hover {
      background: rgba(254, 184, 0, 0.5);
      color: #ffffff; }
  .btn-pill.btn__orange {
    background: #f68b39;
    color: #ffffff; }
    .btn-pill.btn__orange:hover {
      background: rgba(246, 139, 57, 0.5);
      color: #ffffff; }
  .btn-pill.btn__red {
    background: #e85224;
    color: #ffffff; }
    .btn-pill.btn__red:hover {
      background: rgba(232, 82, 36, 0.5);
      color: #ffffff; }
  .btn-pill.btn__black {
    background: #69707a;
    color: #ffffff; }
    .btn-pill.btn__black:hover {
      background: rgba(105, 112, 122, 0.5);
      color: #ffffff; }
  .btn-pill.btn__white {
    background: #ffffff;
    color: #69707a; }
    .btn-pill.btn__white:hover {
      background: rgba(255, 255, 255, 0.5);
      color: #69707a; }

.btn-line {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn-line.btn__blue {
    background: transparent;
    color: #1f98cb;
    border: solid 2px #1f98cb; }
    .btn-line.btn__blue:hover {
      background: #1f98cb;
      color: #ffffff;
      border-color: #1f98cb; }
  .btn-line.btn__green {
    background: transparent;
    color: #22c851;
    border: solid 2px #22c851; }
    .btn-line.btn__green:hover {
      background: #22c851;
      color: #ffffff;
      border-color: #22c851; }
  .btn-line.btn__yellow {
    background: transparent;
    color: #feb800;
    border: solid 2px #feb800; }
    .btn-line.btn__yellow:hover {
      background: #feb800;
      color: #ffffff;
      border-color: #feb800; }
  .btn-line.btn__orange {
    background: transparent;
    color: #f68b39;
    border: solid 2px #f68b39; }
    .btn-line.btn__orange:hover {
      background: #f68b39;
      color: #ffffff;
      border-color: #f68b39; }
  .btn-line.btn__red {
    background: transparent;
    color: #e85224;
    border: solid 2px #e85224; }
    .btn-line.btn__red:hover {
      background: #e85224;
      color: #ffffff;
      border-color: #e85224; }
  .btn-line.btn__black {
    background: transparent;
    color: #69707a;
    border: solid 2px #69707a; }
    .btn-line.btn__black:hover {
      background: #69707a;
      color: #ffffff;
      border-color: #69707a; }
  .btn-line.btn__white {
    background: transparent;
    color: #ffffff;
    border: solid 2px #ffffff; }
    .btn-line.btn__white:hover {
      background: #ffffff;
      color: #69707a;
      border-color: #ffffff; }

.btn__block {
  display: block;
  text-align: center; }

.message {
  display: block;
  padding: 10px;
  margin-bottom: 20px; }
  .message h4, .message p {
    margin: 0; }
  .message.info {
    background: #7ecbeb; }
    .message.info h4, .message.info p {
      color: #18779f; }
  .message.success {
    background: #80e99e; }
    .message.success h4, .message.success p {
      color: #1b9c3f; }
  .message.warning {
    background: #fcd2b3; }
    .message.warning h4, .message.warning p {
      color: #f16f0b; }
  .message.error {
    background: #f4ad97; }
    .message.error h4, .message.error p {
      color: #c43e15; }

.breadcrumbs {
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 20px; }
  .breadcrumbs li {
    margin: 0;
    list-style: none;
    display: block; }
    .breadcrumbs li a {
      display: block; }
  .breadcrumbs li {
    display: inline; }
    .breadcrumbs li a {
      display: inline-block; }
  .breadcrumbs li {
    color: #aeb1b5; }
  .breadcrumbs li:not(:last-child):after {
    content: ">";
    padding-left: 10px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
  transition: all 0.3s ease; }
  .modal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); }
  .modal.is-open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: all 0.3s ease; }

.modal-body {
  background: #ffffff;
  width: 50%;
  height: 50%;
  padding: 40px;
  overflow: auto; }

.modal-body__header {
  border-bottom: dashed 1px #f5f7fa;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .modal-body__header h3 {
    margin: 0; }

.modal-close {
  color: #aeb1b5;
  font-size: 2em;
  position: absolute;
  top: 40px;
  right: 40px; }

.media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }

.media-img {
  margin: 0 10px 0 0; }

* {
  line-height: normal !important;
  font-family: "Source Sans Pro", Helvetica;
  font-weight: 400;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

hr {
  border-width: 2px;
  margin: 40px 0; }

h1, h2 {
  font-size: 3em;
  color: #111111;
  margin: 0; }

h2 {
  margin: 0 0 20px 0; }

h3 {
  margin: 0 0 20px 0;
  font-size: 1.5em; }

strong {
  color: #2f2f2f; }

a {
  transition: all 0.5s; }
  a:hover {
    transition: all 0.5s; }

.btn, .btn-line {
  text-transform: uppercase; }

.icon {
  width: 40px;
  height: 40px; }

.img {
  max-width: 100%; }
  .img.-center {
    margin: 80px auto 20px auto;
    max-width: 60%; }

.section {
  padding: 40px 80px;
  background-size: auto;
  overflow: hidden;
  position: relative; }

.-white {
  background: #ffffff; }

.-dark {
  background: #111111; }
  .-dark h3 {
    color: #ffffff; }
  .-dark p {
    color: #e1e1e1; }

.-noPadding {
  padding: 0 !important; }

.split {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .split .split-text {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .split .split-img {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .split .split-img.-right {
      margin: 0 0 0 20px; }
    .split .split-img.-left {
      margin: 0 20px 0 0; }

@media only screen and (max-width: 480px) {
  .section {
    padding: 20px 10px;
    background-size: auto; }
  .split {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .split .split-text {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .split .split-img {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .split .split-img.-right {
        margin: 0 0 0 20px; }
      .split .split-img.-left {
        margin: 0 20px 0 0; } }

.carousel {
  position: relative;
  overflow: hidden; }

.carousel-content {
  margin: 0;
  padding: 0; }
  .carousel-content.isImage.-left li {
    position: absolute;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transition: all 1s; }
  .carousel-content.isImage.-right li {
    position: absolute;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0;
    transition: all 1s; }
  .carousel-content.isImage.-up li {
    position: absolute;
    opacity: 0;
    transition: all 1s; }
  .carousel-content.isImage li {
    list-style: none;
    padding: 0;
    position: absolute;
    transition: all 1s; }
    .carousel-content.isImage li.isActive {
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1;
      transition: all 1s; }
  .carousel-content.isFront li {
    list-style: none;
    padding: 160px 40px;
    text-align: center;
    position: absolute;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transition: all 0.8s; }
    .carousel-content.isFront li h1 {
      margin: 0;
      margin-bottom: 20px;
      font-size: 4em; }
    .carousel-content.isFront li p {
      width: 50%;
      margin: 0 auto;
      margin-bottom: 20px;
      color: #ffffff; }
    .carousel-content.isFront li:nth-child(1) {
      background: url("../images/content/hp-carousel-1.jpg");
      background-size: cover; }
      .carousel-content.isFront li:nth-child(1) h1 {
        color: #feb800; }
    .carousel-content.isFront li:nth-child(2) {
      background: url("../images/content/hp-carousel-2.jpg");
      background-size: cover; }
      .carousel-content.isFront li:nth-child(2) h1 {
        color: #22c851; }
    .carousel-content.isFront li:nth-child(3) {
      background: url("../images/content/hp-carousel-3.jpg");
      background-size: cover; }
      .carousel-content.isFront li:nth-child(3) h1 {
        color: #1f98cb; }
    .carousel-content.isFront li:nth-child(4) {
      background: url("../images/content/hp-carousel-4.jpg");
      background-size: cover; }
      .carousel-content.isFront li:nth-child(4) h1 {
        color: #e85224; }
    .carousel-content.isFront li.isActive {
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1;
      transition: all 0.8s; }

.carousel-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .carousel-controls li {
    list-style: none;
    padding: 0; }

.carousel-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .carousel-dots li {
    list-style: none;
    padding: 0; }
    .carousel-dots li:not(:last-child) {
      margin-right: 10px; }
  .carousel-dots a {
    border: solid 2px #feb800;
    width: 15px;
    height: 15px;
    display: inline-block; }

@media only screen and (max-width: 480px) {
  .carousel-content {
    margin: 0;
    padding: 0; }
    .carousel-content li {
      list-style: none;
      padding: 20px 40px; }
      .carousel-content li h1 {
        margin: 0;
        margin-bottom: 20px; }
      .carousel-content li p {
        width: 100%;
        color: #ffffff; } }

.form {
  margin: 0 !important; }
  .form .success {
    display: none; }
  .form:nth-child(1) textarea,
  .form:nth-child(1) input {
    background: #e1e1e1; }

.form__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none !important; }
  .form__group .form__field:not(:last-child) {
    margin-right: 20px; }

.form__footer span {
  color: #e1e1e1;
  display: block;
  text-align: right;
  margin-top: -35px; }

textarea {
  width: 100% !important;
  max-width: none;
  border: none; }

@media only screen and (max-width: 480px) {
  .form__group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    border: none !important; }
    .form__group .form__field:not(:last-child) {
      margin-bottom: 20px; } }

html, body {
  margin: 0;
  padding: 0;
  background: #e1e1e1; }

body {
  position: relative;
  top: 68px; }

.masthead {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  background: #ffffff;
  padding: 0 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  box-shadow: 0px 6px 17px 0px rgba(50, 50, 50, 0.5); }

.masthead-logo {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto; }
  .masthead-logo img {
    width: 200px; }

.masthead-nav {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .masthead-nav .burger {
    display: none; }
  .masthead-nav ul {
    margin: 0;
    padding: 0;
    text-align: "left"; }
    .masthead-nav ul li {
      margin: 0;
      list-style: none;
      display: block; }
      .masthead-nav ul li a {
        display: block; }
    .masthead-nav ul li {
      display: inline; }
      .masthead-nav ul li a {
        display: inline-block; }
  .masthead-nav li a {
    display: inline-block;
    color: #111111;
    padding: 20px 20px 20px 40px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center; }
    .masthead-nav li a:hover {
      background-color: #111111;
      color: #ffffff; }
  .masthead-nav li:nth-child(1) a {
    background-image: url("../images/icons/icon-why.svg"); }
    .masthead-nav li:nth-child(1) a:hover {
      background-image: url("../images/icons/icon-why-yellow.svg"); }
  .masthead-nav li:nth-child(2) a {
    background-image: url("../images/icons/icon-features.svg"); }
    .masthead-nav li:nth-child(2) a:hover {
      background-image: url("../images/icons/icon-features-yellow.svg"); }
  .masthead-nav li:nth-child(3) a {
    background-image: url("../images/icons/icon-support.svg"); }
    .masthead-nav li:nth-child(3) a:hover {
      background-image: url("../images/icons/icon-support-yellow.svg"); }
  .masthead-nav li:nth-child(4) a {
    background-image: url("../images/icons/icon-contact.svg"); }
    .masthead-nav li:nth-child(4) a:hover {
      background-image: url("../images/icons/icon-contact-yellow.svg"); }

.masthead-subnav {
  position: fixed;
  top: 67px;
  right: 0;
  left: 0;
  z-index: 99999;
  background: #414141;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 80px; }
  .masthead-subnav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    .masthead-subnav ul li {
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto;
      padding: 0; }
  .masthead-subnav a {
    display: inline-block;
    color: #e1e1e1;
    padding: 20px 10px;
    font-size: 0.75em; }
    .masthead-subnav a span {
      display: block;
      margin-top: 10px;
      text-align: center; }
    .masthead-subnav a img {
      margin: 0 auto; }
    .masthead-subnav a:hover {
      color: #ffffff; }

@media only screen and (max-width: 480px) {
  .masthead {
    padding: 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .masthead-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .masthead-nav .burger {
      display: block; }
    .masthead-nav ul {
      margin: 0;
      padding: 0;
      text-align: "left";
      position: fixed;
      bottom: 0;
      top: 0;
      right: 0;
      background: #2f2f2f;
      padding: 10px;
      z-index: 999;
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
      transition: all 0.5s; }
      .masthead-nav ul li {
        margin: 0;
        list-style: none;
        display: block; }
        .masthead-nav ul li a {
          display: block; }
      .masthead-nav ul.is-open {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        transition: all 0.5s; }
    .masthead-nav a {
      color: #ffffff !important; }
      .masthead-nav a:hover {
        background-color: #111111;
        color: #feb800 !important; }
    .masthead-nav .masthead-subnav {
      background: #414141;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 10px 10px; }
      .masthead-nav .masthead-subnav ul {
        margin: 0;
        padding: 0;
        text-align: "left"; }
        .masthead-nav .masthead-subnav ul li {
          margin: 0;
          list-style: none;
          display: block; }
          .masthead-nav .masthead-subnav ul li a {
            display: block; }
        .masthead-nav .masthead-subnav ul li {
          display: inline; }
          .masthead-nav .masthead-subnav ul li a {
            display: inline-block; }
      .masthead-nav .masthead-subnav a {
        display: inline-block;
        color: #e1e1e1;
        padding: 20px 10px;
        font-size: 0.75em; }
        .masthead-nav .masthead-subnav a:hover {
          color: #ffffff; }
  .masthead-subnav {
    padding: 10px 10px; }
    .masthead-subnav a {
      padding: 20px 10px; }
      .masthead-subnav a span {
        display: none; }
      .masthead-subnav a img {
        width: 25px;
        height: 25px; } }

.mast .call-to-action {
  background: url("../images/content/ContactUs.jpg");
  text-align: center; }
  .mast .call-to-action h2 {
    color: #ffffff;
    margin: 0 0 20px 0; }

.mast-header {
  background: #ffffff;
  padding: 40px 80px 0 80px; }
  .mast-header h1 {
    border-bottom: solid 2px #feb800;
    margin: 0;
    padding: 20px 0 40px 0;
    text-transform: uppercase;
    color: #111111; }
  .mast-header img {
    width: 60px;
    height: 60px; }

@media only screen and (max-width: 480px) {
  .mast-header {
    padding: 20px 10px 0 10px; } }

.footend {
  background: #000000;
  padding: 20px 80px; }
  .footend h6 {
    color: #ffffff;
    margin: 0;
    text-align: center; }

.features {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -20px; }
  .features li {
    padding: 0;
    padding-left: 20px;
    list-style: none;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative; }
    .features li:hover .feature-content {
      left: 0%;
      transition: all 0.5s; }
  .features h2 {
    color: #111111; }
  .features p {
    color: #ffffff; }

.feature-img {
  margin: 0;
  width: 50%; }
  .feature-img img {
    width: 100%; }

.feature-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  padding: 20px;
  transition: all 0.5s; }
  .feature-content h3, .feature-content p {
    margin: 0;
    color: #ffffff; }
  .feature-content h3 {
    border-bottom: solid 1px #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px; }

.features li:nth-child(1) .feature-content {
  background: #feb800; }

.features li:nth-child(2) .feature-content {
  background: #22c851; }

.features li:nth-child(3) .feature-content {
  background: #1f98cb; }

.features li:nth-child(4) .feature-content {
  background: #e85224; }

.features li:nth-child(5) .feature-content {
  background: #22c851; }

.features li:nth-child(6) .feature-content {
  background: #1f98cb; }

.features li:nth-child(7) .feature-content {
  background: #e85224; }

.features li:nth-child(8) .feature-content {
  padding: 40px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #feb800;
  left: 0; }
  .features li:nth-child(8) .feature-content h3 {
    border: none; }

@media only screen and (max-width: 480px) {
  .features {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .features li {
      width: 100%; }
  .feature-content h3, .feature-content p {
    width: 100%; }
  .feature-content h3 {
    padding: 80px 0; } }

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .features {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .features li {
      width: 100%; } }

.page-front .section-1 h2, .page-front .section-2 h2 {
  text-transform: uppercase; }

.page-contact .section:nth-child(1) {
  padding-top: 20px; }

.page-contact .section:nth-child(2) {
  background: url("../images/content/ContactUs.jpg"); }
  .page-contact .section:nth-child(2) p {
    color: #ffffff; }

.section-cta {
  text-align: center; }
  .section-cta h2 {
    color: #ffffff;
    margin: 0 0 20px 0; }

.page-features {
  position: relative;
  top: 192px; }
  .page-features.key .section-cta {
    background: url("../images/content/ContactUs.jpg"); }
  .page-features.green h1 {
    border-color: #22c851; }
  .page-features.green .section-cta {
    background: #22c851; }
  .page-features.yellow h1 {
    border-color: #feb800; }
  .page-features.yellow .section-cta {
    background: #feb800; }
  .page-features.red h1 {
    border-color: #e85224; }
  .page-features.red .section-cta {
    background: #e85224; }
  .page-features.blue h1 {
    border-color: #1f98cb; }
  .page-features.blue .section-cta {
    background: #1f98cb; }
  .page-features .section-cta {
    text-align: center; }
    .page-features .section-cta h3 {
      color: #ffffff;
      margin: 0 0 20px 0; }
  .page-features .feature-list li {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-bottom: 20px; }
    @media only screen and (max-width: 480px) {
      .page-features .feature-list li {
        width: 50%; } }
    @media only screen and (min-width: 481px) and (max-width: 1023px) {
      .page-features .feature-list li {
        width: 25%; } }
    @media only screen and (min-width: 1024px) {
      .page-features .feature-list li {
        width: 25%; } }
    @media only screen and (min-width: 1200px) {
      .page-features .feature-list li {
        width: 25%; } }
  .page-features .feature-list a {
    display: block;
    padding: 80px 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .page-features .feature-list a:hover .hover-box {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      transition: all 0.5s; }
  .page-features .feature-list .hover-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(47, 47, 47, 0.85);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    transition: all 0.5s; }
  .page-features .feature-list img {
    margin: 0 auto;
    width: 80px;
    height: 80px; }
  .page-features .feature-list h3 {
    margin-top: 20px;
    font-size: 2em; }
  .page-features .feature-list li:nth-child(1) a {
    background: #feb800; }
  .page-features .feature-list li:nth-child(2) a {
    background: #22c851; }
  .page-features .feature-list li:nth-child(3) a {
    background: #e85224; }
  .page-features .feature-list li:nth-child(4) a {
    background: #1f98cb; }
  .page-features .feature-list li:nth-child(5) a {
    background: #1f98cb; }
  .page-features .feature-list li:nth-child(6) a {
    background: #e85224; }
  .page-features .feature-list li:nth-child(7) a {
    background: #22c851; }
  .page-features .feature-list li:nth-child(8) a {
    background: #feb800; }

.feature-1 .section-2 {
  background: url("../images/content/BG-IntegratedBusinessIntelligence.png") no-repeat fixed; }

.feature-1 .section-5 {
  background: url("../images/content/BG-security.png") no-repeat fixed; }

.feature-1 .section-8 {
  background: url("../images/content/bg-user-defined.jpg") no-repeat fixed; }

.feature-2 .section-1 {
  background: url("../images/content/GeneralLedger1.jpg") no-repeat fixed; }

.feature-3 .section-3 {
  background: url("../images/content/AccountsPayable1.jpg") no-repeat fixed; }

.feature-3 .section-6 {
  background: url("../images/content/Accounts-Payable2.jpg") no-repeat fixed; }

.feature-4 .section-5 {
  background: url("../images/content/AccountsReceivable1.jpg") no-repeat fixed; }

.feature-4 .section-7 {
  background: url("../images/content/AccountsReceivable2.jpg") no-repeat fixed; }

.feature-5 .section-3 {
  background: url("../images/content/bg-warehousing.jpg") no-repeat fixed; }
  .feature-5 .section-3 H3, .feature-5 .section-3 P {
    color: #111111; }

.feature-6 .section-2 {
  background: url("../images/content/bg-inventory1.jpg") no-repeat fixed; }

.feature-6 .section-5 {
  background: url("../images/content/bg-inventory.jpg") no-repeat fixed; }

.feature-8 .section-2 {
  background: url("../images/content/bg-pos.jpg") no-repeat fixed; }

.feature-8 .section-5 {
  background: url("../images/content/BG-security.png") no-repeat fixed; }

.feature-8 .section-8 {
  background: url("../images/content/bg-user-defined.jpg") no-repeat fixed; }

/*# sourceMappingURL=stylesheet.css.map */
